]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
4dafcdeb
JB
12015-08-12 Joel Brobecker <brobecker@adacore.com>
2
3 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
4 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5 gdb.base/dso2dso.exp: New files.
6
5ba32597
SDJ
72015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
8 Pedro Alves <palves@redhat.com>
9 Keith Seitz <keiths@redhat.com>
10
11 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12 GDBFLAGS.
13
b6dafabf
PP
142015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15
16 * gdb.base/gdbhistsize-history.exp
17 (test_histsize_history_setting): Use save_vars.
18 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
19 Use save_vars.
20 (test_no_truncation_of_unlimited_history_file): Use save_vars.
21 * gdb.base/readline.exp: Use save_vars.
22
abe8e607
PP
232015-08-12 Patrick Palka <patrick@parcs.ath.cx>
24
25 * lib/gdb.exp (save_vars): New proc.
26
629500fa
KS
272015-08-11 Keith Seitz <keiths@redhat.com>
28
29 * gdb.base/help.exp: Update help_breakpoint_text.
30
eb8c4e2e
KS
312015-08-11 Keith Seitz <keiths@redhat.com>
32
33 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
34 (at toplevel): Call test_explicit_breakpoints.
35 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
36 breakpoints.
37 * lib/mi-support.exp (mi_make_breakpoint): Add support for
38 breakpoint conditions, "-cond".
39
87f0e720
KS
402015-08-11 Keith Seitz <keiths@redhat.com>
41
42 * gdb.linespec/3explicit.c: New file.
43 * gdb.linespec/cpexplicit.cc: New file.
44 * gdb.linespec/cpexplicit.exp: New file.
45 * gdb.linespec/explicit.c: New file.
46 * gdb.linespec/explicit.exp: New file.
47 * gdb.linespec/explicit2.c: New file.
48 * gdb.linespec/ls-errs.exp: Add explicit location tests.
49 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
50 before using in the matching pattern.
51 Clarify that `prefix' is a regular expression.
52
f00aae0f
KS
532015-08-11 Keith Seitz <keiths@redhat.com>
54
55 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
56 test.
57 Add tests for missing ",FMT" and ",".
58
e27852be
DE
592015-08-10 Doug Evans <dje@google.com>
60 Keith Seitz <keiths@redhat.com>
61
62 PR gdb/17960
63 * gdb.base/completion.exp: Add location completer tests.
64
7f03bd92
PA
652015-08-07 Pedro Alves <palves@redhat.com>
66
67 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
68 tests here.
69 (top level): Run do_test with and without displaced stepping.
70
3fc8eb30
PA
712015-08-07 Pedro Alves <palves@redhat.com>
72
73 * gdb.base/valgrind-disp-step.c: New file.
74 * gdb.base/valgrind-disp-step.exp: New file.
75
d4569d7b
PA
762015-08-07 Pedro Alves <palves@redhat.com>
77
78 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
79 Delete function.
80 (main): Add alarm. Run an infinite loop instead of calling
81 wait_threads.
82 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
83 comment.
84 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
85 Delete function.
86 (main): Add alarm. Run an infinite loop instead of calling
87 wait_threads.
88 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
89 comment.
90
e1316e60
PA
912015-08-07 Pedro Alves <palves@redhat.com>
92
93 * gdb.base/checkpoint-ns.exp: New file.
94 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
95 standard_testfile.
96
da8c46d2
MM
972015-08-07 Markus Metzger <markus.t.metzger@intel.com>
98
99 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
100 * gdb.btrace/instruction_history.exp: Update.
101 * gdb.btrace/tsx.exp: New.
102 * gdb.btrace/tsx.c: New.
103
de1c2c52
PA
1042015-08-06 Pedro Alves <palves@redhat.com>
105
106 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
107 increase timeout.
108 * gdb.reverse/until-precsave.exp: Bump timeouts.
109
782e0bf4
PA
1102015-08-06 Pedro Alves <palves@redhat.com>
111
112 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
113
83e97ed0
PA
1142015-08-06 Pedro Alves <palves@redhat.com>
115
116 PR gdb/18749
117 * gdb.threads/process-dies-while-handling-bp.c: New file.
118 * gdb.threads/process-dies-while-handling-bp.exp: New file.
119
863d01bd
PA
1202015-08-06 Pedro Alves <palves@redhat.com>
121
122 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
123 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
124
0a39bb32
PA
1252015-08-05 Pedro Alves <palves@redhat.com>
126
127 * gdb.threads/next-while-other-thread-longjmps.c: New file.
128 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
129
ee2d2b10
SL
1302015-08-03 Sandra Loosemore <sandra@codesourcery.com>
131
132 * gdb.base/bp-permanent.exp: Report test as unsupported if
133 the target cannot stop at the permanent breakpoint.
134
4e1bdb00
DE
1352015-08-03 Doug Evans <dje@google.com>
136
137 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
138 10000.
139
3d338901
DE
1402015-08-03 Doug Evans <dje@google.com>
141
142 * Makefile.in (workers/%.worker, build-perf): New rule.
143 (GDB_PERFTEST_MODE): New variable.
144 (check-perf): Use it.
145 (clean): Clean up gdb.perf parallel build subdirs.
146 * lib/build-piece.exp: New file.
147 * lib/gdb.exp (make_gdb_parallel_path): New function
148 (standard_output_file, standard_temp_file): Call it.
149 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
150 of $GDB_PARALLEL.
151 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
152
af061d3e
DE
1532015-08-03 Doug Evans <dje@google.com>
154
8e1afc81 155 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
156 (LOG_FILE_NAME): New global.
157 (TextReporter.__init__): Initialize self.txt_sum.
158 (TextReporter.report): Add support for multiple data-points.
159 Move report to perftest.sum, put raw data in perftest.log.
160 (TextReporter.start): Open sum and log files.
161 (TextReporter.end): Close sum and log files.
8e1afc81
DE
162 * gdb.perf/lib/perftest/testresult.py
163 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 164
2c8c5d37
PA
1652015-07-31 Pedro Alves <palves@redhat.com>
166
167 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
168 Use spawn_id_get_pid. Wait for spawn id after eof. Use
169 kill_wait_spawned_process instead of explicit "kill -9".
170 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
171 returning a spawn id instead of a pid. Use spawn_id_get_pid and
172 kill_wait_spawned_process.
173 * gdb.base/attach-twice.exp: Likewise.
174 * gdb.base/attach.exp: Likewise.
175 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
176 gdb_test_multiple.
177 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
178 returning a spawn id instead of a pid. Use spawn_id_get_pid and
179 kill_wait_spawned_process.
180 * gdb.base/valgrind-infcall.exp: Likewise.
181 * gdb.multi/multi-attach.exp: Likewise.
182 * gdb.python/py-prompt.exp: Likewise.
183 * gdb.python/py-sync-interp.exp: Likewise.
184 * gdb.server/ext-attach.exp: Likewise.
185 * gdb.threads/attach-into-signal.exp (corefunc): Use
186 spawn_wait_for_attach, spawn_id_get_pid and
187 kill_wait_spawned_process.
188 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
189 spawn_wait_for_attach returning a spawn id instead of a pid. Use
190 spawn_id_get_pid and kill_wait_spawned_process.
191 * gdb.threads/attach-stopped.exp (corefunc): Use
192 spawn_wait_for_attach, spawn_id_get_pid and
193 kill_wait_spawned_process.
194 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
195 Use spawn_id_get_pid. Wait for spawn id after eof. Use
196 kill_wait_spawned_process instead of explicit "kill -9".
197 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
198 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
199 (spawn_wait_for_attach): Use spawn instead of exec to spawn
200 processes. Don't map cygwin/windows pids here. Now returns a
201 spawn id list.
202
032a0fca
SL
2032015-07-30 Sandra Loosemore <sandra@codesourcery.com>
204
205 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
206 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
207 correct patch.
208
61a934ca
SL
2092015-07-30 Sandra Loosemore <sandra@codesourcery.com>
210
211 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
212
4bc4d428
SL
2132015-07-30 Sandra Loosemore <sandra@codesourcery.com>
214
215 Reapply:
216 2014-05-21 Mark Wielaard <mjw@redhat.com>
217
218 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
219
998d452a
PA
2202015-07-30 Pedro Alves <palves@redhat.com>
221
222 * linux-low.c (handle_extended_wait): Set the child's last
223 reported status to TARGET_WAITKIND_STOPPED.
224
69dde7dc
PA
2252015-07-30 Pedro Alves <palves@redhat.com>
226
227 PR threads/18600
228 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
229 only shows inferior 1.
230
4dd63d48
PA
2312015-07-30 Simon Marchi <simon.marchi@ericsson.com>
232 Pedro Alves <palves@redhat.com>
233
234 PR threads/18600
235 * gdb.threads/fork-plus-threads.c: New file.
236 * gdb.threads/fork-plus-threads.exp: New file.
237
d618e4c5
PP
2382015-07-29 Patrick Palka <patrick@parcs.ath.cx>
239
240 * gdb.base/batch-preserve-term-settings.exp
241 (test_terminal_settings_preserved_after_cli_exit): Use
242 send_quit_command.
243
1eef6428
PA
2442015-07-29 Pedro Alves <palves@redhat.com>
245 Don Breazeal <donb@codesourcery.com>
246
247 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
248 output from both inferior_spawn_id and gdb_spawn_id.
249
7da5b897
SDJ
2502015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
251
252 * gdb.threads/attach-into-signal.exp (corefunc): Use
253 with_test_prefix on nested loops, uniquefying the test messages.
254
dac804df
SDJ
2552015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
256
257 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
258 commit.
259
06265e53
PP
2602015-07-29 Patrick Palka <patrick@parcs.ath.cx>
261
262 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
263 New proc.
264 (test_terminal_settings_preserved_after_sigterm): New test.
265
18206ca3
PP
2662015-07-29 Patrick Palka <patrick@parcs.ath.cx>
267
268 * gdb.base/batch-preserve-term-settings.exp
269 (test_terminal_settings_preserved_after_cli_exit): New test.
270
90074d11
PP
2712015-07-29 Patrick Palka <patrick@parcs.ath.cx>
272
273 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
274 manipulation of saved_gdbflags.
275 (test_terminal_settings_preserved): Remove global declaration of
276 the unused variable pagination_prompt. Remove manipulation of
277 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
278 GDBFLAGS.
279
eb1a7902
PA
2802015-07-29 Pedro Alves <palves@redhat.com>
281
282 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
283
8b75dd3b
PA
2842015-07-29 Pedro Alves <palves@redhat.com>
285
286 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
287 at the top.
288
dedad4e3
PA
2892015-07-29 Pedro Alves <palves@redhat.com>
290
291 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
292 (main): Call gdb_unbuffer_output.
293 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
294 (main): Call gdb_unbuffer_output.
295 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
296 (main): Call gdb_unbuffer_output.
297 * gdb.base/call-strs.exp: Adjust to step over the
298 gdb_unbuffer_output call.
299 * gdb.base/catch-gdb-caused-signals.c: Include
300 "../lib/unbuffer_output.c".
301 (main): Call gdb_unbuffer_output.
302 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
303 (main): Call gdb_unbuffer_output.
304 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
305 (main): Call gdb_unbuffer_output.
306 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
307 (main): Call gdb_unbuffer_output.
308 * gdb.base/shlib-call.exp: Adjust to step over the
309 gdb_unbuffer_output call.
310 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
311 (main): Call gdb_unbuffer_output.
312 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
313 (main): Call gdb_unbuffer_output.
314 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
315 (main): Rename to ...
316 (test): ... this.
317 (main): Reimplement.
318 * gdb.base/varargs.exp: Run to test instead of to main.
319 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
320 (main): Call gdb_unbuffer_output.
321
58789a91
PA
3222015-07-29 Pedro Alves <palves@redhat.com>
323
324 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
325 factore out from mi_continue_dprintf. For call-style dprintfs,
326 expect dprintf output out of $inferior_spawn_id.
327 (mi_continue_dprintf): Use mi_expect_dprintf.
328 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
329 (main): Call gdb_unbuffer_output.
330
e8376742
PA
3312015-07-29 Pedro Alves <palves@redhat.com>
332
333 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
334 (default_mi_gdb_start): Set inferior_spawn_id instead of
335 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
336 gdb_spawn_id.
337 (mi_gdb_test): Always expect inferior output from both
338 $inferior_spawn_id and $gdb_spawn_id.
339
08280010
PA
3402015-07-29 Pedro Alves <palves@redhat.com>
341
342 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
343 send_inferior and $inferior_spawn_id.
344
4d30e432
PA
3452015-07-29 Pedro Alves <palves@redhat.com>
346
347 * gdb.gdb/complaints.exp (test_initial_complaints)
348 (test_serial_complaints, test_short_complaints): Use
349 gdb_test_stdio.
350 (test_empty_complaint): Handle $inferior_spawn_id !=
351 $gdb_spawn_id.
352
0d30a335
PA
3532015-07-29 Pedro Alves <palves@redhat.com>
354
355 * gdb.base/varargs.exp: Use gdb_test_stdio.
356
39413b29
PA
3572015-07-29 Pedro Alves <palves@redhat.com>
358
359 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
360
7cb000a9
PA
3612015-07-29 Pedro Alves <palves@redhat.com>
362
363 * gdb.base/ending-run.exp: Use gdb_test_stdio.
364
d7b8ac82
PA
3652015-07-29 Pedro Alves <palves@redhat.com>
366
367 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
368 parameter into two new parameters, "inf_result" and "gdb_result".
369 Expect inferior output and gdb output from $inferior_spawn_id and
370 $gdb_spawn_id, respectively. Adjust all callers.
371
789c3a0c
PA
3722015-07-29 Pedro Alves <palves@redhat.com>
373
374 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
375 of gdb_test_sequence.
376
77e760c3
PA
3772015-07-29 Pedro Alves <palves@redhat.com>
378
379 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
380 (saw_spurious_output): Expect inferior output from
381 $inferior_spawn_id. Use gdb_test_stdio.
382
8396d2cd
PA
3832015-07-29 Pedro Alves <palves@redhat.com>
384
385 * gdb.base/dprintf.exp: Use standard_testfile. Change
386 prepare_for_testing call.
387 (srcfile): Don't set.
388 (restart): New procedure.
389 (test_dprintf): New procecure, use to continue over dprintfs.
390 (test_call, test_agent): New procedures, tests moved here.
391 Restart gdb and recreate dprintfs. Adjust expected output.
392
2051d61f
PA
3932015-07-29 Pedro Alves <palves@redhat.com>
394
395 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
396
452397af
PA
3972015-07-29 Pedro Alves <palves@redhat.com>
398
399 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
400
8aed9555
PA
4012015-07-29 Pedro Alves <palves@redhat.com>
402
403 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
404 gdb_test_stdio.
405
188a61b4
PA
4062015-07-29 Pedro Alves <palves@redhat.com>
407
408 * lib/gdb.exp (gdb_test_stdio): New procedure.
409
12264a45
PA
4102015-07-29 Pedro Alves <palves@redhat.com>
411
412 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
413
23ffc893
PA
4142015-07-29 Pedro Alves <palves@redhat.com>
415
416 * gdb.base/call-signal-resume.exp: Remove check for
417 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
418 * gdb.base/unwindonsignal.exp: Likewise.
419 * gdb.base/call-signals.c (gen_signal): Remove printf call.
420 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
421
65566918
PA
4222015-07-29 Pedro Alves <palves@redhat.com>
423
424 * gdb.base/siginfo-addr.c (pass): New function.
425 (handler): Call it iff si_addr is correct.
426 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
427 Set a breakpoint at "pass" and continue to it.
428
d60a9221
SDJ
4292015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
430
431 * gdb.python/py-objfile.exp: Make some tests have unique names.
432 * gdb.python/py-pp-registration.exp: Likewise.
433
bde40b8f
PA
4342015-07-28 Pedro Alves <palves@redhat.com>
435
436 * gdb.server/server-exec-info.exp: Issue a "disconnect".
437
13e1dec8
SM
4382015-07-27 Simon Marchi <simon.marchi@ericsson.com>
439
440 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
441
da33c9a7
SM
4422015-07-27 Simon Marchi <simon.marchi@ericsson.com>
443
444 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
445
077836f7
PP
4462015-07-27 Patrick Palka <patrick@parcs.ath.cx>
447
448 * gdb.base/gdb-sigterm-2.exp: New test.
449
b8cc7b2e
DE
4502015-07-25 Doug Evans <xdje42@gmail.com>
451
452 Revert:
453 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
454 (workers/%.worker, build-perf): New rule.
455 (GDB_PERFTEST_MODE): New variable.
456 (check-perf): Use it.
457 (clean): Clean up gdb.perf parallel build subdirs.
458 * lib/build-piece.exp: New file.
459 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
460 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
461 name.
462 (standard_temp_file): Ditto.
463 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
464 of $GDB_PARALLEL.
465
c8bd4544
DE
4662015-07-24 Doug Evans <dje@google.com>
467
468 * gdb.perf/lib/perftest/utils.py: New file.
469 * gdb.perf/gm-hello.cc: New file.
470 * gdb.perf/gm-pervasive-typedef.cc: New file.
471 * gdb.perf/gm-pervasive-typedef.h: New file.
472 * gdb.perf/gm-std.cc: New file.
473 * gdb.perf/gm-std.h: New file.
474 * gdb.perf/gm-use-cerr.cc: New file.
475 * gdb.perf/gm-utils.h: New file.
476 * gdb.perf/gmonster-null-lookup.py: New file.
477 * gdb.perf/gmonster-pervasive-typedef.py: New file.
478 * gdb.perf/gmonster-print-cerr.py: New file.
479 * gdb.perf/gmonster-ptype-string.py: New file.
480 * gdb.perf/gmonster-runto-main.py: New file.
481 * gdb.perf/gmonster-select-file.py: New file.
482 * gdb.perf/gmonster1-null-lookup.exp: New file.
483 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
484 * gdb.perf/gmonster1-print-cerr.exp: New file.
485 * gdb.perf/gmonster1-ptype-string.exp: New file.
486 * gdb.perf/gmonster1-runto-main.exp: New file.
487 * gdb.perf/gmonster1-select-file.exp: New file.
488 * gdb.perf/gmonster1.cc: New file.
489 * gdb.perf/gmonster1.exp: New file.
490 * gdb.perf/gmonster2-null-lookup.exp: New file.
491 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
492 * gdb.perf/gmonster2-print-cerr.exp: New file.
493 * gdb.perf/gmonster2-ptype-string.exp: New file.
494 * gdb.perf/gmonster2-runto-main.exp: New file.
495 * gdb.perf/gmonster2-select-file.exp: New file.
496 * gdb.perf/gmonster2.cc: New file.
497 * gdb.perf/gmonster2.exp: New file.
498
6eab34f3
DE
4992015-07-24 Doug Evans <dje@google.com>
500
501 * gdb.perf/README: New file.
502 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
503 * lib/gen-perf-test.exp: New file.
504
63738bfd
DE
5052015-07-24 Doug Evans <dje@google.com>
506
507 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
508 (PerfTest::startup): New function.
509 (PerfTest::run): Return result of calling body.
510 (PerfTest::assemble): Rewrite.
511 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
512 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
513 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
514 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
515 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
516
7b606f95
DE
5172015-07-24 Doug Evans <dje@google.com>
518
519 * lib/gdb.exp (clean_restart): Make executable optional.
520
a97b16b8
DE
5212015-07-24 Doug Evans <dje@google.com>
522
523 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
524 compiler_info references.
525 * gdb.cp/temargs.exp: Ditto.
526 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
527 (get_compiler_info): Early exit if already computed. Set compiler_info
528 to "unknown" if there was a problem.
529 (test_compiler_info): Add function comment. Call get_compiler_info.
530
35baa57f
DE
5312015-07-24 Doug Evans <dje@google.com>
532
533 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
534 (workers/%.worker, build-perf): New rule.
535 (GDB_PERFTEST_MODE): New variable.
536 (check-perf): Use it.
537 (clean): Clean up gdb.perf parallel build subdirs.
538 * lib/build-piece.exp: New file.
539 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
540 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
541 name.
542 (standard_temp_file): Ditto.
543 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
544 of $GDB_PARALLEL.
545
6ebea266
DE
5462015-07-24 Doug Evans <dje@google.com>
547
548 * lib/future.exp (gdb_default_target_compile): New option
549 "early_flags".
550 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
551 --as-needed.
552
1e76a7e9
SDJ
5532015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
554
555 * gdb.base/catch-syscall.exp: Call gdb_exit before
556 gdb_skip_xml_test.
557
5068630a
PA
5582015-07-24 Pedro Alves <palves@redhat.com>
559
560 * gdb.python/py-events.exp: Accept output between the stop event
561 and the prompt.
562 * gdb.python/py-evsignal.exp: Likewise.
563 * gdb.python/py-evthreads.exp: Likewise.
564
77598427
PA
5652015-07-24 Pedro Alves <palves@redhat.com>
566
567 PR gdb/18717
568 * gdb.threads/non-ldr-exit.c: New file.
569 * gdb.threads/non-ldr-exit.exp: New file.
570
11e6c98f
YQ
5712015-07-24 Yao Qi <yao.qi@linaro.org>
572
573 * gdb.server/ext-wrapper.exp: Test --wrapper option when
574 restarting process.
575
51aee833
YQ
5762015-07-24 Yao Qi <yao.qi@linaro.org>
577
578 * gdb.server/ext-restart.exp: New file.
579
8cfe207c
YQ
5802015-07-24 Yao Qi <yao.qi@linaro.org>
581
582 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
583 argument options.
584 * gdb.server/ext-wrapper.exp: New file.
585
cc12ce38
DE
5862015-07-23 Doug Evans <dje@google.com>
587
588 * gdb.dwarf2/dw2-dummy-cu.S: New file.
589 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
590
d0d84780
PMR
5912015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
592
593 * gdb.ada/var_arr_typedef.exp: New testcase.
594 * gdb.ada/var_arr_typedef/pack.adb: New file.
595 * gdb.ada/var_arr_typedef/pack.ads: New file.
596 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
597
8b558f79
JB
5982015-07-20 Joel Brobecker <brobecker@adacore.com>
599
600 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
601
775a3298
JK
6022015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
603
604 * gdb.arch/i386-biarch-core.exp: Replace istarget
605 by "complete set gnutarget". Remove expectation for the "core-file"
606 command.
607
db1ff28b
JK
6082015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
609
610 Revert the previous commit:
611 Tests for validate symbol file using build-id.
612
0a94970d
JK
6132015-07-15 Aleksandar Ristovski <aristovski@qnx.com
614
615 Tests for validate symbol file using build-id.
616 * gdb.base/solib-mismatch-lib.c: New file.
617 * gdb.base/solib-mismatch-libmod.c: New file.
618 * gdb.base/solib-mismatch.c: New file.
619 * gdb.base/solib-mismatch.exp: New file.
620
03346981
SL
6212015-07-15 Sandra Loosemore <sandra@codesourcery.com>
622
623 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
624 nios2-*-linux*.
625 * gdb.base/sigbpt.exp (stepi_out): Likewise.
626 * gdb.base/siginfo.exp: Likewise.
627 * gdb.base/sigstep.exp (advance, advancei): Likewise.
628
42422cc7
PL
6292015-07-15 Pierre Langlois <pierre.langlois@arm.com>
630
631 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
632 Move it to ...
633 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
634 ... here.
635 * gdb.trace/range-stepping.exp: Check that the target supports
636 range stepping.
637
cfa68bae
JK
6382015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
639
640 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
641
8ffdba26
PA
6422015-07-14 Pedro Alves <palves@redhat.com>
643
644 * gdb.base/killed-outside.exp: New file.
645 * gdb.base/killed-outside.c: New file.
646
218a5a11
JK
6472015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
648
649 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
650 (n at main): New.
651 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
652
e03ed3c6
AA
6532015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
654
655 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
656 infcall tests instead of setting up for KFAIL.
657
485668e5
MM
6582015-07-10 Markus Metzger <markus.t.metzger@intel.com>
659
660 * gdb.btrace/record_goto-step.exp: New.
661
08464196
JK
6622015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
663
664 PR compile/18484
665 * gdb.compile/compile.c (struct struct_type): Add volatile to
666 selffield's type.
667 * gdb.compile/compile.exp
668 (compile code struct_object.selffield = &struct_object): Skip further
669 struct_object tests if this one xfails.
670
bcf5c1d9
RC
6712015-07-08 Robert O'Callahan <robert@ocallahan.org>
672
673 PR exp/18617
674 * gdb.trace/ax.exp: Add test.
675
4931af25
YQ
6762015-07-07 Yao Qi <yao.qi@linaro.org>
677
678 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
679 instead of istarget "aarch64*-*-*".
680 * gdb.arch/aarch64-fp.exp: Likewise.
681 * gdb.base/float.exp: Likewise.
682 * gdb.reverse/aarch64.exp: Likewise.
683 * lib/gdb.exp (is_aarch64_target): New proc.
684
9fcf688e
YQ
6852015-07-07 Yao Qi <yao.qi@linaro.org>
686
687 * lib/gdb.exp (is_aarch32_target): New proc.
688 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
689 instead of "istarget "arm*-*-*"".
690 * gdb.arch/arm-disp-step.exp: Likewise.
691 * gdb.arch/thumb-bx-pc.exp: Likewise.
692 * gdb.arch/thumb-prologue.exp: Likewise.
693 * gdb.arch/thumb-singlestep.exp: Likewise.
694 * gdb.base/disp-step-syscall.exp: Likewise.
695 * gdb.base/float.exp: Likewise.
696
fbd8d50d
YQ
6972015-07-07 Yao Qi <yao.qi@linaro.org>
698
699 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
700 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
701
71be1fdc
YQ
7022015-07-07 Yao Qi <yao.qi@linaro.org>
703
704 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
705 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
706 if it exists.
707 * gdb.multi/multi-arch.exp: Likewise.
708
3e221d36
SM
7092015-07-07 Simon Marchi <simon.marchi@ericsson.com>
710
711 * gdb.python/py-lazy-string.exp: Add missing parentheses to
712 print.
713
d441430b
YQ
7142015-07-07 Yao Qi <yao.qi@linaro.org>
715
716 * gdb.arch/thumb-singlestep.exp: Do one more single step.
717
06f810bd
MG
7182015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
719
720 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
721 '[' and ']' characters.
722
5e61e7c0
IB
7232015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
724
725 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
726
28bf096c
PA
7272015-06-29 Pedro Alves <palves@redhat.com>
728
729 PR threads/18127
730 * gdb.threads/hand-call-new-thread.c: New file.
731 * gdb.threads/hand-call-new-thread.c: New file.
732
ee93cd5e
KS
7332015-06-26 Keith Seitz <keiths@redhat.com>
734 Doug Evans <dje@google.com>
735
736 PR 16253
737 * gdb.cp/var-tag-2.cc: New file.
738 * gdb.cp/var-tag-3.cc: New file.
739 * gdb.cp/var-tag-4.cc: New file.
740 * gdb.cp/var-tag.cc: New file.
741 * gdb.cp/var-tag.exp: New file.
742
fc637f04
PP
7432015-06-26 Patrick Palka <patrick@parcs.ath.cx>
744
745 * gdb.base/history-duplicates.exp: New test.
746
2e52ae68
PP
7472015-06-26 Patrick Palka <patrick@parcs.ath.cx>
748
749 * gdb.base/completion.exp: Test the completion of the "focus"
750 command.
751
6e22494e
JK
7522015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
753
754 * gdb.arch/amd64-prologue-skip.S: New file.
755 * gdb.arch/amd64-prologue-skip.exp: New file.
756
bf7b9cd9
SM
7572015-06-25 Simon Marchi <simon.marchi@ericsson.com>
758
759 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
760 is_address_zero_readable check.
761
201e8dfd
PB
7622015-06-24 Peter Bergner <bergner@vnet.ibm.com>
763
764 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
765 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
766
5cd867b4
YQ
7672015-06-24 Yao Qi <yao.qi@linaro.org>
768
769 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
770 linux targets.
771
4d7be007
YQ
7722015-06-24 Yao Qi <yao.qi@linaro.org>
773
774 * lib/gdb.exp (supports_get_siginfo_type): New proc.
775 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
776 * gdb.base/siginfo-thread.exp: Likewise.
777
07fcd301
YQ
7782015-06-22 Yao Qi <yao.qi@linaro.org>
779
780 * boards/remote-gdbserver-on-localhost.exp: Add comments.
781
52042a00
YQ
7822015-06-22 Yao Qi <yao.qi@linaro.org>
783
784 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
785 aarch64*-*-*.
786 (skip_hw_watchpoint_tests): Likewise.
787
74bd41ce
PP
7882015-06-18 Patrick Palka <patrick@parcs.ath.cx>
789
790 * gdb.base/gdbinit-history.exp: Test the interaction between
791 setting GDBHISTSIZE and setting the history size via .gdbinit.
792
bc460514
PP
7932015-06-17 Patrick Palka <patrick@parcs.ath.cx>
794
795 PR gdb/16999
796 * gdb.base/gdbhistsize-history.exp: New test.
797
b58c513b
PP
7982015-06-17 Patrick Palka <patrick@parcs.ath.cx>
799
800 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
801 with GDBHISTSIZE.
802 * gdb.base/readline.exp: Likewise.
803
92046791
YQ
8042015-06-17 Yao Qi <yao.qi@linaro.org>
805
806 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
807 line.
808
2093d2d3
PP
8092015-06-17 Patrick Palka <patrick@parcs.ath.cx>
810
811 * gdb.base/gdbinit-history.exp: Add test case to check that
812 an unlimited history file does not get truncated on exit.
813
e6c693af
AA
8142015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
815
816 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
817 (VECTOR): New macro. Use it...
818 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
819 ...for these typedefs.
820 (int8, char1, int1, double1): New typedefs.
821 (struct just_int2, struct two_int2): New structures.
822 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
823 (add_structvecs, add_singlevecs): New functions.
824 (main): Call add_some_intvecs twice.
825 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
826 the compile and exit upon failure. Try compiling for the "native"
827 architecture. Test inferior function calls with vector arguments
828 and vector return value handling with "finish" and "return".
829
c74f7d1c
JT
8302015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
831
832 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
833 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
834 PE file.
835 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
836
98aa42ee
AT
8372015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
838
839 PR breakpoints/16465
840 * gdb.mi/mi-dprintf-pending.c: New file.
841 * gdb.mi/mi-dprintf-pending.exp: New test.
842 * gdb.mi/mi-dprintf-pendshr.c: New file.
843
7d73c23c 8442015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 845 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
846
847 * gdb.arch/i386-mpx-map.c: New file.
848 * gdb.arch/i386-mpx-map.exp: New File.
849
8502015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
851
852 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
853 * gdb.arch/i386-mpx.exp: Indentation fixed.
854
8552015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
856
857 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
858 function and improved indentation.
859 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
860 gdb_test_multiple. Added additional tests to skip the test.
861
8622015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
863
864 * gdb.arch/i386-avx512.c: Change path in include file.
865 * gdb.arch/i386-avx512.exp: Change include dir path
866 compilation flag.
867 * gdb.arch/i386-mpx.c: Change path in include file.
868 * gdb.arch/i386-mpx.exp: Change include dir path compilation
869 flag.
870
d5eba19a
JK
8712015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
872
873 * gdb.compile/compile-print.exp (compile print *vararray@3)
874 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
875
7f361056
JK
8762015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
877
878 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
879 (do not keep jit in memory): ... this.
880 (expect 5): Change it to ...
881 (expect no 5): ... this.
882
3b462ec2
SM
8832015-06-02 Simon Marchi <simon.marchi@ericsson.com>
884
885 PR gdb/15564
886 * gdb.mi/mi-detach.exp: New file.
887
e0619de6
JK
8882015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
889
890 PR symtab/18392
891 * gdb.arch/amd64-tailcall-self.S: New file.
892 * gdb.arch/amd64-tailcall-self.c: New file.
893 * gdb.arch/amd64-tailcall-self.exp: New file.
894
e970cb34
DB
8952015-05-28 Don Breazeal <donb@codesourcery.com>
896
897 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
898 tests for remote targets by checking is_target_gdbserver.
899
b2e2f908
DE
9002015-05-27 Doug Evans <dje@google.com>
901
902 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
903 * gdb.dwarf2/opaque-type-lookup.c: New file.
904 * gdb.dwarf2/opaque-type-lookup.exp: New file.
905
82c7be31
DE
9062015-05-26 Doug Evans <dje@google.com>
907
908 * gdb.cp/iostream.cc: New file.
909 * gdb.cp/iostream.exp: New file.
910
b4f54984
DE
9112015-05-26 Doug Evans <dje@google.com>
912
913 * gdb.dwarf2/dw2-op-call.exp: Update.
914 * gdb.dwarf2/dw4-sig-types.exp: Update.
915 * gdb.dwarf2/implptr.exp: Update.
916 * gdb.mi/mi-cmd-param-changed.exp: Update.
917
4ea6efe9
DE
9182015-05-26 Doug Evans <dje@google.com>
919
920 * gdb.python/py-lazy-string.c: New file.
921 * gdb.python/py-lazy-string.exp: New file.
922 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
923 (main): Update. Add estring3.
924 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
925 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
926
f6bb7db3
YQ
9272015-05-26 Omair Javaid <omair.javaid@linaro.org>
928 Yao Qi <yao.qi@linaro.org>
929
930 * gdb.reverse/aarch64.c: New.
931 * gdb.reverse/aarch64.exp: New.
932
a81bfbd0
OJ
9332015-05-26 Omair Javaid <omair.javaid@linaro.org>
934
935 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
936 (supports_reverse): Likewise.
937
158bf1b4
PP
9382015-05-22 Patrick Palka <patrick@parcs.ath.cx>
939
940 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
941 Use with_test_prefix.
942
a0145030
AB
9432015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
944
945 * gdb.base/completion.exp: Add test for completion of layout
946 names.
947
ebe3b578
AB
9482015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
949
950 * lib/gdb.exp (skip_tui_tests): New proc.
951 * gdb.base/tui-layout.exp: Check skip_tui_tests.
952
84204ed7
PA
9532015-05-19 Pedro Alves <palves@redhat.com>
954
955 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
956 Save the whole env array instead of just HOME. Unset HISTSIZE in
957 the environment while testing. Restore whole environment
958 afterwards.
959
37442ce1
DE
9602015-05-16 Doug Evans <xdje42@gmail.com>
961
962 * gdb.guile/scm-ports.c: New file.
963 * gdb.guile/scm-ports.exp: Add memory port tests.
964
36de76f9
JK
9652015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
966
967 * gdb.compile/compile-print.c: New file.
968 * gdb.compile/compile-print.exp: New file.
969
3a9558c4
JK
9702015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
971
972 * gdb.compile/compile-ops.exp: Cast param to void.
973 * gdb.compile/compile.exp: Complete type for _gdb_expr.
974 (compile code struct_object.selffield = &struct_object): Add xfail.
975
aa715135
JG
9762015-05-15 Joel Brobecker <brobecker@adacore.com>
977
978 * gdb.ada/arr_enum_with_gap: New testcase.
979
931e5bc3
JG
9802015-05-15 Joel Brobecker <brobecker@adacore.com>
981
982 * gdb.ada/byte_packed_arr: New testcase.
983
9cd4d857
JB
9842015-05-15 Joel Brobecker <brobecker@adacore.com>
985
986 * gdb.ada/pckd_neg: New testcase.
987
ebfd00d2
PP
9882015-05-13 Patrick Palka <patrick@parcs.ath.cx>
989
990 PR gdb/17820
991 * gdb.base/gdbinit-history.exp: New test.
992 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
993 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
994
4c082a81
SC
9952015-05-09 Siva Chandra Reddy <sivachandra@google.com>
996
997 * gdb.python/py-xmethods.cc: Enhance test case.
998 * gdb.python/py-xmethods.exp: New tests.
999 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
1000 function.
1001 (B_indexoper): Likewise.
1002 (global_dm_list) : Add new xmethod worker functions.
1003
f7797074
SDJ
10042015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
1005
1006 * gdb.base/coredump-filter.exp: Correctly unset
1007 "coredump_var_addr" array.
1008
a4674e4e
PA
10092015-05-08 Pedro Alves <palves@redhat.com>
1010
1011 * gdb.server/non-existing-program.exp: Unset spawn_id.
1012
df2eb078
SC
10132015-05-08 Siva Chandra Reddy <sivachandra@google.com>
1014
1015 PR python/18291
1016 * gdb.python/py-xmethods.exp: Add tests.
1017
422349a3
YQ
10182015-05-08 Yao Qi <yao.qi@linaro.org>
1019
1020 PR gdb/18208
1021 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
1022 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
1023 function set_coredump_filter, and remove remote_exec call.
1024 Remove argument ipid. Callers update.
1025 (top level): Don't get inferior's PID.
1026
63fc80ce
AA
10272015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
1028
1029 * gdb.base/watch_thread_num.exp: Skip test on targets without
1030 access watchpoints.
1031
80ad801e
PA
10322015-05-06 Pedro Alves <palves@redhat.com>
1033
1034 PR server/18081
1035 * gdb.server/non-existing-program.exp: New file.
1036
0fa7fe50
JB
10372015-05-05 Joel Brobecker <brobecker@adacore.com>
1038
1039 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
1040
3ea89b92
PMR
10412015-05-05 Joel Brobecker <brobecker@adacore.com>
1042
1043 * gdb.ada/out_of_line_in_inlined: New testcase.
1044
87b8eff0
JB
10452015-05-05 Joel Brobecker <brobecker@adacore.com>
1046
1047 * gdb.ada/var_rec_arr: New testcase.
1048
5fccc635
YQ
10492015-04-30 Yao Qi <yao.qi@linaro.org>
1050
1051 * gdb.base/break-idempotent.exp: If
1052 skip_hw_watchpoint_multi_tests returns true, skip the tests
1053 on "rwatch" and "awatch".
1054
42d38f42
YQ
10552015-04-30 Yao Qi <yao.qi@linaro.org>
1056
1057 * gdb.base/relativedebug.exp: Invoke gdb command
1058 "info sharedlibrary", and if libc.so doesn't have debug info,
1059 skip the test.
1060
2ce1cdbf
DE
10612015-04-29 Doug Evans <dje@google.com>
1062
1063 * gdb.python/py-xmethods.exp: Add ptype tests.
1064 * gdb.python/py-xmethods.py (E_method_char_worker): Add
1065 get_result_type method.
1066
f24a38c5
LM
10672015-04-29 Luis Machado <lgustavo@codesourcery.com>
1068
1069 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
1070 the target does not support hardware watchpoints.
1071
ecbf2b3c
LM
10722015-04-29 Luis Machado <lgustavo@codesourcery.com>
1073
1074 * gdb.base/break-always.exp: Abort testing if writing to memory
1075 causes an error.
1076
34f5f757
DE
10772015-04-28 Doug Evans <dje@google.com>
1078
1079 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
1080 * gdb.python/py-pp-registration.exp: ... here. New file.
1081 * gdb.python/py-pp-registration.c: New file.
1082 * gdb.python/py-pp-registration.py: New file.
1083
69b4374a
DE
10842015-04-28 Doug Evans <dje@google.com>
1085
1086 * gdb.python/py-bad-printers.c: New file.
1087 * gdb.python/py-bad-printers.py: New file.
1088 * gdb.python/py-bad-printers.exp: New file.
1089
59fb7612
SS
10902015-04-28 Sasha Smundak <asmundak@google.com>
1091
1092 * gdb.python/py-type.exp: New test.
1093
2631b16a
AW
10942015-04-28 Andy Wingo <wingo@igalia.com>
1095
1096 * gdb.python/py-parameter.exp:
1097 * gdb.guile/scm-parameter.exp: Escape the path that we are
1098 matching against, as it might contain characters that are special
1099 to regular expressions.
1100
460efde1
JB
11012015-04-27 Joel Brobecker <brobecker@adacore.com>
1102
1103 * gdb.ada/rec_comp: New testcase.
1104
2d369d8e
SDJ
11052015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
1106
1107 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
1108 before using it.
1109
cf75d6c3
AB
11102015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1111
1112 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
1113 new tests for verilog output.
1114
8dbe7ca5
YQ
11152015-04-24 Yao Qi <yao.qi@linaro.org>
1116
1117 * boards/remote-gdbserver-on-localhost.exp: New file.
1118
4ef9fb2f
PA
11192015-04-23 Pedro Alves <palves@redhat.com>
1120
1121 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
1122 $inferior_spawn_id instead of $inferior_spawn_id directly. On
1123 "end of file", remove $inferior_spawn_id from the indirect list.
1124
0a803169
PA
11252015-04-23 Pedro Alves <palves@redhat.com>
1126
1127 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
1128
749ef8f8
PA
11292015-04-23 Pedro Alves <palves@redhat.com>
1130
1131 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
1132 on $any_spawn_id instead of only on $gdb_spawn_id.
1133
8aae4344
PM
11342015-04-21 Pierre Muller <muller@sourceware.org>
1135
1136 PR pascal/17815
1137 * lib/pascal.exp (gpc_compile): Add new option "class".
1138 (fpc_compile): Likewise.
1139 * gdb.pascal/case-insensitive-symbols.pas: New file.
1140 * gdb.pascal/case-insensitive-symbols.exp: New file.
1141
1586c8fb
GB
11422015-04-20 Gary Benson <gbenson@redhat.com>
1143
1144 * gdb.base/attach.exp: Fix three extended remote failures.
1145
1b6e6f5c
GB
11462015-04-17 Gary Benson <gbenson@redhat.com>
1147
1148 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
1149 the main executable over the remote protocol.
1150
e797481d
PA
11512015-04-16 Pedro Alves <palves@redhat.com>
1152
1153 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
1154 a new gdbserver if gdbserver_reconnect_p is set.
1155
1ca99c42
PA
11562015-04-16 Pedro Alves <palves@redhat.com>
1157
1158 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
1159 is set, don't exit gdbserver.
1160
af9fd6f8
AA
11612015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1162
1163 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
1164 appropriate .insn, such that an older assembler can be used.
1165 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
1166 the z/Architecture instruction set on 31-bit targets as well.
1167
04ff1e61
AA
11682015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1169
1170 * gdb.go/handcall.exp: Remove all logic related to the first
1171 breakpoint and rely on go_runto_main instead.
1172 * gdb.go/strings.exp: Likewise.
1173 * gdb.go/unsafe.exp: Likewise.
1174 * gdb.go/hello.exp: Likewise. Also rename the remaining
1175 breakpoint marker to "breakpoint 1".
1176 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
1177 * gdb.go/strings.go: Likewise.
1178 * gdb.go/unsafe.go: Likewise.
1179 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
1180 "set breakpoint 2 here" and rename the remaining breakpoint marker
1181 to "breakpoint 1".
1182
40d2f8d6
SM
11832015-04-15 Simon Marchi <simon.marchi@ericsson.com>
1184
1185 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
1186 if itertools.imap is not present.
1187 * gdb.python/py-objfile.exp: Add parentheses.
1188 * gdb.python/py-type.exp: Same.
1189 * gdb.python/py-unwind-maint.py: Same.
1190
8cbc97c6
YQ
11912015-04-15 Yao Qi <yao.qi@linaro.org>
1192
1193 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
1194 of ":$ptr_size" and set its form explicitly.
1195
45fd756c
YQ
11962015-04-15 Pedro Alves <palves@redhat.com>
1197 Yao Qi <yao.qi@linaro.org>
1198
1199 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
1200 timeout by factor of 4.
1201 (test_regular_watch): Likewise.
1202 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
1203 * gdb.reverse/sigall-reverse.exp: Likewise.
1204 * gdb.reverse/until-precsave.exp: Likewise.
1205 * lib/gdb.exp (with_timeout_factor): New proc.
1206 (gdb_expect): Move some code to ...
1207 (get_largest_timeout): ... here. New procedure.
1208
9e811bc3
LM
12092015-04-14 Luis Machado <lgustavo@codesourcery.com>
1210
1211 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
1212
0ff6fcb2
LM
12132015-04-13 Luis Machado <lgustavo@codesourcery.com>
1214
1215 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
1216 to write to the .text section.
1217
7578d5f7
LM
12182015-04-13 Luis Machado <lgustavo@codesourcery.com>
1219
1220 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
1221 Handle the case of targets that do not provide PID information.
1222
2efe15c4
YQ
12232015-04-13 Yao Qi <yao.qi@linaro.org>
1224
1225 * lib/gdbserver-support.exp (gdb_exit): Catch exception
1226 and use expect instead of gdb_expect.
1227
8cd8f2f8
SDJ
12282015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
1229
1230 * gdb.base/coredump-filter.exp: Rename variable "addr" to
1231 "coredump_var_addr" to avoid naming conflict with other testcases.
1232
9ee41772
PA
12332015-04-10 Pedro Alves <palves@redhat.com>
1234
1235 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
1236 gdb_test_sequence and gdb_assert.
1237
07473109
PA
12382015-04-10 Pedro Alves <palves@redhat.com>
1239
1240 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
1241 test messages that don't include the breakpoint address.
1242
de3db44c
YQ
12432015-04-10 Yao Qi <yao.qi@linaro.org>
1244
1245 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
1246 false for some offset and width combinations which aren't
1247 supported by linux kernel.
1248
c79d856c
PA
12492015-04-10 Pedro Alves <palves@redhat.com>
1250
1251 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
1252 procedure, factored out from ...
1253 (top level): ... here. Add "set displaced-stepping" testing axis.
1254 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
1255 parameter "displaced". Use it.
1256 (top level): Use foreach and add "set displaced-stepping" testing
1257 axis.
1258
ebc90b50
PA
12592015-04-10 Pedro Alves <palves@redhat.com>
1260
1261 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
1262 Remove comment.
1263 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
1264 both the address of the instruction that triggers the watchpoint
1265 and the address of the instruction immediately after, and use
1266 those addresses for the test. Fix comment.
1267
8f572e5c
PA
12682015-04-10 Pedro Alves <palves@redhat.com>
1269
1270 * gdb.base/sigstep.exp (breakpoint_to_handler)
1271 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
1272 Test "backtrace" in handler.
1273 (breakpoint_over_handler): New parameter 'displaced'. Use it.
1274 (top level): Add new "displaced" test axis to
1275 breakpoint_to_handler, breakpoint_to_handler_entry and
1276 breakpoint_over_handler.
1277
8d707a12
PA
12782015-04-10 Pedro Alves <palves@redhat.com>
1279
1280 PR gdb/18216
1281 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
1282
ef713951
YQ
12832015-04-10 Yao Qi <yao.qi@linaro.org>
1284
1285 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
1286 (test_add_rn_pc): New function.
1287 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
1288 (top level): Invoke test_add_rn_pc.
1289
906d60cf
PA
12902015-04-10 Pedro Alves <palves@redhat.com>
1291
1292 PR gdb/13858
1293 * gdb.base/step-over-no-symbols.exp: New file.
1294
f2983cc3
AW
12952015-04-09 Andy Wingo <wingo@igalia.com>
1296
1297 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
1298 after the Python tests.
1299
6d62641c
SDJ
13002015-04-08 Keith Seitz <keiths@redhat.com>
1301
1302 PR python/16699
1303 * gdb.python/py-completion.exp: New tests for completion.
1304 * gdb.python/py-completion.py (CompleteLimit1): New class.
1305 (CompleteLimit2): Likewise.
1306 (CompleteLimit3): Likewise.
1307 (CompleteLimit4): Likewise.
1308 (CompleteLimit5): Likewise.
1309 (CompleteLimit6): Likewise.
1310 (CompleteLimit7): Likewise.
1311
f3770638
PA
13122015-04-08 Pedro Alves <palves@redhat.com>
1313
1314 PR gdb/18214
1315 PR gdb/18216
1316 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
1317 function.
1318 (main): Install it as SIGUSR1 handler.
1319 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
1320 parameter. Always use "setup" as prefix. Toggle "set
1321 displaced-stepping" off/on depending on global. Don't switch to
1322 thread 1 here.
1323 (top level): Add displaced stepping "off/on" test axis. Update
1324 "setup" calls. Wrap each subtest with with_test_prefix. Test
1325 continuing with a queued signal in each thread.
1326
4496bed7
PA
13272015-04-08 Pedro Alves <palves@redhat.com>
1328
1329 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
1330 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
1331 gdb_breakpoint instead of gdb_test that doesn't expect anything.
1332 Return early if running to main fails.
1333 * gdb.trace/while-stepping.exp: Likewise.
1334
b97fde92
PA
13352015-04-07 Pedro Alves <palves@redhat.com>
1336
1337 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
1338 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
1339 interact with inferior program.
1340
f71c18e7
PA
13412015-04-07 Pedro Alves <palves@redhat.com>
1342
1343 * lib/gdb.exp (inferior_spawn_id): New global.
1344 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
1345 spawn id after processing the user code.
1346 (default_gdb_start): Set inferior_spawn_id.
1347 (send_inferior): New procedure.
1348 * lib/gdbserver-support.exp (gdbserver_start): Set
1349 inferior_spawn_id.
1350 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
1351
6423214f
PA
13522015-04-07 Pedro Alves <palves@redhat.com>
1353
1354 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
1355 * lib/gdbserver-support.exp (gdbserver_start): Make
1356 $server_spawn_id global.
1357 (gdbserver_start): Don't wait for gdbserver's spawn id with
1358 expect_background.
1359 (close_gdbserver): New procedure.
1360 (gdb_exit): Rename the default version and reimplement.
1361
71c0ee8c
PA
13622015-04-07 Pedro Alves <palves@redhat.com>
1363
72f4393d 1364 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
1365 append the substituted item, not the original item.
1366
203bc29b
PA
13672015-04-07 Pedro Alves <palves@redhat.com>
1368
1369 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
1370 gdb_expect.
1371
508a3ddf
PA
13722015-04-07 Pedro Alves <palves@redhat.com>
1373
1374 * gdb.base/interrupt.exp: Don't handle the case of the inferior
1375 output appearing once only.
1376
9f6dbe2b
PA
13772015-04-07 Pedro Alves <palves@redhat.com>
1378
1379 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
1380 that doesn't expect anything. Return early if running to main
1381 fails.
1382
337532fa
YQ
13832015-04-07 Yao Qi <yao.qi@linaro.org>
1384
1385 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
1386 (child_function): Call alarm.
1387 (main): Move call to alarm into the loop.
1388 * gdb.threads/non-stop-fair-events.exp: Build program with
1389 -DTIMEOUT=$timeout.
1390
01b622d4
DE
13912015-04-06 Doug Evans <xdje42@gmail.com>
1392
1393 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
1394 Fix dest parameter to board_info.
1395 (fpc_compile): Ditto.
1396 (gdb_compile_pascal): Rename dest arg to destfile.
1397
961f4160
PMR
13982015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
1399
1400 * gdb.ada/funcall_ref.exp: New file.
1401 * gdb.ada/funcall_ref/foo.adb: New file.
1402
cafda597
YQ
14032015-04-02 Yao Qi <yao.qi@linaro.org>
1404
1405 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
1406 is remote.
1407
fed040c6
GB
14082015-04-02 Gary Benson <gbenson@redhat.com>
1409
1410 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
1411
d11916aa
SS
14122015-04-01 Sasha Smundak <asmundak@google.com>
1413
1414 * gdb.python/py-unwind-maint.c: New file.
1415 * gdb.python/py-unwind-maint.exp: New test.
1416 * gdb.python/py-unwind-maint.py: New file.
1417 * gdb.python/py-unwind.c: New file.
1418 * gdb.python/py-unwind.exp: New test.
1419 * gdb.python/py-unwind.py: New test.
1420
a1471180
PA
14212015-04-01 Pedro Alves <palves@redhat.com>
1422
1423 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
1424 to fail instead of non-existent $test.
1425
0bbeccb1
PA
14262015-04-01 Pedro Alves <palves@redhat.com>
1427
1428 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
1429 GDBFLAGS if not empty.
1430
3c724c8c
PMR
14312015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
1432
1433 * gdb.ada/complete.exp: Remove "multi_line".
1434 * gdb.ada/info_exc.exp: Remove "multi_line".
1435 * gdb.ada/packed_tagged.exp: Remove "multi_line".
1436 * gdb.ada/ptype_field.exp: Remove "multi_line".
1437 * gdb.ada/sym_print_name.exp: Remove "multi_line".
1438 * gdb.ada/tagged.exp: Remove "multi_line".
1439 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
1440 [multi_line ...]
1441 * gdb.btrace/delta.exp: Likewise.
1442 * gdb.btrace/exception.exp: Likewise.
1443 * gdb.btrace/function_call_history.exp: Likewise.
1444 * gdb.btrace/instruction_history.exp: Likewise.
1445 * gdb.btrace/nohist.exp: Likewise.
1446 * gdb.btrace/record_goto.exp: Likewise.
1447 * gdb.btrace/segv.exp: Likewise.
1448 * gdb.btrace/stepi.exp: Likewise.
1449 * gdb.btrace/tailcall.exp: Likewise.
1450 * gdb.btrace/unknown_functions.exp: Likewise.
1451 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
1452 * lib/gdb.exp: Add the "multi_line" helper.
1453
4eec2deb
PA
14542015-04-01 Pedro Alves <palves@redhat.com>
1455
1456 * gdb.threads/tid-reuse.c: New file.
1457 * gdb.threads/tid-reuse.exp: New file.
1458
df8411da
SDJ
14592015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1460
1461 PR corefiles/16092
1462 * gdb.base/coredump-filter.c: New file.
1463 * gdb.base/coredump-filter.exp: Likewise.
1464
6ef37366
PM
14652015-03-27 Petr Machata <pmachata@redhat.com>
1466
1467 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
1468 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
1469 (Dwarf::assemble): Initialize them.
1470 (Dwarf::lines): New function.
1471
7ec911b0
JT
14722015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
1473
1474 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
1475 SYMBOL_PREFIX for x86_64-*-cygwin.
1476
ff908ebf
AW
14772015-03-26 Andy Wingo <wingo@igalia.com>
1478
1479 PR symtab/18148
1480 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
1481 const_value but not a location.
1482 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
1483 location defined in non-main CUs are visible.
1484
6d5f0679
YQ
14852015-03-26 Yao Qi <yao.qi@linaro.org>
1486
1487 PR testsuite/18139
1488 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
1489 Add a line number entry for the same line.
1490 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
1491 Add a line number entry for the same line.
1492
2898689b
YQ
14932015-03-26 Yao Qi <yao.qi@linaro.org>
1494
1495 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
1496 .int 0.
1497 (func): Likewise. Add .Lfunc_1 label.
1498 Use .Lfunc_1 label.
1499 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
1500 .int 0.
1501 (func): Likewise.
1502 Use .Lfunc_1 label.
1503
85180498
YQ
15042015-03-26 Yao Qi <yao.qi@linaro.org>
1505
1506 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
1507 Call gdb_compile instead to compile each .s files without debug
1508 information.
1509
8aa08a8d
YQ
15102015-03-26 Yao Qi <yao.qi@linaro.org>
1511
1512 * gdb.base/savedregs.exp (process_saved_regs): Make
1513 "Saved registers:" optional in the pattern.
1514
66849923
MM
15152015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1516
1517 * gdb.btrace/next.exp: Merged into step.exp.
1518 * gdb.btrace/finish.exp: Merged into step.exp.
1519 * gdb.btrace/nexti.exp: Merged into stepi.exp.
1520 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
1521 "record goto" and checking the exact replay position.
1522 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
1523 check for "Recording format" in "info record" output.
1524 * gdb.btrace/record_goto.exp: Choose test file based on target.
1525 * gdb.btrace/x86-record_goto.S: Renamed into ...
1526 * gdb.btrace/x86_64-record_goto.S: ... this.
1527 * gdb.btrace/i686-record_goto.S: New.
1528 * gdb.btrace/x86-tailcall.S: Renamed into ...
1529 * gdb.btrace/x86_64-tailcall.S: ... this.
1530 * gdb.btrace/i686-tailcall.S: New.
1531 * gdb.btrace/x86-tailcall.c: Renamed into ...
1532 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
1533 separate statements. Update test.
1534 * gdb.btrace/delta.exp: Use record_goto.c as test file.
1535 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
1536 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
1537 * gdb.btrace/tailcall.exp: Choose test file based on target.
1538 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
1539
11cc1b74
MM
15402015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1541
1542 * gdb.btrace/exception.exp: Increase BTS buffer size.
1543
a25d8bf9
PA
15442015-03-24 Pedro Alves <palves@redhat.com>
1545
1546 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
1547
856e7dd6
PA
15482015-03-24 Pedro Alves <palves@redhat.com>
1549
1550 * gdb.threads/schedlock.exp (test_step): No longer expect that
1551 "set scheduler-locking step" with "next" over a function call runs
1552 threads unlocked.
1553
ad235a41
AT
15542015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1555
1556 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
1557
15630549
AT
15582015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1559
1560 PR breakpoints/16466
1561 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
1562 * gdb.mi/mi-pending.c (thread_func): New function.
1563 (int main): Add threading support required.
1564 * gdb.mi/mi-pending.exp: Add tests for this issue.
1565 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
1566 (pendfunc2): Remove stdio dependency.
1567 * gdb.mi/mi-pendshr2.c: New file.
1568
693dca06
KS
15692015-03-23 Keith Seitz <keiths@redhat.com>
1570
1571 * gdb.linespec/keywords.c: New file.
1572 * gdb.linespec/keywords.exp: New file.
1573
7e993ebf
KS
15742015-03-23 Keith Seitz <keiths@redhat.com>
1575
1576 PR gdb/18021
1577 * gdb.dwarf2/staticvirtual.exp: New test.
1578
bc23328c
JK
15792015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1580
1581 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
1582 * README: Remove HP-UX and gdb.hp.
1583 (configuration):
1584 * configure: Regenerate.
1585 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
1586 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
1587 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
1588 gdb.hp/gdb.defects/Makefile.
1589 * gdb.hp/Makefile.in: File deleted.
1590 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
1591 * gdb.hp/gdb.aCC/optimize.c: File deleted.
1592 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
1593 * gdb.hp/gdb.aCC/run.c: File deleted.
1594 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
1595 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
1596 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
1597 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
1598 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
1599 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
1600 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
1601 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
1602 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
1603 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
1604 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
1605 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
1606 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
1607 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
1608 * gdb.hp/gdb.base-hp/reg.s: File deleted.
1609 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
1610 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
1611 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
1612 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
1613 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
1614 * gdb.hp/gdb.compat/Makefile.in: File deleted.
1615 * gdb.hp/gdb.compat/average.c: File deleted.
1616 * gdb.hp/gdb.compat/sum.c: File deleted.
1617 * gdb.hp/gdb.compat/xdb.c: File deleted.
1618 * gdb.hp/gdb.compat/xdb0.c: File deleted.
1619 * gdb.hp/gdb.compat/xdb0.h: File deleted.
1620 * gdb.hp/gdb.compat/xdb1.c: File deleted.
1621 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
1622 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
1623 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
1624 * gdb.hp/gdb.defects/Makefile.in: File deleted.
1625 * gdb.hp/gdb.defects/bs14602.c: File deleted.
1626 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
1627 * gdb.hp/gdb.defects/solib-d.c: File deleted.
1628 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
1629 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
1630 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
1631 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
1632 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
1633 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
1634 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
1635 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
1636 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
1637 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
1638 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
1639 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
1640 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
1641 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
1642 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
1643 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
1644 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
1645 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
1646 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
1647 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
1648 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
1649 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
1650 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
1651 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
1652 * gdb.hp/tools/odump: File deleted.
1653
8bf3b159
PA
16542015-03-19 Pedro Alves <palves@redhat.com>
1655
1656 * gdb.threads/continue-pending-status.exp (saw_thread_2)
1657 (saw_thread_3): New globals.
1658 (top level): Increment them when an event for the corresponding
1659 thread is seen.
1660 (no thread starvation): New test.
1661
eb54c8bf
PA
16622015-03-19 Pedro Alves <palves@redhat.com>
1663
1664 * gdb.threads/continue-pending-status.c: New file.
1665 * gdb.threads/continue-pending-status.exp: New file.
1666
32d2e5d6
PA
16672015-03-18 Pedro Alves <palves@redhat.com>
1668
1669 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1670 Use gdb_is_target_remote instead of is_remote. Use
1671 gdb_test_multiple instead of gdb_expect. Exit early if
1672 gdb_test_multiple hits its internal matches. Tighten stepi tests
1673 expected output. Fail on exit with any signal, instead of just
1674 SIGILL.
1675
f68f11b7
YQ
16762015-03-18 Yao Qi <yao.qi@linaro.org>
1677
1678 PR tdep/18107
1679 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
1680 variable.
1681 * gdb.base/catch-syscall.exp: Don't skip it on
1682 aarch64*-*-linux* target. Remove elements in all_syscalls.
1683 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
1684 target.
1685 (setup_all_syscalls): New proc.
1686
ca5fd19b
YQ
16872015-03-16 Yao Qi <yao.qi@linaro.org>
1688
1689 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
1690 (top level): Skip tests if valid_addr_p returns false for
1691 $cmd1 or $cmd2.
1692
85642ba0
AW
16932015-03-11 Andy Wingo <wingo@igalia.com>
1694
1695 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
1696
e03f9645
YQ
16972015-03-11 Yao Qi <yao.qi@linaro.org>
1698
1699 * gdb.base/catch-syscall.exp: Fix typo in comments.
1700
5d0962b2
YQ
17012015-03-11 Yao Qi <yao.qi@linaro.org>
1702
1703 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
1704
b2df3cef
PA
17052015-03-09 Pedro Alves <palves@redhat.com>
1706
1707 * dg-extract-results.py: Delete.
1708
ef878e53
PA
17092015-03-09 Pedro Alves <palves@redhat.com>
1710
1711 Merge dg-extract-results.sh from GCC upstream (r218843).
1712
1713 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
1714 * dg-extract-results.sh: Use --text with grep to avoid issues with
1715 binary files. Fall back to cat -v, if that doesn't work.
1716
9494d219
PA
17172015-03-05 Pedro Alves <palves@redhat.com>
1718
1719 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
1720
a8d9763a
SM
17212015-03-04 Simon Marchi <simon.marchi@ericsson.com>
1722
1723 * lib/mi-support.exp (mi_expect_interrupt): Accept
1724 alternative event for when in all-stop mode.
1725
be9957b8
PA
17262015-03-04 Pedro Alves <palves@redhat.com>
1727
1728 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
1729
d57be0f4 17302015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
1731
1732 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
1733
c214c7cf
AA
17342015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1735
1736 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
1737 regexps for GDB's current line display, accept a hex address
1738 preceding the line number.
1739
6d74a497
AA
17402015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1741
1742 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
1743 the 'arch1' variable for "s390*-linux*" targets.
1744
511aee7c
PA
17452015-03-04 Pedro Alves <palves@redhat.com>
1746
1747 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
1748 (main): Pass missing retval argument to pthread_join call.
1749
95e50b27
PA
17502015-03-02 Pedro Alves <palves@redhat.com>
1751
1752 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
1753 (top level): Call do_test with non-stop as well.
1754
28054d69
PA
17552015-03-02 Pedro Alves <palves@redhat.com>
1756
1757 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
1758 -1.
1759
4fa5d7b4
AA
17602015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1761
1762 * gdb.arch/s390-vregs.exp: New test.
1763 * gdb.arch/s390-vregs.S: New file.
1764
97c18565
PA
17652015-02-27 Pedro Alves <palves@redhat.com>
1766
1767 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
1768 call to catch_command_errors.
1769 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
1770 catch_command_errors.
1771
a37bfa30
PA
17722015-02-27 Pedro Alves <palves@redhat.com>
1773
1774 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
1775 "true" for boolean result.
1776 * gdb.gdb/selftest.exp (test_with_self): Also accept full
1777 prototype of main.
1778
6f98576f
PA
17792015-02-27 Pedro Alves <palves@redhat.com>
1780
1781 * lib/unbuffer_output.c: New file.
1782 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
1783 (main): Call gdb_unbuffer_output.
1784
eba5ab56
YQ
17852015-02-27 Yao Qi <yao.qi@linaro.org>
1786
1787 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
1788 target.
1789
0def5aaa
DE
17902015-02-26 Doug Evans <dje@google.com>
1791
1792 * gdb.cp/class2.cc (Dbase, D): New classes.
1793 (main): New local delta.
1794 * gdb.cp/class2.exp: Test printing delta.
1795 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
1796 (dynbar): New global.
1797 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
1798
081a1c2c
JK
17992015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1800
1801 * gdb.compile/compile-ifunc.c: New file.
1802 * gdb.compile/compile-ifunc.exp: New file.
1803
2f41223f
AT
18042015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
1805
1806 * gdb.base/structs.exp: Check for correct struct on finish.
1807
03eddd80
YQ
18082015-02-26 Yao Qi <yao.qi@linaro.org>
1809
1810 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
1811 is zero.
1812
80c57053
JK
18132015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1814
1815 * gdb.arch/cordic.ko.bz2: New file.
1816 * gdb.arch/cordic.ko.debug.bz2: New file.
1817 * gdb.arch/ppc64-symtab-cordic.exp: New file.
1818
21613c12
YQ
18192015-02-25 Yao Qi <yao.qi@linaro.org>
1820
1821 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
1822 aarch64*-*-* target.
1823
d8b901ed
PA
18242015-02-23 Pedro Alves <palves@redhat.com>
1825
1826 * lib/gdb.exp (delete_breakpoints): Rewrite using
1827 gdb_test_multiple.
1828
e5b85ead
PA
18292015-02-23 Pedro Alves <palves@redhat.com>
1830
1831 * gdb.base/info-os.c: Include stdlib.h.
1832
85c3a371
DE
18332015-02-22 Doug Evans <xdje42@gmail.com>
1834
1835 PR symtab/17855
1836 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
1837 is read after symbols have been re-read.
1838 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
1839 * gdb.ada/exec_changed/second.adb (Second): Ditto.
1840
96553a0c
DE
18412015-02-21 Doug Evans <dje@google.com>
1842
1843 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
1844
97a0c697
JK
18452015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1846
1847 PR corefiles/17808
1848 * gdb.arch/i386-biarch-core.core.bz2: New file.
1849 * gdb.arch/i386-biarch-core.exp: New file.
1850
a47cd6e9
PA
18512015-02-21 Pedro Alves <palves@redhat.com>
1852
1853 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
1854 runto_main fails.
1855
c5facdc4
PA
18562015-02-20 Pedro Alves <palves@redhat.com>
1857
1858 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
1859 info probes.
1860
2db9a427
PA
18612015-02-20 Pedro Alves <palves@redhat.com>
1862
1863 * gdb.threads/multi-create-ns-info-thr.exp: New file.
1864
60fb7e9e
PA
18652015-02-20 Pedro Alves <palves@redhat.com>
1866
1867 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
1868 clean_restart before gdb_target_supports_trace.
1869
5c5019c2
PA
18702015-02-20 Pedro Alves <palves@redhat.com>
1871
1872 PR threads/18006
1873 * gdb.threads/clone-thread_db.c: New file.
1874 * gdb.threads/clone-thread_db.exp: New file.
1875
c9587f88
AT
18762015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
1877
1878 PR breakpoints/16812
1879 * gdb.base/catch-gdb-caused-signals.c: New file.
1880 * gdb.base/catch-gdb-caused-signals.exp: New file.
1881
f6a88844
JM
18822015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
1883
1884 * configure: Regenerated.
1885 * configure.ac: Use GDB_AC_TRANSFORM.
1886 * aclocal.m4: sinclude ../transform.m4.
1887
497c491b
JM
18882015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1889
1890 * lib/dtrace.exp: New file.
1891 * gdb.base/dtrace-probe.exp: Likewise.
1892 * gdb.base/dtrace-probe.d: Likewise.
1893 * gdb.base/dtrace-probe.c: Likewise.
1894 * lib/pdtrace.in: Likewise.
1895 * configure.ac: Output variables with the transformed names of
1896 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
1897 * configure: Regenerated.
1898
03e98035
JM
18992015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1900
1901 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
1902 expected message when trying to access $_probe_* convenience
1903 variables while not on a probe.
1904
63cc30e9
JK
19052015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1906
1907 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
1908
0703599a
PA
19092015-02-11 Pedro Alves <pedro@codesourcery.com>
1910
1911 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
1912 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
1913
7e60a48e
DE
19142015-02-10 Doug Evans <xdje42@gmail.com>
1915
1916 * lib/gdb.exp (gdb_load): Always return a result.
1917
01b088bc
PA
19182015-02-10 Pedro Alves <palves@redhat.com>
1919
1920 * gdb.threads/signal-sigtrap.c: New file.
1921 * gdb.threads/signal-sigtrap.exp: New file.
1922
b05ec7a5
AT
19232015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
1924
1925 * gdb.trace/no-attach-trace.c: New file.
1926 * gdb.trace/no-attach-trace.exp: New file.
1927
a2c2acaf
MW
19282015-02-09 Mark Wielaard <mjw@redhat.com>
1929
1930 * gdb.dwarf2/atomic.c: New file.
1931 * gdb.dwarf2/atomic-type.exp: Likewise.
1932
31fd9caa
MM
19332015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1934
1935 * gdb.btrace/buffer-size.exp: Update "info record" output.
1936 * gdb.btrace/delta.exp: Update "info record" output.
1937 * gdb.btrace/enable.exp: Update "info record" output.
1938 * gdb.btrace/finish.exp: Update "info record" output.
1939 * gdb.btrace/instruction_history.exp: Update "info record" output.
1940 * gdb.btrace/next.exp: Update "info record" output.
1941 * gdb.btrace/nexti.exp: Update "info record" output.
1942 * gdb.btrace/step.exp: Update "info record" output.
1943 * gdb.btrace/stepi.exp: Update "info record" output.
1944 * gdb.btrace/nohist.exp: Update "info record" output.
1945
d33501a5
MM
19462015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1947
1948 * gdb.btrace/buffer-size: New.
1949
f4abbc16
MM
19502015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1951
1952 * gdb.btrace/delta.exp: Update "info record" output.
1953 * gdb.btrace/enable.exp: Update "info record" output.
1954 * gdb.btrace/finish.exp: Update "info record" output.
1955 * gdb.btrace/instruction_history.exp: Update "info record" output.
1956 * gdb.btrace/next.exp: Update "info record" output.
1957 * gdb.btrace/nexti.exp: Update "info record" output.
1958 * gdb.btrace/step.exp: Update "info record" output.
1959 * gdb.btrace/stepi.exp: Update "info record" output.
1960 * gdb.btrace/nohist.exp: Update "info record" output.
1961
b9d61307
SM
19622015-02-06 Simon Marchi <simon.marchi@ericsson.com>
1963
1964 PR gdb/15678
1965 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
1966
e584fdbc
PA
19672015-02-06 Pedro Alves <palves@redhat.com>
1968
1969 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
1970 macro.
1971 (seconds_left, again): New globals.
1972 (main): Wait seconds_left in a 1-second sleep loop instead of
1973 sleeping 180 seconds. If 'again' is set, reset the seconds
1974 counter.
1975 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
1976 'again' in the inferior before detaching. Print the seconds left.
1977 (options): New global.
1978 (top level): Build program with -DTIMEOUT=$timeout.
1979
77f41761
PA
19802015-02-06 Pedro Alves <palves@redhat.com>
1981
1982 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
1983 determine how many seconds to pass to 'alarm'.
1984 * gdb.base/gdb-sigterm.exp (top level): Build program with
1985 -DTIMEOUT=$timeout.
1986 (do_test): Return success/failure indication. Add more verbose
1987 logging. Don't fail if 200 single steps are seen. Instead, fail
1988 when the test times out.
1989 (passes): New global.
1990 (top level): Break the testing loop if testing fails on any
1991 iteration. Use gdb_assert.
1992
b9394193
DB
19932015-02-04 Don Breazeal <donb@codesourcery.com>
1994
1995 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
1996 and initialize them.
1997 (ipc_cleanup): New function.
1998 (main): Don't declare shmid, semid, and msqid. Add a call to
1999 atexit so that we call ipc_cleanup on exit.
2000
42d9e528
PA
20012015-02-04 Pedro Alves <palves@redhat.com>
2002
2003 * boards/native-extended-gdbserver.exp: Remove any target variant
2004 specifications from the board name before clearing the isremote
2005 flag from board_info.
2006
ae6ae975
DE
20072015-01-31 Doug Evans <xdje42@gmail.com>
2008
2009 * gdb.base/maint.exp <maint print type argc>: Update expected output.
2010
cfb069a8
GB
20112015-01-31 Gary Benson <gbenson@redhat.com>
2012
2013 * gdb.base/completion.exp: Disable completion limiting for
2014 existing tests. Add new tests to check completion limiting.
2015 * gdb.linespec/ls-errs.exp: Disable completion limiting.
2016
5dd31d79
DE
20172015-01-31 Doug Evans <xdje42@gmail.com>
2018
2019 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
2020
9f050062
DE
20212015-01-31 Doug Evans <xdje42@gmail.com>
2022
2023 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
2024 entries. Duplicate file section script entries.
2025 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
2026 inlined entries. Add test for safe-path rejection.
2027 * gdb.python/py-section-script.c: Add duplicate inlined section script
2028 entries. Duplicate file section script entries.
2029 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
2030 inlined entries. Add test for safe-path rejection.
2031
df25ebbd
JB
20322015-01-29 Joel Brobecker <brobecker@adacore.com>
2033
2034 * gdb.ada/disc_arr_bound: New testcase.
2035
4a0ca9ec
JB
20362015-01-29 Joel Brobecker <brobecker@adacore.com>
2037
2038 * gdb.ada/mi_var_array: New testcase.
2039
3a8b707a
DE
20402015-01-27 Doug Evans <dje@google.com>
2041
2042 * gdb.python/py-objfile.exp: Add tests for objfile.username.
2043 Add test for objfile.filename, objfile.username after objfile
2044 has been unloaded.
2045
f8313f6e
JB
20462015-01-26 Joel Brobecker <brobecker@adacore.com>
2047
2048 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
2049 the second test to print the name attribute of value
2050 returned by the call to gdb.lookup_type, and adjust
2051 the expected output accordingly.
2052
37bc665e
MW
20532015-01-25 Mark Wielaard <mjw@redhat.com>
2054
2055 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
2056 * gdb.base/disp-step-fork.c: Include unistd.h.
2057 * gdb.base/siginfo-obj.c: Include stdio.h.
2058 * gdb.base/siginfo-thread.c: Likewise.
2059 * gdb.mi/non-stop.c: Include unistd.h.
2060 * gdb.mi/nsthrexec.c: Include stdio.h.
2061 * gdb.mi/pthreads.c: Include unistd.h.
2062 * gdb.modula2/unbounded1.c (main): Declare returns int.
2063 * gdb.reverse/consecutive-reverse.c: Likewise.
2064 * gdb.threads/create-fail.c: Include unistd.h.
2065 * gdb.threads/killed.c: Likewise.
2066 * gdb.threads/linux-dp.c: Likewise.
2067 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
2068 * gdb.threads/non-ldr-exc-2.c: Likewise.
2069 * gdb.threads/non-ldr-exc-3.c: Likewise.
2070 * gdb.threads/non-ldr-exc-4.c: Likewise.
2071 * gdb.threads/pthreads.c: Include unistd.h.
2072 (main): Declare returns int.
2073 * gdb.threads/tls-main.c (foo): New declaration.
2074 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
2075
f7e5394d
SM
20762015-01-23 Simon Marchi <simon.marchi@ericsson.com>
2077
2078 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
2079 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
2080
743649fd
MW
20812015-01-15 Mark Wielaard <mjw@redhat.com>
2082
2083 * gdb.base/noreturn-return.c: New file.
2084 * gdb.base/noreturn-return.exp: New file.
2085 * gdb.base/noreturn-finish.c: New file.
2086 * gdb.base/noreturn-finish.exp: New file.
2087
198297aa
PA
20882015-01-23 Pedro Alves <palves@redhat.com>
2089
2090 * gdb.threads/continue-pending-after-query.c: New file.
2091 * gdb.threads/continue-pending-after-query.exp: New file.
2092
717cf30c
AG
20932015-01-22 Anders Granlund <anders.granlund@ericsson.com>
2094 Simon Marchi <simon.marchi@ericsson.com>
2095
2096 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
2097 * gdb.base/valgrind-db-attach.exp: Same.
2098 * gdb.base/valgrind-infcall.exp: Same.
2099 * lib/mi-support.exp (default_mi_gdb_start): Same.
2100 * lib/prompt.exp (default_prompt_gdb_start): Same.
2101 * lib/gdb.exp (default_gdb_spawn): Same.
2102 (gdb_interact): New.
2103
2104
4b62a76e
JK
21052015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2106
2107 * gdb.compile/compile.exp (pointer to jit function): New test.
2108
b4cdae6f
WW
21092015-01-17 Wei-cheng Wang <cole945@gmail.com>
2110
2111 * lib/gdb.exp (supports_process_record): Return true for
2112 powerpc*-*-linux*.
2113 (supports_reverse): Likewise.
2114
d221e7ef
DB
21152015-01-15 Don Breazeal <donb@codesourcery.com>
2116
2117 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
2118 instead of checking whether the target board is remote and
2119 use spawn_wait_for_attach instead of exec/sleep.
2120 * gdb.base/attach-twice.exp: Likewise.
2121
bafffb51
JB
21222015-01-15 Joel Brobecker <brobecker@adacore.com>
2123
2124 * gdb.ada/var_arr_attrs: New testcase.
2125
5589af0e
PA
21262015-01-14 Pedro Alves <palves@redhat.com>
2127 Joel Brobecker <brobecker@adacore.com>
2128
2129 PR gdb/17525
2130 * gdb.base/bp-cmds-execution-x-script.c: New file.
2131 * gdb.base/bp-cmds-execution-x-script.exp: New file.
2132 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
2133
6c400b59
PA
21342015-01-14 Pedro Alves <palves@redhat.com>
2135
2136 PR cli/17828
2137 * gdb.base/batch-preserve-term-settings.c: New file.
2138 * gdb.base/batch-preserve-term-settings.exp: New file.
2139
e02c96a7
DE
21402015-01-13 Doug Evans <dje@google.com>
2141
2142 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
2143 binary.
2144
576fd14c
JB
21452015-01-13 Joel Brobecker <brobecker@adacore.com>
2146
2147 * Makefile.in (clean mostlyclean): Do not delete *.py.
2148
04dccad0
JB
21492015-01-13 Joel Brobecker <brobecker@adacore.com>
2150
2151 * gdb.python/py-lookup-type.exp: New file.
2152
3d230f71
PA
21532015-01-12 Pedro Alves <palves@redhat.com>
2154
2155 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
2156 restore GDBFLAGS before returning.
2157
7e67715d
JK
21582015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2159
2160 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
2161 is_amd64_regs_target and is_x86_like_target.
2162
f2e0d4b4
DE
21632015-01-11 Doug Evans <xdje42@gmail.com>
2164
2165 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
2166 is given without an explicit form.
2167 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
2168 attributes.
2169 * gdb.dwarf/corrupt.exp: Ditto.
2170 * gdb.dwarf2/enum-type.exp: Ditto.
2171 * gdb.trace/entry-values.exp: Ditto.
2172 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
2173
439250fb
DE
21742015-01-11 Doug Evans <xdje42@gmail.com>
2175
2176 PR gdb/15830
2177 * gdb.base/maint.exp: Remove references to "maint demangle".
2178 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
2179 Add tests for explicitly specifying language to demangle.
2180 * gdb.dlang/demangle.exp: Ditto.
2181
ede9f622
PA
21822015-01-09 Pedro Alves <palves@redhat.com>
2183
2184 * gdb.threads/non-stop-fair-events.c: New file.
2185 * gdb.threads/non-stop-fair-events.exp: New file.
2186
a7b796db
PA
21872015-01-09 Pedro Alves <palves@redhat.com>
2188
2189 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
2190 the global scope. Set a breakpoint after all threads are started
2191 rather than stepping over two source lines. Expect the prompt.
2192 * gdb.base/watch_thread_num.c (threads_started_barrier): New
2193 global.
2194 (NUM): Now 15.
2195 (main): Use threads_started_barrier to wait for all threads to
2196 start. Main thread no longer calls thread_function. Exit after
2197 180 seconds.
2198 (loop): New function.
2199 (thread_function): Wait on threads_started_barrier barrier. Call
2200 'loop' at each iteration.
2201 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
2202 threads have started, instead of hardcoding number of "next"
2203 steps. Use an access watchpoint instead of a write watchpoint.
2204
9665ffdd
PA
22052015-01-09 Pedro Alves <palves@redhat.com>
2206
2207 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
2208 (thread_func): Wait on barrier.
2209 (main): Wait for all threads to start before stopping GDB.
2210 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
2211 global.
2212 (thread1_func, thread2_func): Wait on barrier.
2213 (main): Wait for all threads to start before stopping GDB.
2214 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
2215 New global.
2216 (thread1_func, thread2_func): Wait on barrier.
2217 (main): Wait for all threads to start before stopping GDB.
2218
c945a99f
PA
22192015-01-09 Pedro Alves <palves@redhat.com>
2220
2221 * gdb.threads/attach-many-short-lived-threads.c: New file.
2222 * gdb.threads/attach-many-short-lived-threads.exp: New file.
2223
c1a747c1
PA
22242014-01-09 Pedro Alves <palves@redhat.com>
2225
2226 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
2227 instead of to thread 2.
2228 * gdb.threads/signal-command-multiple-signals-pending.c (main):
2229 Add barrier around each pthread_create call instead of around all
2230 calls.
2231 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
2232 Set a break on thread_function and have the child threads hit it
2233 one at at a time.
2234
60b3033e
PA
22352015-01-09 Pedro Alves <palves@redhat.com>
2236
2237 * lib/gdb.exp (can_spawn_for_attach): New procedure.
2238 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
2239 false.
2240 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
2241 checking whether the target board is remote.
2242 * gdb.multi/multi-attach.exp: Likewise.
2243 * gdb.python/py-sync-interp.exp: Likewise.
2244 * gdb.server/ext-attach.exp: Likewise.
2245 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
2246 tests that need to attach, instead of checking whether the target
2247 board is remote at the top of the file.
2248
acc018ac
YQ
22492015-01-08 Yao Qi <yao@codesourcery.com>
2250
2251 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
2252
50a18af8
JK
22532015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2254
2255 Fix testcase compilation.
2256 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
2257
8503d6e1
JB
22582015-01-06 Joel Brobecker <brobecker@adacore.com>
2259
2260 * gdb.python/py-type.exp: Add a couple test about empty
2261 array creation, and negative-length array creation.
2262
cc73dbcc
DE
22632015-01-02 Doug Evans <xdje42@gmail.com>
2264
2265 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
2266
0300bbc7
DE
22672015-01-02 Doug Evans <dje@google.com>
2268
2269 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
2270
9d85a0ec
YQ
22712014-12-29 Yao Qi <yao@codesourcery.com>
2272
2273 * gdb.trace/entry-values.exp: Update comments. Rename variable
2274 bar_call_foo to returned_from_foo.
2275
87186c6a
MMN
22762014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
2277
2278 PR gdb/17394
2279 * gdb.linespec/break-asm-file.c: New file.
2280 * gdb.linespec/break-asm-file.exp: New file.
2281 * gdb.linespec/break-asm-file0.s: New file.
2282 * gdb.linespec/break-asm-file1.s: New file.
2283
1bab7383
YQ
22842014-12-18 Nigel Stephens <nigel@mips.com>
2285 Maciej W. Rozycki <macro@codesourcery.com>
2286
2287 * gdb.base/float.exp: Handle the new output from "info float" on
2288 MIPS targets.
2289
1bc1068a
JK
22902014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2291
2292 Fix MinGW compilation.
2293 * gdb.compile/compile-ops.exp: Update untested message if
2294 !skip_compile_feature_tests.
2295 * gdb.compile/compile-setjmp.exp: Likewise.
2296 * gdb.compile/compile-tls.exp: Likewise.
2297 * gdb.compile/compile.exp: Likewise.
2298 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
2299 supported on this host".
2300
b6615d10
DE
23012014-12-16 Doug Evans <xdje42@gmail.com>
2302
2303 * boards/stabs.exp: New file.
2304
25dda427
AA
23052014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
2306
2307 * gdb.base/completion.exp: Adjust to format changes of "maint
2308 print user-registers".
2309
bf330350
CU
23102014-12-16 Catalin Udma <catalin.udma@freescale.com>
2311
2312 PR server/17457
2313 * gdb.arch/aarch64-fp.c: New file.
2314 * gdb.arch/aarch64-fp.exp: New file.
2315
395cf596
SDJ
23162014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2317
2318 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
2319 r210637, r210913, r211666, r215400, r215817).
2320
2321 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
2322 * dg-extract-results.py: New file.
2323 * dg-extract-results.sh: Use it if the environment seems
2324 suitable.
2325
2326 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
2327
2328 * dg-extract-results.py (parse_run): Handle warnings that
2329 are printed before a test harness is run.
2330
2331 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
2332
2333 * dg-extract-results.py (Named): Remove __cmp__ method.
2334 (output_variation): Use a key to sort variation.harnesses.
2335
2336 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
2337
2338 * dg-extract-results.py: For Python 3, force sys.stdout to
2339 handle surrogate escape sequences.
2340 (safe_open): New function.
2341 (output_segment, main): Use it.
2342
2343 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
2344
2345 * dg-extract-results.py (Prog.result_re): Include options
2346 in test name.
2347
2348 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
2349
2350 * dg-extract-results.py (output_variation): Always sort if
2351 do_sum.
2352
e882ef3c
SM
23532014-12-15 Simon Marchi <simon.marchi@ericsson.com>
2354
2355 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
2356 as long as we get pagination notifications.
2357
4992aa20
JM
23582014-12-15 Jason Merrill <jason@redhat.com>
2359
2360 * Makefile.in (check-gdb.%): Restore.
2361 * README: Mention it.
2362
c1b5a1a6
JB
23632014-12-13 Joel Brobecker <brobecker@adacore.com>
2364
2365 * gdb.ada/str_uninit: New testcase.
2366
5537b577
JK
23672014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2368
2369 PR symtab/17642
2370 * gdb.base/vla-stub-define.c: New file.
2371 * gdb.base/vla-stub.c: New file.
2372 * gdb.base/vla-stub.exp: New file.
2373
bb2ec1b3
TT
23742014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2375 Jan Kratochvil <jan.kratochvil@redhat.com>
2376 Tom Tromey <tromey@redhat.com>
2377
2378 * configure.ac: Add gdb.compile/.
2379 * configure: Regenerate.
2380 * gdb.compile/Makefile.in: New file.
2381 * gdb.compile/compile-ops.exp: New file.
2382 * gdb.compile/compile-ops.c: New file.
2383 * gdb.compile/compile-tls.c: New file.
2384 * gdb.compile/compile-tls.exp: New file.
2385 * gdb.compile/compile-constvar.S: New file.
2386 * gdb.compile/compile-constvar.c: New file.
2387 * gdb.compile/compile-mod.c: New file.
2388 * gdb.compile/compile-nodebug.c: New file.
2389 * gdb.compile/compile-setjmp-mod.c: New file.
2390 * gdb.compile/compile-setjmp.c: New file.
2391 * gdb.compile/compile-setjmp.exp: New file.
2392 * gdb.compile/compile-shlib.c: New file.
2393 * gdb.compile/compile.c: New file.
2394 * gdb.compile/compile.exp: New file.
2395 * lib/gdb.exp (skip_compile_feature_tests): New proc.
2396
4ff709eb
TT
23972014-12-12 Tom Tromey <tromey@redhat.com>
2398
2399 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
2400 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
2401
6dddd6a5
DE
24022014-12-12 Doug Evans <dje@google.com>
2403
2404 * lib/gdb-python.exp (get_python_valueof): New function.
2405 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
2406
71c24708
AA
24072014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2408
2409 * gdb.base/completion.exp: Add test for completion of "info
2410 registers ".
2411
3e29f34a
MR
24122014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
2413
2414 * gdb.base/func-ptrs.c: New file.
2415 * gdb.base/func-ptrs.exp: New file.
2416
fc126975
SM
24172014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2418
2419 PR breakpoints/17012
2420 * gdb.base/dprintf-detach.c: New file.
2421 * gdb.base/dprintf-detach.exp: New file.
2422
0a46d518
SM
24232014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2424
2425 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
2426 * lib/gdb.exp (target_is_gdbserver): New procedure.
2427
a0be3e44
DE
24282014-12-08 Doug Evans <dje@google.com>
2429
2430 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
2431
df1b803a
YQ
24322014-12-05 Yao Qi <yao@codesourcery.com>
2433
2434 * gdb.guile/scm-error.exp: Remove the third argument to
2435 gdb_remote_download.
2436 * gdb.guile/scm-frame-args.exp: Likewise.
2437 * gdb.guile/scm-section-script.exp: Likewise.
2438
ddb9f679
YQ
24392014-12-05 Yao Qi <yao@codesourcery.com>
2440
2441 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
2442
86e4ed39
DE
24432014-12-04 Doug Evans <dje@google.com>
2444
2445 * gdb.python/py-objfile.exp: Add tests for
2446 objfile.add_separate_debug_file.
2447
7c50a931
DE
24482014-12-04 Doug Evans <dje@google.com>
2449
2450 * lib/gdb.exp (get_build_id): New function.
2451 (build_id_debug_filename_get): Rewrite to use it.
2452 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
2453
621661e3
MR
24542014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
2455
2456 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
2457 `method(long)', not just 0x0.
2458 * gdb.cp/nsalias.exp: Align code labels to 4.
2459 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
2460 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
2461 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
2462 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
2463 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
2464 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
2465
29f0c3b7
DE
24662014-12-02 Doug Evans <dje@google.com>
2467
e1e061e7 2468 PR symtab/17602
29f0c3b7 2469 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 2470 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
2471 * gdb.cp/anon-ns.exp: Update.
2472
162078c8
NB
24732014-12-02 Nick Bull <nicholaspbull@gmail.com>
2474
2475 * gdb.python/py-events.py (inferior_call_handler): New.
2476 (register_changed_handler, memory_changed_handler): New.
2477 (test_events.invoke): Register new handlers.
2478 * gdb.python/py-events.exp: Add tests for inferior call,
2479 memory_changed and register_changed events.
2480
fdb09caf
AA
24812014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2482
2483 * gdb.base/execl-update-breakpoints.exp: Specify the link address
2484 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
2485 if the linker doesn't understand this.
2486
55cfb2c4
SM
24872014-12-01 Simon Marchi <simon.marchi@ericsson.com>
2488
2489 * gdb.python/python.exp: Change expected reply to help().
2490
9e8cd6df
YQ
24912014-12-01 Yao Qi <yao@codesourcery.com>
2492
2493 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
2494 AC_CONFIG_SUBDIRS(gdb.gdbtk).
2495 * configure: Re-generated.
2496
6c659fc2
SC
24972014-11-28 Siva Chandra Reddy <sivachandra@google.com>
2498
2499 * gdb.cp/chained-calls.cc: New file.
2500 * gdb.cp/chained-calls.exp: New file.
2501 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
2502
d7fc3181
SM
25032014-11-28 Simon Marchi <simon.marchi@ericsson.com>
2504
2505 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
2506 * gdb.dwarf2/symtab-producer.exp: Same.
2507 * gdb.gdb/python-interrupts.exp: Same.
2508 * gdb.gdb/python-selftest.exp: Same.
2509 * gdb.python/py-linetable.exp: Same.
2510 * gdb.python/py-type.exp: Same.
2511 * gdb.python/py-value-cc.exp: Same.
2512 * gdb.python/py-value.exp: Same.
2513
10e79639
YQ
25142014-11-28 Yao Qi <yao@codesourcery.com>
2515
2516 * gdb.base/break-probes.exp: Match library name prefixed with
2517 sysroot.
2518
f28a0564
SM
25192014-11-27 Simon Marchi <simon.marchi@ericsson.com>
2520
2521 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
2522 test expected output. Add parentheses for the call to print.
2523 Remove L suffix from integers.
2524
3fe1ce1d
DE
25252014-11-26 Doug Evans <dje@google.com>
2526
2527 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
2528
84429e27
YQ
25292014-11-22 Yao Qi <yao@codesourcery.com>
2530
2531 * gdb.trace/entry-values.c: Remove asms.
2532 (foo): Add foo_label.
2533 (bar): Add bar_label.
2534 * gdb.trace/entry-values.exp: Remove code computing foo's
2535 length and bar's length.
2536 (Dwarf::assemble): Invoke function_range for bar and use
2537 MACRO_AT_func for foo.
2538
26741859
YQ
25392014-11-22 Yao Qi <yao@codesourcery.com>
2540
2541 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
2542 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
2543 Use .Lgcc43_procstart instead of gcc43.
2544
45e44d27
JB
25452014-11-21 Joel Brobecker <brobecker@adacore.com>
2546
2547 * gdb.ada/n_arr_bound: New testcase.
2548
458c8db8
SDJ
25492014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2550
2551 PR breakpoints/10737
2552 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
2553 test_catch_syscall_multi_arch.
2554 (test_catch_syscall_multi_arch): New function.
2555
43f3e411
DE
25562014-11-20 Doug Evans <xdje42@gmail.com>
2557
2558 * gdb.base/maint.exp: Update expected output.
2559
0d7b2549
AA
25602014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2561
2562 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
2563 4-byte instruction on S390.
2564
8908fca5
JB
25652014-11-19 Joel Brobecker <brobecker@adacore.com>
2566
2567 * gdb.ada/arr_arr: New testcase.
2568
4a46959e
JB
25692014-11-19 Joel Brobecker <brobecker@adacore.com>
2570
2571 * gdb.ada/pkd_arr_elem: New Testcase.
2572
470e2f4e
LM
25732014-11-18 Luis Machado <lgustavo@codesourcery.com>
2574
2575 * gdb.reverse/break-precsave: Expect completion message for
2576 core file reads.
2577 * gdb.reverse/consecutive-precsave.exp: Likewise.
2578 * gdb.reverse/finish-precsave.exp: Likewise.
2579 * gdb.reverse/i386-precsave.exp: Likewise.
2580 * gdb.reverse/machinestate-precsave.exp: Likewise.
2581 * gdb.reverse/sigall-precsave.exp: Likewise.
2582 * gdb.reverse/solib-precsave.exp: Likewise.
2583 * gdb.reverse/step-precsave.exp: Likewise.
2584 * gdb.reverse/until-precsave.exp: Likewise.
2585 * gdb.reverse/watch-precsave.exp: Likewise.
2586
a267f3ad
AA
25872014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2588
2589 * gdb.base/bp-permanent.c: Include unistd.h.
2590 * gdb.python/py-framefilter-mi.c (main): Add return type.
2591 * gdb.python/py-framefilter.c (main): Likewise.
2592 * gdb.trace/actions-changed.c (main): Likewise.
2593
12084a9a
AA
25942014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2595
2596 * gdb.mi/until.c: Add eye-catchers.
2597 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
2598 line numbers.
2599
dc7e1a77
AA
26002014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2601
2602 * gdb.base/condbreak.exp: Drop references to removed non-prototype
2603 function header variants in break1.c.
2604 * gdb.base/ena-dis-br.exp: Likewise.
2605 * gdb.base/hbreak2.exp: Likewise.
2606 * gdb.reverse/until-precsave.exp: Drop references to removed
2607 non-prototype function header variants in ur1.c.
2608 * gdb.reverse/until-reverse.exp: Likewise.
2609
41c77605
PM
26102014-11-17 Petr Machata <pmachata@redhat.com>
2611
2612 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
2613 ${_cu_offset_size} bytes abbrev offset.
2614
34248c3a
DE
26152014-11-15 Doug Evans <xdje42@gmail.com>
2616
2617 PR symtab/17559
2618 * gdb.base/line-symtabs.exp: New file.
2619 * gdb.base/line-symtabs.c: New file.
2620 * gdb.base/line-symtabs.h: New file.
2621
646da059
YQ
26222014-11-14 Yao Qi <yao@codesourcery.com>
2623
2624 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
2625 (func): Add label func_label.
2626 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
2627 Replace low_pc and high_pc with MACRO_AT_range.
2628 Replace name, low_pc and high_pc with MACRO_AT_func.
2629
9301ebe6
YQ
26302014-11-14 Yao Qi <yao@codesourcery.com>
2631
2632 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
2633 Replace name, low_pc and high_pc with MACRO_AT_func.
2634
f166b542
YQ
26352014-11-14 Yao Qi <yao@codesourcery.com>
2636
2637 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
2638 produce debug information.
2639 * gdb.dwarf2/implptr-optimized-out.S: Removed.
2640
0f6e71e3
YQ
26412014-11-14 Yao Qi <yao@codesourcery.com>
2642
2643 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
2644 object and get function length.
2645 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
2646 with MACRO_AT_func.
2647 (top-level): Replace gdb_compile and clean_restart with
2648 prepare_for_testing.
2649 * gdb.dwarf2/main.c (main): Add label main_label.
2650
876c4df9
YQ
26512014-11-14 Yao Qi <yao@codesourcery.com>
2652
2653 * lib/dwarf.exp (function_range): New procedure.
2654 (Dwarf::_handle_macro_at_func): New procedure.
2655 (Dwarf::_handle_macro_at_range): New procedure.
2656 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
2657
02ad9cf1
YQ
26582014-11-14 Yao Qi <yao@codesourcery.com>
2659
2660 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
2661 (_handle_attribute): New procedure.
2662
a59add0c
AA
26632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2664
2665 * gdb.ada/cond_lang/foo.c (callme): Add return type.
2666 * gdb.base/call-sc.c (zed): Likewise.
2667 * gdb.base/checkpoint.c (main): Likewise.
2668 * gdb.base/dump.c (main): Likewise.
2669 * gdb.base/gcore.c (main): Likewise.
2670 * gdb.base/huge.c (main): Likewise.
2671 * gdb.base/multi-forks.c (main): Likewise.
2672 * gdb.base/pr10179-a.c (main): Likewise.
2673 * gdb.base/savedregs.c (main): Likewise.
2674 * gdb.base/sigaltstack.c (main): Likewise.
2675 * gdb.base/siginfo.c (main): Likewise.
2676 * gdb.base/structs.c (zed): Likewise.
2677 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
2678 * gdb.mi/mi-syn-frame.c (main): Likewise.
2679 * gdb.mi/until.c (foo, main): Likewise.
2680 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
2681 * gdb.base/solib-weak.c (foo): Declare.
2682 * gdb.base/attach-twice.c: Include stdio.h.
2683 * gdb.base/weaklib1.c: Likewise.
2684 * gdb.base/weaklib2.c: Likewise.
2685 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
2686 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
2687 unistd.h.
2688 * gdb.base/attach-pie-misread.c: Include stdlib.h.
2689 * gdb.mi/mi-exit-code.c: Likewise.
2690 * gdb.base/break-interp-lib.c: Include string.h.
2691 * gdb.base/coremaker.c: Likewise.
2692 * gdb.base/testenv.c: Likewise.
2693 * gdb.python/py-finish-breakpoint.c: Likewise.
2694 * gdb.base/inferior-died.c: Include sys/wait.h.
2695 * gdb.base/fileio.c: Include time.h.
2696 * gdb.base/async-shell.c: Include unistd.h.
2697 * gdb.base/dprintf-non-stop.c: Likewise.
2698 * gdb.base/info-os.c: Likewise.
2699 * gdb.mi/mi-console.c: Likewise.
2700 * gdb.mi/watch-nonstop.c: Likewise.
2701 * gdb.python/py-events.c: Likewise.
2702 * gdb.base/async.c (baz): Move up before its invocation.
2703 * gdb.base/code_elim2.c (my_global_func): Likewise.
2704 * gdb.base/skip-solib-lib.c (multiply): Likewise.
2705 * gdb.base/advance.c (func2): Likewise.
2706
3b5d5997
AA
27072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2708
2709 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
2710 variant.
2711 * gdb.base/annota3.c: Likewise.
2712 * gdb.base/async.c: Likewise.
2713 * gdb.base/average.c: Likewise.
2714 * gdb.base/call-ar-st.c: Likewise.
2715 * gdb.base/call-rt-st.c: Likewise.
2716 * gdb.base/call-sc.c: Likewise.
2717 * gdb.base/call-strs.c: Likewise.
2718 * gdb.base/ending-run.c: Likewise.
2719 * gdb.base/execd-prog.c: Likewise.
2720 * gdb.base/exprs.c: Likewise.
2721 * gdb.base/foll-exec.c: Likewise.
2722 * gdb.base/foll-fork.c: Likewise.
2723 * gdb.base/foll-vfork.c: Likewise.
2724 * gdb.base/funcargs.c: Likewise.
2725 * gdb.base/gcore.c: Likewise.
2726 * gdb.base/jump.c: Likewise.
2727 * gdb.base/langs0.c: Likewise.
2728 * gdb.base/langs1.c: Likewise.
2729 * gdb.base/langs2.c: Likewise.
2730 * gdb.base/mips_pro.c: Likewise.
2731 * gdb.base/nodebug.c: Likewise.
2732 * gdb.base/opaque0.c: Likewise.
2733 * gdb.base/opaque1.c: Likewise.
2734 * gdb.base/recurse.c: Likewise.
2735 * gdb.base/run.c: Likewise.
2736 * gdb.base/scope0.c: Likewise.
2737 * gdb.base/scope1.c: Likewise.
2738 * gdb.base/setshow.c: Likewise.
2739 * gdb.base/setvar.c: Likewise.
2740 * gdb.base/shmain.c: Likewise.
2741 * gdb.base/shr1.c: Likewise.
2742 * gdb.base/shr2.c: Likewise.
2743 * gdb.base/sigall.c: Likewise.
2744 * gdb.base/signals.c: Likewise.
2745 * gdb.base/so-indr-cl.c: Likewise.
2746 * gdb.base/solib2.c: Likewise.
2747 * gdb.base/structs.c: Likewise.
2748 * gdb.base/sum.c: Likewise.
2749 * gdb.base/vforked-prog.c: Likewise.
2750 * gdb.base/watchpoint.c: Likewise.
2751 * gdb.reverse/shr2.c: Likewise.
2752 * gdb.reverse/until-reverse.c: Likewise.
2753 * gdb.reverse/ur1.c: Likewise.
2754 * gdb.reverse/watch-reverse.c: Likewise.
2755
066a77c5
AA
27562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2757
2758 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
2759 variant.
2760 * gdb.base/sepdebug.exp: Drop references to removed code.
2761
4f204ea5
AA
27622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2763
2764 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
2765 variant. Preserve original line numbering.
2766 * gdb.base/list1.c: Likewise.
2767
3b377a3a
AA
27682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2769
2770 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
2771 variant.
2772 * gdb.base/break1.c: Likewise.
2773 * gdb.base/break.exp: Drop references to removed code.
2774
e444df73
AA
27752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2776
2777 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
2778 variant.
2779
8008f2a7
AA
27802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2781
2782 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
2783
a5a06887
AA
27842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2785
2786 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
2787 logic into perform_all_tests() and invoke it with and without
2788 function header prototypes.
2789 (do_function_calls): Remove conditional XFAIL for PR 5318.
2790 (rerun_and_prepare): Remove duplicate code.
2791 (perform_all_tests): New. Main logic moved here.
2792
44dba9b9
AA
27932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2794
2795 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
2796 code guarded by #ifdef NO_PROTOTYPES.
2797 (t_double_many_args): Likewise.
2798 (DEF_FUNC_MANY_ARGS_1): Likewise.
2799 (DEF_FUNC_VALUES_1): Likewise.
2800 (t_structs_ldc): Renamed from t_structs_fc in conditional code
2801 guarded by #ifdef PROTOTYPES.
2802
d1fbcd56
AA
28032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2804
2805 * gdb.mi/mi-console.c: Add eye-catcher.
2806 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
2807 instead of literal line number.
2808
b0e59b8f
AA
28092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2810
2811 * gdb.base/shr2.c: Add eye-catcher.
2812 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
2813 line number.
2814
78f98cca
AA
28152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2816
2817 * gdb.base/jump.c: Add eye-catchers.
2818 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
2819 numbers.
2820
58fa2af0
AA
28212014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2822
2823 * gdb.base/execd-prog.c: Add eye-catchers.
2824 * gdb.base/foll-exec.c: Likewise.
2825 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
2826 line numbers.
2827
04e5059b
AA
28282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2829
2830 * gdb.base/ending-run.c: Add eye-catchers.
2831 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
2832 literal line numbers.
2833
dbfdb174
AA
28342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2835
2836 * gdb.base/call-rt-st.c: Add eye-catchers.
2837 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
2838 literal line numbers.
2839
888a2ade
AA
28402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2841
2842 * gdb.base/call-ar-st.c: Add eye-catchers.
2843 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
2844 literal line numbers.
2845
6acc2dde
AA
28462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2847
2848 * gdb.base/average.c: Add eye-catchers.
2849 * gdb.base/sum.c: Likewise.
2850 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
2851 regexps dynamically.
2852
9ecfcd1d
AA
28532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2854
2855 * gdb.base/solib1.c: Add eye-catchers.
2856 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
2857 literal line numbers.
2858
78708b7c
PA
28592014-11-12 Pedro Alves <palves@redhat.com>
2860
2861 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
2862 leader has exited.
2863
af48d08f
PA
28642014-11-12 Pedro Alves <palves@redhat.com>
2865
2866 * gdb.arch/i386-bp_permanent.c: New file.
2867 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
2868 (srcfile): Set to i386-bp_permanent.c.
2869 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
2870 that stepi does not execute the 'leave' instruction, instead of
2871 testing it does execute.
2872 * gdb.base/bp-permanent.c: New file.
2873 * gdb.base/bp-permanent.exp: New file.
2874
af3768e9
DE
28752014-11-10 Doug Evans <xdje42@gmail.com>
2876
2877 PR symtab/17564
2878 * gdb.base/symtab-search-order.exp: New file.
2879 * gdb.base/symtab-search-order.c: New file.
2880 * gdb.base/symtab-search-order-1.c: New file.
2881 * gdb.base/symtab-search-order-shlib-1.c: New file.
2882
9de00a4a
PA
28832014-11-07 Pedro Alves <palves@redhat.com>
2884
2885 PR gdb/17511
2886 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
2887 i?86-*-linux*.
2888
e0f52461
SC
28892014-11-03 Siva Chandra Reddy <sivachandra@google.com>
2890
2891 PR c++/17494
2892 * gdb.cp/pr17494.cc: New file.
2893 * gdb.cp/pr17494.exp: New file.
2894
6ce8c980
YQ
28952014-11-02 Yao Qi <yao@codesourcery.com>
2896
2897 * gdb.python/python.exp: Get working directory and match the
2898 output of "set extended-prompt \\w " with it.
2899
02be9a71
DE
29002014-10-30 Doug Evans <dje@google.com>
2901
2902 * gdb.python/py-objfile.exp: Add tests for setting random attributes
2903 in objfiles.
2904 * gdb.python/py-progspace.exp: Add tests for setting random attributes
2905 in progspaces.
2906
3bdff46b
LM
29072014-10-30 Janis Johnson <janisjo@codesourcery.com>
2908
2909 * gdb.base/fullpath-expand.exp: Skip for a remote host.
2910 * gdb.base/realname-expand.exp: Likewise.
2911 * gdb.linespec/macro-relative.exp: Likewise.
2912
ab917dfb
PA
29132014-10-29 Pedro Alves <palves@redhat.com>
2914
2915 PR gdb/17408
2916 * gdb.threads/schedlock.c (some_function): New function.
2917 (call_function): New global.
2918 (MAYBE_CALL_SOME_FUNCTION): New macro.
2919 (thread_function): Call it.
2920 * gdb.threads/schedlock.exp (get_args): Add description parameter,
2921 and use it instead of a global counter. Adjust all callers.
2922 (get_current_thread): Use "find current thread" for test message
2923 here rather than having all callers pass down the same string.
2924 (goto_loop): New procedure, factored out from ...
2925 (my_continue): ... this.
2926 (step_ten_loops): Change parameter from test message to command to
2927 use. Adjust.
2928 (list_count): Delete global.
2929 (check_result): New procedure, factored out from duplicate top
2930 level code.
2931 (continue tests): Wrap in with_test_prefix.
2932 (test_step): New procedure, factored out from duplicate top level
2933 code.
2934 (top level): Test "step" in combination with all scheduler-locking
2935 modes. Test "next" in combination with all scheduler-locking
2936 modes, and in combination with stepping over a function call or
2937 not.
2938 * gdb.threads/next-bp-other-thread.c: New file.
2939 * gdb.threads/next-bp-other-thread.exp: New file.
2940
d3d4baed
PA
29412014-10-29 Pedro Alves <palves@redhat.com>
2942
2943 PR python/17372
2944 * gdb.python/python.exp: Test a multi-line command that spawns
2945 interactive Python.
2946 * gdb.base/multi-line-starts-subshell.exp: New file.
2947
563e8d85
YQ
29482014-10-29 Yao Qi <yao@codesourcery.com>
2949
2950 * gdb.base/fileio.exp: Make directories on host.
2951
0ea4d52e
YQ
29522014-10-29 Yao Qi <yao@codesourcery.com>
2953
2954 * gdb.base/fileio.c (test_write): Close the file.
2955
7f5ef605
PA
29562014-10-28 Pedro Alves <palves@redhat.com>
2957
2958 PR gdb/12623
2959 * gdb.base/sigstep.c (no_handler): New global.
2960 (main): If 'no_handler is true, set the signal handlers to
2961 SIG_IGN.
2962 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
2963 with_sw_watch and no_handler parameters. Handle them.
2964 (top level) <stepping over handler when stopped at a breakpoint
2965 test>: Add a test axis for testing with a software watchpoint, and
2966 another for testing with the signal handler set to SIG_IGN.
2967 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
2968 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
2969
abbdbd03
PA
29702014-10-28 Pedro Alves <palves@redhat.com>
2971
2972 PR gdb/17511
2973 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
2974 * gdb.base/sigstep.exp (other_handler_location): New global.
2975 (advance): Support stepping into the signal handler, and running
2976 commands while in the handler.
2977 (in_handler_map): New global.
2978 (top level): In the advance test, add combinations for getting
2979 into the handler with stepping commands, and for running commands
2980 in the handler. Add comment descripting the advancei tests.
2981
1df4399f
PA
29822014-10-28 Pedro Alves <palves@redhat.com>
2983
2984 * gdb.base/sigstep.exp: Use build_executable instead of
2985 prepare_for_testing.
2986 (top level): Move code that starts GDB, runs to main and creates a
2987 display to ...
2988 (restart): ... this new procedure.
2989 (top level): Move backtrace from signal handler test to ...
2990 (validate_backtrace): ... this new procedure.
2991 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
2992 with_test_prefix. Always restart GDB.
2993 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
2994 with_test_prefix. Always restart GDB. No need to delete
2995 breakpoints after the test.
2996 (test_skip_handler): Remove prefix parameter.
2997 (skip_over_handler, breakpoint_to_handler)
2998 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
2999 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
3000 restart GDB. No need to delete breakpoints after the test.
3001 (top level): Use foreach to call the test procedures with
3002 different commands.
3003
a5b6e449
PA
30042014-10-28 Pedro Alves <palves@redhat.com>
3005
3006 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
3007 instead of GNATS numbers.
3008 * gdb.base/sigbpt.exp: Likewise.
3009 * gdb.base/siginfo.exp: Likewise.
3010 * gdb.base/sigstep.exp: Likewise.
3011
e5f8a7cc
PA
30122014-10-27 Pedro Alves <palves@redhat.com>
3013
3014 * gdb.base/sigstep.c (dummy): New global.
3015 (main): Issue a couple writes to the new global.
3016 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
3017 procedures.
3018 (skip_over_handler): Use test_skip_handler.
3019 (top level): Call skip_over_handler for stepi and nexti too.
3020 (breakpoint_over_handler): Use test_skip_handler.
3021 (top level): Call breakpoint_over_handler for stepi and nexti too.
3022
763905a3
YQ
30232014-10-27 Yao Qi <yao@codesourcery.com>
3024
3025 * gdb.trace/tfile.c (adjust_function_address)
3026 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
3027 function descriptor.
3028
6f259a23
DB
30292014-10-24 Don Breazeal <donb@codesourcery.com>
3030
3031 * gdb.base/foll-fork.exp (test_follow_fork,
3032 catch_fork_child_follow): Check for updated fork messages emitted
3033 from infrun.c.
3034 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
3035 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
3036 vfork_and_exec_child_follow_through_step): Check for updated vfork
3037 messages emitted from infrun.c.
3038
09dd9a69
PA
30392014-10-24 Pedro Alves <palves@redhat.com>
3040
3041 * gdb.base/corefile.exp: Remove references to ultrix.
3042 * gdb.base/interrupt.exp: Likewise.
3043 * gdb.base/whatis.exp: Likewise.
3044 * gdb.gdb/selftest.exp: Likewise.
3045 * gdb.threads/manythreads.exp: Likewise.
3046 * gdb.threads/print-threads.exp: Likewise.
3047 * gdb.threads/pthreads.exp:: Likewise.
3048 * gdb.threads/schedlock.exp: Likewise.
3049
3433cfa5
SC
30502014-10-24 Siva Chandra Reddy <sivachandra@google.com>
3051
3052 * gdb.cp/non-trivial-retval.cc: Add a test case.
3053 * gdb.cp/non-trivial-retval.exp: Add a test.
3054
092f880b
YQ
30552014-10-20 Yao Qi <yao@codesourcery.com>
3056
3057 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
3058 * gdb.python/py-objfile-script-gdb.py: New file.
3059 * gdb.python/py-objfile-script.exp: Update reference to
3060 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
3061 of remote_download. Remove the dest file.
3062
acbdb7f3
YQ
30632014-10-20 Yao Qi <yao@codesourcery.com>
3064
3065 * gdb.base/checkpoint.exp: Don't remove file copied on host.
3066 * gdb.base/step-line.exp: Likewise.
3067 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3068 * gdb.dwarf2/dw2-basic.exp: Likewise.
3069 * gdb.dwarf2/dw2-compressed.exp: Likewise.
3070 * gdb.dwarf2/dw2-filename.exp: Likewise.
3071 * gdb.dwarf2/dw2-intercu.exp: Likewise.
3072 * gdb.dwarf2/dw2-intermix.exp: Likewise.
3073 * gdb.dwarf2/dw2-producer.exp: Likewise.
3074 * gdb.dwarf2/mac-fileno.exp: Likewise.
3075 * gdb.python/py-frame-args.exp: Likewise.
3076 * gdb.python/py-framefilter.exp: Likewise.
3077 * gdb.python/py-mi.exp: Likewise.
3078 * gdb.python/py-objfile-script.exp: Likewise
3079 * gdb.python/py-pp-integral.exp: Likewise.
3080 * gdb.python/py-pp-re-notag.exp: Likewise.
3081 * gdb.python/py-prettyprint.exp: Likewise.
3082 * gdb.python/py-section-script.exp: Likewise.
3083 * gdb.python/py-typeprint.exp: Likewise.
3084 * gdb.python/py-xmethods.exp: Likewise.
3085 * gdb.stabs/weird.exp: Likewise.
3086 * gdb.xml/tdesc-regs.exp: Likewise.
3087
bd286a29
KCY
30882014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
3089
3090 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
3091 (out_cu): Use addr_len for the size of addresses.
3092 (out_line): Likewise. Size DW_LNE_set_address instruction
3093 according to addr_len.
3094 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
3095 (FUNC): Add START_INSNS to definition.
3096
673dc4a0
YQ
30972014-10-18 Yao Qi <yao@codesourcery.com>
3098
3099 * gdb.base/argv0-symlink.exp: Check argv[0] value if
3100 gdb_has_argv0 return true.
3101 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
3102 check [target_info exists noargs], check [gdb_has_argv0]
3103 instead.
3104 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3105 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
3106 procedures.
3107
4ffbba72
DE
31082014-10-17 Doug Evans <dje@google.com>
3109
3110 * gdb.python/py-events.exp: Update expected output for clear_objfiles
3111 event.
3112 * gdb.python/py-events.py: Add clear_objfiles event.
3113
d096d8c1
DE
31142014-10-17 Doug Evans <dje@google.com>
3115
3116 * gdb.python/py-objfile.exp: Test progspace attribute.
3117
a80db015
LM
31182014-10-17 Luis Machado <lgustavo@codesourcery.com>
3119
3120 * gdb.guile/scm-breakpoint.exp: Do not assume any
3121 directory separators when matching source file paths.
3122 * gdb.python/py-breakpoint.exp: Likewise.
3123 * gdb.reverse/break-precsave.exp: Likewise.
3124 * gdb.reverse/break-reverse.exp: Likewise.
3125 * gdb.reverse/consecutive-precsave.exp: Likewise.
3126 * gdb.reverse/finish-precsave.exp: Likewise.
3127 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
3128 * gdb.reverse/finish-reverse.exp: Likewise.
3129 * gdb.reverse/i386-precsave.exp: Likewise.
3130 * gdb.reverse/i387-env-reverse.exp: Likewise.
3131 * gdb.reverse/i387-stack-reverse.exp: Likewise.
3132 * gdb.reverse/machinestate-precsave.exp: Likewise.
3133 * gdb.reverse/machinestate.exp: Likewise.
3134 * gdb.reverse/sigall-precsave.exp: Likewise.
3135 * gdb.reverse/solib-precsave.exp: Likewise.
3136 * gdb.reverse/step-precsave.exp: Likewise.
3137 * gdb.reverse/until-precsave.exp: Likewise.
3138 * gdb.reverse/watch-precsave.exp: Likewise.
3139 * gdb.reverse/watch-reverse.exp: Likewise.
3140
b22089ab
YQ
31412014-10-17 Yao Qi <yao@codesourcery.com>
3142
3143 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
3144 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
3145
6c4486e6
PA
31462014-10-17 Pedro Alves <palves@redhat.com>
3147
3148 PR gdb/17471
3149 * gdb.base/bg-execution-repeat.c: New file.
3150 * gdb.base/bg-execution-repeat.exp: New file.
3151
0ff33695
PA
31522014-10-17 Pedro Alves <palves@redhat.com>
3153
3154 PR gdb/17300
3155 * gdb.base/continue-all-already-running.c: New file.
3156 * gdb.base/continue-all-already-running.exp: New file.
3157
6fdebc3d
PA
31582014-10-17 Pedro Alves <palves@redhat.com>
3159
3160 PR gdb/17472
3161 * gdb.base/annota-input-while-running.c: New file.
3162 * gdb.base/annota-input-while-running.exp: New file.
3163
32a8097b
PA
31642014-10-17 Pedro Alves <palves@redhat.com>
3165
3166 * gdb.base/callfuncs.exp: emove references to osf.
3167 * gdb.base/sigall.exp: Likewise.
3168 * gdb.gdb/selftest.exp: Likewise.
3169 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
3170 * gdb.mi/non-stop.c: Likewise.
3171 * gdb.mi/pthreads.c: Likewise.
3172 * gdb.reverse/sigall-precsave.exp: Likewise.
3173 * gdb.reverse/sigall-reverse.exp: Likewise.
3174 * gdb.threads/pthreads.c: Likewise.
3175 * gdb.threads/pthreads.exp: Likewise.
3176
7a3517ff
YQ
31772014-10-17 Yao Qi <yao@codesourcery.com>
3178
3179 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
3180 check 'target_info exists noargs'.
3181 (test_command_prompt_position): Likewise.
3182 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
3183 Remove "set args".
3184 (progvar_simple_while_test): Likewise.
3185 (progvar_complex_if_while_test): Likewise.
3186 (if_while_breakpoint_command_test): Likewise.
3187 (infrun_breakpoint_command_test): Likewise.
3188 (breakpoint_command_test): Likewise.
3189 (watchpoint_command_test): Likewise.
3190 (bp_deleted_in_command_test): Likewise.
3191 (temporary_breakpoint_commands): Likewise.
3192
bb99c472
YQ
31932014-10-16 Yao Qi <yao@codesourcery.com>
3194
3195 * gdb.base/remotetimeout.exp: Remove noargs checking.
3196
7c16b83e
PA
31972014-10-15 Pedro Alves <palves@redhat.com>
3198
3199 PR breakpoints/9649
3200 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
3201 * gdb.base/breakpoint-in-ro-region.exp
3202 (probe_target_hardware_step): New procedure.
3203 (top level): Probe hardware stepping and hardware breakpoint
3204 support. Test stepping through a read-only region, with both
3205 "breakpoint auto-hw" on and off and both "always-inserted" on and
3206 off.
3207
35a49624
IB
32082014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
3209
3210 * gdb.dlang/demangle.exp: Update for demangling changes.
3211
2d1c107c
SC
32122014-10-15 Siva Chandra Reddy <sivachandra@google.com>
3213
3214 * gdb.cp/non-trivial-retval.cc: Add new test cases.
3215 * gdb.cp/non-trivial-retval.exp: Add new tests.
3216
778811d5
SC
32172014-10-15 Siva Chandra Reddy <sivachandra@google.com>
3218
3219 PR c++/13403
3220 PR c++/15154
3221 * gdb.cp/non-trivial-retval.cc: New file.
3222 * gdb.cp/non-trivial-retval.exp: New file.
3223
10c5f0a8
YQ
32242014-10-15 Yao Qi <yao@codesourcery.com>
3225
3226 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
3227 remote host.
3228
65d7b369
YQ
32292014-10-15 Yao Qi <yao@codesourcery.com>
3230
3231 * gdb.python/py-symbol.exp: Match file base name if host is
3232 remote, otherwise match file name with dir name.
3233 * gdb.python/py-symtab.exp: Likewise.
3234 * gdb.python/python.exp: Likewise.
3235
46dc1394
YQ
32362014-10-15 Yao Qi <yao@codesourcery.com>
3237
3238 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
3239 pattern.
3240 * gdb.python/py-symtab.exp: Likewise.
3241 * gdb.python/python.exp: Remove trailing ".*". Fix typo
3242 locationn.
3243
c40cc657
JB
32442014-10-14 Joel Brobecker <brobecker@adacore.com>
3245
3246 * gdb.ada/addr_arith: New testcase.
3247
2abf49e1
MR
32482014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
3249
3250 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
3251 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
3252 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
3253 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
3254
f7088df3
SDJ
32552014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
3256
3257 * gdb.arch/stap-eval-lang-ada.S: Likewise.
3258 * gdb.arch/stap-eval-lang-ada.c: Likewise.
3259 * gdb.arch/stap-eval-lang-ada.exp: New file.
3260
4dc06805
YQ
32612014-10-14 Yao Qi <yao@codesourcery.com>
3262
3263 * gdb.mi/mi-var-child.c (nothing1): New function.
3264 (nothing2): New function.
3265 (do_children_tests): Set function pointers by nothing1 and
3266 nothing2.
3267 * gdb.mi/mi-var-child.exp: Step over new added statements.
3268 Update test to match the new output.
3269 * gdb.mi/var-cmd.c (nothing1): New function.
3270 (nothing2): New function.
3271 (do_children_tests): Set function pointers by nothing1 and
3272 nothing2.
3273 * gdb.mi/mi-var-display.exp: Update test to match output.
3274 Step to the line specified by $line_dct_nothing.
3275 Increase the number of lines to step.
3276
46a93de2
YQ
32772014-10-14 Yao Qi <yao@codesourcery.com>
3278
3279 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
3280 tests.
3281 * gdb.mi/mi2-var-child.exp: Likewise.
3282
14ea52ee
DE
32832014-10-13 Doug Evans <dje@google.com>
3284
3285 * gdb.python/py-objfile.exp: Change name of file name test.
3286
e5c6e92b
DE
32872014-10-13 Doug Evans <dje@google.com>
3288
3289 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
3290 from the start of the CU.
3291
c780cc2f
JK
32922014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3293 Yao Qi <yao@codesourcery.com>
3294
3295 Fix "save breakpoints" for "catch" command.
3296 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
3297 Remove -nonewline. Match also the added "main" line.
3298
99894e11
JK
32992014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3300
3301 Fix "save breakpoints" for "disable $bpnum" command.
3302 * gdb.base/save-bp.c (main): Add label.
3303 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
3304
6e1ac5a3
JK
33052014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3306
3307 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
3308
754dd2b0
YQ
33092014-10-11 Yao Qi <yao@codesourcery.com>
3310
3311 * gdb.server/server-kill.exp: Execute command
3312 "set remote trace-status-packet on" before "tstatus".
3313
f90183d7
YQ
33142014-10-11 Yao Qi <yao@codesourcery.com>
3315
3316 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
3317 (main): Call getppid.
3318 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
3319 and continue to it. Read variable "server_pid".
3320
bf40a607
YQ
33212014-10-11 Yao Qi <yao@codesourcery.com>
3322
3323 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
3324
052ca370
YQ
33252014-10-11 Yao Qi <yao@codesourcery.com>
3326
3327 * gdb.threads/thread-find.exp: Don't execute command
3328 "info threads".
3329 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
3330 * gdb.threads/linux-dp.exp: Don't check the condition
3331 $threads_created equals to zero.
3332
3831839c
PA
33332014-10-10 Pedro Alves <palves@redhat.com>
3334
3335 * gdb.base/bigcore.exp: Remove references to IRIX.
3336 * gdb.base/funcargs.exp: Likewise.
3337 * gdb.base/interrupt.exp: Likewise.
3338 * gdb.base/mips_pro.exp: Likewise.
3339 * gdb.base/nodebug.exp: Likewise.
3340 * gdb.base/setvar.exp: Likewise.
3341 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
3342
8b9a549d
PA
33432014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3344 Pedro Alves <palves@redhat.com>
3345
3346 PR symtab/14466
3347 * gdb.base/vdso-warning.c: New file.
3348 * gdb.base/vdso-warning.exp: New file.
3349
d48ba5e8
DE
33502014-10-02 Doug Evans <dje@google.com>
3351
3352 * gdb.base/structs.c (main): Don't run forever.
3353
2278c276
PA
33542014-10-02 Pedro Alves <palves@redhat.com>
3355
3356 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
3357 (top level) <stop threads 1, stop threads 2>: Use it.
3358
b57bacec
PA
33592014-10-02 Pedro Alves <palves@redhat.com>
3360
3361 * gdb.threads/break-while-running.exp (test): Add new
3362 'update_thread_list' argument. Skip "info threads" if false.
3363 (top level): Add new 'update_thread_list' axis.
3364
13fd3ff3
PA
33652014-10-02 Pedro Alves <palves@redhat.com>
3366
3367 PR breakpoints/17431
3368 * gdb.base/execl-update-breakpoints.c: New file.
3369 * gdb.base/execl-update-breakpoints.exp: New file.
3370
0fec99e8
PA
33712014-10-01 Pedro Alves <palves@redhat.com>
3372
3373 * gdb.base/breakpoint-in-ro-region.c: New file.
3374 * gdb.base/breakpoint-in-ro-region.exp: New file.
3375
2ddf4301
SM
33762014-10-01 Simon Marchi <simon.marchi@ericsson.com>
3377
3378 * gdb.mi/mi-exit-code.exp: New file.
3379 * gdb.mi/mi-exit-code.c: New file.
3380
6a5f3f43
YQ
33812014-09-30 Yao Qi <yao@codesourcery.com>
3382
3383 * lib/prelink-support.exp (build_executable_own_libs): Error if
3384 the target isn't native.
3385
345bcc73
YQ
33862014-09-30 Yao Qi <yao@codesourcery.com>
3387
3388 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
3389 false.
3390
a25a5a45
PA
33912014-09-22 Pedro Alves <palves@redhat.com>
3392
3393 * gdb.threads/break-while-running.exp: New file.
3394 * gdb.threads/break-while-running.c: New file.
3395
00ba3162
YQ
33962014-09-19 Yao Qi <yao@codesourcery.com>
3397
3398 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
3399 Invoke test. Restart GDB with --readnow and invoke test again.
3400
c3b7b696
YQ
34012014-09-19 Yao Qi <yao@codesourcery.com>
3402
3403 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
3404 proc set_breakpoint_on_gcd_function. Invoke
3405 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
3406 invoke set_breakpoint_on_gcd_function again.
3407
2b4fd423
DE
34082014-09-18 Doug Evans <dje@google.com>
3409
3410 * gdb.dwarf2/symtab-producer.exp: New file.
3411
a5947601
SDJ
34122014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3413
3414 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
3415 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
3416 * gdb.base/global-var-nested-by-dso.c: Likewise.
3417 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3418
91c19059
SDJ
34192014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3420 Pedro Alves <palves@redhat.com>
3421
3422 * gdb.base/watch-bitfields.exp: Pass string other than test file
3423 name to prepare_for_testing.
3424 (watch): New procedure.
3425 (expect_watchpoint): Use with_test_prefix.
3426 (top level): Factor out tests to ...
3427 (test_watch_location, test_regular_watch): ... these new
3428 procedures, and use with_test_prefix and gdb_continue_to_end.
3429
bb9d5f81
PP
34302014-09-16 Patrick Palka <patrick@parcs.ath.cx>
3431
3432 PR breakpoints/12526
3433 * gdb.base/watch-bitfields.exp: New file.
3434 * gdb.base/watch-bitfields.c: New file.
3435
635856f5
PA
34362014-09-16 Pedro Alves <palves@redhat.com>
3437
3438 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
3439 software and hardware addresses, not software address against
3440 itself.
3441
7280ceea
PA
34422014-09-16 Pedro Alves <palves@redhat.com>
3443
3444 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
3445 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
3446
428b16bd
PA
34472014-09-16 Pedro Alves <palves@redhat.com>
3448
3449 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
3450 files.
3451 * gdb.base/a2-run.exp: Remove all code guarded by istarget
3452 "*-*-vxworks*" throughout.
3453 * gdb.base/break.exp: Likewise.
3454 * gdb.base/default.exp: Likewise.
3455 * gdb.base/scope.exp: Likewise.
3456 * gdb.base/sepdebug.exp: Likewise.
3457 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
3458 throughout.
3459 * gdb.base/run.c: Likewise.
3460 * gdb.base/sepdebug.c: Likewise.
3461 * gdb.hp/gdb.aCC/run.c: Likewise.
3462 * gdb.reverse/until-reverse.c: Likewise.
3463 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
3464
666d413c
YQ
34652014-09-16 Yao Qi <yao@codesourcery.com>
3466
3467 * boards/local-remote-host-native.exp: New file.
3468
57cbd724
DE
34692014-09-14 Doug Evans <xdje42@gmail.com>
3470
3471 * gdb.threads/queue-signal.c (thread_count): New variable.
3472 (thread_count_mutex, thread_count_condvar): New variables.
3473 (incr_thread_count, wait_all_threads_running): New functions.
3474 (main): Wait for all threads to be in their thread functions.
3475
81219e53
DE
34762014-09-13 Doug Evans <xdje42@gmail.com>
3477
3478 * gdb.threads/queue-signal.c: New file.
3479 * gdb.threads/queue-signal.exp: New file.
3480
3714cea7
DE
34812014-09-13 Doug Evans <xdje42@gmail.com>
3482
3483 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
3484 be consistent with what default_gdb_init uses.
3485 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
3486 the plain text of the prompt. Add some logging printfs.
3487 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
3488
fa43b1d7
PA
34892014-09-12 Pedro Alves <palves@redhat.com>
3490
3491 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
3492 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
3493 * gdb.arch/i386-size-overlap.exp: Likewise.
3494 * gdb.arch/i386-size.exp: Likewise.
3495 * gdb.arch/i386-unwind.exp: Likewise.
3496 * gdb.base/a2-run.exp: Likewise.
3497 * gdb.base/break.exp: Likewise.
3498 * gdb.base/charset.exp: Likewise.
3499 * gdb.base/chng-syms.exp: Likewise.
3500 * gdb.base/commands.exp: Likewise.
3501 * gdb.base/dbx.exp: Likewise.
3502 * gdb.base/find.exp: Likewise.
3503 * gdb.base/funcargs.exp: Likewise.
3504 * gdb.base/jit-simple.exp: Likewise.
3505 * gdb.base/reread.exp: Likewise.
3506 * gdb.base/sepdebug.exp: Likewise.
3507 * gdb.base/step-bt.exp: Likewise.
3508 * gdb.cp/mb-inline.exp: Likewise.
3509 * gdb.cp/mb-templates.exp: Likewise.
3510 * gdb.objc/basicclass.exp: Likewise.
3511 * gdb.threads/killed.exp: Likewise.
3512
9d9bf2df
EBM
35132014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3514
3515 PR tdep/17379
3516 * gdb.arch/powerpc-stackless.S: New file.
3517 * gdb.arch/powerpc-stackless.exp: New file.
3518
1cf2f1b0
JK
35192014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3520
3521 * gdb.base/attach.c: Include unistd.h.
3522 (main): Call alarm. Add label postloop.
3523 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
3524 gdb_breakpoint, gdb_continue_to_breakpoint.
3525 (test_command_line_attach_run): Kill ${testpid} in one exit path.
3526
98880d46
PA
35272014-09-11 Pedro Alves <palves@redhat.com>
3528
3529 PR gdb/17347
3530 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
3531 * gdb.base/attach.exp (test_command_line_attach_run): New
3532 procedure.
3533 (top level): Call it.
3534
4c92ff2c
PA
35352014-09-11 Pedro Alves <palves@redhat.com>
3536
3537 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
3538 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
3539 (do_command_attach_tests): Use spawn_wait_for_attach.
3540 * gdb.base/solib-overlap.exp: Likewise.
3541 * gdb.multi/multi-attach.exp: Likewise.
3542 * gdb.python/py-prompt.exp: Likewise.
3543 * gdb.python/py-sync-interp.exp: Likewise.
3544 * gdb.server/ext-attach.exp: Likewise.
3545
3adc1a7d
GKB
35462014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
3547
3548 * gdb.fortran/array-element.exp: Remove unexpected "continue"
3549 command in testcase. Simplify testcase.
3550
96334934
JB
35512014-09-10 Joel Brobecker <brobecker@adacore.com>
3552
3553 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
3554
eb479039
JB
35552014-09-10 Joel Brobecker <brobecker@adacore.com>
3556
3557 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
3558
deede10c
JB
35592014-09-10 Joel Brobecker <brobecker@adacore.com>
3560
3561 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
3562
7828a5f5
JB
35632014-09-10 Joel Brobecker <brobecker@adacore.com>
3564
3565 * gdb.dwarf2/dynarr-ptr.c: New file.
3566 * gdb.dwarf2/dynarr-ptr.exp: New file.
3567
33aeebcf
MR
35682014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3569
3570 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
3571 of 30 rather than hardcoding 120 for a slow test case. Take the
3572 `gdb,timeout' target setting into account for this calculation.
3573 Don't extend the timeout for the test cases that don't need it.
3574
7b415901
MR
35752014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3576
3577 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
3578 a factor of 2 for a slow test case. Take the `gdb,timeout'
3579 target setting into account for this calculation.
3580 * gdb.reverse/until-precsave.exp: Increase the timeout by
3581 a factor of 15 and 3 respectively rather than adding 120
3582 for a pair of slow test cases. Take the `gdb,timeout'
3583 target setting into account for this calculation.
3584
4a40f85a
MR
35852014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3586
3587 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
3588 timeout, don't pass one down to gdb_expect.
3589 (gdb_expect): Rework timeout selection.
3590
09635af7
MR
35912014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3592
3593 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
3594 exception on timeout.
3595 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
3596 (gdbserver_start_extended): Catch any `gdbserver_start' error
3597 exceptions.
3598 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
3599 * lib/mi-support.exp (mi_gdb_target_load): Catch any
3600 `gdbserver_gdb_load' error exceptions.
3601
2bdd10b7
MR
36022014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3603
3604 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
3605 120 on waiting for the TCP socket to open.
3606
316935f0
DE
36072014-09-09 Doug Evans <xdje42@gmail.com>
3608
3609 * gdb.base/default.exp (show_conv_list): Add _caller_is,
3610 _caller_matches, _any_caller_is, _any_caller_matches.
3611
83740597
DE
36122014-09-09 Doug Evans <xdje42@gmail.com>
3613
3614 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
3615
4c122fc3
YQ
36162014-09-09 Yao Qi <yao@codesourcery.com>
3617
3618 * gdb.mi/mi-var-display.exp: Set print symbol off.
3619
a9f116cb
GKB
36202014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
3621
3622 PR gdb/17035
3623 * gdb.base/commands.exp: Add tests to verify user-defined
3624 commands with empty bodies.
3625 * gdb.python/py-cmd.exp: Test that we don't show user-defined
3626 python commands in `show user command`.
3627 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
3628 scheme commands in `show user command`.
3629
c75bd3a2
JK
36302014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3631
3632 PR python/17355
3633 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
3634 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
3635 * gdb.python/py-framefilter-invalidarg.exp: New file.
3636 * gdb.python/py-framefilter-invalidarg.py: New file.
3637
faa42425
DE
36382014-09-06 Doug Evans <xdje42@gmail.com>
3639
3640 PR 15276
3641 * gdb.python/py-caller-is.c: New file.
3642 * gdb.python/py-caller-is.exp: New file.
3643
474ca4f6
SDJ
36442014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
3645
3646 PR gdb/17235
3647 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
3648 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
3649
eb0b0463
SDJ
36502014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
3651
3652 PR fortran/17237
3653 * gdb.fortran/print-formatted.exp: New file.
3654 * gdb.fortran/print-formatted.f90: Likewise.
3655
5f3b99cf
SS
36562014-09-03 Sasha Smundak <asmundak@google.com>
3657
3658 * gdb.python/py-frame.exp: Test Frame.read_register.
3659
7d793aa9
SDJ
36602014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
3661
3662 PR python/16699
3663 * gdb.python/py-completion.exp: New file.
3664 * gdb.python/py-completion.py: Likewise.
3665
fb0576e9
DE
36662014-08-28 Doug Evans <dje@google.com>
3667
3668 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
3669 eax,etc. are live with values set by gdb and thus the compiler can't
3670 use them.
3671 * gdb.arch/i386-pseudo.c (main): Ditto.
3672
ee92b0dd
DE
36732014-08-27 Doug Evans <dje@google.com>
3674
3675 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
3676
6649db35
DE
36772014-08-25 Doug Evans <dje@google.com>
3678
3679 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
3680 (main): Ditto.
3681
564b7600
DE
36822014-08-25 Doug Evans <dje@google.com>
3683
3684 * gdb.threads/thread-execl.exp: #include <stdio.h>.
3685
3881fb67
YQ
36862014-08-24 Yao Qi <yao@codesourcery.com>
3687
3688 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
3689 symbol off.
3690 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
3691
a05a36a5
DE
36922014-08-22 Doug Evans <dje@google.com>
3693
3694 PR 17276
3695 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
3696 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
3697 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
3698
7c343b48
YQ
36992014-08-22 Yao Qi <yao@codesourcery.com>
3700
3701 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
3702 * gdb.python/py-finish-breakpoint2.exp: Likewise.
3703 * gdb.python/python.exp: Likewise. Use .py file on the host
3704 instead of the build.
3705
22fd09ae
JK
37062014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3707
3708 * gdb.threads/gcore-stale-thread.c: New file.
3709 * gdb.threads/gcore-stale-thread.exp: New file.
3710
a8454a7c
PA
37112014-08-21 Pedro Alves <palves@redhat.com>
3712
3713 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
3714 * gdb.base/gcore-relro-pie.exp: Likewise.
3715 * gdb.base/gcore-relro.exp: Likewise.
3716 * gdb.base/gcore.exp: Likewise.
3717 * gdb.base/print-symbol-loading.exp: Likewise.
3718 * gdb.threads/gcore-thread.exp: Likewise.
3719 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
3720
2a31c623
PA
37212014-08-20 Pedro Alves <palves@redhat.com>
3722 Jan Kratochvil <jan.kratochvil@redhat.com>
3723
3724 * Makefile.in (EXTRA_RULES, CC): New variables, get from
3725 configure.
3726 (EXPECT): Handle READ1 being set.
3727 (all): Depend on EXTRA_RULES.
3728 (check-read1, expect-read1, read1.so, read1): New rules.
3729 * README (Testsuite Parameters): Document the READ1 make variable.
3730 (Race detection): New section.
3731 * configure: Regenerate.
3732 * configure.ac: If build==host==target, and running under a
3733 GNU/glibc system, add read1 to the extra Makefile rules.
3734 (EXTRA_RULES): AC_SUBST it.
3735 * lib/read1.c: New file.
3736
d36430db
JB
37372014-08-20 Joel Brobecker <brobecker@adacore.com>
3738
3739 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
3740 the handling of variables declared as a typedef to an array
3741 which a DW_AT_data_location attribute.
3742
9a0dc9e3
PA
37432014-08-19 Andrew Burgess <aburgess@broadcom.com>
3744 Pedro Alves <palves@redhat.com>
3745
3746 PR symtab/14604
3747 PR symtab/14605
3748 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
3749 gdb_test.
3750
0718a8da
PA
37512014-08-19 Pedro Alves <palves@redhat.com>
3752
3753 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
3754
13b448cd
YQ
37552014-08-19 Yao Qi <yao@codesourcery.com>
3756
3757 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
3758 right line.
3759
1cbf5077
DB
37602014-08-18 David Blaikie <dblaikie@gmail.com>
3761
3762 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
3763
bf0fae19
JB
37642014-08-18 Joel Brobecker <brobecker@adacore.com>
3765
3766 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
3767 attribute in array range.
3768
3c8c5dcc
JB
37692014-08-18 Joel Brobecker <brobecker@adacore.com>
3770
3771 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
3772
e66d4446
SC
37732014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3774
3775 PR c++/17132
3776 * gdb.cp/pr17132.cc: New file.
3777 * gdb.cp/pr17132.exp: New file.
3778
940df408
SC
37792014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3780
3781 * gdb.python/py-xmethods.py (A_getarrayind)
3782 (E_method_char_worker.__call__, E_method_int_worker.__call__):
3783 Use 'print' with function call syntax.
3784 (E_method_matcher.match): Fix tab vs space indentation mixup.
3785
ebcc6c3a
YQ
37862014-08-15 Yao Qi <yao@codesourcery.com>
3787
3788 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
3789 false.
3790
775e0f04
YQ
37912014-08-15 Yao Qi <yao@codesourcery.com>
3792
3793 * gdb.cp/casts.exp: Set print symbol off.
3794 * gdb.cp/class2.exp: Likewise.
3795 * gdb.cp/overload.exp: Likewise.
3796 * gdb.cp/templates.exp: Likewise.
3797
d769e349
DE
37982014-08-11 Doug Evans <dje@google.com>
3799
3800 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3801 (test_load_shlib): Update.
3802
20c6f1e1
YQ
38032014-08-09 Yao Qi <yao@codesourcery.com>
3804
3805 * gdb.base/display.exp: Invoke is_address_zero_readable.
3806 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
3807 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3808 * gdb.base/hbreak-unmapped.exp: Return if
3809 is_address_zero_readable returns true.
3810 * gdb.base/signest.exp: Likewise.
3811 * gdb.base/signull.exp: Likewise.
3812 * gdb.base/sigbpt.exp: Likewise.
3813 * gdb.guile/scm-disasm.exp: Do the test if
3814 is_address_zero_readable returns false.
3815 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
3816 * gdb.python/py-arch.exp: Likewise.
3817 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
3818 * lib/gdb.exp (is_address_zero_readable): New proc.
3819
5792e8e3
YQ
38202014-08-09 Yao Qi <yao@codesourcery.com>
3821
3822 PR testsuite/13443
3823 * gdb.mi/mi-var-display.exp: Make test messages unique.
3824
3cecbbbe
TT
38252014-08-04 Tom Tromey <tromey@redhat.com>
3826
3827 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
3828 target 0".
3829
00b51ff5
TT
38302014-08-04 Tom Tromey <tromey@redhat.com>
3831
3832 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
3833 "target_resume".
3834
6908c509
JB
38352014-08-01 Joel Brobecker <brobecker@adacore.com>
3836
3837 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
3838 inner_vla_struct_object_size.
3839 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
3840 as xfail.
3841
cc6563d2
PA
38422014-07-30 Pedro Alves <palves@redhat.com>
3843
3844 * gdb.threads/signal-command-handle-nopass.exp (test): Add
3845 comment.
3846
7e09a223
YQ
38472014-07-29 Yao Qi <yao@codesourcery.com>
3848
3849 PR gdb/17206
3850 * gdb.base/until-nodebug.exp: New.
3851
7ebdbe92
DE
38522014-07-28 Doug Evans <xdje42@gmail.com>
3853
3854 PR guile/17203
3855 * gdb.guile/scm-parameter.exp: Add tests for trying to create
3856 previously existing parameter, and previously ambiguously spelled
3857 parameter.
3858
fdb1adc6
WN
38592014-07-28 Will Newton <will.newton@linaro.org>
3860
3861 * gdb.base/varargs.exp: Remove KFAILs for ARM.
3862
186fcde0
DE
38632014-07-26 Ludovic Courtès <ludo@gnu.org>
3864 Doug Evans <xdje42@gmail.com>
3865
3866 PR guile/17146
3867 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
3868
70509625
PA
38692014-07-25 Pedro Alves <palves@redhat.com>
3870
3871 * gdb.threads/signal-command-handle-nopass.c: New file.
3872 * gdb.threads/signal-command-handle-nopass.exp: New file.
3873 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
3874 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
3875 * gdb.threads/signal-delivered-right-thread.c: New file.
3876 * gdb.threads/signal-delivered-right-thread.exp: New file.
3877
c3f814a1
PA
38782014-07-25 Pedro Alves <palves@redhat.com>
3879
3880 * gdb.base/double-prompt-target-event-error.exp
3881 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
3882 match.
3883 (cancel_pagination_in_target_event): Rework double prompt
3884 detection.
3885 * gdb.base/paginate-after-ctrl-c-running.exp
3886 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
3887 <return>' match.
3888 * gdb.base/paginate-bg-execution.exp
3889 (test_bg_execution_pagination_return)
3890 (test_bg_execution_pagination_cancel): Remove '-notransfer
3891 <return>' matches.
3892 * gdb.base/paginate-execution-startup.exp
3893 (test_fg_execution_pagination_return)
3894 (test_fg_execution_pagination_cancel): Remove '-notransfer
3895 <return>' matches.
3896 * gdb.base/paginate-inferior-exit.exp
3897 (test_paginate_inferior_exited): Remove '-notransfer <return>'
3898 match.
3899 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
3900 * lib/gdb.exp (pagination_prompt): Run text through
3901 string_to_regexp.
3902 (gdb_test_multiple): Match $pagination_prompt instead of
3903 "<return>".
3904 (string_to_regexp): Move to lib/gdb-utils.exp.
3905
e214cf6c
JK
39062014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3907
3908 * gdb.arch/amd64-entry-value-paramref.S: New file.
3909 * gdb.arch/amd64-entry-value-paramref.cc: New file.
3910 * gdb.arch/amd64-entry-value-paramref.exp: New file.
3911 * gdb.arch/amd64-optimout-repeat.S: New file.
3912 * gdb.arch/amd64-optimout-repeat.c: New file.
3913 * gdb.arch/amd64-optimout-repeat.exp: New file.
3914
17d0c5c8
JK
39152014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3916
3917 PR gdb/17170
3918 * gdb.base/statistics.exp: New file.
3919
b8b8facf
DE
39202014-07-17 Doug Evans <dje@google.com>
3921
74b49205 3922 PR gdb/17170
b8b8facf
DE
3923 * gdb.base/maint.exp: Update testing of per-command stats.
3924
1b5d0ab3
PA
39252014-07-16 Pedro Alves <palves@redhat.com>
3926
3927 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
3928 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
3929 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
3930 (tfile_write_buf): New functions.
3931 (add_memory_block): Rewrite using the above.
3932 (adjust_function_address): New function.
3933 (FUNCTION_ADDRESS): New macro.
3934 (write_basic_trace_file): Remove short_x local, and use
3935 tfile_write_16. Change type of func_addr local to unsigned long
3936 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
3937 here. Cast argument of add_memory_block to char pointer.
3938 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
3939 (main): Remove parameters.
3940 * gdb.trace/tfile.exp: Remove nowarnings.
3941
4d974e88
SM
39422014-07-15 Simon Marchi <simon.marchi@ericsson.com>
3943
3944 * gdb.base/debug-expr.exp: Test string evaluation with
3945 "debug expression" on.
3946
41e99568
PA
39472014-07-15 Pedro Alves <palves@redhat.com>
3948
3949 * gdb.base/reread.exp: Use clean_restart.
3950
487d9753
PL
39512014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
3952
3953 * gdb.arch/avr-flash-qualifer.c: New.
3954 * gdb.arch/avr-flash-qualifer.exp: New.
3955
cc1c52ad
PA
39562014-07-14 Pedro Alves <palves@redhat.com>
3957
3958 * gdb.base/paginate-after-ctrl-c-running.c: New file.
3959 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
3960
1e973570
PA
39612014-07-14 Pedro Alves <palves@redhat.com>
3962
3963 * gdb.base/double-prompt-target-event-error.c: New file.
3964 * gdb.base/double-prompt-target-event-error.exp: New file.
3965
93d6eb10
PA
39662014-07-14 Pedro Alves <palves@redhat.com>
3967
3968 PR gdb/17072
3969 * gdb.base/paginate-inferior-exit.c: New file.
3970 * gdb.base/paginate-inferior-exit.exp: New file.
3971
0017922d
PA
39722014-07-14 Pedro Alves <palves@redhat.com>
3973
3974 PR gdb/17072
3975 * gdb.base/paginate-bg-execution.c: New file.
3976 * gdb.base/paginate-bg-execution.exp: New file.
3977
94696ad3
PA
39782014-07-14 Pedro Alves <palves@redhat.com>
3979
3980 PR gdb/17072
3981 * gdb.base/paginate-execution-startup.c: New file.
3982 * gdb.base/paginate-execution-startup.exp: New file.
3983 * lib/gdb.exp (pagination_prompt): New global.
3984 (default_gdb_spawn): New procedure, factored out from
3985 default_gdb_spawn.
3986 (default_gdb_start): Adjust to call default_gdb_spawn.
3987 (gdb_spawn): New procedure.
3988
bd293940
PA
39892014-07-14 Pedro Alves <palves@redhat.com>
3990
3991 * lib/gdb.exp (gdb_assert): New procedure.
3992 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
3993
c933f875
PA
39942014-07-14 Pedro Alves <palves@redhat.com>
3995
3996 * gdb.base/execution-termios.c: New file.
3997 * gdb.base/execution-termios.exp: New file.
3998
d98b7a16
TT
39992014-07-14 Tom Tromey <tromey@redhat.com>
4000
4001 * gdb.cp/vla-cxx.cc: New file.
4002 * gdb.cp/vla-cxx.exp: New file.
4003
548740d6
TT
40042014-07-14 Tom Tromey <tromey@redhat.com>
4005
4006 * gdb.reverse/rerun-prec.c: New file.
4007 * gdb.reverse/rerun-prec.exp: New file.
4008
a25eb028
MR
40092014-07-12 Maciej W. Rozycki <macro@mips.com>
4010 Maciej W. Rozycki <macro@codesourcery.com>
4011
4012 * lib/gdb-utils.exp: New file.
4013 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
4014 inline `gdb_init_command' processing.
4015 (gdb_start_cmd): Likewise.
4016 * lib/mi-support.exp (mi_run_cmd): Likewise.
4017 * README: Document `gdb_init_command' and `gdb_init_commands'.
4018
218c2655
JK
40192014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4020
4021 Fix false FAIL running under a very long directory name.
4022 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
4023 and "set print elements 10000". Twice.
4024
5401fde3
YQ
40252014-07-11 Yao Qi <yao@codesourcery.com>
4026
4027 * gdb.base/exprs.exp: "set print symbol off".
4028
e76126e8
PA
40292014-07-11 Pedro Alves <palves@redhat.com>
4030
4031 * gdb.threads/kill.c: New file.
4032 * gdb.threads/kill.exp: New file.
4033
2d6f0de6
YQ
40342014-07-10 Yao Qi <yao@codesourcery.com>
4035
4036 * gdb.trace/tfile.c (write_basic_trace_file)
4037 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
4038 address written to trace file.
4039
7180e04a
PA
40402014-07-09 Pedro Alves <palves@redhat.com>
4041
4042 * gdb.base/attach-wait-input.exp: New file.
4043 * gdb.base/attach-wait-input.c: New file.
4044
9a9a7608
AB
40452014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4046
4047 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
4048 setting up test structures.
4049 (main): Call new test function.
4050 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
4051 test function, continue into test function and walk test
4052 structures.
4053
161ac41e
YQ
40542014-07-02 Yao Qi <yao@codesourcery.com>
4055
4056 * gdb.trace/entry-values.c: Define labels 'foo_start' and
4057 'bar_start' at the beginning of functions 'foo' and 'bar'
4058 respectively.
4059 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
4060 instead of 'foo' and 'bar'.
4061
1f267ae3
MM
40622014-07-08 Markus Metzger <markus.t.metzger@intel.com>
4063
4064 * gdb.btrace/segv.exp: New.
4065 * gdb.btrace/segv.c: New.
4066
2b239efb
LM
40672014-07-02 Luis Machado <lgustavo@codesourcery.com>
4068
4069 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
4070 instruction.
4071
cf363f18
MW
40722014-06-30 Mark Wielaard <mjw@redhat.com>
4073
4074 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
4075 vulture, vilify, villar): New volatile array constants.
4076 (vindictive, vegetation): New const volatile array constants.
4077 * gdb.base/volatile.exp: Test volatile and const volatile array
4078 types.
4079
aebf9d24
AA
40802014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
4081
4082 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
4083 target lacks support for awatch, rwatch, or hbreak.
4084
b67a2c6f
YQ
40852014-06-27 Yao Qi <yao@codesourcery.com>
4086
4087 * gdb.multi/dummy-frame-restore.exp: New.
4088 * gdb.multi/dummy-frame-restore.c: New.
4089
aef92902
MM
40902014-06-25 Markus Metzger <markus.t.metzger@intel.com>
4091
4092 * gdb.btrace/gcore.exp: New.
4093
8e9db26e
PA
40942014-06-23 Pedro Alves <palves@redhat.com>
4095
4096 * gdb.base/watchpoint-reuse-slot.c: New file.
4097 * gdb.base/watchpoint-reuse-slot.exp: New file.
4098
70afc5b7
SC
40992014-06-23 Siva Chandra Reddy <sivachandra@google.com>
4100
4101 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
4102 progspace's filename in 'info', 'enable' and 'disable' command
4103 tests.
4104
b972bd9c
JK
41052014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4106
4107 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
4108 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4109 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
4110
125f8a3d
GB
41112014-06-20 Gary Benson <gbenson@redhat.com>
4112
4113 * gdb.arch/i386-avx.exp: Fix include file location.
4114 * gdb.arch/i386-sse.exp: Likewise.
4115
3ed9baed
IB
41162014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
4117
4118 * gdb.dlang/expression.exp: New file.
4119
034f788c
PA
41202014-06-19 Pedro Alves <palves@redhat.com>
4121
4122 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
4123 out from ...
4124 (top level): ... here. Iterate running tests under different
4125 scheduler-locking settings.
4126
45371d0c
LM
41272014-06-18 Luis Machado <lgustavo@codesourcery.com>
4128
4129 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
4130 to DW_FORM_addr and use non-zero addresses.
4131
5d376983
SC
41322014-06-18 Siva Chandra Reddy <sivachandra@google.com>
4133
4134 PR gdb/17017
4135 * gdb.python/py-xmethods.cc: Add global function call counters and
4136 increment them in their respective functions. Remove "cout"
4137 statements.
4138 * gdb.python/py-xmethods.exp: Make tests check the global function
4139 call counters instead of depending on inferior IO.
4140
a1aa2221
LM
41412014-06-18 Don Breazeal <donb@codesourcery.com>
4142
4143 * gdb.base/foll-fork.exp (default_fork_parent_follow):
4144 Deleted procedure.
4145 (explicit_fork_parent_follow): Deleted procedure.
4146 (explicit_fork_child_follow): Deleted procedure.
4147 (test_follow_fork): New procedure.
4148 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 4149 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
4150 procedure calls.
4151
0fc05997
YQ
41522014-06-17 Yao Qi <yao@codesourcery.com>
4153
4154 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
4155 CP1252.
4156
70795c52
LM
41572014-06-17 Luis Machado <lgustavo@codesourcery.com>
4158
4159 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
4160 Initialize ptr and S explicitly.
4161 (skip_type_update_when_not_use_rtti_test): Likewise.
4162
6be47f0c
KS
41632014-06-16 Keith Seitz <keiths@redhat.com>
4164
4165 PR mi/15863
4166 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
4167 the inferior is started.
4168
d03de421
PA
41692014-06-16 Pedro Alves <palves@redhat.com>
4170
4171 * gdb.base/break-main-file-remove-fail.c: New file.
4172 * gdb.base/break-main-file-remove-fail.exp: New file.
4173 * gdb.base/break-unload-file.exp: Use build_executable instead of
4174 prepare_for_testing.
4175 (test_break): New parameter "initial_load". Handle it.
4176 (top level): Add initial_load cmdline/file axis.
4177
f9579b99
TT
41782014-06-12 Tom Tromey <tromey@redhat.com>
4179
4180 * gdb.base/completion.exp: Don't use directory name in test.
4181
3657956b
GB
41822014-06-09 Gary Benson <gbenson@redhat.com>
4183
4184 * gdb.base/sigall.c [Functions to send signals]: Reorder to
4185 separate the always-available ANSI-standard signals from the
4186 signals that require checking.
4187 (main): Likewise.
4188 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
4189 Likewise.
4190 (main): Likewise.
4191
4186eb54
KS
41922014-06-07 Keith Seitz <keiths@redhat.com>
4193
4194 Revert:
4195 PR c++/16253
4196 * gdb.cp/var-tag.cc: New file.
4197 * gdb.cp/var-tag.exp: New file.
4198 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4199 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4200 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4201 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4202
25326a28 42032014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
4204
4205 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
4206
829155c9
PA
42072014-06-06 Pedro Alves <palves@redhat.com>
4208
4209 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
4210 in target debug output instead of looking at RSP packets,
4211 disabling the test on any target that uses hardware stepping.
4212 Update comments.
4213
61c8d22e
PA
42142014-06-06 Pedro Alves <palves@redhat.com>
4215
4216 * gdb.base/break-unload-file.exp: Fix typo.
4217
d9a47287
YQ
42182014-06-06 Yao Qi <yao@codesourcery.com>
4219
4220 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
4221 from "jit_function" to "^jit_function".
4222
e5e01dbf
YQ
42232014-06-06 Yao Qi <yao@codesourcery.com>
4224
4225 * gdb.base/async.c (foo): Add one statement.
4226 * gdb.base/async.exp: Get the next instruction address and
4227 match the output of "nexti" by instruction address. Match
4228 the hex address in the output of "finish".
4229
73ba372c
GB
42302014-06-06 Gary Benson <gbenson@redhat.com>
4231
4232 * gdb.base/call-signals.c: Remove preprocessor conditionals
4233 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
4234 SIGSEGV and SIGTERM.
4235 * gdb.base/sigall.c: Likewise.
4236 * gdb.base/unwindonsignal.c: Likewise.
4237 * gdb.reverse/sigall-reverse.c: Likewise.
4238
831517df
YQ
42392014-06-06 Yao Qi <yao@codesourcery.com>
4240
4241 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
4242 readable, skip the test.
4243
b8b91e98
YQ
42442014-06-06 Yao Qi <yao@codesourcery.com>
4245
4246 * gdb.threads/staticthreads.c (thread_function): Move the line
4247 setting breakpoint on forward.
4248 * gdb.threads/staticthreads.exp: Update comments.
4249
fb934770
LC
42502014-06-05 Ludovic Courtès <ludo@gnu.org>
4251
4252 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
4253 "history-append! type error".
4254
6ef284bd
SM
42552014-06-05 Simon Marchi <simon.marchi@ericsson.com>
4256
4257 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
4258 erroneous dprintf expected input.
4259
a872e241
DE
42602014-06-04 Doug Evans <xdje42@gmail.com>
4261
4262 * gdb.guile/scm-generics.exp: Delete.
4263
16f691fb
DE
42642014-06-04 Doug Evans <xdje42@gmail.com>
4265
4266 * gdb.guile/scm-breakpoint.exp: Update.
4267 Add tests for breakpoint registration.
4268
012370f6
TT
42692014-06-04 Tom Tromey <tromey@redhat.com>
4270
4271 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
4272 VLA-in-union.
4273 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
4274 inner_vla_struct, vla_union types. Initialize objects of those
4275 types and compute their sizes.
4276
9f5a4cef
HZ
42772014-06-04 Nathan Sidwell <nathan@codesourcery.com>
4278 Hui Zhu <hui@codesourcery.com>
4279
4280 * gdb.base/fileio.exp: Add test for shell not available as well as
4281 available.
4282 * gdb.base/fileio.c (test_system): Check for shell twice.
4283
90a45c4d
YQ
42842014-06-04 Yao Qi <yao@codesourcery.com>
4285
4286 * gdb.base/auto-connect-native-target.exp: Remove redundant
4287 space from the regexp pattern.
4288
70017e41
YQ
42892014-06-04 Yao Qi <yao@codesourcery.com>
4290
4291 * gdb.base/default.exp: Replace "child" with "native" in
4292 regexp pattern.
4293
883964a7
SC
42942014-06-03 Siva Chandra Reddy <sivachandra@google.com>
4295
4296 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
4297 * gdb.python/py-xmethods.exp: New tests to test xmethods.
4298 * gdb.python/py-xmethods.py: Python script supporting the
4299 new testcase and tests.
4300
ef370185
JB
43012014-06-03 Joel Brobecker <brobecker@adacore.com>
4302 Pedro Alves <palves@redhat.com>
4303
4304 PR breakpoints/17000
4305 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
4306 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
4307
1e2ccb61
BM
43082014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
4309
4310 * gdb.base/subst.exp: Add tests to verify partial path matching
4311 output.
4312
c6ec5ab2
PA
43132014-06-03 Pedro Alves <palves@redhat.com>
4314
4315 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
4316 target that doesn't use software single-stepping.
4317
835c559f
PA
43182014-06-03 Pedro Alves <palves@redhat.com>
4319
4320 PR breakpoints/17000
4321 * gdb.base/sss-bp-on-user-bp-2.c: New file.
4322 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
4323
06eb1586
DE
43242014-06-02 Doug Evans <xdje42@gmail.com>
4325
4326 * gdb.guile/scm-parameter.exp: New file.
4327
e698b8c4
DE
43282014-06-02 Doug Evans <xdje42@gmail.com>
4329
4330 * gdb.guile/scm-cmd.c: New file.
4331 * gdb.guile/scm-cmd.exp: New file.
4332
ded03782
DE
43332014-06-02 Doug Evans <xdje42@gmail.com>
4334
4335 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
4336 pretty-printer lookup.
4337 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
4338 (make-pp_s-printer): Call it.
4339 (make-pretty-printer-from-dict): New function.
4340 (lookup-pretty-printer-maker-from-dict): New function.
4341 (*pretty-printer*): Simplify.
4342 (make-objfile-pp_s-printer): New function.
4343 (install-objfile-pretty-printers!): New function.
4344 (make-progspace-pp_s-printer): New function.
4345 (install-progspace-pretty-printers!): New function.
4346 * gdb.guile/scm-progspace.c: New file.
4347 * gdb.guile/scm-progspace.exp: New file.
4348
41fac0cf
PA
43492014-06-02 Pedro Alves <palves@redhat.com>
4350
4351 * gdb.base/dprintf-bp-same-addr.c: New file.
4352 * gdb.base/dprintf-bp-same-addr.exp: New file.
4353
96ae5695
EBM
43542014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4355
4356 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
4357 * gdb.arch/powerpc-power.s: Likewise.
4358
da02b3a8
JB
43592014-06-02 Joel Brobecker <brobecker@adacore.com>
4360
4361 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
4362
c72b2e7b
YQ
43632014-06-01 Yao Qi <yao@codesourcery.com>
4364
4365 * gdb.base/watchpoint.exp (test_watch_location): Check null
4366 pointer can be dereferenced. If not, do the test, otherwise
4367 skip it.
4368
53e8a631
AB
43692014-05-30 Andrew Burgess <aburgess@broadcom.com>
4370
4371 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
4372 results.
4373 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
4374
938f0e2f
AB
43752014-05-30 Andrew Burgess <aburgess@broadcom.com>
4376
4377 * gdb.arch/amd64-invalid-stack-middle.S: New file.
4378 * gdb.arch/amd64-invalid-stack-middle.c: New file.
4379 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
4380 * gdb.arch/amd64-invalid-stack-top.c: New file.
4381 * gdb.arch/amd64-invalid-stack-top.exp: New file.
4382
9ba6657a
PA
43832014-05-30 Pedro Alves <palves@redhat.com>
4384
4385 PR breakpoints/17000
4386 * gdb.base/sss-bp-on-user-bp.c: New file.
4387 * gdb.base/sss-bp-on-user-bp.exp: New file.
4388
522c09bf
DB
43892014-05-30 David Blaikie <dblaikie@gmail.com>
4390
4391 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
4392 gnu_inline semantics via attribute.
4393 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
4394 source explicitly specifies the required semantics.
4395
bf4ef81e
MR
43962014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
4397
4398 * gdb.reverse/sigall-reverse.exp: Fix a typo.
4399
329ea579
PA
44002014-05-29 Pedro Alves <palves@redhat.com>
4401 Tom Tromey <tromey@redhat.com>
4402
4403 * gdb.base/async-shell.exp: Don't enable target-async.
4404 * gdb.base/async.exp
4405 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
4406 parameter. Adjust.
4407 (top level): Don't test with "target-async".
4408 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
4409 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
4410 * gdb.base/inferior-died.exp: Don't enable target-async.
4411 * gdb.base/interrupt-noterm.exp: Likewise.
4412 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
4413 * gdb.mi/mi-nonstop-exit.exp: Likewise.
4414 * gdb.mi/mi-nonstop.exp: Likewise.
4415 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
4416 * gdb.mi/mi-nsintrall.exp: Likewise.
4417 * gdb.mi/mi-nsmoribund.exp: Likewise.
4418 * gdb.mi/mi-nsthrexec.exp: Likewise.
4419 * gdb.mi/mi-watch-nonstop.exp: Likewise.
4420 * gdb.multi/watchpoint-multi.exp: Adjust comment.
4421 * gdb.python/py-evsignal.exp: Don't enable target-async.
4422 * gdb.python/py-evthreads.exp: Likewise.
4423 * gdb.python/py-prompt.exp: Likewise.
4424 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
4425 * gdb.server/solib-list.exp: Don't enable target-async.
4426 * gdb.threads/thread-specific-bp.exp: Likewise.
4427 * lib/mi-support.exp: Adjust to use mi-async.
4428
fd664c91
PA
44292014-05-29 Pedro Alves <palves@redhat.com>
4430
4431 PR gdb/13860
4432 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
4433 reason, even in sync mode.
4434
251bde03
PA
44352014-05-29 Pedro Alves <palves@redhat.com>
4436 Hui Zhu <hui@codesourcery.com>
4437
4438 PR PR15693
4439 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
4440 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
4441 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
4442 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
4443
7f3c0343
JB
44442014-05-28 Joel Brobecker <brobecker@adacore.com>
4445
4446 * config/monitor.exp (gdb_target_monitor): Replace use of
4447 "set remotebaud" by "set serial baud".
4448
b2715b27
AW
44492014-05-26 Andy Wingo <wingo@igalia.com>
4450
4451 * gdb.guile/scm-breakpoint.exp:
4452 * gdb.guile/scm-gsmob.exp: Update to use plain old object
4453 properties instead of gdb-object-properties.
4454
498a4489
YQ
44552014-05-26 Yao Qi <yao@codesourcery.com>
4456
4457 * gdb.server/no-thread-db.exp: Specify source file name
4458 explicitly when setting a breakpoint.
4459
589fdceb
MM
44602014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4461
4462 * gdb.btrace/vdso.c: New.
4463 * gdb.btrace/vdso.exp: New.
4464
e9089e05
MM
44652014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4466
4467 * gdb.base/gcore.exp (capture_command_output): Move ...
4468 * lib/gdb.exp (capture_command_output): ... here.
4469
67b5c0c1
MM
44702014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4471
4472 * gdb.btrace/data.exp: Test memory access during btrace replay.
4473
a2199296
SM
44742014-05-22 Simon Marchi <simon.marchi@ericsson.com>
4475
4476 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
4477
17b2616c
PA
44782014-05-21 Pedro Alves <palves@redhat.com>
4479
4480 PR gdb/13860
4481 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
4482 (top level): Test that output related to execution commands is
4483 sent to the console with CLI commands, but not with MI commands.
4484 Test that breakpoint events are always mirrored to the console.
4485 Also expect the new source line to be output after a "next" in
4486 async mode too. Make it a pass/fail test.
4487 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
4488 output.
4489 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
4490
5166082f
PA
44912014-05-21 Pedro Alves <palves@redhat.com>
4492
4493 * gdb.base/list.exp (build_pattern, test_list): New procedures.
4494 Use them to test variations of "list" after reaching a breakpoint.
4495 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
4496 Test "list" with listsize 10 after reaching a breakpoint.
4497 * gdb.python/python.exp (decode_line current location line
4498 number): Adjust expected line number.
4499
2f25d70f
SM
45002014-05-21 Simon Marchi <simon.marchi@ericsson.com>
4501
4502 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
4503 behavior for $args, pass it directly to "run".
4504
ff604a67
MR
45052014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
4506
4507 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
4508 30000 to 65536.
4509
6a3cb8e8
PA
45102014-05-21 Pedro Alves <palves@redhat.com>
4511
4512 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
4513 auto-connect-native-target off".
4514 * gdb.base/auto-connect-native-target.c: New file.
4515 * gdb.base/auto-connect-native-target.exp: New file.
4516
4ebfc96e
PA
45172014-05-21 Pedro Alves <palves@redhat.com>
4518
4519 * gdb.base/default.exp: Test "target native" instead of "target
4520 child".
4521
36d46afb
MW
45222014-05-21 Mark Wielaard <mjw@redhat.com>
4523
4524 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
4525
5876f503
JK
45262014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4527
4528 Fix TLS access for -static -pthread.
4529 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
4530 <HAVE_TLS> (thread_function, main): Initialize it.
4531 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
4532 Add clean_restart.
4533 <$have_tls != "">: Check TLSVAR.
4534
0256a6ac
PA
45352014-05-21 Pedro Alves <palves@redhat.com>
4536
4537 * gdb.base/dcache-line-read-error.c: New.
4538 * gdb.base/dcache-line-read-error.exp: New.
4539
936d2992
PA
45402014-05-20 Pedro Alves <palves@redhat.com>
4541
4542 * gdb.base/compare-sections.c: New file.
4543 * gdb.base/compare-sections.exp: New file.
4544
802e8e6d
PA
45452014-05-20 Pedro Alves <palves@redhat.com>
4546
4547 * gdb.base/break-idempotent.c: New file.
4548 * gdb.base/break-idempotent.exp: New file.
4549
e59fa00f
MM
45502014-05-20 Markus Metzger <markus.t.metzger@intel.com>
4551
4552 * gdb.btrace/nohist.exp: New.
4553
8b696e31
YQ
45542014-05-20 Yao Qi <yao@codesourcery.com>
4555
4556 * lib/gdb.exp (gdb_init): Set timeout if test file is under
4557 gdb.reverse directory and gdb_reverse_timeout exists in board
4558 setting.
4559 * README: Document gdb_reverse_timeout.
4560
73c9764f
YQ
45612014-05-20 Yao Qi <yao@codesourcery.com>
4562
4563 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
4564 'test_file_name'. Treat args as a string instead of a list.
4565 (gdb_init): Rename argument 'args' by 'test_file_name'.
4566
f1f4348a
JK
45672014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4568
4569 * gdb.arch/powerpc-power.exp: New file.
4570 * gdb.arch/powerpc-power.s: New file.
4571
0dbe70ce
DE
45722014-05-16 Doug Evans <dje@google.com>
4573
4574 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
4575 * gdb.base/completion.exp: Check that all expected files exist
4576 before doing file completion.
0dbe70ce 4577
8d551b02
DE
45782014-05-16 Doug Evans <dje@google.com>
4579
4580 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
4581 Update.
4582 (do_syscall_tests_without_xml): Update.
4583
73eb7709
PA
45842014-05-16 Pedro Alves <palves@redhat.com>
4585
4586 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
4587 instead of "unknown output after running".
4588
3fae92fc
YQ
45892014-05-16 Yao Qi <yao@codesourcery.com>
4590
4591 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
4592 file1.txt from host at the end.
4593 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4594
c2b2ccc5
DE
45952014-05-15 Doug Evans <dje@google.com>
4596
4597 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
4598 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
4599 loading file. Add test for TU lookup.
4600
8c217a4b
SM
46012014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4602
4603 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
4604 calling "-exec-arguments" or "set args" before running the
4605 inferior.
4606
3deb39c6
SM
46072014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4608
4609 * lib/mi-support.exp (mi_expect_stop): Expect message for
4610 inferiors that exit with non-zero exit code.
4611
71a79f8c
YQ
46122014-05-14 Yao Qi <yao@codesourcery.com>
4613
4614 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
4615 match absolute path on remote host.
4616 (test_file_list_exec_source_files): Remove "/" from the
4617 pattern.
4618
f23fcd46
YQ
46192014-05-14 Yao Qi <yao@codesourcery.com>
4620
4621 * boards/local-remote-host-notty.exp (${board}_file): New
4622 proc.
4623
9404b58f
KM
46242014-05-07 Kyle McMartin <kyle@redhat.com>
4625
4626 Pushed by Joel Brobecker <brobecker@adacore.com>.
4627 * gdb.arch/aarch64-atomic-inst.c: New file.
4628 * gdb.arch/aarch64-atomic-inst.exp: New file.
4629
5e45f04c
YQ
46302014-05-07 Yao Qi <yao@codesourcery.com>
4631
4632 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
4633 in current context" too.
4634
c888a17d
KS
46352014-05-05 Keith Seitz <keiths@redhat.com>
4636
4637 * gdb.linespec/ls-dollar.exp: Add test for linespec
4638 file:convenience_variable.
4639
290a839c
YQ
46402014-05-05 Yao Qi <yao@codesourcery.com>
4641
4642 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
4643 traceframes into tfile and ctf trace files. Read data from
4644 trace file and test collected data.
4645 (gdb_collect_locals_test): Likewise.
4646 (gdb_unavailable_registers_test): Likewise.
4647 (gdb_unavailable_floats): Likewise.
4648 (gdb_collect_globals_test): Likewise.
4649 (top-level): Append "ctf" to trace_file_targets if GDB
4650 supports.
4651
b5262cd0
YQ
46522014-05-05 Yao Qi <yao@codesourcery.com>
4653
4654 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
4655 code to ...
4656 (gdb_collect_args_test_1): ... it. New proc.
4657 (gdb_collect_locals_test): Move some code to ...
4658 (gdb_collect_locals_test_1): ... it. New proc.
4659 (gdb_unavailable_registers_test): Move some code to ...
4660 (gdb_unavailable_registers_test_1): ... it. New proc.
4661 (gdb_unavailable_floats): Move some code to ...
4662 (gdb_unavailable_floats_1): ... it. New proc.
4663
30a1e6cc
SDJ
46642014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4665
4666 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
4667 probes to test for bitness recognition.
4668 * gdb.arch/amd64-stap-optional-prefix.exp
4669 (test_probe_value_without_reg): New procedure.
4670 Add code to test for different kinds of bitness.
4671
f33da99a
SDJ
46722014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4673
4674 PR breakpoints/16889
4675 * gdb.arch/amd64-stap-optional-prefix.S: New file.
4676 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4677
5b80f00d
PA
46782014-05-01 Pedro Alves <palves@redhat.com>
4679
4680 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
4681 gdb_file_cmd if no file is specified.
4682 * boards/native-extended-gdbserver.exp (gdb_load): Use the
4683 last_loaded_file to set the remote exec-file.
4684
f8c2a73c
PA
46852014-05-01 Pedro Alves <palves@redhat.com>
4686
4687 * boards/local-remote-host.exp: New file.
4688
be6e8ac7
PA
46892014-05-01 Pedro Alves <palves@redhat.com>
4690
4691 * boards/local-remote-host.exp: Rename to ...
4692 * boards/local-remote-host-notty.exp: ... this.
4693
cac0dc8f
JB
46942014-04-28 Joel Brobecker <brobecker@adacore.com>
4695
4696 * gdb.ada/dyn_arrayidx: New testcase.
4697
9730e6cc
YQ
46982014-04-26 Yao Qi <yao@codesourcery.com>
4699
4700 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
4701 and compute the length of function main. Save it in
4702 $main_length.
4703 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
4704 (top-level): Use gdb_compile to compile objects into
4705 executable and restart GDB. Remove invocation to
4706 prepare_for_testing.
4707
7ae1a6a6
PA
47082014-04-25 Simon Marchi <simon.marchi@ericsson.com>
4709 Pedro Alves <palves@redhat.com>
4710
4711 PR server/16255
4712 * gdb.multi/multi-attach.c: New file.
4713 * gdb.multi/multi-attach.exp: New file.
4714
4082afcc
PA
47152014-04-25 Pedro Alves <palves@redhat.com>
4716
4717 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
4718 user.
4719 (top level): Test that "set remote conditional-breakpoints-packet
4720 off" works as intended.
4721 * gdb.base/dprintf.exp: Test that "set remote
4722 breakpoint-commands-packet off" works as intended.
4723 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
4724 New function.
4725 (top level): Call it.
4726 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
4727 remote fast-tracepoints-packet off" works as intended.
4728 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
4729 * lib/gdb.exp (gdb_is_target_remote): ... here.
4730
2abc3f8d
DB
47312014-04-24 David Blaikie <dblaikie@gmail.com>
4732
4733 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
4734 ensure clang would not discard them.
4735 * gdb.base/gdbvars.c: Ditto.
4736 * gdb.base/memattr.c: Ditto.
4737 * gdb.base/whatis.c: Ditto.
4738 * gdb.python/py-prettyprint.c: Ditto.
4739 * gdb.trace/actions.c: Ditto.
4740 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
4741 ensure clang would not discard it.
4742
bfd39632
DB
47432014-04-24 David Blaikie <dblaikie@gmail.com>
4744
4745 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
4746 clang to emit the full definition of type required by the test
4747 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
4748
22842ff6
DB
47492014-04-24 David Blaikie <dblaikie@gmail.com>
4750
4751 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
4752 coax Clang into emitting the definition of the type.
4753 * gdb.cp/pr10728-x.h (y): Ditto.
4754 * gdb.cp/pr10728-y.cc (y): Ditto.
4755
c2e827ad
DB
47562014-04-24 David Blaikie <dblaikie@gmail.com>
4757
4758 * gdb.base/label.exp: XFAIL label related tests under Clang.
4759 * gdb.cp/cplabel.exp: Ditto.
4760 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
4761 under Clang those using labels.
4762
4c2d33e7
YQ
47632014-04-25 Yao Qi <yao@codesourcery.com>
4764
4765 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
4766 double_label.
4767 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
4768 partial_label and double_label.
4769
56083b99
DB
47702014-04-24 David Blaikie <dblaikie@gmail.com>
4771
4772 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
4773
25d4e99d
DB
47742014-04-24 David Blaikie <dblaikie@gmail.com>
4775
4776 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
4777 of the function to work across GCC and Clang.
4778 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
4779 pointer types (const void ** const V void **).
4780
01f9f808
MS
47812014-04-24 Michael Sturm <michael.sturm@mintel.com>
4782 Walfred Tedeschi <walfred.tedeschi@intel.com>
4783
4784 * Makefile.in (EXECUTABLES): Added i386-avx512.
4785 * gdb.arch/i386-avx512.c: New file.
4786 * gdb.arch/i386-avx512.exp: Likewise.
4787
4b48d439
KS
47882014-04-23 Keith Seitz <keiths@redhat.com>
4789
4790 * lib/mi-support.exp (mi_list_breakpoints): Delete.
4791 (mi_make_breakpoint_table): New procedure.
4792 (mi_create_breakpoint): Use mi_make_breakpoint
4793 and return the result.
4794 (mi_make_breakpoint): New procedure.
4795 (mi_build_kv_pairs): New procedure.
4796
4797 * gdb.mi/mi-break.exp: Remove unused globals,
4798 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
4799 All callers updated.
4800 * gdb.mi/mi-dprintf.exp: Use variable to track command
4801 number.
4802 Update all callers of mi_create_breakpoint and use
4803 mi_make_breakpoint_table.
4804 Remove any unused global variables.
4805 * gdb.mi/mi-nonstop.exp: Likewise.
4806 * gdb.mi/mi-nsintrall.exp: Likewise.
4807 * gdb.mi/mi-nsmoribund.exp: Likewise.
4808 * gdb.mi/mi-nsthrexec.exp: Likewise.
4809 * gdb.mi/mi-reverse.exp: Likewise.
4810 * gdb.mi/mi-simplerun.exp: Likewise.
4811 * gdb.mi/mi-stepn.exp: Likewise.
4812 * gdb.mi/mi-syn-frame.exp: Likewise.
4813 * gdb.mi/mi-until.exp: Likewise.
4814 * gdb.mi/mi-var-cp.exp: Likewise.
4815 * gdb.mi/mi-var-display.exp: Likewise.
4816 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
4817 * gdb.mi/mi2-var-child.exp: Likewise.
4818 * gdb.mi/mi-vla-c99.exp: Likewise.
4819 * lib/mi-support.exp: Likewise.
4820
4821 From Ian Lance Taylor <iant@cygnus.com>:
4822 * lib/gdb.exp (parse_args): New procedure.
4823
08351840
PA
48242014-04-23 Pedro Alves <palves@redhat.com>
4825
4826 * gdb.base/break-unload-file.c: New file.
4827 * gdb.base/break-unload-file.exp: New file.
4828 * gdb.base/sym-file-lib.c (baz): New function.
4829 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
4830 field.
4831 (load): Store the segment's mapped size.
4832 (unload): New function.
4833 (unload_shlib): New function.
4834 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
4835 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
4836 set a breakpoint at baz, and call it.
4837 * gdb.base/sym-file.exp: New tests for stale breakpoint
4838 instructions.
4839
076855f9
PA
48402014-04-23 Pedro Alves <palves@redhat.com>
4841
4842 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
4843 * gdb.base/hbreak-in-shr-unsupported.c: New file.
4844 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
4845 * gdb.base/hbreak-unmapped.c: New file.
4846 * gdb.base/hbreak-unmapped.exp: New file.
4847 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
4848 * lib/gdb.exp (gdb_is_target_remote): ... here.
4849
483805cf
PA
48502014-04-22 Pedro Alves <palves@redhat.com>
4851
4852 * gdb.base/consecutive-step-over.c: New file.
4853 * gdb.base/consecutive-step-over.exp: New file.
4854
06d97543
PA
48552014-04-22 Pedro Alves <palves@redhat.com>
4856
4857 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
4858 instead of send_gdb/gdb_expect.
4859
b4429ea2
YQ
48602014-04-22 Yao Qi <yao@codesourcery.com>
4861
4862 * lib/trace-support.exp (generate_tracefile): New procedure.
4863 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
4864 return 0.
4865 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
4866 if generate_tracefile returns 1.
4867
51d48146
PA
48682014-04-18 Tom Tromey <palves@redhat.com>
4869 Pedro alves <tromey@redhat.com>
4870
4871 PR backtrace/15558
4872 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
4873 with a backtrace limit.
4874 * gdb.python/py-frame-inline.exp: Test running to an inline
4875 function with a backtrace limit, and printing the newest frame.
4876 * gdb.python/py-frame-inline.c (main): Call f.
4877
bd1dce5f
MS
48782014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4879
4880 * gdb.java/jnpe.exp: Drop srcdir from untested path.
4881
40d1a503
MS
48822014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4883
4884 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
4885 Drop prefix from unsupported source file path.
4886
389b98f7
YQ
48872014-04-17 Yao Qi <yao@codesourcery.com>
4888
4889 * lib/gdb.exp (with_target_charset): New proc.
4890 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
4891 with_target_charset.
4892 (test_print_strings): Likewise.
4893 (test_repeat_bytes): Likewise.
4894 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
4895 for some tests.
4896
22869d73
KS
48972014-04-16 Keith Seitz <keiths@redhat.com>
4898
4899 PR gdb/15827
4900 * gdb.dwarf2/corrupt.c: New file.
4901 * gdb.dwarf2/corrupt.exp: New file.
4902
c4f87ca6
KS
49032014-04-16 Keith Seitz <keiths@redhat.com>
4904
4905 PR c++/16597
4906 * gdb.cp/namelessclass.cc: New file.
4907 * gdb.cp/namelessclass.exp: New file.
4908 * gdb.cp/namelessclass.S: New file.
4909
ab19de87
DE
49102014-04-16 Doug Evans <dje@google.com>
4911
4912 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
4913 Add comment.
4914 (gdbserver_default_get_comm_port): New function.
4915 (gdbserver_start): Check if board file provided
4916 "gdbserver,get_comm_port" and use it if so.
4917 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
4918 (gdb,socketport): Set to "stdio".
4919 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
4920 (stdio_gdbserver_template): Delete.
4921 (${board}_get_remote_address): Update.
4922 (${board}_build_remote_cmd): Delete.
4923 (${board}_get_comm_port): New function.
4924 (${board}_spawn): Update.
4925 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
4926 Delete.
4927 (${board}_get_remote_address): Update.
4928 (${board}_get_comm_port): New function.
4929
fc98a809
AB
49302014-04-16 Andrew Burgess <aburgess@broadcom.com>
4931
4932 * gdb.base/memattr.exp: Improve regexps to handle memory regions
4933 appearing in any order.
4934
87fd9e6e
DE
49352014-04-15 Doug Evans <dje@google.com>
4936
4937 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
4938 uninitialized value of "description".
4939
099fc3ea
KS
49402014-04-15 Keith Seitz <keiths@redhat.com>
4941
4942 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
4943 Remove unused globals.
4944 (test_running_the_program): Likewise.
4945 (test_controlled_execution): Likewise.
4946 (test_controlling_breakpoints): Likewise.
4947 (test_program_termination): Likewise.
4948
5da151d4
KS
49492014-04-15 Keith Seitz <keiths@redhat.com>
4950
4951 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
4952 unused globals.
4953 (test_rbreak_creation_and_listing): Likewise.
4954 (test_ignore_count): Likewise.
4955 (test_error): Likewise.
4956
35e5d2f0
PA
49572014-04-15 Pedro Alves <palves@redhat.com>
4958
4959 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
4960 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
4961 sym-file-loader.c.
4962 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4963 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4964 to sym-file-loader.c.
4965 (struct library): Forward declare.
4966 (load_shlib, lookup_function): Change prototypes.
4967 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4968 (translate_offset): Remove declarations.
4969 (get_text_addr): New declaration.
4970 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
4971 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
4972 sym-file-loader.h.
4973 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4974 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4975 here from sym-file-loader.h.
4976 (struct library): New structure.
4977 (load_shlib, lookup_function): Change prototypes and adjust to
4978 work with a struct library.
4979 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4980 (translate_offset): Make static.
4981 (get_text_addr): New function.
4982 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
4983
eb4c1710
PA
49842014-04-15 Pedro Alves <palves@redhat.com>
4985
4986 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
4987
2d1baf52
PA
49882014-04-15 Pedro Alves <palves@redhat.com>
4989
4990 * gdb.base/sym-file-loader.c: Include <limits.h>.
4991 (SELF_LINK): New define.
4992 (get_origin): New function.
4993 (load_shlib): Use it.
4994 * gdb.base/sym-file.exp: Don't early return if the target is
4995 remote. Use runto_main, and issue fail is that fails. Use
4996 gdb_load_shlibs.
4997 (shlib_name): Delete.
4998 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
4999
7dd6df01
PA
50002014-04-15 Pedro Alves <palves@redhat.com>
5001
5002 * gdb.base/sym-file.exp: Remove regex characters from test
5003 message. Don't refer to breakpoint numbers in test messages.
5004
b50c8614
KS
50052014-04-14 Keith Seitz <keiths@redhat.com>
5006
5007 PR c++/16253
5008 * gdb.cp/var-tag.cc: New file.
5009 * gdb.cp/var-tag.exp: New file.
5010 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
5011 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
5012 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
5013 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
5014
3d567982
TT
50152014-04-14 Tom Tromey <tromey@redhat.com>
5016
5017 * gdb.cp/classes.exp (test_enums): Handle underlying type.
5018 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
5019 type.
5020 * gdb.cp/enum-class.exp: New file.
5021 * gdb.cp/enum-class.cc: New file.
5022
0626fc76
TT
50232014-04-14 Tom Tromey <tromey@redhat.com>
5024
5025 * gdb.dwarf2/enum-type.exp: New file.
5026
dca325b3
SA
50272014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5028
5029 * gdb.mi/mi-vla-c99.exp: New file.
5030 * gdb.mi/vla.c: New file.
5031
5854b38a
SA
50322014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5033
5034 * gdb.base/vla-datatypes.c: New file.
5035 * gdb.base/vla-datatypes.exp: New file.
5036
463bb957
SA
50372014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5038
5039 * gdb.base/vla-ptr.c: New file.
5040 * gdb.base/vla-ptr.exp: New file.
5041
3dd170be
SA
50422014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5043
5044 * gdb.dwarf2/count.exp: New file.
5045
5ecaaa66
SA
50462014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5047
5048 * gdb.base/vla-sideeffect.c: New file.
5049 * gdb.base/vla-sideeffect.exp: New file.
5050
41f1ada5
DB
50512014-04-14 David Blaikie <dblaikie@gmail.com>
5052
5053 * gdb.mi/non-stop.c: Add return value for non-void function return
5054 statement.
5055 * gdb.threads/staticthreads.c: Ditto.
5056
0be03e84
DE
50572014-04-12 Siva Chandra Reddy <sivachandra@google.com>
5058 Doug Evans <xdje42@gmail.com>
5059
5060 * gdb.guile/scm-value.c: Improve test case.
5061 * gdb.guile/scm-value.exp: Add new test.
5062
f180a1fb
DB
50632014-04-11 David Blaikie <dblaikie@gmail.com>
5064
5065 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
5066 override Clang's default.
5067
6b662e19
JB
50682014-04-11 Joel Brobecker <brobecker@adacore.com>
5069
5070 Revert the following changes (regressions):
5071
5072 * gdb.base/vla-sideeffect.c: New file.
5073 * gdb.base/vla-sideeffect.exp: New file.
5074
5075 * gdb.dwarf2/count.exp: New file.
5076
5077 * gdb.base/vla-multi.c: New file.
5078 * gdb.base/vla-multi.exp: New file.
5079
5080 * gdb.base/vla-ptr.c: New file.
5081 * gdb.base/vla-ptr.exp: New file.
5082
5083 * gdb.base/vla-datatypes.c: New file.
5084 * gdb.base/vla-datatypes.exp: New file.
5085
5086 * gdb.mi/mi-vla-c99.exp: New file.
5087 * gdb.mi/vla.c: New file.
5088
245a5f0b
KS
50892014-04-11 Keith Seitz <keiths@redhat.com>
5090
5091 PR c++/16675
5092 * gdb.cp/cpsizeof.exp: New file.
5093 * gdb.cp/cpsizeof.cc: New file.
5094
58a84dcf
SA
50952014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5096
191a8a90
JB
5097 * gdb.mi/mi-vla-c99.exp: New file.
5098 * gdb.mi/vla.c: New file.
58a84dcf 5099
c8655f75
SA
51002014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5101
5102 * gdb.base/vla-datatypes.c: New file.
5103 * gdb.base/vla-datatypes.exp: New file.
5104
024e13b4
SA
51052014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5106
5107 * gdb.base/vla-ptr.c: New file.
5108 * gdb.base/vla-ptr.exp: New file.
5109
1a237e0e
SA
51102014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5111
5112 * gdb.base/vla-multi.c: New file.
5113 * gdb.base/vla-multi.exp: New file.
5114
504f3432
SA
51152014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5116
5117 * gdb.dwarf2/count.exp: New file.
5118
3bce8237
SA
51192014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5120
191a8a90
JB
5121 * gdb.base/vla-sideeffect.c: New file.
5122 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 5123
322f9c21
YQ
51242014-04-11 Yao Qi <yao@codesourcery.com>
5125
5126 * gdb.base/completion.exp: Check file exists before running tests
5127 on file completion.
5128
d708bcd1
PA
51292014-04-10 Pedro Alves <palves@redhat.com>
5130
5131 * gdb.base/cond-eval-mode.c: New file.
5132 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
5133 prepare_for_testing to build the new file. Check result of
5134 runto_main.
5135 (test_break, test_watch): New procedures.
5136 (top level): Use them.
5137
ae1d2761
PM
51382014-04-08 Pierre Muller <muller@sourceware.org>
5139
5140 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
5141 Ctrl-V use for mingw hosts.
5142
7af389b8
SC
51432014-04-07 Siva Chandra Reddy <sivachandra@google.com>
5144
5145 * gdb.python/py-value.c: Improve test case.
5146 * gdb.python/py-value.exp: Add new test.
5147
5e703181
DE
51482014-04-07 David Blaikie <dblaikie@gmail.com>
5149
5150 * lib/compiler.c: Identify the clang compiler.
5151 * lib/compiler.cc: Ditto.
5152
9810b410
YQ
51532014-04-03 Yao Qi <yao@codesourcery.com>
5154
5155 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
5156
98d1b8dc
AB
51572014-04-01 Anton Blanchard <anton@samba.org>
5158
5159 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
5160 messages unique.
5161
3114cea1
AB
51622014-04-01 Anton Blanchard <anton@samba.org>
5163
5164 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
5165 prepare_for_testing.
5166
62f7182c
AB
51672014-04-01 Anton Blanchard <anton@samba.org>
5168
5169 * gdb.arch/ppc64-atomic-inst.c: Remove.
5170 * gdb.arch/ppc64-atomic-inst.S: New file.
5171 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
5172
770e7fc7
DE
51732014-03-31 Doug Evans <dje@google.com>
5174
5175 * gdb.base/print-symbol-loading-lib.c: New file.
5176 * gdb.base/print-symbol-loading-main.c: New file.
5177 * gdb.base/print-symbol-loading.exp: New file.
5178
46e2bafa
YQ
51792014-03-31 Yao Qi <yao@codesourcery.com>
5180
5181 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
5182
8776cfe9
JB
51832014-03-28 Joel Brobecker <brobecker@adacore.com>
5184
5185 * gdb.ada/mi_dyn_arr: New testcase.
5186
5d1ef361
DE
51872014-03-27 Doug Evans <dje@google.com>
5188
5189 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
5190
b5bee914
YQ
51912014-03-27 Yao Qi <yao@codesourcery.com>
5192
5193 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
5194 if target is nios2-*-*.
5195
0d4d0e77
YQ
51962014-03-26 Yao Qi <yao@codesourcery.com>
5197
5198 * lib/gdb.exp (readline_is_used): New proc.
5199 * gdb.base/completion.exp: Move tests on command complete up.
5200 Skip the rest of tests if readline is not used.
5201 * gdb.ada/complete.exp: Skp the test if readline is not
5202 used.
5203 * gdb.base/filesym.exp: Likewise.
5204 * gdb.base/macscp.exp: Likewise.
5205 * gdb.base/readline-ask.exp: Likewise.
5206 * gdb.base/readline.exp: Likewise.
5207 * gdb.python/py-cmd.exp: Likewise.
5208 * gdb.trace/tfile.exp: Likewise.
5209
29361eee
YQ
52102014-03-26 Yao Qi <yao@codesourcery.com>
5211
5212 * gdb.base/macscp.exp: Fix code format issues.
5213
bc9a5525
UW
52142014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
5215
5216 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
5217 * gdb.asm/powerpc64le.inc: New file.
5218
d3839ede
PA
52192014-03-25 Pedro Alves <palves@redhat.com>
5220 Doug Evans <dje@google.com>
5221
5222 * gdb.base/source-execution.c: New file.
5223 * gdb.base/source-execution.exp: New file.
5224 * gdb.base/source-execution.gdb: New file.
5225
01672a57
DE
52262014-03-24 Doug Evans <dje@google.com>
5227
5228 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
5229 using fission.
5230
88bbeca9
HZ
52312014-03-24 Hui Zhu <hui@codesourcery.com>
5232 Pedro Alves <palves@redhat.com>
5233
5234 PR breakpoints/16101
5235 * gdb.base/dprintf.exp: Use unsupported rather than changing the
5236 test pass/fail messages. Detect missing support for dprintf when
5237 breakpoints are actually inserted.
5238 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
5239 breakpoints are actually inserted.
5240 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
5241 fails.
5242
d2348791
JK
52432014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5244
5245 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
5246
feef67ab
DE
52472014-03-22 Doug Evans <xdje42@gmail.com>
5248
5249 * gdb.python/python.exp (python not supported): Verify multi-line
5250 python command issues an error.
25d743f9 5251 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 5252 guile command issues an error.
feef67ab 5253
ecebef6a
MR
52542014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
5255
5256 * gdb.threads/thread-specific.exp: Handle the lack of usable
5257 $this_breakpoint and $this_thread.
5258
ccdd1909
HZ
52592014-03-21 Hui Zhu <hui@codesourcery.com>
5260
5261 * gdb.base/attach.exp (do_command_attach_tests): New.
5262
beb460e8
PA
52632014-03-20 Tom Tromey <tromey@redhat.com>
5264 Pedro Alves <palves@redhat.com>
5265
5266 PR cli/15718
5267 * gdb.base/condbreak-call-false.c: New file.
5268 * gdb.base/condbreak-call-false.exp: New file.
5269
40acf43a
PA
52702014-03-20 Pedro Alves <palves@redhat.com>
5271
5272 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
5273 Delete.
5274 (block_signals, unblock_signals): Delete.
5275 (child_function_2, main): Remove references to deleted variable
5276 and functions.
5277
9f5e1e02
PA
52782014-03-20 Pedro Alves <palves@redhat.com>
5279
5280 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
5281 Use pthread_kill to signal thread 2.
5282 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5283 Adjust to make the test send itself a signal rather than using the
5284 host's "kill" command.
5285
99619bea
PA
52862014-03-20 Pedro Alves <palves@redhat.com>
5287
5288 * gdb.threads/multiple-step-overs.c: New file.
5289 * gdb.threads/multiple-step-overs.exp: New file.
5290 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5291 Adjust expected infrun debug output.
5292
2adfaa28
PA
52932014-03-20 Pedro Alves <palves@redhat.com>
5294
5295 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
5296 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
5297
31e77af2
PA
52982014-03-20 Pedro Alves <palves@redhat.com>
5299
5300 PR breakpoints/7143
5301 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
5302 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
5303 of gdb_test_multiple.
5304 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
5305 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
5306
b9f437de
PA
53072014-03-20 Pedro Alves <palves@redhat.com>
5308
5309 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
5310 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
5311
05adc73e
PA
53122014-03-19 Pedro Alves <palves@redhat.com>
5313
5314 * gdb.base/async.exp: Remove early return.
5315
6048b950
PA
53162014-03-19 Pedro Alves <palves@redhat.com>
5317
5318 * gdb.base/async.exp (step& tests): Pass explicit test messages.
5319
8bcfb00a
PA
53202014-03-19 Pedro Alves <palves@redhat.com>
5321
5322 * gdb.base/async.exp (test_background): Expect \r\n after
5323 "completed." in the fail pattern.
5324
884e37dc
PA
53252014-03-19 Pedro Alves <palves@redhat.com>
5326
5327 * gdb.base/async.exp (test_background): New procedure.
5328 Use it for all background execution command tests.
5329
148e57e2
PA
53302014-03-19 Pedro Alves <palves@redhat.com>
5331
5332 * gdb.base/async.exp: Use prepare_for_testing.
5333
f48088c7
PA
53342014-03-19 Pedro Alves <palves@redhat.com>
5335
5336 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
5337 the same line.
5338
e2f6c966
PA
53392014-03-19 Pedro Alves <palves@redhat.com>
5340
5341 * gdb.base/async.c (main): Add "jump here" and "until here" line
5342 marker comments.
5343 * gdb.base/async.exp (jump_here): New global.
5344 (jump& test): Use it.
5345 (until_here): New global.
5346 (until& test): Use it.
5347
c30568d4
PA
53482014-03-19 Pedro Alves <palves@redhat.com>
5349
5350 * gdb.base/async.exp: Don't frob gdb_protocol.
5351
0172b6a7
DE
53522014-03-18 Doug Evans <xdje42@gmail.com>
5353
5354 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
5355 Fix spelling of exec-done-display.
5356
06c868a8
JK
53572014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5358
5359 PR gdb/15358
5360 * gdb.base/gdb-sigterm.c: New file.
5361 * gdb.base/gdb-sigterm.exp: New file.
5362
0c7e1a46
PA
53632014-03-18 Pedro Alves <palves@redhat.com>
5364
5365 PR gdb/13860
5366 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
5367 * lib/mi-support.exp (mi_expect_stop): Add special handling for
5368 solib-event.
5369
f7c77d93
JB
53702014-03-17 Joel Brobecker <brobecker@adacore.com>
5371
5372 * gdb.ada/pckd_arr_ren: New testcase.
5373
5a1e8c7a
DE
53742014-03-13 Doug Evans <xdje42@gmail.com>
5375
5376 PR guile/16612
5377 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
5378 collect after discarding symbols.
5379
350e1a76
DE
53802014-03-13 Ludovic Courtès <ludo@gnu.org>
5381 Doug Evans <xdje42@gmail.com>
5382
5383 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
5384 to history survives a gc.
5385
a69900ae
PA
53862014-03-13 Pedro Alves <palves@redhat.com>
5387
5388 * gdb.base/default.exp: Don't test "target procfs".
5389
5db9f0bd
PA
53902014-03-13 Pedro Alves <palves@redhat.com>
5391
5392 * gdb.base/default.exp: Update "target child" and "target procfs"
5393 tests to not expect "Unix".
5394
b3ccfe11
TT
53952014-03-12 Tom Tromey <tromey@redhat.com>
5396
5397 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
5398 New procs. Add target-async tests.
5399 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
5400 Add target-async tests.
5401
646f4417
AA
54022014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5403
5404 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
5405 'func_start' and 'func_end' for the beginning and end of the
5406 function code, respectively.
5407 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
5408 'func_end' instead of 'func' and 'main'.
5409
288c211f
AA
54102014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5411
5412 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
5413 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
5414 generate the debug info assembler source.
5415
e0c0f156
AA
54162014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5417
5418 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
5419 * gdb.dwarf2/arr-subrange.exp: Likewise.
5420 * gdb.dwarf2/dwz.exp: Likewise.
5421 * gdb.dwarf2/method-ptr.exp: Likewise.
5422 * gdb.dwarf2/missing-sig-type.exp: Likewise.
5423 * gdb.dwarf2/subrange.exp: Likewise.
5424 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
5425 * gdb.dwarf2/implptrpiece.exp: Likewise.
5426 * gdb.dwarf2/nostaticblock.exp: Likewise.
5427
0e5c4555
AA
54282014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5429
5430 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
5431 directory to absolute path name arguments.
5432
5ec18f2b
JG
54332014-03-10 Joel Brobecker <brobecker@adacore.com>
5434
5435 * gdb.ada/tagged_access: New testcase.
5436
847fc4f2
MM
54372014-03-07 Markus Metzger <markus.t.metzger@intel.com>
5438
5439 * gdb.btrace/data.exp: Update expected output.
5440
cc3da688
YQ
54412014-03-06 Yao Qi <yao@codesourcery.com>
5442
5443 * gdb.trace/pr16508.exp: New file.
5444
0f26cec1
PA
54452014-03-05 Pedro Alves <palves@redhat.com>
5446
5447 PR gdb/16575
5448 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
5449 procedure.
5450 (top level): Adjust to use it. Add tests that exercise breakpoint
5451 interaction with the code-cache.
5452
7a5a839f
LC
54532014-02-26 Ludovic Courtès <ludo@gnu.org>
5454
5455 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
5456 test for 'history-append!'.
5457
31aa7e4e
JB
54582014-02-26 Joel Brobecker <brobecker@adacore.com>
5459
5460 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
5461 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
5462 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
5463 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
5464 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
5465 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
5466
1b588015
JB
54672014-02-26 Joel Brobecker <brobecker@adacore.com>
5468
5469 * testsuite/gdb.python/py-pp-re-notag.c: New file.
5470 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
5471 * testsuite/gdb.python/py-pp-re-notag.p: New file.
5472
55426c9d
JB
54732014-02-26 Joel Brobecker <brobecker@adacore.com>
5474
5475 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
5476
dc53a7ad
JB
54772014-02-26 Joel Brobecker <brobecker@adacore.com>
5478
5479 * gdb.dwarf2/arr-stride.c: New file.
5480 * gdb.dwarf2/arr-stride.exp: New file.
5481
12ab52e9
PA
54822014-02-26 Pedro Alves <palves@redhat.com>
5483
5484 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
5485 that won't ever trigger. Make sure that GDB reports the correct
5486 breakpoint that caused the stop.
5487
849c862e
JK
54882014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5489
5490 PR gdb/16626
5491 * gdb.base/auto-load-script: New file.
5492 * gdb.base/auto-load.c: New file.
5493 * gdb.base/auto-load.exp: New file.
5494
71b7d793
JK
5495 PR gdb/16626
5496 * gdb.base/auto-load.exp: Fix out-of-srctree run.
5497
e2f0d509
JK
54982014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5499
5500 Fix dw2-icycle.exp -fsanitize=address GDB crash.
5501 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
5502
50cc37c8
DE
55032014-02-24 Doug Evans <dje@google.com>
5504
5505 * lib/gdb.exp (run_on_host): Log error output if program fails.
5506
ea4758f2
PA
55072014-02-21 Pedro Alves <palves@redhat.com>
5508
5509 * gdb.threads/step-after-sr-lock.c: Rename to ...
5510 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
5511 * gdb.threads/step-after-sr-lock.exp: Rename to ...
5512 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5513 ... this.
5514
d7b30f67
SDJ
55152014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
5516
5517 PR tdep/16397
5518 * gdb.arch/amd64-stap-special-operands.exp: New file.
5519 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
5520 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
5521 * gdb.arch/amd64-stap-triplet.S: Likewise.
5522 * gdb.arch/amd64-stap-triplet.c: Likewise.
5523
83deb43f
JB
55242014-02-20 Joel Brobecker <brobecker@adacore.com>
5525
5526 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
5527 in .section pseudo-op.
5528
adde2bff
DE
55292014-02-20 lin zuojian <manjian2006@gmail.com>
5530 Joel Brobecker <brobecker@adacore.com>
5531 Doug Evans <xdje42@gmail.com>
5532
5533 PR symtab/16581
5534 * gdb.dwarf2/dw2-icycle.S: New file.
5535 * gdb.dwarf2/dw2-icycle.c: New file.
5536 * gdb.dwarf2/dw2-icycle.exp: New file.
5537
f7bd0f78
SC
55382014-02-19 Siva Chandra Reddy <sivachandra@google.com>
5539
5540 * gdb.python/py-value-cc.cc: Improve test case to enable testing
5541 operations on gdb.Value objects.
5542 * gdb.python/py-value-cc.exp: Add new test to test operations on
5543 gdb.Value objects.
5544
c17ef0d5
DE
55452014-02-18 Doug Evans <dje@google.com>
5546
5547 * Makefile.in (TESTS): New variable.
5548 (expanded_tests, expanded_tests_or_none): New variables
5549 (check-single): Pass $(expanded_tests_or_none) to runtest.
5550 (check-parallel): Only run tests in $(TESTS) if non-empty.
5551 (check/no-matching-tests-found): New rule.
5552 * README: Document TESTS makefile variable.
5553
5dd3176f
DE
55542014-02-18 Doug Evans <dje@google.com>
5555
5556 * Makefile.in (check-parallel): rm -rf outputs temp.
5557
0b10be4f
JK
55582014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5559
5560 Fix "ERROR: no fileid for" in the testsuite.
5561 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
5562
85f224e7
DE
55632014-02-12 Doug Evans <dje@google.com>
5564
5565 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
5566 (MISCELLANEOUS): New variable.
5567 (clean): rm -rf $(MISCELLANEOUS).
5568 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
5569 dwp live in the same directory as symlinks, with each symlink pointed
5570 to a differently named file in a different directory.
5571
149b30ff
DE
55722014-02-11 Doug Evans <dje@google.com>
5573
5574 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
5575 of Tcl file commands.
5576
1dfdac32
MK
55772014-02-10 Mark Kettenis <kettenis@gnu.org>
5578
5579 * gdb.threads/step-after-sr-lock.exp: Avoid executing
5580 "kill -SIGUSR1 -1".
5581
aa4fb036
JB
55822014-02-10 Joel Brobecker <brobecker@adacore.com>
5583
5584 * gdb.ada/tick_length_array_enum_idx: New testcase.
5585
ed3ef339
DE
55862014-02-10 Doug Evans <xdje42@gmail.com>
5587
5588 * configure.ac (AC_OUTPUT): Add gdb.guile.
5589 * configure: Regenerate.
5590 * lib/gdb-guile.exp: New file.
5591 * lib/gdb.exp (get_target_charset): New function.
5592 * gdb.base/help.exp: Update expected output from "apropos apropos".
5593 * gdb.guile/Makefile.in: New file.
5594 * gdb.guile/guile.exp: New file.
5595 * gdb.guile/scm-arch.c: New file.
5596 * gdb.guile/scm-arch.exp: New file.
5597 * gdb.guile/scm-block.c: New file.
5598 * gdb.guile/scm-block.exp: New file.
5599 * gdb.guile/scm-breakpoint.c: New file.
5600 * gdb.guile/scm-breakpoint.exp: New file.
5601 * gdb.guile/scm-disasm.c: New file.
5602 * gdb.guile/scm-disasm.exp: New file.
5603 * gdb.guile/scm-equal.c: New file.
5604 * gdb.guile/scm-equal.exp: New file.
5605 * gdb.guile/scm-error.exp: New file.
5606 * gdb.guile/scm-error.scm: New file.
5607 * gdb.guile/scm-frame-args.c: New file.
5608 * gdb.guile/scm-frame-args.exp: New file.
5609 * gdb.guile/scm-frame-args.scm: New file.
5610 * gdb.guile/scm-frame-inline.c: New file.
5611 * gdb.guile/scm-frame-inline.exp: New file.
5612 * gdb.guile/scm-frame.c: New file.
5613 * gdb.guile/scm-frame.exp: New file.
5614 * gdb.guile/scm-generics.exp: New file.
5615 * gdb.guile/scm-gsmob.exp: New file.
5616 * gdb.guile/scm-iterator.c: New file.
5617 * gdb.guile/scm-iterator.exp: New file.
5618 * gdb.guile/scm-math.c: New file.
5619 * gdb.guile/scm-math.exp: New file.
5620 * gdb.guile/scm-objfile-script-gdb.in: New file.
5621 * gdb.guile/scm-objfile-script.c: New file.
5622 * gdb.guile/scm-objfile-script.exp: New file.
5623 * gdb.guile/scm-objfile.c: New file.
5624 * gdb.guile/scm-objfile.exp: New file.
5625 * gdb.guile/scm-ports.exp: New file.
5626 * gdb.guile/scm-pretty-print.c: New file.
5627 * gdb.guile/scm-pretty-print.exp: New file.
5628 * gdb.guile/scm-pretty-print.scm: New file.
5629 * gdb.guile/scm-section-script.c: New file.
5630 * gdb.guile/scm-section-script.exp: New file.
5631 * gdb.guile/scm-section-script.scm: New file.
5632 * gdb.guile/scm-symbol.c: New file.
5633 * gdb.guile/scm-symbol.exp: New file.
5634 * gdb.guile/scm-symtab-2.c: New file.
5635 * gdb.guile/scm-symtab.c: New file.
5636 * gdb.guile/scm-symtab.exp: New file.
5637 * gdb.guile/scm-type.c: New file.
5638 * gdb.guile/scm-type.exp: New file.
5639 * gdb.guile/scm-value-cc.cc: New file.
5640 * gdb.guile/scm-value-cc.exp: New file.
5641 * gdb.guile/scm-value.c: New file.
5642 * gdb.guile/scm-value.exp: New file.
5643 * gdb.guile/source2.scm: New file.
5644 * gdb.guile/types-module.cc: New file.
5645 * gdb.guile/types-module.exp: New file.
5646
7026a7c1
YQ
56472014-02-10 Yao Qi <yao@codesourcery.com>
5648
5649 PR testsuite/16543
5650 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
5651 * configure: Regenerated.
5652 * Makefile.in: New file.
5653
6c466447
AS
56542014-02-08 Andreas Schwab <schwab@linux-m68k.org>
5655
5656 * gdb.python/py-framefilter.exp: Fix typo.
5657
6e854735
YQ
56582014-02-08 Yao Qi <yao@codesourcery.com>
5659
5660 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
5661 that no =breakpoint-modified is emitted when breakpoints are
5662 modified through MI commands.
5663
d137e6dc
PA
56642014-02-07 Pedro Alves <pedro@codesourcery.com>
5665 Pedro Alves <palves@redhat.com>
5666
5667 * gdb.threads/step-after-sr-lock.c: New file.
5668 * gdb.threads/step-after-sr-lock.exp: New file.
5669
b5ee5a50
PA
56702014-02-07 Pedro Alves <palves@redhat.com>
5671
5672 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
5673
3c77faf3
JK
56742014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5675
5676 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
5677 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
5678
6dddc817
DE
56792014-02-06 Doug Evans <xdje42@gmail.com>
5680
5681 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
5682 output.
5683
5684 * gdb.gdb/python-interrupts.exp: New file.
5685
de7b2893
YQ
56862014-02-05 Yao Qi <yao@codesourcery.com>
5687
5688 * gdb.trace/report.exp (use_collected_data): Test the output
5689 of "info threads" and "info inferiors".
5690
66d032ac
YQ
56912014-02-05 Yao Qi <yao@codesourcery.com>
5692
5693 Revert this patch:
5694
5695 2013-05-24 Yao Qi <yao@codesourcery.com>
5696
5697 * gdb.trace/tfile.exp: Test inferior and thread.
5698
591a12a1
UW
56992014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5700
5701 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
5702 on a function.
5703 * gdb.base/step-bt.c: Call hello via function pointer to make
5704 sure its first instruction is executed on powerpc64le-linux.
5705
0ff3e01f
UW
57062014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5707
5708 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
5709
084ee545
UW
57102014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5711
5712 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
5713 of the test patterns for use on little-endian systems.
5714
6ed14ff3
UW
57152014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5716
5717 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
5718 (decimal_vector): Fix for little-endian.
5719
401e27fd
JM
57202014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
5721
5722 * gdb.arch/sparc-sysstep.exp: New file.
5723 * gdb.arch/sparc-sysstep.c: Likewise.
5724
5725 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
5726
8b924729
EBM
57272014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5728
5729 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
5730
fb151210
JB
57312014-01-23 Tom Tromey <tromey@redhat.com>
5732
5733 * gdb.ada/array_char_idx: New testcase.
5734
0740f8d8
TT
57352014-01-23 Tom Tromey <tromey@redhat.com>
5736
5737 PR python/16487:
5738 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
5739 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
5740 classes.
5741
21909fa1
TT
57422014-01-23 Tom Tromey <tromey@redhat.com>
5743
5744 PR python/16491:
5745 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
5746 string from an inferior frame.
5747 * gdb.python/py-framefilter-mi.exp: Update.
5748
87ce2a04
DE
57492014-01-22 Doug Evans <dje@google.com>
5750
5751 * gdb.server/server-mon.exp: Add tests for "set debug-format".
5752
237b092b
AA
57532014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5754
5755 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
5756
d674a709
AA
57572014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5758
5759 * gdb.trace/entry-values.exp: Remove excess space character from
5760 regex patterns. Handle s390 call instruction.
5761
20fa3390
AA
57622014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5763
5764 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
5765 define "*_start" label. Make "name" static.
5766 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
5767 ${name} by references to ${name}_start.
5768
78466714
AA
57692014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5770
5771 * gdb.base/info-macros.exp: Remove "debug" from the compile
5772 options.
5773
ec9f644a
IB
57742014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5775
5776 * gdb.dlang/demangle.exp: New file.
5777
94b1b47e
IB
57782014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5779
5780 * gdb.dlang/primitive-types.exp: New file.
5781
7f420862
IB
57822014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5783
5784 * configure.ac: Create gdb.dlang/Makefile.
5785 * configure: Regenerate.
5786 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
5787 * gdb.dlang/Makefile.in: New file.
5788 * lib/d-support.exp: New file.
5789 * lib/gdb.exp (skip_d_tests): New proc.
5790
52834460
MM
57912014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5792
5793 * gdb.btrace/delta.exp: Check reverse stepi.
5794 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
5795 * gdb.btrace/finish.exp: New.
5796 * gdb.btrace/next.exp: New.
5797 * gdb.btrace/nexti.exp: New.
5798 * gdb.btrace/record_goto.c: Add comments.
5799 * gdb.btrace/step.exp: New.
5800 * gdb.btrace/stepi.exp: New.
5801 * gdb.btrace/multi-thread-step.c: New.
5802 * gdb.btrace/multi-thread-step.exp: New.
5803 * gdb.btrace/rn-dl-bind.c: New.
5804 * gdb.btrace/rn-dl-bind.exp: New.
5805 * gdb.btrace/data.c: New.
5806 * gdb.btrace/data.exp: New.
5807 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5808
6e07b1d2
MM
58092014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5810
5811 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
5812 * gdb.btrace/exception.exp: Update.
5813 * gdb.btrace/instruction_history.exp: Update.
5814 * gdb.btrace/record_goto.exp: Update.
5815 * gdb.btrace/tailcall.exp: Update.
5816 * gdb.btrace/unknown_functions.exp: Update.
5817 * gdb.btrace/delta.exp: New.
5818
0b722aec
MM
58192014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5820
5821 * gdb.btrace/record_goto.exp: Add backtrace test.
5822 * gdb.btrace/tailcall.exp: Add backtrace test.
5823
066ce621
MM
58242014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5825
5826 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
5827 * gdb.btrace/record_goto.c: New.
5828 * gdb.btrace/record_goto.exp: New.
5829 * gdb.btrace/x86-record_goto.S: New.
5830
0688d04e
MM
58312014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5832
5833 * gdb.btrace/function_call_history.exp: Update tests.
5834 * gdb.btrace/instruction_history.exp: Update tests.
5835
8710b709
MM
58362014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5837
5838 * gdb.btrace/function_call_history.exp: Fix expected field
5839 order for "record function-call-history".
5840 Add new tests for "record function-call-history /c".
5841 * gdb.btrace/exception.cc: New.
5842 * gdb.btrace/exception.exp: New.
5843 * gdb.btrace/tailcall.exp: New.
5844 * gdb.btrace/x86-tailcall.S: New.
5845 * gdb.btrace/x86-tailcall.c: New.
5846 * gdb.btrace/unknown_functions.c: New.
5847 * gdb.btrace/unknown_functions.exp: New.
5848 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5849
5de9129b
MM
58502014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5851
5852 * gdb.btrace/instruction_history.exp: Update.
5853 * gdb.btrace/function_call_history.exp: Update.
5854
23a7fe75
MM
58552014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5856
5857 * gdb.btrace/function_call_history.exp: Fix expected function
5858 trace.
5859 * gdb.btrace/instruction_history.exp: Initialize traced.
5860 Remove traced_functions.
5861
724c7dd8
MM
58622014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5863
5864 * gdb.btrace/function_call_history.exp: Update
5865 * gdb.btrace/instruction_history.exp: Update.
5866
6d78d93b
MM
58672014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5868
5869 * gdb.btrace/enable.exp: Update expected text.
5870
93a360cc
OJ
58712014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
5872
5873 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
5874 bytes.
5875
3772b53f
MR
58762014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
5877
5878 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
5879
596662fa
OJ
58802014-01-15 Omair Javaid <omair.javaid@linaro.org>
5881
5882 * lib/gdb.exp (supports_process_record): Return true for
5883 arm*-linux*. (supports_reverse): Likewise.
5884
b5b08fb4
SC
58852014-01-13 Siva Chandra Reddy <sivachandra@google.com>
5886
5887 PR python/15464
5888 PR python/16113
5889 * gdb.python/py-type.c: Enhance test case.
5890 * gdb.python/py-value-cc.cc: Likewise
5891 * gdb.python/py-type.exp: Add new tests.
5892 * gdb.python/py-value-cc.exp: Likewise
5893
52d7fb13
AA
58942014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
5895 Pedro Alves <palves@redhat.com>
5896
5897 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
5898 Make "name" extern.
5899 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
5900 references to ${name}_start by references to ${name}.
5901
a2cd8cfe
JB
59022014-01-10 Joel Brobecker <brobecker@adacore.com>
5903
5904 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
5905
4e23fced
JB
59062014-01-10 Joel Brobecker <brobecker@adacore.com>
5907
5908 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
5909
c6a9e42c
PA
59102014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
5911 Pedro Alves <palves@redhat.com>
5912
5913 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 5914 mi_gdb_target_load.
c6a9e42c 5915
b7ea362b
PA
59162014-01-08 Pedro Alves <palves@redhat.com>
5917
5918 * gdb.threads/reconnect-signal.c: New file.
5919 * gdb.threads/reconnect-signal.exp: New file.
5920
5e3f4fab
EBM
59212014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5922
5923 * gdb.base/source-dir.exp: New file.
5924
79301218
JB
59252014-01-07 Joel Brobecker <brobecker@adacore.com>
5926
5927 * gdb.ada/mi_interface: New testcase.
5928
8e355c5d
JB
59292014-01-07 Joel Brobecker <brobecker@adacore.com>
5930
5931 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
5932 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
5933 gdb.ada/pp-rec-component/pck.ads: New files.
5934
c0d48811
JB
59352014-01-07 Joel Brobecker <brobecker@adacore.com>
5936
5937 * gdb.python/py-pp-integral.c: New file.
5938 * gdb.python/py-pp-integral.py: New file.
5939 * gdb.python/py-pp-integral.exp: New file.
5940
17b609c3 5941For older changes see ChangeLog-1993-2013.
c906108c 5942\f
8d8cb839
EZ
5943;; Local Variables:
5944;; mode: change-log
5945;; left-margin: 8
5946;; fill-column: 74
5947;; version-control: never
5948;; End:
902f2ccb 5949
32d0add0 5950 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
5951 Copying and distribution of this file, with or without modification,
5952 are permitted provided the copyright notice and this notice are preserved.