]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Add another test for PR ld/18841
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
ad89c2aa
KS
12015-08-17 Keith Seitz <keiths@redhat.com>
2
3 * gdb.linespec/explicit.exp: Move strace test from here ...
4 * gdb.trace/strace.exp: ... to here.
5
e3ae3c43
PP
62015-08-15 Patrick Palka <patrick@parcs.ath.cx>
7
8 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
9 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
10
604b2636
DE
112015-08-14 Doug Evans <xdje42@gmail.com>
12
13 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14 inferior before selecting a new file.
15
6ff0ba5f
DE
162015-08-14 Doug Evans <xdje42@gmail.com>
17
18 * gdb.mi/mi-disassemble.exp: Update.
19 * gdb.base/disasm-optim.S: New file.
20 * gdb.base/disasm-optim.c: New file.
21 * gdb.base/disasm-optim.h: New file.
22 * gdb.base/disasm-optim.exp: New file.
23
9ca98f92
KS
242015-08-14 Keith Seitz <keiths@redhat.com>
25
26 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
27 "evaluated-by".
28
52bbc560
JB
292015-08-13 Joel Brobecker <brobecker@adacore.com>
30
31 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
32
5d8c3ed3
PMR
332015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
34
35 * gdb.ada/fun_renaming.exp: New testcase.
36 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
37 * gdb.ada/fun_renaming/pack.adb: New file.
38 * gdb.ada/fun_renaming/pack.ads: New file.
39
ea8812bc
KS
402015-08-12 Keith Seitz <keiths@redhat.com>
41
42 * gdb.base/dso2dso.exp: Pass basename of source file in call to
43 gdb_get_line_number.
44
4dafcdeb
JB
452015-08-12 Joel Brobecker <brobecker@adacore.com>
46
47 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
48 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
49 gdb.base/dso2dso.exp: New files.
50
5ba32597
SDJ
512015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
52 Pedro Alves <palves@redhat.com>
53 Keith Seitz <keiths@redhat.com>
54
55 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
56 GDBFLAGS.
57
b6dafabf
PP
582015-08-12 Patrick Palka <patrick@parcs.ath.cx>
59
60 * gdb.base/gdbhistsize-history.exp
61 (test_histsize_history_setting): Use save_vars.
62 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
63 Use save_vars.
64 (test_no_truncation_of_unlimited_history_file): Use save_vars.
65 * gdb.base/readline.exp: Use save_vars.
66
abe8e607
PP
672015-08-12 Patrick Palka <patrick@parcs.ath.cx>
68
69 * lib/gdb.exp (save_vars): New proc.
70
629500fa
KS
712015-08-11 Keith Seitz <keiths@redhat.com>
72
73 * gdb.base/help.exp: Update help_breakpoint_text.
74
eb8c4e2e
KS
752015-08-11 Keith Seitz <keiths@redhat.com>
76
77 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
78 (at toplevel): Call test_explicit_breakpoints.
79 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
80 breakpoints.
81 * lib/mi-support.exp (mi_make_breakpoint): Add support for
82 breakpoint conditions, "-cond".
83
87f0e720
KS
842015-08-11 Keith Seitz <keiths@redhat.com>
85
86 * gdb.linespec/3explicit.c: New file.
87 * gdb.linespec/cpexplicit.cc: New file.
88 * gdb.linespec/cpexplicit.exp: New file.
89 * gdb.linespec/explicit.c: New file.
90 * gdb.linespec/explicit.exp: New file.
91 * gdb.linespec/explicit2.c: New file.
92 * gdb.linespec/ls-errs.exp: Add explicit location tests.
93 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
94 before using in the matching pattern.
95 Clarify that `prefix' is a regular expression.
96
f00aae0f
KS
972015-08-11 Keith Seitz <keiths@redhat.com>
98
99 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
100 test.
101 Add tests for missing ",FMT" and ",".
102
e27852be
DE
1032015-08-10 Doug Evans <dje@google.com>
104 Keith Seitz <keiths@redhat.com>
105
106 PR gdb/17960
107 * gdb.base/completion.exp: Add location completer tests.
108
7f03bd92
PA
1092015-08-07 Pedro Alves <palves@redhat.com>
110
111 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
112 tests here.
113 (top level): Run do_test with and without displaced stepping.
114
3fc8eb30
PA
1152015-08-07 Pedro Alves <palves@redhat.com>
116
117 * gdb.base/valgrind-disp-step.c: New file.
118 * gdb.base/valgrind-disp-step.exp: New file.
119
d4569d7b
PA
1202015-08-07 Pedro Alves <palves@redhat.com>
121
122 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
123 Delete function.
124 (main): Add alarm. Run an infinite loop instead of calling
125 wait_threads.
126 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
127 comment.
128 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
129 Delete function.
130 (main): Add alarm. Run an infinite loop instead of calling
131 wait_threads.
132 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
133 comment.
134
e1316e60
PA
1352015-08-07 Pedro Alves <palves@redhat.com>
136
137 * gdb.base/checkpoint-ns.exp: New file.
138 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
139 standard_testfile.
140
da8c46d2
MM
1412015-08-07 Markus Metzger <markus.t.metzger@intel.com>
142
143 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
144 * gdb.btrace/instruction_history.exp: Update.
145 * gdb.btrace/tsx.exp: New.
146 * gdb.btrace/tsx.c: New.
147
de1c2c52
PA
1482015-08-06 Pedro Alves <palves@redhat.com>
149
150 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
151 increase timeout.
152 * gdb.reverse/until-precsave.exp: Bump timeouts.
153
782e0bf4
PA
1542015-08-06 Pedro Alves <palves@redhat.com>
155
156 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
157
83e97ed0
PA
1582015-08-06 Pedro Alves <palves@redhat.com>
159
160 PR gdb/18749
161 * gdb.threads/process-dies-while-handling-bp.c: New file.
162 * gdb.threads/process-dies-while-handling-bp.exp: New file.
163
863d01bd
PA
1642015-08-06 Pedro Alves <palves@redhat.com>
165
166 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
167 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
168
0a39bb32
PA
1692015-08-05 Pedro Alves <palves@redhat.com>
170
171 * gdb.threads/next-while-other-thread-longjmps.c: New file.
172 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
173
ee2d2b10
SL
1742015-08-03 Sandra Loosemore <sandra@codesourcery.com>
175
176 * gdb.base/bp-permanent.exp: Report test as unsupported if
177 the target cannot stop at the permanent breakpoint.
178
4e1bdb00
DE
1792015-08-03 Doug Evans <dje@google.com>
180
181 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
182 10000.
183
3d338901
DE
1842015-08-03 Doug Evans <dje@google.com>
185
186 * Makefile.in (workers/%.worker, build-perf): New rule.
187 (GDB_PERFTEST_MODE): New variable.
188 (check-perf): Use it.
189 (clean): Clean up gdb.perf parallel build subdirs.
190 * lib/build-piece.exp: New file.
191 * lib/gdb.exp (make_gdb_parallel_path): New function
192 (standard_output_file, standard_temp_file): Call it.
193 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
194 of $GDB_PARALLEL.
195 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
196
af061d3e
DE
1972015-08-03 Doug Evans <dje@google.com>
198
8e1afc81 199 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
200 (LOG_FILE_NAME): New global.
201 (TextReporter.__init__): Initialize self.txt_sum.
202 (TextReporter.report): Add support for multiple data-points.
203 Move report to perftest.sum, put raw data in perftest.log.
204 (TextReporter.start): Open sum and log files.
205 (TextReporter.end): Close sum and log files.
8e1afc81
DE
206 * gdb.perf/lib/perftest/testresult.py
207 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 208
2c8c5d37
PA
2092015-07-31 Pedro Alves <palves@redhat.com>
210
211 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
212 Use spawn_id_get_pid. Wait for spawn id after eof. Use
213 kill_wait_spawned_process instead of explicit "kill -9".
214 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
215 returning a spawn id instead of a pid. Use spawn_id_get_pid and
216 kill_wait_spawned_process.
217 * gdb.base/attach-twice.exp: Likewise.
218 * gdb.base/attach.exp: Likewise.
219 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
220 gdb_test_multiple.
221 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
222 returning a spawn id instead of a pid. Use spawn_id_get_pid and
223 kill_wait_spawned_process.
224 * gdb.base/valgrind-infcall.exp: Likewise.
225 * gdb.multi/multi-attach.exp: Likewise.
226 * gdb.python/py-prompt.exp: Likewise.
227 * gdb.python/py-sync-interp.exp: Likewise.
228 * gdb.server/ext-attach.exp: Likewise.
229 * gdb.threads/attach-into-signal.exp (corefunc): Use
230 spawn_wait_for_attach, spawn_id_get_pid and
231 kill_wait_spawned_process.
232 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
233 spawn_wait_for_attach returning a spawn id instead of a pid. Use
234 spawn_id_get_pid and kill_wait_spawned_process.
235 * gdb.threads/attach-stopped.exp (corefunc): Use
236 spawn_wait_for_attach, spawn_id_get_pid and
237 kill_wait_spawned_process.
238 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
239 Use spawn_id_get_pid. Wait for spawn id after eof. Use
240 kill_wait_spawned_process instead of explicit "kill -9".
241 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
242 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
243 (spawn_wait_for_attach): Use spawn instead of exec to spawn
244 processes. Don't map cygwin/windows pids here. Now returns a
245 spawn id list.
246
032a0fca
SL
2472015-07-30 Sandra Loosemore <sandra@codesourcery.com>
248
249 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
250 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
251 correct patch.
252
61a934ca
SL
2532015-07-30 Sandra Loosemore <sandra@codesourcery.com>
254
255 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
256
4bc4d428
SL
2572015-07-30 Sandra Loosemore <sandra@codesourcery.com>
258
259 Reapply:
260 2014-05-21 Mark Wielaard <mjw@redhat.com>
261
262 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
263
998d452a
PA
2642015-07-30 Pedro Alves <palves@redhat.com>
265
266 * linux-low.c (handle_extended_wait): Set the child's last
267 reported status to TARGET_WAITKIND_STOPPED.
268
69dde7dc
PA
2692015-07-30 Pedro Alves <palves@redhat.com>
270
271 PR threads/18600
272 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
273 only shows inferior 1.
274
4dd63d48
PA
2752015-07-30 Simon Marchi <simon.marchi@ericsson.com>
276 Pedro Alves <palves@redhat.com>
277
278 PR threads/18600
279 * gdb.threads/fork-plus-threads.c: New file.
280 * gdb.threads/fork-plus-threads.exp: New file.
281
d618e4c5
PP
2822015-07-29 Patrick Palka <patrick@parcs.ath.cx>
283
284 * gdb.base/batch-preserve-term-settings.exp
285 (test_terminal_settings_preserved_after_cli_exit): Use
286 send_quit_command.
287
1eef6428
PA
2882015-07-29 Pedro Alves <palves@redhat.com>
289 Don Breazeal <donb@codesourcery.com>
290
291 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
292 output from both inferior_spawn_id and gdb_spawn_id.
293
7da5b897
SDJ
2942015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
295
296 * gdb.threads/attach-into-signal.exp (corefunc): Use
297 with_test_prefix on nested loops, uniquefying the test messages.
298
dac804df
SDJ
2992015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
300
301 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
302 commit.
303
06265e53
PP
3042015-07-29 Patrick Palka <patrick@parcs.ath.cx>
305
306 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
307 New proc.
308 (test_terminal_settings_preserved_after_sigterm): New test.
309
18206ca3
PP
3102015-07-29 Patrick Palka <patrick@parcs.ath.cx>
311
312 * gdb.base/batch-preserve-term-settings.exp
313 (test_terminal_settings_preserved_after_cli_exit): New test.
314
90074d11
PP
3152015-07-29 Patrick Palka <patrick@parcs.ath.cx>
316
317 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
318 manipulation of saved_gdbflags.
319 (test_terminal_settings_preserved): Remove global declaration of
320 the unused variable pagination_prompt. Remove manipulation of
321 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
322 GDBFLAGS.
323
eb1a7902
PA
3242015-07-29 Pedro Alves <palves@redhat.com>
325
326 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
327
8b75dd3b
PA
3282015-07-29 Pedro Alves <palves@redhat.com>
329
330 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
331 at the top.
332
dedad4e3
PA
3332015-07-29 Pedro Alves <palves@redhat.com>
334
335 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
336 (main): Call gdb_unbuffer_output.
337 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
338 (main): Call gdb_unbuffer_output.
339 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
340 (main): Call gdb_unbuffer_output.
341 * gdb.base/call-strs.exp: Adjust to step over the
342 gdb_unbuffer_output call.
343 * gdb.base/catch-gdb-caused-signals.c: Include
344 "../lib/unbuffer_output.c".
345 (main): Call gdb_unbuffer_output.
346 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
347 (main): Call gdb_unbuffer_output.
348 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
349 (main): Call gdb_unbuffer_output.
350 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
351 (main): Call gdb_unbuffer_output.
352 * gdb.base/shlib-call.exp: Adjust to step over the
353 gdb_unbuffer_output call.
354 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
355 (main): Call gdb_unbuffer_output.
356 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
357 (main): Call gdb_unbuffer_output.
358 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
359 (main): Rename to ...
360 (test): ... this.
361 (main): Reimplement.
362 * gdb.base/varargs.exp: Run to test instead of to main.
363 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
364 (main): Call gdb_unbuffer_output.
365
58789a91
PA
3662015-07-29 Pedro Alves <palves@redhat.com>
367
368 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
369 factore out from mi_continue_dprintf. For call-style dprintfs,
370 expect dprintf output out of $inferior_spawn_id.
371 (mi_continue_dprintf): Use mi_expect_dprintf.
372 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
373 (main): Call gdb_unbuffer_output.
374
e8376742
PA
3752015-07-29 Pedro Alves <palves@redhat.com>
376
377 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
378 (default_mi_gdb_start): Set inferior_spawn_id instead of
379 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
380 gdb_spawn_id.
381 (mi_gdb_test): Always expect inferior output from both
382 $inferior_spawn_id and $gdb_spawn_id.
383
08280010
PA
3842015-07-29 Pedro Alves <palves@redhat.com>
385
386 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
387 send_inferior and $inferior_spawn_id.
388
4d30e432
PA
3892015-07-29 Pedro Alves <palves@redhat.com>
390
391 * gdb.gdb/complaints.exp (test_initial_complaints)
392 (test_serial_complaints, test_short_complaints): Use
393 gdb_test_stdio.
394 (test_empty_complaint): Handle $inferior_spawn_id !=
395 $gdb_spawn_id.
396
0d30a335
PA
3972015-07-29 Pedro Alves <palves@redhat.com>
398
399 * gdb.base/varargs.exp: Use gdb_test_stdio.
400
39413b29
PA
4012015-07-29 Pedro Alves <palves@redhat.com>
402
403 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
404
7cb000a9
PA
4052015-07-29 Pedro Alves <palves@redhat.com>
406
407 * gdb.base/ending-run.exp: Use gdb_test_stdio.
408
d7b8ac82
PA
4092015-07-29 Pedro Alves <palves@redhat.com>
410
411 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
412 parameter into two new parameters, "inf_result" and "gdb_result".
413 Expect inferior output and gdb output from $inferior_spawn_id and
414 $gdb_spawn_id, respectively. Adjust all callers.
415
789c3a0c
PA
4162015-07-29 Pedro Alves <palves@redhat.com>
417
418 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
419 of gdb_test_sequence.
420
77e760c3
PA
4212015-07-29 Pedro Alves <palves@redhat.com>
422
423 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
424 (saw_spurious_output): Expect inferior output from
425 $inferior_spawn_id. Use gdb_test_stdio.
426
8396d2cd
PA
4272015-07-29 Pedro Alves <palves@redhat.com>
428
429 * gdb.base/dprintf.exp: Use standard_testfile. Change
430 prepare_for_testing call.
431 (srcfile): Don't set.
432 (restart): New procedure.
433 (test_dprintf): New procecure, use to continue over dprintfs.
434 (test_call, test_agent): New procedures, tests moved here.
435 Restart gdb and recreate dprintfs. Adjust expected output.
436
2051d61f
PA
4372015-07-29 Pedro Alves <palves@redhat.com>
438
439 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
440
452397af
PA
4412015-07-29 Pedro Alves <palves@redhat.com>
442
443 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
444
8aed9555
PA
4452015-07-29 Pedro Alves <palves@redhat.com>
446
447 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
448 gdb_test_stdio.
449
188a61b4
PA
4502015-07-29 Pedro Alves <palves@redhat.com>
451
452 * lib/gdb.exp (gdb_test_stdio): New procedure.
453
12264a45
PA
4542015-07-29 Pedro Alves <palves@redhat.com>
455
456 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
457
23ffc893
PA
4582015-07-29 Pedro Alves <palves@redhat.com>
459
460 * gdb.base/call-signal-resume.exp: Remove check for
461 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
462 * gdb.base/unwindonsignal.exp: Likewise.
463 * gdb.base/call-signals.c (gen_signal): Remove printf call.
464 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
465
65566918
PA
4662015-07-29 Pedro Alves <palves@redhat.com>
467
468 * gdb.base/siginfo-addr.c (pass): New function.
469 (handler): Call it iff si_addr is correct.
470 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
471 Set a breakpoint at "pass" and continue to it.
472
d60a9221
SDJ
4732015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
474
475 * gdb.python/py-objfile.exp: Make some tests have unique names.
476 * gdb.python/py-pp-registration.exp: Likewise.
477
bde40b8f
PA
4782015-07-28 Pedro Alves <palves@redhat.com>
479
480 * gdb.server/server-exec-info.exp: Issue a "disconnect".
481
13e1dec8
SM
4822015-07-27 Simon Marchi <simon.marchi@ericsson.com>
483
484 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
485
da33c9a7
SM
4862015-07-27 Simon Marchi <simon.marchi@ericsson.com>
487
488 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
489
077836f7
PP
4902015-07-27 Patrick Palka <patrick@parcs.ath.cx>
491
492 * gdb.base/gdb-sigterm-2.exp: New test.
493
b8cc7b2e
DE
4942015-07-25 Doug Evans <xdje42@gmail.com>
495
496 Revert:
497 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
498 (workers/%.worker, build-perf): New rule.
499 (GDB_PERFTEST_MODE): New variable.
500 (check-perf): Use it.
501 (clean): Clean up gdb.perf parallel build subdirs.
502 * lib/build-piece.exp: New file.
503 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
504 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
505 name.
506 (standard_temp_file): Ditto.
507 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
508 of $GDB_PARALLEL.
509
c8bd4544
DE
5102015-07-24 Doug Evans <dje@google.com>
511
512 * gdb.perf/lib/perftest/utils.py: New file.
513 * gdb.perf/gm-hello.cc: New file.
514 * gdb.perf/gm-pervasive-typedef.cc: New file.
515 * gdb.perf/gm-pervasive-typedef.h: New file.
516 * gdb.perf/gm-std.cc: New file.
517 * gdb.perf/gm-std.h: New file.
518 * gdb.perf/gm-use-cerr.cc: New file.
519 * gdb.perf/gm-utils.h: New file.
520 * gdb.perf/gmonster-null-lookup.py: New file.
521 * gdb.perf/gmonster-pervasive-typedef.py: New file.
522 * gdb.perf/gmonster-print-cerr.py: New file.
523 * gdb.perf/gmonster-ptype-string.py: New file.
524 * gdb.perf/gmonster-runto-main.py: New file.
525 * gdb.perf/gmonster-select-file.py: New file.
526 * gdb.perf/gmonster1-null-lookup.exp: New file.
527 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
528 * gdb.perf/gmonster1-print-cerr.exp: New file.
529 * gdb.perf/gmonster1-ptype-string.exp: New file.
530 * gdb.perf/gmonster1-runto-main.exp: New file.
531 * gdb.perf/gmonster1-select-file.exp: New file.
532 * gdb.perf/gmonster1.cc: New file.
533 * gdb.perf/gmonster1.exp: New file.
534 * gdb.perf/gmonster2-null-lookup.exp: New file.
535 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
536 * gdb.perf/gmonster2-print-cerr.exp: New file.
537 * gdb.perf/gmonster2-ptype-string.exp: New file.
538 * gdb.perf/gmonster2-runto-main.exp: New file.
539 * gdb.perf/gmonster2-select-file.exp: New file.
540 * gdb.perf/gmonster2.cc: New file.
541 * gdb.perf/gmonster2.exp: New file.
542
6eab34f3
DE
5432015-07-24 Doug Evans <dje@google.com>
544
545 * gdb.perf/README: New file.
546 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
547 * lib/gen-perf-test.exp: New file.
548
63738bfd
DE
5492015-07-24 Doug Evans <dje@google.com>
550
551 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
552 (PerfTest::startup): New function.
553 (PerfTest::run): Return result of calling body.
554 (PerfTest::assemble): Rewrite.
555 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
556 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
557 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
558 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
559 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
560
7b606f95
DE
5612015-07-24 Doug Evans <dje@google.com>
562
563 * lib/gdb.exp (clean_restart): Make executable optional.
564
a97b16b8
DE
5652015-07-24 Doug Evans <dje@google.com>
566
567 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
568 compiler_info references.
569 * gdb.cp/temargs.exp: Ditto.
570 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
571 (get_compiler_info): Early exit if already computed. Set compiler_info
572 to "unknown" if there was a problem.
573 (test_compiler_info): Add function comment. Call get_compiler_info.
574
35baa57f
DE
5752015-07-24 Doug Evans <dje@google.com>
576
577 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
578 (workers/%.worker, build-perf): New rule.
579 (GDB_PERFTEST_MODE): New variable.
580 (check-perf): Use it.
581 (clean): Clean up gdb.perf parallel build subdirs.
582 * lib/build-piece.exp: New file.
583 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
584 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
585 name.
586 (standard_temp_file): Ditto.
587 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
588 of $GDB_PARALLEL.
589
6ebea266
DE
5902015-07-24 Doug Evans <dje@google.com>
591
592 * lib/future.exp (gdb_default_target_compile): New option
593 "early_flags".
594 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
595 --as-needed.
596
1e76a7e9
SDJ
5972015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
598
599 * gdb.base/catch-syscall.exp: Call gdb_exit before
600 gdb_skip_xml_test.
601
5068630a
PA
6022015-07-24 Pedro Alves <palves@redhat.com>
603
604 * gdb.python/py-events.exp: Accept output between the stop event
605 and the prompt.
606 * gdb.python/py-evsignal.exp: Likewise.
607 * gdb.python/py-evthreads.exp: Likewise.
608
77598427
PA
6092015-07-24 Pedro Alves <palves@redhat.com>
610
611 PR gdb/18717
612 * gdb.threads/non-ldr-exit.c: New file.
613 * gdb.threads/non-ldr-exit.exp: New file.
614
11e6c98f
YQ
6152015-07-24 Yao Qi <yao.qi@linaro.org>
616
617 * gdb.server/ext-wrapper.exp: Test --wrapper option when
618 restarting process.
619
51aee833
YQ
6202015-07-24 Yao Qi <yao.qi@linaro.org>
621
622 * gdb.server/ext-restart.exp: New file.
623
8cfe207c
YQ
6242015-07-24 Yao Qi <yao.qi@linaro.org>
625
626 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
627 argument options.
628 * gdb.server/ext-wrapper.exp: New file.
629
cc12ce38
DE
6302015-07-23 Doug Evans <dje@google.com>
631
632 * gdb.dwarf2/dw2-dummy-cu.S: New file.
633 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
634
d0d84780
PMR
6352015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
636
637 * gdb.ada/var_arr_typedef.exp: New testcase.
638 * gdb.ada/var_arr_typedef/pack.adb: New file.
639 * gdb.ada/var_arr_typedef/pack.ads: New file.
640 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
641
8b558f79
JB
6422015-07-20 Joel Brobecker <brobecker@adacore.com>
643
644 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
645
775a3298
JK
6462015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
647
648 * gdb.arch/i386-biarch-core.exp: Replace istarget
649 by "complete set gnutarget". Remove expectation for the "core-file"
650 command.
651
db1ff28b
JK
6522015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
653
654 Revert the previous commit:
655 Tests for validate symbol file using build-id.
656
0a94970d
JK
6572015-07-15 Aleksandar Ristovski <aristovski@qnx.com
658
659 Tests for validate symbol file using build-id.
660 * gdb.base/solib-mismatch-lib.c: New file.
661 * gdb.base/solib-mismatch-libmod.c: New file.
662 * gdb.base/solib-mismatch.c: New file.
663 * gdb.base/solib-mismatch.exp: New file.
664
03346981
SL
6652015-07-15 Sandra Loosemore <sandra@codesourcery.com>
666
667 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
668 nios2-*-linux*.
669 * gdb.base/sigbpt.exp (stepi_out): Likewise.
670 * gdb.base/siginfo.exp: Likewise.
671 * gdb.base/sigstep.exp (advance, advancei): Likewise.
672
42422cc7
PL
6732015-07-15 Pierre Langlois <pierre.langlois@arm.com>
674
675 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
676 Move it to ...
677 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
678 ... here.
679 * gdb.trace/range-stepping.exp: Check that the target supports
680 range stepping.
681
cfa68bae
JK
6822015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
683
684 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
685
8ffdba26
PA
6862015-07-14 Pedro Alves <palves@redhat.com>
687
688 * gdb.base/killed-outside.exp: New file.
689 * gdb.base/killed-outside.c: New file.
690
218a5a11
JK
6912015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
692
693 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
694 (n at main): New.
695 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
696
e03ed3c6
AA
6972015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
698
699 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
700 infcall tests instead of setting up for KFAIL.
701
485668e5
MM
7022015-07-10 Markus Metzger <markus.t.metzger@intel.com>
703
704 * gdb.btrace/record_goto-step.exp: New.
705
08464196
JK
7062015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
707
708 PR compile/18484
709 * gdb.compile/compile.c (struct struct_type): Add volatile to
710 selffield's type.
711 * gdb.compile/compile.exp
712 (compile code struct_object.selffield = &struct_object): Skip further
713 struct_object tests if this one xfails.
714
bcf5c1d9
RC
7152015-07-08 Robert O'Callahan <robert@ocallahan.org>
716
717 PR exp/18617
718 * gdb.trace/ax.exp: Add test.
719
4931af25
YQ
7202015-07-07 Yao Qi <yao.qi@linaro.org>
721
722 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
723 instead of istarget "aarch64*-*-*".
724 * gdb.arch/aarch64-fp.exp: Likewise.
725 * gdb.base/float.exp: Likewise.
726 * gdb.reverse/aarch64.exp: Likewise.
727 * lib/gdb.exp (is_aarch64_target): New proc.
728
9fcf688e
YQ
7292015-07-07 Yao Qi <yao.qi@linaro.org>
730
731 * lib/gdb.exp (is_aarch32_target): New proc.
732 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
733 instead of "istarget "arm*-*-*"".
734 * gdb.arch/arm-disp-step.exp: Likewise.
735 * gdb.arch/thumb-bx-pc.exp: Likewise.
736 * gdb.arch/thumb-prologue.exp: Likewise.
737 * gdb.arch/thumb-singlestep.exp: Likewise.
738 * gdb.base/disp-step-syscall.exp: Likewise.
739 * gdb.base/float.exp: Likewise.
740
fbd8d50d
YQ
7412015-07-07 Yao Qi <yao.qi@linaro.org>
742
743 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
744 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
745
71be1fdc
YQ
7462015-07-07 Yao Qi <yao.qi@linaro.org>
747
748 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
749 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
750 if it exists.
751 * gdb.multi/multi-arch.exp: Likewise.
752
3e221d36
SM
7532015-07-07 Simon Marchi <simon.marchi@ericsson.com>
754
755 * gdb.python/py-lazy-string.exp: Add missing parentheses to
756 print.
757
d441430b
YQ
7582015-07-07 Yao Qi <yao.qi@linaro.org>
759
760 * gdb.arch/thumb-singlestep.exp: Do one more single step.
761
06f810bd
MG
7622015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
763
764 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
765 '[' and ']' characters.
766
5e61e7c0
IB
7672015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
768
769 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
770
28bf096c
PA
7712015-06-29 Pedro Alves <palves@redhat.com>
772
773 PR threads/18127
774 * gdb.threads/hand-call-new-thread.c: New file.
775 * gdb.threads/hand-call-new-thread.c: New file.
776
ee93cd5e
KS
7772015-06-26 Keith Seitz <keiths@redhat.com>
778 Doug Evans <dje@google.com>
779
780 PR 16253
781 * gdb.cp/var-tag-2.cc: New file.
782 * gdb.cp/var-tag-3.cc: New file.
783 * gdb.cp/var-tag-4.cc: New file.
784 * gdb.cp/var-tag.cc: New file.
785 * gdb.cp/var-tag.exp: New file.
786
fc637f04
PP
7872015-06-26 Patrick Palka <patrick@parcs.ath.cx>
788
789 * gdb.base/history-duplicates.exp: New test.
790
2e52ae68
PP
7912015-06-26 Patrick Palka <patrick@parcs.ath.cx>
792
793 * gdb.base/completion.exp: Test the completion of the "focus"
794 command.
795
6e22494e
JK
7962015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
797
798 * gdb.arch/amd64-prologue-skip.S: New file.
799 * gdb.arch/amd64-prologue-skip.exp: New file.
800
bf7b9cd9
SM
8012015-06-25 Simon Marchi <simon.marchi@ericsson.com>
802
803 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
804 is_address_zero_readable check.
805
201e8dfd
PB
8062015-06-24 Peter Bergner <bergner@vnet.ibm.com>
807
808 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
809 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
810
5cd867b4
YQ
8112015-06-24 Yao Qi <yao.qi@linaro.org>
812
813 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
814 linux targets.
815
4d7be007
YQ
8162015-06-24 Yao Qi <yao.qi@linaro.org>
817
818 * lib/gdb.exp (supports_get_siginfo_type): New proc.
819 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
820 * gdb.base/siginfo-thread.exp: Likewise.
821
07fcd301
YQ
8222015-06-22 Yao Qi <yao.qi@linaro.org>
823
824 * boards/remote-gdbserver-on-localhost.exp: Add comments.
825
52042a00
YQ
8262015-06-22 Yao Qi <yao.qi@linaro.org>
827
828 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
829 aarch64*-*-*.
830 (skip_hw_watchpoint_tests): Likewise.
831
74bd41ce
PP
8322015-06-18 Patrick Palka <patrick@parcs.ath.cx>
833
834 * gdb.base/gdbinit-history.exp: Test the interaction between
835 setting GDBHISTSIZE and setting the history size via .gdbinit.
836
bc460514
PP
8372015-06-17 Patrick Palka <patrick@parcs.ath.cx>
838
839 PR gdb/16999
840 * gdb.base/gdbhistsize-history.exp: New test.
841
b58c513b
PP
8422015-06-17 Patrick Palka <patrick@parcs.ath.cx>
843
844 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
845 with GDBHISTSIZE.
846 * gdb.base/readline.exp: Likewise.
847
92046791
YQ
8482015-06-17 Yao Qi <yao.qi@linaro.org>
849
850 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
851 line.
852
2093d2d3
PP
8532015-06-17 Patrick Palka <patrick@parcs.ath.cx>
854
855 * gdb.base/gdbinit-history.exp: Add test case to check that
856 an unlimited history file does not get truncated on exit.
857
e6c693af
AA
8582015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
859
860 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
861 (VECTOR): New macro. Use it...
862 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
863 ...for these typedefs.
864 (int8, char1, int1, double1): New typedefs.
865 (struct just_int2, struct two_int2): New structures.
866 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
867 (add_structvecs, add_singlevecs): New functions.
868 (main): Call add_some_intvecs twice.
869 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
870 the compile and exit upon failure. Try compiling for the "native"
871 architecture. Test inferior function calls with vector arguments
872 and vector return value handling with "finish" and "return".
873
c74f7d1c
JT
8742015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
875
876 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
877 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
878 PE file.
879 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
880
98aa42ee
AT
8812015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
882
883 PR breakpoints/16465
884 * gdb.mi/mi-dprintf-pending.c: New file.
885 * gdb.mi/mi-dprintf-pending.exp: New test.
886 * gdb.mi/mi-dprintf-pendshr.c: New file.
887
7d73c23c 8882015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 889 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
890
891 * gdb.arch/i386-mpx-map.c: New file.
892 * gdb.arch/i386-mpx-map.exp: New File.
893
8942015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
895
896 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
897 * gdb.arch/i386-mpx.exp: Indentation fixed.
898
8992015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
900
901 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
902 function and improved indentation.
903 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
904 gdb_test_multiple. Added additional tests to skip the test.
905
9062015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
907
908 * gdb.arch/i386-avx512.c: Change path in include file.
909 * gdb.arch/i386-avx512.exp: Change include dir path
910 compilation flag.
911 * gdb.arch/i386-mpx.c: Change path in include file.
912 * gdb.arch/i386-mpx.exp: Change include dir path compilation
913 flag.
914
d5eba19a
JK
9152015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
916
917 * gdb.compile/compile-print.exp (compile print *vararray@3)
918 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
919
7f361056
JK
9202015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
921
922 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
923 (do not keep jit in memory): ... this.
924 (expect 5): Change it to ...
925 (expect no 5): ... this.
926
3b462ec2
SM
9272015-06-02 Simon Marchi <simon.marchi@ericsson.com>
928
929 PR gdb/15564
930 * gdb.mi/mi-detach.exp: New file.
931
e0619de6
JK
9322015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
933
934 PR symtab/18392
935 * gdb.arch/amd64-tailcall-self.S: New file.
936 * gdb.arch/amd64-tailcall-self.c: New file.
937 * gdb.arch/amd64-tailcall-self.exp: New file.
938
e970cb34
DB
9392015-05-28 Don Breazeal <donb@codesourcery.com>
940
941 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
942 tests for remote targets by checking is_target_gdbserver.
943
b2e2f908
DE
9442015-05-27 Doug Evans <dje@google.com>
945
946 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
947 * gdb.dwarf2/opaque-type-lookup.c: New file.
948 * gdb.dwarf2/opaque-type-lookup.exp: New file.
949
82c7be31
DE
9502015-05-26 Doug Evans <dje@google.com>
951
952 * gdb.cp/iostream.cc: New file.
953 * gdb.cp/iostream.exp: New file.
954
b4f54984
DE
9552015-05-26 Doug Evans <dje@google.com>
956
957 * gdb.dwarf2/dw2-op-call.exp: Update.
958 * gdb.dwarf2/dw4-sig-types.exp: Update.
959 * gdb.dwarf2/implptr.exp: Update.
960 * gdb.mi/mi-cmd-param-changed.exp: Update.
961
4ea6efe9
DE
9622015-05-26 Doug Evans <dje@google.com>
963
964 * gdb.python/py-lazy-string.c: New file.
965 * gdb.python/py-lazy-string.exp: New file.
966 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
967 (main): Update. Add estring3.
968 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
969 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
970
f6bb7db3
YQ
9712015-05-26 Omair Javaid <omair.javaid@linaro.org>
972 Yao Qi <yao.qi@linaro.org>
973
974 * gdb.reverse/aarch64.c: New.
975 * gdb.reverse/aarch64.exp: New.
976
a81bfbd0
OJ
9772015-05-26 Omair Javaid <omair.javaid@linaro.org>
978
979 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
980 (supports_reverse): Likewise.
981
158bf1b4
PP
9822015-05-22 Patrick Palka <patrick@parcs.ath.cx>
983
984 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
985 Use with_test_prefix.
986
a0145030
AB
9872015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
988
989 * gdb.base/completion.exp: Add test for completion of layout
990 names.
991
ebe3b578
AB
9922015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
993
994 * lib/gdb.exp (skip_tui_tests): New proc.
995 * gdb.base/tui-layout.exp: Check skip_tui_tests.
996
84204ed7
PA
9972015-05-19 Pedro Alves <palves@redhat.com>
998
999 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1000 Save the whole env array instead of just HOME. Unset HISTSIZE in
1001 the environment while testing. Restore whole environment
1002 afterwards.
1003
37442ce1
DE
10042015-05-16 Doug Evans <xdje42@gmail.com>
1005
1006 * gdb.guile/scm-ports.c: New file.
1007 * gdb.guile/scm-ports.exp: Add memory port tests.
1008
36de76f9
JK
10092015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1010
1011 * gdb.compile/compile-print.c: New file.
1012 * gdb.compile/compile-print.exp: New file.
1013
3a9558c4
JK
10142015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1015
1016 * gdb.compile/compile-ops.exp: Cast param to void.
1017 * gdb.compile/compile.exp: Complete type for _gdb_expr.
1018 (compile code struct_object.selffield = &struct_object): Add xfail.
1019
aa715135
JG
10202015-05-15 Joel Brobecker <brobecker@adacore.com>
1021
1022 * gdb.ada/arr_enum_with_gap: New testcase.
1023
931e5bc3
JG
10242015-05-15 Joel Brobecker <brobecker@adacore.com>
1025
1026 * gdb.ada/byte_packed_arr: New testcase.
1027
9cd4d857
JB
10282015-05-15 Joel Brobecker <brobecker@adacore.com>
1029
1030 * gdb.ada/pckd_neg: New testcase.
1031
ebfd00d2
PP
10322015-05-13 Patrick Palka <patrick@parcs.ath.cx>
1033
1034 PR gdb/17820
1035 * gdb.base/gdbinit-history.exp: New test.
1036 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
1037 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
1038
4c082a81
SC
10392015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1040
1041 * gdb.python/py-xmethods.cc: Enhance test case.
1042 * gdb.python/py-xmethods.exp: New tests.
1043 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
1044 function.
1045 (B_indexoper): Likewise.
1046 (global_dm_list) : Add new xmethod worker functions.
1047
f7797074
SDJ
10482015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
1049
1050 * gdb.base/coredump-filter.exp: Correctly unset
1051 "coredump_var_addr" array.
1052
a4674e4e
PA
10532015-05-08 Pedro Alves <palves@redhat.com>
1054
1055 * gdb.server/non-existing-program.exp: Unset spawn_id.
1056
df2eb078
SC
10572015-05-08 Siva Chandra Reddy <sivachandra@google.com>
1058
1059 PR python/18291
1060 * gdb.python/py-xmethods.exp: Add tests.
1061
422349a3
YQ
10622015-05-08 Yao Qi <yao.qi@linaro.org>
1063
1064 PR gdb/18208
1065 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
1066 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
1067 function set_coredump_filter, and remove remote_exec call.
1068 Remove argument ipid. Callers update.
1069 (top level): Don't get inferior's PID.
1070
63fc80ce
AA
10712015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
1072
1073 * gdb.base/watch_thread_num.exp: Skip test on targets without
1074 access watchpoints.
1075
80ad801e
PA
10762015-05-06 Pedro Alves <palves@redhat.com>
1077
1078 PR server/18081
1079 * gdb.server/non-existing-program.exp: New file.
1080
0fa7fe50
JB
10812015-05-05 Joel Brobecker <brobecker@adacore.com>
1082
1083 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
1084
3ea89b92
PMR
10852015-05-05 Joel Brobecker <brobecker@adacore.com>
1086
1087 * gdb.ada/out_of_line_in_inlined: New testcase.
1088
87b8eff0
JB
10892015-05-05 Joel Brobecker <brobecker@adacore.com>
1090
1091 * gdb.ada/var_rec_arr: New testcase.
1092
5fccc635
YQ
10932015-04-30 Yao Qi <yao.qi@linaro.org>
1094
1095 * gdb.base/break-idempotent.exp: If
1096 skip_hw_watchpoint_multi_tests returns true, skip the tests
1097 on "rwatch" and "awatch".
1098
42d38f42
YQ
10992015-04-30 Yao Qi <yao.qi@linaro.org>
1100
1101 * gdb.base/relativedebug.exp: Invoke gdb command
1102 "info sharedlibrary", and if libc.so doesn't have debug info,
1103 skip the test.
1104
2ce1cdbf
DE
11052015-04-29 Doug Evans <dje@google.com>
1106
1107 * gdb.python/py-xmethods.exp: Add ptype tests.
1108 * gdb.python/py-xmethods.py (E_method_char_worker): Add
1109 get_result_type method.
1110
f24a38c5
LM
11112015-04-29 Luis Machado <lgustavo@codesourcery.com>
1112
1113 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
1114 the target does not support hardware watchpoints.
1115
ecbf2b3c
LM
11162015-04-29 Luis Machado <lgustavo@codesourcery.com>
1117
1118 * gdb.base/break-always.exp: Abort testing if writing to memory
1119 causes an error.
1120
34f5f757
DE
11212015-04-28 Doug Evans <dje@google.com>
1122
1123 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
1124 * gdb.python/py-pp-registration.exp: ... here. New file.
1125 * gdb.python/py-pp-registration.c: New file.
1126 * gdb.python/py-pp-registration.py: New file.
1127
69b4374a
DE
11282015-04-28 Doug Evans <dje@google.com>
1129
1130 * gdb.python/py-bad-printers.c: New file.
1131 * gdb.python/py-bad-printers.py: New file.
1132 * gdb.python/py-bad-printers.exp: New file.
1133
59fb7612
SS
11342015-04-28 Sasha Smundak <asmundak@google.com>
1135
1136 * gdb.python/py-type.exp: New test.
1137
2631b16a
AW
11382015-04-28 Andy Wingo <wingo@igalia.com>
1139
1140 * gdb.python/py-parameter.exp:
1141 * gdb.guile/scm-parameter.exp: Escape the path that we are
1142 matching against, as it might contain characters that are special
1143 to regular expressions.
1144
460efde1
JB
11452015-04-27 Joel Brobecker <brobecker@adacore.com>
1146
1147 * gdb.ada/rec_comp: New testcase.
1148
2d369d8e
SDJ
11492015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
1150
1151 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
1152 before using it.
1153
cf75d6c3
AB
11542015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1155
1156 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
1157 new tests for verilog output.
1158
8dbe7ca5
YQ
11592015-04-24 Yao Qi <yao.qi@linaro.org>
1160
1161 * boards/remote-gdbserver-on-localhost.exp: New file.
1162
4ef9fb2f
PA
11632015-04-23 Pedro Alves <palves@redhat.com>
1164
1165 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
1166 $inferior_spawn_id instead of $inferior_spawn_id directly. On
1167 "end of file", remove $inferior_spawn_id from the indirect list.
1168
0a803169
PA
11692015-04-23 Pedro Alves <palves@redhat.com>
1170
1171 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
1172
749ef8f8
PA
11732015-04-23 Pedro Alves <palves@redhat.com>
1174
1175 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
1176 on $any_spawn_id instead of only on $gdb_spawn_id.
1177
8aae4344
PM
11782015-04-21 Pierre Muller <muller@sourceware.org>
1179
1180 PR pascal/17815
1181 * lib/pascal.exp (gpc_compile): Add new option "class".
1182 (fpc_compile): Likewise.
1183 * gdb.pascal/case-insensitive-symbols.pas: New file.
1184 * gdb.pascal/case-insensitive-symbols.exp: New file.
1185
1586c8fb
GB
11862015-04-20 Gary Benson <gbenson@redhat.com>
1187
1188 * gdb.base/attach.exp: Fix three extended remote failures.
1189
1b6e6f5c
GB
11902015-04-17 Gary Benson <gbenson@redhat.com>
1191
1192 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
1193 the main executable over the remote protocol.
1194
e797481d
PA
11952015-04-16 Pedro Alves <palves@redhat.com>
1196
1197 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
1198 a new gdbserver if gdbserver_reconnect_p is set.
1199
1ca99c42
PA
12002015-04-16 Pedro Alves <palves@redhat.com>
1201
1202 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
1203 is set, don't exit gdbserver.
1204
af9fd6f8
AA
12052015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1206
1207 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
1208 appropriate .insn, such that an older assembler can be used.
1209 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
1210 the z/Architecture instruction set on 31-bit targets as well.
1211
04ff1e61
AA
12122015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1213
1214 * gdb.go/handcall.exp: Remove all logic related to the first
1215 breakpoint and rely on go_runto_main instead.
1216 * gdb.go/strings.exp: Likewise.
1217 * gdb.go/unsafe.exp: Likewise.
1218 * gdb.go/hello.exp: Likewise. Also rename the remaining
1219 breakpoint marker to "breakpoint 1".
1220 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
1221 * gdb.go/strings.go: Likewise.
1222 * gdb.go/unsafe.go: Likewise.
1223 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
1224 "set breakpoint 2 here" and rename the remaining breakpoint marker
1225 to "breakpoint 1".
1226
40d2f8d6
SM
12272015-04-15 Simon Marchi <simon.marchi@ericsson.com>
1228
1229 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
1230 if itertools.imap is not present.
1231 * gdb.python/py-objfile.exp: Add parentheses.
1232 * gdb.python/py-type.exp: Same.
1233 * gdb.python/py-unwind-maint.py: Same.
1234
8cbc97c6
YQ
12352015-04-15 Yao Qi <yao.qi@linaro.org>
1236
1237 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
1238 of ":$ptr_size" and set its form explicitly.
1239
45fd756c
YQ
12402015-04-15 Pedro Alves <palves@redhat.com>
1241 Yao Qi <yao.qi@linaro.org>
1242
1243 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
1244 timeout by factor of 4.
1245 (test_regular_watch): Likewise.
1246 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
1247 * gdb.reverse/sigall-reverse.exp: Likewise.
1248 * gdb.reverse/until-precsave.exp: Likewise.
1249 * lib/gdb.exp (with_timeout_factor): New proc.
1250 (gdb_expect): Move some code to ...
1251 (get_largest_timeout): ... here. New procedure.
1252
9e811bc3
LM
12532015-04-14 Luis Machado <lgustavo@codesourcery.com>
1254
1255 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
1256
0ff6fcb2
LM
12572015-04-13 Luis Machado <lgustavo@codesourcery.com>
1258
1259 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
1260 to write to the .text section.
1261
7578d5f7
LM
12622015-04-13 Luis Machado <lgustavo@codesourcery.com>
1263
1264 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
1265 Handle the case of targets that do not provide PID information.
1266
2efe15c4
YQ
12672015-04-13 Yao Qi <yao.qi@linaro.org>
1268
1269 * lib/gdbserver-support.exp (gdb_exit): Catch exception
1270 and use expect instead of gdb_expect.
1271
8cd8f2f8
SDJ
12722015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
1273
1274 * gdb.base/coredump-filter.exp: Rename variable "addr" to
1275 "coredump_var_addr" to avoid naming conflict with other testcases.
1276
9ee41772
PA
12772015-04-10 Pedro Alves <palves@redhat.com>
1278
1279 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
1280 gdb_test_sequence and gdb_assert.
1281
07473109
PA
12822015-04-10 Pedro Alves <palves@redhat.com>
1283
1284 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
1285 test messages that don't include the breakpoint address.
1286
de3db44c
YQ
12872015-04-10 Yao Qi <yao.qi@linaro.org>
1288
1289 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
1290 false for some offset and width combinations which aren't
1291 supported by linux kernel.
1292
c79d856c
PA
12932015-04-10 Pedro Alves <palves@redhat.com>
1294
1295 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
1296 procedure, factored out from ...
1297 (top level): ... here. Add "set displaced-stepping" testing axis.
1298 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
1299 parameter "displaced". Use it.
1300 (top level): Use foreach and add "set displaced-stepping" testing
1301 axis.
1302
ebc90b50
PA
13032015-04-10 Pedro Alves <palves@redhat.com>
1304
1305 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
1306 Remove comment.
1307 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
1308 both the address of the instruction that triggers the watchpoint
1309 and the address of the instruction immediately after, and use
1310 those addresses for the test. Fix comment.
1311
8f572e5c
PA
13122015-04-10 Pedro Alves <palves@redhat.com>
1313
1314 * gdb.base/sigstep.exp (breakpoint_to_handler)
1315 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
1316 Test "backtrace" in handler.
1317 (breakpoint_over_handler): New parameter 'displaced'. Use it.
1318 (top level): Add new "displaced" test axis to
1319 breakpoint_to_handler, breakpoint_to_handler_entry and
1320 breakpoint_over_handler.
1321
8d707a12
PA
13222015-04-10 Pedro Alves <palves@redhat.com>
1323
1324 PR gdb/18216
1325 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
1326
ef713951
YQ
13272015-04-10 Yao Qi <yao.qi@linaro.org>
1328
1329 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
1330 (test_add_rn_pc): New function.
1331 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
1332 (top level): Invoke test_add_rn_pc.
1333
906d60cf
PA
13342015-04-10 Pedro Alves <palves@redhat.com>
1335
1336 PR gdb/13858
1337 * gdb.base/step-over-no-symbols.exp: New file.
1338
f2983cc3
AW
13392015-04-09 Andy Wingo <wingo@igalia.com>
1340
1341 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
1342 after the Python tests.
1343
6d62641c
SDJ
13442015-04-08 Keith Seitz <keiths@redhat.com>
1345
1346 PR python/16699
1347 * gdb.python/py-completion.exp: New tests for completion.
1348 * gdb.python/py-completion.py (CompleteLimit1): New class.
1349 (CompleteLimit2): Likewise.
1350 (CompleteLimit3): Likewise.
1351 (CompleteLimit4): Likewise.
1352 (CompleteLimit5): Likewise.
1353 (CompleteLimit6): Likewise.
1354 (CompleteLimit7): Likewise.
1355
f3770638
PA
13562015-04-08 Pedro Alves <palves@redhat.com>
1357
1358 PR gdb/18214
1359 PR gdb/18216
1360 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
1361 function.
1362 (main): Install it as SIGUSR1 handler.
1363 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
1364 parameter. Always use "setup" as prefix. Toggle "set
1365 displaced-stepping" off/on depending on global. Don't switch to
1366 thread 1 here.
1367 (top level): Add displaced stepping "off/on" test axis. Update
1368 "setup" calls. Wrap each subtest with with_test_prefix. Test
1369 continuing with a queued signal in each thread.
1370
4496bed7
PA
13712015-04-08 Pedro Alves <palves@redhat.com>
1372
1373 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
1374 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
1375 gdb_breakpoint instead of gdb_test that doesn't expect anything.
1376 Return early if running to main fails.
1377 * gdb.trace/while-stepping.exp: Likewise.
1378
b97fde92
PA
13792015-04-07 Pedro Alves <palves@redhat.com>
1380
1381 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
1382 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
1383 interact with inferior program.
1384
f71c18e7
PA
13852015-04-07 Pedro Alves <palves@redhat.com>
1386
1387 * lib/gdb.exp (inferior_spawn_id): New global.
1388 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
1389 spawn id after processing the user code.
1390 (default_gdb_start): Set inferior_spawn_id.
1391 (send_inferior): New procedure.
1392 * lib/gdbserver-support.exp (gdbserver_start): Set
1393 inferior_spawn_id.
1394 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
1395
6423214f
PA
13962015-04-07 Pedro Alves <palves@redhat.com>
1397
1398 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
1399 * lib/gdbserver-support.exp (gdbserver_start): Make
1400 $server_spawn_id global.
1401 (gdbserver_start): Don't wait for gdbserver's spawn id with
1402 expect_background.
1403 (close_gdbserver): New procedure.
1404 (gdb_exit): Rename the default version and reimplement.
1405
71c0ee8c
PA
14062015-04-07 Pedro Alves <palves@redhat.com>
1407
72f4393d 1408 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
1409 append the substituted item, not the original item.
1410
203bc29b
PA
14112015-04-07 Pedro Alves <palves@redhat.com>
1412
1413 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
1414 gdb_expect.
1415
508a3ddf
PA
14162015-04-07 Pedro Alves <palves@redhat.com>
1417
1418 * gdb.base/interrupt.exp: Don't handle the case of the inferior
1419 output appearing once only.
1420
9f6dbe2b
PA
14212015-04-07 Pedro Alves <palves@redhat.com>
1422
1423 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
1424 that doesn't expect anything. Return early if running to main
1425 fails.
1426
337532fa
YQ
14272015-04-07 Yao Qi <yao.qi@linaro.org>
1428
1429 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
1430 (child_function): Call alarm.
1431 (main): Move call to alarm into the loop.
1432 * gdb.threads/non-stop-fair-events.exp: Build program with
1433 -DTIMEOUT=$timeout.
1434
01b622d4
DE
14352015-04-06 Doug Evans <xdje42@gmail.com>
1436
1437 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
1438 Fix dest parameter to board_info.
1439 (fpc_compile): Ditto.
1440 (gdb_compile_pascal): Rename dest arg to destfile.
1441
961f4160
PMR
14422015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
1443
1444 * gdb.ada/funcall_ref.exp: New file.
1445 * gdb.ada/funcall_ref/foo.adb: New file.
1446
cafda597
YQ
14472015-04-02 Yao Qi <yao.qi@linaro.org>
1448
1449 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
1450 is remote.
1451
fed040c6
GB
14522015-04-02 Gary Benson <gbenson@redhat.com>
1453
1454 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
1455
d11916aa
SS
14562015-04-01 Sasha Smundak <asmundak@google.com>
1457
1458 * gdb.python/py-unwind-maint.c: New file.
1459 * gdb.python/py-unwind-maint.exp: New test.
1460 * gdb.python/py-unwind-maint.py: New file.
1461 * gdb.python/py-unwind.c: New file.
1462 * gdb.python/py-unwind.exp: New test.
1463 * gdb.python/py-unwind.py: New test.
1464
a1471180
PA
14652015-04-01 Pedro Alves <palves@redhat.com>
1466
1467 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
1468 to fail instead of non-existent $test.
1469
0bbeccb1
PA
14702015-04-01 Pedro Alves <palves@redhat.com>
1471
1472 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
1473 GDBFLAGS if not empty.
1474
3c724c8c
PMR
14752015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
1476
1477 * gdb.ada/complete.exp: Remove "multi_line".
1478 * gdb.ada/info_exc.exp: Remove "multi_line".
1479 * gdb.ada/packed_tagged.exp: Remove "multi_line".
1480 * gdb.ada/ptype_field.exp: Remove "multi_line".
1481 * gdb.ada/sym_print_name.exp: Remove "multi_line".
1482 * gdb.ada/tagged.exp: Remove "multi_line".
1483 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
1484 [multi_line ...]
1485 * gdb.btrace/delta.exp: Likewise.
1486 * gdb.btrace/exception.exp: Likewise.
1487 * gdb.btrace/function_call_history.exp: Likewise.
1488 * gdb.btrace/instruction_history.exp: Likewise.
1489 * gdb.btrace/nohist.exp: Likewise.
1490 * gdb.btrace/record_goto.exp: Likewise.
1491 * gdb.btrace/segv.exp: Likewise.
1492 * gdb.btrace/stepi.exp: Likewise.
1493 * gdb.btrace/tailcall.exp: Likewise.
1494 * gdb.btrace/unknown_functions.exp: Likewise.
1495 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
1496 * lib/gdb.exp: Add the "multi_line" helper.
1497
4eec2deb
PA
14982015-04-01 Pedro Alves <palves@redhat.com>
1499
1500 * gdb.threads/tid-reuse.c: New file.
1501 * gdb.threads/tid-reuse.exp: New file.
1502
df8411da
SDJ
15032015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1504
1505 PR corefiles/16092
1506 * gdb.base/coredump-filter.c: New file.
1507 * gdb.base/coredump-filter.exp: Likewise.
1508
6ef37366
PM
15092015-03-27 Petr Machata <pmachata@redhat.com>
1510
1511 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
1512 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
1513 (Dwarf::assemble): Initialize them.
1514 (Dwarf::lines): New function.
1515
7ec911b0
JT
15162015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
1517
1518 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
1519 SYMBOL_PREFIX for x86_64-*-cygwin.
1520
ff908ebf
AW
15212015-03-26 Andy Wingo <wingo@igalia.com>
1522
1523 PR symtab/18148
1524 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
1525 const_value but not a location.
1526 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
1527 location defined in non-main CUs are visible.
1528
6d5f0679
YQ
15292015-03-26 Yao Qi <yao.qi@linaro.org>
1530
1531 PR testsuite/18139
1532 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
1533 Add a line number entry for the same line.
1534 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
1535 Add a line number entry for the same line.
1536
2898689b
YQ
15372015-03-26 Yao Qi <yao.qi@linaro.org>
1538
1539 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
1540 .int 0.
1541 (func): Likewise. Add .Lfunc_1 label.
1542 Use .Lfunc_1 label.
1543 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
1544 .int 0.
1545 (func): Likewise.
1546 Use .Lfunc_1 label.
1547
85180498
YQ
15482015-03-26 Yao Qi <yao.qi@linaro.org>
1549
1550 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
1551 Call gdb_compile instead to compile each .s files without debug
1552 information.
1553
8aa08a8d
YQ
15542015-03-26 Yao Qi <yao.qi@linaro.org>
1555
1556 * gdb.base/savedregs.exp (process_saved_regs): Make
1557 "Saved registers:" optional in the pattern.
1558
66849923
MM
15592015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1560
1561 * gdb.btrace/next.exp: Merged into step.exp.
1562 * gdb.btrace/finish.exp: Merged into step.exp.
1563 * gdb.btrace/nexti.exp: Merged into stepi.exp.
1564 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
1565 "record goto" and checking the exact replay position.
1566 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
1567 check for "Recording format" in "info record" output.
1568 * gdb.btrace/record_goto.exp: Choose test file based on target.
1569 * gdb.btrace/x86-record_goto.S: Renamed into ...
1570 * gdb.btrace/x86_64-record_goto.S: ... this.
1571 * gdb.btrace/i686-record_goto.S: New.
1572 * gdb.btrace/x86-tailcall.S: Renamed into ...
1573 * gdb.btrace/x86_64-tailcall.S: ... this.
1574 * gdb.btrace/i686-tailcall.S: New.
1575 * gdb.btrace/x86-tailcall.c: Renamed into ...
1576 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
1577 separate statements. Update test.
1578 * gdb.btrace/delta.exp: Use record_goto.c as test file.
1579 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
1580 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
1581 * gdb.btrace/tailcall.exp: Choose test file based on target.
1582 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
1583
11cc1b74
MM
15842015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1585
1586 * gdb.btrace/exception.exp: Increase BTS buffer size.
1587
a25d8bf9
PA
15882015-03-24 Pedro Alves <palves@redhat.com>
1589
1590 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
1591
856e7dd6
PA
15922015-03-24 Pedro Alves <palves@redhat.com>
1593
1594 * gdb.threads/schedlock.exp (test_step): No longer expect that
1595 "set scheduler-locking step" with "next" over a function call runs
1596 threads unlocked.
1597
ad235a41
AT
15982015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1599
1600 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
1601
15630549
AT
16022015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1603
1604 PR breakpoints/16466
1605 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
1606 * gdb.mi/mi-pending.c (thread_func): New function.
1607 (int main): Add threading support required.
1608 * gdb.mi/mi-pending.exp: Add tests for this issue.
1609 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
1610 (pendfunc2): Remove stdio dependency.
1611 * gdb.mi/mi-pendshr2.c: New file.
1612
693dca06
KS
16132015-03-23 Keith Seitz <keiths@redhat.com>
1614
1615 * gdb.linespec/keywords.c: New file.
1616 * gdb.linespec/keywords.exp: New file.
1617
7e993ebf
KS
16182015-03-23 Keith Seitz <keiths@redhat.com>
1619
1620 PR gdb/18021
1621 * gdb.dwarf2/staticvirtual.exp: New test.
1622
bc23328c
JK
16232015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1624
1625 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
1626 * README: Remove HP-UX and gdb.hp.
1627 (configuration):
1628 * configure: Regenerate.
1629 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
1630 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
1631 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
1632 gdb.hp/gdb.defects/Makefile.
1633 * gdb.hp/Makefile.in: File deleted.
1634 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
1635 * gdb.hp/gdb.aCC/optimize.c: File deleted.
1636 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
1637 * gdb.hp/gdb.aCC/run.c: File deleted.
1638 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
1639 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
1640 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
1641 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
1642 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
1643 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
1644 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
1645 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
1646 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
1647 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
1648 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
1649 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
1650 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
1651 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
1652 * gdb.hp/gdb.base-hp/reg.s: File deleted.
1653 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
1654 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
1655 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
1656 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
1657 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
1658 * gdb.hp/gdb.compat/Makefile.in: File deleted.
1659 * gdb.hp/gdb.compat/average.c: File deleted.
1660 * gdb.hp/gdb.compat/sum.c: File deleted.
1661 * gdb.hp/gdb.compat/xdb.c: File deleted.
1662 * gdb.hp/gdb.compat/xdb0.c: File deleted.
1663 * gdb.hp/gdb.compat/xdb0.h: File deleted.
1664 * gdb.hp/gdb.compat/xdb1.c: File deleted.
1665 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
1666 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
1667 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
1668 * gdb.hp/gdb.defects/Makefile.in: File deleted.
1669 * gdb.hp/gdb.defects/bs14602.c: File deleted.
1670 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
1671 * gdb.hp/gdb.defects/solib-d.c: File deleted.
1672 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
1673 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
1674 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
1675 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
1676 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
1677 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
1678 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
1679 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
1680 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
1681 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
1682 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
1683 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
1684 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
1685 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
1686 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
1687 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
1688 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
1689 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
1690 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
1691 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
1692 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
1693 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
1694 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
1695 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
1696 * gdb.hp/tools/odump: File deleted.
1697
8bf3b159
PA
16982015-03-19 Pedro Alves <palves@redhat.com>
1699
1700 * gdb.threads/continue-pending-status.exp (saw_thread_2)
1701 (saw_thread_3): New globals.
1702 (top level): Increment them when an event for the corresponding
1703 thread is seen.
1704 (no thread starvation): New test.
1705
eb54c8bf
PA
17062015-03-19 Pedro Alves <palves@redhat.com>
1707
1708 * gdb.threads/continue-pending-status.c: New file.
1709 * gdb.threads/continue-pending-status.exp: New file.
1710
32d2e5d6
PA
17112015-03-18 Pedro Alves <palves@redhat.com>
1712
1713 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1714 Use gdb_is_target_remote instead of is_remote. Use
1715 gdb_test_multiple instead of gdb_expect. Exit early if
1716 gdb_test_multiple hits its internal matches. Tighten stepi tests
1717 expected output. Fail on exit with any signal, instead of just
1718 SIGILL.
1719
f68f11b7
YQ
17202015-03-18 Yao Qi <yao.qi@linaro.org>
1721
1722 PR tdep/18107
1723 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
1724 variable.
1725 * gdb.base/catch-syscall.exp: Don't skip it on
1726 aarch64*-*-linux* target. Remove elements in all_syscalls.
1727 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
1728 target.
1729 (setup_all_syscalls): New proc.
1730
ca5fd19b
YQ
17312015-03-16 Yao Qi <yao.qi@linaro.org>
1732
1733 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
1734 (top level): Skip tests if valid_addr_p returns false for
1735 $cmd1 or $cmd2.
1736
85642ba0
AW
17372015-03-11 Andy Wingo <wingo@igalia.com>
1738
1739 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
1740
e03f9645
YQ
17412015-03-11 Yao Qi <yao.qi@linaro.org>
1742
1743 * gdb.base/catch-syscall.exp: Fix typo in comments.
1744
5d0962b2
YQ
17452015-03-11 Yao Qi <yao.qi@linaro.org>
1746
1747 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
1748
b2df3cef
PA
17492015-03-09 Pedro Alves <palves@redhat.com>
1750
1751 * dg-extract-results.py: Delete.
1752
ef878e53
PA
17532015-03-09 Pedro Alves <palves@redhat.com>
1754
1755 Merge dg-extract-results.sh from GCC upstream (r218843).
1756
1757 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
1758 * dg-extract-results.sh: Use --text with grep to avoid issues with
1759 binary files. Fall back to cat -v, if that doesn't work.
1760
9494d219
PA
17612015-03-05 Pedro Alves <palves@redhat.com>
1762
1763 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
1764
a8d9763a
SM
17652015-03-04 Simon Marchi <simon.marchi@ericsson.com>
1766
1767 * lib/mi-support.exp (mi_expect_interrupt): Accept
1768 alternative event for when in all-stop mode.
1769
be9957b8
PA
17702015-03-04 Pedro Alves <palves@redhat.com>
1771
1772 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
1773
d57be0f4 17742015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
1775
1776 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
1777
c214c7cf
AA
17782015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1779
1780 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
1781 regexps for GDB's current line display, accept a hex address
1782 preceding the line number.
1783
6d74a497
AA
17842015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1785
1786 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
1787 the 'arch1' variable for "s390*-linux*" targets.
1788
511aee7c
PA
17892015-03-04 Pedro Alves <palves@redhat.com>
1790
1791 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
1792 (main): Pass missing retval argument to pthread_join call.
1793
95e50b27
PA
17942015-03-02 Pedro Alves <palves@redhat.com>
1795
1796 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
1797 (top level): Call do_test with non-stop as well.
1798
28054d69
PA
17992015-03-02 Pedro Alves <palves@redhat.com>
1800
1801 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
1802 -1.
1803
4fa5d7b4
AA
18042015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1805
1806 * gdb.arch/s390-vregs.exp: New test.
1807 * gdb.arch/s390-vregs.S: New file.
1808
97c18565
PA
18092015-02-27 Pedro Alves <palves@redhat.com>
1810
1811 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
1812 call to catch_command_errors.
1813 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
1814 catch_command_errors.
1815
a37bfa30
PA
18162015-02-27 Pedro Alves <palves@redhat.com>
1817
1818 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
1819 "true" for boolean result.
1820 * gdb.gdb/selftest.exp (test_with_self): Also accept full
1821 prototype of main.
1822
6f98576f
PA
18232015-02-27 Pedro Alves <palves@redhat.com>
1824
1825 * lib/unbuffer_output.c: New file.
1826 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
1827 (main): Call gdb_unbuffer_output.
1828
eba5ab56
YQ
18292015-02-27 Yao Qi <yao.qi@linaro.org>
1830
1831 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
1832 target.
1833
0def5aaa
DE
18342015-02-26 Doug Evans <dje@google.com>
1835
1836 * gdb.cp/class2.cc (Dbase, D): New classes.
1837 (main): New local delta.
1838 * gdb.cp/class2.exp: Test printing delta.
1839 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
1840 (dynbar): New global.
1841 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
1842
081a1c2c
JK
18432015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1844
1845 * gdb.compile/compile-ifunc.c: New file.
1846 * gdb.compile/compile-ifunc.exp: New file.
1847
2f41223f
AT
18482015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
1849
1850 * gdb.base/structs.exp: Check for correct struct on finish.
1851
03eddd80
YQ
18522015-02-26 Yao Qi <yao.qi@linaro.org>
1853
1854 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
1855 is zero.
1856
80c57053
JK
18572015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1858
1859 * gdb.arch/cordic.ko.bz2: New file.
1860 * gdb.arch/cordic.ko.debug.bz2: New file.
1861 * gdb.arch/ppc64-symtab-cordic.exp: New file.
1862
21613c12
YQ
18632015-02-25 Yao Qi <yao.qi@linaro.org>
1864
1865 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
1866 aarch64*-*-* target.
1867
d8b901ed
PA
18682015-02-23 Pedro Alves <palves@redhat.com>
1869
1870 * lib/gdb.exp (delete_breakpoints): Rewrite using
1871 gdb_test_multiple.
1872
e5b85ead
PA
18732015-02-23 Pedro Alves <palves@redhat.com>
1874
1875 * gdb.base/info-os.c: Include stdlib.h.
1876
85c3a371
DE
18772015-02-22 Doug Evans <xdje42@gmail.com>
1878
1879 PR symtab/17855
1880 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
1881 is read after symbols have been re-read.
1882 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
1883 * gdb.ada/exec_changed/second.adb (Second): Ditto.
1884
96553a0c
DE
18852015-02-21 Doug Evans <dje@google.com>
1886
1887 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
1888
97a0c697
JK
18892015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1890
1891 PR corefiles/17808
1892 * gdb.arch/i386-biarch-core.core.bz2: New file.
1893 * gdb.arch/i386-biarch-core.exp: New file.
1894
a47cd6e9
PA
18952015-02-21 Pedro Alves <palves@redhat.com>
1896
1897 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
1898 runto_main fails.
1899
c5facdc4
PA
19002015-02-20 Pedro Alves <palves@redhat.com>
1901
1902 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
1903 info probes.
1904
2db9a427
PA
19052015-02-20 Pedro Alves <palves@redhat.com>
1906
1907 * gdb.threads/multi-create-ns-info-thr.exp: New file.
1908
60fb7e9e
PA
19092015-02-20 Pedro Alves <palves@redhat.com>
1910
1911 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
1912 clean_restart before gdb_target_supports_trace.
1913
5c5019c2
PA
19142015-02-20 Pedro Alves <palves@redhat.com>
1915
1916 PR threads/18006
1917 * gdb.threads/clone-thread_db.c: New file.
1918 * gdb.threads/clone-thread_db.exp: New file.
1919
c9587f88
AT
19202015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
1921
1922 PR breakpoints/16812
1923 * gdb.base/catch-gdb-caused-signals.c: New file.
1924 * gdb.base/catch-gdb-caused-signals.exp: New file.
1925
f6a88844
JM
19262015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
1927
1928 * configure: Regenerated.
1929 * configure.ac: Use GDB_AC_TRANSFORM.
1930 * aclocal.m4: sinclude ../transform.m4.
1931
497c491b
JM
19322015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1933
1934 * lib/dtrace.exp: New file.
1935 * gdb.base/dtrace-probe.exp: Likewise.
1936 * gdb.base/dtrace-probe.d: Likewise.
1937 * gdb.base/dtrace-probe.c: Likewise.
1938 * lib/pdtrace.in: Likewise.
1939 * configure.ac: Output variables with the transformed names of
1940 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
1941 * configure: Regenerated.
1942
03e98035
JM
19432015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1944
1945 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
1946 expected message when trying to access $_probe_* convenience
1947 variables while not on a probe.
1948
63cc30e9
JK
19492015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1950
1951 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
1952
0703599a
PA
19532015-02-11 Pedro Alves <pedro@codesourcery.com>
1954
1955 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
1956 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
1957
7e60a48e
DE
19582015-02-10 Doug Evans <xdje42@gmail.com>
1959
1960 * lib/gdb.exp (gdb_load): Always return a result.
1961
01b088bc
PA
19622015-02-10 Pedro Alves <palves@redhat.com>
1963
1964 * gdb.threads/signal-sigtrap.c: New file.
1965 * gdb.threads/signal-sigtrap.exp: New file.
1966
b05ec7a5
AT
19672015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
1968
1969 * gdb.trace/no-attach-trace.c: New file.
1970 * gdb.trace/no-attach-trace.exp: New file.
1971
a2c2acaf
MW
19722015-02-09 Mark Wielaard <mjw@redhat.com>
1973
1974 * gdb.dwarf2/atomic.c: New file.
1975 * gdb.dwarf2/atomic-type.exp: Likewise.
1976
31fd9caa
MM
19772015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1978
1979 * gdb.btrace/buffer-size.exp: Update "info record" output.
1980 * gdb.btrace/delta.exp: Update "info record" output.
1981 * gdb.btrace/enable.exp: Update "info record" output.
1982 * gdb.btrace/finish.exp: Update "info record" output.
1983 * gdb.btrace/instruction_history.exp: Update "info record" output.
1984 * gdb.btrace/next.exp: Update "info record" output.
1985 * gdb.btrace/nexti.exp: Update "info record" output.
1986 * gdb.btrace/step.exp: Update "info record" output.
1987 * gdb.btrace/stepi.exp: Update "info record" output.
1988 * gdb.btrace/nohist.exp: Update "info record" output.
1989
d33501a5
MM
19902015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1991
1992 * gdb.btrace/buffer-size: New.
1993
f4abbc16
MM
19942015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1995
1996 * gdb.btrace/delta.exp: Update "info record" output.
1997 * gdb.btrace/enable.exp: Update "info record" output.
1998 * gdb.btrace/finish.exp: Update "info record" output.
1999 * gdb.btrace/instruction_history.exp: Update "info record" output.
2000 * gdb.btrace/next.exp: Update "info record" output.
2001 * gdb.btrace/nexti.exp: Update "info record" output.
2002 * gdb.btrace/step.exp: Update "info record" output.
2003 * gdb.btrace/stepi.exp: Update "info record" output.
2004 * gdb.btrace/nohist.exp: Update "info record" output.
2005
b9d61307
SM
20062015-02-06 Simon Marchi <simon.marchi@ericsson.com>
2007
2008 PR gdb/15678
2009 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
2010
e584fdbc
PA
20112015-02-06 Pedro Alves <palves@redhat.com>
2012
2013 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
2014 macro.
2015 (seconds_left, again): New globals.
2016 (main): Wait seconds_left in a 1-second sleep loop instead of
2017 sleeping 180 seconds. If 'again' is set, reset the seconds
2018 counter.
2019 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
2020 'again' in the inferior before detaching. Print the seconds left.
2021 (options): New global.
2022 (top level): Build program with -DTIMEOUT=$timeout.
2023
77f41761
PA
20242015-02-06 Pedro Alves <palves@redhat.com>
2025
2026 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
2027 determine how many seconds to pass to 'alarm'.
2028 * gdb.base/gdb-sigterm.exp (top level): Build program with
2029 -DTIMEOUT=$timeout.
2030 (do_test): Return success/failure indication. Add more verbose
2031 logging. Don't fail if 200 single steps are seen. Instead, fail
2032 when the test times out.
2033 (passes): New global.
2034 (top level): Break the testing loop if testing fails on any
2035 iteration. Use gdb_assert.
2036
b9394193
DB
20372015-02-04 Don Breazeal <donb@codesourcery.com>
2038
2039 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
2040 and initialize them.
2041 (ipc_cleanup): New function.
2042 (main): Don't declare shmid, semid, and msqid. Add a call to
2043 atexit so that we call ipc_cleanup on exit.
2044
42d9e528
PA
20452015-02-04 Pedro Alves <palves@redhat.com>
2046
2047 * boards/native-extended-gdbserver.exp: Remove any target variant
2048 specifications from the board name before clearing the isremote
2049 flag from board_info.
2050
ae6ae975
DE
20512015-01-31 Doug Evans <xdje42@gmail.com>
2052
2053 * gdb.base/maint.exp <maint print type argc>: Update expected output.
2054
cfb069a8
GB
20552015-01-31 Gary Benson <gbenson@redhat.com>
2056
2057 * gdb.base/completion.exp: Disable completion limiting for
2058 existing tests. Add new tests to check completion limiting.
2059 * gdb.linespec/ls-errs.exp: Disable completion limiting.
2060
5dd31d79
DE
20612015-01-31 Doug Evans <xdje42@gmail.com>
2062
2063 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
2064
9f050062
DE
20652015-01-31 Doug Evans <xdje42@gmail.com>
2066
2067 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
2068 entries. Duplicate file section script entries.
2069 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
2070 inlined entries. Add test for safe-path rejection.
2071 * gdb.python/py-section-script.c: Add duplicate inlined section script
2072 entries. Duplicate file section script entries.
2073 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
2074 inlined entries. Add test for safe-path rejection.
2075
df25ebbd
JB
20762015-01-29 Joel Brobecker <brobecker@adacore.com>
2077
2078 * gdb.ada/disc_arr_bound: New testcase.
2079
4a0ca9ec
JB
20802015-01-29 Joel Brobecker <brobecker@adacore.com>
2081
2082 * gdb.ada/mi_var_array: New testcase.
2083
3a8b707a
DE
20842015-01-27 Doug Evans <dje@google.com>
2085
2086 * gdb.python/py-objfile.exp: Add tests for objfile.username.
2087 Add test for objfile.filename, objfile.username after objfile
2088 has been unloaded.
2089
f8313f6e
JB
20902015-01-26 Joel Brobecker <brobecker@adacore.com>
2091
2092 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
2093 the second test to print the name attribute of value
2094 returned by the call to gdb.lookup_type, and adjust
2095 the expected output accordingly.
2096
37bc665e
MW
20972015-01-25 Mark Wielaard <mjw@redhat.com>
2098
2099 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
2100 * gdb.base/disp-step-fork.c: Include unistd.h.
2101 * gdb.base/siginfo-obj.c: Include stdio.h.
2102 * gdb.base/siginfo-thread.c: Likewise.
2103 * gdb.mi/non-stop.c: Include unistd.h.
2104 * gdb.mi/nsthrexec.c: Include stdio.h.
2105 * gdb.mi/pthreads.c: Include unistd.h.
2106 * gdb.modula2/unbounded1.c (main): Declare returns int.
2107 * gdb.reverse/consecutive-reverse.c: Likewise.
2108 * gdb.threads/create-fail.c: Include unistd.h.
2109 * gdb.threads/killed.c: Likewise.
2110 * gdb.threads/linux-dp.c: Likewise.
2111 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
2112 * gdb.threads/non-ldr-exc-2.c: Likewise.
2113 * gdb.threads/non-ldr-exc-3.c: Likewise.
2114 * gdb.threads/non-ldr-exc-4.c: Likewise.
2115 * gdb.threads/pthreads.c: Include unistd.h.
2116 (main): Declare returns int.
2117 * gdb.threads/tls-main.c (foo): New declaration.
2118 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
2119
f7e5394d
SM
21202015-01-23 Simon Marchi <simon.marchi@ericsson.com>
2121
2122 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
2123 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
2124
743649fd
MW
21252015-01-15 Mark Wielaard <mjw@redhat.com>
2126
2127 * gdb.base/noreturn-return.c: New file.
2128 * gdb.base/noreturn-return.exp: New file.
2129 * gdb.base/noreturn-finish.c: New file.
2130 * gdb.base/noreturn-finish.exp: New file.
2131
198297aa
PA
21322015-01-23 Pedro Alves <palves@redhat.com>
2133
2134 * gdb.threads/continue-pending-after-query.c: New file.
2135 * gdb.threads/continue-pending-after-query.exp: New file.
2136
717cf30c
AG
21372015-01-22 Anders Granlund <anders.granlund@ericsson.com>
2138 Simon Marchi <simon.marchi@ericsson.com>
2139
2140 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
2141 * gdb.base/valgrind-db-attach.exp: Same.
2142 * gdb.base/valgrind-infcall.exp: Same.
2143 * lib/mi-support.exp (default_mi_gdb_start): Same.
2144 * lib/prompt.exp (default_prompt_gdb_start): Same.
2145 * lib/gdb.exp (default_gdb_spawn): Same.
2146 (gdb_interact): New.
2147
2148
4b62a76e
JK
21492015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2150
2151 * gdb.compile/compile.exp (pointer to jit function): New test.
2152
b4cdae6f
WW
21532015-01-17 Wei-cheng Wang <cole945@gmail.com>
2154
2155 * lib/gdb.exp (supports_process_record): Return true for
2156 powerpc*-*-linux*.
2157 (supports_reverse): Likewise.
2158
d221e7ef
DB
21592015-01-15 Don Breazeal <donb@codesourcery.com>
2160
2161 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
2162 instead of checking whether the target board is remote and
2163 use spawn_wait_for_attach instead of exec/sleep.
2164 * gdb.base/attach-twice.exp: Likewise.
2165
bafffb51
JB
21662015-01-15 Joel Brobecker <brobecker@adacore.com>
2167
2168 * gdb.ada/var_arr_attrs: New testcase.
2169
5589af0e
PA
21702015-01-14 Pedro Alves <palves@redhat.com>
2171 Joel Brobecker <brobecker@adacore.com>
2172
2173 PR gdb/17525
2174 * gdb.base/bp-cmds-execution-x-script.c: New file.
2175 * gdb.base/bp-cmds-execution-x-script.exp: New file.
2176 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
2177
6c400b59
PA
21782015-01-14 Pedro Alves <palves@redhat.com>
2179
2180 PR cli/17828
2181 * gdb.base/batch-preserve-term-settings.c: New file.
2182 * gdb.base/batch-preserve-term-settings.exp: New file.
2183
e02c96a7
DE
21842015-01-13 Doug Evans <dje@google.com>
2185
2186 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
2187 binary.
2188
576fd14c
JB
21892015-01-13 Joel Brobecker <brobecker@adacore.com>
2190
2191 * Makefile.in (clean mostlyclean): Do not delete *.py.
2192
04dccad0
JB
21932015-01-13 Joel Brobecker <brobecker@adacore.com>
2194
2195 * gdb.python/py-lookup-type.exp: New file.
2196
3d230f71
PA
21972015-01-12 Pedro Alves <palves@redhat.com>
2198
2199 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
2200 restore GDBFLAGS before returning.
2201
7e67715d
JK
22022015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2203
2204 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
2205 is_amd64_regs_target and is_x86_like_target.
2206
f2e0d4b4
DE
22072015-01-11 Doug Evans <xdje42@gmail.com>
2208
2209 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
2210 is given without an explicit form.
2211 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
2212 attributes.
2213 * gdb.dwarf/corrupt.exp: Ditto.
2214 * gdb.dwarf2/enum-type.exp: Ditto.
2215 * gdb.trace/entry-values.exp: Ditto.
2216 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
2217
439250fb
DE
22182015-01-11 Doug Evans <xdje42@gmail.com>
2219
2220 PR gdb/15830
2221 * gdb.base/maint.exp: Remove references to "maint demangle".
2222 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
2223 Add tests for explicitly specifying language to demangle.
2224 * gdb.dlang/demangle.exp: Ditto.
2225
ede9f622
PA
22262015-01-09 Pedro Alves <palves@redhat.com>
2227
2228 * gdb.threads/non-stop-fair-events.c: New file.
2229 * gdb.threads/non-stop-fair-events.exp: New file.
2230
a7b796db
PA
22312015-01-09 Pedro Alves <palves@redhat.com>
2232
2233 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
2234 the global scope. Set a breakpoint after all threads are started
2235 rather than stepping over two source lines. Expect the prompt.
2236 * gdb.base/watch_thread_num.c (threads_started_barrier): New
2237 global.
2238 (NUM): Now 15.
2239 (main): Use threads_started_barrier to wait for all threads to
2240 start. Main thread no longer calls thread_function. Exit after
2241 180 seconds.
2242 (loop): New function.
2243 (thread_function): Wait on threads_started_barrier barrier. Call
2244 'loop' at each iteration.
2245 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
2246 threads have started, instead of hardcoding number of "next"
2247 steps. Use an access watchpoint instead of a write watchpoint.
2248
9665ffdd
PA
22492015-01-09 Pedro Alves <palves@redhat.com>
2250
2251 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
2252 (thread_func): Wait on barrier.
2253 (main): Wait for all threads to start before stopping GDB.
2254 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
2255 global.
2256 (thread1_func, thread2_func): Wait on barrier.
2257 (main): Wait for all threads to start before stopping GDB.
2258 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
2259 New global.
2260 (thread1_func, thread2_func): Wait on barrier.
2261 (main): Wait for all threads to start before stopping GDB.
2262
c945a99f
PA
22632015-01-09 Pedro Alves <palves@redhat.com>
2264
2265 * gdb.threads/attach-many-short-lived-threads.c: New file.
2266 * gdb.threads/attach-many-short-lived-threads.exp: New file.
2267
c1a747c1
PA
22682014-01-09 Pedro Alves <palves@redhat.com>
2269
2270 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
2271 instead of to thread 2.
2272 * gdb.threads/signal-command-multiple-signals-pending.c (main):
2273 Add barrier around each pthread_create call instead of around all
2274 calls.
2275 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
2276 Set a break on thread_function and have the child threads hit it
2277 one at at a time.
2278
60b3033e
PA
22792015-01-09 Pedro Alves <palves@redhat.com>
2280
2281 * lib/gdb.exp (can_spawn_for_attach): New procedure.
2282 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
2283 false.
2284 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
2285 checking whether the target board is remote.
2286 * gdb.multi/multi-attach.exp: Likewise.
2287 * gdb.python/py-sync-interp.exp: Likewise.
2288 * gdb.server/ext-attach.exp: Likewise.
2289 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
2290 tests that need to attach, instead of checking whether the target
2291 board is remote at the top of the file.
2292
acc018ac
YQ
22932015-01-08 Yao Qi <yao@codesourcery.com>
2294
2295 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
2296
50a18af8
JK
22972015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2298
2299 Fix testcase compilation.
2300 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
2301
8503d6e1
JB
23022015-01-06 Joel Brobecker <brobecker@adacore.com>
2303
2304 * gdb.python/py-type.exp: Add a couple test about empty
2305 array creation, and negative-length array creation.
2306
cc73dbcc
DE
23072015-01-02 Doug Evans <xdje42@gmail.com>
2308
2309 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
2310
0300bbc7
DE
23112015-01-02 Doug Evans <dje@google.com>
2312
2313 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
2314
9d85a0ec
YQ
23152014-12-29 Yao Qi <yao@codesourcery.com>
2316
2317 * gdb.trace/entry-values.exp: Update comments. Rename variable
2318 bar_call_foo to returned_from_foo.
2319
87186c6a
MMN
23202014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
2321
2322 PR gdb/17394
2323 * gdb.linespec/break-asm-file.c: New file.
2324 * gdb.linespec/break-asm-file.exp: New file.
2325 * gdb.linespec/break-asm-file0.s: New file.
2326 * gdb.linespec/break-asm-file1.s: New file.
2327
1bab7383
YQ
23282014-12-18 Nigel Stephens <nigel@mips.com>
2329 Maciej W. Rozycki <macro@codesourcery.com>
2330
2331 * gdb.base/float.exp: Handle the new output from "info float" on
2332 MIPS targets.
2333
1bc1068a
JK
23342014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2335
2336 Fix MinGW compilation.
2337 * gdb.compile/compile-ops.exp: Update untested message if
2338 !skip_compile_feature_tests.
2339 * gdb.compile/compile-setjmp.exp: Likewise.
2340 * gdb.compile/compile-tls.exp: Likewise.
2341 * gdb.compile/compile.exp: Likewise.
2342 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
2343 supported on this host".
2344
b6615d10
DE
23452014-12-16 Doug Evans <xdje42@gmail.com>
2346
2347 * boards/stabs.exp: New file.
2348
25dda427
AA
23492014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
2350
2351 * gdb.base/completion.exp: Adjust to format changes of "maint
2352 print user-registers".
2353
bf330350
CU
23542014-12-16 Catalin Udma <catalin.udma@freescale.com>
2355
2356 PR server/17457
2357 * gdb.arch/aarch64-fp.c: New file.
2358 * gdb.arch/aarch64-fp.exp: New file.
2359
395cf596
SDJ
23602014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2361
2362 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
2363 r210637, r210913, r211666, r215400, r215817).
2364
2365 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
2366 * dg-extract-results.py: New file.
2367 * dg-extract-results.sh: Use it if the environment seems
2368 suitable.
2369
2370 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
2371
2372 * dg-extract-results.py (parse_run): Handle warnings that
2373 are printed before a test harness is run.
2374
2375 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
2376
2377 * dg-extract-results.py (Named): Remove __cmp__ method.
2378 (output_variation): Use a key to sort variation.harnesses.
2379
2380 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
2381
2382 * dg-extract-results.py: For Python 3, force sys.stdout to
2383 handle surrogate escape sequences.
2384 (safe_open): New function.
2385 (output_segment, main): Use it.
2386
2387 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
2388
2389 * dg-extract-results.py (Prog.result_re): Include options
2390 in test name.
2391
2392 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
2393
2394 * dg-extract-results.py (output_variation): Always sort if
2395 do_sum.
2396
e882ef3c
SM
23972014-12-15 Simon Marchi <simon.marchi@ericsson.com>
2398
2399 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
2400 as long as we get pagination notifications.
2401
4992aa20
JM
24022014-12-15 Jason Merrill <jason@redhat.com>
2403
2404 * Makefile.in (check-gdb.%): Restore.
2405 * README: Mention it.
2406
c1b5a1a6
JB
24072014-12-13 Joel Brobecker <brobecker@adacore.com>
2408
2409 * gdb.ada/str_uninit: New testcase.
2410
5537b577
JK
24112014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2412
2413 PR symtab/17642
2414 * gdb.base/vla-stub-define.c: New file.
2415 * gdb.base/vla-stub.c: New file.
2416 * gdb.base/vla-stub.exp: New file.
2417
bb2ec1b3
TT
24182014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2419 Jan Kratochvil <jan.kratochvil@redhat.com>
2420 Tom Tromey <tromey@redhat.com>
2421
2422 * configure.ac: Add gdb.compile/.
2423 * configure: Regenerate.
2424 * gdb.compile/Makefile.in: New file.
2425 * gdb.compile/compile-ops.exp: New file.
2426 * gdb.compile/compile-ops.c: New file.
2427 * gdb.compile/compile-tls.c: New file.
2428 * gdb.compile/compile-tls.exp: New file.
2429 * gdb.compile/compile-constvar.S: New file.
2430 * gdb.compile/compile-constvar.c: New file.
2431 * gdb.compile/compile-mod.c: New file.
2432 * gdb.compile/compile-nodebug.c: New file.
2433 * gdb.compile/compile-setjmp-mod.c: New file.
2434 * gdb.compile/compile-setjmp.c: New file.
2435 * gdb.compile/compile-setjmp.exp: New file.
2436 * gdb.compile/compile-shlib.c: New file.
2437 * gdb.compile/compile.c: New file.
2438 * gdb.compile/compile.exp: New file.
2439 * lib/gdb.exp (skip_compile_feature_tests): New proc.
2440
4ff709eb
TT
24412014-12-12 Tom Tromey <tromey@redhat.com>
2442
2443 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
2444 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
2445
6dddd6a5
DE
24462014-12-12 Doug Evans <dje@google.com>
2447
2448 * lib/gdb-python.exp (get_python_valueof): New function.
2449 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
2450
71c24708
AA
24512014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2452
2453 * gdb.base/completion.exp: Add test for completion of "info
2454 registers ".
2455
3e29f34a
MR
24562014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
2457
2458 * gdb.base/func-ptrs.c: New file.
2459 * gdb.base/func-ptrs.exp: New file.
2460
fc126975
SM
24612014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2462
2463 PR breakpoints/17012
2464 * gdb.base/dprintf-detach.c: New file.
2465 * gdb.base/dprintf-detach.exp: New file.
2466
0a46d518
SM
24672014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2468
2469 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
2470 * lib/gdb.exp (target_is_gdbserver): New procedure.
2471
a0be3e44
DE
24722014-12-08 Doug Evans <dje@google.com>
2473
2474 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
2475
df1b803a
YQ
24762014-12-05 Yao Qi <yao@codesourcery.com>
2477
2478 * gdb.guile/scm-error.exp: Remove the third argument to
2479 gdb_remote_download.
2480 * gdb.guile/scm-frame-args.exp: Likewise.
2481 * gdb.guile/scm-section-script.exp: Likewise.
2482
ddb9f679
YQ
24832014-12-05 Yao Qi <yao@codesourcery.com>
2484
2485 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
2486
86e4ed39
DE
24872014-12-04 Doug Evans <dje@google.com>
2488
2489 * gdb.python/py-objfile.exp: Add tests for
2490 objfile.add_separate_debug_file.
2491
7c50a931
DE
24922014-12-04 Doug Evans <dje@google.com>
2493
2494 * lib/gdb.exp (get_build_id): New function.
2495 (build_id_debug_filename_get): Rewrite to use it.
2496 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
2497
621661e3
MR
24982014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
2499
2500 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
2501 `method(long)', not just 0x0.
2502 * gdb.cp/nsalias.exp: Align code labels to 4.
2503 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
2504 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
2505 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
2506 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
2507 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
2508 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
2509
29f0c3b7
DE
25102014-12-02 Doug Evans <dje@google.com>
2511
e1e061e7 2512 PR symtab/17602
29f0c3b7 2513 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 2514 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
2515 * gdb.cp/anon-ns.exp: Update.
2516
162078c8
NB
25172014-12-02 Nick Bull <nicholaspbull@gmail.com>
2518
2519 * gdb.python/py-events.py (inferior_call_handler): New.
2520 (register_changed_handler, memory_changed_handler): New.
2521 (test_events.invoke): Register new handlers.
2522 * gdb.python/py-events.exp: Add tests for inferior call,
2523 memory_changed and register_changed events.
2524
fdb09caf
AA
25252014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2526
2527 * gdb.base/execl-update-breakpoints.exp: Specify the link address
2528 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
2529 if the linker doesn't understand this.
2530
55cfb2c4
SM
25312014-12-01 Simon Marchi <simon.marchi@ericsson.com>
2532
2533 * gdb.python/python.exp: Change expected reply to help().
2534
9e8cd6df
YQ
25352014-12-01 Yao Qi <yao@codesourcery.com>
2536
2537 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
2538 AC_CONFIG_SUBDIRS(gdb.gdbtk).
2539 * configure: Re-generated.
2540
6c659fc2
SC
25412014-11-28 Siva Chandra Reddy <sivachandra@google.com>
2542
2543 * gdb.cp/chained-calls.cc: New file.
2544 * gdb.cp/chained-calls.exp: New file.
2545 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
2546
d7fc3181
SM
25472014-11-28 Simon Marchi <simon.marchi@ericsson.com>
2548
2549 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
2550 * gdb.dwarf2/symtab-producer.exp: Same.
2551 * gdb.gdb/python-interrupts.exp: Same.
2552 * gdb.gdb/python-selftest.exp: Same.
2553 * gdb.python/py-linetable.exp: Same.
2554 * gdb.python/py-type.exp: Same.
2555 * gdb.python/py-value-cc.exp: Same.
2556 * gdb.python/py-value.exp: Same.
2557
10e79639
YQ
25582014-11-28 Yao Qi <yao@codesourcery.com>
2559
2560 * gdb.base/break-probes.exp: Match library name prefixed with
2561 sysroot.
2562
f28a0564
SM
25632014-11-27 Simon Marchi <simon.marchi@ericsson.com>
2564
2565 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
2566 test expected output. Add parentheses for the call to print.
2567 Remove L suffix from integers.
2568
3fe1ce1d
DE
25692014-11-26 Doug Evans <dje@google.com>
2570
2571 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
2572
84429e27
YQ
25732014-11-22 Yao Qi <yao@codesourcery.com>
2574
2575 * gdb.trace/entry-values.c: Remove asms.
2576 (foo): Add foo_label.
2577 (bar): Add bar_label.
2578 * gdb.trace/entry-values.exp: Remove code computing foo's
2579 length and bar's length.
2580 (Dwarf::assemble): Invoke function_range for bar and use
2581 MACRO_AT_func for foo.
2582
26741859
YQ
25832014-11-22 Yao Qi <yao@codesourcery.com>
2584
2585 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
2586 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
2587 Use .Lgcc43_procstart instead of gcc43.
2588
45e44d27
JB
25892014-11-21 Joel Brobecker <brobecker@adacore.com>
2590
2591 * gdb.ada/n_arr_bound: New testcase.
2592
458c8db8
SDJ
25932014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2594
2595 PR breakpoints/10737
2596 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
2597 test_catch_syscall_multi_arch.
2598 (test_catch_syscall_multi_arch): New function.
2599
43f3e411
DE
26002014-11-20 Doug Evans <xdje42@gmail.com>
2601
2602 * gdb.base/maint.exp: Update expected output.
2603
0d7b2549
AA
26042014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2605
2606 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
2607 4-byte instruction on S390.
2608
8908fca5
JB
26092014-11-19 Joel Brobecker <brobecker@adacore.com>
2610
2611 * gdb.ada/arr_arr: New testcase.
2612
4a46959e
JB
26132014-11-19 Joel Brobecker <brobecker@adacore.com>
2614
2615 * gdb.ada/pkd_arr_elem: New Testcase.
2616
470e2f4e
LM
26172014-11-18 Luis Machado <lgustavo@codesourcery.com>
2618
2619 * gdb.reverse/break-precsave: Expect completion message for
2620 core file reads.
2621 * gdb.reverse/consecutive-precsave.exp: Likewise.
2622 * gdb.reverse/finish-precsave.exp: Likewise.
2623 * gdb.reverse/i386-precsave.exp: Likewise.
2624 * gdb.reverse/machinestate-precsave.exp: Likewise.
2625 * gdb.reverse/sigall-precsave.exp: Likewise.
2626 * gdb.reverse/solib-precsave.exp: Likewise.
2627 * gdb.reverse/step-precsave.exp: Likewise.
2628 * gdb.reverse/until-precsave.exp: Likewise.
2629 * gdb.reverse/watch-precsave.exp: Likewise.
2630
a267f3ad
AA
26312014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2632
2633 * gdb.base/bp-permanent.c: Include unistd.h.
2634 * gdb.python/py-framefilter-mi.c (main): Add return type.
2635 * gdb.python/py-framefilter.c (main): Likewise.
2636 * gdb.trace/actions-changed.c (main): Likewise.
2637
12084a9a
AA
26382014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2639
2640 * gdb.mi/until.c: Add eye-catchers.
2641 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
2642 line numbers.
2643
dc7e1a77
AA
26442014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2645
2646 * gdb.base/condbreak.exp: Drop references to removed non-prototype
2647 function header variants in break1.c.
2648 * gdb.base/ena-dis-br.exp: Likewise.
2649 * gdb.base/hbreak2.exp: Likewise.
2650 * gdb.reverse/until-precsave.exp: Drop references to removed
2651 non-prototype function header variants in ur1.c.
2652 * gdb.reverse/until-reverse.exp: Likewise.
2653
41c77605
PM
26542014-11-17 Petr Machata <pmachata@redhat.com>
2655
2656 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
2657 ${_cu_offset_size} bytes abbrev offset.
2658
34248c3a
DE
26592014-11-15 Doug Evans <xdje42@gmail.com>
2660
2661 PR symtab/17559
2662 * gdb.base/line-symtabs.exp: New file.
2663 * gdb.base/line-symtabs.c: New file.
2664 * gdb.base/line-symtabs.h: New file.
2665
646da059
YQ
26662014-11-14 Yao Qi <yao@codesourcery.com>
2667
2668 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
2669 (func): Add label func_label.
2670 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
2671 Replace low_pc and high_pc with MACRO_AT_range.
2672 Replace name, low_pc and high_pc with MACRO_AT_func.
2673
9301ebe6
YQ
26742014-11-14 Yao Qi <yao@codesourcery.com>
2675
2676 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
2677 Replace name, low_pc and high_pc with MACRO_AT_func.
2678
f166b542
YQ
26792014-11-14 Yao Qi <yao@codesourcery.com>
2680
2681 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
2682 produce debug information.
2683 * gdb.dwarf2/implptr-optimized-out.S: Removed.
2684
0f6e71e3
YQ
26852014-11-14 Yao Qi <yao@codesourcery.com>
2686
2687 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
2688 object and get function length.
2689 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
2690 with MACRO_AT_func.
2691 (top-level): Replace gdb_compile and clean_restart with
2692 prepare_for_testing.
2693 * gdb.dwarf2/main.c (main): Add label main_label.
2694
876c4df9
YQ
26952014-11-14 Yao Qi <yao@codesourcery.com>
2696
2697 * lib/dwarf.exp (function_range): New procedure.
2698 (Dwarf::_handle_macro_at_func): New procedure.
2699 (Dwarf::_handle_macro_at_range): New procedure.
2700 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
2701
02ad9cf1
YQ
27022014-11-14 Yao Qi <yao@codesourcery.com>
2703
2704 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
2705 (_handle_attribute): New procedure.
2706
a59add0c
AA
27072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2708
2709 * gdb.ada/cond_lang/foo.c (callme): Add return type.
2710 * gdb.base/call-sc.c (zed): Likewise.
2711 * gdb.base/checkpoint.c (main): Likewise.
2712 * gdb.base/dump.c (main): Likewise.
2713 * gdb.base/gcore.c (main): Likewise.
2714 * gdb.base/huge.c (main): Likewise.
2715 * gdb.base/multi-forks.c (main): Likewise.
2716 * gdb.base/pr10179-a.c (main): Likewise.
2717 * gdb.base/savedregs.c (main): Likewise.
2718 * gdb.base/sigaltstack.c (main): Likewise.
2719 * gdb.base/siginfo.c (main): Likewise.
2720 * gdb.base/structs.c (zed): Likewise.
2721 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
2722 * gdb.mi/mi-syn-frame.c (main): Likewise.
2723 * gdb.mi/until.c (foo, main): Likewise.
2724 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
2725 * gdb.base/solib-weak.c (foo): Declare.
2726 * gdb.base/attach-twice.c: Include stdio.h.
2727 * gdb.base/weaklib1.c: Likewise.
2728 * gdb.base/weaklib2.c: Likewise.
2729 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
2730 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
2731 unistd.h.
2732 * gdb.base/attach-pie-misread.c: Include stdlib.h.
2733 * gdb.mi/mi-exit-code.c: Likewise.
2734 * gdb.base/break-interp-lib.c: Include string.h.
2735 * gdb.base/coremaker.c: Likewise.
2736 * gdb.base/testenv.c: Likewise.
2737 * gdb.python/py-finish-breakpoint.c: Likewise.
2738 * gdb.base/inferior-died.c: Include sys/wait.h.
2739 * gdb.base/fileio.c: Include time.h.
2740 * gdb.base/async-shell.c: Include unistd.h.
2741 * gdb.base/dprintf-non-stop.c: Likewise.
2742 * gdb.base/info-os.c: Likewise.
2743 * gdb.mi/mi-console.c: Likewise.
2744 * gdb.mi/watch-nonstop.c: Likewise.
2745 * gdb.python/py-events.c: Likewise.
2746 * gdb.base/async.c (baz): Move up before its invocation.
2747 * gdb.base/code_elim2.c (my_global_func): Likewise.
2748 * gdb.base/skip-solib-lib.c (multiply): Likewise.
2749 * gdb.base/advance.c (func2): Likewise.
2750
3b5d5997
AA
27512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2752
2753 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
2754 variant.
2755 * gdb.base/annota3.c: Likewise.
2756 * gdb.base/async.c: Likewise.
2757 * gdb.base/average.c: Likewise.
2758 * gdb.base/call-ar-st.c: Likewise.
2759 * gdb.base/call-rt-st.c: Likewise.
2760 * gdb.base/call-sc.c: Likewise.
2761 * gdb.base/call-strs.c: Likewise.
2762 * gdb.base/ending-run.c: Likewise.
2763 * gdb.base/execd-prog.c: Likewise.
2764 * gdb.base/exprs.c: Likewise.
2765 * gdb.base/foll-exec.c: Likewise.
2766 * gdb.base/foll-fork.c: Likewise.
2767 * gdb.base/foll-vfork.c: Likewise.
2768 * gdb.base/funcargs.c: Likewise.
2769 * gdb.base/gcore.c: Likewise.
2770 * gdb.base/jump.c: Likewise.
2771 * gdb.base/langs0.c: Likewise.
2772 * gdb.base/langs1.c: Likewise.
2773 * gdb.base/langs2.c: Likewise.
2774 * gdb.base/mips_pro.c: Likewise.
2775 * gdb.base/nodebug.c: Likewise.
2776 * gdb.base/opaque0.c: Likewise.
2777 * gdb.base/opaque1.c: Likewise.
2778 * gdb.base/recurse.c: Likewise.
2779 * gdb.base/run.c: Likewise.
2780 * gdb.base/scope0.c: Likewise.
2781 * gdb.base/scope1.c: Likewise.
2782 * gdb.base/setshow.c: Likewise.
2783 * gdb.base/setvar.c: Likewise.
2784 * gdb.base/shmain.c: Likewise.
2785 * gdb.base/shr1.c: Likewise.
2786 * gdb.base/shr2.c: Likewise.
2787 * gdb.base/sigall.c: Likewise.
2788 * gdb.base/signals.c: Likewise.
2789 * gdb.base/so-indr-cl.c: Likewise.
2790 * gdb.base/solib2.c: Likewise.
2791 * gdb.base/structs.c: Likewise.
2792 * gdb.base/sum.c: Likewise.
2793 * gdb.base/vforked-prog.c: Likewise.
2794 * gdb.base/watchpoint.c: Likewise.
2795 * gdb.reverse/shr2.c: Likewise.
2796 * gdb.reverse/until-reverse.c: Likewise.
2797 * gdb.reverse/ur1.c: Likewise.
2798 * gdb.reverse/watch-reverse.c: Likewise.
2799
066a77c5
AA
28002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2801
2802 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
2803 variant.
2804 * gdb.base/sepdebug.exp: Drop references to removed code.
2805
4f204ea5
AA
28062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2807
2808 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
2809 variant. Preserve original line numbering.
2810 * gdb.base/list1.c: Likewise.
2811
3b377a3a
AA
28122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2813
2814 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
2815 variant.
2816 * gdb.base/break1.c: Likewise.
2817 * gdb.base/break.exp: Drop references to removed code.
2818
e444df73
AA
28192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2820
2821 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
2822 variant.
2823
8008f2a7
AA
28242014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2825
2826 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
2827
a5a06887
AA
28282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2829
2830 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
2831 logic into perform_all_tests() and invoke it with and without
2832 function header prototypes.
2833 (do_function_calls): Remove conditional XFAIL for PR 5318.
2834 (rerun_and_prepare): Remove duplicate code.
2835 (perform_all_tests): New. Main logic moved here.
2836
44dba9b9
AA
28372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2838
2839 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
2840 code guarded by #ifdef NO_PROTOTYPES.
2841 (t_double_many_args): Likewise.
2842 (DEF_FUNC_MANY_ARGS_1): Likewise.
2843 (DEF_FUNC_VALUES_1): Likewise.
2844 (t_structs_ldc): Renamed from t_structs_fc in conditional code
2845 guarded by #ifdef PROTOTYPES.
2846
d1fbcd56
AA
28472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2848
2849 * gdb.mi/mi-console.c: Add eye-catcher.
2850 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
2851 instead of literal line number.
2852
b0e59b8f
AA
28532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2854
2855 * gdb.base/shr2.c: Add eye-catcher.
2856 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
2857 line number.
2858
78f98cca
AA
28592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2860
2861 * gdb.base/jump.c: Add eye-catchers.
2862 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
2863 numbers.
2864
58fa2af0
AA
28652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2866
2867 * gdb.base/execd-prog.c: Add eye-catchers.
2868 * gdb.base/foll-exec.c: Likewise.
2869 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
2870 line numbers.
2871
04e5059b
AA
28722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2873
2874 * gdb.base/ending-run.c: Add eye-catchers.
2875 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
2876 literal line numbers.
2877
dbfdb174
AA
28782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2879
2880 * gdb.base/call-rt-st.c: Add eye-catchers.
2881 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
2882 literal line numbers.
2883
888a2ade
AA
28842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2885
2886 * gdb.base/call-ar-st.c: Add eye-catchers.
2887 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
2888 literal line numbers.
2889
6acc2dde
AA
28902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2891
2892 * gdb.base/average.c: Add eye-catchers.
2893 * gdb.base/sum.c: Likewise.
2894 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
2895 regexps dynamically.
2896
9ecfcd1d
AA
28972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2898
2899 * gdb.base/solib1.c: Add eye-catchers.
2900 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
2901 literal line numbers.
2902
78708b7c
PA
29032014-11-12 Pedro Alves <palves@redhat.com>
2904
2905 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
2906 leader has exited.
2907
af48d08f
PA
29082014-11-12 Pedro Alves <palves@redhat.com>
2909
2910 * gdb.arch/i386-bp_permanent.c: New file.
2911 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
2912 (srcfile): Set to i386-bp_permanent.c.
2913 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
2914 that stepi does not execute the 'leave' instruction, instead of
2915 testing it does execute.
2916 * gdb.base/bp-permanent.c: New file.
2917 * gdb.base/bp-permanent.exp: New file.
2918
af3768e9
DE
29192014-11-10 Doug Evans <xdje42@gmail.com>
2920
2921 PR symtab/17564
2922 * gdb.base/symtab-search-order.exp: New file.
2923 * gdb.base/symtab-search-order.c: New file.
2924 * gdb.base/symtab-search-order-1.c: New file.
2925 * gdb.base/symtab-search-order-shlib-1.c: New file.
2926
9de00a4a
PA
29272014-11-07 Pedro Alves <palves@redhat.com>
2928
2929 PR gdb/17511
2930 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
2931 i?86-*-linux*.
2932
e0f52461
SC
29332014-11-03 Siva Chandra Reddy <sivachandra@google.com>
2934
2935 PR c++/17494
2936 * gdb.cp/pr17494.cc: New file.
2937 * gdb.cp/pr17494.exp: New file.
2938
6ce8c980
YQ
29392014-11-02 Yao Qi <yao@codesourcery.com>
2940
2941 * gdb.python/python.exp: Get working directory and match the
2942 output of "set extended-prompt \\w " with it.
2943
02be9a71
DE
29442014-10-30 Doug Evans <dje@google.com>
2945
2946 * gdb.python/py-objfile.exp: Add tests for setting random attributes
2947 in objfiles.
2948 * gdb.python/py-progspace.exp: Add tests for setting random attributes
2949 in progspaces.
2950
3bdff46b
LM
29512014-10-30 Janis Johnson <janisjo@codesourcery.com>
2952
2953 * gdb.base/fullpath-expand.exp: Skip for a remote host.
2954 * gdb.base/realname-expand.exp: Likewise.
2955 * gdb.linespec/macro-relative.exp: Likewise.
2956
ab917dfb
PA
29572014-10-29 Pedro Alves <palves@redhat.com>
2958
2959 PR gdb/17408
2960 * gdb.threads/schedlock.c (some_function): New function.
2961 (call_function): New global.
2962 (MAYBE_CALL_SOME_FUNCTION): New macro.
2963 (thread_function): Call it.
2964 * gdb.threads/schedlock.exp (get_args): Add description parameter,
2965 and use it instead of a global counter. Adjust all callers.
2966 (get_current_thread): Use "find current thread" for test message
2967 here rather than having all callers pass down the same string.
2968 (goto_loop): New procedure, factored out from ...
2969 (my_continue): ... this.
2970 (step_ten_loops): Change parameter from test message to command to
2971 use. Adjust.
2972 (list_count): Delete global.
2973 (check_result): New procedure, factored out from duplicate top
2974 level code.
2975 (continue tests): Wrap in with_test_prefix.
2976 (test_step): New procedure, factored out from duplicate top level
2977 code.
2978 (top level): Test "step" in combination with all scheduler-locking
2979 modes. Test "next" in combination with all scheduler-locking
2980 modes, and in combination with stepping over a function call or
2981 not.
2982 * gdb.threads/next-bp-other-thread.c: New file.
2983 * gdb.threads/next-bp-other-thread.exp: New file.
2984
d3d4baed
PA
29852014-10-29 Pedro Alves <palves@redhat.com>
2986
2987 PR python/17372
2988 * gdb.python/python.exp: Test a multi-line command that spawns
2989 interactive Python.
2990 * gdb.base/multi-line-starts-subshell.exp: New file.
2991
563e8d85
YQ
29922014-10-29 Yao Qi <yao@codesourcery.com>
2993
2994 * gdb.base/fileio.exp: Make directories on host.
2995
0ea4d52e
YQ
29962014-10-29 Yao Qi <yao@codesourcery.com>
2997
2998 * gdb.base/fileio.c (test_write): Close the file.
2999
7f5ef605
PA
30002014-10-28 Pedro Alves <palves@redhat.com>
3001
3002 PR gdb/12623
3003 * gdb.base/sigstep.c (no_handler): New global.
3004 (main): If 'no_handler is true, set the signal handlers to
3005 SIG_IGN.
3006 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
3007 with_sw_watch and no_handler parameters. Handle them.
3008 (top level) <stepping over handler when stopped at a breakpoint
3009 test>: Add a test axis for testing with a software watchpoint, and
3010 another for testing with the signal handler set to SIG_IGN.
3011 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
3012 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
3013
abbdbd03
PA
30142014-10-28 Pedro Alves <palves@redhat.com>
3015
3016 PR gdb/17511
3017 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
3018 * gdb.base/sigstep.exp (other_handler_location): New global.
3019 (advance): Support stepping into the signal handler, and running
3020 commands while in the handler.
3021 (in_handler_map): New global.
3022 (top level): In the advance test, add combinations for getting
3023 into the handler with stepping commands, and for running commands
3024 in the handler. Add comment descripting the advancei tests.
3025
1df4399f
PA
30262014-10-28 Pedro Alves <palves@redhat.com>
3027
3028 * gdb.base/sigstep.exp: Use build_executable instead of
3029 prepare_for_testing.
3030 (top level): Move code that starts GDB, runs to main and creates a
3031 display to ...
3032 (restart): ... this new procedure.
3033 (top level): Move backtrace from signal handler test to ...
3034 (validate_backtrace): ... this new procedure.
3035 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
3036 with_test_prefix. Always restart GDB.
3037 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
3038 with_test_prefix. Always restart GDB. No need to delete
3039 breakpoints after the test.
3040 (test_skip_handler): Remove prefix parameter.
3041 (skip_over_handler, breakpoint_to_handler)
3042 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
3043 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
3044 restart GDB. No need to delete breakpoints after the test.
3045 (top level): Use foreach to call the test procedures with
3046 different commands.
3047
a5b6e449
PA
30482014-10-28 Pedro Alves <palves@redhat.com>
3049
3050 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
3051 instead of GNATS numbers.
3052 * gdb.base/sigbpt.exp: Likewise.
3053 * gdb.base/siginfo.exp: Likewise.
3054 * gdb.base/sigstep.exp: Likewise.
3055
e5f8a7cc
PA
30562014-10-27 Pedro Alves <palves@redhat.com>
3057
3058 * gdb.base/sigstep.c (dummy): New global.
3059 (main): Issue a couple writes to the new global.
3060 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
3061 procedures.
3062 (skip_over_handler): Use test_skip_handler.
3063 (top level): Call skip_over_handler for stepi and nexti too.
3064 (breakpoint_over_handler): Use test_skip_handler.
3065 (top level): Call breakpoint_over_handler for stepi and nexti too.
3066
763905a3
YQ
30672014-10-27 Yao Qi <yao@codesourcery.com>
3068
3069 * gdb.trace/tfile.c (adjust_function_address)
3070 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
3071 function descriptor.
3072
6f259a23
DB
30732014-10-24 Don Breazeal <donb@codesourcery.com>
3074
3075 * gdb.base/foll-fork.exp (test_follow_fork,
3076 catch_fork_child_follow): Check for updated fork messages emitted
3077 from infrun.c.
3078 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
3079 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
3080 vfork_and_exec_child_follow_through_step): Check for updated vfork
3081 messages emitted from infrun.c.
3082
09dd9a69
PA
30832014-10-24 Pedro Alves <palves@redhat.com>
3084
3085 * gdb.base/corefile.exp: Remove references to ultrix.
3086 * gdb.base/interrupt.exp: Likewise.
3087 * gdb.base/whatis.exp: Likewise.
3088 * gdb.gdb/selftest.exp: Likewise.
3089 * gdb.threads/manythreads.exp: Likewise.
3090 * gdb.threads/print-threads.exp: Likewise.
3091 * gdb.threads/pthreads.exp:: Likewise.
3092 * gdb.threads/schedlock.exp: Likewise.
3093
3433cfa5
SC
30942014-10-24 Siva Chandra Reddy <sivachandra@google.com>
3095
3096 * gdb.cp/non-trivial-retval.cc: Add a test case.
3097 * gdb.cp/non-trivial-retval.exp: Add a test.
3098
092f880b
YQ
30992014-10-20 Yao Qi <yao@codesourcery.com>
3100
3101 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
3102 * gdb.python/py-objfile-script-gdb.py: New file.
3103 * gdb.python/py-objfile-script.exp: Update reference to
3104 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
3105 of remote_download. Remove the dest file.
3106
acbdb7f3
YQ
31072014-10-20 Yao Qi <yao@codesourcery.com>
3108
3109 * gdb.base/checkpoint.exp: Don't remove file copied on host.
3110 * gdb.base/step-line.exp: Likewise.
3111 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3112 * gdb.dwarf2/dw2-basic.exp: Likewise.
3113 * gdb.dwarf2/dw2-compressed.exp: Likewise.
3114 * gdb.dwarf2/dw2-filename.exp: Likewise.
3115 * gdb.dwarf2/dw2-intercu.exp: Likewise.
3116 * gdb.dwarf2/dw2-intermix.exp: Likewise.
3117 * gdb.dwarf2/dw2-producer.exp: Likewise.
3118 * gdb.dwarf2/mac-fileno.exp: Likewise.
3119 * gdb.python/py-frame-args.exp: Likewise.
3120 * gdb.python/py-framefilter.exp: Likewise.
3121 * gdb.python/py-mi.exp: Likewise.
3122 * gdb.python/py-objfile-script.exp: Likewise
3123 * gdb.python/py-pp-integral.exp: Likewise.
3124 * gdb.python/py-pp-re-notag.exp: Likewise.
3125 * gdb.python/py-prettyprint.exp: Likewise.
3126 * gdb.python/py-section-script.exp: Likewise.
3127 * gdb.python/py-typeprint.exp: Likewise.
3128 * gdb.python/py-xmethods.exp: Likewise.
3129 * gdb.stabs/weird.exp: Likewise.
3130 * gdb.xml/tdesc-regs.exp: Likewise.
3131
bd286a29
KCY
31322014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
3133
3134 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
3135 (out_cu): Use addr_len for the size of addresses.
3136 (out_line): Likewise. Size DW_LNE_set_address instruction
3137 according to addr_len.
3138 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
3139 (FUNC): Add START_INSNS to definition.
3140
673dc4a0
YQ
31412014-10-18 Yao Qi <yao@codesourcery.com>
3142
3143 * gdb.base/argv0-symlink.exp: Check argv[0] value if
3144 gdb_has_argv0 return true.
3145 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
3146 check [target_info exists noargs], check [gdb_has_argv0]
3147 instead.
3148 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3149 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
3150 procedures.
3151
4ffbba72
DE
31522014-10-17 Doug Evans <dje@google.com>
3153
3154 * gdb.python/py-events.exp: Update expected output for clear_objfiles
3155 event.
3156 * gdb.python/py-events.py: Add clear_objfiles event.
3157
d096d8c1
DE
31582014-10-17 Doug Evans <dje@google.com>
3159
3160 * gdb.python/py-objfile.exp: Test progspace attribute.
3161
a80db015
LM
31622014-10-17 Luis Machado <lgustavo@codesourcery.com>
3163
3164 * gdb.guile/scm-breakpoint.exp: Do not assume any
3165 directory separators when matching source file paths.
3166 * gdb.python/py-breakpoint.exp: Likewise.
3167 * gdb.reverse/break-precsave.exp: Likewise.
3168 * gdb.reverse/break-reverse.exp: Likewise.
3169 * gdb.reverse/consecutive-precsave.exp: Likewise.
3170 * gdb.reverse/finish-precsave.exp: Likewise.
3171 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
3172 * gdb.reverse/finish-reverse.exp: Likewise.
3173 * gdb.reverse/i386-precsave.exp: Likewise.
3174 * gdb.reverse/i387-env-reverse.exp: Likewise.
3175 * gdb.reverse/i387-stack-reverse.exp: Likewise.
3176 * gdb.reverse/machinestate-precsave.exp: Likewise.
3177 * gdb.reverse/machinestate.exp: Likewise.
3178 * gdb.reverse/sigall-precsave.exp: Likewise.
3179 * gdb.reverse/solib-precsave.exp: Likewise.
3180 * gdb.reverse/step-precsave.exp: Likewise.
3181 * gdb.reverse/until-precsave.exp: Likewise.
3182 * gdb.reverse/watch-precsave.exp: Likewise.
3183 * gdb.reverse/watch-reverse.exp: Likewise.
3184
b22089ab
YQ
31852014-10-17 Yao Qi <yao@codesourcery.com>
3186
3187 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
3188 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
3189
6c4486e6
PA
31902014-10-17 Pedro Alves <palves@redhat.com>
3191
3192 PR gdb/17471
3193 * gdb.base/bg-execution-repeat.c: New file.
3194 * gdb.base/bg-execution-repeat.exp: New file.
3195
0ff33695
PA
31962014-10-17 Pedro Alves <palves@redhat.com>
3197
3198 PR gdb/17300
3199 * gdb.base/continue-all-already-running.c: New file.
3200 * gdb.base/continue-all-already-running.exp: New file.
3201
6fdebc3d
PA
32022014-10-17 Pedro Alves <palves@redhat.com>
3203
3204 PR gdb/17472
3205 * gdb.base/annota-input-while-running.c: New file.
3206 * gdb.base/annota-input-while-running.exp: New file.
3207
32a8097b
PA
32082014-10-17 Pedro Alves <palves@redhat.com>
3209
3210 * gdb.base/callfuncs.exp: emove references to osf.
3211 * gdb.base/sigall.exp: Likewise.
3212 * gdb.gdb/selftest.exp: Likewise.
3213 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
3214 * gdb.mi/non-stop.c: Likewise.
3215 * gdb.mi/pthreads.c: Likewise.
3216 * gdb.reverse/sigall-precsave.exp: Likewise.
3217 * gdb.reverse/sigall-reverse.exp: Likewise.
3218 * gdb.threads/pthreads.c: Likewise.
3219 * gdb.threads/pthreads.exp: Likewise.
3220
7a3517ff
YQ
32212014-10-17 Yao Qi <yao@codesourcery.com>
3222
3223 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
3224 check 'target_info exists noargs'.
3225 (test_command_prompt_position): Likewise.
3226 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
3227 Remove "set args".
3228 (progvar_simple_while_test): Likewise.
3229 (progvar_complex_if_while_test): Likewise.
3230 (if_while_breakpoint_command_test): Likewise.
3231 (infrun_breakpoint_command_test): Likewise.
3232 (breakpoint_command_test): Likewise.
3233 (watchpoint_command_test): Likewise.
3234 (bp_deleted_in_command_test): Likewise.
3235 (temporary_breakpoint_commands): Likewise.
3236
bb99c472
YQ
32372014-10-16 Yao Qi <yao@codesourcery.com>
3238
3239 * gdb.base/remotetimeout.exp: Remove noargs checking.
3240
7c16b83e
PA
32412014-10-15 Pedro Alves <palves@redhat.com>
3242
3243 PR breakpoints/9649
3244 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
3245 * gdb.base/breakpoint-in-ro-region.exp
3246 (probe_target_hardware_step): New procedure.
3247 (top level): Probe hardware stepping and hardware breakpoint
3248 support. Test stepping through a read-only region, with both
3249 "breakpoint auto-hw" on and off and both "always-inserted" on and
3250 off.
3251
35a49624
IB
32522014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
3253
3254 * gdb.dlang/demangle.exp: Update for demangling changes.
3255
2d1c107c
SC
32562014-10-15 Siva Chandra Reddy <sivachandra@google.com>
3257
3258 * gdb.cp/non-trivial-retval.cc: Add new test cases.
3259 * gdb.cp/non-trivial-retval.exp: Add new tests.
3260
778811d5
SC
32612014-10-15 Siva Chandra Reddy <sivachandra@google.com>
3262
3263 PR c++/13403
3264 PR c++/15154
3265 * gdb.cp/non-trivial-retval.cc: New file.
3266 * gdb.cp/non-trivial-retval.exp: New file.
3267
10c5f0a8
YQ
32682014-10-15 Yao Qi <yao@codesourcery.com>
3269
3270 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
3271 remote host.
3272
65d7b369
YQ
32732014-10-15 Yao Qi <yao@codesourcery.com>
3274
3275 * gdb.python/py-symbol.exp: Match file base name if host is
3276 remote, otherwise match file name with dir name.
3277 * gdb.python/py-symtab.exp: Likewise.
3278 * gdb.python/python.exp: Likewise.
3279
46dc1394
YQ
32802014-10-15 Yao Qi <yao@codesourcery.com>
3281
3282 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
3283 pattern.
3284 * gdb.python/py-symtab.exp: Likewise.
3285 * gdb.python/python.exp: Remove trailing ".*". Fix typo
3286 locationn.
3287
c40cc657
JB
32882014-10-14 Joel Brobecker <brobecker@adacore.com>
3289
3290 * gdb.ada/addr_arith: New testcase.
3291
2abf49e1
MR
32922014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
3293
3294 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
3295 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
3296 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
3297 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
3298
f7088df3
SDJ
32992014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
3300
3301 * gdb.arch/stap-eval-lang-ada.S: Likewise.
3302 * gdb.arch/stap-eval-lang-ada.c: Likewise.
3303 * gdb.arch/stap-eval-lang-ada.exp: New file.
3304
4dc06805
YQ
33052014-10-14 Yao Qi <yao@codesourcery.com>
3306
3307 * gdb.mi/mi-var-child.c (nothing1): New function.
3308 (nothing2): New function.
3309 (do_children_tests): Set function pointers by nothing1 and
3310 nothing2.
3311 * gdb.mi/mi-var-child.exp: Step over new added statements.
3312 Update test to match the new output.
3313 * gdb.mi/var-cmd.c (nothing1): New function.
3314 (nothing2): New function.
3315 (do_children_tests): Set function pointers by nothing1 and
3316 nothing2.
3317 * gdb.mi/mi-var-display.exp: Update test to match output.
3318 Step to the line specified by $line_dct_nothing.
3319 Increase the number of lines to step.
3320
46a93de2
YQ
33212014-10-14 Yao Qi <yao@codesourcery.com>
3322
3323 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
3324 tests.
3325 * gdb.mi/mi2-var-child.exp: Likewise.
3326
14ea52ee
DE
33272014-10-13 Doug Evans <dje@google.com>
3328
3329 * gdb.python/py-objfile.exp: Change name of file name test.
3330
e5c6e92b
DE
33312014-10-13 Doug Evans <dje@google.com>
3332
3333 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
3334 from the start of the CU.
3335
c780cc2f
JK
33362014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3337 Yao Qi <yao@codesourcery.com>
3338
3339 Fix "save breakpoints" for "catch" command.
3340 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
3341 Remove -nonewline. Match also the added "main" line.
3342
99894e11
JK
33432014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3344
3345 Fix "save breakpoints" for "disable $bpnum" command.
3346 * gdb.base/save-bp.c (main): Add label.
3347 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
3348
6e1ac5a3
JK
33492014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3350
3351 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
3352
754dd2b0
YQ
33532014-10-11 Yao Qi <yao@codesourcery.com>
3354
3355 * gdb.server/server-kill.exp: Execute command
3356 "set remote trace-status-packet on" before "tstatus".
3357
f90183d7
YQ
33582014-10-11 Yao Qi <yao@codesourcery.com>
3359
3360 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
3361 (main): Call getppid.
3362 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
3363 and continue to it. Read variable "server_pid".
3364
bf40a607
YQ
33652014-10-11 Yao Qi <yao@codesourcery.com>
3366
3367 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
3368
052ca370
YQ
33692014-10-11 Yao Qi <yao@codesourcery.com>
3370
3371 * gdb.threads/thread-find.exp: Don't execute command
3372 "info threads".
3373 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
3374 * gdb.threads/linux-dp.exp: Don't check the condition
3375 $threads_created equals to zero.
3376
3831839c
PA
33772014-10-10 Pedro Alves <palves@redhat.com>
3378
3379 * gdb.base/bigcore.exp: Remove references to IRIX.
3380 * gdb.base/funcargs.exp: Likewise.
3381 * gdb.base/interrupt.exp: Likewise.
3382 * gdb.base/mips_pro.exp: Likewise.
3383 * gdb.base/nodebug.exp: Likewise.
3384 * gdb.base/setvar.exp: Likewise.
3385 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
3386
8b9a549d
PA
33872014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3388 Pedro Alves <palves@redhat.com>
3389
3390 PR symtab/14466
3391 * gdb.base/vdso-warning.c: New file.
3392 * gdb.base/vdso-warning.exp: New file.
3393
d48ba5e8
DE
33942014-10-02 Doug Evans <dje@google.com>
3395
3396 * gdb.base/structs.c (main): Don't run forever.
3397
2278c276
PA
33982014-10-02 Pedro Alves <palves@redhat.com>
3399
3400 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
3401 (top level) <stop threads 1, stop threads 2>: Use it.
3402
b57bacec
PA
34032014-10-02 Pedro Alves <palves@redhat.com>
3404
3405 * gdb.threads/break-while-running.exp (test): Add new
3406 'update_thread_list' argument. Skip "info threads" if false.
3407 (top level): Add new 'update_thread_list' axis.
3408
13fd3ff3
PA
34092014-10-02 Pedro Alves <palves@redhat.com>
3410
3411 PR breakpoints/17431
3412 * gdb.base/execl-update-breakpoints.c: New file.
3413 * gdb.base/execl-update-breakpoints.exp: New file.
3414
0fec99e8
PA
34152014-10-01 Pedro Alves <palves@redhat.com>
3416
3417 * gdb.base/breakpoint-in-ro-region.c: New file.
3418 * gdb.base/breakpoint-in-ro-region.exp: New file.
3419
2ddf4301
SM
34202014-10-01 Simon Marchi <simon.marchi@ericsson.com>
3421
3422 * gdb.mi/mi-exit-code.exp: New file.
3423 * gdb.mi/mi-exit-code.c: New file.
3424
6a5f3f43
YQ
34252014-09-30 Yao Qi <yao@codesourcery.com>
3426
3427 * lib/prelink-support.exp (build_executable_own_libs): Error if
3428 the target isn't native.
3429
345bcc73
YQ
34302014-09-30 Yao Qi <yao@codesourcery.com>
3431
3432 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
3433 false.
3434
a25a5a45
PA
34352014-09-22 Pedro Alves <palves@redhat.com>
3436
3437 * gdb.threads/break-while-running.exp: New file.
3438 * gdb.threads/break-while-running.c: New file.
3439
00ba3162
YQ
34402014-09-19 Yao Qi <yao@codesourcery.com>
3441
3442 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
3443 Invoke test. Restart GDB with --readnow and invoke test again.
3444
c3b7b696
YQ
34452014-09-19 Yao Qi <yao@codesourcery.com>
3446
3447 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
3448 proc set_breakpoint_on_gcd_function. Invoke
3449 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
3450 invoke set_breakpoint_on_gcd_function again.
3451
2b4fd423
DE
34522014-09-18 Doug Evans <dje@google.com>
3453
3454 * gdb.dwarf2/symtab-producer.exp: New file.
3455
a5947601
SDJ
34562014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3457
3458 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
3459 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
3460 * gdb.base/global-var-nested-by-dso.c: Likewise.
3461 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3462
91c19059
SDJ
34632014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3464 Pedro Alves <palves@redhat.com>
3465
3466 * gdb.base/watch-bitfields.exp: Pass string other than test file
3467 name to prepare_for_testing.
3468 (watch): New procedure.
3469 (expect_watchpoint): Use with_test_prefix.
3470 (top level): Factor out tests to ...
3471 (test_watch_location, test_regular_watch): ... these new
3472 procedures, and use with_test_prefix and gdb_continue_to_end.
3473
bb9d5f81
PP
34742014-09-16 Patrick Palka <patrick@parcs.ath.cx>
3475
3476 PR breakpoints/12526
3477 * gdb.base/watch-bitfields.exp: New file.
3478 * gdb.base/watch-bitfields.c: New file.
3479
635856f5
PA
34802014-09-16 Pedro Alves <palves@redhat.com>
3481
3482 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
3483 software and hardware addresses, not software address against
3484 itself.
3485
7280ceea
PA
34862014-09-16 Pedro Alves <palves@redhat.com>
3487
3488 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
3489 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
3490
428b16bd
PA
34912014-09-16 Pedro Alves <palves@redhat.com>
3492
3493 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
3494 files.
3495 * gdb.base/a2-run.exp: Remove all code guarded by istarget
3496 "*-*-vxworks*" throughout.
3497 * gdb.base/break.exp: Likewise.
3498 * gdb.base/default.exp: Likewise.
3499 * gdb.base/scope.exp: Likewise.
3500 * gdb.base/sepdebug.exp: Likewise.
3501 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
3502 throughout.
3503 * gdb.base/run.c: Likewise.
3504 * gdb.base/sepdebug.c: Likewise.
3505 * gdb.hp/gdb.aCC/run.c: Likewise.
3506 * gdb.reverse/until-reverse.c: Likewise.
3507 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
3508
666d413c
YQ
35092014-09-16 Yao Qi <yao@codesourcery.com>
3510
3511 * boards/local-remote-host-native.exp: New file.
3512
57cbd724
DE
35132014-09-14 Doug Evans <xdje42@gmail.com>
3514
3515 * gdb.threads/queue-signal.c (thread_count): New variable.
3516 (thread_count_mutex, thread_count_condvar): New variables.
3517 (incr_thread_count, wait_all_threads_running): New functions.
3518 (main): Wait for all threads to be in their thread functions.
3519
81219e53
DE
35202014-09-13 Doug Evans <xdje42@gmail.com>
3521
3522 * gdb.threads/queue-signal.c: New file.
3523 * gdb.threads/queue-signal.exp: New file.
3524
3714cea7
DE
35252014-09-13 Doug Evans <xdje42@gmail.com>
3526
3527 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
3528 be consistent with what default_gdb_init uses.
3529 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
3530 the plain text of the prompt. Add some logging printfs.
3531 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
3532
fa43b1d7
PA
35332014-09-12 Pedro Alves <palves@redhat.com>
3534
3535 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
3536 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
3537 * gdb.arch/i386-size-overlap.exp: Likewise.
3538 * gdb.arch/i386-size.exp: Likewise.
3539 * gdb.arch/i386-unwind.exp: Likewise.
3540 * gdb.base/a2-run.exp: Likewise.
3541 * gdb.base/break.exp: Likewise.
3542 * gdb.base/charset.exp: Likewise.
3543 * gdb.base/chng-syms.exp: Likewise.
3544 * gdb.base/commands.exp: Likewise.
3545 * gdb.base/dbx.exp: Likewise.
3546 * gdb.base/find.exp: Likewise.
3547 * gdb.base/funcargs.exp: Likewise.
3548 * gdb.base/jit-simple.exp: Likewise.
3549 * gdb.base/reread.exp: Likewise.
3550 * gdb.base/sepdebug.exp: Likewise.
3551 * gdb.base/step-bt.exp: Likewise.
3552 * gdb.cp/mb-inline.exp: Likewise.
3553 * gdb.cp/mb-templates.exp: Likewise.
3554 * gdb.objc/basicclass.exp: Likewise.
3555 * gdb.threads/killed.exp: Likewise.
3556
9d9bf2df
EBM
35572014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3558
3559 PR tdep/17379
3560 * gdb.arch/powerpc-stackless.S: New file.
3561 * gdb.arch/powerpc-stackless.exp: New file.
3562
1cf2f1b0
JK
35632014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3564
3565 * gdb.base/attach.c: Include unistd.h.
3566 (main): Call alarm. Add label postloop.
3567 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
3568 gdb_breakpoint, gdb_continue_to_breakpoint.
3569 (test_command_line_attach_run): Kill ${testpid} in one exit path.
3570
98880d46
PA
35712014-09-11 Pedro Alves <palves@redhat.com>
3572
3573 PR gdb/17347
3574 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
3575 * gdb.base/attach.exp (test_command_line_attach_run): New
3576 procedure.
3577 (top level): Call it.
3578
4c92ff2c
PA
35792014-09-11 Pedro Alves <palves@redhat.com>
3580
3581 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
3582 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
3583 (do_command_attach_tests): Use spawn_wait_for_attach.
3584 * gdb.base/solib-overlap.exp: Likewise.
3585 * gdb.multi/multi-attach.exp: Likewise.
3586 * gdb.python/py-prompt.exp: Likewise.
3587 * gdb.python/py-sync-interp.exp: Likewise.
3588 * gdb.server/ext-attach.exp: Likewise.
3589
3adc1a7d
GKB
35902014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
3591
3592 * gdb.fortran/array-element.exp: Remove unexpected "continue"
3593 command in testcase. Simplify testcase.
3594
96334934
JB
35952014-09-10 Joel Brobecker <brobecker@adacore.com>
3596
3597 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
3598
eb479039
JB
35992014-09-10 Joel Brobecker <brobecker@adacore.com>
3600
3601 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
3602
deede10c
JB
36032014-09-10 Joel Brobecker <brobecker@adacore.com>
3604
3605 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
3606
7828a5f5
JB
36072014-09-10 Joel Brobecker <brobecker@adacore.com>
3608
3609 * gdb.dwarf2/dynarr-ptr.c: New file.
3610 * gdb.dwarf2/dynarr-ptr.exp: New file.
3611
33aeebcf
MR
36122014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3613
3614 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
3615 of 30 rather than hardcoding 120 for a slow test case. Take the
3616 `gdb,timeout' target setting into account for this calculation.
3617 Don't extend the timeout for the test cases that don't need it.
3618
7b415901
MR
36192014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3620
3621 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
3622 a factor of 2 for a slow test case. Take the `gdb,timeout'
3623 target setting into account for this calculation.
3624 * gdb.reverse/until-precsave.exp: Increase the timeout by
3625 a factor of 15 and 3 respectively rather than adding 120
3626 for a pair of slow test cases. Take the `gdb,timeout'
3627 target setting into account for this calculation.
3628
4a40f85a
MR
36292014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3630
3631 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
3632 timeout, don't pass one down to gdb_expect.
3633 (gdb_expect): Rework timeout selection.
3634
09635af7
MR
36352014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3636
3637 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
3638 exception on timeout.
3639 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
3640 (gdbserver_start_extended): Catch any `gdbserver_start' error
3641 exceptions.
3642 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
3643 * lib/mi-support.exp (mi_gdb_target_load): Catch any
3644 `gdbserver_gdb_load' error exceptions.
3645
2bdd10b7
MR
36462014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3647
3648 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
3649 120 on waiting for the TCP socket to open.
3650
316935f0
DE
36512014-09-09 Doug Evans <xdje42@gmail.com>
3652
3653 * gdb.base/default.exp (show_conv_list): Add _caller_is,
3654 _caller_matches, _any_caller_is, _any_caller_matches.
3655
83740597
DE
36562014-09-09 Doug Evans <xdje42@gmail.com>
3657
3658 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
3659
4c122fc3
YQ
36602014-09-09 Yao Qi <yao@codesourcery.com>
3661
3662 * gdb.mi/mi-var-display.exp: Set print symbol off.
3663
a9f116cb
GKB
36642014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
3665
3666 PR gdb/17035
3667 * gdb.base/commands.exp: Add tests to verify user-defined
3668 commands with empty bodies.
3669 * gdb.python/py-cmd.exp: Test that we don't show user-defined
3670 python commands in `show user command`.
3671 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
3672 scheme commands in `show user command`.
3673
c75bd3a2
JK
36742014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3675
3676 PR python/17355
3677 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
3678 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
3679 * gdb.python/py-framefilter-invalidarg.exp: New file.
3680 * gdb.python/py-framefilter-invalidarg.py: New file.
3681
faa42425
DE
36822014-09-06 Doug Evans <xdje42@gmail.com>
3683
3684 PR 15276
3685 * gdb.python/py-caller-is.c: New file.
3686 * gdb.python/py-caller-is.exp: New file.
3687
474ca4f6
SDJ
36882014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
3689
3690 PR gdb/17235
3691 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
3692 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
3693
eb0b0463
SDJ
36942014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
3695
3696 PR fortran/17237
3697 * gdb.fortran/print-formatted.exp: New file.
3698 * gdb.fortran/print-formatted.f90: Likewise.
3699
5f3b99cf
SS
37002014-09-03 Sasha Smundak <asmundak@google.com>
3701
3702 * gdb.python/py-frame.exp: Test Frame.read_register.
3703
7d793aa9
SDJ
37042014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
3705
3706 PR python/16699
3707 * gdb.python/py-completion.exp: New file.
3708 * gdb.python/py-completion.py: Likewise.
3709
fb0576e9
DE
37102014-08-28 Doug Evans <dje@google.com>
3711
3712 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
3713 eax,etc. are live with values set by gdb and thus the compiler can't
3714 use them.
3715 * gdb.arch/i386-pseudo.c (main): Ditto.
3716
ee92b0dd
DE
37172014-08-27 Doug Evans <dje@google.com>
3718
3719 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
3720
6649db35
DE
37212014-08-25 Doug Evans <dje@google.com>
3722
3723 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
3724 (main): Ditto.
3725
564b7600
DE
37262014-08-25 Doug Evans <dje@google.com>
3727
3728 * gdb.threads/thread-execl.exp: #include <stdio.h>.
3729
3881fb67
YQ
37302014-08-24 Yao Qi <yao@codesourcery.com>
3731
3732 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
3733 symbol off.
3734 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
3735
a05a36a5
DE
37362014-08-22 Doug Evans <dje@google.com>
3737
3738 PR 17276
3739 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
3740 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
3741 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
3742
7c343b48
YQ
37432014-08-22 Yao Qi <yao@codesourcery.com>
3744
3745 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
3746 * gdb.python/py-finish-breakpoint2.exp: Likewise.
3747 * gdb.python/python.exp: Likewise. Use .py file on the host
3748 instead of the build.
3749
22fd09ae
JK
37502014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3751
3752 * gdb.threads/gcore-stale-thread.c: New file.
3753 * gdb.threads/gcore-stale-thread.exp: New file.
3754
a8454a7c
PA
37552014-08-21 Pedro Alves <palves@redhat.com>
3756
3757 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
3758 * gdb.base/gcore-relro-pie.exp: Likewise.
3759 * gdb.base/gcore-relro.exp: Likewise.
3760 * gdb.base/gcore.exp: Likewise.
3761 * gdb.base/print-symbol-loading.exp: Likewise.
3762 * gdb.threads/gcore-thread.exp: Likewise.
3763 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
3764
2a31c623
PA
37652014-08-20 Pedro Alves <palves@redhat.com>
3766 Jan Kratochvil <jan.kratochvil@redhat.com>
3767
3768 * Makefile.in (EXTRA_RULES, CC): New variables, get from
3769 configure.
3770 (EXPECT): Handle READ1 being set.
3771 (all): Depend on EXTRA_RULES.
3772 (check-read1, expect-read1, read1.so, read1): New rules.
3773 * README (Testsuite Parameters): Document the READ1 make variable.
3774 (Race detection): New section.
3775 * configure: Regenerate.
3776 * configure.ac: If build==host==target, and running under a
3777 GNU/glibc system, add read1 to the extra Makefile rules.
3778 (EXTRA_RULES): AC_SUBST it.
3779 * lib/read1.c: New file.
3780
d36430db
JB
37812014-08-20 Joel Brobecker <brobecker@adacore.com>
3782
3783 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
3784 the handling of variables declared as a typedef to an array
3785 which a DW_AT_data_location attribute.
3786
9a0dc9e3
PA
37872014-08-19 Andrew Burgess <aburgess@broadcom.com>
3788 Pedro Alves <palves@redhat.com>
3789
3790 PR symtab/14604
3791 PR symtab/14605
3792 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
3793 gdb_test.
3794
0718a8da
PA
37952014-08-19 Pedro Alves <palves@redhat.com>
3796
3797 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
3798
13b448cd
YQ
37992014-08-19 Yao Qi <yao@codesourcery.com>
3800
3801 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
3802 right line.
3803
1cbf5077
DB
38042014-08-18 David Blaikie <dblaikie@gmail.com>
3805
3806 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
3807
bf0fae19
JB
38082014-08-18 Joel Brobecker <brobecker@adacore.com>
3809
3810 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
3811 attribute in array range.
3812
3c8c5dcc
JB
38132014-08-18 Joel Brobecker <brobecker@adacore.com>
3814
3815 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
3816
e66d4446
SC
38172014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3818
3819 PR c++/17132
3820 * gdb.cp/pr17132.cc: New file.
3821 * gdb.cp/pr17132.exp: New file.
3822
940df408
SC
38232014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3824
3825 * gdb.python/py-xmethods.py (A_getarrayind)
3826 (E_method_char_worker.__call__, E_method_int_worker.__call__):
3827 Use 'print' with function call syntax.
3828 (E_method_matcher.match): Fix tab vs space indentation mixup.
3829
ebcc6c3a
YQ
38302014-08-15 Yao Qi <yao@codesourcery.com>
3831
3832 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
3833 false.
3834
775e0f04
YQ
38352014-08-15 Yao Qi <yao@codesourcery.com>
3836
3837 * gdb.cp/casts.exp: Set print symbol off.
3838 * gdb.cp/class2.exp: Likewise.
3839 * gdb.cp/overload.exp: Likewise.
3840 * gdb.cp/templates.exp: Likewise.
3841
d769e349
DE
38422014-08-11 Doug Evans <dje@google.com>
3843
3844 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3845 (test_load_shlib): Update.
3846
20c6f1e1
YQ
38472014-08-09 Yao Qi <yao@codesourcery.com>
3848
3849 * gdb.base/display.exp: Invoke is_address_zero_readable.
3850 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
3851 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3852 * gdb.base/hbreak-unmapped.exp: Return if
3853 is_address_zero_readable returns true.
3854 * gdb.base/signest.exp: Likewise.
3855 * gdb.base/signull.exp: Likewise.
3856 * gdb.base/sigbpt.exp: Likewise.
3857 * gdb.guile/scm-disasm.exp: Do the test if
3858 is_address_zero_readable returns false.
3859 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
3860 * gdb.python/py-arch.exp: Likewise.
3861 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
3862 * lib/gdb.exp (is_address_zero_readable): New proc.
3863
5792e8e3
YQ
38642014-08-09 Yao Qi <yao@codesourcery.com>
3865
3866 PR testsuite/13443
3867 * gdb.mi/mi-var-display.exp: Make test messages unique.
3868
3cecbbbe
TT
38692014-08-04 Tom Tromey <tromey@redhat.com>
3870
3871 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
3872 target 0".
3873
00b51ff5
TT
38742014-08-04 Tom Tromey <tromey@redhat.com>
3875
3876 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
3877 "target_resume".
3878
6908c509
JB
38792014-08-01 Joel Brobecker <brobecker@adacore.com>
3880
3881 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
3882 inner_vla_struct_object_size.
3883 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
3884 as xfail.
3885
cc6563d2
PA
38862014-07-30 Pedro Alves <palves@redhat.com>
3887
3888 * gdb.threads/signal-command-handle-nopass.exp (test): Add
3889 comment.
3890
7e09a223
YQ
38912014-07-29 Yao Qi <yao@codesourcery.com>
3892
3893 PR gdb/17206
3894 * gdb.base/until-nodebug.exp: New.
3895
7ebdbe92
DE
38962014-07-28 Doug Evans <xdje42@gmail.com>
3897
3898 PR guile/17203
3899 * gdb.guile/scm-parameter.exp: Add tests for trying to create
3900 previously existing parameter, and previously ambiguously spelled
3901 parameter.
3902
fdb1adc6
WN
39032014-07-28 Will Newton <will.newton@linaro.org>
3904
3905 * gdb.base/varargs.exp: Remove KFAILs for ARM.
3906
186fcde0
DE
39072014-07-26 Ludovic Courtès <ludo@gnu.org>
3908 Doug Evans <xdje42@gmail.com>
3909
3910 PR guile/17146
3911 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
3912
70509625
PA
39132014-07-25 Pedro Alves <palves@redhat.com>
3914
3915 * gdb.threads/signal-command-handle-nopass.c: New file.
3916 * gdb.threads/signal-command-handle-nopass.exp: New file.
3917 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
3918 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
3919 * gdb.threads/signal-delivered-right-thread.c: New file.
3920 * gdb.threads/signal-delivered-right-thread.exp: New file.
3921
c3f814a1
PA
39222014-07-25 Pedro Alves <palves@redhat.com>
3923
3924 * gdb.base/double-prompt-target-event-error.exp
3925 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
3926 match.
3927 (cancel_pagination_in_target_event): Rework double prompt
3928 detection.
3929 * gdb.base/paginate-after-ctrl-c-running.exp
3930 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
3931 <return>' match.
3932 * gdb.base/paginate-bg-execution.exp
3933 (test_bg_execution_pagination_return)
3934 (test_bg_execution_pagination_cancel): Remove '-notransfer
3935 <return>' matches.
3936 * gdb.base/paginate-execution-startup.exp
3937 (test_fg_execution_pagination_return)
3938 (test_fg_execution_pagination_cancel): Remove '-notransfer
3939 <return>' matches.
3940 * gdb.base/paginate-inferior-exit.exp
3941 (test_paginate_inferior_exited): Remove '-notransfer <return>'
3942 match.
3943 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
3944 * lib/gdb.exp (pagination_prompt): Run text through
3945 string_to_regexp.
3946 (gdb_test_multiple): Match $pagination_prompt instead of
3947 "<return>".
3948 (string_to_regexp): Move to lib/gdb-utils.exp.
3949
e214cf6c
JK
39502014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3951
3952 * gdb.arch/amd64-entry-value-paramref.S: New file.
3953 * gdb.arch/amd64-entry-value-paramref.cc: New file.
3954 * gdb.arch/amd64-entry-value-paramref.exp: New file.
3955 * gdb.arch/amd64-optimout-repeat.S: New file.
3956 * gdb.arch/amd64-optimout-repeat.c: New file.
3957 * gdb.arch/amd64-optimout-repeat.exp: New file.
3958
17d0c5c8
JK
39592014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3960
3961 PR gdb/17170
3962 * gdb.base/statistics.exp: New file.
3963
b8b8facf
DE
39642014-07-17 Doug Evans <dje@google.com>
3965
74b49205 3966 PR gdb/17170
b8b8facf
DE
3967 * gdb.base/maint.exp: Update testing of per-command stats.
3968
1b5d0ab3
PA
39692014-07-16 Pedro Alves <palves@redhat.com>
3970
3971 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
3972 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
3973 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
3974 (tfile_write_buf): New functions.
3975 (add_memory_block): Rewrite using the above.
3976 (adjust_function_address): New function.
3977 (FUNCTION_ADDRESS): New macro.
3978 (write_basic_trace_file): Remove short_x local, and use
3979 tfile_write_16. Change type of func_addr local to unsigned long
3980 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
3981 here. Cast argument of add_memory_block to char pointer.
3982 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
3983 (main): Remove parameters.
3984 * gdb.trace/tfile.exp: Remove nowarnings.
3985
4d974e88
SM
39862014-07-15 Simon Marchi <simon.marchi@ericsson.com>
3987
3988 * gdb.base/debug-expr.exp: Test string evaluation with
3989 "debug expression" on.
3990
41e99568
PA
39912014-07-15 Pedro Alves <palves@redhat.com>
3992
3993 * gdb.base/reread.exp: Use clean_restart.
3994
487d9753
PL
39952014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
3996
3997 * gdb.arch/avr-flash-qualifer.c: New.
3998 * gdb.arch/avr-flash-qualifer.exp: New.
3999
cc1c52ad
PA
40002014-07-14 Pedro Alves <palves@redhat.com>
4001
4002 * gdb.base/paginate-after-ctrl-c-running.c: New file.
4003 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
4004
1e973570
PA
40052014-07-14 Pedro Alves <palves@redhat.com>
4006
4007 * gdb.base/double-prompt-target-event-error.c: New file.
4008 * gdb.base/double-prompt-target-event-error.exp: New file.
4009
93d6eb10
PA
40102014-07-14 Pedro Alves <palves@redhat.com>
4011
4012 PR gdb/17072
4013 * gdb.base/paginate-inferior-exit.c: New file.
4014 * gdb.base/paginate-inferior-exit.exp: New file.
4015
0017922d
PA
40162014-07-14 Pedro Alves <palves@redhat.com>
4017
4018 PR gdb/17072
4019 * gdb.base/paginate-bg-execution.c: New file.
4020 * gdb.base/paginate-bg-execution.exp: New file.
4021
94696ad3
PA
40222014-07-14 Pedro Alves <palves@redhat.com>
4023
4024 PR gdb/17072
4025 * gdb.base/paginate-execution-startup.c: New file.
4026 * gdb.base/paginate-execution-startup.exp: New file.
4027 * lib/gdb.exp (pagination_prompt): New global.
4028 (default_gdb_spawn): New procedure, factored out from
4029 default_gdb_spawn.
4030 (default_gdb_start): Adjust to call default_gdb_spawn.
4031 (gdb_spawn): New procedure.
4032
bd293940
PA
40332014-07-14 Pedro Alves <palves@redhat.com>
4034
4035 * lib/gdb.exp (gdb_assert): New procedure.
4036 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
4037
c933f875
PA
40382014-07-14 Pedro Alves <palves@redhat.com>
4039
4040 * gdb.base/execution-termios.c: New file.
4041 * gdb.base/execution-termios.exp: New file.
4042
d98b7a16
TT
40432014-07-14 Tom Tromey <tromey@redhat.com>
4044
4045 * gdb.cp/vla-cxx.cc: New file.
4046 * gdb.cp/vla-cxx.exp: New file.
4047
548740d6
TT
40482014-07-14 Tom Tromey <tromey@redhat.com>
4049
4050 * gdb.reverse/rerun-prec.c: New file.
4051 * gdb.reverse/rerun-prec.exp: New file.
4052
a25eb028
MR
40532014-07-12 Maciej W. Rozycki <macro@mips.com>
4054 Maciej W. Rozycki <macro@codesourcery.com>
4055
4056 * lib/gdb-utils.exp: New file.
4057 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
4058 inline `gdb_init_command' processing.
4059 (gdb_start_cmd): Likewise.
4060 * lib/mi-support.exp (mi_run_cmd): Likewise.
4061 * README: Document `gdb_init_command' and `gdb_init_commands'.
4062
218c2655
JK
40632014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4064
4065 Fix false FAIL running under a very long directory name.
4066 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
4067 and "set print elements 10000". Twice.
4068
5401fde3
YQ
40692014-07-11 Yao Qi <yao@codesourcery.com>
4070
4071 * gdb.base/exprs.exp: "set print symbol off".
4072
e76126e8
PA
40732014-07-11 Pedro Alves <palves@redhat.com>
4074
4075 * gdb.threads/kill.c: New file.
4076 * gdb.threads/kill.exp: New file.
4077
2d6f0de6
YQ
40782014-07-10 Yao Qi <yao@codesourcery.com>
4079
4080 * gdb.trace/tfile.c (write_basic_trace_file)
4081 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
4082 address written to trace file.
4083
7180e04a
PA
40842014-07-09 Pedro Alves <palves@redhat.com>
4085
4086 * gdb.base/attach-wait-input.exp: New file.
4087 * gdb.base/attach-wait-input.c: New file.
4088
9a9a7608
AB
40892014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4090
4091 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
4092 setting up test structures.
4093 (main): Call new test function.
4094 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
4095 test function, continue into test function and walk test
4096 structures.
4097
161ac41e
YQ
40982014-07-02 Yao Qi <yao@codesourcery.com>
4099
4100 * gdb.trace/entry-values.c: Define labels 'foo_start' and
4101 'bar_start' at the beginning of functions 'foo' and 'bar'
4102 respectively.
4103 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
4104 instead of 'foo' and 'bar'.
4105
1f267ae3
MM
41062014-07-08 Markus Metzger <markus.t.metzger@intel.com>
4107
4108 * gdb.btrace/segv.exp: New.
4109 * gdb.btrace/segv.c: New.
4110
2b239efb
LM
41112014-07-02 Luis Machado <lgustavo@codesourcery.com>
4112
4113 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
4114 instruction.
4115
cf363f18
MW
41162014-06-30 Mark Wielaard <mjw@redhat.com>
4117
4118 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
4119 vulture, vilify, villar): New volatile array constants.
4120 (vindictive, vegetation): New const volatile array constants.
4121 * gdb.base/volatile.exp: Test volatile and const volatile array
4122 types.
4123
aebf9d24
AA
41242014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
4125
4126 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
4127 target lacks support for awatch, rwatch, or hbreak.
4128
b67a2c6f
YQ
41292014-06-27 Yao Qi <yao@codesourcery.com>
4130
4131 * gdb.multi/dummy-frame-restore.exp: New.
4132 * gdb.multi/dummy-frame-restore.c: New.
4133
aef92902
MM
41342014-06-25 Markus Metzger <markus.t.metzger@intel.com>
4135
4136 * gdb.btrace/gcore.exp: New.
4137
8e9db26e
PA
41382014-06-23 Pedro Alves <palves@redhat.com>
4139
4140 * gdb.base/watchpoint-reuse-slot.c: New file.
4141 * gdb.base/watchpoint-reuse-slot.exp: New file.
4142
70afc5b7
SC
41432014-06-23 Siva Chandra Reddy <sivachandra@google.com>
4144
4145 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
4146 progspace's filename in 'info', 'enable' and 'disable' command
4147 tests.
4148
b972bd9c
JK
41492014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4150
4151 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
4152 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4153 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
4154
125f8a3d
GB
41552014-06-20 Gary Benson <gbenson@redhat.com>
4156
4157 * gdb.arch/i386-avx.exp: Fix include file location.
4158 * gdb.arch/i386-sse.exp: Likewise.
4159
3ed9baed
IB
41602014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
4161
4162 * gdb.dlang/expression.exp: New file.
4163
034f788c
PA
41642014-06-19 Pedro Alves <palves@redhat.com>
4165
4166 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
4167 out from ...
4168 (top level): ... here. Iterate running tests under different
4169 scheduler-locking settings.
4170
45371d0c
LM
41712014-06-18 Luis Machado <lgustavo@codesourcery.com>
4172
4173 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
4174 to DW_FORM_addr and use non-zero addresses.
4175
5d376983
SC
41762014-06-18 Siva Chandra Reddy <sivachandra@google.com>
4177
4178 PR gdb/17017
4179 * gdb.python/py-xmethods.cc: Add global function call counters and
4180 increment them in their respective functions. Remove "cout"
4181 statements.
4182 * gdb.python/py-xmethods.exp: Make tests check the global function
4183 call counters instead of depending on inferior IO.
4184
a1aa2221
LM
41852014-06-18 Don Breazeal <donb@codesourcery.com>
4186
4187 * gdb.base/foll-fork.exp (default_fork_parent_follow):
4188 Deleted procedure.
4189 (explicit_fork_parent_follow): Deleted procedure.
4190 (explicit_fork_child_follow): Deleted procedure.
4191 (test_follow_fork): New procedure.
4192 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 4193 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
4194 procedure calls.
4195
0fc05997
YQ
41962014-06-17 Yao Qi <yao@codesourcery.com>
4197
4198 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
4199 CP1252.
4200
70795c52
LM
42012014-06-17 Luis Machado <lgustavo@codesourcery.com>
4202
4203 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
4204 Initialize ptr and S explicitly.
4205 (skip_type_update_when_not_use_rtti_test): Likewise.
4206
6be47f0c
KS
42072014-06-16 Keith Seitz <keiths@redhat.com>
4208
4209 PR mi/15863
4210 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
4211 the inferior is started.
4212
d03de421
PA
42132014-06-16 Pedro Alves <palves@redhat.com>
4214
4215 * gdb.base/break-main-file-remove-fail.c: New file.
4216 * gdb.base/break-main-file-remove-fail.exp: New file.
4217 * gdb.base/break-unload-file.exp: Use build_executable instead of
4218 prepare_for_testing.
4219 (test_break): New parameter "initial_load". Handle it.
4220 (top level): Add initial_load cmdline/file axis.
4221
f9579b99
TT
42222014-06-12 Tom Tromey <tromey@redhat.com>
4223
4224 * gdb.base/completion.exp: Don't use directory name in test.
4225
3657956b
GB
42262014-06-09 Gary Benson <gbenson@redhat.com>
4227
4228 * gdb.base/sigall.c [Functions to send signals]: Reorder to
4229 separate the always-available ANSI-standard signals from the
4230 signals that require checking.
4231 (main): Likewise.
4232 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
4233 Likewise.
4234 (main): Likewise.
4235
4186eb54
KS
42362014-06-07 Keith Seitz <keiths@redhat.com>
4237
4238 Revert:
4239 PR c++/16253
4240 * gdb.cp/var-tag.cc: New file.
4241 * gdb.cp/var-tag.exp: New file.
4242 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4243 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4244 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4245 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4246
25326a28 42472014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
4248
4249 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
4250
829155c9
PA
42512014-06-06 Pedro Alves <palves@redhat.com>
4252
4253 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
4254 in target debug output instead of looking at RSP packets,
4255 disabling the test on any target that uses hardware stepping.
4256 Update comments.
4257
61c8d22e
PA
42582014-06-06 Pedro Alves <palves@redhat.com>
4259
4260 * gdb.base/break-unload-file.exp: Fix typo.
4261
d9a47287
YQ
42622014-06-06 Yao Qi <yao@codesourcery.com>
4263
4264 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
4265 from "jit_function" to "^jit_function".
4266
e5e01dbf
YQ
42672014-06-06 Yao Qi <yao@codesourcery.com>
4268
4269 * gdb.base/async.c (foo): Add one statement.
4270 * gdb.base/async.exp: Get the next instruction address and
4271 match the output of "nexti" by instruction address. Match
4272 the hex address in the output of "finish".
4273
73ba372c
GB
42742014-06-06 Gary Benson <gbenson@redhat.com>
4275
4276 * gdb.base/call-signals.c: Remove preprocessor conditionals
4277 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
4278 SIGSEGV and SIGTERM.
4279 * gdb.base/sigall.c: Likewise.
4280 * gdb.base/unwindonsignal.c: Likewise.
4281 * gdb.reverse/sigall-reverse.c: Likewise.
4282
831517df
YQ
42832014-06-06 Yao Qi <yao@codesourcery.com>
4284
4285 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
4286 readable, skip the test.
4287
b8b91e98
YQ
42882014-06-06 Yao Qi <yao@codesourcery.com>
4289
4290 * gdb.threads/staticthreads.c (thread_function): Move the line
4291 setting breakpoint on forward.
4292 * gdb.threads/staticthreads.exp: Update comments.
4293
fb934770
LC
42942014-06-05 Ludovic Courtès <ludo@gnu.org>
4295
4296 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
4297 "history-append! type error".
4298
6ef284bd
SM
42992014-06-05 Simon Marchi <simon.marchi@ericsson.com>
4300
4301 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
4302 erroneous dprintf expected input.
4303
a872e241
DE
43042014-06-04 Doug Evans <xdje42@gmail.com>
4305
4306 * gdb.guile/scm-generics.exp: Delete.
4307
16f691fb
DE
43082014-06-04 Doug Evans <xdje42@gmail.com>
4309
4310 * gdb.guile/scm-breakpoint.exp: Update.
4311 Add tests for breakpoint registration.
4312
012370f6
TT
43132014-06-04 Tom Tromey <tromey@redhat.com>
4314
4315 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
4316 VLA-in-union.
4317 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
4318 inner_vla_struct, vla_union types. Initialize objects of those
4319 types and compute their sizes.
4320
9f5a4cef
HZ
43212014-06-04 Nathan Sidwell <nathan@codesourcery.com>
4322 Hui Zhu <hui@codesourcery.com>
4323
4324 * gdb.base/fileio.exp: Add test for shell not available as well as
4325 available.
4326 * gdb.base/fileio.c (test_system): Check for shell twice.
4327
90a45c4d
YQ
43282014-06-04 Yao Qi <yao@codesourcery.com>
4329
4330 * gdb.base/auto-connect-native-target.exp: Remove redundant
4331 space from the regexp pattern.
4332
70017e41
YQ
43332014-06-04 Yao Qi <yao@codesourcery.com>
4334
4335 * gdb.base/default.exp: Replace "child" with "native" in
4336 regexp pattern.
4337
883964a7
SC
43382014-06-03 Siva Chandra Reddy <sivachandra@google.com>
4339
4340 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
4341 * gdb.python/py-xmethods.exp: New tests to test xmethods.
4342 * gdb.python/py-xmethods.py: Python script supporting the
4343 new testcase and tests.
4344
ef370185
JB
43452014-06-03 Joel Brobecker <brobecker@adacore.com>
4346 Pedro Alves <palves@redhat.com>
4347
4348 PR breakpoints/17000
4349 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
4350 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
4351
1e2ccb61
BM
43522014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
4353
4354 * gdb.base/subst.exp: Add tests to verify partial path matching
4355 output.
4356
c6ec5ab2
PA
43572014-06-03 Pedro Alves <palves@redhat.com>
4358
4359 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
4360 target that doesn't use software single-stepping.
4361
835c559f
PA
43622014-06-03 Pedro Alves <palves@redhat.com>
4363
4364 PR breakpoints/17000
4365 * gdb.base/sss-bp-on-user-bp-2.c: New file.
4366 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
4367
06eb1586
DE
43682014-06-02 Doug Evans <xdje42@gmail.com>
4369
4370 * gdb.guile/scm-parameter.exp: New file.
4371
e698b8c4
DE
43722014-06-02 Doug Evans <xdje42@gmail.com>
4373
4374 * gdb.guile/scm-cmd.c: New file.
4375 * gdb.guile/scm-cmd.exp: New file.
4376
ded03782
DE
43772014-06-02 Doug Evans <xdje42@gmail.com>
4378
4379 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
4380 pretty-printer lookup.
4381 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
4382 (make-pp_s-printer): Call it.
4383 (make-pretty-printer-from-dict): New function.
4384 (lookup-pretty-printer-maker-from-dict): New function.
4385 (*pretty-printer*): Simplify.
4386 (make-objfile-pp_s-printer): New function.
4387 (install-objfile-pretty-printers!): New function.
4388 (make-progspace-pp_s-printer): New function.
4389 (install-progspace-pretty-printers!): New function.
4390 * gdb.guile/scm-progspace.c: New file.
4391 * gdb.guile/scm-progspace.exp: New file.
4392
41fac0cf
PA
43932014-06-02 Pedro Alves <palves@redhat.com>
4394
4395 * gdb.base/dprintf-bp-same-addr.c: New file.
4396 * gdb.base/dprintf-bp-same-addr.exp: New file.
4397
96ae5695
EBM
43982014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4399
4400 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
4401 * gdb.arch/powerpc-power.s: Likewise.
4402
da02b3a8
JB
44032014-06-02 Joel Brobecker <brobecker@adacore.com>
4404
4405 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
4406
c72b2e7b
YQ
44072014-06-01 Yao Qi <yao@codesourcery.com>
4408
4409 * gdb.base/watchpoint.exp (test_watch_location): Check null
4410 pointer can be dereferenced. If not, do the test, otherwise
4411 skip it.
4412
53e8a631
AB
44132014-05-30 Andrew Burgess <aburgess@broadcom.com>
4414
4415 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
4416 results.
4417 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
4418
938f0e2f
AB
44192014-05-30 Andrew Burgess <aburgess@broadcom.com>
4420
4421 * gdb.arch/amd64-invalid-stack-middle.S: New file.
4422 * gdb.arch/amd64-invalid-stack-middle.c: New file.
4423 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
4424 * gdb.arch/amd64-invalid-stack-top.c: New file.
4425 * gdb.arch/amd64-invalid-stack-top.exp: New file.
4426
9ba6657a
PA
44272014-05-30 Pedro Alves <palves@redhat.com>
4428
4429 PR breakpoints/17000
4430 * gdb.base/sss-bp-on-user-bp.c: New file.
4431 * gdb.base/sss-bp-on-user-bp.exp: New file.
4432
522c09bf
DB
44332014-05-30 David Blaikie <dblaikie@gmail.com>
4434
4435 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
4436 gnu_inline semantics via attribute.
4437 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
4438 source explicitly specifies the required semantics.
4439
bf4ef81e
MR
44402014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
4441
4442 * gdb.reverse/sigall-reverse.exp: Fix a typo.
4443
329ea579
PA
44442014-05-29 Pedro Alves <palves@redhat.com>
4445 Tom Tromey <tromey@redhat.com>
4446
4447 * gdb.base/async-shell.exp: Don't enable target-async.
4448 * gdb.base/async.exp
4449 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
4450 parameter. Adjust.
4451 (top level): Don't test with "target-async".
4452 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
4453 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
4454 * gdb.base/inferior-died.exp: Don't enable target-async.
4455 * gdb.base/interrupt-noterm.exp: Likewise.
4456 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
4457 * gdb.mi/mi-nonstop-exit.exp: Likewise.
4458 * gdb.mi/mi-nonstop.exp: Likewise.
4459 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
4460 * gdb.mi/mi-nsintrall.exp: Likewise.
4461 * gdb.mi/mi-nsmoribund.exp: Likewise.
4462 * gdb.mi/mi-nsthrexec.exp: Likewise.
4463 * gdb.mi/mi-watch-nonstop.exp: Likewise.
4464 * gdb.multi/watchpoint-multi.exp: Adjust comment.
4465 * gdb.python/py-evsignal.exp: Don't enable target-async.
4466 * gdb.python/py-evthreads.exp: Likewise.
4467 * gdb.python/py-prompt.exp: Likewise.
4468 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
4469 * gdb.server/solib-list.exp: Don't enable target-async.
4470 * gdb.threads/thread-specific-bp.exp: Likewise.
4471 * lib/mi-support.exp: Adjust to use mi-async.
4472
fd664c91
PA
44732014-05-29 Pedro Alves <palves@redhat.com>
4474
4475 PR gdb/13860
4476 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
4477 reason, even in sync mode.
4478
251bde03
PA
44792014-05-29 Pedro Alves <palves@redhat.com>
4480 Hui Zhu <hui@codesourcery.com>
4481
4482 PR PR15693
4483 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
4484 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
4485 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
4486 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
4487
7f3c0343
JB
44882014-05-28 Joel Brobecker <brobecker@adacore.com>
4489
4490 * config/monitor.exp (gdb_target_monitor): Replace use of
4491 "set remotebaud" by "set serial baud".
4492
b2715b27
AW
44932014-05-26 Andy Wingo <wingo@igalia.com>
4494
4495 * gdb.guile/scm-breakpoint.exp:
4496 * gdb.guile/scm-gsmob.exp: Update to use plain old object
4497 properties instead of gdb-object-properties.
4498
498a4489
YQ
44992014-05-26 Yao Qi <yao@codesourcery.com>
4500
4501 * gdb.server/no-thread-db.exp: Specify source file name
4502 explicitly when setting a breakpoint.
4503
589fdceb
MM
45042014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4505
4506 * gdb.btrace/vdso.c: New.
4507 * gdb.btrace/vdso.exp: New.
4508
e9089e05
MM
45092014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4510
4511 * gdb.base/gcore.exp (capture_command_output): Move ...
4512 * lib/gdb.exp (capture_command_output): ... here.
4513
67b5c0c1
MM
45142014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4515
4516 * gdb.btrace/data.exp: Test memory access during btrace replay.
4517
a2199296
SM
45182014-05-22 Simon Marchi <simon.marchi@ericsson.com>
4519
4520 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
4521
17b2616c
PA
45222014-05-21 Pedro Alves <palves@redhat.com>
4523
4524 PR gdb/13860
4525 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
4526 (top level): Test that output related to execution commands is
4527 sent to the console with CLI commands, but not with MI commands.
4528 Test that breakpoint events are always mirrored to the console.
4529 Also expect the new source line to be output after a "next" in
4530 async mode too. Make it a pass/fail test.
4531 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
4532 output.
4533 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
4534
5166082f
PA
45352014-05-21 Pedro Alves <palves@redhat.com>
4536
4537 * gdb.base/list.exp (build_pattern, test_list): New procedures.
4538 Use them to test variations of "list" after reaching a breakpoint.
4539 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
4540 Test "list" with listsize 10 after reaching a breakpoint.
4541 * gdb.python/python.exp (decode_line current location line
4542 number): Adjust expected line number.
4543
2f25d70f
SM
45442014-05-21 Simon Marchi <simon.marchi@ericsson.com>
4545
4546 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
4547 behavior for $args, pass it directly to "run".
4548
ff604a67
MR
45492014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
4550
4551 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
4552 30000 to 65536.
4553
6a3cb8e8
PA
45542014-05-21 Pedro Alves <palves@redhat.com>
4555
4556 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
4557 auto-connect-native-target off".
4558 * gdb.base/auto-connect-native-target.c: New file.
4559 * gdb.base/auto-connect-native-target.exp: New file.
4560
4ebfc96e
PA
45612014-05-21 Pedro Alves <palves@redhat.com>
4562
4563 * gdb.base/default.exp: Test "target native" instead of "target
4564 child".
4565
36d46afb
MW
45662014-05-21 Mark Wielaard <mjw@redhat.com>
4567
4568 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
4569
5876f503
JK
45702014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4571
4572 Fix TLS access for -static -pthread.
4573 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
4574 <HAVE_TLS> (thread_function, main): Initialize it.
4575 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
4576 Add clean_restart.
4577 <$have_tls != "">: Check TLSVAR.
4578
0256a6ac
PA
45792014-05-21 Pedro Alves <palves@redhat.com>
4580
4581 * gdb.base/dcache-line-read-error.c: New.
4582 * gdb.base/dcache-line-read-error.exp: New.
4583
936d2992
PA
45842014-05-20 Pedro Alves <palves@redhat.com>
4585
4586 * gdb.base/compare-sections.c: New file.
4587 * gdb.base/compare-sections.exp: New file.
4588
802e8e6d
PA
45892014-05-20 Pedro Alves <palves@redhat.com>
4590
4591 * gdb.base/break-idempotent.c: New file.
4592 * gdb.base/break-idempotent.exp: New file.
4593
e59fa00f
MM
45942014-05-20 Markus Metzger <markus.t.metzger@intel.com>
4595
4596 * gdb.btrace/nohist.exp: New.
4597
8b696e31
YQ
45982014-05-20 Yao Qi <yao@codesourcery.com>
4599
4600 * lib/gdb.exp (gdb_init): Set timeout if test file is under
4601 gdb.reverse directory and gdb_reverse_timeout exists in board
4602 setting.
4603 * README: Document gdb_reverse_timeout.
4604
73c9764f
YQ
46052014-05-20 Yao Qi <yao@codesourcery.com>
4606
4607 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
4608 'test_file_name'. Treat args as a string instead of a list.
4609 (gdb_init): Rename argument 'args' by 'test_file_name'.
4610
f1f4348a
JK
46112014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4612
4613 * gdb.arch/powerpc-power.exp: New file.
4614 * gdb.arch/powerpc-power.s: New file.
4615
0dbe70ce
DE
46162014-05-16 Doug Evans <dje@google.com>
4617
4618 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
4619 * gdb.base/completion.exp: Check that all expected files exist
4620 before doing file completion.
0dbe70ce 4621
8d551b02
DE
46222014-05-16 Doug Evans <dje@google.com>
4623
4624 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
4625 Update.
4626 (do_syscall_tests_without_xml): Update.
4627
73eb7709
PA
46282014-05-16 Pedro Alves <palves@redhat.com>
4629
4630 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
4631 instead of "unknown output after running".
4632
3fae92fc
YQ
46332014-05-16 Yao Qi <yao@codesourcery.com>
4634
4635 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
4636 file1.txt from host at the end.
4637 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4638
c2b2ccc5
DE
46392014-05-15 Doug Evans <dje@google.com>
4640
4641 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
4642 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
4643 loading file. Add test for TU lookup.
4644
8c217a4b
SM
46452014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4646
4647 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
4648 calling "-exec-arguments" or "set args" before running the
4649 inferior.
4650
3deb39c6
SM
46512014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4652
4653 * lib/mi-support.exp (mi_expect_stop): Expect message for
4654 inferiors that exit with non-zero exit code.
4655
71a79f8c
YQ
46562014-05-14 Yao Qi <yao@codesourcery.com>
4657
4658 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
4659 match absolute path on remote host.
4660 (test_file_list_exec_source_files): Remove "/" from the
4661 pattern.
4662
f23fcd46
YQ
46632014-05-14 Yao Qi <yao@codesourcery.com>
4664
4665 * boards/local-remote-host-notty.exp (${board}_file): New
4666 proc.
4667
9404b58f
KM
46682014-05-07 Kyle McMartin <kyle@redhat.com>
4669
4670 Pushed by Joel Brobecker <brobecker@adacore.com>.
4671 * gdb.arch/aarch64-atomic-inst.c: New file.
4672 * gdb.arch/aarch64-atomic-inst.exp: New file.
4673
5e45f04c
YQ
46742014-05-07 Yao Qi <yao@codesourcery.com>
4675
4676 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
4677 in current context" too.
4678
c888a17d
KS
46792014-05-05 Keith Seitz <keiths@redhat.com>
4680
4681 * gdb.linespec/ls-dollar.exp: Add test for linespec
4682 file:convenience_variable.
4683
290a839c
YQ
46842014-05-05 Yao Qi <yao@codesourcery.com>
4685
4686 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
4687 traceframes into tfile and ctf trace files. Read data from
4688 trace file and test collected data.
4689 (gdb_collect_locals_test): Likewise.
4690 (gdb_unavailable_registers_test): Likewise.
4691 (gdb_unavailable_floats): Likewise.
4692 (gdb_collect_globals_test): Likewise.
4693 (top-level): Append "ctf" to trace_file_targets if GDB
4694 supports.
4695
b5262cd0
YQ
46962014-05-05 Yao Qi <yao@codesourcery.com>
4697
4698 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
4699 code to ...
4700 (gdb_collect_args_test_1): ... it. New proc.
4701 (gdb_collect_locals_test): Move some code to ...
4702 (gdb_collect_locals_test_1): ... it. New proc.
4703 (gdb_unavailable_registers_test): Move some code to ...
4704 (gdb_unavailable_registers_test_1): ... it. New proc.
4705 (gdb_unavailable_floats): Move some code to ...
4706 (gdb_unavailable_floats_1): ... it. New proc.
4707
30a1e6cc
SDJ
47082014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4709
4710 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
4711 probes to test for bitness recognition.
4712 * gdb.arch/amd64-stap-optional-prefix.exp
4713 (test_probe_value_without_reg): New procedure.
4714 Add code to test for different kinds of bitness.
4715
f33da99a
SDJ
47162014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4717
4718 PR breakpoints/16889
4719 * gdb.arch/amd64-stap-optional-prefix.S: New file.
4720 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4721
5b80f00d
PA
47222014-05-01 Pedro Alves <palves@redhat.com>
4723
4724 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
4725 gdb_file_cmd if no file is specified.
4726 * boards/native-extended-gdbserver.exp (gdb_load): Use the
4727 last_loaded_file to set the remote exec-file.
4728
f8c2a73c
PA
47292014-05-01 Pedro Alves <palves@redhat.com>
4730
4731 * boards/local-remote-host.exp: New file.
4732
be6e8ac7
PA
47332014-05-01 Pedro Alves <palves@redhat.com>
4734
4735 * boards/local-remote-host.exp: Rename to ...
4736 * boards/local-remote-host-notty.exp: ... this.
4737
cac0dc8f
JB
47382014-04-28 Joel Brobecker <brobecker@adacore.com>
4739
4740 * gdb.ada/dyn_arrayidx: New testcase.
4741
9730e6cc
YQ
47422014-04-26 Yao Qi <yao@codesourcery.com>
4743
4744 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
4745 and compute the length of function main. Save it in
4746 $main_length.
4747 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
4748 (top-level): Use gdb_compile to compile objects into
4749 executable and restart GDB. Remove invocation to
4750 prepare_for_testing.
4751
7ae1a6a6
PA
47522014-04-25 Simon Marchi <simon.marchi@ericsson.com>
4753 Pedro Alves <palves@redhat.com>
4754
4755 PR server/16255
4756 * gdb.multi/multi-attach.c: New file.
4757 * gdb.multi/multi-attach.exp: New file.
4758
4082afcc
PA
47592014-04-25 Pedro Alves <palves@redhat.com>
4760
4761 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
4762 user.
4763 (top level): Test that "set remote conditional-breakpoints-packet
4764 off" works as intended.
4765 * gdb.base/dprintf.exp: Test that "set remote
4766 breakpoint-commands-packet off" works as intended.
4767 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
4768 New function.
4769 (top level): Call it.
4770 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
4771 remote fast-tracepoints-packet off" works as intended.
4772 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
4773 * lib/gdb.exp (gdb_is_target_remote): ... here.
4774
2abc3f8d
DB
47752014-04-24 David Blaikie <dblaikie@gmail.com>
4776
4777 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
4778 ensure clang would not discard them.
4779 * gdb.base/gdbvars.c: Ditto.
4780 * gdb.base/memattr.c: Ditto.
4781 * gdb.base/whatis.c: Ditto.
4782 * gdb.python/py-prettyprint.c: Ditto.
4783 * gdb.trace/actions.c: Ditto.
4784 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
4785 ensure clang would not discard it.
4786
bfd39632
DB
47872014-04-24 David Blaikie <dblaikie@gmail.com>
4788
4789 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
4790 clang to emit the full definition of type required by the test
4791 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
4792
22842ff6
DB
47932014-04-24 David Blaikie <dblaikie@gmail.com>
4794
4795 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
4796 coax Clang into emitting the definition of the type.
4797 * gdb.cp/pr10728-x.h (y): Ditto.
4798 * gdb.cp/pr10728-y.cc (y): Ditto.
4799
c2e827ad
DB
48002014-04-24 David Blaikie <dblaikie@gmail.com>
4801
4802 * gdb.base/label.exp: XFAIL label related tests under Clang.
4803 * gdb.cp/cplabel.exp: Ditto.
4804 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
4805 under Clang those using labels.
4806
4c2d33e7
YQ
48072014-04-25 Yao Qi <yao@codesourcery.com>
4808
4809 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
4810 double_label.
4811 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
4812 partial_label and double_label.
4813
56083b99
DB
48142014-04-24 David Blaikie <dblaikie@gmail.com>
4815
4816 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
4817
25d4e99d
DB
48182014-04-24 David Blaikie <dblaikie@gmail.com>
4819
4820 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
4821 of the function to work across GCC and Clang.
4822 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
4823 pointer types (const void ** const V void **).
4824
01f9f808
MS
48252014-04-24 Michael Sturm <michael.sturm@mintel.com>
4826 Walfred Tedeschi <walfred.tedeschi@intel.com>
4827
4828 * Makefile.in (EXECUTABLES): Added i386-avx512.
4829 * gdb.arch/i386-avx512.c: New file.
4830 * gdb.arch/i386-avx512.exp: Likewise.
4831
4b48d439
KS
48322014-04-23 Keith Seitz <keiths@redhat.com>
4833
4834 * lib/mi-support.exp (mi_list_breakpoints): Delete.
4835 (mi_make_breakpoint_table): New procedure.
4836 (mi_create_breakpoint): Use mi_make_breakpoint
4837 and return the result.
4838 (mi_make_breakpoint): New procedure.
4839 (mi_build_kv_pairs): New procedure.
4840
4841 * gdb.mi/mi-break.exp: Remove unused globals,
4842 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
4843 All callers updated.
4844 * gdb.mi/mi-dprintf.exp: Use variable to track command
4845 number.
4846 Update all callers of mi_create_breakpoint and use
4847 mi_make_breakpoint_table.
4848 Remove any unused global variables.
4849 * gdb.mi/mi-nonstop.exp: Likewise.
4850 * gdb.mi/mi-nsintrall.exp: Likewise.
4851 * gdb.mi/mi-nsmoribund.exp: Likewise.
4852 * gdb.mi/mi-nsthrexec.exp: Likewise.
4853 * gdb.mi/mi-reverse.exp: Likewise.
4854 * gdb.mi/mi-simplerun.exp: Likewise.
4855 * gdb.mi/mi-stepn.exp: Likewise.
4856 * gdb.mi/mi-syn-frame.exp: Likewise.
4857 * gdb.mi/mi-until.exp: Likewise.
4858 * gdb.mi/mi-var-cp.exp: Likewise.
4859 * gdb.mi/mi-var-display.exp: Likewise.
4860 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
4861 * gdb.mi/mi2-var-child.exp: Likewise.
4862 * gdb.mi/mi-vla-c99.exp: Likewise.
4863 * lib/mi-support.exp: Likewise.
4864
4865 From Ian Lance Taylor <iant@cygnus.com>:
4866 * lib/gdb.exp (parse_args): New procedure.
4867
08351840
PA
48682014-04-23 Pedro Alves <palves@redhat.com>
4869
4870 * gdb.base/break-unload-file.c: New file.
4871 * gdb.base/break-unload-file.exp: New file.
4872 * gdb.base/sym-file-lib.c (baz): New function.
4873 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
4874 field.
4875 (load): Store the segment's mapped size.
4876 (unload): New function.
4877 (unload_shlib): New function.
4878 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
4879 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
4880 set a breakpoint at baz, and call it.
4881 * gdb.base/sym-file.exp: New tests for stale breakpoint
4882 instructions.
4883
076855f9
PA
48842014-04-23 Pedro Alves <palves@redhat.com>
4885
4886 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
4887 * gdb.base/hbreak-in-shr-unsupported.c: New file.
4888 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
4889 * gdb.base/hbreak-unmapped.c: New file.
4890 * gdb.base/hbreak-unmapped.exp: New file.
4891 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
4892 * lib/gdb.exp (gdb_is_target_remote): ... here.
4893
483805cf
PA
48942014-04-22 Pedro Alves <palves@redhat.com>
4895
4896 * gdb.base/consecutive-step-over.c: New file.
4897 * gdb.base/consecutive-step-over.exp: New file.
4898
06d97543
PA
48992014-04-22 Pedro Alves <palves@redhat.com>
4900
4901 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
4902 instead of send_gdb/gdb_expect.
4903
b4429ea2
YQ
49042014-04-22 Yao Qi <yao@codesourcery.com>
4905
4906 * lib/trace-support.exp (generate_tracefile): New procedure.
4907 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
4908 return 0.
4909 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
4910 if generate_tracefile returns 1.
4911
51d48146
PA
49122014-04-18 Tom Tromey <palves@redhat.com>
4913 Pedro alves <tromey@redhat.com>
4914
4915 PR backtrace/15558
4916 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
4917 with a backtrace limit.
4918 * gdb.python/py-frame-inline.exp: Test running to an inline
4919 function with a backtrace limit, and printing the newest frame.
4920 * gdb.python/py-frame-inline.c (main): Call f.
4921
bd1dce5f
MS
49222014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4923
4924 * gdb.java/jnpe.exp: Drop srcdir from untested path.
4925
40d1a503
MS
49262014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4927
4928 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
4929 Drop prefix from unsupported source file path.
4930
389b98f7
YQ
49312014-04-17 Yao Qi <yao@codesourcery.com>
4932
4933 * lib/gdb.exp (with_target_charset): New proc.
4934 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
4935 with_target_charset.
4936 (test_print_strings): Likewise.
4937 (test_repeat_bytes): Likewise.
4938 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
4939 for some tests.
4940
22869d73
KS
49412014-04-16 Keith Seitz <keiths@redhat.com>
4942
4943 PR gdb/15827
4944 * gdb.dwarf2/corrupt.c: New file.
4945 * gdb.dwarf2/corrupt.exp: New file.
4946
c4f87ca6
KS
49472014-04-16 Keith Seitz <keiths@redhat.com>
4948
4949 PR c++/16597
4950 * gdb.cp/namelessclass.cc: New file.
4951 * gdb.cp/namelessclass.exp: New file.
4952 * gdb.cp/namelessclass.S: New file.
4953
ab19de87
DE
49542014-04-16 Doug Evans <dje@google.com>
4955
4956 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
4957 Add comment.
4958 (gdbserver_default_get_comm_port): New function.
4959 (gdbserver_start): Check if board file provided
4960 "gdbserver,get_comm_port" and use it if so.
4961 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
4962 (gdb,socketport): Set to "stdio".
4963 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
4964 (stdio_gdbserver_template): Delete.
4965 (${board}_get_remote_address): Update.
4966 (${board}_build_remote_cmd): Delete.
4967 (${board}_get_comm_port): New function.
4968 (${board}_spawn): Update.
4969 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
4970 Delete.
4971 (${board}_get_remote_address): Update.
4972 (${board}_get_comm_port): New function.
4973
fc98a809
AB
49742014-04-16 Andrew Burgess <aburgess@broadcom.com>
4975
4976 * gdb.base/memattr.exp: Improve regexps to handle memory regions
4977 appearing in any order.
4978
87fd9e6e
DE
49792014-04-15 Doug Evans <dje@google.com>
4980
4981 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
4982 uninitialized value of "description".
4983
099fc3ea
KS
49842014-04-15 Keith Seitz <keiths@redhat.com>
4985
4986 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
4987 Remove unused globals.
4988 (test_running_the_program): Likewise.
4989 (test_controlled_execution): Likewise.
4990 (test_controlling_breakpoints): Likewise.
4991 (test_program_termination): Likewise.
4992
5da151d4
KS
49932014-04-15 Keith Seitz <keiths@redhat.com>
4994
4995 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
4996 unused globals.
4997 (test_rbreak_creation_and_listing): Likewise.
4998 (test_ignore_count): Likewise.
4999 (test_error): Likewise.
5000
35e5d2f0
PA
50012014-04-15 Pedro Alves <palves@redhat.com>
5002
5003 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
5004 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
5005 sym-file-loader.c.
5006 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
5007 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
5008 to sym-file-loader.c.
5009 (struct library): Forward declare.
5010 (load_shlib, lookup_function): Change prototypes.
5011 (find_shstrtab, find_strtab, find_shdr, find_symtab)
5012 (translate_offset): Remove declarations.
5013 (get_text_addr): New declaration.
5014 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
5015 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
5016 sym-file-loader.h.
5017 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
5018 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
5019 here from sym-file-loader.h.
5020 (struct library): New structure.
5021 (load_shlib, lookup_function): Change prototypes and adjust to
5022 work with a struct library.
5023 (find_shstrtab, find_strtab, find_shdr, find_symtab)
5024 (translate_offset): Make static.
5025 (get_text_addr): New function.
5026 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
5027
eb4c1710
PA
50282014-04-15 Pedro Alves <palves@redhat.com>
5029
5030 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
5031
2d1baf52
PA
50322014-04-15 Pedro Alves <palves@redhat.com>
5033
5034 * gdb.base/sym-file-loader.c: Include <limits.h>.
5035 (SELF_LINK): New define.
5036 (get_origin): New function.
5037 (load_shlib): Use it.
5038 * gdb.base/sym-file.exp: Don't early return if the target is
5039 remote. Use runto_main, and issue fail is that fails. Use
5040 gdb_load_shlibs.
5041 (shlib_name): Delete.
5042 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
5043
7dd6df01
PA
50442014-04-15 Pedro Alves <palves@redhat.com>
5045
5046 * gdb.base/sym-file.exp: Remove regex characters from test
5047 message. Don't refer to breakpoint numbers in test messages.
5048
b50c8614
KS
50492014-04-14 Keith Seitz <keiths@redhat.com>
5050
5051 PR c++/16253
5052 * gdb.cp/var-tag.cc: New file.
5053 * gdb.cp/var-tag.exp: New file.
5054 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
5055 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
5056 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
5057 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
5058
3d567982
TT
50592014-04-14 Tom Tromey <tromey@redhat.com>
5060
5061 * gdb.cp/classes.exp (test_enums): Handle underlying type.
5062 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
5063 type.
5064 * gdb.cp/enum-class.exp: New file.
5065 * gdb.cp/enum-class.cc: New file.
5066
0626fc76
TT
50672014-04-14 Tom Tromey <tromey@redhat.com>
5068
5069 * gdb.dwarf2/enum-type.exp: New file.
5070
dca325b3
SA
50712014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5072
5073 * gdb.mi/mi-vla-c99.exp: New file.
5074 * gdb.mi/vla.c: New file.
5075
5854b38a
SA
50762014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5077
5078 * gdb.base/vla-datatypes.c: New file.
5079 * gdb.base/vla-datatypes.exp: New file.
5080
463bb957
SA
50812014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5082
5083 * gdb.base/vla-ptr.c: New file.
5084 * gdb.base/vla-ptr.exp: New file.
5085
3dd170be
SA
50862014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5087
5088 * gdb.dwarf2/count.exp: New file.
5089
5ecaaa66
SA
50902014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5091
5092 * gdb.base/vla-sideeffect.c: New file.
5093 * gdb.base/vla-sideeffect.exp: New file.
5094
41f1ada5
DB
50952014-04-14 David Blaikie <dblaikie@gmail.com>
5096
5097 * gdb.mi/non-stop.c: Add return value for non-void function return
5098 statement.
5099 * gdb.threads/staticthreads.c: Ditto.
5100
0be03e84
DE
51012014-04-12 Siva Chandra Reddy <sivachandra@google.com>
5102 Doug Evans <xdje42@gmail.com>
5103
5104 * gdb.guile/scm-value.c: Improve test case.
5105 * gdb.guile/scm-value.exp: Add new test.
5106
f180a1fb
DB
51072014-04-11 David Blaikie <dblaikie@gmail.com>
5108
5109 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
5110 override Clang's default.
5111
6b662e19
JB
51122014-04-11 Joel Brobecker <brobecker@adacore.com>
5113
5114 Revert the following changes (regressions):
5115
5116 * gdb.base/vla-sideeffect.c: New file.
5117 * gdb.base/vla-sideeffect.exp: New file.
5118
5119 * gdb.dwarf2/count.exp: New file.
5120
5121 * gdb.base/vla-multi.c: New file.
5122 * gdb.base/vla-multi.exp: New file.
5123
5124 * gdb.base/vla-ptr.c: New file.
5125 * gdb.base/vla-ptr.exp: New file.
5126
5127 * gdb.base/vla-datatypes.c: New file.
5128 * gdb.base/vla-datatypes.exp: New file.
5129
5130 * gdb.mi/mi-vla-c99.exp: New file.
5131 * gdb.mi/vla.c: New file.
5132
245a5f0b
KS
51332014-04-11 Keith Seitz <keiths@redhat.com>
5134
5135 PR c++/16675
5136 * gdb.cp/cpsizeof.exp: New file.
5137 * gdb.cp/cpsizeof.cc: New file.
5138
58a84dcf
SA
51392014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5140
191a8a90
JB
5141 * gdb.mi/mi-vla-c99.exp: New file.
5142 * gdb.mi/vla.c: New file.
58a84dcf 5143
c8655f75
SA
51442014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5145
5146 * gdb.base/vla-datatypes.c: New file.
5147 * gdb.base/vla-datatypes.exp: New file.
5148
024e13b4
SA
51492014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5150
5151 * gdb.base/vla-ptr.c: New file.
5152 * gdb.base/vla-ptr.exp: New file.
5153
1a237e0e
SA
51542014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5155
5156 * gdb.base/vla-multi.c: New file.
5157 * gdb.base/vla-multi.exp: New file.
5158
504f3432
SA
51592014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5160
5161 * gdb.dwarf2/count.exp: New file.
5162
3bce8237
SA
51632014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5164
191a8a90
JB
5165 * gdb.base/vla-sideeffect.c: New file.
5166 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 5167
322f9c21
YQ
51682014-04-11 Yao Qi <yao@codesourcery.com>
5169
5170 * gdb.base/completion.exp: Check file exists before running tests
5171 on file completion.
5172
d708bcd1
PA
51732014-04-10 Pedro Alves <palves@redhat.com>
5174
5175 * gdb.base/cond-eval-mode.c: New file.
5176 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
5177 prepare_for_testing to build the new file. Check result of
5178 runto_main.
5179 (test_break, test_watch): New procedures.
5180 (top level): Use them.
5181
ae1d2761
PM
51822014-04-08 Pierre Muller <muller@sourceware.org>
5183
5184 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
5185 Ctrl-V use for mingw hosts.
5186
7af389b8
SC
51872014-04-07 Siva Chandra Reddy <sivachandra@google.com>
5188
5189 * gdb.python/py-value.c: Improve test case.
5190 * gdb.python/py-value.exp: Add new test.
5191
5e703181
DE
51922014-04-07 David Blaikie <dblaikie@gmail.com>
5193
5194 * lib/compiler.c: Identify the clang compiler.
5195 * lib/compiler.cc: Ditto.
5196
9810b410
YQ
51972014-04-03 Yao Qi <yao@codesourcery.com>
5198
5199 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
5200
98d1b8dc
AB
52012014-04-01 Anton Blanchard <anton@samba.org>
5202
5203 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
5204 messages unique.
5205
3114cea1
AB
52062014-04-01 Anton Blanchard <anton@samba.org>
5207
5208 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
5209 prepare_for_testing.
5210
62f7182c
AB
52112014-04-01 Anton Blanchard <anton@samba.org>
5212
5213 * gdb.arch/ppc64-atomic-inst.c: Remove.
5214 * gdb.arch/ppc64-atomic-inst.S: New file.
5215 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
5216
770e7fc7
DE
52172014-03-31 Doug Evans <dje@google.com>
5218
5219 * gdb.base/print-symbol-loading-lib.c: New file.
5220 * gdb.base/print-symbol-loading-main.c: New file.
5221 * gdb.base/print-symbol-loading.exp: New file.
5222
46e2bafa
YQ
52232014-03-31 Yao Qi <yao@codesourcery.com>
5224
5225 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
5226
8776cfe9
JB
52272014-03-28 Joel Brobecker <brobecker@adacore.com>
5228
5229 * gdb.ada/mi_dyn_arr: New testcase.
5230
5d1ef361
DE
52312014-03-27 Doug Evans <dje@google.com>
5232
5233 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
5234
b5bee914
YQ
52352014-03-27 Yao Qi <yao@codesourcery.com>
5236
5237 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
5238 if target is nios2-*-*.
5239
0d4d0e77
YQ
52402014-03-26 Yao Qi <yao@codesourcery.com>
5241
5242 * lib/gdb.exp (readline_is_used): New proc.
5243 * gdb.base/completion.exp: Move tests on command complete up.
5244 Skip the rest of tests if readline is not used.
5245 * gdb.ada/complete.exp: Skp the test if readline is not
5246 used.
5247 * gdb.base/filesym.exp: Likewise.
5248 * gdb.base/macscp.exp: Likewise.
5249 * gdb.base/readline-ask.exp: Likewise.
5250 * gdb.base/readline.exp: Likewise.
5251 * gdb.python/py-cmd.exp: Likewise.
5252 * gdb.trace/tfile.exp: Likewise.
5253
29361eee
YQ
52542014-03-26 Yao Qi <yao@codesourcery.com>
5255
5256 * gdb.base/macscp.exp: Fix code format issues.
5257
bc9a5525
UW
52582014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
5259
5260 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
5261 * gdb.asm/powerpc64le.inc: New file.
5262
d3839ede
PA
52632014-03-25 Pedro Alves <palves@redhat.com>
5264 Doug Evans <dje@google.com>
5265
5266 * gdb.base/source-execution.c: New file.
5267 * gdb.base/source-execution.exp: New file.
5268 * gdb.base/source-execution.gdb: New file.
5269
01672a57
DE
52702014-03-24 Doug Evans <dje@google.com>
5271
5272 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
5273 using fission.
5274
88bbeca9
HZ
52752014-03-24 Hui Zhu <hui@codesourcery.com>
5276 Pedro Alves <palves@redhat.com>
5277
5278 PR breakpoints/16101
5279 * gdb.base/dprintf.exp: Use unsupported rather than changing the
5280 test pass/fail messages. Detect missing support for dprintf when
5281 breakpoints are actually inserted.
5282 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
5283 breakpoints are actually inserted.
5284 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
5285 fails.
5286
d2348791
JK
52872014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5288
5289 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
5290
feef67ab
DE
52912014-03-22 Doug Evans <xdje42@gmail.com>
5292
5293 * gdb.python/python.exp (python not supported): Verify multi-line
5294 python command issues an error.
25d743f9 5295 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 5296 guile command issues an error.
feef67ab 5297
ecebef6a
MR
52982014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
5299
5300 * gdb.threads/thread-specific.exp: Handle the lack of usable
5301 $this_breakpoint and $this_thread.
5302
ccdd1909
HZ
53032014-03-21 Hui Zhu <hui@codesourcery.com>
5304
5305 * gdb.base/attach.exp (do_command_attach_tests): New.
5306
beb460e8
PA
53072014-03-20 Tom Tromey <tromey@redhat.com>
5308 Pedro Alves <palves@redhat.com>
5309
5310 PR cli/15718
5311 * gdb.base/condbreak-call-false.c: New file.
5312 * gdb.base/condbreak-call-false.exp: New file.
5313
40acf43a
PA
53142014-03-20 Pedro Alves <palves@redhat.com>
5315
5316 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
5317 Delete.
5318 (block_signals, unblock_signals): Delete.
5319 (child_function_2, main): Remove references to deleted variable
5320 and functions.
5321
9f5e1e02
PA
53222014-03-20 Pedro Alves <palves@redhat.com>
5323
5324 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
5325 Use pthread_kill to signal thread 2.
5326 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5327 Adjust to make the test send itself a signal rather than using the
5328 host's "kill" command.
5329
99619bea
PA
53302014-03-20 Pedro Alves <palves@redhat.com>
5331
5332 * gdb.threads/multiple-step-overs.c: New file.
5333 * gdb.threads/multiple-step-overs.exp: New file.
5334 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5335 Adjust expected infrun debug output.
5336
2adfaa28
PA
53372014-03-20 Pedro Alves <palves@redhat.com>
5338
5339 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
5340 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
5341
31e77af2
PA
53422014-03-20 Pedro Alves <palves@redhat.com>
5343
5344 PR breakpoints/7143
5345 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
5346 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
5347 of gdb_test_multiple.
5348 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
5349 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
5350
b9f437de
PA
53512014-03-20 Pedro Alves <palves@redhat.com>
5352
5353 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
5354 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
5355
05adc73e
PA
53562014-03-19 Pedro Alves <palves@redhat.com>
5357
5358 * gdb.base/async.exp: Remove early return.
5359
6048b950
PA
53602014-03-19 Pedro Alves <palves@redhat.com>
5361
5362 * gdb.base/async.exp (step& tests): Pass explicit test messages.
5363
8bcfb00a
PA
53642014-03-19 Pedro Alves <palves@redhat.com>
5365
5366 * gdb.base/async.exp (test_background): Expect \r\n after
5367 "completed." in the fail pattern.
5368
884e37dc
PA
53692014-03-19 Pedro Alves <palves@redhat.com>
5370
5371 * gdb.base/async.exp (test_background): New procedure.
5372 Use it for all background execution command tests.
5373
148e57e2
PA
53742014-03-19 Pedro Alves <palves@redhat.com>
5375
5376 * gdb.base/async.exp: Use prepare_for_testing.
5377
f48088c7
PA
53782014-03-19 Pedro Alves <palves@redhat.com>
5379
5380 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
5381 the same line.
5382
e2f6c966
PA
53832014-03-19 Pedro Alves <palves@redhat.com>
5384
5385 * gdb.base/async.c (main): Add "jump here" and "until here" line
5386 marker comments.
5387 * gdb.base/async.exp (jump_here): New global.
5388 (jump& test): Use it.
5389 (until_here): New global.
5390 (until& test): Use it.
5391
c30568d4
PA
53922014-03-19 Pedro Alves <palves@redhat.com>
5393
5394 * gdb.base/async.exp: Don't frob gdb_protocol.
5395
0172b6a7
DE
53962014-03-18 Doug Evans <xdje42@gmail.com>
5397
5398 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
5399 Fix spelling of exec-done-display.
5400
06c868a8
JK
54012014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5402
5403 PR gdb/15358
5404 * gdb.base/gdb-sigterm.c: New file.
5405 * gdb.base/gdb-sigterm.exp: New file.
5406
0c7e1a46
PA
54072014-03-18 Pedro Alves <palves@redhat.com>
5408
5409 PR gdb/13860
5410 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
5411 * lib/mi-support.exp (mi_expect_stop): Add special handling for
5412 solib-event.
5413
f7c77d93
JB
54142014-03-17 Joel Brobecker <brobecker@adacore.com>
5415
5416 * gdb.ada/pckd_arr_ren: New testcase.
5417
5a1e8c7a
DE
54182014-03-13 Doug Evans <xdje42@gmail.com>
5419
5420 PR guile/16612
5421 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
5422 collect after discarding symbols.
5423
350e1a76
DE
54242014-03-13 Ludovic Courtès <ludo@gnu.org>
5425 Doug Evans <xdje42@gmail.com>
5426
5427 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
5428 to history survives a gc.
5429
a69900ae
PA
54302014-03-13 Pedro Alves <palves@redhat.com>
5431
5432 * gdb.base/default.exp: Don't test "target procfs".
5433
5db9f0bd
PA
54342014-03-13 Pedro Alves <palves@redhat.com>
5435
5436 * gdb.base/default.exp: Update "target child" and "target procfs"
5437 tests to not expect "Unix".
5438
b3ccfe11
TT
54392014-03-12 Tom Tromey <tromey@redhat.com>
5440
5441 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
5442 New procs. Add target-async tests.
5443 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
5444 Add target-async tests.
5445
646f4417
AA
54462014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5447
5448 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
5449 'func_start' and 'func_end' for the beginning and end of the
5450 function code, respectively.
5451 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
5452 'func_end' instead of 'func' and 'main'.
5453
288c211f
AA
54542014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5455
5456 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
5457 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
5458 generate the debug info assembler source.
5459
e0c0f156
AA
54602014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5461
5462 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
5463 * gdb.dwarf2/arr-subrange.exp: Likewise.
5464 * gdb.dwarf2/dwz.exp: Likewise.
5465 * gdb.dwarf2/method-ptr.exp: Likewise.
5466 * gdb.dwarf2/missing-sig-type.exp: Likewise.
5467 * gdb.dwarf2/subrange.exp: Likewise.
5468 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
5469 * gdb.dwarf2/implptrpiece.exp: Likewise.
5470 * gdb.dwarf2/nostaticblock.exp: Likewise.
5471
0e5c4555
AA
54722014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5473
5474 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
5475 directory to absolute path name arguments.
5476
5ec18f2b
JG
54772014-03-10 Joel Brobecker <brobecker@adacore.com>
5478
5479 * gdb.ada/tagged_access: New testcase.
5480
847fc4f2
MM
54812014-03-07 Markus Metzger <markus.t.metzger@intel.com>
5482
5483 * gdb.btrace/data.exp: Update expected output.
5484
cc3da688
YQ
54852014-03-06 Yao Qi <yao@codesourcery.com>
5486
5487 * gdb.trace/pr16508.exp: New file.
5488
0f26cec1
PA
54892014-03-05 Pedro Alves <palves@redhat.com>
5490
5491 PR gdb/16575
5492 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
5493 procedure.
5494 (top level): Adjust to use it. Add tests that exercise breakpoint
5495 interaction with the code-cache.
5496
7a5a839f
LC
54972014-02-26 Ludovic Courtès <ludo@gnu.org>
5498
5499 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
5500 test for 'history-append!'.
5501
31aa7e4e
JB
55022014-02-26 Joel Brobecker <brobecker@adacore.com>
5503
5504 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
5505 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
5506 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
5507 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
5508 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
5509 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
5510
1b588015
JB
55112014-02-26 Joel Brobecker <brobecker@adacore.com>
5512
5513 * testsuite/gdb.python/py-pp-re-notag.c: New file.
5514 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
5515 * testsuite/gdb.python/py-pp-re-notag.p: New file.
5516
55426c9d
JB
55172014-02-26 Joel Brobecker <brobecker@adacore.com>
5518
5519 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
5520
dc53a7ad
JB
55212014-02-26 Joel Brobecker <brobecker@adacore.com>
5522
5523 * gdb.dwarf2/arr-stride.c: New file.
5524 * gdb.dwarf2/arr-stride.exp: New file.
5525
12ab52e9
PA
55262014-02-26 Pedro Alves <palves@redhat.com>
5527
5528 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
5529 that won't ever trigger. Make sure that GDB reports the correct
5530 breakpoint that caused the stop.
5531
849c862e
JK
55322014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5533
5534 PR gdb/16626
5535 * gdb.base/auto-load-script: New file.
5536 * gdb.base/auto-load.c: New file.
5537 * gdb.base/auto-load.exp: New file.
5538
71b7d793
JK
5539 PR gdb/16626
5540 * gdb.base/auto-load.exp: Fix out-of-srctree run.
5541
e2f0d509
JK
55422014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5543
5544 Fix dw2-icycle.exp -fsanitize=address GDB crash.
5545 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
5546
50cc37c8
DE
55472014-02-24 Doug Evans <dje@google.com>
5548
5549 * lib/gdb.exp (run_on_host): Log error output if program fails.
5550
ea4758f2
PA
55512014-02-21 Pedro Alves <palves@redhat.com>
5552
5553 * gdb.threads/step-after-sr-lock.c: Rename to ...
5554 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
5555 * gdb.threads/step-after-sr-lock.exp: Rename to ...
5556 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5557 ... this.
5558
d7b30f67
SDJ
55592014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
5560
5561 PR tdep/16397
5562 * gdb.arch/amd64-stap-special-operands.exp: New file.
5563 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
5564 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
5565 * gdb.arch/amd64-stap-triplet.S: Likewise.
5566 * gdb.arch/amd64-stap-triplet.c: Likewise.
5567
83deb43f
JB
55682014-02-20 Joel Brobecker <brobecker@adacore.com>
5569
5570 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
5571 in .section pseudo-op.
5572
adde2bff
DE
55732014-02-20 lin zuojian <manjian2006@gmail.com>
5574 Joel Brobecker <brobecker@adacore.com>
5575 Doug Evans <xdje42@gmail.com>
5576
5577 PR symtab/16581
5578 * gdb.dwarf2/dw2-icycle.S: New file.
5579 * gdb.dwarf2/dw2-icycle.c: New file.
5580 * gdb.dwarf2/dw2-icycle.exp: New file.
5581
f7bd0f78
SC
55822014-02-19 Siva Chandra Reddy <sivachandra@google.com>
5583
5584 * gdb.python/py-value-cc.cc: Improve test case to enable testing
5585 operations on gdb.Value objects.
5586 * gdb.python/py-value-cc.exp: Add new test to test operations on
5587 gdb.Value objects.
5588
c17ef0d5
DE
55892014-02-18 Doug Evans <dje@google.com>
5590
5591 * Makefile.in (TESTS): New variable.
5592 (expanded_tests, expanded_tests_or_none): New variables
5593 (check-single): Pass $(expanded_tests_or_none) to runtest.
5594 (check-parallel): Only run tests in $(TESTS) if non-empty.
5595 (check/no-matching-tests-found): New rule.
5596 * README: Document TESTS makefile variable.
5597
5dd3176f
DE
55982014-02-18 Doug Evans <dje@google.com>
5599
5600 * Makefile.in (check-parallel): rm -rf outputs temp.
5601
0b10be4f
JK
56022014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5603
5604 Fix "ERROR: no fileid for" in the testsuite.
5605 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
5606
85f224e7
DE
56072014-02-12 Doug Evans <dje@google.com>
5608
5609 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
5610 (MISCELLANEOUS): New variable.
5611 (clean): rm -rf $(MISCELLANEOUS).
5612 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
5613 dwp live in the same directory as symlinks, with each symlink pointed
5614 to a differently named file in a different directory.
5615
149b30ff
DE
56162014-02-11 Doug Evans <dje@google.com>
5617
5618 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
5619 of Tcl file commands.
5620
1dfdac32
MK
56212014-02-10 Mark Kettenis <kettenis@gnu.org>
5622
5623 * gdb.threads/step-after-sr-lock.exp: Avoid executing
5624 "kill -SIGUSR1 -1".
5625
aa4fb036
JB
56262014-02-10 Joel Brobecker <brobecker@adacore.com>
5627
5628 * gdb.ada/tick_length_array_enum_idx: New testcase.
5629
ed3ef339
DE
56302014-02-10 Doug Evans <xdje42@gmail.com>
5631
5632 * configure.ac (AC_OUTPUT): Add gdb.guile.
5633 * configure: Regenerate.
5634 * lib/gdb-guile.exp: New file.
5635 * lib/gdb.exp (get_target_charset): New function.
5636 * gdb.base/help.exp: Update expected output from "apropos apropos".
5637 * gdb.guile/Makefile.in: New file.
5638 * gdb.guile/guile.exp: New file.
5639 * gdb.guile/scm-arch.c: New file.
5640 * gdb.guile/scm-arch.exp: New file.
5641 * gdb.guile/scm-block.c: New file.
5642 * gdb.guile/scm-block.exp: New file.
5643 * gdb.guile/scm-breakpoint.c: New file.
5644 * gdb.guile/scm-breakpoint.exp: New file.
5645 * gdb.guile/scm-disasm.c: New file.
5646 * gdb.guile/scm-disasm.exp: New file.
5647 * gdb.guile/scm-equal.c: New file.
5648 * gdb.guile/scm-equal.exp: New file.
5649 * gdb.guile/scm-error.exp: New file.
5650 * gdb.guile/scm-error.scm: New file.
5651 * gdb.guile/scm-frame-args.c: New file.
5652 * gdb.guile/scm-frame-args.exp: New file.
5653 * gdb.guile/scm-frame-args.scm: New file.
5654 * gdb.guile/scm-frame-inline.c: New file.
5655 * gdb.guile/scm-frame-inline.exp: New file.
5656 * gdb.guile/scm-frame.c: New file.
5657 * gdb.guile/scm-frame.exp: New file.
5658 * gdb.guile/scm-generics.exp: New file.
5659 * gdb.guile/scm-gsmob.exp: New file.
5660 * gdb.guile/scm-iterator.c: New file.
5661 * gdb.guile/scm-iterator.exp: New file.
5662 * gdb.guile/scm-math.c: New file.
5663 * gdb.guile/scm-math.exp: New file.
5664 * gdb.guile/scm-objfile-script-gdb.in: New file.
5665 * gdb.guile/scm-objfile-script.c: New file.
5666 * gdb.guile/scm-objfile-script.exp: New file.
5667 * gdb.guile/scm-objfile.c: New file.
5668 * gdb.guile/scm-objfile.exp: New file.
5669 * gdb.guile/scm-ports.exp: New file.
5670 * gdb.guile/scm-pretty-print.c: New file.
5671 * gdb.guile/scm-pretty-print.exp: New file.
5672 * gdb.guile/scm-pretty-print.scm: New file.
5673 * gdb.guile/scm-section-script.c: New file.
5674 * gdb.guile/scm-section-script.exp: New file.
5675 * gdb.guile/scm-section-script.scm: New file.
5676 * gdb.guile/scm-symbol.c: New file.
5677 * gdb.guile/scm-symbol.exp: New file.
5678 * gdb.guile/scm-symtab-2.c: New file.
5679 * gdb.guile/scm-symtab.c: New file.
5680 * gdb.guile/scm-symtab.exp: New file.
5681 * gdb.guile/scm-type.c: New file.
5682 * gdb.guile/scm-type.exp: New file.
5683 * gdb.guile/scm-value-cc.cc: New file.
5684 * gdb.guile/scm-value-cc.exp: New file.
5685 * gdb.guile/scm-value.c: New file.
5686 * gdb.guile/scm-value.exp: New file.
5687 * gdb.guile/source2.scm: New file.
5688 * gdb.guile/types-module.cc: New file.
5689 * gdb.guile/types-module.exp: New file.
5690
7026a7c1
YQ
56912014-02-10 Yao Qi <yao@codesourcery.com>
5692
5693 PR testsuite/16543
5694 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
5695 * configure: Regenerated.
5696 * Makefile.in: New file.
5697
6c466447
AS
56982014-02-08 Andreas Schwab <schwab@linux-m68k.org>
5699
5700 * gdb.python/py-framefilter.exp: Fix typo.
5701
6e854735
YQ
57022014-02-08 Yao Qi <yao@codesourcery.com>
5703
5704 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
5705 that no =breakpoint-modified is emitted when breakpoints are
5706 modified through MI commands.
5707
d137e6dc
PA
57082014-02-07 Pedro Alves <pedro@codesourcery.com>
5709 Pedro Alves <palves@redhat.com>
5710
5711 * gdb.threads/step-after-sr-lock.c: New file.
5712 * gdb.threads/step-after-sr-lock.exp: New file.
5713
b5ee5a50
PA
57142014-02-07 Pedro Alves <palves@redhat.com>
5715
5716 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
5717
3c77faf3
JK
57182014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5719
5720 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
5721 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
5722
6dddc817
DE
57232014-02-06 Doug Evans <xdje42@gmail.com>
5724
5725 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
5726 output.
5727
5728 * gdb.gdb/python-interrupts.exp: New file.
5729
de7b2893
YQ
57302014-02-05 Yao Qi <yao@codesourcery.com>
5731
5732 * gdb.trace/report.exp (use_collected_data): Test the output
5733 of "info threads" and "info inferiors".
5734
66d032ac
YQ
57352014-02-05 Yao Qi <yao@codesourcery.com>
5736
5737 Revert this patch:
5738
5739 2013-05-24 Yao Qi <yao@codesourcery.com>
5740
5741 * gdb.trace/tfile.exp: Test inferior and thread.
5742
591a12a1
UW
57432014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5744
5745 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
5746 on a function.
5747 * gdb.base/step-bt.c: Call hello via function pointer to make
5748 sure its first instruction is executed on powerpc64le-linux.
5749
0ff3e01f
UW
57502014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5751
5752 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
5753
084ee545
UW
57542014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5755
5756 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
5757 of the test patterns for use on little-endian systems.
5758
6ed14ff3
UW
57592014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5760
5761 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
5762 (decimal_vector): Fix for little-endian.
5763
401e27fd
JM
57642014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
5765
5766 * gdb.arch/sparc-sysstep.exp: New file.
5767 * gdb.arch/sparc-sysstep.c: Likewise.
5768
5769 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
5770
8b924729
EBM
57712014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5772
5773 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
5774
fb151210
JB
57752014-01-23 Tom Tromey <tromey@redhat.com>
5776
5777 * gdb.ada/array_char_idx: New testcase.
5778
0740f8d8
TT
57792014-01-23 Tom Tromey <tromey@redhat.com>
5780
5781 PR python/16487:
5782 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
5783 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
5784 classes.
5785
21909fa1
TT
57862014-01-23 Tom Tromey <tromey@redhat.com>
5787
5788 PR python/16491:
5789 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
5790 string from an inferior frame.
5791 * gdb.python/py-framefilter-mi.exp: Update.
5792
87ce2a04
DE
57932014-01-22 Doug Evans <dje@google.com>
5794
5795 * gdb.server/server-mon.exp: Add tests for "set debug-format".
5796
237b092b
AA
57972014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5798
5799 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
5800
d674a709
AA
58012014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5802
5803 * gdb.trace/entry-values.exp: Remove excess space character from
5804 regex patterns. Handle s390 call instruction.
5805
20fa3390
AA
58062014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5807
5808 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
5809 define "*_start" label. Make "name" static.
5810 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
5811 ${name} by references to ${name}_start.
5812
78466714
AA
58132014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5814
5815 * gdb.base/info-macros.exp: Remove "debug" from the compile
5816 options.
5817
ec9f644a
IB
58182014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5819
5820 * gdb.dlang/demangle.exp: New file.
5821
94b1b47e
IB
58222014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5823
5824 * gdb.dlang/primitive-types.exp: New file.
5825
7f420862
IB
58262014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5827
5828 * configure.ac: Create gdb.dlang/Makefile.
5829 * configure: Regenerate.
5830 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
5831 * gdb.dlang/Makefile.in: New file.
5832 * lib/d-support.exp: New file.
5833 * lib/gdb.exp (skip_d_tests): New proc.
5834
52834460
MM
58352014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5836
5837 * gdb.btrace/delta.exp: Check reverse stepi.
5838 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
5839 * gdb.btrace/finish.exp: New.
5840 * gdb.btrace/next.exp: New.
5841 * gdb.btrace/nexti.exp: New.
5842 * gdb.btrace/record_goto.c: Add comments.
5843 * gdb.btrace/step.exp: New.
5844 * gdb.btrace/stepi.exp: New.
5845 * gdb.btrace/multi-thread-step.c: New.
5846 * gdb.btrace/multi-thread-step.exp: New.
5847 * gdb.btrace/rn-dl-bind.c: New.
5848 * gdb.btrace/rn-dl-bind.exp: New.
5849 * gdb.btrace/data.c: New.
5850 * gdb.btrace/data.exp: New.
5851 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5852
6e07b1d2
MM
58532014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5854
5855 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
5856 * gdb.btrace/exception.exp: Update.
5857 * gdb.btrace/instruction_history.exp: Update.
5858 * gdb.btrace/record_goto.exp: Update.
5859 * gdb.btrace/tailcall.exp: Update.
5860 * gdb.btrace/unknown_functions.exp: Update.
5861 * gdb.btrace/delta.exp: New.
5862
0b722aec
MM
58632014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5864
5865 * gdb.btrace/record_goto.exp: Add backtrace test.
5866 * gdb.btrace/tailcall.exp: Add backtrace test.
5867
066ce621
MM
58682014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5869
5870 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
5871 * gdb.btrace/record_goto.c: New.
5872 * gdb.btrace/record_goto.exp: New.
5873 * gdb.btrace/x86-record_goto.S: New.
5874
0688d04e
MM
58752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5876
5877 * gdb.btrace/function_call_history.exp: Update tests.
5878 * gdb.btrace/instruction_history.exp: Update tests.
5879
8710b709
MM
58802014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5881
5882 * gdb.btrace/function_call_history.exp: Fix expected field
5883 order for "record function-call-history".
5884 Add new tests for "record function-call-history /c".
5885 * gdb.btrace/exception.cc: New.
5886 * gdb.btrace/exception.exp: New.
5887 * gdb.btrace/tailcall.exp: New.
5888 * gdb.btrace/x86-tailcall.S: New.
5889 * gdb.btrace/x86-tailcall.c: New.
5890 * gdb.btrace/unknown_functions.c: New.
5891 * gdb.btrace/unknown_functions.exp: New.
5892 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5893
5de9129b
MM
58942014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5895
5896 * gdb.btrace/instruction_history.exp: Update.
5897 * gdb.btrace/function_call_history.exp: Update.
5898
23a7fe75
MM
58992014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5900
5901 * gdb.btrace/function_call_history.exp: Fix expected function
5902 trace.
5903 * gdb.btrace/instruction_history.exp: Initialize traced.
5904 Remove traced_functions.
5905
724c7dd8
MM
59062014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5907
5908 * gdb.btrace/function_call_history.exp: Update
5909 * gdb.btrace/instruction_history.exp: Update.
5910
6d78d93b
MM
59112014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5912
5913 * gdb.btrace/enable.exp: Update expected text.
5914
93a360cc
OJ
59152014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
5916
5917 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
5918 bytes.
5919
3772b53f
MR
59202014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
5921
5922 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
5923
596662fa
OJ
59242014-01-15 Omair Javaid <omair.javaid@linaro.org>
5925
5926 * lib/gdb.exp (supports_process_record): Return true for
5927 arm*-linux*. (supports_reverse): Likewise.
5928
b5b08fb4
SC
59292014-01-13 Siva Chandra Reddy <sivachandra@google.com>
5930
5931 PR python/15464
5932 PR python/16113
5933 * gdb.python/py-type.c: Enhance test case.
5934 * gdb.python/py-value-cc.cc: Likewise
5935 * gdb.python/py-type.exp: Add new tests.
5936 * gdb.python/py-value-cc.exp: Likewise
5937
52d7fb13
AA
59382014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
5939 Pedro Alves <palves@redhat.com>
5940
5941 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
5942 Make "name" extern.
5943 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
5944 references to ${name}_start by references to ${name}.
5945
a2cd8cfe
JB
59462014-01-10 Joel Brobecker <brobecker@adacore.com>
5947
5948 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
5949
4e23fced
JB
59502014-01-10 Joel Brobecker <brobecker@adacore.com>
5951
5952 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
5953
c6a9e42c
PA
59542014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
5955 Pedro Alves <palves@redhat.com>
5956
5957 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 5958 mi_gdb_target_load.
c6a9e42c 5959
b7ea362b
PA
59602014-01-08 Pedro Alves <palves@redhat.com>
5961
5962 * gdb.threads/reconnect-signal.c: New file.
5963 * gdb.threads/reconnect-signal.exp: New file.
5964
5e3f4fab
EBM
59652014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5966
5967 * gdb.base/source-dir.exp: New file.
5968
79301218
JB
59692014-01-07 Joel Brobecker <brobecker@adacore.com>
5970
5971 * gdb.ada/mi_interface: New testcase.
5972
8e355c5d
JB
59732014-01-07 Joel Brobecker <brobecker@adacore.com>
5974
5975 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
5976 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
5977 gdb.ada/pp-rec-component/pck.ads: New files.
5978
c0d48811
JB
59792014-01-07 Joel Brobecker <brobecker@adacore.com>
5980
5981 * gdb.python/py-pp-integral.c: New file.
5982 * gdb.python/py-pp-integral.py: New file.
5983 * gdb.python/py-pp-integral.exp: New file.
5984
17b609c3 5985For older changes see ChangeLog-1993-2013.
c906108c 5986\f
8d8cb839
EZ
5987;; Local Variables:
5988;; mode: change-log
5989;; left-margin: 8
5990;; fill-column: 74
5991;; version-control: never
5992;; End:
902f2ccb 5993
32d0add0 5994 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
5995 Copying and distribution of this file, with or without modification,
5996 are permitted provided the copyright notice and this notice are preserved.