]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
PR mi/18833 gdb.execute ("set param value", to_string=True) will crash gdb if using MI
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
4d6cceb4
DE
12015-08-18 Doug Evans <dje@google.com>
2 Adrian Sendroiu <adrian.sendroiu@freescale.com>
3
4 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5 skip_python_tests. New arg prompt_regexp.
6 (skip_python_tests): New function.
7 * lib/mi-support.exp (mi_skip_python_tests): New function.
8 * gdb.python/py-mi-objfile-gdb.py: New file.
9 * gdb.python/py-mi-objfile.c: New file.
10 * gdb.python/py-mi-objfile.exp: New file.
11
ad89c2aa
KS
122015-08-17 Keith Seitz <keiths@redhat.com>
13
14 * gdb.linespec/explicit.exp: Move strace test from here ...
15 * gdb.trace/strace.exp: ... to here.
16
e3ae3c43
PP
172015-08-15 Patrick Palka <patrick@parcs.ath.cx>
18
19 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
20 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
21
604b2636
DE
222015-08-14 Doug Evans <xdje42@gmail.com>
23
24 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
25 inferior before selecting a new file.
26
6ff0ba5f
DE
272015-08-14 Doug Evans <xdje42@gmail.com>
28
29 * gdb.mi/mi-disassemble.exp: Update.
30 * gdb.base/disasm-optim.S: New file.
31 * gdb.base/disasm-optim.c: New file.
32 * gdb.base/disasm-optim.h: New file.
33 * gdb.base/disasm-optim.exp: New file.
34
9ca98f92
KS
352015-08-14 Keith Seitz <keiths@redhat.com>
36
37 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
38 "evaluated-by".
39
52bbc560
JB
402015-08-13 Joel Brobecker <brobecker@adacore.com>
41
42 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
43
5d8c3ed3
PMR
442015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
45
46 * gdb.ada/fun_renaming.exp: New testcase.
47 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
48 * gdb.ada/fun_renaming/pack.adb: New file.
49 * gdb.ada/fun_renaming/pack.ads: New file.
50
ea8812bc
KS
512015-08-12 Keith Seitz <keiths@redhat.com>
52
53 * gdb.base/dso2dso.exp: Pass basename of source file in call to
54 gdb_get_line_number.
55
4dafcdeb
JB
562015-08-12 Joel Brobecker <brobecker@adacore.com>
57
58 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
59 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
60 gdb.base/dso2dso.exp: New files.
61
5ba32597
SDJ
622015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
63 Pedro Alves <palves@redhat.com>
64 Keith Seitz <keiths@redhat.com>
65
66 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
67 GDBFLAGS.
68
b6dafabf
PP
692015-08-12 Patrick Palka <patrick@parcs.ath.cx>
70
71 * gdb.base/gdbhistsize-history.exp
72 (test_histsize_history_setting): Use save_vars.
73 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
74 Use save_vars.
75 (test_no_truncation_of_unlimited_history_file): Use save_vars.
76 * gdb.base/readline.exp: Use save_vars.
77
abe8e607
PP
782015-08-12 Patrick Palka <patrick@parcs.ath.cx>
79
80 * lib/gdb.exp (save_vars): New proc.
81
629500fa
KS
822015-08-11 Keith Seitz <keiths@redhat.com>
83
84 * gdb.base/help.exp: Update help_breakpoint_text.
85
eb8c4e2e
KS
862015-08-11 Keith Seitz <keiths@redhat.com>
87
88 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
89 (at toplevel): Call test_explicit_breakpoints.
90 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
91 breakpoints.
92 * lib/mi-support.exp (mi_make_breakpoint): Add support for
93 breakpoint conditions, "-cond".
94
87f0e720
KS
952015-08-11 Keith Seitz <keiths@redhat.com>
96
97 * gdb.linespec/3explicit.c: New file.
98 * gdb.linespec/cpexplicit.cc: New file.
99 * gdb.linespec/cpexplicit.exp: New file.
100 * gdb.linespec/explicit.c: New file.
101 * gdb.linespec/explicit.exp: New file.
102 * gdb.linespec/explicit2.c: New file.
103 * gdb.linespec/ls-errs.exp: Add explicit location tests.
104 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
105 before using in the matching pattern.
106 Clarify that `prefix' is a regular expression.
107
f00aae0f
KS
1082015-08-11 Keith Seitz <keiths@redhat.com>
109
110 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
111 test.
112 Add tests for missing ",FMT" and ",".
113
e27852be
DE
1142015-08-10 Doug Evans <dje@google.com>
115 Keith Seitz <keiths@redhat.com>
116
117 PR gdb/17960
118 * gdb.base/completion.exp: Add location completer tests.
119
7f03bd92
PA
1202015-08-07 Pedro Alves <palves@redhat.com>
121
122 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
123 tests here.
124 (top level): Run do_test with and without displaced stepping.
125
3fc8eb30
PA
1262015-08-07 Pedro Alves <palves@redhat.com>
127
128 * gdb.base/valgrind-disp-step.c: New file.
129 * gdb.base/valgrind-disp-step.exp: New file.
130
d4569d7b
PA
1312015-08-07 Pedro Alves <palves@redhat.com>
132
133 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
134 Delete function.
135 (main): Add alarm. Run an infinite loop instead of calling
136 wait_threads.
137 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
138 comment.
139 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
140 Delete function.
141 (main): Add alarm. Run an infinite loop instead of calling
142 wait_threads.
143 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
144 comment.
145
e1316e60
PA
1462015-08-07 Pedro Alves <palves@redhat.com>
147
148 * gdb.base/checkpoint-ns.exp: New file.
149 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
150 standard_testfile.
151
da8c46d2
MM
1522015-08-07 Markus Metzger <markus.t.metzger@intel.com>
153
154 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
155 * gdb.btrace/instruction_history.exp: Update.
156 * gdb.btrace/tsx.exp: New.
157 * gdb.btrace/tsx.c: New.
158
de1c2c52
PA
1592015-08-06 Pedro Alves <palves@redhat.com>
160
161 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
162 increase timeout.
163 * gdb.reverse/until-precsave.exp: Bump timeouts.
164
782e0bf4
PA
1652015-08-06 Pedro Alves <palves@redhat.com>
166
167 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
168
83e97ed0
PA
1692015-08-06 Pedro Alves <palves@redhat.com>
170
171 PR gdb/18749
172 * gdb.threads/process-dies-while-handling-bp.c: New file.
173 * gdb.threads/process-dies-while-handling-bp.exp: New file.
174
863d01bd
PA
1752015-08-06 Pedro Alves <palves@redhat.com>
176
177 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
178 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
179
0a39bb32
PA
1802015-08-05 Pedro Alves <palves@redhat.com>
181
182 * gdb.threads/next-while-other-thread-longjmps.c: New file.
183 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
184
ee2d2b10
SL
1852015-08-03 Sandra Loosemore <sandra@codesourcery.com>
186
187 * gdb.base/bp-permanent.exp: Report test as unsupported if
188 the target cannot stop at the permanent breakpoint.
189
4e1bdb00
DE
1902015-08-03 Doug Evans <dje@google.com>
191
192 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
193 10000.
194
3d338901
DE
1952015-08-03 Doug Evans <dje@google.com>
196
197 * Makefile.in (workers/%.worker, build-perf): New rule.
198 (GDB_PERFTEST_MODE): New variable.
199 (check-perf): Use it.
200 (clean): Clean up gdb.perf parallel build subdirs.
201 * lib/build-piece.exp: New file.
202 * lib/gdb.exp (make_gdb_parallel_path): New function
203 (standard_output_file, standard_temp_file): Call it.
204 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
205 of $GDB_PARALLEL.
206 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
207
af061d3e
DE
2082015-08-03 Doug Evans <dje@google.com>
209
8e1afc81 210 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
211 (LOG_FILE_NAME): New global.
212 (TextReporter.__init__): Initialize self.txt_sum.
213 (TextReporter.report): Add support for multiple data-points.
214 Move report to perftest.sum, put raw data in perftest.log.
215 (TextReporter.start): Open sum and log files.
216 (TextReporter.end): Close sum and log files.
8e1afc81
DE
217 * gdb.perf/lib/perftest/testresult.py
218 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 219
2c8c5d37
PA
2202015-07-31 Pedro Alves <palves@redhat.com>
221
222 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
223 Use spawn_id_get_pid. Wait for spawn id after eof. Use
224 kill_wait_spawned_process instead of explicit "kill -9".
225 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
226 returning a spawn id instead of a pid. Use spawn_id_get_pid and
227 kill_wait_spawned_process.
228 * gdb.base/attach-twice.exp: Likewise.
229 * gdb.base/attach.exp: Likewise.
230 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
231 gdb_test_multiple.
232 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
233 returning a spawn id instead of a pid. Use spawn_id_get_pid and
234 kill_wait_spawned_process.
235 * gdb.base/valgrind-infcall.exp: Likewise.
236 * gdb.multi/multi-attach.exp: Likewise.
237 * gdb.python/py-prompt.exp: Likewise.
238 * gdb.python/py-sync-interp.exp: Likewise.
239 * gdb.server/ext-attach.exp: Likewise.
240 * gdb.threads/attach-into-signal.exp (corefunc): Use
241 spawn_wait_for_attach, spawn_id_get_pid and
242 kill_wait_spawned_process.
243 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
244 spawn_wait_for_attach returning a spawn id instead of a pid. Use
245 spawn_id_get_pid and kill_wait_spawned_process.
246 * gdb.threads/attach-stopped.exp (corefunc): Use
247 spawn_wait_for_attach, spawn_id_get_pid and
248 kill_wait_spawned_process.
249 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
250 Use spawn_id_get_pid. Wait for spawn id after eof. Use
251 kill_wait_spawned_process instead of explicit "kill -9".
252 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
253 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
254 (spawn_wait_for_attach): Use spawn instead of exec to spawn
255 processes. Don't map cygwin/windows pids here. Now returns a
256 spawn id list.
257
032a0fca
SL
2582015-07-30 Sandra Loosemore <sandra@codesourcery.com>
259
260 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
261 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
262 correct patch.
263
61a934ca
SL
2642015-07-30 Sandra Loosemore <sandra@codesourcery.com>
265
266 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
267
4bc4d428
SL
2682015-07-30 Sandra Loosemore <sandra@codesourcery.com>
269
270 Reapply:
271 2014-05-21 Mark Wielaard <mjw@redhat.com>
272
273 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
274
998d452a
PA
2752015-07-30 Pedro Alves <palves@redhat.com>
276
277 * linux-low.c (handle_extended_wait): Set the child's last
278 reported status to TARGET_WAITKIND_STOPPED.
279
69dde7dc
PA
2802015-07-30 Pedro Alves <palves@redhat.com>
281
282 PR threads/18600
283 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
284 only shows inferior 1.
285
4dd63d48
PA
2862015-07-30 Simon Marchi <simon.marchi@ericsson.com>
287 Pedro Alves <palves@redhat.com>
288
289 PR threads/18600
290 * gdb.threads/fork-plus-threads.c: New file.
291 * gdb.threads/fork-plus-threads.exp: New file.
292
d618e4c5
PP
2932015-07-29 Patrick Palka <patrick@parcs.ath.cx>
294
295 * gdb.base/batch-preserve-term-settings.exp
296 (test_terminal_settings_preserved_after_cli_exit): Use
297 send_quit_command.
298
1eef6428
PA
2992015-07-29 Pedro Alves <palves@redhat.com>
300 Don Breazeal <donb@codesourcery.com>
301
302 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
303 output from both inferior_spawn_id and gdb_spawn_id.
304
7da5b897
SDJ
3052015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
306
307 * gdb.threads/attach-into-signal.exp (corefunc): Use
308 with_test_prefix on nested loops, uniquefying the test messages.
309
dac804df
SDJ
3102015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
311
312 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
313 commit.
314
06265e53
PP
3152015-07-29 Patrick Palka <patrick@parcs.ath.cx>
316
317 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
318 New proc.
319 (test_terminal_settings_preserved_after_sigterm): New test.
320
18206ca3
PP
3212015-07-29 Patrick Palka <patrick@parcs.ath.cx>
322
323 * gdb.base/batch-preserve-term-settings.exp
324 (test_terminal_settings_preserved_after_cli_exit): New test.
325
90074d11
PP
3262015-07-29 Patrick Palka <patrick@parcs.ath.cx>
327
328 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
329 manipulation of saved_gdbflags.
330 (test_terminal_settings_preserved): Remove global declaration of
331 the unused variable pagination_prompt. Remove manipulation of
332 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
333 GDBFLAGS.
334
eb1a7902
PA
3352015-07-29 Pedro Alves <palves@redhat.com>
336
337 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
338
8b75dd3b
PA
3392015-07-29 Pedro Alves <palves@redhat.com>
340
341 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
342 at the top.
343
dedad4e3
PA
3442015-07-29 Pedro Alves <palves@redhat.com>
345
346 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
347 (main): Call gdb_unbuffer_output.
348 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
349 (main): Call gdb_unbuffer_output.
350 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
351 (main): Call gdb_unbuffer_output.
352 * gdb.base/call-strs.exp: Adjust to step over the
353 gdb_unbuffer_output call.
354 * gdb.base/catch-gdb-caused-signals.c: Include
355 "../lib/unbuffer_output.c".
356 (main): Call gdb_unbuffer_output.
357 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
358 (main): Call gdb_unbuffer_output.
359 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
360 (main): Call gdb_unbuffer_output.
361 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
362 (main): Call gdb_unbuffer_output.
363 * gdb.base/shlib-call.exp: Adjust to step over the
364 gdb_unbuffer_output call.
365 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
366 (main): Call gdb_unbuffer_output.
367 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
368 (main): Call gdb_unbuffer_output.
369 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
370 (main): Rename to ...
371 (test): ... this.
372 (main): Reimplement.
373 * gdb.base/varargs.exp: Run to test instead of to main.
374 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
375 (main): Call gdb_unbuffer_output.
376
58789a91
PA
3772015-07-29 Pedro Alves <palves@redhat.com>
378
379 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
380 factore out from mi_continue_dprintf. For call-style dprintfs,
381 expect dprintf output out of $inferior_spawn_id.
382 (mi_continue_dprintf): Use mi_expect_dprintf.
383 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
384 (main): Call gdb_unbuffer_output.
385
e8376742
PA
3862015-07-29 Pedro Alves <palves@redhat.com>
387
388 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
389 (default_mi_gdb_start): Set inferior_spawn_id instead of
390 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
391 gdb_spawn_id.
392 (mi_gdb_test): Always expect inferior output from both
393 $inferior_spawn_id and $gdb_spawn_id.
394
08280010
PA
3952015-07-29 Pedro Alves <palves@redhat.com>
396
397 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
398 send_inferior and $inferior_spawn_id.
399
4d30e432
PA
4002015-07-29 Pedro Alves <palves@redhat.com>
401
402 * gdb.gdb/complaints.exp (test_initial_complaints)
403 (test_serial_complaints, test_short_complaints): Use
404 gdb_test_stdio.
405 (test_empty_complaint): Handle $inferior_spawn_id !=
406 $gdb_spawn_id.
407
0d30a335
PA
4082015-07-29 Pedro Alves <palves@redhat.com>
409
410 * gdb.base/varargs.exp: Use gdb_test_stdio.
411
39413b29
PA
4122015-07-29 Pedro Alves <palves@redhat.com>
413
414 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
415
7cb000a9
PA
4162015-07-29 Pedro Alves <palves@redhat.com>
417
418 * gdb.base/ending-run.exp: Use gdb_test_stdio.
419
d7b8ac82
PA
4202015-07-29 Pedro Alves <palves@redhat.com>
421
422 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
423 parameter into two new parameters, "inf_result" and "gdb_result".
424 Expect inferior output and gdb output from $inferior_spawn_id and
425 $gdb_spawn_id, respectively. Adjust all callers.
426
789c3a0c
PA
4272015-07-29 Pedro Alves <palves@redhat.com>
428
429 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
430 of gdb_test_sequence.
431
77e760c3
PA
4322015-07-29 Pedro Alves <palves@redhat.com>
433
434 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
435 (saw_spurious_output): Expect inferior output from
436 $inferior_spawn_id. Use gdb_test_stdio.
437
8396d2cd
PA
4382015-07-29 Pedro Alves <palves@redhat.com>
439
440 * gdb.base/dprintf.exp: Use standard_testfile. Change
441 prepare_for_testing call.
442 (srcfile): Don't set.
443 (restart): New procedure.
444 (test_dprintf): New procecure, use to continue over dprintfs.
445 (test_call, test_agent): New procedures, tests moved here.
446 Restart gdb and recreate dprintfs. Adjust expected output.
447
2051d61f
PA
4482015-07-29 Pedro Alves <palves@redhat.com>
449
450 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
451
452397af
PA
4522015-07-29 Pedro Alves <palves@redhat.com>
453
454 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
455
8aed9555
PA
4562015-07-29 Pedro Alves <palves@redhat.com>
457
458 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
459 gdb_test_stdio.
460
188a61b4
PA
4612015-07-29 Pedro Alves <palves@redhat.com>
462
463 * lib/gdb.exp (gdb_test_stdio): New procedure.
464
12264a45
PA
4652015-07-29 Pedro Alves <palves@redhat.com>
466
467 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
468
23ffc893
PA
4692015-07-29 Pedro Alves <palves@redhat.com>
470
471 * gdb.base/call-signal-resume.exp: Remove check for
472 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
473 * gdb.base/unwindonsignal.exp: Likewise.
474 * gdb.base/call-signals.c (gen_signal): Remove printf call.
475 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
476
65566918
PA
4772015-07-29 Pedro Alves <palves@redhat.com>
478
479 * gdb.base/siginfo-addr.c (pass): New function.
480 (handler): Call it iff si_addr is correct.
481 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
482 Set a breakpoint at "pass" and continue to it.
483
d60a9221
SDJ
4842015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
485
486 * gdb.python/py-objfile.exp: Make some tests have unique names.
487 * gdb.python/py-pp-registration.exp: Likewise.
488
bde40b8f
PA
4892015-07-28 Pedro Alves <palves@redhat.com>
490
491 * gdb.server/server-exec-info.exp: Issue a "disconnect".
492
13e1dec8
SM
4932015-07-27 Simon Marchi <simon.marchi@ericsson.com>
494
495 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
496
da33c9a7
SM
4972015-07-27 Simon Marchi <simon.marchi@ericsson.com>
498
499 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
500
077836f7
PP
5012015-07-27 Patrick Palka <patrick@parcs.ath.cx>
502
503 * gdb.base/gdb-sigterm-2.exp: New test.
504
b8cc7b2e
DE
5052015-07-25 Doug Evans <xdje42@gmail.com>
506
507 Revert:
508 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
509 (workers/%.worker, build-perf): New rule.
510 (GDB_PERFTEST_MODE): New variable.
511 (check-perf): Use it.
512 (clean): Clean up gdb.perf parallel build subdirs.
513 * lib/build-piece.exp: New file.
514 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
515 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
516 name.
517 (standard_temp_file): Ditto.
518 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
519 of $GDB_PARALLEL.
520
c8bd4544
DE
5212015-07-24 Doug Evans <dje@google.com>
522
523 * gdb.perf/lib/perftest/utils.py: New file.
524 * gdb.perf/gm-hello.cc: New file.
525 * gdb.perf/gm-pervasive-typedef.cc: New file.
526 * gdb.perf/gm-pervasive-typedef.h: New file.
527 * gdb.perf/gm-std.cc: New file.
528 * gdb.perf/gm-std.h: New file.
529 * gdb.perf/gm-use-cerr.cc: New file.
530 * gdb.perf/gm-utils.h: New file.
531 * gdb.perf/gmonster-null-lookup.py: New file.
532 * gdb.perf/gmonster-pervasive-typedef.py: New file.
533 * gdb.perf/gmonster-print-cerr.py: New file.
534 * gdb.perf/gmonster-ptype-string.py: New file.
535 * gdb.perf/gmonster-runto-main.py: New file.
536 * gdb.perf/gmonster-select-file.py: New file.
537 * gdb.perf/gmonster1-null-lookup.exp: New file.
538 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
539 * gdb.perf/gmonster1-print-cerr.exp: New file.
540 * gdb.perf/gmonster1-ptype-string.exp: New file.
541 * gdb.perf/gmonster1-runto-main.exp: New file.
542 * gdb.perf/gmonster1-select-file.exp: New file.
543 * gdb.perf/gmonster1.cc: New file.
544 * gdb.perf/gmonster1.exp: New file.
545 * gdb.perf/gmonster2-null-lookup.exp: New file.
546 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
547 * gdb.perf/gmonster2-print-cerr.exp: New file.
548 * gdb.perf/gmonster2-ptype-string.exp: New file.
549 * gdb.perf/gmonster2-runto-main.exp: New file.
550 * gdb.perf/gmonster2-select-file.exp: New file.
551 * gdb.perf/gmonster2.cc: New file.
552 * gdb.perf/gmonster2.exp: New file.
553
6eab34f3
DE
5542015-07-24 Doug Evans <dje@google.com>
555
556 * gdb.perf/README: New file.
557 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
558 * lib/gen-perf-test.exp: New file.
559
63738bfd
DE
5602015-07-24 Doug Evans <dje@google.com>
561
562 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
563 (PerfTest::startup): New function.
564 (PerfTest::run): Return result of calling body.
565 (PerfTest::assemble): Rewrite.
566 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
567 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
568 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
569 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
570 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
571
7b606f95
DE
5722015-07-24 Doug Evans <dje@google.com>
573
574 * lib/gdb.exp (clean_restart): Make executable optional.
575
a97b16b8
DE
5762015-07-24 Doug Evans <dje@google.com>
577
578 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
579 compiler_info references.
580 * gdb.cp/temargs.exp: Ditto.
581 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
582 (get_compiler_info): Early exit if already computed. Set compiler_info
583 to "unknown" if there was a problem.
584 (test_compiler_info): Add function comment. Call get_compiler_info.
585
35baa57f
DE
5862015-07-24 Doug Evans <dje@google.com>
587
588 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
589 (workers/%.worker, build-perf): New rule.
590 (GDB_PERFTEST_MODE): New variable.
591 (check-perf): Use it.
592 (clean): Clean up gdb.perf parallel build subdirs.
593 * lib/build-piece.exp: New file.
594 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
595 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
596 name.
597 (standard_temp_file): Ditto.
598 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
599 of $GDB_PARALLEL.
600
6ebea266
DE
6012015-07-24 Doug Evans <dje@google.com>
602
603 * lib/future.exp (gdb_default_target_compile): New option
604 "early_flags".
605 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
606 --as-needed.
607
1e76a7e9
SDJ
6082015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
609
610 * gdb.base/catch-syscall.exp: Call gdb_exit before
611 gdb_skip_xml_test.
612
5068630a
PA
6132015-07-24 Pedro Alves <palves@redhat.com>
614
615 * gdb.python/py-events.exp: Accept output between the stop event
616 and the prompt.
617 * gdb.python/py-evsignal.exp: Likewise.
618 * gdb.python/py-evthreads.exp: Likewise.
619
77598427
PA
6202015-07-24 Pedro Alves <palves@redhat.com>
621
622 PR gdb/18717
623 * gdb.threads/non-ldr-exit.c: New file.
624 * gdb.threads/non-ldr-exit.exp: New file.
625
11e6c98f
YQ
6262015-07-24 Yao Qi <yao.qi@linaro.org>
627
628 * gdb.server/ext-wrapper.exp: Test --wrapper option when
629 restarting process.
630
51aee833
YQ
6312015-07-24 Yao Qi <yao.qi@linaro.org>
632
633 * gdb.server/ext-restart.exp: New file.
634
8cfe207c
YQ
6352015-07-24 Yao Qi <yao.qi@linaro.org>
636
637 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
638 argument options.
639 * gdb.server/ext-wrapper.exp: New file.
640
cc12ce38
DE
6412015-07-23 Doug Evans <dje@google.com>
642
643 * gdb.dwarf2/dw2-dummy-cu.S: New file.
644 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
645
d0d84780
PMR
6462015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
647
648 * gdb.ada/var_arr_typedef.exp: New testcase.
649 * gdb.ada/var_arr_typedef/pack.adb: New file.
650 * gdb.ada/var_arr_typedef/pack.ads: New file.
651 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
652
8b558f79
JB
6532015-07-20 Joel Brobecker <brobecker@adacore.com>
654
655 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
656
775a3298
JK
6572015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
658
659 * gdb.arch/i386-biarch-core.exp: Replace istarget
660 by "complete set gnutarget". Remove expectation for the "core-file"
661 command.
662
db1ff28b
JK
6632015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
664
665 Revert the previous commit:
666 Tests for validate symbol file using build-id.
667
0a94970d
JK
6682015-07-15 Aleksandar Ristovski <aristovski@qnx.com
669
670 Tests for validate symbol file using build-id.
671 * gdb.base/solib-mismatch-lib.c: New file.
672 * gdb.base/solib-mismatch-libmod.c: New file.
673 * gdb.base/solib-mismatch.c: New file.
674 * gdb.base/solib-mismatch.exp: New file.
675
03346981
SL
6762015-07-15 Sandra Loosemore <sandra@codesourcery.com>
677
678 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
679 nios2-*-linux*.
680 * gdb.base/sigbpt.exp (stepi_out): Likewise.
681 * gdb.base/siginfo.exp: Likewise.
682 * gdb.base/sigstep.exp (advance, advancei): Likewise.
683
42422cc7
PL
6842015-07-15 Pierre Langlois <pierre.langlois@arm.com>
685
686 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
687 Move it to ...
688 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
689 ... here.
690 * gdb.trace/range-stepping.exp: Check that the target supports
691 range stepping.
692
cfa68bae
JK
6932015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
694
695 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
696
8ffdba26
PA
6972015-07-14 Pedro Alves <palves@redhat.com>
698
699 * gdb.base/killed-outside.exp: New file.
700 * gdb.base/killed-outside.c: New file.
701
218a5a11
JK
7022015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
703
704 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
705 (n at main): New.
706 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
707
e03ed3c6
AA
7082015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
709
710 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
711 infcall tests instead of setting up for KFAIL.
712
485668e5
MM
7132015-07-10 Markus Metzger <markus.t.metzger@intel.com>
714
715 * gdb.btrace/record_goto-step.exp: New.
716
08464196
JK
7172015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
718
719 PR compile/18484
720 * gdb.compile/compile.c (struct struct_type): Add volatile to
721 selffield's type.
722 * gdb.compile/compile.exp
723 (compile code struct_object.selffield = &struct_object): Skip further
724 struct_object tests if this one xfails.
725
bcf5c1d9
RC
7262015-07-08 Robert O'Callahan <robert@ocallahan.org>
727
728 PR exp/18617
729 * gdb.trace/ax.exp: Add test.
730
4931af25
YQ
7312015-07-07 Yao Qi <yao.qi@linaro.org>
732
733 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
734 instead of istarget "aarch64*-*-*".
735 * gdb.arch/aarch64-fp.exp: Likewise.
736 * gdb.base/float.exp: Likewise.
737 * gdb.reverse/aarch64.exp: Likewise.
738 * lib/gdb.exp (is_aarch64_target): New proc.
739
9fcf688e
YQ
7402015-07-07 Yao Qi <yao.qi@linaro.org>
741
742 * lib/gdb.exp (is_aarch32_target): New proc.
743 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
744 instead of "istarget "arm*-*-*"".
745 * gdb.arch/arm-disp-step.exp: Likewise.
746 * gdb.arch/thumb-bx-pc.exp: Likewise.
747 * gdb.arch/thumb-prologue.exp: Likewise.
748 * gdb.arch/thumb-singlestep.exp: Likewise.
749 * gdb.base/disp-step-syscall.exp: Likewise.
750 * gdb.base/float.exp: Likewise.
751
fbd8d50d
YQ
7522015-07-07 Yao Qi <yao.qi@linaro.org>
753
754 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
755 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
756
71be1fdc
YQ
7572015-07-07 Yao Qi <yao.qi@linaro.org>
758
759 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
760 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
761 if it exists.
762 * gdb.multi/multi-arch.exp: Likewise.
763
3e221d36
SM
7642015-07-07 Simon Marchi <simon.marchi@ericsson.com>
765
766 * gdb.python/py-lazy-string.exp: Add missing parentheses to
767 print.
768
d441430b
YQ
7692015-07-07 Yao Qi <yao.qi@linaro.org>
770
771 * gdb.arch/thumb-singlestep.exp: Do one more single step.
772
06f810bd
MG
7732015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
774
775 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
776 '[' and ']' characters.
777
5e61e7c0
IB
7782015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
779
780 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
781
28bf096c
PA
7822015-06-29 Pedro Alves <palves@redhat.com>
783
784 PR threads/18127
785 * gdb.threads/hand-call-new-thread.c: New file.
786 * gdb.threads/hand-call-new-thread.c: New file.
787
ee93cd5e
KS
7882015-06-26 Keith Seitz <keiths@redhat.com>
789 Doug Evans <dje@google.com>
790
791 PR 16253
792 * gdb.cp/var-tag-2.cc: New file.
793 * gdb.cp/var-tag-3.cc: New file.
794 * gdb.cp/var-tag-4.cc: New file.
795 * gdb.cp/var-tag.cc: New file.
796 * gdb.cp/var-tag.exp: New file.
797
fc637f04
PP
7982015-06-26 Patrick Palka <patrick@parcs.ath.cx>
799
800 * gdb.base/history-duplicates.exp: New test.
801
2e52ae68
PP
8022015-06-26 Patrick Palka <patrick@parcs.ath.cx>
803
804 * gdb.base/completion.exp: Test the completion of the "focus"
805 command.
806
6e22494e
JK
8072015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
808
809 * gdb.arch/amd64-prologue-skip.S: New file.
810 * gdb.arch/amd64-prologue-skip.exp: New file.
811
bf7b9cd9
SM
8122015-06-25 Simon Marchi <simon.marchi@ericsson.com>
813
814 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
815 is_address_zero_readable check.
816
201e8dfd
PB
8172015-06-24 Peter Bergner <bergner@vnet.ibm.com>
818
819 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
820 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
821
5cd867b4
YQ
8222015-06-24 Yao Qi <yao.qi@linaro.org>
823
824 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
825 linux targets.
826
4d7be007
YQ
8272015-06-24 Yao Qi <yao.qi@linaro.org>
828
829 * lib/gdb.exp (supports_get_siginfo_type): New proc.
830 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
831 * gdb.base/siginfo-thread.exp: Likewise.
832
07fcd301
YQ
8332015-06-22 Yao Qi <yao.qi@linaro.org>
834
835 * boards/remote-gdbserver-on-localhost.exp: Add comments.
836
52042a00
YQ
8372015-06-22 Yao Qi <yao.qi@linaro.org>
838
839 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
840 aarch64*-*-*.
841 (skip_hw_watchpoint_tests): Likewise.
842
74bd41ce
PP
8432015-06-18 Patrick Palka <patrick@parcs.ath.cx>
844
845 * gdb.base/gdbinit-history.exp: Test the interaction between
846 setting GDBHISTSIZE and setting the history size via .gdbinit.
847
bc460514
PP
8482015-06-17 Patrick Palka <patrick@parcs.ath.cx>
849
850 PR gdb/16999
851 * gdb.base/gdbhistsize-history.exp: New test.
852
b58c513b
PP
8532015-06-17 Patrick Palka <patrick@parcs.ath.cx>
854
855 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
856 with GDBHISTSIZE.
857 * gdb.base/readline.exp: Likewise.
858
92046791
YQ
8592015-06-17 Yao Qi <yao.qi@linaro.org>
860
861 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
862 line.
863
2093d2d3
PP
8642015-06-17 Patrick Palka <patrick@parcs.ath.cx>
865
866 * gdb.base/gdbinit-history.exp: Add test case to check that
867 an unlimited history file does not get truncated on exit.
868
e6c693af
AA
8692015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
870
871 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
872 (VECTOR): New macro. Use it...
873 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
874 ...for these typedefs.
875 (int8, char1, int1, double1): New typedefs.
876 (struct just_int2, struct two_int2): New structures.
877 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
878 (add_structvecs, add_singlevecs): New functions.
879 (main): Call add_some_intvecs twice.
880 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
881 the compile and exit upon failure. Try compiling for the "native"
882 architecture. Test inferior function calls with vector arguments
883 and vector return value handling with "finish" and "return".
884
c74f7d1c
JT
8852015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
886
887 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
888 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
889 PE file.
890 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
891
98aa42ee
AT
8922015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
893
894 PR breakpoints/16465
895 * gdb.mi/mi-dprintf-pending.c: New file.
896 * gdb.mi/mi-dprintf-pending.exp: New test.
897 * gdb.mi/mi-dprintf-pendshr.c: New file.
898
7d73c23c 8992015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 900 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
901
902 * gdb.arch/i386-mpx-map.c: New file.
903 * gdb.arch/i386-mpx-map.exp: New File.
904
9052015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
906
907 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
908 * gdb.arch/i386-mpx.exp: Indentation fixed.
909
9102015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
911
912 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
913 function and improved indentation.
914 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
915 gdb_test_multiple. Added additional tests to skip the test.
916
9172015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
918
919 * gdb.arch/i386-avx512.c: Change path in include file.
920 * gdb.arch/i386-avx512.exp: Change include dir path
921 compilation flag.
922 * gdb.arch/i386-mpx.c: Change path in include file.
923 * gdb.arch/i386-mpx.exp: Change include dir path compilation
924 flag.
925
d5eba19a
JK
9262015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
927
928 * gdb.compile/compile-print.exp (compile print *vararray@3)
929 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
930
7f361056
JK
9312015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
932
933 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
934 (do not keep jit in memory): ... this.
935 (expect 5): Change it to ...
936 (expect no 5): ... this.
937
3b462ec2
SM
9382015-06-02 Simon Marchi <simon.marchi@ericsson.com>
939
940 PR gdb/15564
941 * gdb.mi/mi-detach.exp: New file.
942
e0619de6
JK
9432015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
944
945 PR symtab/18392
946 * gdb.arch/amd64-tailcall-self.S: New file.
947 * gdb.arch/amd64-tailcall-self.c: New file.
948 * gdb.arch/amd64-tailcall-self.exp: New file.
949
e970cb34
DB
9502015-05-28 Don Breazeal <donb@codesourcery.com>
951
952 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
953 tests for remote targets by checking is_target_gdbserver.
954
b2e2f908
DE
9552015-05-27 Doug Evans <dje@google.com>
956
957 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
958 * gdb.dwarf2/opaque-type-lookup.c: New file.
959 * gdb.dwarf2/opaque-type-lookup.exp: New file.
960
82c7be31
DE
9612015-05-26 Doug Evans <dje@google.com>
962
963 * gdb.cp/iostream.cc: New file.
964 * gdb.cp/iostream.exp: New file.
965
b4f54984
DE
9662015-05-26 Doug Evans <dje@google.com>
967
968 * gdb.dwarf2/dw2-op-call.exp: Update.
969 * gdb.dwarf2/dw4-sig-types.exp: Update.
970 * gdb.dwarf2/implptr.exp: Update.
971 * gdb.mi/mi-cmd-param-changed.exp: Update.
972
4ea6efe9
DE
9732015-05-26 Doug Evans <dje@google.com>
974
975 * gdb.python/py-lazy-string.c: New file.
976 * gdb.python/py-lazy-string.exp: New file.
977 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
978 (main): Update. Add estring3.
979 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
980 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
981
f6bb7db3
YQ
9822015-05-26 Omair Javaid <omair.javaid@linaro.org>
983 Yao Qi <yao.qi@linaro.org>
984
985 * gdb.reverse/aarch64.c: New.
986 * gdb.reverse/aarch64.exp: New.
987
a81bfbd0
OJ
9882015-05-26 Omair Javaid <omair.javaid@linaro.org>
989
990 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
991 (supports_reverse): Likewise.
992
158bf1b4
PP
9932015-05-22 Patrick Palka <patrick@parcs.ath.cx>
994
995 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
996 Use with_test_prefix.
997
a0145030
AB
9982015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
999
1000 * gdb.base/completion.exp: Add test for completion of layout
1001 names.
1002
ebe3b578
AB
10032015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
1004
1005 * lib/gdb.exp (skip_tui_tests): New proc.
1006 * gdb.base/tui-layout.exp: Check skip_tui_tests.
1007
84204ed7
PA
10082015-05-19 Pedro Alves <palves@redhat.com>
1009
1010 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1011 Save the whole env array instead of just HOME. Unset HISTSIZE in
1012 the environment while testing. Restore whole environment
1013 afterwards.
1014
37442ce1
DE
10152015-05-16 Doug Evans <xdje42@gmail.com>
1016
1017 * gdb.guile/scm-ports.c: New file.
1018 * gdb.guile/scm-ports.exp: Add memory port tests.
1019
36de76f9
JK
10202015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1021
1022 * gdb.compile/compile-print.c: New file.
1023 * gdb.compile/compile-print.exp: New file.
1024
3a9558c4
JK
10252015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1026
1027 * gdb.compile/compile-ops.exp: Cast param to void.
1028 * gdb.compile/compile.exp: Complete type for _gdb_expr.
1029 (compile code struct_object.selffield = &struct_object): Add xfail.
1030
aa715135
JG
10312015-05-15 Joel Brobecker <brobecker@adacore.com>
1032
1033 * gdb.ada/arr_enum_with_gap: New testcase.
1034
931e5bc3
JG
10352015-05-15 Joel Brobecker <brobecker@adacore.com>
1036
1037 * gdb.ada/byte_packed_arr: New testcase.
1038
9cd4d857
JB
10392015-05-15 Joel Brobecker <brobecker@adacore.com>
1040
1041 * gdb.ada/pckd_neg: New testcase.
1042
ebfd00d2
PP
10432015-05-13 Patrick Palka <patrick@parcs.ath.cx>
1044
1045 PR gdb/17820
1046 * gdb.base/gdbinit-history.exp: New test.
1047 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
1048 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
1049
4c082a81
SC
10502015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1051
1052 * gdb.python/py-xmethods.cc: Enhance test case.
1053 * gdb.python/py-xmethods.exp: New tests.
1054 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
1055 function.
1056 (B_indexoper): Likewise.
1057 (global_dm_list) : Add new xmethod worker functions.
1058
f7797074
SDJ
10592015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
1060
1061 * gdb.base/coredump-filter.exp: Correctly unset
1062 "coredump_var_addr" array.
1063
a4674e4e
PA
10642015-05-08 Pedro Alves <palves@redhat.com>
1065
1066 * gdb.server/non-existing-program.exp: Unset spawn_id.
1067
df2eb078
SC
10682015-05-08 Siva Chandra Reddy <sivachandra@google.com>
1069
1070 PR python/18291
1071 * gdb.python/py-xmethods.exp: Add tests.
1072
422349a3
YQ
10732015-05-08 Yao Qi <yao.qi@linaro.org>
1074
1075 PR gdb/18208
1076 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
1077 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
1078 function set_coredump_filter, and remove remote_exec call.
1079 Remove argument ipid. Callers update.
1080 (top level): Don't get inferior's PID.
1081
63fc80ce
AA
10822015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
1083
1084 * gdb.base/watch_thread_num.exp: Skip test on targets without
1085 access watchpoints.
1086
80ad801e
PA
10872015-05-06 Pedro Alves <palves@redhat.com>
1088
1089 PR server/18081
1090 * gdb.server/non-existing-program.exp: New file.
1091
0fa7fe50
JB
10922015-05-05 Joel Brobecker <brobecker@adacore.com>
1093
1094 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
1095
3ea89b92
PMR
10962015-05-05 Joel Brobecker <brobecker@adacore.com>
1097
1098 * gdb.ada/out_of_line_in_inlined: New testcase.
1099
87b8eff0
JB
11002015-05-05 Joel Brobecker <brobecker@adacore.com>
1101
1102 * gdb.ada/var_rec_arr: New testcase.
1103
5fccc635
YQ
11042015-04-30 Yao Qi <yao.qi@linaro.org>
1105
1106 * gdb.base/break-idempotent.exp: If
1107 skip_hw_watchpoint_multi_tests returns true, skip the tests
1108 on "rwatch" and "awatch".
1109
42d38f42
YQ
11102015-04-30 Yao Qi <yao.qi@linaro.org>
1111
1112 * gdb.base/relativedebug.exp: Invoke gdb command
1113 "info sharedlibrary", and if libc.so doesn't have debug info,
1114 skip the test.
1115
2ce1cdbf
DE
11162015-04-29 Doug Evans <dje@google.com>
1117
1118 * gdb.python/py-xmethods.exp: Add ptype tests.
1119 * gdb.python/py-xmethods.py (E_method_char_worker): Add
1120 get_result_type method.
1121
f24a38c5
LM
11222015-04-29 Luis Machado <lgustavo@codesourcery.com>
1123
1124 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
1125 the target does not support hardware watchpoints.
1126
ecbf2b3c
LM
11272015-04-29 Luis Machado <lgustavo@codesourcery.com>
1128
1129 * gdb.base/break-always.exp: Abort testing if writing to memory
1130 causes an error.
1131
34f5f757
DE
11322015-04-28 Doug Evans <dje@google.com>
1133
1134 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
1135 * gdb.python/py-pp-registration.exp: ... here. New file.
1136 * gdb.python/py-pp-registration.c: New file.
1137 * gdb.python/py-pp-registration.py: New file.
1138
69b4374a
DE
11392015-04-28 Doug Evans <dje@google.com>
1140
1141 * gdb.python/py-bad-printers.c: New file.
1142 * gdb.python/py-bad-printers.py: New file.
1143 * gdb.python/py-bad-printers.exp: New file.
1144
59fb7612
SS
11452015-04-28 Sasha Smundak <asmundak@google.com>
1146
1147 * gdb.python/py-type.exp: New test.
1148
2631b16a
AW
11492015-04-28 Andy Wingo <wingo@igalia.com>
1150
1151 * gdb.python/py-parameter.exp:
1152 * gdb.guile/scm-parameter.exp: Escape the path that we are
1153 matching against, as it might contain characters that are special
1154 to regular expressions.
1155
460efde1
JB
11562015-04-27 Joel Brobecker <brobecker@adacore.com>
1157
1158 * gdb.ada/rec_comp: New testcase.
1159
2d369d8e
SDJ
11602015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
1161
1162 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
1163 before using it.
1164
cf75d6c3
AB
11652015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1166
1167 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
1168 new tests for verilog output.
1169
8dbe7ca5
YQ
11702015-04-24 Yao Qi <yao.qi@linaro.org>
1171
1172 * boards/remote-gdbserver-on-localhost.exp: New file.
1173
4ef9fb2f
PA
11742015-04-23 Pedro Alves <palves@redhat.com>
1175
1176 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
1177 $inferior_spawn_id instead of $inferior_spawn_id directly. On
1178 "end of file", remove $inferior_spawn_id from the indirect list.
1179
0a803169
PA
11802015-04-23 Pedro Alves <palves@redhat.com>
1181
1182 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
1183
749ef8f8
PA
11842015-04-23 Pedro Alves <palves@redhat.com>
1185
1186 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
1187 on $any_spawn_id instead of only on $gdb_spawn_id.
1188
8aae4344
PM
11892015-04-21 Pierre Muller <muller@sourceware.org>
1190
1191 PR pascal/17815
1192 * lib/pascal.exp (gpc_compile): Add new option "class".
1193 (fpc_compile): Likewise.
1194 * gdb.pascal/case-insensitive-symbols.pas: New file.
1195 * gdb.pascal/case-insensitive-symbols.exp: New file.
1196
1586c8fb
GB
11972015-04-20 Gary Benson <gbenson@redhat.com>
1198
1199 * gdb.base/attach.exp: Fix three extended remote failures.
1200
1b6e6f5c
GB
12012015-04-17 Gary Benson <gbenson@redhat.com>
1202
1203 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
1204 the main executable over the remote protocol.
1205
e797481d
PA
12062015-04-16 Pedro Alves <palves@redhat.com>
1207
1208 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
1209 a new gdbserver if gdbserver_reconnect_p is set.
1210
1ca99c42
PA
12112015-04-16 Pedro Alves <palves@redhat.com>
1212
1213 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
1214 is set, don't exit gdbserver.
1215
af9fd6f8
AA
12162015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1217
1218 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
1219 appropriate .insn, such that an older assembler can be used.
1220 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
1221 the z/Architecture instruction set on 31-bit targets as well.
1222
04ff1e61
AA
12232015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1224
1225 * gdb.go/handcall.exp: Remove all logic related to the first
1226 breakpoint and rely on go_runto_main instead.
1227 * gdb.go/strings.exp: Likewise.
1228 * gdb.go/unsafe.exp: Likewise.
1229 * gdb.go/hello.exp: Likewise. Also rename the remaining
1230 breakpoint marker to "breakpoint 1".
1231 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
1232 * gdb.go/strings.go: Likewise.
1233 * gdb.go/unsafe.go: Likewise.
1234 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
1235 "set breakpoint 2 here" and rename the remaining breakpoint marker
1236 to "breakpoint 1".
1237
40d2f8d6
SM
12382015-04-15 Simon Marchi <simon.marchi@ericsson.com>
1239
1240 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
1241 if itertools.imap is not present.
1242 * gdb.python/py-objfile.exp: Add parentheses.
1243 * gdb.python/py-type.exp: Same.
1244 * gdb.python/py-unwind-maint.py: Same.
1245
8cbc97c6
YQ
12462015-04-15 Yao Qi <yao.qi@linaro.org>
1247
1248 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
1249 of ":$ptr_size" and set its form explicitly.
1250
45fd756c
YQ
12512015-04-15 Pedro Alves <palves@redhat.com>
1252 Yao Qi <yao.qi@linaro.org>
1253
1254 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
1255 timeout by factor of 4.
1256 (test_regular_watch): Likewise.
1257 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
1258 * gdb.reverse/sigall-reverse.exp: Likewise.
1259 * gdb.reverse/until-precsave.exp: Likewise.
1260 * lib/gdb.exp (with_timeout_factor): New proc.
1261 (gdb_expect): Move some code to ...
1262 (get_largest_timeout): ... here. New procedure.
1263
9e811bc3
LM
12642015-04-14 Luis Machado <lgustavo@codesourcery.com>
1265
1266 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
1267
0ff6fcb2
LM
12682015-04-13 Luis Machado <lgustavo@codesourcery.com>
1269
1270 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
1271 to write to the .text section.
1272
7578d5f7
LM
12732015-04-13 Luis Machado <lgustavo@codesourcery.com>
1274
1275 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
1276 Handle the case of targets that do not provide PID information.
1277
2efe15c4
YQ
12782015-04-13 Yao Qi <yao.qi@linaro.org>
1279
1280 * lib/gdbserver-support.exp (gdb_exit): Catch exception
1281 and use expect instead of gdb_expect.
1282
8cd8f2f8
SDJ
12832015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
1284
1285 * gdb.base/coredump-filter.exp: Rename variable "addr" to
1286 "coredump_var_addr" to avoid naming conflict with other testcases.
1287
9ee41772
PA
12882015-04-10 Pedro Alves <palves@redhat.com>
1289
1290 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
1291 gdb_test_sequence and gdb_assert.
1292
07473109
PA
12932015-04-10 Pedro Alves <palves@redhat.com>
1294
1295 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
1296 test messages that don't include the breakpoint address.
1297
de3db44c
YQ
12982015-04-10 Yao Qi <yao.qi@linaro.org>
1299
1300 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
1301 false for some offset and width combinations which aren't
1302 supported by linux kernel.
1303
c79d856c
PA
13042015-04-10 Pedro Alves <palves@redhat.com>
1305
1306 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
1307 procedure, factored out from ...
1308 (top level): ... here. Add "set displaced-stepping" testing axis.
1309 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
1310 parameter "displaced". Use it.
1311 (top level): Use foreach and add "set displaced-stepping" testing
1312 axis.
1313
ebc90b50
PA
13142015-04-10 Pedro Alves <palves@redhat.com>
1315
1316 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
1317 Remove comment.
1318 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
1319 both the address of the instruction that triggers the watchpoint
1320 and the address of the instruction immediately after, and use
1321 those addresses for the test. Fix comment.
1322
8f572e5c
PA
13232015-04-10 Pedro Alves <palves@redhat.com>
1324
1325 * gdb.base/sigstep.exp (breakpoint_to_handler)
1326 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
1327 Test "backtrace" in handler.
1328 (breakpoint_over_handler): New parameter 'displaced'. Use it.
1329 (top level): Add new "displaced" test axis to
1330 breakpoint_to_handler, breakpoint_to_handler_entry and
1331 breakpoint_over_handler.
1332
8d707a12
PA
13332015-04-10 Pedro Alves <palves@redhat.com>
1334
1335 PR gdb/18216
1336 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
1337
ef713951
YQ
13382015-04-10 Yao Qi <yao.qi@linaro.org>
1339
1340 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
1341 (test_add_rn_pc): New function.
1342 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
1343 (top level): Invoke test_add_rn_pc.
1344
906d60cf
PA
13452015-04-10 Pedro Alves <palves@redhat.com>
1346
1347 PR gdb/13858
1348 * gdb.base/step-over-no-symbols.exp: New file.
1349
f2983cc3
AW
13502015-04-09 Andy Wingo <wingo@igalia.com>
1351
1352 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
1353 after the Python tests.
1354
6d62641c
SDJ
13552015-04-08 Keith Seitz <keiths@redhat.com>
1356
1357 PR python/16699
1358 * gdb.python/py-completion.exp: New tests for completion.
1359 * gdb.python/py-completion.py (CompleteLimit1): New class.
1360 (CompleteLimit2): Likewise.
1361 (CompleteLimit3): Likewise.
1362 (CompleteLimit4): Likewise.
1363 (CompleteLimit5): Likewise.
1364 (CompleteLimit6): Likewise.
1365 (CompleteLimit7): Likewise.
1366
f3770638
PA
13672015-04-08 Pedro Alves <palves@redhat.com>
1368
1369 PR gdb/18214
1370 PR gdb/18216
1371 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
1372 function.
1373 (main): Install it as SIGUSR1 handler.
1374 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
1375 parameter. Always use "setup" as prefix. Toggle "set
1376 displaced-stepping" off/on depending on global. Don't switch to
1377 thread 1 here.
1378 (top level): Add displaced stepping "off/on" test axis. Update
1379 "setup" calls. Wrap each subtest with with_test_prefix. Test
1380 continuing with a queued signal in each thread.
1381
4496bed7
PA
13822015-04-08 Pedro Alves <palves@redhat.com>
1383
1384 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
1385 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
1386 gdb_breakpoint instead of gdb_test that doesn't expect anything.
1387 Return early if running to main fails.
1388 * gdb.trace/while-stepping.exp: Likewise.
1389
b97fde92
PA
13902015-04-07 Pedro Alves <palves@redhat.com>
1391
1392 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
1393 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
1394 interact with inferior program.
1395
f71c18e7
PA
13962015-04-07 Pedro Alves <palves@redhat.com>
1397
1398 * lib/gdb.exp (inferior_spawn_id): New global.
1399 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
1400 spawn id after processing the user code.
1401 (default_gdb_start): Set inferior_spawn_id.
1402 (send_inferior): New procedure.
1403 * lib/gdbserver-support.exp (gdbserver_start): Set
1404 inferior_spawn_id.
1405 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
1406
6423214f
PA
14072015-04-07 Pedro Alves <palves@redhat.com>
1408
1409 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
1410 * lib/gdbserver-support.exp (gdbserver_start): Make
1411 $server_spawn_id global.
1412 (gdbserver_start): Don't wait for gdbserver's spawn id with
1413 expect_background.
1414 (close_gdbserver): New procedure.
1415 (gdb_exit): Rename the default version and reimplement.
1416
71c0ee8c
PA
14172015-04-07 Pedro Alves <palves@redhat.com>
1418
72f4393d 1419 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
1420 append the substituted item, not the original item.
1421
203bc29b
PA
14222015-04-07 Pedro Alves <palves@redhat.com>
1423
1424 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
1425 gdb_expect.
1426
508a3ddf
PA
14272015-04-07 Pedro Alves <palves@redhat.com>
1428
1429 * gdb.base/interrupt.exp: Don't handle the case of the inferior
1430 output appearing once only.
1431
9f6dbe2b
PA
14322015-04-07 Pedro Alves <palves@redhat.com>
1433
1434 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
1435 that doesn't expect anything. Return early if running to main
1436 fails.
1437
337532fa
YQ
14382015-04-07 Yao Qi <yao.qi@linaro.org>
1439
1440 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
1441 (child_function): Call alarm.
1442 (main): Move call to alarm into the loop.
1443 * gdb.threads/non-stop-fair-events.exp: Build program with
1444 -DTIMEOUT=$timeout.
1445
01b622d4
DE
14462015-04-06 Doug Evans <xdje42@gmail.com>
1447
1448 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
1449 Fix dest parameter to board_info.
1450 (fpc_compile): Ditto.
1451 (gdb_compile_pascal): Rename dest arg to destfile.
1452
961f4160
PMR
14532015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
1454
1455 * gdb.ada/funcall_ref.exp: New file.
1456 * gdb.ada/funcall_ref/foo.adb: New file.
1457
cafda597
YQ
14582015-04-02 Yao Qi <yao.qi@linaro.org>
1459
1460 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
1461 is remote.
1462
fed040c6
GB
14632015-04-02 Gary Benson <gbenson@redhat.com>
1464
1465 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
1466
d11916aa
SS
14672015-04-01 Sasha Smundak <asmundak@google.com>
1468
1469 * gdb.python/py-unwind-maint.c: New file.
1470 * gdb.python/py-unwind-maint.exp: New test.
1471 * gdb.python/py-unwind-maint.py: New file.
1472 * gdb.python/py-unwind.c: New file.
1473 * gdb.python/py-unwind.exp: New test.
1474 * gdb.python/py-unwind.py: New test.
1475
a1471180
PA
14762015-04-01 Pedro Alves <palves@redhat.com>
1477
1478 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
1479 to fail instead of non-existent $test.
1480
0bbeccb1
PA
14812015-04-01 Pedro Alves <palves@redhat.com>
1482
1483 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
1484 GDBFLAGS if not empty.
1485
3c724c8c
PMR
14862015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
1487
1488 * gdb.ada/complete.exp: Remove "multi_line".
1489 * gdb.ada/info_exc.exp: Remove "multi_line".
1490 * gdb.ada/packed_tagged.exp: Remove "multi_line".
1491 * gdb.ada/ptype_field.exp: Remove "multi_line".
1492 * gdb.ada/sym_print_name.exp: Remove "multi_line".
1493 * gdb.ada/tagged.exp: Remove "multi_line".
1494 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
1495 [multi_line ...]
1496 * gdb.btrace/delta.exp: Likewise.
1497 * gdb.btrace/exception.exp: Likewise.
1498 * gdb.btrace/function_call_history.exp: Likewise.
1499 * gdb.btrace/instruction_history.exp: Likewise.
1500 * gdb.btrace/nohist.exp: Likewise.
1501 * gdb.btrace/record_goto.exp: Likewise.
1502 * gdb.btrace/segv.exp: Likewise.
1503 * gdb.btrace/stepi.exp: Likewise.
1504 * gdb.btrace/tailcall.exp: Likewise.
1505 * gdb.btrace/unknown_functions.exp: Likewise.
1506 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
1507 * lib/gdb.exp: Add the "multi_line" helper.
1508
4eec2deb
PA
15092015-04-01 Pedro Alves <palves@redhat.com>
1510
1511 * gdb.threads/tid-reuse.c: New file.
1512 * gdb.threads/tid-reuse.exp: New file.
1513
df8411da
SDJ
15142015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1515
1516 PR corefiles/16092
1517 * gdb.base/coredump-filter.c: New file.
1518 * gdb.base/coredump-filter.exp: Likewise.
1519
6ef37366
PM
15202015-03-27 Petr Machata <pmachata@redhat.com>
1521
1522 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
1523 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
1524 (Dwarf::assemble): Initialize them.
1525 (Dwarf::lines): New function.
1526
7ec911b0
JT
15272015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
1528
1529 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
1530 SYMBOL_PREFIX for x86_64-*-cygwin.
1531
ff908ebf
AW
15322015-03-26 Andy Wingo <wingo@igalia.com>
1533
1534 PR symtab/18148
1535 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
1536 const_value but not a location.
1537 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
1538 location defined in non-main CUs are visible.
1539
6d5f0679
YQ
15402015-03-26 Yao Qi <yao.qi@linaro.org>
1541
1542 PR testsuite/18139
1543 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
1544 Add a line number entry for the same line.
1545 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
1546 Add a line number entry for the same line.
1547
2898689b
YQ
15482015-03-26 Yao Qi <yao.qi@linaro.org>
1549
1550 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
1551 .int 0.
1552 (func): Likewise. Add .Lfunc_1 label.
1553 Use .Lfunc_1 label.
1554 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
1555 .int 0.
1556 (func): Likewise.
1557 Use .Lfunc_1 label.
1558
85180498
YQ
15592015-03-26 Yao Qi <yao.qi@linaro.org>
1560
1561 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
1562 Call gdb_compile instead to compile each .s files without debug
1563 information.
1564
8aa08a8d
YQ
15652015-03-26 Yao Qi <yao.qi@linaro.org>
1566
1567 * gdb.base/savedregs.exp (process_saved_regs): Make
1568 "Saved registers:" optional in the pattern.
1569
66849923
MM
15702015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1571
1572 * gdb.btrace/next.exp: Merged into step.exp.
1573 * gdb.btrace/finish.exp: Merged into step.exp.
1574 * gdb.btrace/nexti.exp: Merged into stepi.exp.
1575 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
1576 "record goto" and checking the exact replay position.
1577 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
1578 check for "Recording format" in "info record" output.
1579 * gdb.btrace/record_goto.exp: Choose test file based on target.
1580 * gdb.btrace/x86-record_goto.S: Renamed into ...
1581 * gdb.btrace/x86_64-record_goto.S: ... this.
1582 * gdb.btrace/i686-record_goto.S: New.
1583 * gdb.btrace/x86-tailcall.S: Renamed into ...
1584 * gdb.btrace/x86_64-tailcall.S: ... this.
1585 * gdb.btrace/i686-tailcall.S: New.
1586 * gdb.btrace/x86-tailcall.c: Renamed into ...
1587 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
1588 separate statements. Update test.
1589 * gdb.btrace/delta.exp: Use record_goto.c as test file.
1590 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
1591 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
1592 * gdb.btrace/tailcall.exp: Choose test file based on target.
1593 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
1594
11cc1b74
MM
15952015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1596
1597 * gdb.btrace/exception.exp: Increase BTS buffer size.
1598
a25d8bf9
PA
15992015-03-24 Pedro Alves <palves@redhat.com>
1600
1601 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
1602
856e7dd6
PA
16032015-03-24 Pedro Alves <palves@redhat.com>
1604
1605 * gdb.threads/schedlock.exp (test_step): No longer expect that
1606 "set scheduler-locking step" with "next" over a function call runs
1607 threads unlocked.
1608
ad235a41
AT
16092015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1610
1611 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
1612
15630549
AT
16132015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1614
1615 PR breakpoints/16466
1616 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
1617 * gdb.mi/mi-pending.c (thread_func): New function.
1618 (int main): Add threading support required.
1619 * gdb.mi/mi-pending.exp: Add tests for this issue.
1620 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
1621 (pendfunc2): Remove stdio dependency.
1622 * gdb.mi/mi-pendshr2.c: New file.
1623
693dca06
KS
16242015-03-23 Keith Seitz <keiths@redhat.com>
1625
1626 * gdb.linespec/keywords.c: New file.
1627 * gdb.linespec/keywords.exp: New file.
1628
7e993ebf
KS
16292015-03-23 Keith Seitz <keiths@redhat.com>
1630
1631 PR gdb/18021
1632 * gdb.dwarf2/staticvirtual.exp: New test.
1633
bc23328c
JK
16342015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1635
1636 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
1637 * README: Remove HP-UX and gdb.hp.
1638 (configuration):
1639 * configure: Regenerate.
1640 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
1641 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
1642 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
1643 gdb.hp/gdb.defects/Makefile.
1644 * gdb.hp/Makefile.in: File deleted.
1645 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
1646 * gdb.hp/gdb.aCC/optimize.c: File deleted.
1647 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
1648 * gdb.hp/gdb.aCC/run.c: File deleted.
1649 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
1650 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
1651 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
1652 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
1653 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
1654 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
1655 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
1656 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
1657 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
1658 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
1659 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
1660 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
1661 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
1662 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
1663 * gdb.hp/gdb.base-hp/reg.s: File deleted.
1664 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
1665 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
1666 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
1667 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
1668 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
1669 * gdb.hp/gdb.compat/Makefile.in: File deleted.
1670 * gdb.hp/gdb.compat/average.c: File deleted.
1671 * gdb.hp/gdb.compat/sum.c: File deleted.
1672 * gdb.hp/gdb.compat/xdb.c: File deleted.
1673 * gdb.hp/gdb.compat/xdb0.c: File deleted.
1674 * gdb.hp/gdb.compat/xdb0.h: File deleted.
1675 * gdb.hp/gdb.compat/xdb1.c: File deleted.
1676 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
1677 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
1678 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
1679 * gdb.hp/gdb.defects/Makefile.in: File deleted.
1680 * gdb.hp/gdb.defects/bs14602.c: File deleted.
1681 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
1682 * gdb.hp/gdb.defects/solib-d.c: File deleted.
1683 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
1684 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
1685 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
1686 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
1687 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
1688 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
1689 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
1690 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
1691 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
1692 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
1693 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
1694 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
1695 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
1696 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
1697 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
1698 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
1699 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
1700 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
1701 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
1702 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
1703 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
1704 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
1705 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
1706 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
1707 * gdb.hp/tools/odump: File deleted.
1708
8bf3b159
PA
17092015-03-19 Pedro Alves <palves@redhat.com>
1710
1711 * gdb.threads/continue-pending-status.exp (saw_thread_2)
1712 (saw_thread_3): New globals.
1713 (top level): Increment them when an event for the corresponding
1714 thread is seen.
1715 (no thread starvation): New test.
1716
eb54c8bf
PA
17172015-03-19 Pedro Alves <palves@redhat.com>
1718
1719 * gdb.threads/continue-pending-status.c: New file.
1720 * gdb.threads/continue-pending-status.exp: New file.
1721
32d2e5d6
PA
17222015-03-18 Pedro Alves <palves@redhat.com>
1723
1724 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1725 Use gdb_is_target_remote instead of is_remote. Use
1726 gdb_test_multiple instead of gdb_expect. Exit early if
1727 gdb_test_multiple hits its internal matches. Tighten stepi tests
1728 expected output. Fail on exit with any signal, instead of just
1729 SIGILL.
1730
f68f11b7
YQ
17312015-03-18 Yao Qi <yao.qi@linaro.org>
1732
1733 PR tdep/18107
1734 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
1735 variable.
1736 * gdb.base/catch-syscall.exp: Don't skip it on
1737 aarch64*-*-linux* target. Remove elements in all_syscalls.
1738 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
1739 target.
1740 (setup_all_syscalls): New proc.
1741
ca5fd19b
YQ
17422015-03-16 Yao Qi <yao.qi@linaro.org>
1743
1744 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
1745 (top level): Skip tests if valid_addr_p returns false for
1746 $cmd1 or $cmd2.
1747
85642ba0
AW
17482015-03-11 Andy Wingo <wingo@igalia.com>
1749
1750 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
1751
e03f9645
YQ
17522015-03-11 Yao Qi <yao.qi@linaro.org>
1753
1754 * gdb.base/catch-syscall.exp: Fix typo in comments.
1755
5d0962b2
YQ
17562015-03-11 Yao Qi <yao.qi@linaro.org>
1757
1758 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
1759
b2df3cef
PA
17602015-03-09 Pedro Alves <palves@redhat.com>
1761
1762 * dg-extract-results.py: Delete.
1763
ef878e53
PA
17642015-03-09 Pedro Alves <palves@redhat.com>
1765
1766 Merge dg-extract-results.sh from GCC upstream (r218843).
1767
1768 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
1769 * dg-extract-results.sh: Use --text with grep to avoid issues with
1770 binary files. Fall back to cat -v, if that doesn't work.
1771
9494d219
PA
17722015-03-05 Pedro Alves <palves@redhat.com>
1773
1774 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
1775
a8d9763a
SM
17762015-03-04 Simon Marchi <simon.marchi@ericsson.com>
1777
1778 * lib/mi-support.exp (mi_expect_interrupt): Accept
1779 alternative event for when in all-stop mode.
1780
be9957b8
PA
17812015-03-04 Pedro Alves <palves@redhat.com>
1782
1783 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
1784
d57be0f4 17852015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
1786
1787 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
1788
c214c7cf
AA
17892015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1790
1791 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
1792 regexps for GDB's current line display, accept a hex address
1793 preceding the line number.
1794
6d74a497
AA
17952015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1796
1797 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
1798 the 'arch1' variable for "s390*-linux*" targets.
1799
511aee7c
PA
18002015-03-04 Pedro Alves <palves@redhat.com>
1801
1802 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
1803 (main): Pass missing retval argument to pthread_join call.
1804
95e50b27
PA
18052015-03-02 Pedro Alves <palves@redhat.com>
1806
1807 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
1808 (top level): Call do_test with non-stop as well.
1809
28054d69
PA
18102015-03-02 Pedro Alves <palves@redhat.com>
1811
1812 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
1813 -1.
1814
4fa5d7b4
AA
18152015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1816
1817 * gdb.arch/s390-vregs.exp: New test.
1818 * gdb.arch/s390-vregs.S: New file.
1819
97c18565
PA
18202015-02-27 Pedro Alves <palves@redhat.com>
1821
1822 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
1823 call to catch_command_errors.
1824 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
1825 catch_command_errors.
1826
a37bfa30
PA
18272015-02-27 Pedro Alves <palves@redhat.com>
1828
1829 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
1830 "true" for boolean result.
1831 * gdb.gdb/selftest.exp (test_with_self): Also accept full
1832 prototype of main.
1833
6f98576f
PA
18342015-02-27 Pedro Alves <palves@redhat.com>
1835
1836 * lib/unbuffer_output.c: New file.
1837 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
1838 (main): Call gdb_unbuffer_output.
1839
eba5ab56
YQ
18402015-02-27 Yao Qi <yao.qi@linaro.org>
1841
1842 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
1843 target.
1844
0def5aaa
DE
18452015-02-26 Doug Evans <dje@google.com>
1846
1847 * gdb.cp/class2.cc (Dbase, D): New classes.
1848 (main): New local delta.
1849 * gdb.cp/class2.exp: Test printing delta.
1850 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
1851 (dynbar): New global.
1852 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
1853
081a1c2c
JK
18542015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1855
1856 * gdb.compile/compile-ifunc.c: New file.
1857 * gdb.compile/compile-ifunc.exp: New file.
1858
2f41223f
AT
18592015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
1860
1861 * gdb.base/structs.exp: Check for correct struct on finish.
1862
03eddd80
YQ
18632015-02-26 Yao Qi <yao.qi@linaro.org>
1864
1865 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
1866 is zero.
1867
80c57053
JK
18682015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1869
1870 * gdb.arch/cordic.ko.bz2: New file.
1871 * gdb.arch/cordic.ko.debug.bz2: New file.
1872 * gdb.arch/ppc64-symtab-cordic.exp: New file.
1873
21613c12
YQ
18742015-02-25 Yao Qi <yao.qi@linaro.org>
1875
1876 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
1877 aarch64*-*-* target.
1878
d8b901ed
PA
18792015-02-23 Pedro Alves <palves@redhat.com>
1880
1881 * lib/gdb.exp (delete_breakpoints): Rewrite using
1882 gdb_test_multiple.
1883
e5b85ead
PA
18842015-02-23 Pedro Alves <palves@redhat.com>
1885
1886 * gdb.base/info-os.c: Include stdlib.h.
1887
85c3a371
DE
18882015-02-22 Doug Evans <xdje42@gmail.com>
1889
1890 PR symtab/17855
1891 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
1892 is read after symbols have been re-read.
1893 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
1894 * gdb.ada/exec_changed/second.adb (Second): Ditto.
1895
96553a0c
DE
18962015-02-21 Doug Evans <dje@google.com>
1897
1898 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
1899
97a0c697
JK
19002015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1901
1902 PR corefiles/17808
1903 * gdb.arch/i386-biarch-core.core.bz2: New file.
1904 * gdb.arch/i386-biarch-core.exp: New file.
1905
a47cd6e9
PA
19062015-02-21 Pedro Alves <palves@redhat.com>
1907
1908 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
1909 runto_main fails.
1910
c5facdc4
PA
19112015-02-20 Pedro Alves <palves@redhat.com>
1912
1913 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
1914 info probes.
1915
2db9a427
PA
19162015-02-20 Pedro Alves <palves@redhat.com>
1917
1918 * gdb.threads/multi-create-ns-info-thr.exp: New file.
1919
60fb7e9e
PA
19202015-02-20 Pedro Alves <palves@redhat.com>
1921
1922 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
1923 clean_restart before gdb_target_supports_trace.
1924
5c5019c2
PA
19252015-02-20 Pedro Alves <palves@redhat.com>
1926
1927 PR threads/18006
1928 * gdb.threads/clone-thread_db.c: New file.
1929 * gdb.threads/clone-thread_db.exp: New file.
1930
c9587f88
AT
19312015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
1932
1933 PR breakpoints/16812
1934 * gdb.base/catch-gdb-caused-signals.c: New file.
1935 * gdb.base/catch-gdb-caused-signals.exp: New file.
1936
f6a88844
JM
19372015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
1938
1939 * configure: Regenerated.
1940 * configure.ac: Use GDB_AC_TRANSFORM.
1941 * aclocal.m4: sinclude ../transform.m4.
1942
497c491b
JM
19432015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1944
1945 * lib/dtrace.exp: New file.
1946 * gdb.base/dtrace-probe.exp: Likewise.
1947 * gdb.base/dtrace-probe.d: Likewise.
1948 * gdb.base/dtrace-probe.c: Likewise.
1949 * lib/pdtrace.in: Likewise.
1950 * configure.ac: Output variables with the transformed names of
1951 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
1952 * configure: Regenerated.
1953
03e98035
JM
19542015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1955
1956 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
1957 expected message when trying to access $_probe_* convenience
1958 variables while not on a probe.
1959
63cc30e9
JK
19602015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1961
1962 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
1963
0703599a
PA
19642015-02-11 Pedro Alves <pedro@codesourcery.com>
1965
1966 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
1967 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
1968
7e60a48e
DE
19692015-02-10 Doug Evans <xdje42@gmail.com>
1970
1971 * lib/gdb.exp (gdb_load): Always return a result.
1972
01b088bc
PA
19732015-02-10 Pedro Alves <palves@redhat.com>
1974
1975 * gdb.threads/signal-sigtrap.c: New file.
1976 * gdb.threads/signal-sigtrap.exp: New file.
1977
b05ec7a5
AT
19782015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
1979
1980 * gdb.trace/no-attach-trace.c: New file.
1981 * gdb.trace/no-attach-trace.exp: New file.
1982
a2c2acaf
MW
19832015-02-09 Mark Wielaard <mjw@redhat.com>
1984
1985 * gdb.dwarf2/atomic.c: New file.
1986 * gdb.dwarf2/atomic-type.exp: Likewise.
1987
31fd9caa
MM
19882015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1989
1990 * gdb.btrace/buffer-size.exp: Update "info record" output.
1991 * gdb.btrace/delta.exp: Update "info record" output.
1992 * gdb.btrace/enable.exp: Update "info record" output.
1993 * gdb.btrace/finish.exp: Update "info record" output.
1994 * gdb.btrace/instruction_history.exp: Update "info record" output.
1995 * gdb.btrace/next.exp: Update "info record" output.
1996 * gdb.btrace/nexti.exp: Update "info record" output.
1997 * gdb.btrace/step.exp: Update "info record" output.
1998 * gdb.btrace/stepi.exp: Update "info record" output.
1999 * gdb.btrace/nohist.exp: Update "info record" output.
2000
d33501a5
MM
20012015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2002
2003 * gdb.btrace/buffer-size: New.
2004
f4abbc16
MM
20052015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2006
2007 * gdb.btrace/delta.exp: Update "info record" output.
2008 * gdb.btrace/enable.exp: Update "info record" output.
2009 * gdb.btrace/finish.exp: Update "info record" output.
2010 * gdb.btrace/instruction_history.exp: Update "info record" output.
2011 * gdb.btrace/next.exp: Update "info record" output.
2012 * gdb.btrace/nexti.exp: Update "info record" output.
2013 * gdb.btrace/step.exp: Update "info record" output.
2014 * gdb.btrace/stepi.exp: Update "info record" output.
2015 * gdb.btrace/nohist.exp: Update "info record" output.
2016
b9d61307
SM
20172015-02-06 Simon Marchi <simon.marchi@ericsson.com>
2018
2019 PR gdb/15678
2020 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
2021
e584fdbc
PA
20222015-02-06 Pedro Alves <palves@redhat.com>
2023
2024 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
2025 macro.
2026 (seconds_left, again): New globals.
2027 (main): Wait seconds_left in a 1-second sleep loop instead of
2028 sleeping 180 seconds. If 'again' is set, reset the seconds
2029 counter.
2030 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
2031 'again' in the inferior before detaching. Print the seconds left.
2032 (options): New global.
2033 (top level): Build program with -DTIMEOUT=$timeout.
2034
77f41761
PA
20352015-02-06 Pedro Alves <palves@redhat.com>
2036
2037 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
2038 determine how many seconds to pass to 'alarm'.
2039 * gdb.base/gdb-sigterm.exp (top level): Build program with
2040 -DTIMEOUT=$timeout.
2041 (do_test): Return success/failure indication. Add more verbose
2042 logging. Don't fail if 200 single steps are seen. Instead, fail
2043 when the test times out.
2044 (passes): New global.
2045 (top level): Break the testing loop if testing fails on any
2046 iteration. Use gdb_assert.
2047
b9394193
DB
20482015-02-04 Don Breazeal <donb@codesourcery.com>
2049
2050 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
2051 and initialize them.
2052 (ipc_cleanup): New function.
2053 (main): Don't declare shmid, semid, and msqid. Add a call to
2054 atexit so that we call ipc_cleanup on exit.
2055
42d9e528
PA
20562015-02-04 Pedro Alves <palves@redhat.com>
2057
2058 * boards/native-extended-gdbserver.exp: Remove any target variant
2059 specifications from the board name before clearing the isremote
2060 flag from board_info.
2061
ae6ae975
DE
20622015-01-31 Doug Evans <xdje42@gmail.com>
2063
2064 * gdb.base/maint.exp <maint print type argc>: Update expected output.
2065
cfb069a8
GB
20662015-01-31 Gary Benson <gbenson@redhat.com>
2067
2068 * gdb.base/completion.exp: Disable completion limiting for
2069 existing tests. Add new tests to check completion limiting.
2070 * gdb.linespec/ls-errs.exp: Disable completion limiting.
2071
5dd31d79
DE
20722015-01-31 Doug Evans <xdje42@gmail.com>
2073
2074 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
2075
9f050062
DE
20762015-01-31 Doug Evans <xdje42@gmail.com>
2077
2078 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
2079 entries. Duplicate file section script entries.
2080 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
2081 inlined entries. Add test for safe-path rejection.
2082 * gdb.python/py-section-script.c: Add duplicate inlined section script
2083 entries. Duplicate file section script entries.
2084 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
2085 inlined entries. Add test for safe-path rejection.
2086
df25ebbd
JB
20872015-01-29 Joel Brobecker <brobecker@adacore.com>
2088
2089 * gdb.ada/disc_arr_bound: New testcase.
2090
4a0ca9ec
JB
20912015-01-29 Joel Brobecker <brobecker@adacore.com>
2092
2093 * gdb.ada/mi_var_array: New testcase.
2094
3a8b707a
DE
20952015-01-27 Doug Evans <dje@google.com>
2096
2097 * gdb.python/py-objfile.exp: Add tests for objfile.username.
2098 Add test for objfile.filename, objfile.username after objfile
2099 has been unloaded.
2100
f8313f6e
JB
21012015-01-26 Joel Brobecker <brobecker@adacore.com>
2102
2103 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
2104 the second test to print the name attribute of value
2105 returned by the call to gdb.lookup_type, and adjust
2106 the expected output accordingly.
2107
37bc665e
MW
21082015-01-25 Mark Wielaard <mjw@redhat.com>
2109
2110 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
2111 * gdb.base/disp-step-fork.c: Include unistd.h.
2112 * gdb.base/siginfo-obj.c: Include stdio.h.
2113 * gdb.base/siginfo-thread.c: Likewise.
2114 * gdb.mi/non-stop.c: Include unistd.h.
2115 * gdb.mi/nsthrexec.c: Include stdio.h.
2116 * gdb.mi/pthreads.c: Include unistd.h.
2117 * gdb.modula2/unbounded1.c (main): Declare returns int.
2118 * gdb.reverse/consecutive-reverse.c: Likewise.
2119 * gdb.threads/create-fail.c: Include unistd.h.
2120 * gdb.threads/killed.c: Likewise.
2121 * gdb.threads/linux-dp.c: Likewise.
2122 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
2123 * gdb.threads/non-ldr-exc-2.c: Likewise.
2124 * gdb.threads/non-ldr-exc-3.c: Likewise.
2125 * gdb.threads/non-ldr-exc-4.c: Likewise.
2126 * gdb.threads/pthreads.c: Include unistd.h.
2127 (main): Declare returns int.
2128 * gdb.threads/tls-main.c (foo): New declaration.
2129 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
2130
f7e5394d
SM
21312015-01-23 Simon Marchi <simon.marchi@ericsson.com>
2132
2133 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
2134 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
2135
743649fd
MW
21362015-01-15 Mark Wielaard <mjw@redhat.com>
2137
2138 * gdb.base/noreturn-return.c: New file.
2139 * gdb.base/noreturn-return.exp: New file.
2140 * gdb.base/noreturn-finish.c: New file.
2141 * gdb.base/noreturn-finish.exp: New file.
2142
198297aa
PA
21432015-01-23 Pedro Alves <palves@redhat.com>
2144
2145 * gdb.threads/continue-pending-after-query.c: New file.
2146 * gdb.threads/continue-pending-after-query.exp: New file.
2147
717cf30c
AG
21482015-01-22 Anders Granlund <anders.granlund@ericsson.com>
2149 Simon Marchi <simon.marchi@ericsson.com>
2150
2151 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
2152 * gdb.base/valgrind-db-attach.exp: Same.
2153 * gdb.base/valgrind-infcall.exp: Same.
2154 * lib/mi-support.exp (default_mi_gdb_start): Same.
2155 * lib/prompt.exp (default_prompt_gdb_start): Same.
2156 * lib/gdb.exp (default_gdb_spawn): Same.
2157 (gdb_interact): New.
2158
2159
4b62a76e
JK
21602015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2161
2162 * gdb.compile/compile.exp (pointer to jit function): New test.
2163
b4cdae6f
WW
21642015-01-17 Wei-cheng Wang <cole945@gmail.com>
2165
2166 * lib/gdb.exp (supports_process_record): Return true for
2167 powerpc*-*-linux*.
2168 (supports_reverse): Likewise.
2169
d221e7ef
DB
21702015-01-15 Don Breazeal <donb@codesourcery.com>
2171
2172 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
2173 instead of checking whether the target board is remote and
2174 use spawn_wait_for_attach instead of exec/sleep.
2175 * gdb.base/attach-twice.exp: Likewise.
2176
bafffb51
JB
21772015-01-15 Joel Brobecker <brobecker@adacore.com>
2178
2179 * gdb.ada/var_arr_attrs: New testcase.
2180
5589af0e
PA
21812015-01-14 Pedro Alves <palves@redhat.com>
2182 Joel Brobecker <brobecker@adacore.com>
2183
2184 PR gdb/17525
2185 * gdb.base/bp-cmds-execution-x-script.c: New file.
2186 * gdb.base/bp-cmds-execution-x-script.exp: New file.
2187 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
2188
6c400b59
PA
21892015-01-14 Pedro Alves <palves@redhat.com>
2190
2191 PR cli/17828
2192 * gdb.base/batch-preserve-term-settings.c: New file.
2193 * gdb.base/batch-preserve-term-settings.exp: New file.
2194
e02c96a7
DE
21952015-01-13 Doug Evans <dje@google.com>
2196
2197 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
2198 binary.
2199
576fd14c
JB
22002015-01-13 Joel Brobecker <brobecker@adacore.com>
2201
2202 * Makefile.in (clean mostlyclean): Do not delete *.py.
2203
04dccad0
JB
22042015-01-13 Joel Brobecker <brobecker@adacore.com>
2205
2206 * gdb.python/py-lookup-type.exp: New file.
2207
3d230f71
PA
22082015-01-12 Pedro Alves <palves@redhat.com>
2209
2210 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
2211 restore GDBFLAGS before returning.
2212
7e67715d
JK
22132015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2214
2215 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
2216 is_amd64_regs_target and is_x86_like_target.
2217
f2e0d4b4
DE
22182015-01-11 Doug Evans <xdje42@gmail.com>
2219
2220 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
2221 is given without an explicit form.
2222 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
2223 attributes.
2224 * gdb.dwarf/corrupt.exp: Ditto.
2225 * gdb.dwarf2/enum-type.exp: Ditto.
2226 * gdb.trace/entry-values.exp: Ditto.
2227 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
2228
439250fb
DE
22292015-01-11 Doug Evans <xdje42@gmail.com>
2230
2231 PR gdb/15830
2232 * gdb.base/maint.exp: Remove references to "maint demangle".
2233 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
2234 Add tests for explicitly specifying language to demangle.
2235 * gdb.dlang/demangle.exp: Ditto.
2236
ede9f622
PA
22372015-01-09 Pedro Alves <palves@redhat.com>
2238
2239 * gdb.threads/non-stop-fair-events.c: New file.
2240 * gdb.threads/non-stop-fair-events.exp: New file.
2241
a7b796db
PA
22422015-01-09 Pedro Alves <palves@redhat.com>
2243
2244 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
2245 the global scope. Set a breakpoint after all threads are started
2246 rather than stepping over two source lines. Expect the prompt.
2247 * gdb.base/watch_thread_num.c (threads_started_barrier): New
2248 global.
2249 (NUM): Now 15.
2250 (main): Use threads_started_barrier to wait for all threads to
2251 start. Main thread no longer calls thread_function. Exit after
2252 180 seconds.
2253 (loop): New function.
2254 (thread_function): Wait on threads_started_barrier barrier. Call
2255 'loop' at each iteration.
2256 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
2257 threads have started, instead of hardcoding number of "next"
2258 steps. Use an access watchpoint instead of a write watchpoint.
2259
9665ffdd
PA
22602015-01-09 Pedro Alves <palves@redhat.com>
2261
2262 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
2263 (thread_func): Wait on barrier.
2264 (main): Wait for all threads to start before stopping GDB.
2265 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
2266 global.
2267 (thread1_func, thread2_func): Wait on barrier.
2268 (main): Wait for all threads to start before stopping GDB.
2269 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
2270 New global.
2271 (thread1_func, thread2_func): Wait on barrier.
2272 (main): Wait for all threads to start before stopping GDB.
2273
c945a99f
PA
22742015-01-09 Pedro Alves <palves@redhat.com>
2275
2276 * gdb.threads/attach-many-short-lived-threads.c: New file.
2277 * gdb.threads/attach-many-short-lived-threads.exp: New file.
2278
c1a747c1
PA
22792014-01-09 Pedro Alves <palves@redhat.com>
2280
2281 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
2282 instead of to thread 2.
2283 * gdb.threads/signal-command-multiple-signals-pending.c (main):
2284 Add barrier around each pthread_create call instead of around all
2285 calls.
2286 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
2287 Set a break on thread_function and have the child threads hit it
2288 one at at a time.
2289
60b3033e
PA
22902015-01-09 Pedro Alves <palves@redhat.com>
2291
2292 * lib/gdb.exp (can_spawn_for_attach): New procedure.
2293 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
2294 false.
2295 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
2296 checking whether the target board is remote.
2297 * gdb.multi/multi-attach.exp: Likewise.
2298 * gdb.python/py-sync-interp.exp: Likewise.
2299 * gdb.server/ext-attach.exp: Likewise.
2300 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
2301 tests that need to attach, instead of checking whether the target
2302 board is remote at the top of the file.
2303
acc018ac
YQ
23042015-01-08 Yao Qi <yao@codesourcery.com>
2305
2306 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
2307
50a18af8
JK
23082015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2309
2310 Fix testcase compilation.
2311 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
2312
8503d6e1
JB
23132015-01-06 Joel Brobecker <brobecker@adacore.com>
2314
2315 * gdb.python/py-type.exp: Add a couple test about empty
2316 array creation, and negative-length array creation.
2317
cc73dbcc
DE
23182015-01-02 Doug Evans <xdje42@gmail.com>
2319
2320 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
2321
0300bbc7
DE
23222015-01-02 Doug Evans <dje@google.com>
2323
2324 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
2325
9d85a0ec
YQ
23262014-12-29 Yao Qi <yao@codesourcery.com>
2327
2328 * gdb.trace/entry-values.exp: Update comments. Rename variable
2329 bar_call_foo to returned_from_foo.
2330
87186c6a
MMN
23312014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
2332
2333 PR gdb/17394
2334 * gdb.linespec/break-asm-file.c: New file.
2335 * gdb.linespec/break-asm-file.exp: New file.
2336 * gdb.linespec/break-asm-file0.s: New file.
2337 * gdb.linespec/break-asm-file1.s: New file.
2338
1bab7383
YQ
23392014-12-18 Nigel Stephens <nigel@mips.com>
2340 Maciej W. Rozycki <macro@codesourcery.com>
2341
2342 * gdb.base/float.exp: Handle the new output from "info float" on
2343 MIPS targets.
2344
1bc1068a
JK
23452014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2346
2347 Fix MinGW compilation.
2348 * gdb.compile/compile-ops.exp: Update untested message if
2349 !skip_compile_feature_tests.
2350 * gdb.compile/compile-setjmp.exp: Likewise.
2351 * gdb.compile/compile-tls.exp: Likewise.
2352 * gdb.compile/compile.exp: Likewise.
2353 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
2354 supported on this host".
2355
b6615d10
DE
23562014-12-16 Doug Evans <xdje42@gmail.com>
2357
2358 * boards/stabs.exp: New file.
2359
25dda427
AA
23602014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
2361
2362 * gdb.base/completion.exp: Adjust to format changes of "maint
2363 print user-registers".
2364
bf330350
CU
23652014-12-16 Catalin Udma <catalin.udma@freescale.com>
2366
2367 PR server/17457
2368 * gdb.arch/aarch64-fp.c: New file.
2369 * gdb.arch/aarch64-fp.exp: New file.
2370
395cf596
SDJ
23712014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2372
2373 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
2374 r210637, r210913, r211666, r215400, r215817).
2375
2376 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
2377 * dg-extract-results.py: New file.
2378 * dg-extract-results.sh: Use it if the environment seems
2379 suitable.
2380
2381 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
2382
2383 * dg-extract-results.py (parse_run): Handle warnings that
2384 are printed before a test harness is run.
2385
2386 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
2387
2388 * dg-extract-results.py (Named): Remove __cmp__ method.
2389 (output_variation): Use a key to sort variation.harnesses.
2390
2391 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
2392
2393 * dg-extract-results.py: For Python 3, force sys.stdout to
2394 handle surrogate escape sequences.
2395 (safe_open): New function.
2396 (output_segment, main): Use it.
2397
2398 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
2399
2400 * dg-extract-results.py (Prog.result_re): Include options
2401 in test name.
2402
2403 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
2404
2405 * dg-extract-results.py (output_variation): Always sort if
2406 do_sum.
2407
e882ef3c
SM
24082014-12-15 Simon Marchi <simon.marchi@ericsson.com>
2409
2410 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
2411 as long as we get pagination notifications.
2412
4992aa20
JM
24132014-12-15 Jason Merrill <jason@redhat.com>
2414
2415 * Makefile.in (check-gdb.%): Restore.
2416 * README: Mention it.
2417
c1b5a1a6
JB
24182014-12-13 Joel Brobecker <brobecker@adacore.com>
2419
2420 * gdb.ada/str_uninit: New testcase.
2421
5537b577
JK
24222014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2423
2424 PR symtab/17642
2425 * gdb.base/vla-stub-define.c: New file.
2426 * gdb.base/vla-stub.c: New file.
2427 * gdb.base/vla-stub.exp: New file.
2428
bb2ec1b3
TT
24292014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2430 Jan Kratochvil <jan.kratochvil@redhat.com>
2431 Tom Tromey <tromey@redhat.com>
2432
2433 * configure.ac: Add gdb.compile/.
2434 * configure: Regenerate.
2435 * gdb.compile/Makefile.in: New file.
2436 * gdb.compile/compile-ops.exp: New file.
2437 * gdb.compile/compile-ops.c: New file.
2438 * gdb.compile/compile-tls.c: New file.
2439 * gdb.compile/compile-tls.exp: New file.
2440 * gdb.compile/compile-constvar.S: New file.
2441 * gdb.compile/compile-constvar.c: New file.
2442 * gdb.compile/compile-mod.c: New file.
2443 * gdb.compile/compile-nodebug.c: New file.
2444 * gdb.compile/compile-setjmp-mod.c: New file.
2445 * gdb.compile/compile-setjmp.c: New file.
2446 * gdb.compile/compile-setjmp.exp: New file.
2447 * gdb.compile/compile-shlib.c: New file.
2448 * gdb.compile/compile.c: New file.
2449 * gdb.compile/compile.exp: New file.
2450 * lib/gdb.exp (skip_compile_feature_tests): New proc.
2451
4ff709eb
TT
24522014-12-12 Tom Tromey <tromey@redhat.com>
2453
2454 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
2455 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
2456
6dddd6a5
DE
24572014-12-12 Doug Evans <dje@google.com>
2458
2459 * lib/gdb-python.exp (get_python_valueof): New function.
2460 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
2461
71c24708
AA
24622014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2463
2464 * gdb.base/completion.exp: Add test for completion of "info
2465 registers ".
2466
3e29f34a
MR
24672014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
2468
2469 * gdb.base/func-ptrs.c: New file.
2470 * gdb.base/func-ptrs.exp: New file.
2471
fc126975
SM
24722014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2473
2474 PR breakpoints/17012
2475 * gdb.base/dprintf-detach.c: New file.
2476 * gdb.base/dprintf-detach.exp: New file.
2477
0a46d518
SM
24782014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2479
2480 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
2481 * lib/gdb.exp (target_is_gdbserver): New procedure.
2482
a0be3e44
DE
24832014-12-08 Doug Evans <dje@google.com>
2484
2485 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
2486
df1b803a
YQ
24872014-12-05 Yao Qi <yao@codesourcery.com>
2488
2489 * gdb.guile/scm-error.exp: Remove the third argument to
2490 gdb_remote_download.
2491 * gdb.guile/scm-frame-args.exp: Likewise.
2492 * gdb.guile/scm-section-script.exp: Likewise.
2493
ddb9f679
YQ
24942014-12-05 Yao Qi <yao@codesourcery.com>
2495
2496 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
2497
86e4ed39
DE
24982014-12-04 Doug Evans <dje@google.com>
2499
2500 * gdb.python/py-objfile.exp: Add tests for
2501 objfile.add_separate_debug_file.
2502
7c50a931
DE
25032014-12-04 Doug Evans <dje@google.com>
2504
2505 * lib/gdb.exp (get_build_id): New function.
2506 (build_id_debug_filename_get): Rewrite to use it.
2507 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
2508
621661e3
MR
25092014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
2510
2511 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
2512 `method(long)', not just 0x0.
2513 * gdb.cp/nsalias.exp: Align code labels to 4.
2514 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
2515 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
2516 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
2517 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
2518 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
2519 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
2520
29f0c3b7
DE
25212014-12-02 Doug Evans <dje@google.com>
2522
e1e061e7 2523 PR symtab/17602
29f0c3b7 2524 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 2525 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
2526 * gdb.cp/anon-ns.exp: Update.
2527
162078c8
NB
25282014-12-02 Nick Bull <nicholaspbull@gmail.com>
2529
2530 * gdb.python/py-events.py (inferior_call_handler): New.
2531 (register_changed_handler, memory_changed_handler): New.
2532 (test_events.invoke): Register new handlers.
2533 * gdb.python/py-events.exp: Add tests for inferior call,
2534 memory_changed and register_changed events.
2535
fdb09caf
AA
25362014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2537
2538 * gdb.base/execl-update-breakpoints.exp: Specify the link address
2539 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
2540 if the linker doesn't understand this.
2541
55cfb2c4
SM
25422014-12-01 Simon Marchi <simon.marchi@ericsson.com>
2543
2544 * gdb.python/python.exp: Change expected reply to help().
2545
9e8cd6df
YQ
25462014-12-01 Yao Qi <yao@codesourcery.com>
2547
2548 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
2549 AC_CONFIG_SUBDIRS(gdb.gdbtk).
2550 * configure: Re-generated.
2551
6c659fc2
SC
25522014-11-28 Siva Chandra Reddy <sivachandra@google.com>
2553
2554 * gdb.cp/chained-calls.cc: New file.
2555 * gdb.cp/chained-calls.exp: New file.
2556 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
2557
d7fc3181
SM
25582014-11-28 Simon Marchi <simon.marchi@ericsson.com>
2559
2560 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
2561 * gdb.dwarf2/symtab-producer.exp: Same.
2562 * gdb.gdb/python-interrupts.exp: Same.
2563 * gdb.gdb/python-selftest.exp: Same.
2564 * gdb.python/py-linetable.exp: Same.
2565 * gdb.python/py-type.exp: Same.
2566 * gdb.python/py-value-cc.exp: Same.
2567 * gdb.python/py-value.exp: Same.
2568
10e79639
YQ
25692014-11-28 Yao Qi <yao@codesourcery.com>
2570
2571 * gdb.base/break-probes.exp: Match library name prefixed with
2572 sysroot.
2573
f28a0564
SM
25742014-11-27 Simon Marchi <simon.marchi@ericsson.com>
2575
2576 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
2577 test expected output. Add parentheses for the call to print.
2578 Remove L suffix from integers.
2579
3fe1ce1d
DE
25802014-11-26 Doug Evans <dje@google.com>
2581
2582 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
2583
84429e27
YQ
25842014-11-22 Yao Qi <yao@codesourcery.com>
2585
2586 * gdb.trace/entry-values.c: Remove asms.
2587 (foo): Add foo_label.
2588 (bar): Add bar_label.
2589 * gdb.trace/entry-values.exp: Remove code computing foo's
2590 length and bar's length.
2591 (Dwarf::assemble): Invoke function_range for bar and use
2592 MACRO_AT_func for foo.
2593
26741859
YQ
25942014-11-22 Yao Qi <yao@codesourcery.com>
2595
2596 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
2597 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
2598 Use .Lgcc43_procstart instead of gcc43.
2599
45e44d27
JB
26002014-11-21 Joel Brobecker <brobecker@adacore.com>
2601
2602 * gdb.ada/n_arr_bound: New testcase.
2603
458c8db8
SDJ
26042014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2605
2606 PR breakpoints/10737
2607 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
2608 test_catch_syscall_multi_arch.
2609 (test_catch_syscall_multi_arch): New function.
2610
43f3e411
DE
26112014-11-20 Doug Evans <xdje42@gmail.com>
2612
2613 * gdb.base/maint.exp: Update expected output.
2614
0d7b2549
AA
26152014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2616
2617 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
2618 4-byte instruction on S390.
2619
8908fca5
JB
26202014-11-19 Joel Brobecker <brobecker@adacore.com>
2621
2622 * gdb.ada/arr_arr: New testcase.
2623
4a46959e
JB
26242014-11-19 Joel Brobecker <brobecker@adacore.com>
2625
2626 * gdb.ada/pkd_arr_elem: New Testcase.
2627
470e2f4e
LM
26282014-11-18 Luis Machado <lgustavo@codesourcery.com>
2629
2630 * gdb.reverse/break-precsave: Expect completion message for
2631 core file reads.
2632 * gdb.reverse/consecutive-precsave.exp: Likewise.
2633 * gdb.reverse/finish-precsave.exp: Likewise.
2634 * gdb.reverse/i386-precsave.exp: Likewise.
2635 * gdb.reverse/machinestate-precsave.exp: Likewise.
2636 * gdb.reverse/sigall-precsave.exp: Likewise.
2637 * gdb.reverse/solib-precsave.exp: Likewise.
2638 * gdb.reverse/step-precsave.exp: Likewise.
2639 * gdb.reverse/until-precsave.exp: Likewise.
2640 * gdb.reverse/watch-precsave.exp: Likewise.
2641
a267f3ad
AA
26422014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2643
2644 * gdb.base/bp-permanent.c: Include unistd.h.
2645 * gdb.python/py-framefilter-mi.c (main): Add return type.
2646 * gdb.python/py-framefilter.c (main): Likewise.
2647 * gdb.trace/actions-changed.c (main): Likewise.
2648
12084a9a
AA
26492014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2650
2651 * gdb.mi/until.c: Add eye-catchers.
2652 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
2653 line numbers.
2654
dc7e1a77
AA
26552014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2656
2657 * gdb.base/condbreak.exp: Drop references to removed non-prototype
2658 function header variants in break1.c.
2659 * gdb.base/ena-dis-br.exp: Likewise.
2660 * gdb.base/hbreak2.exp: Likewise.
2661 * gdb.reverse/until-precsave.exp: Drop references to removed
2662 non-prototype function header variants in ur1.c.
2663 * gdb.reverse/until-reverse.exp: Likewise.
2664
41c77605
PM
26652014-11-17 Petr Machata <pmachata@redhat.com>
2666
2667 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
2668 ${_cu_offset_size} bytes abbrev offset.
2669
34248c3a
DE
26702014-11-15 Doug Evans <xdje42@gmail.com>
2671
2672 PR symtab/17559
2673 * gdb.base/line-symtabs.exp: New file.
2674 * gdb.base/line-symtabs.c: New file.
2675 * gdb.base/line-symtabs.h: New file.
2676
646da059
YQ
26772014-11-14 Yao Qi <yao@codesourcery.com>
2678
2679 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
2680 (func): Add label func_label.
2681 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
2682 Replace low_pc and high_pc with MACRO_AT_range.
2683 Replace name, low_pc and high_pc with MACRO_AT_func.
2684
9301ebe6
YQ
26852014-11-14 Yao Qi <yao@codesourcery.com>
2686
2687 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
2688 Replace name, low_pc and high_pc with MACRO_AT_func.
2689
f166b542
YQ
26902014-11-14 Yao Qi <yao@codesourcery.com>
2691
2692 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
2693 produce debug information.
2694 * gdb.dwarf2/implptr-optimized-out.S: Removed.
2695
0f6e71e3
YQ
26962014-11-14 Yao Qi <yao@codesourcery.com>
2697
2698 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
2699 object and get function length.
2700 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
2701 with MACRO_AT_func.
2702 (top-level): Replace gdb_compile and clean_restart with
2703 prepare_for_testing.
2704 * gdb.dwarf2/main.c (main): Add label main_label.
2705
876c4df9
YQ
27062014-11-14 Yao Qi <yao@codesourcery.com>
2707
2708 * lib/dwarf.exp (function_range): New procedure.
2709 (Dwarf::_handle_macro_at_func): New procedure.
2710 (Dwarf::_handle_macro_at_range): New procedure.
2711 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
2712
02ad9cf1
YQ
27132014-11-14 Yao Qi <yao@codesourcery.com>
2714
2715 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
2716 (_handle_attribute): New procedure.
2717
a59add0c
AA
27182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2719
2720 * gdb.ada/cond_lang/foo.c (callme): Add return type.
2721 * gdb.base/call-sc.c (zed): Likewise.
2722 * gdb.base/checkpoint.c (main): Likewise.
2723 * gdb.base/dump.c (main): Likewise.
2724 * gdb.base/gcore.c (main): Likewise.
2725 * gdb.base/huge.c (main): Likewise.
2726 * gdb.base/multi-forks.c (main): Likewise.
2727 * gdb.base/pr10179-a.c (main): Likewise.
2728 * gdb.base/savedregs.c (main): Likewise.
2729 * gdb.base/sigaltstack.c (main): Likewise.
2730 * gdb.base/siginfo.c (main): Likewise.
2731 * gdb.base/structs.c (zed): Likewise.
2732 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
2733 * gdb.mi/mi-syn-frame.c (main): Likewise.
2734 * gdb.mi/until.c (foo, main): Likewise.
2735 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
2736 * gdb.base/solib-weak.c (foo): Declare.
2737 * gdb.base/attach-twice.c: Include stdio.h.
2738 * gdb.base/weaklib1.c: Likewise.
2739 * gdb.base/weaklib2.c: Likewise.
2740 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
2741 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
2742 unistd.h.
2743 * gdb.base/attach-pie-misread.c: Include stdlib.h.
2744 * gdb.mi/mi-exit-code.c: Likewise.
2745 * gdb.base/break-interp-lib.c: Include string.h.
2746 * gdb.base/coremaker.c: Likewise.
2747 * gdb.base/testenv.c: Likewise.
2748 * gdb.python/py-finish-breakpoint.c: Likewise.
2749 * gdb.base/inferior-died.c: Include sys/wait.h.
2750 * gdb.base/fileio.c: Include time.h.
2751 * gdb.base/async-shell.c: Include unistd.h.
2752 * gdb.base/dprintf-non-stop.c: Likewise.
2753 * gdb.base/info-os.c: Likewise.
2754 * gdb.mi/mi-console.c: Likewise.
2755 * gdb.mi/watch-nonstop.c: Likewise.
2756 * gdb.python/py-events.c: Likewise.
2757 * gdb.base/async.c (baz): Move up before its invocation.
2758 * gdb.base/code_elim2.c (my_global_func): Likewise.
2759 * gdb.base/skip-solib-lib.c (multiply): Likewise.
2760 * gdb.base/advance.c (func2): Likewise.
2761
3b5d5997
AA
27622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2763
2764 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
2765 variant.
2766 * gdb.base/annota3.c: Likewise.
2767 * gdb.base/async.c: Likewise.
2768 * gdb.base/average.c: Likewise.
2769 * gdb.base/call-ar-st.c: Likewise.
2770 * gdb.base/call-rt-st.c: Likewise.
2771 * gdb.base/call-sc.c: Likewise.
2772 * gdb.base/call-strs.c: Likewise.
2773 * gdb.base/ending-run.c: Likewise.
2774 * gdb.base/execd-prog.c: Likewise.
2775 * gdb.base/exprs.c: Likewise.
2776 * gdb.base/foll-exec.c: Likewise.
2777 * gdb.base/foll-fork.c: Likewise.
2778 * gdb.base/foll-vfork.c: Likewise.
2779 * gdb.base/funcargs.c: Likewise.
2780 * gdb.base/gcore.c: Likewise.
2781 * gdb.base/jump.c: Likewise.
2782 * gdb.base/langs0.c: Likewise.
2783 * gdb.base/langs1.c: Likewise.
2784 * gdb.base/langs2.c: Likewise.
2785 * gdb.base/mips_pro.c: Likewise.
2786 * gdb.base/nodebug.c: Likewise.
2787 * gdb.base/opaque0.c: Likewise.
2788 * gdb.base/opaque1.c: Likewise.
2789 * gdb.base/recurse.c: Likewise.
2790 * gdb.base/run.c: Likewise.
2791 * gdb.base/scope0.c: Likewise.
2792 * gdb.base/scope1.c: Likewise.
2793 * gdb.base/setshow.c: Likewise.
2794 * gdb.base/setvar.c: Likewise.
2795 * gdb.base/shmain.c: Likewise.
2796 * gdb.base/shr1.c: Likewise.
2797 * gdb.base/shr2.c: Likewise.
2798 * gdb.base/sigall.c: Likewise.
2799 * gdb.base/signals.c: Likewise.
2800 * gdb.base/so-indr-cl.c: Likewise.
2801 * gdb.base/solib2.c: Likewise.
2802 * gdb.base/structs.c: Likewise.
2803 * gdb.base/sum.c: Likewise.
2804 * gdb.base/vforked-prog.c: Likewise.
2805 * gdb.base/watchpoint.c: Likewise.
2806 * gdb.reverse/shr2.c: Likewise.
2807 * gdb.reverse/until-reverse.c: Likewise.
2808 * gdb.reverse/ur1.c: Likewise.
2809 * gdb.reverse/watch-reverse.c: Likewise.
2810
066a77c5
AA
28112014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2812
2813 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
2814 variant.
2815 * gdb.base/sepdebug.exp: Drop references to removed code.
2816
4f204ea5
AA
28172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2818
2819 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
2820 variant. Preserve original line numbering.
2821 * gdb.base/list1.c: Likewise.
2822
3b377a3a
AA
28232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2824
2825 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
2826 variant.
2827 * gdb.base/break1.c: Likewise.
2828 * gdb.base/break.exp: Drop references to removed code.
2829
e444df73
AA
28302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2831
2832 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
2833 variant.
2834
8008f2a7
AA
28352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2836
2837 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
2838
a5a06887
AA
28392014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2840
2841 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
2842 logic into perform_all_tests() and invoke it with and without
2843 function header prototypes.
2844 (do_function_calls): Remove conditional XFAIL for PR 5318.
2845 (rerun_and_prepare): Remove duplicate code.
2846 (perform_all_tests): New. Main logic moved here.
2847
44dba9b9
AA
28482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2849
2850 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
2851 code guarded by #ifdef NO_PROTOTYPES.
2852 (t_double_many_args): Likewise.
2853 (DEF_FUNC_MANY_ARGS_1): Likewise.
2854 (DEF_FUNC_VALUES_1): Likewise.
2855 (t_structs_ldc): Renamed from t_structs_fc in conditional code
2856 guarded by #ifdef PROTOTYPES.
2857
d1fbcd56
AA
28582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2859
2860 * gdb.mi/mi-console.c: Add eye-catcher.
2861 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
2862 instead of literal line number.
2863
b0e59b8f
AA
28642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2865
2866 * gdb.base/shr2.c: Add eye-catcher.
2867 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
2868 line number.
2869
78f98cca
AA
28702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2871
2872 * gdb.base/jump.c: Add eye-catchers.
2873 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
2874 numbers.
2875
58fa2af0
AA
28762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2877
2878 * gdb.base/execd-prog.c: Add eye-catchers.
2879 * gdb.base/foll-exec.c: Likewise.
2880 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
2881 line numbers.
2882
04e5059b
AA
28832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2884
2885 * gdb.base/ending-run.c: Add eye-catchers.
2886 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
2887 literal line numbers.
2888
dbfdb174
AA
28892014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2890
2891 * gdb.base/call-rt-st.c: Add eye-catchers.
2892 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
2893 literal line numbers.
2894
888a2ade
AA
28952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2896
2897 * gdb.base/call-ar-st.c: Add eye-catchers.
2898 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
2899 literal line numbers.
2900
6acc2dde
AA
29012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2902
2903 * gdb.base/average.c: Add eye-catchers.
2904 * gdb.base/sum.c: Likewise.
2905 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
2906 regexps dynamically.
2907
9ecfcd1d
AA
29082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2909
2910 * gdb.base/solib1.c: Add eye-catchers.
2911 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
2912 literal line numbers.
2913
78708b7c
PA
29142014-11-12 Pedro Alves <palves@redhat.com>
2915
2916 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
2917 leader has exited.
2918
af48d08f
PA
29192014-11-12 Pedro Alves <palves@redhat.com>
2920
2921 * gdb.arch/i386-bp_permanent.c: New file.
2922 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
2923 (srcfile): Set to i386-bp_permanent.c.
2924 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
2925 that stepi does not execute the 'leave' instruction, instead of
2926 testing it does execute.
2927 * gdb.base/bp-permanent.c: New file.
2928 * gdb.base/bp-permanent.exp: New file.
2929
af3768e9
DE
29302014-11-10 Doug Evans <xdje42@gmail.com>
2931
2932 PR symtab/17564
2933 * gdb.base/symtab-search-order.exp: New file.
2934 * gdb.base/symtab-search-order.c: New file.
2935 * gdb.base/symtab-search-order-1.c: New file.
2936 * gdb.base/symtab-search-order-shlib-1.c: New file.
2937
9de00a4a
PA
29382014-11-07 Pedro Alves <palves@redhat.com>
2939
2940 PR gdb/17511
2941 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
2942 i?86-*-linux*.
2943
e0f52461
SC
29442014-11-03 Siva Chandra Reddy <sivachandra@google.com>
2945
2946 PR c++/17494
2947 * gdb.cp/pr17494.cc: New file.
2948 * gdb.cp/pr17494.exp: New file.
2949
6ce8c980
YQ
29502014-11-02 Yao Qi <yao@codesourcery.com>
2951
2952 * gdb.python/python.exp: Get working directory and match the
2953 output of "set extended-prompt \\w " with it.
2954
02be9a71
DE
29552014-10-30 Doug Evans <dje@google.com>
2956
2957 * gdb.python/py-objfile.exp: Add tests for setting random attributes
2958 in objfiles.
2959 * gdb.python/py-progspace.exp: Add tests for setting random attributes
2960 in progspaces.
2961
3bdff46b
LM
29622014-10-30 Janis Johnson <janisjo@codesourcery.com>
2963
2964 * gdb.base/fullpath-expand.exp: Skip for a remote host.
2965 * gdb.base/realname-expand.exp: Likewise.
2966 * gdb.linespec/macro-relative.exp: Likewise.
2967
ab917dfb
PA
29682014-10-29 Pedro Alves <palves@redhat.com>
2969
2970 PR gdb/17408
2971 * gdb.threads/schedlock.c (some_function): New function.
2972 (call_function): New global.
2973 (MAYBE_CALL_SOME_FUNCTION): New macro.
2974 (thread_function): Call it.
2975 * gdb.threads/schedlock.exp (get_args): Add description parameter,
2976 and use it instead of a global counter. Adjust all callers.
2977 (get_current_thread): Use "find current thread" for test message
2978 here rather than having all callers pass down the same string.
2979 (goto_loop): New procedure, factored out from ...
2980 (my_continue): ... this.
2981 (step_ten_loops): Change parameter from test message to command to
2982 use. Adjust.
2983 (list_count): Delete global.
2984 (check_result): New procedure, factored out from duplicate top
2985 level code.
2986 (continue tests): Wrap in with_test_prefix.
2987 (test_step): New procedure, factored out from duplicate top level
2988 code.
2989 (top level): Test "step" in combination with all scheduler-locking
2990 modes. Test "next" in combination with all scheduler-locking
2991 modes, and in combination with stepping over a function call or
2992 not.
2993 * gdb.threads/next-bp-other-thread.c: New file.
2994 * gdb.threads/next-bp-other-thread.exp: New file.
2995
d3d4baed
PA
29962014-10-29 Pedro Alves <palves@redhat.com>
2997
2998 PR python/17372
2999 * gdb.python/python.exp: Test a multi-line command that spawns
3000 interactive Python.
3001 * gdb.base/multi-line-starts-subshell.exp: New file.
3002
563e8d85
YQ
30032014-10-29 Yao Qi <yao@codesourcery.com>
3004
3005 * gdb.base/fileio.exp: Make directories on host.
3006
0ea4d52e
YQ
30072014-10-29 Yao Qi <yao@codesourcery.com>
3008
3009 * gdb.base/fileio.c (test_write): Close the file.
3010
7f5ef605
PA
30112014-10-28 Pedro Alves <palves@redhat.com>
3012
3013 PR gdb/12623
3014 * gdb.base/sigstep.c (no_handler): New global.
3015 (main): If 'no_handler is true, set the signal handlers to
3016 SIG_IGN.
3017 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
3018 with_sw_watch and no_handler parameters. Handle them.
3019 (top level) <stepping over handler when stopped at a breakpoint
3020 test>: Add a test axis for testing with a software watchpoint, and
3021 another for testing with the signal handler set to SIG_IGN.
3022 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
3023 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
3024
abbdbd03
PA
30252014-10-28 Pedro Alves <palves@redhat.com>
3026
3027 PR gdb/17511
3028 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
3029 * gdb.base/sigstep.exp (other_handler_location): New global.
3030 (advance): Support stepping into the signal handler, and running
3031 commands while in the handler.
3032 (in_handler_map): New global.
3033 (top level): In the advance test, add combinations for getting
3034 into the handler with stepping commands, and for running commands
3035 in the handler. Add comment descripting the advancei tests.
3036
1df4399f
PA
30372014-10-28 Pedro Alves <palves@redhat.com>
3038
3039 * gdb.base/sigstep.exp: Use build_executable instead of
3040 prepare_for_testing.
3041 (top level): Move code that starts GDB, runs to main and creates a
3042 display to ...
3043 (restart): ... this new procedure.
3044 (top level): Move backtrace from signal handler test to ...
3045 (validate_backtrace): ... this new procedure.
3046 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
3047 with_test_prefix. Always restart GDB.
3048 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
3049 with_test_prefix. Always restart GDB. No need to delete
3050 breakpoints after the test.
3051 (test_skip_handler): Remove prefix parameter.
3052 (skip_over_handler, breakpoint_to_handler)
3053 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
3054 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
3055 restart GDB. No need to delete breakpoints after the test.
3056 (top level): Use foreach to call the test procedures with
3057 different commands.
3058
a5b6e449
PA
30592014-10-28 Pedro Alves <palves@redhat.com>
3060
3061 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
3062 instead of GNATS numbers.
3063 * gdb.base/sigbpt.exp: Likewise.
3064 * gdb.base/siginfo.exp: Likewise.
3065 * gdb.base/sigstep.exp: Likewise.
3066
e5f8a7cc
PA
30672014-10-27 Pedro Alves <palves@redhat.com>
3068
3069 * gdb.base/sigstep.c (dummy): New global.
3070 (main): Issue a couple writes to the new global.
3071 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
3072 procedures.
3073 (skip_over_handler): Use test_skip_handler.
3074 (top level): Call skip_over_handler for stepi and nexti too.
3075 (breakpoint_over_handler): Use test_skip_handler.
3076 (top level): Call breakpoint_over_handler for stepi and nexti too.
3077
763905a3
YQ
30782014-10-27 Yao Qi <yao@codesourcery.com>
3079
3080 * gdb.trace/tfile.c (adjust_function_address)
3081 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
3082 function descriptor.
3083
6f259a23
DB
30842014-10-24 Don Breazeal <donb@codesourcery.com>
3085
3086 * gdb.base/foll-fork.exp (test_follow_fork,
3087 catch_fork_child_follow): Check for updated fork messages emitted
3088 from infrun.c.
3089 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
3090 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
3091 vfork_and_exec_child_follow_through_step): Check for updated vfork
3092 messages emitted from infrun.c.
3093
09dd9a69
PA
30942014-10-24 Pedro Alves <palves@redhat.com>
3095
3096 * gdb.base/corefile.exp: Remove references to ultrix.
3097 * gdb.base/interrupt.exp: Likewise.
3098 * gdb.base/whatis.exp: Likewise.
3099 * gdb.gdb/selftest.exp: Likewise.
3100 * gdb.threads/manythreads.exp: Likewise.
3101 * gdb.threads/print-threads.exp: Likewise.
3102 * gdb.threads/pthreads.exp:: Likewise.
3103 * gdb.threads/schedlock.exp: Likewise.
3104
3433cfa5
SC
31052014-10-24 Siva Chandra Reddy <sivachandra@google.com>
3106
3107 * gdb.cp/non-trivial-retval.cc: Add a test case.
3108 * gdb.cp/non-trivial-retval.exp: Add a test.
3109
092f880b
YQ
31102014-10-20 Yao Qi <yao@codesourcery.com>
3111
3112 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
3113 * gdb.python/py-objfile-script-gdb.py: New file.
3114 * gdb.python/py-objfile-script.exp: Update reference to
3115 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
3116 of remote_download. Remove the dest file.
3117
acbdb7f3
YQ
31182014-10-20 Yao Qi <yao@codesourcery.com>
3119
3120 * gdb.base/checkpoint.exp: Don't remove file copied on host.
3121 * gdb.base/step-line.exp: Likewise.
3122 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3123 * gdb.dwarf2/dw2-basic.exp: Likewise.
3124 * gdb.dwarf2/dw2-compressed.exp: Likewise.
3125 * gdb.dwarf2/dw2-filename.exp: Likewise.
3126 * gdb.dwarf2/dw2-intercu.exp: Likewise.
3127 * gdb.dwarf2/dw2-intermix.exp: Likewise.
3128 * gdb.dwarf2/dw2-producer.exp: Likewise.
3129 * gdb.dwarf2/mac-fileno.exp: Likewise.
3130 * gdb.python/py-frame-args.exp: Likewise.
3131 * gdb.python/py-framefilter.exp: Likewise.
3132 * gdb.python/py-mi.exp: Likewise.
3133 * gdb.python/py-objfile-script.exp: Likewise
3134 * gdb.python/py-pp-integral.exp: Likewise.
3135 * gdb.python/py-pp-re-notag.exp: Likewise.
3136 * gdb.python/py-prettyprint.exp: Likewise.
3137 * gdb.python/py-section-script.exp: Likewise.
3138 * gdb.python/py-typeprint.exp: Likewise.
3139 * gdb.python/py-xmethods.exp: Likewise.
3140 * gdb.stabs/weird.exp: Likewise.
3141 * gdb.xml/tdesc-regs.exp: Likewise.
3142
bd286a29
KCY
31432014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
3144
3145 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
3146 (out_cu): Use addr_len for the size of addresses.
3147 (out_line): Likewise. Size DW_LNE_set_address instruction
3148 according to addr_len.
3149 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
3150 (FUNC): Add START_INSNS to definition.
3151
673dc4a0
YQ
31522014-10-18 Yao Qi <yao@codesourcery.com>
3153
3154 * gdb.base/argv0-symlink.exp: Check argv[0] value if
3155 gdb_has_argv0 return true.
3156 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
3157 check [target_info exists noargs], check [gdb_has_argv0]
3158 instead.
3159 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3160 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
3161 procedures.
3162
4ffbba72
DE
31632014-10-17 Doug Evans <dje@google.com>
3164
3165 * gdb.python/py-events.exp: Update expected output for clear_objfiles
3166 event.
3167 * gdb.python/py-events.py: Add clear_objfiles event.
3168
d096d8c1
DE
31692014-10-17 Doug Evans <dje@google.com>
3170
3171 * gdb.python/py-objfile.exp: Test progspace attribute.
3172
a80db015
LM
31732014-10-17 Luis Machado <lgustavo@codesourcery.com>
3174
3175 * gdb.guile/scm-breakpoint.exp: Do not assume any
3176 directory separators when matching source file paths.
3177 * gdb.python/py-breakpoint.exp: Likewise.
3178 * gdb.reverse/break-precsave.exp: Likewise.
3179 * gdb.reverse/break-reverse.exp: Likewise.
3180 * gdb.reverse/consecutive-precsave.exp: Likewise.
3181 * gdb.reverse/finish-precsave.exp: Likewise.
3182 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
3183 * gdb.reverse/finish-reverse.exp: Likewise.
3184 * gdb.reverse/i386-precsave.exp: Likewise.
3185 * gdb.reverse/i387-env-reverse.exp: Likewise.
3186 * gdb.reverse/i387-stack-reverse.exp: Likewise.
3187 * gdb.reverse/machinestate-precsave.exp: Likewise.
3188 * gdb.reverse/machinestate.exp: Likewise.
3189 * gdb.reverse/sigall-precsave.exp: Likewise.
3190 * gdb.reverse/solib-precsave.exp: Likewise.
3191 * gdb.reverse/step-precsave.exp: Likewise.
3192 * gdb.reverse/until-precsave.exp: Likewise.
3193 * gdb.reverse/watch-precsave.exp: Likewise.
3194 * gdb.reverse/watch-reverse.exp: Likewise.
3195
b22089ab
YQ
31962014-10-17 Yao Qi <yao@codesourcery.com>
3197
3198 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
3199 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
3200
6c4486e6
PA
32012014-10-17 Pedro Alves <palves@redhat.com>
3202
3203 PR gdb/17471
3204 * gdb.base/bg-execution-repeat.c: New file.
3205 * gdb.base/bg-execution-repeat.exp: New file.
3206
0ff33695
PA
32072014-10-17 Pedro Alves <palves@redhat.com>
3208
3209 PR gdb/17300
3210 * gdb.base/continue-all-already-running.c: New file.
3211 * gdb.base/continue-all-already-running.exp: New file.
3212
6fdebc3d
PA
32132014-10-17 Pedro Alves <palves@redhat.com>
3214
3215 PR gdb/17472
3216 * gdb.base/annota-input-while-running.c: New file.
3217 * gdb.base/annota-input-while-running.exp: New file.
3218
32a8097b
PA
32192014-10-17 Pedro Alves <palves@redhat.com>
3220
3221 * gdb.base/callfuncs.exp: emove references to osf.
3222 * gdb.base/sigall.exp: Likewise.
3223 * gdb.gdb/selftest.exp: Likewise.
3224 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
3225 * gdb.mi/non-stop.c: Likewise.
3226 * gdb.mi/pthreads.c: Likewise.
3227 * gdb.reverse/sigall-precsave.exp: Likewise.
3228 * gdb.reverse/sigall-reverse.exp: Likewise.
3229 * gdb.threads/pthreads.c: Likewise.
3230 * gdb.threads/pthreads.exp: Likewise.
3231
7a3517ff
YQ
32322014-10-17 Yao Qi <yao@codesourcery.com>
3233
3234 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
3235 check 'target_info exists noargs'.
3236 (test_command_prompt_position): Likewise.
3237 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
3238 Remove "set args".
3239 (progvar_simple_while_test): Likewise.
3240 (progvar_complex_if_while_test): Likewise.
3241 (if_while_breakpoint_command_test): Likewise.
3242 (infrun_breakpoint_command_test): Likewise.
3243 (breakpoint_command_test): Likewise.
3244 (watchpoint_command_test): Likewise.
3245 (bp_deleted_in_command_test): Likewise.
3246 (temporary_breakpoint_commands): Likewise.
3247
bb99c472
YQ
32482014-10-16 Yao Qi <yao@codesourcery.com>
3249
3250 * gdb.base/remotetimeout.exp: Remove noargs checking.
3251
7c16b83e
PA
32522014-10-15 Pedro Alves <palves@redhat.com>
3253
3254 PR breakpoints/9649
3255 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
3256 * gdb.base/breakpoint-in-ro-region.exp
3257 (probe_target_hardware_step): New procedure.
3258 (top level): Probe hardware stepping and hardware breakpoint
3259 support. Test stepping through a read-only region, with both
3260 "breakpoint auto-hw" on and off and both "always-inserted" on and
3261 off.
3262
35a49624
IB
32632014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
3264
3265 * gdb.dlang/demangle.exp: Update for demangling changes.
3266
2d1c107c
SC
32672014-10-15 Siva Chandra Reddy <sivachandra@google.com>
3268
3269 * gdb.cp/non-trivial-retval.cc: Add new test cases.
3270 * gdb.cp/non-trivial-retval.exp: Add new tests.
3271
778811d5
SC
32722014-10-15 Siva Chandra Reddy <sivachandra@google.com>
3273
3274 PR c++/13403
3275 PR c++/15154
3276 * gdb.cp/non-trivial-retval.cc: New file.
3277 * gdb.cp/non-trivial-retval.exp: New file.
3278
10c5f0a8
YQ
32792014-10-15 Yao Qi <yao@codesourcery.com>
3280
3281 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
3282 remote host.
3283
65d7b369
YQ
32842014-10-15 Yao Qi <yao@codesourcery.com>
3285
3286 * gdb.python/py-symbol.exp: Match file base name if host is
3287 remote, otherwise match file name with dir name.
3288 * gdb.python/py-symtab.exp: Likewise.
3289 * gdb.python/python.exp: Likewise.
3290
46dc1394
YQ
32912014-10-15 Yao Qi <yao@codesourcery.com>
3292
3293 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
3294 pattern.
3295 * gdb.python/py-symtab.exp: Likewise.
3296 * gdb.python/python.exp: Remove trailing ".*". Fix typo
3297 locationn.
3298
c40cc657
JB
32992014-10-14 Joel Brobecker <brobecker@adacore.com>
3300
3301 * gdb.ada/addr_arith: New testcase.
3302
2abf49e1
MR
33032014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
3304
3305 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
3306 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
3307 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
3308 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
3309
f7088df3
SDJ
33102014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
3311
3312 * gdb.arch/stap-eval-lang-ada.S: Likewise.
3313 * gdb.arch/stap-eval-lang-ada.c: Likewise.
3314 * gdb.arch/stap-eval-lang-ada.exp: New file.
3315
4dc06805
YQ
33162014-10-14 Yao Qi <yao@codesourcery.com>
3317
3318 * gdb.mi/mi-var-child.c (nothing1): New function.
3319 (nothing2): New function.
3320 (do_children_tests): Set function pointers by nothing1 and
3321 nothing2.
3322 * gdb.mi/mi-var-child.exp: Step over new added statements.
3323 Update test to match the new output.
3324 * gdb.mi/var-cmd.c (nothing1): New function.
3325 (nothing2): New function.
3326 (do_children_tests): Set function pointers by nothing1 and
3327 nothing2.
3328 * gdb.mi/mi-var-display.exp: Update test to match output.
3329 Step to the line specified by $line_dct_nothing.
3330 Increase the number of lines to step.
3331
46a93de2
YQ
33322014-10-14 Yao Qi <yao@codesourcery.com>
3333
3334 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
3335 tests.
3336 * gdb.mi/mi2-var-child.exp: Likewise.
3337
14ea52ee
DE
33382014-10-13 Doug Evans <dje@google.com>
3339
3340 * gdb.python/py-objfile.exp: Change name of file name test.
3341
e5c6e92b
DE
33422014-10-13 Doug Evans <dje@google.com>
3343
3344 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
3345 from the start of the CU.
3346
c780cc2f
JK
33472014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3348 Yao Qi <yao@codesourcery.com>
3349
3350 Fix "save breakpoints" for "catch" command.
3351 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
3352 Remove -nonewline. Match also the added "main" line.
3353
99894e11
JK
33542014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3355
3356 Fix "save breakpoints" for "disable $bpnum" command.
3357 * gdb.base/save-bp.c (main): Add label.
3358 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
3359
6e1ac5a3
JK
33602014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3361
3362 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
3363
754dd2b0
YQ
33642014-10-11 Yao Qi <yao@codesourcery.com>
3365
3366 * gdb.server/server-kill.exp: Execute command
3367 "set remote trace-status-packet on" before "tstatus".
3368
f90183d7
YQ
33692014-10-11 Yao Qi <yao@codesourcery.com>
3370
3371 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
3372 (main): Call getppid.
3373 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
3374 and continue to it. Read variable "server_pid".
3375
bf40a607
YQ
33762014-10-11 Yao Qi <yao@codesourcery.com>
3377
3378 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
3379
052ca370
YQ
33802014-10-11 Yao Qi <yao@codesourcery.com>
3381
3382 * gdb.threads/thread-find.exp: Don't execute command
3383 "info threads".
3384 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
3385 * gdb.threads/linux-dp.exp: Don't check the condition
3386 $threads_created equals to zero.
3387
3831839c
PA
33882014-10-10 Pedro Alves <palves@redhat.com>
3389
3390 * gdb.base/bigcore.exp: Remove references to IRIX.
3391 * gdb.base/funcargs.exp: Likewise.
3392 * gdb.base/interrupt.exp: Likewise.
3393 * gdb.base/mips_pro.exp: Likewise.
3394 * gdb.base/nodebug.exp: Likewise.
3395 * gdb.base/setvar.exp: Likewise.
3396 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
3397
8b9a549d
PA
33982014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3399 Pedro Alves <palves@redhat.com>
3400
3401 PR symtab/14466
3402 * gdb.base/vdso-warning.c: New file.
3403 * gdb.base/vdso-warning.exp: New file.
3404
d48ba5e8
DE
34052014-10-02 Doug Evans <dje@google.com>
3406
3407 * gdb.base/structs.c (main): Don't run forever.
3408
2278c276
PA
34092014-10-02 Pedro Alves <palves@redhat.com>
3410
3411 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
3412 (top level) <stop threads 1, stop threads 2>: Use it.
3413
b57bacec
PA
34142014-10-02 Pedro Alves <palves@redhat.com>
3415
3416 * gdb.threads/break-while-running.exp (test): Add new
3417 'update_thread_list' argument. Skip "info threads" if false.
3418 (top level): Add new 'update_thread_list' axis.
3419
13fd3ff3
PA
34202014-10-02 Pedro Alves <palves@redhat.com>
3421
3422 PR breakpoints/17431
3423 * gdb.base/execl-update-breakpoints.c: New file.
3424 * gdb.base/execl-update-breakpoints.exp: New file.
3425
0fec99e8
PA
34262014-10-01 Pedro Alves <palves@redhat.com>
3427
3428 * gdb.base/breakpoint-in-ro-region.c: New file.
3429 * gdb.base/breakpoint-in-ro-region.exp: New file.
3430
2ddf4301
SM
34312014-10-01 Simon Marchi <simon.marchi@ericsson.com>
3432
3433 * gdb.mi/mi-exit-code.exp: New file.
3434 * gdb.mi/mi-exit-code.c: New file.
3435
6a5f3f43
YQ
34362014-09-30 Yao Qi <yao@codesourcery.com>
3437
3438 * lib/prelink-support.exp (build_executable_own_libs): Error if
3439 the target isn't native.
3440
345bcc73
YQ
34412014-09-30 Yao Qi <yao@codesourcery.com>
3442
3443 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
3444 false.
3445
a25a5a45
PA
34462014-09-22 Pedro Alves <palves@redhat.com>
3447
3448 * gdb.threads/break-while-running.exp: New file.
3449 * gdb.threads/break-while-running.c: New file.
3450
00ba3162
YQ
34512014-09-19 Yao Qi <yao@codesourcery.com>
3452
3453 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
3454 Invoke test. Restart GDB with --readnow and invoke test again.
3455
c3b7b696
YQ
34562014-09-19 Yao Qi <yao@codesourcery.com>
3457
3458 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
3459 proc set_breakpoint_on_gcd_function. Invoke
3460 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
3461 invoke set_breakpoint_on_gcd_function again.
3462
2b4fd423
DE
34632014-09-18 Doug Evans <dje@google.com>
3464
3465 * gdb.dwarf2/symtab-producer.exp: New file.
3466
a5947601
SDJ
34672014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3468
3469 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
3470 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
3471 * gdb.base/global-var-nested-by-dso.c: Likewise.
3472 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3473
91c19059
SDJ
34742014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3475 Pedro Alves <palves@redhat.com>
3476
3477 * gdb.base/watch-bitfields.exp: Pass string other than test file
3478 name to prepare_for_testing.
3479 (watch): New procedure.
3480 (expect_watchpoint): Use with_test_prefix.
3481 (top level): Factor out tests to ...
3482 (test_watch_location, test_regular_watch): ... these new
3483 procedures, and use with_test_prefix and gdb_continue_to_end.
3484
bb9d5f81
PP
34852014-09-16 Patrick Palka <patrick@parcs.ath.cx>
3486
3487 PR breakpoints/12526
3488 * gdb.base/watch-bitfields.exp: New file.
3489 * gdb.base/watch-bitfields.c: New file.
3490
635856f5
PA
34912014-09-16 Pedro Alves <palves@redhat.com>
3492
3493 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
3494 software and hardware addresses, not software address against
3495 itself.
3496
7280ceea
PA
34972014-09-16 Pedro Alves <palves@redhat.com>
3498
3499 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
3500 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
3501
428b16bd
PA
35022014-09-16 Pedro Alves <palves@redhat.com>
3503
3504 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
3505 files.
3506 * gdb.base/a2-run.exp: Remove all code guarded by istarget
3507 "*-*-vxworks*" throughout.
3508 * gdb.base/break.exp: Likewise.
3509 * gdb.base/default.exp: Likewise.
3510 * gdb.base/scope.exp: Likewise.
3511 * gdb.base/sepdebug.exp: Likewise.
3512 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
3513 throughout.
3514 * gdb.base/run.c: Likewise.
3515 * gdb.base/sepdebug.c: Likewise.
3516 * gdb.hp/gdb.aCC/run.c: Likewise.
3517 * gdb.reverse/until-reverse.c: Likewise.
3518 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
3519
666d413c
YQ
35202014-09-16 Yao Qi <yao@codesourcery.com>
3521
3522 * boards/local-remote-host-native.exp: New file.
3523
57cbd724
DE
35242014-09-14 Doug Evans <xdje42@gmail.com>
3525
3526 * gdb.threads/queue-signal.c (thread_count): New variable.
3527 (thread_count_mutex, thread_count_condvar): New variables.
3528 (incr_thread_count, wait_all_threads_running): New functions.
3529 (main): Wait for all threads to be in their thread functions.
3530
81219e53
DE
35312014-09-13 Doug Evans <xdje42@gmail.com>
3532
3533 * gdb.threads/queue-signal.c: New file.
3534 * gdb.threads/queue-signal.exp: New file.
3535
3714cea7
DE
35362014-09-13 Doug Evans <xdje42@gmail.com>
3537
3538 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
3539 be consistent with what default_gdb_init uses.
3540 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
3541 the plain text of the prompt. Add some logging printfs.
3542 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
3543
fa43b1d7
PA
35442014-09-12 Pedro Alves <palves@redhat.com>
3545
3546 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
3547 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
3548 * gdb.arch/i386-size-overlap.exp: Likewise.
3549 * gdb.arch/i386-size.exp: Likewise.
3550 * gdb.arch/i386-unwind.exp: Likewise.
3551 * gdb.base/a2-run.exp: Likewise.
3552 * gdb.base/break.exp: Likewise.
3553 * gdb.base/charset.exp: Likewise.
3554 * gdb.base/chng-syms.exp: Likewise.
3555 * gdb.base/commands.exp: Likewise.
3556 * gdb.base/dbx.exp: Likewise.
3557 * gdb.base/find.exp: Likewise.
3558 * gdb.base/funcargs.exp: Likewise.
3559 * gdb.base/jit-simple.exp: Likewise.
3560 * gdb.base/reread.exp: Likewise.
3561 * gdb.base/sepdebug.exp: Likewise.
3562 * gdb.base/step-bt.exp: Likewise.
3563 * gdb.cp/mb-inline.exp: Likewise.
3564 * gdb.cp/mb-templates.exp: Likewise.
3565 * gdb.objc/basicclass.exp: Likewise.
3566 * gdb.threads/killed.exp: Likewise.
3567
9d9bf2df
EBM
35682014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3569
3570 PR tdep/17379
3571 * gdb.arch/powerpc-stackless.S: New file.
3572 * gdb.arch/powerpc-stackless.exp: New file.
3573
1cf2f1b0
JK
35742014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3575
3576 * gdb.base/attach.c: Include unistd.h.
3577 (main): Call alarm. Add label postloop.
3578 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
3579 gdb_breakpoint, gdb_continue_to_breakpoint.
3580 (test_command_line_attach_run): Kill ${testpid} in one exit path.
3581
98880d46
PA
35822014-09-11 Pedro Alves <palves@redhat.com>
3583
3584 PR gdb/17347
3585 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
3586 * gdb.base/attach.exp (test_command_line_attach_run): New
3587 procedure.
3588 (top level): Call it.
3589
4c92ff2c
PA
35902014-09-11 Pedro Alves <palves@redhat.com>
3591
3592 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
3593 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
3594 (do_command_attach_tests): Use spawn_wait_for_attach.
3595 * gdb.base/solib-overlap.exp: Likewise.
3596 * gdb.multi/multi-attach.exp: Likewise.
3597 * gdb.python/py-prompt.exp: Likewise.
3598 * gdb.python/py-sync-interp.exp: Likewise.
3599 * gdb.server/ext-attach.exp: Likewise.
3600
3adc1a7d
GKB
36012014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
3602
3603 * gdb.fortran/array-element.exp: Remove unexpected "continue"
3604 command in testcase. Simplify testcase.
3605
96334934
JB
36062014-09-10 Joel Brobecker <brobecker@adacore.com>
3607
3608 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
3609
eb479039
JB
36102014-09-10 Joel Brobecker <brobecker@adacore.com>
3611
3612 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
3613
deede10c
JB
36142014-09-10 Joel Brobecker <brobecker@adacore.com>
3615
3616 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
3617
7828a5f5
JB
36182014-09-10 Joel Brobecker <brobecker@adacore.com>
3619
3620 * gdb.dwarf2/dynarr-ptr.c: New file.
3621 * gdb.dwarf2/dynarr-ptr.exp: New file.
3622
33aeebcf
MR
36232014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3624
3625 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
3626 of 30 rather than hardcoding 120 for a slow test case. Take the
3627 `gdb,timeout' target setting into account for this calculation.
3628 Don't extend the timeout for the test cases that don't need it.
3629
7b415901
MR
36302014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3631
3632 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
3633 a factor of 2 for a slow test case. Take the `gdb,timeout'
3634 target setting into account for this calculation.
3635 * gdb.reverse/until-precsave.exp: Increase the timeout by
3636 a factor of 15 and 3 respectively rather than adding 120
3637 for a pair of slow test cases. Take the `gdb,timeout'
3638 target setting into account for this calculation.
3639
4a40f85a
MR
36402014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3641
3642 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
3643 timeout, don't pass one down to gdb_expect.
3644 (gdb_expect): Rework timeout selection.
3645
09635af7
MR
36462014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3647
3648 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
3649 exception on timeout.
3650 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
3651 (gdbserver_start_extended): Catch any `gdbserver_start' error
3652 exceptions.
3653 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
3654 * lib/mi-support.exp (mi_gdb_target_load): Catch any
3655 `gdbserver_gdb_load' error exceptions.
3656
2bdd10b7
MR
36572014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3658
3659 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
3660 120 on waiting for the TCP socket to open.
3661
316935f0
DE
36622014-09-09 Doug Evans <xdje42@gmail.com>
3663
3664 * gdb.base/default.exp (show_conv_list): Add _caller_is,
3665 _caller_matches, _any_caller_is, _any_caller_matches.
3666
83740597
DE
36672014-09-09 Doug Evans <xdje42@gmail.com>
3668
3669 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
3670
4c122fc3
YQ
36712014-09-09 Yao Qi <yao@codesourcery.com>
3672
3673 * gdb.mi/mi-var-display.exp: Set print symbol off.
3674
a9f116cb
GKB
36752014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
3676
3677 PR gdb/17035
3678 * gdb.base/commands.exp: Add tests to verify user-defined
3679 commands with empty bodies.
3680 * gdb.python/py-cmd.exp: Test that we don't show user-defined
3681 python commands in `show user command`.
3682 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
3683 scheme commands in `show user command`.
3684
c75bd3a2
JK
36852014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3686
3687 PR python/17355
3688 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
3689 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
3690 * gdb.python/py-framefilter-invalidarg.exp: New file.
3691 * gdb.python/py-framefilter-invalidarg.py: New file.
3692
faa42425
DE
36932014-09-06 Doug Evans <xdje42@gmail.com>
3694
3695 PR 15276
3696 * gdb.python/py-caller-is.c: New file.
3697 * gdb.python/py-caller-is.exp: New file.
3698
474ca4f6
SDJ
36992014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
3700
3701 PR gdb/17235
3702 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
3703 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
3704
eb0b0463
SDJ
37052014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
3706
3707 PR fortran/17237
3708 * gdb.fortran/print-formatted.exp: New file.
3709 * gdb.fortran/print-formatted.f90: Likewise.
3710
5f3b99cf
SS
37112014-09-03 Sasha Smundak <asmundak@google.com>
3712
3713 * gdb.python/py-frame.exp: Test Frame.read_register.
3714
7d793aa9
SDJ
37152014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
3716
3717 PR python/16699
3718 * gdb.python/py-completion.exp: New file.
3719 * gdb.python/py-completion.py: Likewise.
3720
fb0576e9
DE
37212014-08-28 Doug Evans <dje@google.com>
3722
3723 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
3724 eax,etc. are live with values set by gdb and thus the compiler can't
3725 use them.
3726 * gdb.arch/i386-pseudo.c (main): Ditto.
3727
ee92b0dd
DE
37282014-08-27 Doug Evans <dje@google.com>
3729
3730 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
3731
6649db35
DE
37322014-08-25 Doug Evans <dje@google.com>
3733
3734 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
3735 (main): Ditto.
3736
564b7600
DE
37372014-08-25 Doug Evans <dje@google.com>
3738
3739 * gdb.threads/thread-execl.exp: #include <stdio.h>.
3740
3881fb67
YQ
37412014-08-24 Yao Qi <yao@codesourcery.com>
3742
3743 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
3744 symbol off.
3745 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
3746
a05a36a5
DE
37472014-08-22 Doug Evans <dje@google.com>
3748
3749 PR 17276
3750 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
3751 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
3752 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
3753
7c343b48
YQ
37542014-08-22 Yao Qi <yao@codesourcery.com>
3755
3756 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
3757 * gdb.python/py-finish-breakpoint2.exp: Likewise.
3758 * gdb.python/python.exp: Likewise. Use .py file on the host
3759 instead of the build.
3760
22fd09ae
JK
37612014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3762
3763 * gdb.threads/gcore-stale-thread.c: New file.
3764 * gdb.threads/gcore-stale-thread.exp: New file.
3765
a8454a7c
PA
37662014-08-21 Pedro Alves <palves@redhat.com>
3767
3768 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
3769 * gdb.base/gcore-relro-pie.exp: Likewise.
3770 * gdb.base/gcore-relro.exp: Likewise.
3771 * gdb.base/gcore.exp: Likewise.
3772 * gdb.base/print-symbol-loading.exp: Likewise.
3773 * gdb.threads/gcore-thread.exp: Likewise.
3774 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
3775
2a31c623
PA
37762014-08-20 Pedro Alves <palves@redhat.com>
3777 Jan Kratochvil <jan.kratochvil@redhat.com>
3778
3779 * Makefile.in (EXTRA_RULES, CC): New variables, get from
3780 configure.
3781 (EXPECT): Handle READ1 being set.
3782 (all): Depend on EXTRA_RULES.
3783 (check-read1, expect-read1, read1.so, read1): New rules.
3784 * README (Testsuite Parameters): Document the READ1 make variable.
3785 (Race detection): New section.
3786 * configure: Regenerate.
3787 * configure.ac: If build==host==target, and running under a
3788 GNU/glibc system, add read1 to the extra Makefile rules.
3789 (EXTRA_RULES): AC_SUBST it.
3790 * lib/read1.c: New file.
3791
d36430db
JB
37922014-08-20 Joel Brobecker <brobecker@adacore.com>
3793
3794 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
3795 the handling of variables declared as a typedef to an array
3796 which a DW_AT_data_location attribute.
3797
9a0dc9e3
PA
37982014-08-19 Andrew Burgess <aburgess@broadcom.com>
3799 Pedro Alves <palves@redhat.com>
3800
3801 PR symtab/14604
3802 PR symtab/14605
3803 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
3804 gdb_test.
3805
0718a8da
PA
38062014-08-19 Pedro Alves <palves@redhat.com>
3807
3808 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
3809
13b448cd
YQ
38102014-08-19 Yao Qi <yao@codesourcery.com>
3811
3812 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
3813 right line.
3814
1cbf5077
DB
38152014-08-18 David Blaikie <dblaikie@gmail.com>
3816
3817 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
3818
bf0fae19
JB
38192014-08-18 Joel Brobecker <brobecker@adacore.com>
3820
3821 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
3822 attribute in array range.
3823
3c8c5dcc
JB
38242014-08-18 Joel Brobecker <brobecker@adacore.com>
3825
3826 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
3827
e66d4446
SC
38282014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3829
3830 PR c++/17132
3831 * gdb.cp/pr17132.cc: New file.
3832 * gdb.cp/pr17132.exp: New file.
3833
940df408
SC
38342014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3835
3836 * gdb.python/py-xmethods.py (A_getarrayind)
3837 (E_method_char_worker.__call__, E_method_int_worker.__call__):
3838 Use 'print' with function call syntax.
3839 (E_method_matcher.match): Fix tab vs space indentation mixup.
3840
ebcc6c3a
YQ
38412014-08-15 Yao Qi <yao@codesourcery.com>
3842
3843 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
3844 false.
3845
775e0f04
YQ
38462014-08-15 Yao Qi <yao@codesourcery.com>
3847
3848 * gdb.cp/casts.exp: Set print symbol off.
3849 * gdb.cp/class2.exp: Likewise.
3850 * gdb.cp/overload.exp: Likewise.
3851 * gdb.cp/templates.exp: Likewise.
3852
d769e349
DE
38532014-08-11 Doug Evans <dje@google.com>
3854
3855 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3856 (test_load_shlib): Update.
3857
20c6f1e1
YQ
38582014-08-09 Yao Qi <yao@codesourcery.com>
3859
3860 * gdb.base/display.exp: Invoke is_address_zero_readable.
3861 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
3862 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3863 * gdb.base/hbreak-unmapped.exp: Return if
3864 is_address_zero_readable returns true.
3865 * gdb.base/signest.exp: Likewise.
3866 * gdb.base/signull.exp: Likewise.
3867 * gdb.base/sigbpt.exp: Likewise.
3868 * gdb.guile/scm-disasm.exp: Do the test if
3869 is_address_zero_readable returns false.
3870 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
3871 * gdb.python/py-arch.exp: Likewise.
3872 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
3873 * lib/gdb.exp (is_address_zero_readable): New proc.
3874
5792e8e3
YQ
38752014-08-09 Yao Qi <yao@codesourcery.com>
3876
3877 PR testsuite/13443
3878 * gdb.mi/mi-var-display.exp: Make test messages unique.
3879
3cecbbbe
TT
38802014-08-04 Tom Tromey <tromey@redhat.com>
3881
3882 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
3883 target 0".
3884
00b51ff5
TT
38852014-08-04 Tom Tromey <tromey@redhat.com>
3886
3887 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
3888 "target_resume".
3889
6908c509
JB
38902014-08-01 Joel Brobecker <brobecker@adacore.com>
3891
3892 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
3893 inner_vla_struct_object_size.
3894 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
3895 as xfail.
3896
cc6563d2
PA
38972014-07-30 Pedro Alves <palves@redhat.com>
3898
3899 * gdb.threads/signal-command-handle-nopass.exp (test): Add
3900 comment.
3901
7e09a223
YQ
39022014-07-29 Yao Qi <yao@codesourcery.com>
3903
3904 PR gdb/17206
3905 * gdb.base/until-nodebug.exp: New.
3906
7ebdbe92
DE
39072014-07-28 Doug Evans <xdje42@gmail.com>
3908
3909 PR guile/17203
3910 * gdb.guile/scm-parameter.exp: Add tests for trying to create
3911 previously existing parameter, and previously ambiguously spelled
3912 parameter.
3913
fdb1adc6
WN
39142014-07-28 Will Newton <will.newton@linaro.org>
3915
3916 * gdb.base/varargs.exp: Remove KFAILs for ARM.
3917
186fcde0
DE
39182014-07-26 Ludovic Courtès <ludo@gnu.org>
3919 Doug Evans <xdje42@gmail.com>
3920
3921 PR guile/17146
3922 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
3923
70509625
PA
39242014-07-25 Pedro Alves <palves@redhat.com>
3925
3926 * gdb.threads/signal-command-handle-nopass.c: New file.
3927 * gdb.threads/signal-command-handle-nopass.exp: New file.
3928 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
3929 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
3930 * gdb.threads/signal-delivered-right-thread.c: New file.
3931 * gdb.threads/signal-delivered-right-thread.exp: New file.
3932
c3f814a1
PA
39332014-07-25 Pedro Alves <palves@redhat.com>
3934
3935 * gdb.base/double-prompt-target-event-error.exp
3936 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
3937 match.
3938 (cancel_pagination_in_target_event): Rework double prompt
3939 detection.
3940 * gdb.base/paginate-after-ctrl-c-running.exp
3941 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
3942 <return>' match.
3943 * gdb.base/paginate-bg-execution.exp
3944 (test_bg_execution_pagination_return)
3945 (test_bg_execution_pagination_cancel): Remove '-notransfer
3946 <return>' matches.
3947 * gdb.base/paginate-execution-startup.exp
3948 (test_fg_execution_pagination_return)
3949 (test_fg_execution_pagination_cancel): Remove '-notransfer
3950 <return>' matches.
3951 * gdb.base/paginate-inferior-exit.exp
3952 (test_paginate_inferior_exited): Remove '-notransfer <return>'
3953 match.
3954 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
3955 * lib/gdb.exp (pagination_prompt): Run text through
3956 string_to_regexp.
3957 (gdb_test_multiple): Match $pagination_prompt instead of
3958 "<return>".
3959 (string_to_regexp): Move to lib/gdb-utils.exp.
3960
e214cf6c
JK
39612014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3962
3963 * gdb.arch/amd64-entry-value-paramref.S: New file.
3964 * gdb.arch/amd64-entry-value-paramref.cc: New file.
3965 * gdb.arch/amd64-entry-value-paramref.exp: New file.
3966 * gdb.arch/amd64-optimout-repeat.S: New file.
3967 * gdb.arch/amd64-optimout-repeat.c: New file.
3968 * gdb.arch/amd64-optimout-repeat.exp: New file.
3969
17d0c5c8
JK
39702014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3971
3972 PR gdb/17170
3973 * gdb.base/statistics.exp: New file.
3974
b8b8facf
DE
39752014-07-17 Doug Evans <dje@google.com>
3976
74b49205 3977 PR gdb/17170
b8b8facf
DE
3978 * gdb.base/maint.exp: Update testing of per-command stats.
3979
1b5d0ab3
PA
39802014-07-16 Pedro Alves <palves@redhat.com>
3981
3982 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
3983 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
3984 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
3985 (tfile_write_buf): New functions.
3986 (add_memory_block): Rewrite using the above.
3987 (adjust_function_address): New function.
3988 (FUNCTION_ADDRESS): New macro.
3989 (write_basic_trace_file): Remove short_x local, and use
3990 tfile_write_16. Change type of func_addr local to unsigned long
3991 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
3992 here. Cast argument of add_memory_block to char pointer.
3993 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
3994 (main): Remove parameters.
3995 * gdb.trace/tfile.exp: Remove nowarnings.
3996
4d974e88
SM
39972014-07-15 Simon Marchi <simon.marchi@ericsson.com>
3998
3999 * gdb.base/debug-expr.exp: Test string evaluation with
4000 "debug expression" on.
4001
41e99568
PA
40022014-07-15 Pedro Alves <palves@redhat.com>
4003
4004 * gdb.base/reread.exp: Use clean_restart.
4005
487d9753
PL
40062014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
4007
4008 * gdb.arch/avr-flash-qualifer.c: New.
4009 * gdb.arch/avr-flash-qualifer.exp: New.
4010
cc1c52ad
PA
40112014-07-14 Pedro Alves <palves@redhat.com>
4012
4013 * gdb.base/paginate-after-ctrl-c-running.c: New file.
4014 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
4015
1e973570
PA
40162014-07-14 Pedro Alves <palves@redhat.com>
4017
4018 * gdb.base/double-prompt-target-event-error.c: New file.
4019 * gdb.base/double-prompt-target-event-error.exp: New file.
4020
93d6eb10
PA
40212014-07-14 Pedro Alves <palves@redhat.com>
4022
4023 PR gdb/17072
4024 * gdb.base/paginate-inferior-exit.c: New file.
4025 * gdb.base/paginate-inferior-exit.exp: New file.
4026
0017922d
PA
40272014-07-14 Pedro Alves <palves@redhat.com>
4028
4029 PR gdb/17072
4030 * gdb.base/paginate-bg-execution.c: New file.
4031 * gdb.base/paginate-bg-execution.exp: New file.
4032
94696ad3
PA
40332014-07-14 Pedro Alves <palves@redhat.com>
4034
4035 PR gdb/17072
4036 * gdb.base/paginate-execution-startup.c: New file.
4037 * gdb.base/paginate-execution-startup.exp: New file.
4038 * lib/gdb.exp (pagination_prompt): New global.
4039 (default_gdb_spawn): New procedure, factored out from
4040 default_gdb_spawn.
4041 (default_gdb_start): Adjust to call default_gdb_spawn.
4042 (gdb_spawn): New procedure.
4043
bd293940
PA
40442014-07-14 Pedro Alves <palves@redhat.com>
4045
4046 * lib/gdb.exp (gdb_assert): New procedure.
4047 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
4048
c933f875
PA
40492014-07-14 Pedro Alves <palves@redhat.com>
4050
4051 * gdb.base/execution-termios.c: New file.
4052 * gdb.base/execution-termios.exp: New file.
4053
d98b7a16
TT
40542014-07-14 Tom Tromey <tromey@redhat.com>
4055
4056 * gdb.cp/vla-cxx.cc: New file.
4057 * gdb.cp/vla-cxx.exp: New file.
4058
548740d6
TT
40592014-07-14 Tom Tromey <tromey@redhat.com>
4060
4061 * gdb.reverse/rerun-prec.c: New file.
4062 * gdb.reverse/rerun-prec.exp: New file.
4063
a25eb028
MR
40642014-07-12 Maciej W. Rozycki <macro@mips.com>
4065 Maciej W. Rozycki <macro@codesourcery.com>
4066
4067 * lib/gdb-utils.exp: New file.
4068 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
4069 inline `gdb_init_command' processing.
4070 (gdb_start_cmd): Likewise.
4071 * lib/mi-support.exp (mi_run_cmd): Likewise.
4072 * README: Document `gdb_init_command' and `gdb_init_commands'.
4073
218c2655
JK
40742014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4075
4076 Fix false FAIL running under a very long directory name.
4077 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
4078 and "set print elements 10000". Twice.
4079
5401fde3
YQ
40802014-07-11 Yao Qi <yao@codesourcery.com>
4081
4082 * gdb.base/exprs.exp: "set print symbol off".
4083
e76126e8
PA
40842014-07-11 Pedro Alves <palves@redhat.com>
4085
4086 * gdb.threads/kill.c: New file.
4087 * gdb.threads/kill.exp: New file.
4088
2d6f0de6
YQ
40892014-07-10 Yao Qi <yao@codesourcery.com>
4090
4091 * gdb.trace/tfile.c (write_basic_trace_file)
4092 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
4093 address written to trace file.
4094
7180e04a
PA
40952014-07-09 Pedro Alves <palves@redhat.com>
4096
4097 * gdb.base/attach-wait-input.exp: New file.
4098 * gdb.base/attach-wait-input.c: New file.
4099
9a9a7608
AB
41002014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4101
4102 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
4103 setting up test structures.
4104 (main): Call new test function.
4105 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
4106 test function, continue into test function and walk test
4107 structures.
4108
161ac41e
YQ
41092014-07-02 Yao Qi <yao@codesourcery.com>
4110
4111 * gdb.trace/entry-values.c: Define labels 'foo_start' and
4112 'bar_start' at the beginning of functions 'foo' and 'bar'
4113 respectively.
4114 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
4115 instead of 'foo' and 'bar'.
4116
1f267ae3
MM
41172014-07-08 Markus Metzger <markus.t.metzger@intel.com>
4118
4119 * gdb.btrace/segv.exp: New.
4120 * gdb.btrace/segv.c: New.
4121
2b239efb
LM
41222014-07-02 Luis Machado <lgustavo@codesourcery.com>
4123
4124 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
4125 instruction.
4126
cf363f18
MW
41272014-06-30 Mark Wielaard <mjw@redhat.com>
4128
4129 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
4130 vulture, vilify, villar): New volatile array constants.
4131 (vindictive, vegetation): New const volatile array constants.
4132 * gdb.base/volatile.exp: Test volatile and const volatile array
4133 types.
4134
aebf9d24
AA
41352014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
4136
4137 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
4138 target lacks support for awatch, rwatch, or hbreak.
4139
b67a2c6f
YQ
41402014-06-27 Yao Qi <yao@codesourcery.com>
4141
4142 * gdb.multi/dummy-frame-restore.exp: New.
4143 * gdb.multi/dummy-frame-restore.c: New.
4144
aef92902
MM
41452014-06-25 Markus Metzger <markus.t.metzger@intel.com>
4146
4147 * gdb.btrace/gcore.exp: New.
4148
8e9db26e
PA
41492014-06-23 Pedro Alves <palves@redhat.com>
4150
4151 * gdb.base/watchpoint-reuse-slot.c: New file.
4152 * gdb.base/watchpoint-reuse-slot.exp: New file.
4153
70afc5b7
SC
41542014-06-23 Siva Chandra Reddy <sivachandra@google.com>
4155
4156 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
4157 progspace's filename in 'info', 'enable' and 'disable' command
4158 tests.
4159
b972bd9c
JK
41602014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4161
4162 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
4163 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4164 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
4165
125f8a3d
GB
41662014-06-20 Gary Benson <gbenson@redhat.com>
4167
4168 * gdb.arch/i386-avx.exp: Fix include file location.
4169 * gdb.arch/i386-sse.exp: Likewise.
4170
3ed9baed
IB
41712014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
4172
4173 * gdb.dlang/expression.exp: New file.
4174
034f788c
PA
41752014-06-19 Pedro Alves <palves@redhat.com>
4176
4177 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
4178 out from ...
4179 (top level): ... here. Iterate running tests under different
4180 scheduler-locking settings.
4181
45371d0c
LM
41822014-06-18 Luis Machado <lgustavo@codesourcery.com>
4183
4184 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
4185 to DW_FORM_addr and use non-zero addresses.
4186
5d376983
SC
41872014-06-18 Siva Chandra Reddy <sivachandra@google.com>
4188
4189 PR gdb/17017
4190 * gdb.python/py-xmethods.cc: Add global function call counters and
4191 increment them in their respective functions. Remove "cout"
4192 statements.
4193 * gdb.python/py-xmethods.exp: Make tests check the global function
4194 call counters instead of depending on inferior IO.
4195
a1aa2221
LM
41962014-06-18 Don Breazeal <donb@codesourcery.com>
4197
4198 * gdb.base/foll-fork.exp (default_fork_parent_follow):
4199 Deleted procedure.
4200 (explicit_fork_parent_follow): Deleted procedure.
4201 (explicit_fork_child_follow): Deleted procedure.
4202 (test_follow_fork): New procedure.
4203 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 4204 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
4205 procedure calls.
4206
0fc05997
YQ
42072014-06-17 Yao Qi <yao@codesourcery.com>
4208
4209 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
4210 CP1252.
4211
70795c52
LM
42122014-06-17 Luis Machado <lgustavo@codesourcery.com>
4213
4214 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
4215 Initialize ptr and S explicitly.
4216 (skip_type_update_when_not_use_rtti_test): Likewise.
4217
6be47f0c
KS
42182014-06-16 Keith Seitz <keiths@redhat.com>
4219
4220 PR mi/15863
4221 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
4222 the inferior is started.
4223
d03de421
PA
42242014-06-16 Pedro Alves <palves@redhat.com>
4225
4226 * gdb.base/break-main-file-remove-fail.c: New file.
4227 * gdb.base/break-main-file-remove-fail.exp: New file.
4228 * gdb.base/break-unload-file.exp: Use build_executable instead of
4229 prepare_for_testing.
4230 (test_break): New parameter "initial_load". Handle it.
4231 (top level): Add initial_load cmdline/file axis.
4232
f9579b99
TT
42332014-06-12 Tom Tromey <tromey@redhat.com>
4234
4235 * gdb.base/completion.exp: Don't use directory name in test.
4236
3657956b
GB
42372014-06-09 Gary Benson <gbenson@redhat.com>
4238
4239 * gdb.base/sigall.c [Functions to send signals]: Reorder to
4240 separate the always-available ANSI-standard signals from the
4241 signals that require checking.
4242 (main): Likewise.
4243 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
4244 Likewise.
4245 (main): Likewise.
4246
4186eb54
KS
42472014-06-07 Keith Seitz <keiths@redhat.com>
4248
4249 Revert:
4250 PR c++/16253
4251 * gdb.cp/var-tag.cc: New file.
4252 * gdb.cp/var-tag.exp: New file.
4253 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4254 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4255 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4256 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4257
25326a28 42582014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
4259
4260 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
4261
829155c9
PA
42622014-06-06 Pedro Alves <palves@redhat.com>
4263
4264 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
4265 in target debug output instead of looking at RSP packets,
4266 disabling the test on any target that uses hardware stepping.
4267 Update comments.
4268
61c8d22e
PA
42692014-06-06 Pedro Alves <palves@redhat.com>
4270
4271 * gdb.base/break-unload-file.exp: Fix typo.
4272
d9a47287
YQ
42732014-06-06 Yao Qi <yao@codesourcery.com>
4274
4275 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
4276 from "jit_function" to "^jit_function".
4277
e5e01dbf
YQ
42782014-06-06 Yao Qi <yao@codesourcery.com>
4279
4280 * gdb.base/async.c (foo): Add one statement.
4281 * gdb.base/async.exp: Get the next instruction address and
4282 match the output of "nexti" by instruction address. Match
4283 the hex address in the output of "finish".
4284
73ba372c
GB
42852014-06-06 Gary Benson <gbenson@redhat.com>
4286
4287 * gdb.base/call-signals.c: Remove preprocessor conditionals
4288 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
4289 SIGSEGV and SIGTERM.
4290 * gdb.base/sigall.c: Likewise.
4291 * gdb.base/unwindonsignal.c: Likewise.
4292 * gdb.reverse/sigall-reverse.c: Likewise.
4293
831517df
YQ
42942014-06-06 Yao Qi <yao@codesourcery.com>
4295
4296 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
4297 readable, skip the test.
4298
b8b91e98
YQ
42992014-06-06 Yao Qi <yao@codesourcery.com>
4300
4301 * gdb.threads/staticthreads.c (thread_function): Move the line
4302 setting breakpoint on forward.
4303 * gdb.threads/staticthreads.exp: Update comments.
4304
fb934770
LC
43052014-06-05 Ludovic Courtès <ludo@gnu.org>
4306
4307 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
4308 "history-append! type error".
4309
6ef284bd
SM
43102014-06-05 Simon Marchi <simon.marchi@ericsson.com>
4311
4312 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
4313 erroneous dprintf expected input.
4314
a872e241
DE
43152014-06-04 Doug Evans <xdje42@gmail.com>
4316
4317 * gdb.guile/scm-generics.exp: Delete.
4318
16f691fb
DE
43192014-06-04 Doug Evans <xdje42@gmail.com>
4320
4321 * gdb.guile/scm-breakpoint.exp: Update.
4322 Add tests for breakpoint registration.
4323
012370f6
TT
43242014-06-04 Tom Tromey <tromey@redhat.com>
4325
4326 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
4327 VLA-in-union.
4328 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
4329 inner_vla_struct, vla_union types. Initialize objects of those
4330 types and compute their sizes.
4331
9f5a4cef
HZ
43322014-06-04 Nathan Sidwell <nathan@codesourcery.com>
4333 Hui Zhu <hui@codesourcery.com>
4334
4335 * gdb.base/fileio.exp: Add test for shell not available as well as
4336 available.
4337 * gdb.base/fileio.c (test_system): Check for shell twice.
4338
90a45c4d
YQ
43392014-06-04 Yao Qi <yao@codesourcery.com>
4340
4341 * gdb.base/auto-connect-native-target.exp: Remove redundant
4342 space from the regexp pattern.
4343
70017e41
YQ
43442014-06-04 Yao Qi <yao@codesourcery.com>
4345
4346 * gdb.base/default.exp: Replace "child" with "native" in
4347 regexp pattern.
4348
883964a7
SC
43492014-06-03 Siva Chandra Reddy <sivachandra@google.com>
4350
4351 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
4352 * gdb.python/py-xmethods.exp: New tests to test xmethods.
4353 * gdb.python/py-xmethods.py: Python script supporting the
4354 new testcase and tests.
4355
ef370185
JB
43562014-06-03 Joel Brobecker <brobecker@adacore.com>
4357 Pedro Alves <palves@redhat.com>
4358
4359 PR breakpoints/17000
4360 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
4361 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
4362
1e2ccb61
BM
43632014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
4364
4365 * gdb.base/subst.exp: Add tests to verify partial path matching
4366 output.
4367
c6ec5ab2
PA
43682014-06-03 Pedro Alves <palves@redhat.com>
4369
4370 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
4371 target that doesn't use software single-stepping.
4372
835c559f
PA
43732014-06-03 Pedro Alves <palves@redhat.com>
4374
4375 PR breakpoints/17000
4376 * gdb.base/sss-bp-on-user-bp-2.c: New file.
4377 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
4378
06eb1586
DE
43792014-06-02 Doug Evans <xdje42@gmail.com>
4380
4381 * gdb.guile/scm-parameter.exp: New file.
4382
e698b8c4
DE
43832014-06-02 Doug Evans <xdje42@gmail.com>
4384
4385 * gdb.guile/scm-cmd.c: New file.
4386 * gdb.guile/scm-cmd.exp: New file.
4387
ded03782
DE
43882014-06-02 Doug Evans <xdje42@gmail.com>
4389
4390 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
4391 pretty-printer lookup.
4392 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
4393 (make-pp_s-printer): Call it.
4394 (make-pretty-printer-from-dict): New function.
4395 (lookup-pretty-printer-maker-from-dict): New function.
4396 (*pretty-printer*): Simplify.
4397 (make-objfile-pp_s-printer): New function.
4398 (install-objfile-pretty-printers!): New function.
4399 (make-progspace-pp_s-printer): New function.
4400 (install-progspace-pretty-printers!): New function.
4401 * gdb.guile/scm-progspace.c: New file.
4402 * gdb.guile/scm-progspace.exp: New file.
4403
41fac0cf
PA
44042014-06-02 Pedro Alves <palves@redhat.com>
4405
4406 * gdb.base/dprintf-bp-same-addr.c: New file.
4407 * gdb.base/dprintf-bp-same-addr.exp: New file.
4408
96ae5695
EBM
44092014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4410
4411 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
4412 * gdb.arch/powerpc-power.s: Likewise.
4413
da02b3a8
JB
44142014-06-02 Joel Brobecker <brobecker@adacore.com>
4415
4416 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
4417
c72b2e7b
YQ
44182014-06-01 Yao Qi <yao@codesourcery.com>
4419
4420 * gdb.base/watchpoint.exp (test_watch_location): Check null
4421 pointer can be dereferenced. If not, do the test, otherwise
4422 skip it.
4423
53e8a631
AB
44242014-05-30 Andrew Burgess <aburgess@broadcom.com>
4425
4426 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
4427 results.
4428 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
4429
938f0e2f
AB
44302014-05-30 Andrew Burgess <aburgess@broadcom.com>
4431
4432 * gdb.arch/amd64-invalid-stack-middle.S: New file.
4433 * gdb.arch/amd64-invalid-stack-middle.c: New file.
4434 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
4435 * gdb.arch/amd64-invalid-stack-top.c: New file.
4436 * gdb.arch/amd64-invalid-stack-top.exp: New file.
4437
9ba6657a
PA
44382014-05-30 Pedro Alves <palves@redhat.com>
4439
4440 PR breakpoints/17000
4441 * gdb.base/sss-bp-on-user-bp.c: New file.
4442 * gdb.base/sss-bp-on-user-bp.exp: New file.
4443
522c09bf
DB
44442014-05-30 David Blaikie <dblaikie@gmail.com>
4445
4446 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
4447 gnu_inline semantics via attribute.
4448 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
4449 source explicitly specifies the required semantics.
4450
bf4ef81e
MR
44512014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
4452
4453 * gdb.reverse/sigall-reverse.exp: Fix a typo.
4454
329ea579
PA
44552014-05-29 Pedro Alves <palves@redhat.com>
4456 Tom Tromey <tromey@redhat.com>
4457
4458 * gdb.base/async-shell.exp: Don't enable target-async.
4459 * gdb.base/async.exp
4460 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
4461 parameter. Adjust.
4462 (top level): Don't test with "target-async".
4463 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
4464 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
4465 * gdb.base/inferior-died.exp: Don't enable target-async.
4466 * gdb.base/interrupt-noterm.exp: Likewise.
4467 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
4468 * gdb.mi/mi-nonstop-exit.exp: Likewise.
4469 * gdb.mi/mi-nonstop.exp: Likewise.
4470 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
4471 * gdb.mi/mi-nsintrall.exp: Likewise.
4472 * gdb.mi/mi-nsmoribund.exp: Likewise.
4473 * gdb.mi/mi-nsthrexec.exp: Likewise.
4474 * gdb.mi/mi-watch-nonstop.exp: Likewise.
4475 * gdb.multi/watchpoint-multi.exp: Adjust comment.
4476 * gdb.python/py-evsignal.exp: Don't enable target-async.
4477 * gdb.python/py-evthreads.exp: Likewise.
4478 * gdb.python/py-prompt.exp: Likewise.
4479 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
4480 * gdb.server/solib-list.exp: Don't enable target-async.
4481 * gdb.threads/thread-specific-bp.exp: Likewise.
4482 * lib/mi-support.exp: Adjust to use mi-async.
4483
fd664c91
PA
44842014-05-29 Pedro Alves <palves@redhat.com>
4485
4486 PR gdb/13860
4487 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
4488 reason, even in sync mode.
4489
251bde03
PA
44902014-05-29 Pedro Alves <palves@redhat.com>
4491 Hui Zhu <hui@codesourcery.com>
4492
4493 PR PR15693
4494 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
4495 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
4496 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
4497 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
4498
7f3c0343
JB
44992014-05-28 Joel Brobecker <brobecker@adacore.com>
4500
4501 * config/monitor.exp (gdb_target_monitor): Replace use of
4502 "set remotebaud" by "set serial baud".
4503
b2715b27
AW
45042014-05-26 Andy Wingo <wingo@igalia.com>
4505
4506 * gdb.guile/scm-breakpoint.exp:
4507 * gdb.guile/scm-gsmob.exp: Update to use plain old object
4508 properties instead of gdb-object-properties.
4509
498a4489
YQ
45102014-05-26 Yao Qi <yao@codesourcery.com>
4511
4512 * gdb.server/no-thread-db.exp: Specify source file name
4513 explicitly when setting a breakpoint.
4514
589fdceb
MM
45152014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4516
4517 * gdb.btrace/vdso.c: New.
4518 * gdb.btrace/vdso.exp: New.
4519
e9089e05
MM
45202014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4521
4522 * gdb.base/gcore.exp (capture_command_output): Move ...
4523 * lib/gdb.exp (capture_command_output): ... here.
4524
67b5c0c1
MM
45252014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4526
4527 * gdb.btrace/data.exp: Test memory access during btrace replay.
4528
a2199296
SM
45292014-05-22 Simon Marchi <simon.marchi@ericsson.com>
4530
4531 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
4532
17b2616c
PA
45332014-05-21 Pedro Alves <palves@redhat.com>
4534
4535 PR gdb/13860
4536 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
4537 (top level): Test that output related to execution commands is
4538 sent to the console with CLI commands, but not with MI commands.
4539 Test that breakpoint events are always mirrored to the console.
4540 Also expect the new source line to be output after a "next" in
4541 async mode too. Make it a pass/fail test.
4542 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
4543 output.
4544 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
4545
5166082f
PA
45462014-05-21 Pedro Alves <palves@redhat.com>
4547
4548 * gdb.base/list.exp (build_pattern, test_list): New procedures.
4549 Use them to test variations of "list" after reaching a breakpoint.
4550 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
4551 Test "list" with listsize 10 after reaching a breakpoint.
4552 * gdb.python/python.exp (decode_line current location line
4553 number): Adjust expected line number.
4554
2f25d70f
SM
45552014-05-21 Simon Marchi <simon.marchi@ericsson.com>
4556
4557 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
4558 behavior for $args, pass it directly to "run".
4559
ff604a67
MR
45602014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
4561
4562 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
4563 30000 to 65536.
4564
6a3cb8e8
PA
45652014-05-21 Pedro Alves <palves@redhat.com>
4566
4567 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
4568 auto-connect-native-target off".
4569 * gdb.base/auto-connect-native-target.c: New file.
4570 * gdb.base/auto-connect-native-target.exp: New file.
4571
4ebfc96e
PA
45722014-05-21 Pedro Alves <palves@redhat.com>
4573
4574 * gdb.base/default.exp: Test "target native" instead of "target
4575 child".
4576
36d46afb
MW
45772014-05-21 Mark Wielaard <mjw@redhat.com>
4578
4579 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
4580
5876f503
JK
45812014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4582
4583 Fix TLS access for -static -pthread.
4584 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
4585 <HAVE_TLS> (thread_function, main): Initialize it.
4586 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
4587 Add clean_restart.
4588 <$have_tls != "">: Check TLSVAR.
4589
0256a6ac
PA
45902014-05-21 Pedro Alves <palves@redhat.com>
4591
4592 * gdb.base/dcache-line-read-error.c: New.
4593 * gdb.base/dcache-line-read-error.exp: New.
4594
936d2992
PA
45952014-05-20 Pedro Alves <palves@redhat.com>
4596
4597 * gdb.base/compare-sections.c: New file.
4598 * gdb.base/compare-sections.exp: New file.
4599
802e8e6d
PA
46002014-05-20 Pedro Alves <palves@redhat.com>
4601
4602 * gdb.base/break-idempotent.c: New file.
4603 * gdb.base/break-idempotent.exp: New file.
4604
e59fa00f
MM
46052014-05-20 Markus Metzger <markus.t.metzger@intel.com>
4606
4607 * gdb.btrace/nohist.exp: New.
4608
8b696e31
YQ
46092014-05-20 Yao Qi <yao@codesourcery.com>
4610
4611 * lib/gdb.exp (gdb_init): Set timeout if test file is under
4612 gdb.reverse directory and gdb_reverse_timeout exists in board
4613 setting.
4614 * README: Document gdb_reverse_timeout.
4615
73c9764f
YQ
46162014-05-20 Yao Qi <yao@codesourcery.com>
4617
4618 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
4619 'test_file_name'. Treat args as a string instead of a list.
4620 (gdb_init): Rename argument 'args' by 'test_file_name'.
4621
f1f4348a
JK
46222014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4623
4624 * gdb.arch/powerpc-power.exp: New file.
4625 * gdb.arch/powerpc-power.s: New file.
4626
0dbe70ce
DE
46272014-05-16 Doug Evans <dje@google.com>
4628
4629 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
4630 * gdb.base/completion.exp: Check that all expected files exist
4631 before doing file completion.
0dbe70ce 4632
8d551b02
DE
46332014-05-16 Doug Evans <dje@google.com>
4634
4635 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
4636 Update.
4637 (do_syscall_tests_without_xml): Update.
4638
73eb7709
PA
46392014-05-16 Pedro Alves <palves@redhat.com>
4640
4641 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
4642 instead of "unknown output after running".
4643
3fae92fc
YQ
46442014-05-16 Yao Qi <yao@codesourcery.com>
4645
4646 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
4647 file1.txt from host at the end.
4648 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4649
c2b2ccc5
DE
46502014-05-15 Doug Evans <dje@google.com>
4651
4652 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
4653 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
4654 loading file. Add test for TU lookup.
4655
8c217a4b
SM
46562014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4657
4658 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
4659 calling "-exec-arguments" or "set args" before running the
4660 inferior.
4661
3deb39c6
SM
46622014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4663
4664 * lib/mi-support.exp (mi_expect_stop): Expect message for
4665 inferiors that exit with non-zero exit code.
4666
71a79f8c
YQ
46672014-05-14 Yao Qi <yao@codesourcery.com>
4668
4669 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
4670 match absolute path on remote host.
4671 (test_file_list_exec_source_files): Remove "/" from the
4672 pattern.
4673
f23fcd46
YQ
46742014-05-14 Yao Qi <yao@codesourcery.com>
4675
4676 * boards/local-remote-host-notty.exp (${board}_file): New
4677 proc.
4678
9404b58f
KM
46792014-05-07 Kyle McMartin <kyle@redhat.com>
4680
4681 Pushed by Joel Brobecker <brobecker@adacore.com>.
4682 * gdb.arch/aarch64-atomic-inst.c: New file.
4683 * gdb.arch/aarch64-atomic-inst.exp: New file.
4684
5e45f04c
YQ
46852014-05-07 Yao Qi <yao@codesourcery.com>
4686
4687 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
4688 in current context" too.
4689
c888a17d
KS
46902014-05-05 Keith Seitz <keiths@redhat.com>
4691
4692 * gdb.linespec/ls-dollar.exp: Add test for linespec
4693 file:convenience_variable.
4694
290a839c
YQ
46952014-05-05 Yao Qi <yao@codesourcery.com>
4696
4697 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
4698 traceframes into tfile and ctf trace files. Read data from
4699 trace file and test collected data.
4700 (gdb_collect_locals_test): Likewise.
4701 (gdb_unavailable_registers_test): Likewise.
4702 (gdb_unavailable_floats): Likewise.
4703 (gdb_collect_globals_test): Likewise.
4704 (top-level): Append "ctf" to trace_file_targets if GDB
4705 supports.
4706
b5262cd0
YQ
47072014-05-05 Yao Qi <yao@codesourcery.com>
4708
4709 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
4710 code to ...
4711 (gdb_collect_args_test_1): ... it. New proc.
4712 (gdb_collect_locals_test): Move some code to ...
4713 (gdb_collect_locals_test_1): ... it. New proc.
4714 (gdb_unavailable_registers_test): Move some code to ...
4715 (gdb_unavailable_registers_test_1): ... it. New proc.
4716 (gdb_unavailable_floats): Move some code to ...
4717 (gdb_unavailable_floats_1): ... it. New proc.
4718
30a1e6cc
SDJ
47192014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4720
4721 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
4722 probes to test for bitness recognition.
4723 * gdb.arch/amd64-stap-optional-prefix.exp
4724 (test_probe_value_without_reg): New procedure.
4725 Add code to test for different kinds of bitness.
4726
f33da99a
SDJ
47272014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4728
4729 PR breakpoints/16889
4730 * gdb.arch/amd64-stap-optional-prefix.S: New file.
4731 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4732
5b80f00d
PA
47332014-05-01 Pedro Alves <palves@redhat.com>
4734
4735 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
4736 gdb_file_cmd if no file is specified.
4737 * boards/native-extended-gdbserver.exp (gdb_load): Use the
4738 last_loaded_file to set the remote exec-file.
4739
f8c2a73c
PA
47402014-05-01 Pedro Alves <palves@redhat.com>
4741
4742 * boards/local-remote-host.exp: New file.
4743
be6e8ac7
PA
47442014-05-01 Pedro Alves <palves@redhat.com>
4745
4746 * boards/local-remote-host.exp: Rename to ...
4747 * boards/local-remote-host-notty.exp: ... this.
4748
cac0dc8f
JB
47492014-04-28 Joel Brobecker <brobecker@adacore.com>
4750
4751 * gdb.ada/dyn_arrayidx: New testcase.
4752
9730e6cc
YQ
47532014-04-26 Yao Qi <yao@codesourcery.com>
4754
4755 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
4756 and compute the length of function main. Save it in
4757 $main_length.
4758 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
4759 (top-level): Use gdb_compile to compile objects into
4760 executable and restart GDB. Remove invocation to
4761 prepare_for_testing.
4762
7ae1a6a6
PA
47632014-04-25 Simon Marchi <simon.marchi@ericsson.com>
4764 Pedro Alves <palves@redhat.com>
4765
4766 PR server/16255
4767 * gdb.multi/multi-attach.c: New file.
4768 * gdb.multi/multi-attach.exp: New file.
4769
4082afcc
PA
47702014-04-25 Pedro Alves <palves@redhat.com>
4771
4772 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
4773 user.
4774 (top level): Test that "set remote conditional-breakpoints-packet
4775 off" works as intended.
4776 * gdb.base/dprintf.exp: Test that "set remote
4777 breakpoint-commands-packet off" works as intended.
4778 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
4779 New function.
4780 (top level): Call it.
4781 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
4782 remote fast-tracepoints-packet off" works as intended.
4783 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
4784 * lib/gdb.exp (gdb_is_target_remote): ... here.
4785
2abc3f8d
DB
47862014-04-24 David Blaikie <dblaikie@gmail.com>
4787
4788 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
4789 ensure clang would not discard them.
4790 * gdb.base/gdbvars.c: Ditto.
4791 * gdb.base/memattr.c: Ditto.
4792 * gdb.base/whatis.c: Ditto.
4793 * gdb.python/py-prettyprint.c: Ditto.
4794 * gdb.trace/actions.c: Ditto.
4795 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
4796 ensure clang would not discard it.
4797
bfd39632
DB
47982014-04-24 David Blaikie <dblaikie@gmail.com>
4799
4800 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
4801 clang to emit the full definition of type required by the test
4802 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
4803
22842ff6
DB
48042014-04-24 David Blaikie <dblaikie@gmail.com>
4805
4806 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
4807 coax Clang into emitting the definition of the type.
4808 * gdb.cp/pr10728-x.h (y): Ditto.
4809 * gdb.cp/pr10728-y.cc (y): Ditto.
4810
c2e827ad
DB
48112014-04-24 David Blaikie <dblaikie@gmail.com>
4812
4813 * gdb.base/label.exp: XFAIL label related tests under Clang.
4814 * gdb.cp/cplabel.exp: Ditto.
4815 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
4816 under Clang those using labels.
4817
4c2d33e7
YQ
48182014-04-25 Yao Qi <yao@codesourcery.com>
4819
4820 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
4821 double_label.
4822 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
4823 partial_label and double_label.
4824
56083b99
DB
48252014-04-24 David Blaikie <dblaikie@gmail.com>
4826
4827 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
4828
25d4e99d
DB
48292014-04-24 David Blaikie <dblaikie@gmail.com>
4830
4831 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
4832 of the function to work across GCC and Clang.
4833 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
4834 pointer types (const void ** const V void **).
4835
01f9f808
MS
48362014-04-24 Michael Sturm <michael.sturm@mintel.com>
4837 Walfred Tedeschi <walfred.tedeschi@intel.com>
4838
4839 * Makefile.in (EXECUTABLES): Added i386-avx512.
4840 * gdb.arch/i386-avx512.c: New file.
4841 * gdb.arch/i386-avx512.exp: Likewise.
4842
4b48d439
KS
48432014-04-23 Keith Seitz <keiths@redhat.com>
4844
4845 * lib/mi-support.exp (mi_list_breakpoints): Delete.
4846 (mi_make_breakpoint_table): New procedure.
4847 (mi_create_breakpoint): Use mi_make_breakpoint
4848 and return the result.
4849 (mi_make_breakpoint): New procedure.
4850 (mi_build_kv_pairs): New procedure.
4851
4852 * gdb.mi/mi-break.exp: Remove unused globals,
4853 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
4854 All callers updated.
4855 * gdb.mi/mi-dprintf.exp: Use variable to track command
4856 number.
4857 Update all callers of mi_create_breakpoint and use
4858 mi_make_breakpoint_table.
4859 Remove any unused global variables.
4860 * gdb.mi/mi-nonstop.exp: Likewise.
4861 * gdb.mi/mi-nsintrall.exp: Likewise.
4862 * gdb.mi/mi-nsmoribund.exp: Likewise.
4863 * gdb.mi/mi-nsthrexec.exp: Likewise.
4864 * gdb.mi/mi-reverse.exp: Likewise.
4865 * gdb.mi/mi-simplerun.exp: Likewise.
4866 * gdb.mi/mi-stepn.exp: Likewise.
4867 * gdb.mi/mi-syn-frame.exp: Likewise.
4868 * gdb.mi/mi-until.exp: Likewise.
4869 * gdb.mi/mi-var-cp.exp: Likewise.
4870 * gdb.mi/mi-var-display.exp: Likewise.
4871 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
4872 * gdb.mi/mi2-var-child.exp: Likewise.
4873 * gdb.mi/mi-vla-c99.exp: Likewise.
4874 * lib/mi-support.exp: Likewise.
4875
4876 From Ian Lance Taylor <iant@cygnus.com>:
4877 * lib/gdb.exp (parse_args): New procedure.
4878
08351840
PA
48792014-04-23 Pedro Alves <palves@redhat.com>
4880
4881 * gdb.base/break-unload-file.c: New file.
4882 * gdb.base/break-unload-file.exp: New file.
4883 * gdb.base/sym-file-lib.c (baz): New function.
4884 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
4885 field.
4886 (load): Store the segment's mapped size.
4887 (unload): New function.
4888 (unload_shlib): New function.
4889 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
4890 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
4891 set a breakpoint at baz, and call it.
4892 * gdb.base/sym-file.exp: New tests for stale breakpoint
4893 instructions.
4894
076855f9
PA
48952014-04-23 Pedro Alves <palves@redhat.com>
4896
4897 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
4898 * gdb.base/hbreak-in-shr-unsupported.c: New file.
4899 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
4900 * gdb.base/hbreak-unmapped.c: New file.
4901 * gdb.base/hbreak-unmapped.exp: New file.
4902 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
4903 * lib/gdb.exp (gdb_is_target_remote): ... here.
4904
483805cf
PA
49052014-04-22 Pedro Alves <palves@redhat.com>
4906
4907 * gdb.base/consecutive-step-over.c: New file.
4908 * gdb.base/consecutive-step-over.exp: New file.
4909
06d97543
PA
49102014-04-22 Pedro Alves <palves@redhat.com>
4911
4912 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
4913 instead of send_gdb/gdb_expect.
4914
b4429ea2
YQ
49152014-04-22 Yao Qi <yao@codesourcery.com>
4916
4917 * lib/trace-support.exp (generate_tracefile): New procedure.
4918 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
4919 return 0.
4920 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
4921 if generate_tracefile returns 1.
4922
51d48146
PA
49232014-04-18 Tom Tromey <palves@redhat.com>
4924 Pedro alves <tromey@redhat.com>
4925
4926 PR backtrace/15558
4927 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
4928 with a backtrace limit.
4929 * gdb.python/py-frame-inline.exp: Test running to an inline
4930 function with a backtrace limit, and printing the newest frame.
4931 * gdb.python/py-frame-inline.c (main): Call f.
4932
bd1dce5f
MS
49332014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4934
4935 * gdb.java/jnpe.exp: Drop srcdir from untested path.
4936
40d1a503
MS
49372014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4938
4939 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
4940 Drop prefix from unsupported source file path.
4941
389b98f7
YQ
49422014-04-17 Yao Qi <yao@codesourcery.com>
4943
4944 * lib/gdb.exp (with_target_charset): New proc.
4945 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
4946 with_target_charset.
4947 (test_print_strings): Likewise.
4948 (test_repeat_bytes): Likewise.
4949 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
4950 for some tests.
4951
22869d73
KS
49522014-04-16 Keith Seitz <keiths@redhat.com>
4953
4954 PR gdb/15827
4955 * gdb.dwarf2/corrupt.c: New file.
4956 * gdb.dwarf2/corrupt.exp: New file.
4957
c4f87ca6
KS
49582014-04-16 Keith Seitz <keiths@redhat.com>
4959
4960 PR c++/16597
4961 * gdb.cp/namelessclass.cc: New file.
4962 * gdb.cp/namelessclass.exp: New file.
4963 * gdb.cp/namelessclass.S: New file.
4964
ab19de87
DE
49652014-04-16 Doug Evans <dje@google.com>
4966
4967 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
4968 Add comment.
4969 (gdbserver_default_get_comm_port): New function.
4970 (gdbserver_start): Check if board file provided
4971 "gdbserver,get_comm_port" and use it if so.
4972 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
4973 (gdb,socketport): Set to "stdio".
4974 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
4975 (stdio_gdbserver_template): Delete.
4976 (${board}_get_remote_address): Update.
4977 (${board}_build_remote_cmd): Delete.
4978 (${board}_get_comm_port): New function.
4979 (${board}_spawn): Update.
4980 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
4981 Delete.
4982 (${board}_get_remote_address): Update.
4983 (${board}_get_comm_port): New function.
4984
fc98a809
AB
49852014-04-16 Andrew Burgess <aburgess@broadcom.com>
4986
4987 * gdb.base/memattr.exp: Improve regexps to handle memory regions
4988 appearing in any order.
4989
87fd9e6e
DE
49902014-04-15 Doug Evans <dje@google.com>
4991
4992 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
4993 uninitialized value of "description".
4994
099fc3ea
KS
49952014-04-15 Keith Seitz <keiths@redhat.com>
4996
4997 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
4998 Remove unused globals.
4999 (test_running_the_program): Likewise.
5000 (test_controlled_execution): Likewise.
5001 (test_controlling_breakpoints): Likewise.
5002 (test_program_termination): Likewise.
5003
5da151d4
KS
50042014-04-15 Keith Seitz <keiths@redhat.com>
5005
5006 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
5007 unused globals.
5008 (test_rbreak_creation_and_listing): Likewise.
5009 (test_ignore_count): Likewise.
5010 (test_error): Likewise.
5011
35e5d2f0
PA
50122014-04-15 Pedro Alves <palves@redhat.com>
5013
5014 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
5015 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
5016 sym-file-loader.c.
5017 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
5018 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
5019 to sym-file-loader.c.
5020 (struct library): Forward declare.
5021 (load_shlib, lookup_function): Change prototypes.
5022 (find_shstrtab, find_strtab, find_shdr, find_symtab)
5023 (translate_offset): Remove declarations.
5024 (get_text_addr): New declaration.
5025 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
5026 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
5027 sym-file-loader.h.
5028 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
5029 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
5030 here from sym-file-loader.h.
5031 (struct library): New structure.
5032 (load_shlib, lookup_function): Change prototypes and adjust to
5033 work with a struct library.
5034 (find_shstrtab, find_strtab, find_shdr, find_symtab)
5035 (translate_offset): Make static.
5036 (get_text_addr): New function.
5037 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
5038
eb4c1710
PA
50392014-04-15 Pedro Alves <palves@redhat.com>
5040
5041 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
5042
2d1baf52
PA
50432014-04-15 Pedro Alves <palves@redhat.com>
5044
5045 * gdb.base/sym-file-loader.c: Include <limits.h>.
5046 (SELF_LINK): New define.
5047 (get_origin): New function.
5048 (load_shlib): Use it.
5049 * gdb.base/sym-file.exp: Don't early return if the target is
5050 remote. Use runto_main, and issue fail is that fails. Use
5051 gdb_load_shlibs.
5052 (shlib_name): Delete.
5053 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
5054
7dd6df01
PA
50552014-04-15 Pedro Alves <palves@redhat.com>
5056
5057 * gdb.base/sym-file.exp: Remove regex characters from test
5058 message. Don't refer to breakpoint numbers in test messages.
5059
b50c8614
KS
50602014-04-14 Keith Seitz <keiths@redhat.com>
5061
5062 PR c++/16253
5063 * gdb.cp/var-tag.cc: New file.
5064 * gdb.cp/var-tag.exp: New file.
5065 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
5066 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
5067 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
5068 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
5069
3d567982
TT
50702014-04-14 Tom Tromey <tromey@redhat.com>
5071
5072 * gdb.cp/classes.exp (test_enums): Handle underlying type.
5073 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
5074 type.
5075 * gdb.cp/enum-class.exp: New file.
5076 * gdb.cp/enum-class.cc: New file.
5077
0626fc76
TT
50782014-04-14 Tom Tromey <tromey@redhat.com>
5079
5080 * gdb.dwarf2/enum-type.exp: New file.
5081
dca325b3
SA
50822014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5083
5084 * gdb.mi/mi-vla-c99.exp: New file.
5085 * gdb.mi/vla.c: New file.
5086
5854b38a
SA
50872014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5088
5089 * gdb.base/vla-datatypes.c: New file.
5090 * gdb.base/vla-datatypes.exp: New file.
5091
463bb957
SA
50922014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5093
5094 * gdb.base/vla-ptr.c: New file.
5095 * gdb.base/vla-ptr.exp: New file.
5096
3dd170be
SA
50972014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5098
5099 * gdb.dwarf2/count.exp: New file.
5100
5ecaaa66
SA
51012014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5102
5103 * gdb.base/vla-sideeffect.c: New file.
5104 * gdb.base/vla-sideeffect.exp: New file.
5105
41f1ada5
DB
51062014-04-14 David Blaikie <dblaikie@gmail.com>
5107
5108 * gdb.mi/non-stop.c: Add return value for non-void function return
5109 statement.
5110 * gdb.threads/staticthreads.c: Ditto.
5111
0be03e84
DE
51122014-04-12 Siva Chandra Reddy <sivachandra@google.com>
5113 Doug Evans <xdje42@gmail.com>
5114
5115 * gdb.guile/scm-value.c: Improve test case.
5116 * gdb.guile/scm-value.exp: Add new test.
5117
f180a1fb
DB
51182014-04-11 David Blaikie <dblaikie@gmail.com>
5119
5120 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
5121 override Clang's default.
5122
6b662e19
JB
51232014-04-11 Joel Brobecker <brobecker@adacore.com>
5124
5125 Revert the following changes (regressions):
5126
5127 * gdb.base/vla-sideeffect.c: New file.
5128 * gdb.base/vla-sideeffect.exp: New file.
5129
5130 * gdb.dwarf2/count.exp: New file.
5131
5132 * gdb.base/vla-multi.c: New file.
5133 * gdb.base/vla-multi.exp: New file.
5134
5135 * gdb.base/vla-ptr.c: New file.
5136 * gdb.base/vla-ptr.exp: New file.
5137
5138 * gdb.base/vla-datatypes.c: New file.
5139 * gdb.base/vla-datatypes.exp: New file.
5140
5141 * gdb.mi/mi-vla-c99.exp: New file.
5142 * gdb.mi/vla.c: New file.
5143
245a5f0b
KS
51442014-04-11 Keith Seitz <keiths@redhat.com>
5145
5146 PR c++/16675
5147 * gdb.cp/cpsizeof.exp: New file.
5148 * gdb.cp/cpsizeof.cc: New file.
5149
58a84dcf
SA
51502014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5151
191a8a90
JB
5152 * gdb.mi/mi-vla-c99.exp: New file.
5153 * gdb.mi/vla.c: New file.
58a84dcf 5154
c8655f75
SA
51552014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5156
5157 * gdb.base/vla-datatypes.c: New file.
5158 * gdb.base/vla-datatypes.exp: New file.
5159
024e13b4
SA
51602014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5161
5162 * gdb.base/vla-ptr.c: New file.
5163 * gdb.base/vla-ptr.exp: New file.
5164
1a237e0e
SA
51652014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5166
5167 * gdb.base/vla-multi.c: New file.
5168 * gdb.base/vla-multi.exp: New file.
5169
504f3432
SA
51702014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5171
5172 * gdb.dwarf2/count.exp: New file.
5173
3bce8237
SA
51742014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5175
191a8a90
JB
5176 * gdb.base/vla-sideeffect.c: New file.
5177 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 5178
322f9c21
YQ
51792014-04-11 Yao Qi <yao@codesourcery.com>
5180
5181 * gdb.base/completion.exp: Check file exists before running tests
5182 on file completion.
5183
d708bcd1
PA
51842014-04-10 Pedro Alves <palves@redhat.com>
5185
5186 * gdb.base/cond-eval-mode.c: New file.
5187 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
5188 prepare_for_testing to build the new file. Check result of
5189 runto_main.
5190 (test_break, test_watch): New procedures.
5191 (top level): Use them.
5192
ae1d2761
PM
51932014-04-08 Pierre Muller <muller@sourceware.org>
5194
5195 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
5196 Ctrl-V use for mingw hosts.
5197
7af389b8
SC
51982014-04-07 Siva Chandra Reddy <sivachandra@google.com>
5199
5200 * gdb.python/py-value.c: Improve test case.
5201 * gdb.python/py-value.exp: Add new test.
5202
5e703181
DE
52032014-04-07 David Blaikie <dblaikie@gmail.com>
5204
5205 * lib/compiler.c: Identify the clang compiler.
5206 * lib/compiler.cc: Ditto.
5207
9810b410
YQ
52082014-04-03 Yao Qi <yao@codesourcery.com>
5209
5210 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
5211
98d1b8dc
AB
52122014-04-01 Anton Blanchard <anton@samba.org>
5213
5214 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
5215 messages unique.
5216
3114cea1
AB
52172014-04-01 Anton Blanchard <anton@samba.org>
5218
5219 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
5220 prepare_for_testing.
5221
62f7182c
AB
52222014-04-01 Anton Blanchard <anton@samba.org>
5223
5224 * gdb.arch/ppc64-atomic-inst.c: Remove.
5225 * gdb.arch/ppc64-atomic-inst.S: New file.
5226 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
5227
770e7fc7
DE
52282014-03-31 Doug Evans <dje@google.com>
5229
5230 * gdb.base/print-symbol-loading-lib.c: New file.
5231 * gdb.base/print-symbol-loading-main.c: New file.
5232 * gdb.base/print-symbol-loading.exp: New file.
5233
46e2bafa
YQ
52342014-03-31 Yao Qi <yao@codesourcery.com>
5235
5236 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
5237
8776cfe9
JB
52382014-03-28 Joel Brobecker <brobecker@adacore.com>
5239
5240 * gdb.ada/mi_dyn_arr: New testcase.
5241
5d1ef361
DE
52422014-03-27 Doug Evans <dje@google.com>
5243
5244 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
5245
b5bee914
YQ
52462014-03-27 Yao Qi <yao@codesourcery.com>
5247
5248 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
5249 if target is nios2-*-*.
5250
0d4d0e77
YQ
52512014-03-26 Yao Qi <yao@codesourcery.com>
5252
5253 * lib/gdb.exp (readline_is_used): New proc.
5254 * gdb.base/completion.exp: Move tests on command complete up.
5255 Skip the rest of tests if readline is not used.
5256 * gdb.ada/complete.exp: Skp the test if readline is not
5257 used.
5258 * gdb.base/filesym.exp: Likewise.
5259 * gdb.base/macscp.exp: Likewise.
5260 * gdb.base/readline-ask.exp: Likewise.
5261 * gdb.base/readline.exp: Likewise.
5262 * gdb.python/py-cmd.exp: Likewise.
5263 * gdb.trace/tfile.exp: Likewise.
5264
29361eee
YQ
52652014-03-26 Yao Qi <yao@codesourcery.com>
5266
5267 * gdb.base/macscp.exp: Fix code format issues.
5268
bc9a5525
UW
52692014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
5270
5271 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
5272 * gdb.asm/powerpc64le.inc: New file.
5273
d3839ede
PA
52742014-03-25 Pedro Alves <palves@redhat.com>
5275 Doug Evans <dje@google.com>
5276
5277 * gdb.base/source-execution.c: New file.
5278 * gdb.base/source-execution.exp: New file.
5279 * gdb.base/source-execution.gdb: New file.
5280
01672a57
DE
52812014-03-24 Doug Evans <dje@google.com>
5282
5283 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
5284 using fission.
5285
88bbeca9
HZ
52862014-03-24 Hui Zhu <hui@codesourcery.com>
5287 Pedro Alves <palves@redhat.com>
5288
5289 PR breakpoints/16101
5290 * gdb.base/dprintf.exp: Use unsupported rather than changing the
5291 test pass/fail messages. Detect missing support for dprintf when
5292 breakpoints are actually inserted.
5293 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
5294 breakpoints are actually inserted.
5295 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
5296 fails.
5297
d2348791
JK
52982014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5299
5300 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
5301
feef67ab
DE
53022014-03-22 Doug Evans <xdje42@gmail.com>
5303
5304 * gdb.python/python.exp (python not supported): Verify multi-line
5305 python command issues an error.
25d743f9 5306 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 5307 guile command issues an error.
feef67ab 5308
ecebef6a
MR
53092014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
5310
5311 * gdb.threads/thread-specific.exp: Handle the lack of usable
5312 $this_breakpoint and $this_thread.
5313
ccdd1909
HZ
53142014-03-21 Hui Zhu <hui@codesourcery.com>
5315
5316 * gdb.base/attach.exp (do_command_attach_tests): New.
5317
beb460e8
PA
53182014-03-20 Tom Tromey <tromey@redhat.com>
5319 Pedro Alves <palves@redhat.com>
5320
5321 PR cli/15718
5322 * gdb.base/condbreak-call-false.c: New file.
5323 * gdb.base/condbreak-call-false.exp: New file.
5324
40acf43a
PA
53252014-03-20 Pedro Alves <palves@redhat.com>
5326
5327 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
5328 Delete.
5329 (block_signals, unblock_signals): Delete.
5330 (child_function_2, main): Remove references to deleted variable
5331 and functions.
5332
9f5e1e02
PA
53332014-03-20 Pedro Alves <palves@redhat.com>
5334
5335 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
5336 Use pthread_kill to signal thread 2.
5337 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5338 Adjust to make the test send itself a signal rather than using the
5339 host's "kill" command.
5340
99619bea
PA
53412014-03-20 Pedro Alves <palves@redhat.com>
5342
5343 * gdb.threads/multiple-step-overs.c: New file.
5344 * gdb.threads/multiple-step-overs.exp: New file.
5345 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5346 Adjust expected infrun debug output.
5347
2adfaa28
PA
53482014-03-20 Pedro Alves <palves@redhat.com>
5349
5350 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
5351 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
5352
31e77af2
PA
53532014-03-20 Pedro Alves <palves@redhat.com>
5354
5355 PR breakpoints/7143
5356 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
5357 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
5358 of gdb_test_multiple.
5359 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
5360 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
5361
b9f437de
PA
53622014-03-20 Pedro Alves <palves@redhat.com>
5363
5364 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
5365 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
5366
05adc73e
PA
53672014-03-19 Pedro Alves <palves@redhat.com>
5368
5369 * gdb.base/async.exp: Remove early return.
5370
6048b950
PA
53712014-03-19 Pedro Alves <palves@redhat.com>
5372
5373 * gdb.base/async.exp (step& tests): Pass explicit test messages.
5374
8bcfb00a
PA
53752014-03-19 Pedro Alves <palves@redhat.com>
5376
5377 * gdb.base/async.exp (test_background): Expect \r\n after
5378 "completed." in the fail pattern.
5379
884e37dc
PA
53802014-03-19 Pedro Alves <palves@redhat.com>
5381
5382 * gdb.base/async.exp (test_background): New procedure.
5383 Use it for all background execution command tests.
5384
148e57e2
PA
53852014-03-19 Pedro Alves <palves@redhat.com>
5386
5387 * gdb.base/async.exp: Use prepare_for_testing.
5388
f48088c7
PA
53892014-03-19 Pedro Alves <palves@redhat.com>
5390
5391 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
5392 the same line.
5393
e2f6c966
PA
53942014-03-19 Pedro Alves <palves@redhat.com>
5395
5396 * gdb.base/async.c (main): Add "jump here" and "until here" line
5397 marker comments.
5398 * gdb.base/async.exp (jump_here): New global.
5399 (jump& test): Use it.
5400 (until_here): New global.
5401 (until& test): Use it.
5402
c30568d4
PA
54032014-03-19 Pedro Alves <palves@redhat.com>
5404
5405 * gdb.base/async.exp: Don't frob gdb_protocol.
5406
0172b6a7
DE
54072014-03-18 Doug Evans <xdje42@gmail.com>
5408
5409 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
5410 Fix spelling of exec-done-display.
5411
06c868a8
JK
54122014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5413
5414 PR gdb/15358
5415 * gdb.base/gdb-sigterm.c: New file.
5416 * gdb.base/gdb-sigterm.exp: New file.
5417
0c7e1a46
PA
54182014-03-18 Pedro Alves <palves@redhat.com>
5419
5420 PR gdb/13860
5421 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
5422 * lib/mi-support.exp (mi_expect_stop): Add special handling for
5423 solib-event.
5424
f7c77d93
JB
54252014-03-17 Joel Brobecker <brobecker@adacore.com>
5426
5427 * gdb.ada/pckd_arr_ren: New testcase.
5428
5a1e8c7a
DE
54292014-03-13 Doug Evans <xdje42@gmail.com>
5430
5431 PR guile/16612
5432 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
5433 collect after discarding symbols.
5434
350e1a76
DE
54352014-03-13 Ludovic Courtès <ludo@gnu.org>
5436 Doug Evans <xdje42@gmail.com>
5437
5438 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
5439 to history survives a gc.
5440
a69900ae
PA
54412014-03-13 Pedro Alves <palves@redhat.com>
5442
5443 * gdb.base/default.exp: Don't test "target procfs".
5444
5db9f0bd
PA
54452014-03-13 Pedro Alves <palves@redhat.com>
5446
5447 * gdb.base/default.exp: Update "target child" and "target procfs"
5448 tests to not expect "Unix".
5449
b3ccfe11
TT
54502014-03-12 Tom Tromey <tromey@redhat.com>
5451
5452 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
5453 New procs. Add target-async tests.
5454 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
5455 Add target-async tests.
5456
646f4417
AA
54572014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5458
5459 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
5460 'func_start' and 'func_end' for the beginning and end of the
5461 function code, respectively.
5462 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
5463 'func_end' instead of 'func' and 'main'.
5464
288c211f
AA
54652014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5466
5467 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
5468 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
5469 generate the debug info assembler source.
5470
e0c0f156
AA
54712014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5472
5473 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
5474 * gdb.dwarf2/arr-subrange.exp: Likewise.
5475 * gdb.dwarf2/dwz.exp: Likewise.
5476 * gdb.dwarf2/method-ptr.exp: Likewise.
5477 * gdb.dwarf2/missing-sig-type.exp: Likewise.
5478 * gdb.dwarf2/subrange.exp: Likewise.
5479 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
5480 * gdb.dwarf2/implptrpiece.exp: Likewise.
5481 * gdb.dwarf2/nostaticblock.exp: Likewise.
5482
0e5c4555
AA
54832014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5484
5485 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
5486 directory to absolute path name arguments.
5487
5ec18f2b
JG
54882014-03-10 Joel Brobecker <brobecker@adacore.com>
5489
5490 * gdb.ada/tagged_access: New testcase.
5491
847fc4f2
MM
54922014-03-07 Markus Metzger <markus.t.metzger@intel.com>
5493
5494 * gdb.btrace/data.exp: Update expected output.
5495
cc3da688
YQ
54962014-03-06 Yao Qi <yao@codesourcery.com>
5497
5498 * gdb.trace/pr16508.exp: New file.
5499
0f26cec1
PA
55002014-03-05 Pedro Alves <palves@redhat.com>
5501
5502 PR gdb/16575
5503 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
5504 procedure.
5505 (top level): Adjust to use it. Add tests that exercise breakpoint
5506 interaction with the code-cache.
5507
7a5a839f
LC
55082014-02-26 Ludovic Courtès <ludo@gnu.org>
5509
5510 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
5511 test for 'history-append!'.
5512
31aa7e4e
JB
55132014-02-26 Joel Brobecker <brobecker@adacore.com>
5514
5515 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
5516 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
5517 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
5518 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
5519 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
5520 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
5521
1b588015
JB
55222014-02-26 Joel Brobecker <brobecker@adacore.com>
5523
5524 * testsuite/gdb.python/py-pp-re-notag.c: New file.
5525 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
5526 * testsuite/gdb.python/py-pp-re-notag.p: New file.
5527
55426c9d
JB
55282014-02-26 Joel Brobecker <brobecker@adacore.com>
5529
5530 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
5531
dc53a7ad
JB
55322014-02-26 Joel Brobecker <brobecker@adacore.com>
5533
5534 * gdb.dwarf2/arr-stride.c: New file.
5535 * gdb.dwarf2/arr-stride.exp: New file.
5536
12ab52e9
PA
55372014-02-26 Pedro Alves <palves@redhat.com>
5538
5539 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
5540 that won't ever trigger. Make sure that GDB reports the correct
5541 breakpoint that caused the stop.
5542
849c862e
JK
55432014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5544
5545 PR gdb/16626
5546 * gdb.base/auto-load-script: New file.
5547 * gdb.base/auto-load.c: New file.
5548 * gdb.base/auto-load.exp: New file.
5549
71b7d793
JK
5550 PR gdb/16626
5551 * gdb.base/auto-load.exp: Fix out-of-srctree run.
5552
e2f0d509
JK
55532014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5554
5555 Fix dw2-icycle.exp -fsanitize=address GDB crash.
5556 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
5557
50cc37c8
DE
55582014-02-24 Doug Evans <dje@google.com>
5559
5560 * lib/gdb.exp (run_on_host): Log error output if program fails.
5561
ea4758f2
PA
55622014-02-21 Pedro Alves <palves@redhat.com>
5563
5564 * gdb.threads/step-after-sr-lock.c: Rename to ...
5565 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
5566 * gdb.threads/step-after-sr-lock.exp: Rename to ...
5567 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5568 ... this.
5569
d7b30f67
SDJ
55702014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
5571
5572 PR tdep/16397
5573 * gdb.arch/amd64-stap-special-operands.exp: New file.
5574 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
5575 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
5576 * gdb.arch/amd64-stap-triplet.S: Likewise.
5577 * gdb.arch/amd64-stap-triplet.c: Likewise.
5578
83deb43f
JB
55792014-02-20 Joel Brobecker <brobecker@adacore.com>
5580
5581 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
5582 in .section pseudo-op.
5583
adde2bff
DE
55842014-02-20 lin zuojian <manjian2006@gmail.com>
5585 Joel Brobecker <brobecker@adacore.com>
5586 Doug Evans <xdje42@gmail.com>
5587
5588 PR symtab/16581
5589 * gdb.dwarf2/dw2-icycle.S: New file.
5590 * gdb.dwarf2/dw2-icycle.c: New file.
5591 * gdb.dwarf2/dw2-icycle.exp: New file.
5592
f7bd0f78
SC
55932014-02-19 Siva Chandra Reddy <sivachandra@google.com>
5594
5595 * gdb.python/py-value-cc.cc: Improve test case to enable testing
5596 operations on gdb.Value objects.
5597 * gdb.python/py-value-cc.exp: Add new test to test operations on
5598 gdb.Value objects.
5599
c17ef0d5
DE
56002014-02-18 Doug Evans <dje@google.com>
5601
5602 * Makefile.in (TESTS): New variable.
5603 (expanded_tests, expanded_tests_or_none): New variables
5604 (check-single): Pass $(expanded_tests_or_none) to runtest.
5605 (check-parallel): Only run tests in $(TESTS) if non-empty.
5606 (check/no-matching-tests-found): New rule.
5607 * README: Document TESTS makefile variable.
5608
5dd3176f
DE
56092014-02-18 Doug Evans <dje@google.com>
5610
5611 * Makefile.in (check-parallel): rm -rf outputs temp.
5612
0b10be4f
JK
56132014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5614
5615 Fix "ERROR: no fileid for" in the testsuite.
5616 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
5617
85f224e7
DE
56182014-02-12 Doug Evans <dje@google.com>
5619
5620 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
5621 (MISCELLANEOUS): New variable.
5622 (clean): rm -rf $(MISCELLANEOUS).
5623 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
5624 dwp live in the same directory as symlinks, with each symlink pointed
5625 to a differently named file in a different directory.
5626
149b30ff
DE
56272014-02-11 Doug Evans <dje@google.com>
5628
5629 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
5630 of Tcl file commands.
5631
1dfdac32
MK
56322014-02-10 Mark Kettenis <kettenis@gnu.org>
5633
5634 * gdb.threads/step-after-sr-lock.exp: Avoid executing
5635 "kill -SIGUSR1 -1".
5636
aa4fb036
JB
56372014-02-10 Joel Brobecker <brobecker@adacore.com>
5638
5639 * gdb.ada/tick_length_array_enum_idx: New testcase.
5640
ed3ef339
DE
56412014-02-10 Doug Evans <xdje42@gmail.com>
5642
5643 * configure.ac (AC_OUTPUT): Add gdb.guile.
5644 * configure: Regenerate.
5645 * lib/gdb-guile.exp: New file.
5646 * lib/gdb.exp (get_target_charset): New function.
5647 * gdb.base/help.exp: Update expected output from "apropos apropos".
5648 * gdb.guile/Makefile.in: New file.
5649 * gdb.guile/guile.exp: New file.
5650 * gdb.guile/scm-arch.c: New file.
5651 * gdb.guile/scm-arch.exp: New file.
5652 * gdb.guile/scm-block.c: New file.
5653 * gdb.guile/scm-block.exp: New file.
5654 * gdb.guile/scm-breakpoint.c: New file.
5655 * gdb.guile/scm-breakpoint.exp: New file.
5656 * gdb.guile/scm-disasm.c: New file.
5657 * gdb.guile/scm-disasm.exp: New file.
5658 * gdb.guile/scm-equal.c: New file.
5659 * gdb.guile/scm-equal.exp: New file.
5660 * gdb.guile/scm-error.exp: New file.
5661 * gdb.guile/scm-error.scm: New file.
5662 * gdb.guile/scm-frame-args.c: New file.
5663 * gdb.guile/scm-frame-args.exp: New file.
5664 * gdb.guile/scm-frame-args.scm: New file.
5665 * gdb.guile/scm-frame-inline.c: New file.
5666 * gdb.guile/scm-frame-inline.exp: New file.
5667 * gdb.guile/scm-frame.c: New file.
5668 * gdb.guile/scm-frame.exp: New file.
5669 * gdb.guile/scm-generics.exp: New file.
5670 * gdb.guile/scm-gsmob.exp: New file.
5671 * gdb.guile/scm-iterator.c: New file.
5672 * gdb.guile/scm-iterator.exp: New file.
5673 * gdb.guile/scm-math.c: New file.
5674 * gdb.guile/scm-math.exp: New file.
5675 * gdb.guile/scm-objfile-script-gdb.in: New file.
5676 * gdb.guile/scm-objfile-script.c: New file.
5677 * gdb.guile/scm-objfile-script.exp: New file.
5678 * gdb.guile/scm-objfile.c: New file.
5679 * gdb.guile/scm-objfile.exp: New file.
5680 * gdb.guile/scm-ports.exp: New file.
5681 * gdb.guile/scm-pretty-print.c: New file.
5682 * gdb.guile/scm-pretty-print.exp: New file.
5683 * gdb.guile/scm-pretty-print.scm: New file.
5684 * gdb.guile/scm-section-script.c: New file.
5685 * gdb.guile/scm-section-script.exp: New file.
5686 * gdb.guile/scm-section-script.scm: New file.
5687 * gdb.guile/scm-symbol.c: New file.
5688 * gdb.guile/scm-symbol.exp: New file.
5689 * gdb.guile/scm-symtab-2.c: New file.
5690 * gdb.guile/scm-symtab.c: New file.
5691 * gdb.guile/scm-symtab.exp: New file.
5692 * gdb.guile/scm-type.c: New file.
5693 * gdb.guile/scm-type.exp: New file.
5694 * gdb.guile/scm-value-cc.cc: New file.
5695 * gdb.guile/scm-value-cc.exp: New file.
5696 * gdb.guile/scm-value.c: New file.
5697 * gdb.guile/scm-value.exp: New file.
5698 * gdb.guile/source2.scm: New file.
5699 * gdb.guile/types-module.cc: New file.
5700 * gdb.guile/types-module.exp: New file.
5701
7026a7c1
YQ
57022014-02-10 Yao Qi <yao@codesourcery.com>
5703
5704 PR testsuite/16543
5705 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
5706 * configure: Regenerated.
5707 * Makefile.in: New file.
5708
6c466447
AS
57092014-02-08 Andreas Schwab <schwab@linux-m68k.org>
5710
5711 * gdb.python/py-framefilter.exp: Fix typo.
5712
6e854735
YQ
57132014-02-08 Yao Qi <yao@codesourcery.com>
5714
5715 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
5716 that no =breakpoint-modified is emitted when breakpoints are
5717 modified through MI commands.
5718
d137e6dc
PA
57192014-02-07 Pedro Alves <pedro@codesourcery.com>
5720 Pedro Alves <palves@redhat.com>
5721
5722 * gdb.threads/step-after-sr-lock.c: New file.
5723 * gdb.threads/step-after-sr-lock.exp: New file.
5724
b5ee5a50
PA
57252014-02-07 Pedro Alves <palves@redhat.com>
5726
5727 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
5728
3c77faf3
JK
57292014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5730
5731 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
5732 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
5733
6dddc817
DE
57342014-02-06 Doug Evans <xdje42@gmail.com>
5735
5736 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
5737 output.
5738
5739 * gdb.gdb/python-interrupts.exp: New file.
5740
de7b2893
YQ
57412014-02-05 Yao Qi <yao@codesourcery.com>
5742
5743 * gdb.trace/report.exp (use_collected_data): Test the output
5744 of "info threads" and "info inferiors".
5745
66d032ac
YQ
57462014-02-05 Yao Qi <yao@codesourcery.com>
5747
5748 Revert this patch:
5749
5750 2013-05-24 Yao Qi <yao@codesourcery.com>
5751
5752 * gdb.trace/tfile.exp: Test inferior and thread.
5753
591a12a1
UW
57542014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5755
5756 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
5757 on a function.
5758 * gdb.base/step-bt.c: Call hello via function pointer to make
5759 sure its first instruction is executed on powerpc64le-linux.
5760
0ff3e01f
UW
57612014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5762
5763 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
5764
084ee545
UW
57652014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5766
5767 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
5768 of the test patterns for use on little-endian systems.
5769
6ed14ff3
UW
57702014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5771
5772 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
5773 (decimal_vector): Fix for little-endian.
5774
401e27fd
JM
57752014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
5776
5777 * gdb.arch/sparc-sysstep.exp: New file.
5778 * gdb.arch/sparc-sysstep.c: Likewise.
5779
5780 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
5781
8b924729
EBM
57822014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5783
5784 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
5785
fb151210
JB
57862014-01-23 Tom Tromey <tromey@redhat.com>
5787
5788 * gdb.ada/array_char_idx: New testcase.
5789
0740f8d8
TT
57902014-01-23 Tom Tromey <tromey@redhat.com>
5791
5792 PR python/16487:
5793 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
5794 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
5795 classes.
5796
21909fa1
TT
57972014-01-23 Tom Tromey <tromey@redhat.com>
5798
5799 PR python/16491:
5800 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
5801 string from an inferior frame.
5802 * gdb.python/py-framefilter-mi.exp: Update.
5803
87ce2a04
DE
58042014-01-22 Doug Evans <dje@google.com>
5805
5806 * gdb.server/server-mon.exp: Add tests for "set debug-format".
5807
237b092b
AA
58082014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5809
5810 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
5811
d674a709
AA
58122014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5813
5814 * gdb.trace/entry-values.exp: Remove excess space character from
5815 regex patterns. Handle s390 call instruction.
5816
20fa3390
AA
58172014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5818
5819 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
5820 define "*_start" label. Make "name" static.
5821 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
5822 ${name} by references to ${name}_start.
5823
78466714
AA
58242014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5825
5826 * gdb.base/info-macros.exp: Remove "debug" from the compile
5827 options.
5828
ec9f644a
IB
58292014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5830
5831 * gdb.dlang/demangle.exp: New file.
5832
94b1b47e
IB
58332014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5834
5835 * gdb.dlang/primitive-types.exp: New file.
5836
7f420862
IB
58372014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5838
5839 * configure.ac: Create gdb.dlang/Makefile.
5840 * configure: Regenerate.
5841 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
5842 * gdb.dlang/Makefile.in: New file.
5843 * lib/d-support.exp: New file.
5844 * lib/gdb.exp (skip_d_tests): New proc.
5845
52834460
MM
58462014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5847
5848 * gdb.btrace/delta.exp: Check reverse stepi.
5849 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
5850 * gdb.btrace/finish.exp: New.
5851 * gdb.btrace/next.exp: New.
5852 * gdb.btrace/nexti.exp: New.
5853 * gdb.btrace/record_goto.c: Add comments.
5854 * gdb.btrace/step.exp: New.
5855 * gdb.btrace/stepi.exp: New.
5856 * gdb.btrace/multi-thread-step.c: New.
5857 * gdb.btrace/multi-thread-step.exp: New.
5858 * gdb.btrace/rn-dl-bind.c: New.
5859 * gdb.btrace/rn-dl-bind.exp: New.
5860 * gdb.btrace/data.c: New.
5861 * gdb.btrace/data.exp: New.
5862 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5863
6e07b1d2
MM
58642014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5865
5866 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
5867 * gdb.btrace/exception.exp: Update.
5868 * gdb.btrace/instruction_history.exp: Update.
5869 * gdb.btrace/record_goto.exp: Update.
5870 * gdb.btrace/tailcall.exp: Update.
5871 * gdb.btrace/unknown_functions.exp: Update.
5872 * gdb.btrace/delta.exp: New.
5873
0b722aec
MM
58742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5875
5876 * gdb.btrace/record_goto.exp: Add backtrace test.
5877 * gdb.btrace/tailcall.exp: Add backtrace test.
5878
066ce621
MM
58792014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5880
5881 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
5882 * gdb.btrace/record_goto.c: New.
5883 * gdb.btrace/record_goto.exp: New.
5884 * gdb.btrace/x86-record_goto.S: New.
5885
0688d04e
MM
58862014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5887
5888 * gdb.btrace/function_call_history.exp: Update tests.
5889 * gdb.btrace/instruction_history.exp: Update tests.
5890
8710b709
MM
58912014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5892
5893 * gdb.btrace/function_call_history.exp: Fix expected field
5894 order for "record function-call-history".
5895 Add new tests for "record function-call-history /c".
5896 * gdb.btrace/exception.cc: New.
5897 * gdb.btrace/exception.exp: New.
5898 * gdb.btrace/tailcall.exp: New.
5899 * gdb.btrace/x86-tailcall.S: New.
5900 * gdb.btrace/x86-tailcall.c: New.
5901 * gdb.btrace/unknown_functions.c: New.
5902 * gdb.btrace/unknown_functions.exp: New.
5903 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5904
5de9129b
MM
59052014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5906
5907 * gdb.btrace/instruction_history.exp: Update.
5908 * gdb.btrace/function_call_history.exp: Update.
5909
23a7fe75
MM
59102014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5911
5912 * gdb.btrace/function_call_history.exp: Fix expected function
5913 trace.
5914 * gdb.btrace/instruction_history.exp: Initialize traced.
5915 Remove traced_functions.
5916
724c7dd8
MM
59172014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5918
5919 * gdb.btrace/function_call_history.exp: Update
5920 * gdb.btrace/instruction_history.exp: Update.
5921
6d78d93b
MM
59222014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5923
5924 * gdb.btrace/enable.exp: Update expected text.
5925
93a360cc
OJ
59262014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
5927
5928 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
5929 bytes.
5930
3772b53f
MR
59312014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
5932
5933 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
5934
596662fa
OJ
59352014-01-15 Omair Javaid <omair.javaid@linaro.org>
5936
5937 * lib/gdb.exp (supports_process_record): Return true for
5938 arm*-linux*. (supports_reverse): Likewise.
5939
b5b08fb4
SC
59402014-01-13 Siva Chandra Reddy <sivachandra@google.com>
5941
5942 PR python/15464
5943 PR python/16113
5944 * gdb.python/py-type.c: Enhance test case.
5945 * gdb.python/py-value-cc.cc: Likewise
5946 * gdb.python/py-type.exp: Add new tests.
5947 * gdb.python/py-value-cc.exp: Likewise
5948
52d7fb13
AA
59492014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
5950 Pedro Alves <palves@redhat.com>
5951
5952 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
5953 Make "name" extern.
5954 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
5955 references to ${name}_start by references to ${name}.
5956
a2cd8cfe
JB
59572014-01-10 Joel Brobecker <brobecker@adacore.com>
5958
5959 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
5960
4e23fced
JB
59612014-01-10 Joel Brobecker <brobecker@adacore.com>
5962
5963 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
5964
c6a9e42c
PA
59652014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
5966 Pedro Alves <palves@redhat.com>
5967
5968 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 5969 mi_gdb_target_load.
c6a9e42c 5970
b7ea362b
PA
59712014-01-08 Pedro Alves <palves@redhat.com>
5972
5973 * gdb.threads/reconnect-signal.c: New file.
5974 * gdb.threads/reconnect-signal.exp: New file.
5975
5e3f4fab
EBM
59762014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5977
5978 * gdb.base/source-dir.exp: New file.
5979
79301218
JB
59802014-01-07 Joel Brobecker <brobecker@adacore.com>
5981
5982 * gdb.ada/mi_interface: New testcase.
5983
8e355c5d
JB
59842014-01-07 Joel Brobecker <brobecker@adacore.com>
5985
5986 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
5987 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
5988 gdb.ada/pp-rec-component/pck.ads: New files.
5989
c0d48811
JB
59902014-01-07 Joel Brobecker <brobecker@adacore.com>
5991
5992 * gdb.python/py-pp-integral.c: New file.
5993 * gdb.python/py-pp-integral.py: New file.
5994 * gdb.python/py-pp-integral.exp: New file.
5995
17b609c3 5996For older changes see ChangeLog-1993-2013.
c906108c 5997\f
8d8cb839
EZ
5998;; Local Variables:
5999;; mode: change-log
6000;; left-margin: 8
6001;; fill-column: 74
6002;; version-control: never
6003;; End:
902f2ccb 6004
32d0add0 6005 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
6006 Copying and distribution of this file, with or without modification,
6007 are permitted provided the copyright notice and this notice are preserved.