]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Fix Python frame unwinder issue caught by Valgrind
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
5d8c3ed3
PMR
12015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
2
3 * gdb.ada/fun_renaming.exp: New testcase.
4 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5 * gdb.ada/fun_renaming/pack.adb: New file.
6 * gdb.ada/fun_renaming/pack.ads: New file.
7
ea8812bc
KS
82015-08-12 Keith Seitz <keiths@redhat.com>
9
10 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11 gdb_get_line_number.
12
4dafcdeb
JB
132015-08-12 Joel Brobecker <brobecker@adacore.com>
14
15 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
16 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
17 gdb.base/dso2dso.exp: New files.
18
5ba32597
SDJ
192015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
20 Pedro Alves <palves@redhat.com>
21 Keith Seitz <keiths@redhat.com>
22
23 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
24 GDBFLAGS.
25
b6dafabf
PP
262015-08-12 Patrick Palka <patrick@parcs.ath.cx>
27
28 * gdb.base/gdbhistsize-history.exp
29 (test_histsize_history_setting): Use save_vars.
30 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
31 Use save_vars.
32 (test_no_truncation_of_unlimited_history_file): Use save_vars.
33 * gdb.base/readline.exp: Use save_vars.
34
abe8e607
PP
352015-08-12 Patrick Palka <patrick@parcs.ath.cx>
36
37 * lib/gdb.exp (save_vars): New proc.
38
629500fa
KS
392015-08-11 Keith Seitz <keiths@redhat.com>
40
41 * gdb.base/help.exp: Update help_breakpoint_text.
42
eb8c4e2e
KS
432015-08-11 Keith Seitz <keiths@redhat.com>
44
45 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
46 (at toplevel): Call test_explicit_breakpoints.
47 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
48 breakpoints.
49 * lib/mi-support.exp (mi_make_breakpoint): Add support for
50 breakpoint conditions, "-cond".
51
87f0e720
KS
522015-08-11 Keith Seitz <keiths@redhat.com>
53
54 * gdb.linespec/3explicit.c: New file.
55 * gdb.linespec/cpexplicit.cc: New file.
56 * gdb.linespec/cpexplicit.exp: New file.
57 * gdb.linespec/explicit.c: New file.
58 * gdb.linespec/explicit.exp: New file.
59 * gdb.linespec/explicit2.c: New file.
60 * gdb.linespec/ls-errs.exp: Add explicit location tests.
61 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
62 before using in the matching pattern.
63 Clarify that `prefix' is a regular expression.
64
f00aae0f
KS
652015-08-11 Keith Seitz <keiths@redhat.com>
66
67 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
68 test.
69 Add tests for missing ",FMT" and ",".
70
e27852be
DE
712015-08-10 Doug Evans <dje@google.com>
72 Keith Seitz <keiths@redhat.com>
73
74 PR gdb/17960
75 * gdb.base/completion.exp: Add location completer tests.
76
7f03bd92
PA
772015-08-07 Pedro Alves <palves@redhat.com>
78
79 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
80 tests here.
81 (top level): Run do_test with and without displaced stepping.
82
3fc8eb30
PA
832015-08-07 Pedro Alves <palves@redhat.com>
84
85 * gdb.base/valgrind-disp-step.c: New file.
86 * gdb.base/valgrind-disp-step.exp: New file.
87
d4569d7b
PA
882015-08-07 Pedro Alves <palves@redhat.com>
89
90 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
91 Delete function.
92 (main): Add alarm. Run an infinite loop instead of calling
93 wait_threads.
94 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
95 comment.
96 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
97 Delete function.
98 (main): Add alarm. Run an infinite loop instead of calling
99 wait_threads.
100 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
101 comment.
102
e1316e60
PA
1032015-08-07 Pedro Alves <palves@redhat.com>
104
105 * gdb.base/checkpoint-ns.exp: New file.
106 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
107 standard_testfile.
108
da8c46d2
MM
1092015-08-07 Markus Metzger <markus.t.metzger@intel.com>
110
111 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
112 * gdb.btrace/instruction_history.exp: Update.
113 * gdb.btrace/tsx.exp: New.
114 * gdb.btrace/tsx.c: New.
115
de1c2c52
PA
1162015-08-06 Pedro Alves <palves@redhat.com>
117
118 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
119 increase timeout.
120 * gdb.reverse/until-precsave.exp: Bump timeouts.
121
782e0bf4
PA
1222015-08-06 Pedro Alves <palves@redhat.com>
123
124 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
125
83e97ed0
PA
1262015-08-06 Pedro Alves <palves@redhat.com>
127
128 PR gdb/18749
129 * gdb.threads/process-dies-while-handling-bp.c: New file.
130 * gdb.threads/process-dies-while-handling-bp.exp: New file.
131
863d01bd
PA
1322015-08-06 Pedro Alves <palves@redhat.com>
133
134 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
135 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
136
0a39bb32
PA
1372015-08-05 Pedro Alves <palves@redhat.com>
138
139 * gdb.threads/next-while-other-thread-longjmps.c: New file.
140 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
141
ee2d2b10
SL
1422015-08-03 Sandra Loosemore <sandra@codesourcery.com>
143
144 * gdb.base/bp-permanent.exp: Report test as unsupported if
145 the target cannot stop at the permanent breakpoint.
146
4e1bdb00
DE
1472015-08-03 Doug Evans <dje@google.com>
148
149 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
150 10000.
151
3d338901
DE
1522015-08-03 Doug Evans <dje@google.com>
153
154 * Makefile.in (workers/%.worker, build-perf): New rule.
155 (GDB_PERFTEST_MODE): New variable.
156 (check-perf): Use it.
157 (clean): Clean up gdb.perf parallel build subdirs.
158 * lib/build-piece.exp: New file.
159 * lib/gdb.exp (make_gdb_parallel_path): New function
160 (standard_output_file, standard_temp_file): Call it.
161 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
162 of $GDB_PARALLEL.
163 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
164
af061d3e
DE
1652015-08-03 Doug Evans <dje@google.com>
166
8e1afc81 167 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
168 (LOG_FILE_NAME): New global.
169 (TextReporter.__init__): Initialize self.txt_sum.
170 (TextReporter.report): Add support for multiple data-points.
171 Move report to perftest.sum, put raw data in perftest.log.
172 (TextReporter.start): Open sum and log files.
173 (TextReporter.end): Close sum and log files.
8e1afc81
DE
174 * gdb.perf/lib/perftest/testresult.py
175 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 176
2c8c5d37
PA
1772015-07-31 Pedro Alves <palves@redhat.com>
178
179 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
180 Use spawn_id_get_pid. Wait for spawn id after eof. Use
181 kill_wait_spawned_process instead of explicit "kill -9".
182 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
183 returning a spawn id instead of a pid. Use spawn_id_get_pid and
184 kill_wait_spawned_process.
185 * gdb.base/attach-twice.exp: Likewise.
186 * gdb.base/attach.exp: Likewise.
187 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
188 gdb_test_multiple.
189 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
190 returning a spawn id instead of a pid. Use spawn_id_get_pid and
191 kill_wait_spawned_process.
192 * gdb.base/valgrind-infcall.exp: Likewise.
193 * gdb.multi/multi-attach.exp: Likewise.
194 * gdb.python/py-prompt.exp: Likewise.
195 * gdb.python/py-sync-interp.exp: Likewise.
196 * gdb.server/ext-attach.exp: Likewise.
197 * gdb.threads/attach-into-signal.exp (corefunc): Use
198 spawn_wait_for_attach, spawn_id_get_pid and
199 kill_wait_spawned_process.
200 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
201 spawn_wait_for_attach returning a spawn id instead of a pid. Use
202 spawn_id_get_pid and kill_wait_spawned_process.
203 * gdb.threads/attach-stopped.exp (corefunc): Use
204 spawn_wait_for_attach, spawn_id_get_pid and
205 kill_wait_spawned_process.
206 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
207 Use spawn_id_get_pid. Wait for spawn id after eof. Use
208 kill_wait_spawned_process instead of explicit "kill -9".
209 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
210 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
211 (spawn_wait_for_attach): Use spawn instead of exec to spawn
212 processes. Don't map cygwin/windows pids here. Now returns a
213 spawn id list.
214
032a0fca
SL
2152015-07-30 Sandra Loosemore <sandra@codesourcery.com>
216
217 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
218 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
219 correct patch.
220
61a934ca
SL
2212015-07-30 Sandra Loosemore <sandra@codesourcery.com>
222
223 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
224
4bc4d428
SL
2252015-07-30 Sandra Loosemore <sandra@codesourcery.com>
226
227 Reapply:
228 2014-05-21 Mark Wielaard <mjw@redhat.com>
229
230 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
231
998d452a
PA
2322015-07-30 Pedro Alves <palves@redhat.com>
233
234 * linux-low.c (handle_extended_wait): Set the child's last
235 reported status to TARGET_WAITKIND_STOPPED.
236
69dde7dc
PA
2372015-07-30 Pedro Alves <palves@redhat.com>
238
239 PR threads/18600
240 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
241 only shows inferior 1.
242
4dd63d48
PA
2432015-07-30 Simon Marchi <simon.marchi@ericsson.com>
244 Pedro Alves <palves@redhat.com>
245
246 PR threads/18600
247 * gdb.threads/fork-plus-threads.c: New file.
248 * gdb.threads/fork-plus-threads.exp: New file.
249
d618e4c5
PP
2502015-07-29 Patrick Palka <patrick@parcs.ath.cx>
251
252 * gdb.base/batch-preserve-term-settings.exp
253 (test_terminal_settings_preserved_after_cli_exit): Use
254 send_quit_command.
255
1eef6428
PA
2562015-07-29 Pedro Alves <palves@redhat.com>
257 Don Breazeal <donb@codesourcery.com>
258
259 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
260 output from both inferior_spawn_id and gdb_spawn_id.
261
7da5b897
SDJ
2622015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
263
264 * gdb.threads/attach-into-signal.exp (corefunc): Use
265 with_test_prefix on nested loops, uniquefying the test messages.
266
dac804df
SDJ
2672015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
268
269 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
270 commit.
271
06265e53
PP
2722015-07-29 Patrick Palka <patrick@parcs.ath.cx>
273
274 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
275 New proc.
276 (test_terminal_settings_preserved_after_sigterm): New test.
277
18206ca3
PP
2782015-07-29 Patrick Palka <patrick@parcs.ath.cx>
279
280 * gdb.base/batch-preserve-term-settings.exp
281 (test_terminal_settings_preserved_after_cli_exit): New test.
282
90074d11
PP
2832015-07-29 Patrick Palka <patrick@parcs.ath.cx>
284
285 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
286 manipulation of saved_gdbflags.
287 (test_terminal_settings_preserved): Remove global declaration of
288 the unused variable pagination_prompt. Remove manipulation of
289 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
290 GDBFLAGS.
291
eb1a7902
PA
2922015-07-29 Pedro Alves <palves@redhat.com>
293
294 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
295
8b75dd3b
PA
2962015-07-29 Pedro Alves <palves@redhat.com>
297
298 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
299 at the top.
300
dedad4e3
PA
3012015-07-29 Pedro Alves <palves@redhat.com>
302
303 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
304 (main): Call gdb_unbuffer_output.
305 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
306 (main): Call gdb_unbuffer_output.
307 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
308 (main): Call gdb_unbuffer_output.
309 * gdb.base/call-strs.exp: Adjust to step over the
310 gdb_unbuffer_output call.
311 * gdb.base/catch-gdb-caused-signals.c: Include
312 "../lib/unbuffer_output.c".
313 (main): Call gdb_unbuffer_output.
314 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
315 (main): Call gdb_unbuffer_output.
316 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
317 (main): Call gdb_unbuffer_output.
318 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
319 (main): Call gdb_unbuffer_output.
320 * gdb.base/shlib-call.exp: Adjust to step over the
321 gdb_unbuffer_output call.
322 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
323 (main): Call gdb_unbuffer_output.
324 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
325 (main): Call gdb_unbuffer_output.
326 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
327 (main): Rename to ...
328 (test): ... this.
329 (main): Reimplement.
330 * gdb.base/varargs.exp: Run to test instead of to main.
331 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
332 (main): Call gdb_unbuffer_output.
333
58789a91
PA
3342015-07-29 Pedro Alves <palves@redhat.com>
335
336 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
337 factore out from mi_continue_dprintf. For call-style dprintfs,
338 expect dprintf output out of $inferior_spawn_id.
339 (mi_continue_dprintf): Use mi_expect_dprintf.
340 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
341 (main): Call gdb_unbuffer_output.
342
e8376742
PA
3432015-07-29 Pedro Alves <palves@redhat.com>
344
345 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
346 (default_mi_gdb_start): Set inferior_spawn_id instead of
347 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
348 gdb_spawn_id.
349 (mi_gdb_test): Always expect inferior output from both
350 $inferior_spawn_id and $gdb_spawn_id.
351
08280010
PA
3522015-07-29 Pedro Alves <palves@redhat.com>
353
354 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
355 send_inferior and $inferior_spawn_id.
356
4d30e432
PA
3572015-07-29 Pedro Alves <palves@redhat.com>
358
359 * gdb.gdb/complaints.exp (test_initial_complaints)
360 (test_serial_complaints, test_short_complaints): Use
361 gdb_test_stdio.
362 (test_empty_complaint): Handle $inferior_spawn_id !=
363 $gdb_spawn_id.
364
0d30a335
PA
3652015-07-29 Pedro Alves <palves@redhat.com>
366
367 * gdb.base/varargs.exp: Use gdb_test_stdio.
368
39413b29
PA
3692015-07-29 Pedro Alves <palves@redhat.com>
370
371 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
372
7cb000a9
PA
3732015-07-29 Pedro Alves <palves@redhat.com>
374
375 * gdb.base/ending-run.exp: Use gdb_test_stdio.
376
d7b8ac82
PA
3772015-07-29 Pedro Alves <palves@redhat.com>
378
379 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
380 parameter into two new parameters, "inf_result" and "gdb_result".
381 Expect inferior output and gdb output from $inferior_spawn_id and
382 $gdb_spawn_id, respectively. Adjust all callers.
383
789c3a0c
PA
3842015-07-29 Pedro Alves <palves@redhat.com>
385
386 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
387 of gdb_test_sequence.
388
77e760c3
PA
3892015-07-29 Pedro Alves <palves@redhat.com>
390
391 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
392 (saw_spurious_output): Expect inferior output from
393 $inferior_spawn_id. Use gdb_test_stdio.
394
8396d2cd
PA
3952015-07-29 Pedro Alves <palves@redhat.com>
396
397 * gdb.base/dprintf.exp: Use standard_testfile. Change
398 prepare_for_testing call.
399 (srcfile): Don't set.
400 (restart): New procedure.
401 (test_dprintf): New procecure, use to continue over dprintfs.
402 (test_call, test_agent): New procedures, tests moved here.
403 Restart gdb and recreate dprintfs. Adjust expected output.
404
2051d61f
PA
4052015-07-29 Pedro Alves <palves@redhat.com>
406
407 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
408
452397af
PA
4092015-07-29 Pedro Alves <palves@redhat.com>
410
411 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
412
8aed9555
PA
4132015-07-29 Pedro Alves <palves@redhat.com>
414
415 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
416 gdb_test_stdio.
417
188a61b4
PA
4182015-07-29 Pedro Alves <palves@redhat.com>
419
420 * lib/gdb.exp (gdb_test_stdio): New procedure.
421
12264a45
PA
4222015-07-29 Pedro Alves <palves@redhat.com>
423
424 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
425
23ffc893
PA
4262015-07-29 Pedro Alves <palves@redhat.com>
427
428 * gdb.base/call-signal-resume.exp: Remove check for
429 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
430 * gdb.base/unwindonsignal.exp: Likewise.
431 * gdb.base/call-signals.c (gen_signal): Remove printf call.
432 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
433
65566918
PA
4342015-07-29 Pedro Alves <palves@redhat.com>
435
436 * gdb.base/siginfo-addr.c (pass): New function.
437 (handler): Call it iff si_addr is correct.
438 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
439 Set a breakpoint at "pass" and continue to it.
440
d60a9221
SDJ
4412015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
442
443 * gdb.python/py-objfile.exp: Make some tests have unique names.
444 * gdb.python/py-pp-registration.exp: Likewise.
445
bde40b8f
PA
4462015-07-28 Pedro Alves <palves@redhat.com>
447
448 * gdb.server/server-exec-info.exp: Issue a "disconnect".
449
13e1dec8
SM
4502015-07-27 Simon Marchi <simon.marchi@ericsson.com>
451
452 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
453
da33c9a7
SM
4542015-07-27 Simon Marchi <simon.marchi@ericsson.com>
455
456 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
457
077836f7
PP
4582015-07-27 Patrick Palka <patrick@parcs.ath.cx>
459
460 * gdb.base/gdb-sigterm-2.exp: New test.
461
b8cc7b2e
DE
4622015-07-25 Doug Evans <xdje42@gmail.com>
463
464 Revert:
465 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
466 (workers/%.worker, build-perf): New rule.
467 (GDB_PERFTEST_MODE): New variable.
468 (check-perf): Use it.
469 (clean): Clean up gdb.perf parallel build subdirs.
470 * lib/build-piece.exp: New file.
471 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
472 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
473 name.
474 (standard_temp_file): Ditto.
475 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
476 of $GDB_PARALLEL.
477
c8bd4544
DE
4782015-07-24 Doug Evans <dje@google.com>
479
480 * gdb.perf/lib/perftest/utils.py: New file.
481 * gdb.perf/gm-hello.cc: New file.
482 * gdb.perf/gm-pervasive-typedef.cc: New file.
483 * gdb.perf/gm-pervasive-typedef.h: New file.
484 * gdb.perf/gm-std.cc: New file.
485 * gdb.perf/gm-std.h: New file.
486 * gdb.perf/gm-use-cerr.cc: New file.
487 * gdb.perf/gm-utils.h: New file.
488 * gdb.perf/gmonster-null-lookup.py: New file.
489 * gdb.perf/gmonster-pervasive-typedef.py: New file.
490 * gdb.perf/gmonster-print-cerr.py: New file.
491 * gdb.perf/gmonster-ptype-string.py: New file.
492 * gdb.perf/gmonster-runto-main.py: New file.
493 * gdb.perf/gmonster-select-file.py: New file.
494 * gdb.perf/gmonster1-null-lookup.exp: New file.
495 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
496 * gdb.perf/gmonster1-print-cerr.exp: New file.
497 * gdb.perf/gmonster1-ptype-string.exp: New file.
498 * gdb.perf/gmonster1-runto-main.exp: New file.
499 * gdb.perf/gmonster1-select-file.exp: New file.
500 * gdb.perf/gmonster1.cc: New file.
501 * gdb.perf/gmonster1.exp: New file.
502 * gdb.perf/gmonster2-null-lookup.exp: New file.
503 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
504 * gdb.perf/gmonster2-print-cerr.exp: New file.
505 * gdb.perf/gmonster2-ptype-string.exp: New file.
506 * gdb.perf/gmonster2-runto-main.exp: New file.
507 * gdb.perf/gmonster2-select-file.exp: New file.
508 * gdb.perf/gmonster2.cc: New file.
509 * gdb.perf/gmonster2.exp: New file.
510
6eab34f3
DE
5112015-07-24 Doug Evans <dje@google.com>
512
513 * gdb.perf/README: New file.
514 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
515 * lib/gen-perf-test.exp: New file.
516
63738bfd
DE
5172015-07-24 Doug Evans <dje@google.com>
518
519 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
520 (PerfTest::startup): New function.
521 (PerfTest::run): Return result of calling body.
522 (PerfTest::assemble): Rewrite.
523 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
524 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
525 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
526 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
527 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
528
7b606f95
DE
5292015-07-24 Doug Evans <dje@google.com>
530
531 * lib/gdb.exp (clean_restart): Make executable optional.
532
a97b16b8
DE
5332015-07-24 Doug Evans <dje@google.com>
534
535 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
536 compiler_info references.
537 * gdb.cp/temargs.exp: Ditto.
538 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
539 (get_compiler_info): Early exit if already computed. Set compiler_info
540 to "unknown" if there was a problem.
541 (test_compiler_info): Add function comment. Call get_compiler_info.
542
35baa57f
DE
5432015-07-24 Doug Evans <dje@google.com>
544
545 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
546 (workers/%.worker, build-perf): New rule.
547 (GDB_PERFTEST_MODE): New variable.
548 (check-perf): Use it.
549 (clean): Clean up gdb.perf parallel build subdirs.
550 * lib/build-piece.exp: New file.
551 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
552 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
553 name.
554 (standard_temp_file): Ditto.
555 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
556 of $GDB_PARALLEL.
557
6ebea266
DE
5582015-07-24 Doug Evans <dje@google.com>
559
560 * lib/future.exp (gdb_default_target_compile): New option
561 "early_flags".
562 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
563 --as-needed.
564
1e76a7e9
SDJ
5652015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
566
567 * gdb.base/catch-syscall.exp: Call gdb_exit before
568 gdb_skip_xml_test.
569
5068630a
PA
5702015-07-24 Pedro Alves <palves@redhat.com>
571
572 * gdb.python/py-events.exp: Accept output between the stop event
573 and the prompt.
574 * gdb.python/py-evsignal.exp: Likewise.
575 * gdb.python/py-evthreads.exp: Likewise.
576
77598427
PA
5772015-07-24 Pedro Alves <palves@redhat.com>
578
579 PR gdb/18717
580 * gdb.threads/non-ldr-exit.c: New file.
581 * gdb.threads/non-ldr-exit.exp: New file.
582
11e6c98f
YQ
5832015-07-24 Yao Qi <yao.qi@linaro.org>
584
585 * gdb.server/ext-wrapper.exp: Test --wrapper option when
586 restarting process.
587
51aee833
YQ
5882015-07-24 Yao Qi <yao.qi@linaro.org>
589
590 * gdb.server/ext-restart.exp: New file.
591
8cfe207c
YQ
5922015-07-24 Yao Qi <yao.qi@linaro.org>
593
594 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
595 argument options.
596 * gdb.server/ext-wrapper.exp: New file.
597
cc12ce38
DE
5982015-07-23 Doug Evans <dje@google.com>
599
600 * gdb.dwarf2/dw2-dummy-cu.S: New file.
601 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
602
d0d84780
PMR
6032015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
604
605 * gdb.ada/var_arr_typedef.exp: New testcase.
606 * gdb.ada/var_arr_typedef/pack.adb: New file.
607 * gdb.ada/var_arr_typedef/pack.ads: New file.
608 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
609
8b558f79
JB
6102015-07-20 Joel Brobecker <brobecker@adacore.com>
611
612 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
613
775a3298
JK
6142015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
615
616 * gdb.arch/i386-biarch-core.exp: Replace istarget
617 by "complete set gnutarget". Remove expectation for the "core-file"
618 command.
619
db1ff28b
JK
6202015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
621
622 Revert the previous commit:
623 Tests for validate symbol file using build-id.
624
0a94970d
JK
6252015-07-15 Aleksandar Ristovski <aristovski@qnx.com
626
627 Tests for validate symbol file using build-id.
628 * gdb.base/solib-mismatch-lib.c: New file.
629 * gdb.base/solib-mismatch-libmod.c: New file.
630 * gdb.base/solib-mismatch.c: New file.
631 * gdb.base/solib-mismatch.exp: New file.
632
03346981
SL
6332015-07-15 Sandra Loosemore <sandra@codesourcery.com>
634
635 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
636 nios2-*-linux*.
637 * gdb.base/sigbpt.exp (stepi_out): Likewise.
638 * gdb.base/siginfo.exp: Likewise.
639 * gdb.base/sigstep.exp (advance, advancei): Likewise.
640
42422cc7
PL
6412015-07-15 Pierre Langlois <pierre.langlois@arm.com>
642
643 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
644 Move it to ...
645 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
646 ... here.
647 * gdb.trace/range-stepping.exp: Check that the target supports
648 range stepping.
649
cfa68bae
JK
6502015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
651
652 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
653
8ffdba26
PA
6542015-07-14 Pedro Alves <palves@redhat.com>
655
656 * gdb.base/killed-outside.exp: New file.
657 * gdb.base/killed-outside.c: New file.
658
218a5a11
JK
6592015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
660
661 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
662 (n at main): New.
663 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
664
e03ed3c6
AA
6652015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
666
667 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
668 infcall tests instead of setting up for KFAIL.
669
485668e5
MM
6702015-07-10 Markus Metzger <markus.t.metzger@intel.com>
671
672 * gdb.btrace/record_goto-step.exp: New.
673
08464196
JK
6742015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
675
676 PR compile/18484
677 * gdb.compile/compile.c (struct struct_type): Add volatile to
678 selffield's type.
679 * gdb.compile/compile.exp
680 (compile code struct_object.selffield = &struct_object): Skip further
681 struct_object tests if this one xfails.
682
bcf5c1d9
RC
6832015-07-08 Robert O'Callahan <robert@ocallahan.org>
684
685 PR exp/18617
686 * gdb.trace/ax.exp: Add test.
687
4931af25
YQ
6882015-07-07 Yao Qi <yao.qi@linaro.org>
689
690 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
691 instead of istarget "aarch64*-*-*".
692 * gdb.arch/aarch64-fp.exp: Likewise.
693 * gdb.base/float.exp: Likewise.
694 * gdb.reverse/aarch64.exp: Likewise.
695 * lib/gdb.exp (is_aarch64_target): New proc.
696
9fcf688e
YQ
6972015-07-07 Yao Qi <yao.qi@linaro.org>
698
699 * lib/gdb.exp (is_aarch32_target): New proc.
700 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
701 instead of "istarget "arm*-*-*"".
702 * gdb.arch/arm-disp-step.exp: Likewise.
703 * gdb.arch/thumb-bx-pc.exp: Likewise.
704 * gdb.arch/thumb-prologue.exp: Likewise.
705 * gdb.arch/thumb-singlestep.exp: Likewise.
706 * gdb.base/disp-step-syscall.exp: Likewise.
707 * gdb.base/float.exp: Likewise.
708
fbd8d50d
YQ
7092015-07-07 Yao Qi <yao.qi@linaro.org>
710
711 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
712 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
713
71be1fdc
YQ
7142015-07-07 Yao Qi <yao.qi@linaro.org>
715
716 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
717 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
718 if it exists.
719 * gdb.multi/multi-arch.exp: Likewise.
720
3e221d36
SM
7212015-07-07 Simon Marchi <simon.marchi@ericsson.com>
722
723 * gdb.python/py-lazy-string.exp: Add missing parentheses to
724 print.
725
d441430b
YQ
7262015-07-07 Yao Qi <yao.qi@linaro.org>
727
728 * gdb.arch/thumb-singlestep.exp: Do one more single step.
729
06f810bd
MG
7302015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
731
732 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
733 '[' and ']' characters.
734
5e61e7c0
IB
7352015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
736
737 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
738
28bf096c
PA
7392015-06-29 Pedro Alves <palves@redhat.com>
740
741 PR threads/18127
742 * gdb.threads/hand-call-new-thread.c: New file.
743 * gdb.threads/hand-call-new-thread.c: New file.
744
ee93cd5e
KS
7452015-06-26 Keith Seitz <keiths@redhat.com>
746 Doug Evans <dje@google.com>
747
748 PR 16253
749 * gdb.cp/var-tag-2.cc: New file.
750 * gdb.cp/var-tag-3.cc: New file.
751 * gdb.cp/var-tag-4.cc: New file.
752 * gdb.cp/var-tag.cc: New file.
753 * gdb.cp/var-tag.exp: New file.
754
fc637f04
PP
7552015-06-26 Patrick Palka <patrick@parcs.ath.cx>
756
757 * gdb.base/history-duplicates.exp: New test.
758
2e52ae68
PP
7592015-06-26 Patrick Palka <patrick@parcs.ath.cx>
760
761 * gdb.base/completion.exp: Test the completion of the "focus"
762 command.
763
6e22494e
JK
7642015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
765
766 * gdb.arch/amd64-prologue-skip.S: New file.
767 * gdb.arch/amd64-prologue-skip.exp: New file.
768
bf7b9cd9
SM
7692015-06-25 Simon Marchi <simon.marchi@ericsson.com>
770
771 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
772 is_address_zero_readable check.
773
201e8dfd
PB
7742015-06-24 Peter Bergner <bergner@vnet.ibm.com>
775
776 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
777 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
778
5cd867b4
YQ
7792015-06-24 Yao Qi <yao.qi@linaro.org>
780
781 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
782 linux targets.
783
4d7be007
YQ
7842015-06-24 Yao Qi <yao.qi@linaro.org>
785
786 * lib/gdb.exp (supports_get_siginfo_type): New proc.
787 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
788 * gdb.base/siginfo-thread.exp: Likewise.
789
07fcd301
YQ
7902015-06-22 Yao Qi <yao.qi@linaro.org>
791
792 * boards/remote-gdbserver-on-localhost.exp: Add comments.
793
52042a00
YQ
7942015-06-22 Yao Qi <yao.qi@linaro.org>
795
796 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
797 aarch64*-*-*.
798 (skip_hw_watchpoint_tests): Likewise.
799
74bd41ce
PP
8002015-06-18 Patrick Palka <patrick@parcs.ath.cx>
801
802 * gdb.base/gdbinit-history.exp: Test the interaction between
803 setting GDBHISTSIZE and setting the history size via .gdbinit.
804
bc460514
PP
8052015-06-17 Patrick Palka <patrick@parcs.ath.cx>
806
807 PR gdb/16999
808 * gdb.base/gdbhistsize-history.exp: New test.
809
b58c513b
PP
8102015-06-17 Patrick Palka <patrick@parcs.ath.cx>
811
812 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
813 with GDBHISTSIZE.
814 * gdb.base/readline.exp: Likewise.
815
92046791
YQ
8162015-06-17 Yao Qi <yao.qi@linaro.org>
817
818 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
819 line.
820
2093d2d3
PP
8212015-06-17 Patrick Palka <patrick@parcs.ath.cx>
822
823 * gdb.base/gdbinit-history.exp: Add test case to check that
824 an unlimited history file does not get truncated on exit.
825
e6c693af
AA
8262015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
827
828 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
829 (VECTOR): New macro. Use it...
830 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
831 ...for these typedefs.
832 (int8, char1, int1, double1): New typedefs.
833 (struct just_int2, struct two_int2): New structures.
834 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
835 (add_structvecs, add_singlevecs): New functions.
836 (main): Call add_some_intvecs twice.
837 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
838 the compile and exit upon failure. Try compiling for the "native"
839 architecture. Test inferior function calls with vector arguments
840 and vector return value handling with "finish" and "return".
841
c74f7d1c
JT
8422015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
843
844 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
845 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
846 PE file.
847 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
848
98aa42ee
AT
8492015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
850
851 PR breakpoints/16465
852 * gdb.mi/mi-dprintf-pending.c: New file.
853 * gdb.mi/mi-dprintf-pending.exp: New test.
854 * gdb.mi/mi-dprintf-pendshr.c: New file.
855
7d73c23c 8562015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 857 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
858
859 * gdb.arch/i386-mpx-map.c: New file.
860 * gdb.arch/i386-mpx-map.exp: New File.
861
8622015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
863
864 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
865 * gdb.arch/i386-mpx.exp: Indentation fixed.
866
8672015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
868
869 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
870 function and improved indentation.
871 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
872 gdb_test_multiple. Added additional tests to skip the test.
873
8742015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
875
876 * gdb.arch/i386-avx512.c: Change path in include file.
877 * gdb.arch/i386-avx512.exp: Change include dir path
878 compilation flag.
879 * gdb.arch/i386-mpx.c: Change path in include file.
880 * gdb.arch/i386-mpx.exp: Change include dir path compilation
881 flag.
882
d5eba19a
JK
8832015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
884
885 * gdb.compile/compile-print.exp (compile print *vararray@3)
886 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
887
7f361056
JK
8882015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
889
890 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
891 (do not keep jit in memory): ... this.
892 (expect 5): Change it to ...
893 (expect no 5): ... this.
894
3b462ec2
SM
8952015-06-02 Simon Marchi <simon.marchi@ericsson.com>
896
897 PR gdb/15564
898 * gdb.mi/mi-detach.exp: New file.
899
e0619de6
JK
9002015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
901
902 PR symtab/18392
903 * gdb.arch/amd64-tailcall-self.S: New file.
904 * gdb.arch/amd64-tailcall-self.c: New file.
905 * gdb.arch/amd64-tailcall-self.exp: New file.
906
e970cb34
DB
9072015-05-28 Don Breazeal <donb@codesourcery.com>
908
909 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
910 tests for remote targets by checking is_target_gdbserver.
911
b2e2f908
DE
9122015-05-27 Doug Evans <dje@google.com>
913
914 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
915 * gdb.dwarf2/opaque-type-lookup.c: New file.
916 * gdb.dwarf2/opaque-type-lookup.exp: New file.
917
82c7be31
DE
9182015-05-26 Doug Evans <dje@google.com>
919
920 * gdb.cp/iostream.cc: New file.
921 * gdb.cp/iostream.exp: New file.
922
b4f54984
DE
9232015-05-26 Doug Evans <dje@google.com>
924
925 * gdb.dwarf2/dw2-op-call.exp: Update.
926 * gdb.dwarf2/dw4-sig-types.exp: Update.
927 * gdb.dwarf2/implptr.exp: Update.
928 * gdb.mi/mi-cmd-param-changed.exp: Update.
929
4ea6efe9
DE
9302015-05-26 Doug Evans <dje@google.com>
931
932 * gdb.python/py-lazy-string.c: New file.
933 * gdb.python/py-lazy-string.exp: New file.
934 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
935 (main): Update. Add estring3.
936 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
937 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
938
f6bb7db3
YQ
9392015-05-26 Omair Javaid <omair.javaid@linaro.org>
940 Yao Qi <yao.qi@linaro.org>
941
942 * gdb.reverse/aarch64.c: New.
943 * gdb.reverse/aarch64.exp: New.
944
a81bfbd0
OJ
9452015-05-26 Omair Javaid <omair.javaid@linaro.org>
946
947 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
948 (supports_reverse): Likewise.
949
158bf1b4
PP
9502015-05-22 Patrick Palka <patrick@parcs.ath.cx>
951
952 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
953 Use with_test_prefix.
954
a0145030
AB
9552015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
956
957 * gdb.base/completion.exp: Add test for completion of layout
958 names.
959
ebe3b578
AB
9602015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
961
962 * lib/gdb.exp (skip_tui_tests): New proc.
963 * gdb.base/tui-layout.exp: Check skip_tui_tests.
964
84204ed7
PA
9652015-05-19 Pedro Alves <palves@redhat.com>
966
967 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
968 Save the whole env array instead of just HOME. Unset HISTSIZE in
969 the environment while testing. Restore whole environment
970 afterwards.
971
37442ce1
DE
9722015-05-16 Doug Evans <xdje42@gmail.com>
973
974 * gdb.guile/scm-ports.c: New file.
975 * gdb.guile/scm-ports.exp: Add memory port tests.
976
36de76f9
JK
9772015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
978
979 * gdb.compile/compile-print.c: New file.
980 * gdb.compile/compile-print.exp: New file.
981
3a9558c4
JK
9822015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
983
984 * gdb.compile/compile-ops.exp: Cast param to void.
985 * gdb.compile/compile.exp: Complete type for _gdb_expr.
986 (compile code struct_object.selffield = &struct_object): Add xfail.
987
aa715135
JG
9882015-05-15 Joel Brobecker <brobecker@adacore.com>
989
990 * gdb.ada/arr_enum_with_gap: New testcase.
991
931e5bc3
JG
9922015-05-15 Joel Brobecker <brobecker@adacore.com>
993
994 * gdb.ada/byte_packed_arr: New testcase.
995
9cd4d857
JB
9962015-05-15 Joel Brobecker <brobecker@adacore.com>
997
998 * gdb.ada/pckd_neg: New testcase.
999
ebfd00d2
PP
10002015-05-13 Patrick Palka <patrick@parcs.ath.cx>
1001
1002 PR gdb/17820
1003 * gdb.base/gdbinit-history.exp: New test.
1004 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
1005 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
1006
4c082a81
SC
10072015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1008
1009 * gdb.python/py-xmethods.cc: Enhance test case.
1010 * gdb.python/py-xmethods.exp: New tests.
1011 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
1012 function.
1013 (B_indexoper): Likewise.
1014 (global_dm_list) : Add new xmethod worker functions.
1015
f7797074
SDJ
10162015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
1017
1018 * gdb.base/coredump-filter.exp: Correctly unset
1019 "coredump_var_addr" array.
1020
a4674e4e
PA
10212015-05-08 Pedro Alves <palves@redhat.com>
1022
1023 * gdb.server/non-existing-program.exp: Unset spawn_id.
1024
df2eb078
SC
10252015-05-08 Siva Chandra Reddy <sivachandra@google.com>
1026
1027 PR python/18291
1028 * gdb.python/py-xmethods.exp: Add tests.
1029
422349a3
YQ
10302015-05-08 Yao Qi <yao.qi@linaro.org>
1031
1032 PR gdb/18208
1033 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
1034 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
1035 function set_coredump_filter, and remove remote_exec call.
1036 Remove argument ipid. Callers update.
1037 (top level): Don't get inferior's PID.
1038
63fc80ce
AA
10392015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
1040
1041 * gdb.base/watch_thread_num.exp: Skip test on targets without
1042 access watchpoints.
1043
80ad801e
PA
10442015-05-06 Pedro Alves <palves@redhat.com>
1045
1046 PR server/18081
1047 * gdb.server/non-existing-program.exp: New file.
1048
0fa7fe50
JB
10492015-05-05 Joel Brobecker <brobecker@adacore.com>
1050
1051 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
1052
3ea89b92
PMR
10532015-05-05 Joel Brobecker <brobecker@adacore.com>
1054
1055 * gdb.ada/out_of_line_in_inlined: New testcase.
1056
87b8eff0
JB
10572015-05-05 Joel Brobecker <brobecker@adacore.com>
1058
1059 * gdb.ada/var_rec_arr: New testcase.
1060
5fccc635
YQ
10612015-04-30 Yao Qi <yao.qi@linaro.org>
1062
1063 * gdb.base/break-idempotent.exp: If
1064 skip_hw_watchpoint_multi_tests returns true, skip the tests
1065 on "rwatch" and "awatch".
1066
42d38f42
YQ
10672015-04-30 Yao Qi <yao.qi@linaro.org>
1068
1069 * gdb.base/relativedebug.exp: Invoke gdb command
1070 "info sharedlibrary", and if libc.so doesn't have debug info,
1071 skip the test.
1072
2ce1cdbf
DE
10732015-04-29 Doug Evans <dje@google.com>
1074
1075 * gdb.python/py-xmethods.exp: Add ptype tests.
1076 * gdb.python/py-xmethods.py (E_method_char_worker): Add
1077 get_result_type method.
1078
f24a38c5
LM
10792015-04-29 Luis Machado <lgustavo@codesourcery.com>
1080
1081 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
1082 the target does not support hardware watchpoints.
1083
ecbf2b3c
LM
10842015-04-29 Luis Machado <lgustavo@codesourcery.com>
1085
1086 * gdb.base/break-always.exp: Abort testing if writing to memory
1087 causes an error.
1088
34f5f757
DE
10892015-04-28 Doug Evans <dje@google.com>
1090
1091 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
1092 * gdb.python/py-pp-registration.exp: ... here. New file.
1093 * gdb.python/py-pp-registration.c: New file.
1094 * gdb.python/py-pp-registration.py: New file.
1095
69b4374a
DE
10962015-04-28 Doug Evans <dje@google.com>
1097
1098 * gdb.python/py-bad-printers.c: New file.
1099 * gdb.python/py-bad-printers.py: New file.
1100 * gdb.python/py-bad-printers.exp: New file.
1101
59fb7612
SS
11022015-04-28 Sasha Smundak <asmundak@google.com>
1103
1104 * gdb.python/py-type.exp: New test.
1105
2631b16a
AW
11062015-04-28 Andy Wingo <wingo@igalia.com>
1107
1108 * gdb.python/py-parameter.exp:
1109 * gdb.guile/scm-parameter.exp: Escape the path that we are
1110 matching against, as it might contain characters that are special
1111 to regular expressions.
1112
460efde1
JB
11132015-04-27 Joel Brobecker <brobecker@adacore.com>
1114
1115 * gdb.ada/rec_comp: New testcase.
1116
2d369d8e
SDJ
11172015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
1118
1119 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
1120 before using it.
1121
cf75d6c3
AB
11222015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1123
1124 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
1125 new tests for verilog output.
1126
8dbe7ca5
YQ
11272015-04-24 Yao Qi <yao.qi@linaro.org>
1128
1129 * boards/remote-gdbserver-on-localhost.exp: New file.
1130
4ef9fb2f
PA
11312015-04-23 Pedro Alves <palves@redhat.com>
1132
1133 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
1134 $inferior_spawn_id instead of $inferior_spawn_id directly. On
1135 "end of file", remove $inferior_spawn_id from the indirect list.
1136
0a803169
PA
11372015-04-23 Pedro Alves <palves@redhat.com>
1138
1139 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
1140
749ef8f8
PA
11412015-04-23 Pedro Alves <palves@redhat.com>
1142
1143 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
1144 on $any_spawn_id instead of only on $gdb_spawn_id.
1145
8aae4344
PM
11462015-04-21 Pierre Muller <muller@sourceware.org>
1147
1148 PR pascal/17815
1149 * lib/pascal.exp (gpc_compile): Add new option "class".
1150 (fpc_compile): Likewise.
1151 * gdb.pascal/case-insensitive-symbols.pas: New file.
1152 * gdb.pascal/case-insensitive-symbols.exp: New file.
1153
1586c8fb
GB
11542015-04-20 Gary Benson <gbenson@redhat.com>
1155
1156 * gdb.base/attach.exp: Fix three extended remote failures.
1157
1b6e6f5c
GB
11582015-04-17 Gary Benson <gbenson@redhat.com>
1159
1160 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
1161 the main executable over the remote protocol.
1162
e797481d
PA
11632015-04-16 Pedro Alves <palves@redhat.com>
1164
1165 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
1166 a new gdbserver if gdbserver_reconnect_p is set.
1167
1ca99c42
PA
11682015-04-16 Pedro Alves <palves@redhat.com>
1169
1170 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
1171 is set, don't exit gdbserver.
1172
af9fd6f8
AA
11732015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1174
1175 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
1176 appropriate .insn, such that an older assembler can be used.
1177 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
1178 the z/Architecture instruction set on 31-bit targets as well.
1179
04ff1e61
AA
11802015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1181
1182 * gdb.go/handcall.exp: Remove all logic related to the first
1183 breakpoint and rely on go_runto_main instead.
1184 * gdb.go/strings.exp: Likewise.
1185 * gdb.go/unsafe.exp: Likewise.
1186 * gdb.go/hello.exp: Likewise. Also rename the remaining
1187 breakpoint marker to "breakpoint 1".
1188 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
1189 * gdb.go/strings.go: Likewise.
1190 * gdb.go/unsafe.go: Likewise.
1191 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
1192 "set breakpoint 2 here" and rename the remaining breakpoint marker
1193 to "breakpoint 1".
1194
40d2f8d6
SM
11952015-04-15 Simon Marchi <simon.marchi@ericsson.com>
1196
1197 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
1198 if itertools.imap is not present.
1199 * gdb.python/py-objfile.exp: Add parentheses.
1200 * gdb.python/py-type.exp: Same.
1201 * gdb.python/py-unwind-maint.py: Same.
1202
8cbc97c6
YQ
12032015-04-15 Yao Qi <yao.qi@linaro.org>
1204
1205 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
1206 of ":$ptr_size" and set its form explicitly.
1207
45fd756c
YQ
12082015-04-15 Pedro Alves <palves@redhat.com>
1209 Yao Qi <yao.qi@linaro.org>
1210
1211 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
1212 timeout by factor of 4.
1213 (test_regular_watch): Likewise.
1214 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
1215 * gdb.reverse/sigall-reverse.exp: Likewise.
1216 * gdb.reverse/until-precsave.exp: Likewise.
1217 * lib/gdb.exp (with_timeout_factor): New proc.
1218 (gdb_expect): Move some code to ...
1219 (get_largest_timeout): ... here. New procedure.
1220
9e811bc3
LM
12212015-04-14 Luis Machado <lgustavo@codesourcery.com>
1222
1223 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
1224
0ff6fcb2
LM
12252015-04-13 Luis Machado <lgustavo@codesourcery.com>
1226
1227 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
1228 to write to the .text section.
1229
7578d5f7
LM
12302015-04-13 Luis Machado <lgustavo@codesourcery.com>
1231
1232 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
1233 Handle the case of targets that do not provide PID information.
1234
2efe15c4
YQ
12352015-04-13 Yao Qi <yao.qi@linaro.org>
1236
1237 * lib/gdbserver-support.exp (gdb_exit): Catch exception
1238 and use expect instead of gdb_expect.
1239
8cd8f2f8
SDJ
12402015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
1241
1242 * gdb.base/coredump-filter.exp: Rename variable "addr" to
1243 "coredump_var_addr" to avoid naming conflict with other testcases.
1244
9ee41772
PA
12452015-04-10 Pedro Alves <palves@redhat.com>
1246
1247 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
1248 gdb_test_sequence and gdb_assert.
1249
07473109
PA
12502015-04-10 Pedro Alves <palves@redhat.com>
1251
1252 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
1253 test messages that don't include the breakpoint address.
1254
de3db44c
YQ
12552015-04-10 Yao Qi <yao.qi@linaro.org>
1256
1257 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
1258 false for some offset and width combinations which aren't
1259 supported by linux kernel.
1260
c79d856c
PA
12612015-04-10 Pedro Alves <palves@redhat.com>
1262
1263 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
1264 procedure, factored out from ...
1265 (top level): ... here. Add "set displaced-stepping" testing axis.
1266 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
1267 parameter "displaced". Use it.
1268 (top level): Use foreach and add "set displaced-stepping" testing
1269 axis.
1270
ebc90b50
PA
12712015-04-10 Pedro Alves <palves@redhat.com>
1272
1273 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
1274 Remove comment.
1275 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
1276 both the address of the instruction that triggers the watchpoint
1277 and the address of the instruction immediately after, and use
1278 those addresses for the test. Fix comment.
1279
8f572e5c
PA
12802015-04-10 Pedro Alves <palves@redhat.com>
1281
1282 * gdb.base/sigstep.exp (breakpoint_to_handler)
1283 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
1284 Test "backtrace" in handler.
1285 (breakpoint_over_handler): New parameter 'displaced'. Use it.
1286 (top level): Add new "displaced" test axis to
1287 breakpoint_to_handler, breakpoint_to_handler_entry and
1288 breakpoint_over_handler.
1289
8d707a12
PA
12902015-04-10 Pedro Alves <palves@redhat.com>
1291
1292 PR gdb/18216
1293 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
1294
ef713951
YQ
12952015-04-10 Yao Qi <yao.qi@linaro.org>
1296
1297 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
1298 (test_add_rn_pc): New function.
1299 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
1300 (top level): Invoke test_add_rn_pc.
1301
906d60cf
PA
13022015-04-10 Pedro Alves <palves@redhat.com>
1303
1304 PR gdb/13858
1305 * gdb.base/step-over-no-symbols.exp: New file.
1306
f2983cc3
AW
13072015-04-09 Andy Wingo <wingo@igalia.com>
1308
1309 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
1310 after the Python tests.
1311
6d62641c
SDJ
13122015-04-08 Keith Seitz <keiths@redhat.com>
1313
1314 PR python/16699
1315 * gdb.python/py-completion.exp: New tests for completion.
1316 * gdb.python/py-completion.py (CompleteLimit1): New class.
1317 (CompleteLimit2): Likewise.
1318 (CompleteLimit3): Likewise.
1319 (CompleteLimit4): Likewise.
1320 (CompleteLimit5): Likewise.
1321 (CompleteLimit6): Likewise.
1322 (CompleteLimit7): Likewise.
1323
f3770638
PA
13242015-04-08 Pedro Alves <palves@redhat.com>
1325
1326 PR gdb/18214
1327 PR gdb/18216
1328 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
1329 function.
1330 (main): Install it as SIGUSR1 handler.
1331 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
1332 parameter. Always use "setup" as prefix. Toggle "set
1333 displaced-stepping" off/on depending on global. Don't switch to
1334 thread 1 here.
1335 (top level): Add displaced stepping "off/on" test axis. Update
1336 "setup" calls. Wrap each subtest with with_test_prefix. Test
1337 continuing with a queued signal in each thread.
1338
4496bed7
PA
13392015-04-08 Pedro Alves <palves@redhat.com>
1340
1341 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
1342 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
1343 gdb_breakpoint instead of gdb_test that doesn't expect anything.
1344 Return early if running to main fails.
1345 * gdb.trace/while-stepping.exp: Likewise.
1346
b97fde92
PA
13472015-04-07 Pedro Alves <palves@redhat.com>
1348
1349 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
1350 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
1351 interact with inferior program.
1352
f71c18e7
PA
13532015-04-07 Pedro Alves <palves@redhat.com>
1354
1355 * lib/gdb.exp (inferior_spawn_id): New global.
1356 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
1357 spawn id after processing the user code.
1358 (default_gdb_start): Set inferior_spawn_id.
1359 (send_inferior): New procedure.
1360 * lib/gdbserver-support.exp (gdbserver_start): Set
1361 inferior_spawn_id.
1362 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
1363
6423214f
PA
13642015-04-07 Pedro Alves <palves@redhat.com>
1365
1366 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
1367 * lib/gdbserver-support.exp (gdbserver_start): Make
1368 $server_spawn_id global.
1369 (gdbserver_start): Don't wait for gdbserver's spawn id with
1370 expect_background.
1371 (close_gdbserver): New procedure.
1372 (gdb_exit): Rename the default version and reimplement.
1373
71c0ee8c
PA
13742015-04-07 Pedro Alves <palves@redhat.com>
1375
72f4393d 1376 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
1377 append the substituted item, not the original item.
1378
203bc29b
PA
13792015-04-07 Pedro Alves <palves@redhat.com>
1380
1381 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
1382 gdb_expect.
1383
508a3ddf
PA
13842015-04-07 Pedro Alves <palves@redhat.com>
1385
1386 * gdb.base/interrupt.exp: Don't handle the case of the inferior
1387 output appearing once only.
1388
9f6dbe2b
PA
13892015-04-07 Pedro Alves <palves@redhat.com>
1390
1391 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
1392 that doesn't expect anything. Return early if running to main
1393 fails.
1394
337532fa
YQ
13952015-04-07 Yao Qi <yao.qi@linaro.org>
1396
1397 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
1398 (child_function): Call alarm.
1399 (main): Move call to alarm into the loop.
1400 * gdb.threads/non-stop-fair-events.exp: Build program with
1401 -DTIMEOUT=$timeout.
1402
01b622d4
DE
14032015-04-06 Doug Evans <xdje42@gmail.com>
1404
1405 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
1406 Fix dest parameter to board_info.
1407 (fpc_compile): Ditto.
1408 (gdb_compile_pascal): Rename dest arg to destfile.
1409
961f4160
PMR
14102015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
1411
1412 * gdb.ada/funcall_ref.exp: New file.
1413 * gdb.ada/funcall_ref/foo.adb: New file.
1414
cafda597
YQ
14152015-04-02 Yao Qi <yao.qi@linaro.org>
1416
1417 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
1418 is remote.
1419
fed040c6
GB
14202015-04-02 Gary Benson <gbenson@redhat.com>
1421
1422 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
1423
d11916aa
SS
14242015-04-01 Sasha Smundak <asmundak@google.com>
1425
1426 * gdb.python/py-unwind-maint.c: New file.
1427 * gdb.python/py-unwind-maint.exp: New test.
1428 * gdb.python/py-unwind-maint.py: New file.
1429 * gdb.python/py-unwind.c: New file.
1430 * gdb.python/py-unwind.exp: New test.
1431 * gdb.python/py-unwind.py: New test.
1432
a1471180
PA
14332015-04-01 Pedro Alves <palves@redhat.com>
1434
1435 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
1436 to fail instead of non-existent $test.
1437
0bbeccb1
PA
14382015-04-01 Pedro Alves <palves@redhat.com>
1439
1440 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
1441 GDBFLAGS if not empty.
1442
3c724c8c
PMR
14432015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
1444
1445 * gdb.ada/complete.exp: Remove "multi_line".
1446 * gdb.ada/info_exc.exp: Remove "multi_line".
1447 * gdb.ada/packed_tagged.exp: Remove "multi_line".
1448 * gdb.ada/ptype_field.exp: Remove "multi_line".
1449 * gdb.ada/sym_print_name.exp: Remove "multi_line".
1450 * gdb.ada/tagged.exp: Remove "multi_line".
1451 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
1452 [multi_line ...]
1453 * gdb.btrace/delta.exp: Likewise.
1454 * gdb.btrace/exception.exp: Likewise.
1455 * gdb.btrace/function_call_history.exp: Likewise.
1456 * gdb.btrace/instruction_history.exp: Likewise.
1457 * gdb.btrace/nohist.exp: Likewise.
1458 * gdb.btrace/record_goto.exp: Likewise.
1459 * gdb.btrace/segv.exp: Likewise.
1460 * gdb.btrace/stepi.exp: Likewise.
1461 * gdb.btrace/tailcall.exp: Likewise.
1462 * gdb.btrace/unknown_functions.exp: Likewise.
1463 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
1464 * lib/gdb.exp: Add the "multi_line" helper.
1465
4eec2deb
PA
14662015-04-01 Pedro Alves <palves@redhat.com>
1467
1468 * gdb.threads/tid-reuse.c: New file.
1469 * gdb.threads/tid-reuse.exp: New file.
1470
df8411da
SDJ
14712015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1472
1473 PR corefiles/16092
1474 * gdb.base/coredump-filter.c: New file.
1475 * gdb.base/coredump-filter.exp: Likewise.
1476
6ef37366
PM
14772015-03-27 Petr Machata <pmachata@redhat.com>
1478
1479 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
1480 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
1481 (Dwarf::assemble): Initialize them.
1482 (Dwarf::lines): New function.
1483
7ec911b0
JT
14842015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
1485
1486 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
1487 SYMBOL_PREFIX for x86_64-*-cygwin.
1488
ff908ebf
AW
14892015-03-26 Andy Wingo <wingo@igalia.com>
1490
1491 PR symtab/18148
1492 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
1493 const_value but not a location.
1494 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
1495 location defined in non-main CUs are visible.
1496
6d5f0679
YQ
14972015-03-26 Yao Qi <yao.qi@linaro.org>
1498
1499 PR testsuite/18139
1500 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
1501 Add a line number entry for the same line.
1502 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
1503 Add a line number entry for the same line.
1504
2898689b
YQ
15052015-03-26 Yao Qi <yao.qi@linaro.org>
1506
1507 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
1508 .int 0.
1509 (func): Likewise. Add .Lfunc_1 label.
1510 Use .Lfunc_1 label.
1511 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
1512 .int 0.
1513 (func): Likewise.
1514 Use .Lfunc_1 label.
1515
85180498
YQ
15162015-03-26 Yao Qi <yao.qi@linaro.org>
1517
1518 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
1519 Call gdb_compile instead to compile each .s files without debug
1520 information.
1521
8aa08a8d
YQ
15222015-03-26 Yao Qi <yao.qi@linaro.org>
1523
1524 * gdb.base/savedregs.exp (process_saved_regs): Make
1525 "Saved registers:" optional in the pattern.
1526
66849923
MM
15272015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1528
1529 * gdb.btrace/next.exp: Merged into step.exp.
1530 * gdb.btrace/finish.exp: Merged into step.exp.
1531 * gdb.btrace/nexti.exp: Merged into stepi.exp.
1532 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
1533 "record goto" and checking the exact replay position.
1534 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
1535 check for "Recording format" in "info record" output.
1536 * gdb.btrace/record_goto.exp: Choose test file based on target.
1537 * gdb.btrace/x86-record_goto.S: Renamed into ...
1538 * gdb.btrace/x86_64-record_goto.S: ... this.
1539 * gdb.btrace/i686-record_goto.S: New.
1540 * gdb.btrace/x86-tailcall.S: Renamed into ...
1541 * gdb.btrace/x86_64-tailcall.S: ... this.
1542 * gdb.btrace/i686-tailcall.S: New.
1543 * gdb.btrace/x86-tailcall.c: Renamed into ...
1544 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
1545 separate statements. Update test.
1546 * gdb.btrace/delta.exp: Use record_goto.c as test file.
1547 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
1548 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
1549 * gdb.btrace/tailcall.exp: Choose test file based on target.
1550 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
1551
11cc1b74
MM
15522015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1553
1554 * gdb.btrace/exception.exp: Increase BTS buffer size.
1555
a25d8bf9
PA
15562015-03-24 Pedro Alves <palves@redhat.com>
1557
1558 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
1559
856e7dd6
PA
15602015-03-24 Pedro Alves <palves@redhat.com>
1561
1562 * gdb.threads/schedlock.exp (test_step): No longer expect that
1563 "set scheduler-locking step" with "next" over a function call runs
1564 threads unlocked.
1565
ad235a41
AT
15662015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1567
1568 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
1569
15630549
AT
15702015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1571
1572 PR breakpoints/16466
1573 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
1574 * gdb.mi/mi-pending.c (thread_func): New function.
1575 (int main): Add threading support required.
1576 * gdb.mi/mi-pending.exp: Add tests for this issue.
1577 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
1578 (pendfunc2): Remove stdio dependency.
1579 * gdb.mi/mi-pendshr2.c: New file.
1580
693dca06
KS
15812015-03-23 Keith Seitz <keiths@redhat.com>
1582
1583 * gdb.linespec/keywords.c: New file.
1584 * gdb.linespec/keywords.exp: New file.
1585
7e993ebf
KS
15862015-03-23 Keith Seitz <keiths@redhat.com>
1587
1588 PR gdb/18021
1589 * gdb.dwarf2/staticvirtual.exp: New test.
1590
bc23328c
JK
15912015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1592
1593 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
1594 * README: Remove HP-UX and gdb.hp.
1595 (configuration):
1596 * configure: Regenerate.
1597 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
1598 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
1599 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
1600 gdb.hp/gdb.defects/Makefile.
1601 * gdb.hp/Makefile.in: File deleted.
1602 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
1603 * gdb.hp/gdb.aCC/optimize.c: File deleted.
1604 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
1605 * gdb.hp/gdb.aCC/run.c: File deleted.
1606 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
1607 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
1608 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
1609 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
1610 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
1611 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
1612 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
1613 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
1614 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
1615 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
1616 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
1617 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
1618 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
1619 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
1620 * gdb.hp/gdb.base-hp/reg.s: File deleted.
1621 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
1622 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
1623 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
1624 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
1625 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
1626 * gdb.hp/gdb.compat/Makefile.in: File deleted.
1627 * gdb.hp/gdb.compat/average.c: File deleted.
1628 * gdb.hp/gdb.compat/sum.c: File deleted.
1629 * gdb.hp/gdb.compat/xdb.c: File deleted.
1630 * gdb.hp/gdb.compat/xdb0.c: File deleted.
1631 * gdb.hp/gdb.compat/xdb0.h: File deleted.
1632 * gdb.hp/gdb.compat/xdb1.c: File deleted.
1633 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
1634 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
1635 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
1636 * gdb.hp/gdb.defects/Makefile.in: File deleted.
1637 * gdb.hp/gdb.defects/bs14602.c: File deleted.
1638 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
1639 * gdb.hp/gdb.defects/solib-d.c: File deleted.
1640 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
1641 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
1642 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
1643 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
1644 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
1645 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
1646 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
1647 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
1648 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
1649 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
1650 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
1651 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
1652 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
1653 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
1654 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
1655 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
1656 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
1657 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
1658 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
1659 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
1660 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
1661 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
1662 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
1663 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
1664 * gdb.hp/tools/odump: File deleted.
1665
8bf3b159
PA
16662015-03-19 Pedro Alves <palves@redhat.com>
1667
1668 * gdb.threads/continue-pending-status.exp (saw_thread_2)
1669 (saw_thread_3): New globals.
1670 (top level): Increment them when an event for the corresponding
1671 thread is seen.
1672 (no thread starvation): New test.
1673
eb54c8bf
PA
16742015-03-19 Pedro Alves <palves@redhat.com>
1675
1676 * gdb.threads/continue-pending-status.c: New file.
1677 * gdb.threads/continue-pending-status.exp: New file.
1678
32d2e5d6
PA
16792015-03-18 Pedro Alves <palves@redhat.com>
1680
1681 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1682 Use gdb_is_target_remote instead of is_remote. Use
1683 gdb_test_multiple instead of gdb_expect. Exit early if
1684 gdb_test_multiple hits its internal matches. Tighten stepi tests
1685 expected output. Fail on exit with any signal, instead of just
1686 SIGILL.
1687
f68f11b7
YQ
16882015-03-18 Yao Qi <yao.qi@linaro.org>
1689
1690 PR tdep/18107
1691 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
1692 variable.
1693 * gdb.base/catch-syscall.exp: Don't skip it on
1694 aarch64*-*-linux* target. Remove elements in all_syscalls.
1695 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
1696 target.
1697 (setup_all_syscalls): New proc.
1698
ca5fd19b
YQ
16992015-03-16 Yao Qi <yao.qi@linaro.org>
1700
1701 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
1702 (top level): Skip tests if valid_addr_p returns false for
1703 $cmd1 or $cmd2.
1704
85642ba0
AW
17052015-03-11 Andy Wingo <wingo@igalia.com>
1706
1707 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
1708
e03f9645
YQ
17092015-03-11 Yao Qi <yao.qi@linaro.org>
1710
1711 * gdb.base/catch-syscall.exp: Fix typo in comments.
1712
5d0962b2
YQ
17132015-03-11 Yao Qi <yao.qi@linaro.org>
1714
1715 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
1716
b2df3cef
PA
17172015-03-09 Pedro Alves <palves@redhat.com>
1718
1719 * dg-extract-results.py: Delete.
1720
ef878e53
PA
17212015-03-09 Pedro Alves <palves@redhat.com>
1722
1723 Merge dg-extract-results.sh from GCC upstream (r218843).
1724
1725 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
1726 * dg-extract-results.sh: Use --text with grep to avoid issues with
1727 binary files. Fall back to cat -v, if that doesn't work.
1728
9494d219
PA
17292015-03-05 Pedro Alves <palves@redhat.com>
1730
1731 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
1732
a8d9763a
SM
17332015-03-04 Simon Marchi <simon.marchi@ericsson.com>
1734
1735 * lib/mi-support.exp (mi_expect_interrupt): Accept
1736 alternative event for when in all-stop mode.
1737
be9957b8
PA
17382015-03-04 Pedro Alves <palves@redhat.com>
1739
1740 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
1741
d57be0f4 17422015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
1743
1744 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
1745
c214c7cf
AA
17462015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1747
1748 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
1749 regexps for GDB's current line display, accept a hex address
1750 preceding the line number.
1751
6d74a497
AA
17522015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1753
1754 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
1755 the 'arch1' variable for "s390*-linux*" targets.
1756
511aee7c
PA
17572015-03-04 Pedro Alves <palves@redhat.com>
1758
1759 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
1760 (main): Pass missing retval argument to pthread_join call.
1761
95e50b27
PA
17622015-03-02 Pedro Alves <palves@redhat.com>
1763
1764 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
1765 (top level): Call do_test with non-stop as well.
1766
28054d69
PA
17672015-03-02 Pedro Alves <palves@redhat.com>
1768
1769 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
1770 -1.
1771
4fa5d7b4
AA
17722015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1773
1774 * gdb.arch/s390-vregs.exp: New test.
1775 * gdb.arch/s390-vregs.S: New file.
1776
97c18565
PA
17772015-02-27 Pedro Alves <palves@redhat.com>
1778
1779 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
1780 call to catch_command_errors.
1781 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
1782 catch_command_errors.
1783
a37bfa30
PA
17842015-02-27 Pedro Alves <palves@redhat.com>
1785
1786 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
1787 "true" for boolean result.
1788 * gdb.gdb/selftest.exp (test_with_self): Also accept full
1789 prototype of main.
1790
6f98576f
PA
17912015-02-27 Pedro Alves <palves@redhat.com>
1792
1793 * lib/unbuffer_output.c: New file.
1794 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
1795 (main): Call gdb_unbuffer_output.
1796
eba5ab56
YQ
17972015-02-27 Yao Qi <yao.qi@linaro.org>
1798
1799 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
1800 target.
1801
0def5aaa
DE
18022015-02-26 Doug Evans <dje@google.com>
1803
1804 * gdb.cp/class2.cc (Dbase, D): New classes.
1805 (main): New local delta.
1806 * gdb.cp/class2.exp: Test printing delta.
1807 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
1808 (dynbar): New global.
1809 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
1810
081a1c2c
JK
18112015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1812
1813 * gdb.compile/compile-ifunc.c: New file.
1814 * gdb.compile/compile-ifunc.exp: New file.
1815
2f41223f
AT
18162015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
1817
1818 * gdb.base/structs.exp: Check for correct struct on finish.
1819
03eddd80
YQ
18202015-02-26 Yao Qi <yao.qi@linaro.org>
1821
1822 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
1823 is zero.
1824
80c57053
JK
18252015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1826
1827 * gdb.arch/cordic.ko.bz2: New file.
1828 * gdb.arch/cordic.ko.debug.bz2: New file.
1829 * gdb.arch/ppc64-symtab-cordic.exp: New file.
1830
21613c12
YQ
18312015-02-25 Yao Qi <yao.qi@linaro.org>
1832
1833 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
1834 aarch64*-*-* target.
1835
d8b901ed
PA
18362015-02-23 Pedro Alves <palves@redhat.com>
1837
1838 * lib/gdb.exp (delete_breakpoints): Rewrite using
1839 gdb_test_multiple.
1840
e5b85ead
PA
18412015-02-23 Pedro Alves <palves@redhat.com>
1842
1843 * gdb.base/info-os.c: Include stdlib.h.
1844
85c3a371
DE
18452015-02-22 Doug Evans <xdje42@gmail.com>
1846
1847 PR symtab/17855
1848 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
1849 is read after symbols have been re-read.
1850 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
1851 * gdb.ada/exec_changed/second.adb (Second): Ditto.
1852
96553a0c
DE
18532015-02-21 Doug Evans <dje@google.com>
1854
1855 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
1856
97a0c697
JK
18572015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1858
1859 PR corefiles/17808
1860 * gdb.arch/i386-biarch-core.core.bz2: New file.
1861 * gdb.arch/i386-biarch-core.exp: New file.
1862
a47cd6e9
PA
18632015-02-21 Pedro Alves <palves@redhat.com>
1864
1865 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
1866 runto_main fails.
1867
c5facdc4
PA
18682015-02-20 Pedro Alves <palves@redhat.com>
1869
1870 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
1871 info probes.
1872
2db9a427
PA
18732015-02-20 Pedro Alves <palves@redhat.com>
1874
1875 * gdb.threads/multi-create-ns-info-thr.exp: New file.
1876
60fb7e9e
PA
18772015-02-20 Pedro Alves <palves@redhat.com>
1878
1879 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
1880 clean_restart before gdb_target_supports_trace.
1881
5c5019c2
PA
18822015-02-20 Pedro Alves <palves@redhat.com>
1883
1884 PR threads/18006
1885 * gdb.threads/clone-thread_db.c: New file.
1886 * gdb.threads/clone-thread_db.exp: New file.
1887
c9587f88
AT
18882015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
1889
1890 PR breakpoints/16812
1891 * gdb.base/catch-gdb-caused-signals.c: New file.
1892 * gdb.base/catch-gdb-caused-signals.exp: New file.
1893
f6a88844
JM
18942015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
1895
1896 * configure: Regenerated.
1897 * configure.ac: Use GDB_AC_TRANSFORM.
1898 * aclocal.m4: sinclude ../transform.m4.
1899
497c491b
JM
19002015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1901
1902 * lib/dtrace.exp: New file.
1903 * gdb.base/dtrace-probe.exp: Likewise.
1904 * gdb.base/dtrace-probe.d: Likewise.
1905 * gdb.base/dtrace-probe.c: Likewise.
1906 * lib/pdtrace.in: Likewise.
1907 * configure.ac: Output variables with the transformed names of
1908 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
1909 * configure: Regenerated.
1910
03e98035
JM
19112015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1912
1913 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
1914 expected message when trying to access $_probe_* convenience
1915 variables while not on a probe.
1916
63cc30e9
JK
19172015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1918
1919 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
1920
0703599a
PA
19212015-02-11 Pedro Alves <pedro@codesourcery.com>
1922
1923 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
1924 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
1925
7e60a48e
DE
19262015-02-10 Doug Evans <xdje42@gmail.com>
1927
1928 * lib/gdb.exp (gdb_load): Always return a result.
1929
01b088bc
PA
19302015-02-10 Pedro Alves <palves@redhat.com>
1931
1932 * gdb.threads/signal-sigtrap.c: New file.
1933 * gdb.threads/signal-sigtrap.exp: New file.
1934
b05ec7a5
AT
19352015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
1936
1937 * gdb.trace/no-attach-trace.c: New file.
1938 * gdb.trace/no-attach-trace.exp: New file.
1939
a2c2acaf
MW
19402015-02-09 Mark Wielaard <mjw@redhat.com>
1941
1942 * gdb.dwarf2/atomic.c: New file.
1943 * gdb.dwarf2/atomic-type.exp: Likewise.
1944
31fd9caa
MM
19452015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1946
1947 * gdb.btrace/buffer-size.exp: Update "info record" output.
1948 * gdb.btrace/delta.exp: Update "info record" output.
1949 * gdb.btrace/enable.exp: Update "info record" output.
1950 * gdb.btrace/finish.exp: Update "info record" output.
1951 * gdb.btrace/instruction_history.exp: Update "info record" output.
1952 * gdb.btrace/next.exp: Update "info record" output.
1953 * gdb.btrace/nexti.exp: Update "info record" output.
1954 * gdb.btrace/step.exp: Update "info record" output.
1955 * gdb.btrace/stepi.exp: Update "info record" output.
1956 * gdb.btrace/nohist.exp: Update "info record" output.
1957
d33501a5
MM
19582015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1959
1960 * gdb.btrace/buffer-size: New.
1961
f4abbc16
MM
19622015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1963
1964 * gdb.btrace/delta.exp: Update "info record" output.
1965 * gdb.btrace/enable.exp: Update "info record" output.
1966 * gdb.btrace/finish.exp: Update "info record" output.
1967 * gdb.btrace/instruction_history.exp: Update "info record" output.
1968 * gdb.btrace/next.exp: Update "info record" output.
1969 * gdb.btrace/nexti.exp: Update "info record" output.
1970 * gdb.btrace/step.exp: Update "info record" output.
1971 * gdb.btrace/stepi.exp: Update "info record" output.
1972 * gdb.btrace/nohist.exp: Update "info record" output.
1973
b9d61307
SM
19742015-02-06 Simon Marchi <simon.marchi@ericsson.com>
1975
1976 PR gdb/15678
1977 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
1978
e584fdbc
PA
19792015-02-06 Pedro Alves <palves@redhat.com>
1980
1981 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
1982 macro.
1983 (seconds_left, again): New globals.
1984 (main): Wait seconds_left in a 1-second sleep loop instead of
1985 sleeping 180 seconds. If 'again' is set, reset the seconds
1986 counter.
1987 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
1988 'again' in the inferior before detaching. Print the seconds left.
1989 (options): New global.
1990 (top level): Build program with -DTIMEOUT=$timeout.
1991
77f41761
PA
19922015-02-06 Pedro Alves <palves@redhat.com>
1993
1994 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
1995 determine how many seconds to pass to 'alarm'.
1996 * gdb.base/gdb-sigterm.exp (top level): Build program with
1997 -DTIMEOUT=$timeout.
1998 (do_test): Return success/failure indication. Add more verbose
1999 logging. Don't fail if 200 single steps are seen. Instead, fail
2000 when the test times out.
2001 (passes): New global.
2002 (top level): Break the testing loop if testing fails on any
2003 iteration. Use gdb_assert.
2004
b9394193
DB
20052015-02-04 Don Breazeal <donb@codesourcery.com>
2006
2007 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
2008 and initialize them.
2009 (ipc_cleanup): New function.
2010 (main): Don't declare shmid, semid, and msqid. Add a call to
2011 atexit so that we call ipc_cleanup on exit.
2012
42d9e528
PA
20132015-02-04 Pedro Alves <palves@redhat.com>
2014
2015 * boards/native-extended-gdbserver.exp: Remove any target variant
2016 specifications from the board name before clearing the isremote
2017 flag from board_info.
2018
ae6ae975
DE
20192015-01-31 Doug Evans <xdje42@gmail.com>
2020
2021 * gdb.base/maint.exp <maint print type argc>: Update expected output.
2022
cfb069a8
GB
20232015-01-31 Gary Benson <gbenson@redhat.com>
2024
2025 * gdb.base/completion.exp: Disable completion limiting for
2026 existing tests. Add new tests to check completion limiting.
2027 * gdb.linespec/ls-errs.exp: Disable completion limiting.
2028
5dd31d79
DE
20292015-01-31 Doug Evans <xdje42@gmail.com>
2030
2031 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
2032
9f050062
DE
20332015-01-31 Doug Evans <xdje42@gmail.com>
2034
2035 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
2036 entries. Duplicate file section script entries.
2037 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
2038 inlined entries. Add test for safe-path rejection.
2039 * gdb.python/py-section-script.c: Add duplicate inlined section script
2040 entries. Duplicate file section script entries.
2041 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
2042 inlined entries. Add test for safe-path rejection.
2043
df25ebbd
JB
20442015-01-29 Joel Brobecker <brobecker@adacore.com>
2045
2046 * gdb.ada/disc_arr_bound: New testcase.
2047
4a0ca9ec
JB
20482015-01-29 Joel Brobecker <brobecker@adacore.com>
2049
2050 * gdb.ada/mi_var_array: New testcase.
2051
3a8b707a
DE
20522015-01-27 Doug Evans <dje@google.com>
2053
2054 * gdb.python/py-objfile.exp: Add tests for objfile.username.
2055 Add test for objfile.filename, objfile.username after objfile
2056 has been unloaded.
2057
f8313f6e
JB
20582015-01-26 Joel Brobecker <brobecker@adacore.com>
2059
2060 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
2061 the second test to print the name attribute of value
2062 returned by the call to gdb.lookup_type, and adjust
2063 the expected output accordingly.
2064
37bc665e
MW
20652015-01-25 Mark Wielaard <mjw@redhat.com>
2066
2067 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
2068 * gdb.base/disp-step-fork.c: Include unistd.h.
2069 * gdb.base/siginfo-obj.c: Include stdio.h.
2070 * gdb.base/siginfo-thread.c: Likewise.
2071 * gdb.mi/non-stop.c: Include unistd.h.
2072 * gdb.mi/nsthrexec.c: Include stdio.h.
2073 * gdb.mi/pthreads.c: Include unistd.h.
2074 * gdb.modula2/unbounded1.c (main): Declare returns int.
2075 * gdb.reverse/consecutive-reverse.c: Likewise.
2076 * gdb.threads/create-fail.c: Include unistd.h.
2077 * gdb.threads/killed.c: Likewise.
2078 * gdb.threads/linux-dp.c: Likewise.
2079 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
2080 * gdb.threads/non-ldr-exc-2.c: Likewise.
2081 * gdb.threads/non-ldr-exc-3.c: Likewise.
2082 * gdb.threads/non-ldr-exc-4.c: Likewise.
2083 * gdb.threads/pthreads.c: Include unistd.h.
2084 (main): Declare returns int.
2085 * gdb.threads/tls-main.c (foo): New declaration.
2086 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
2087
f7e5394d
SM
20882015-01-23 Simon Marchi <simon.marchi@ericsson.com>
2089
2090 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
2091 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
2092
743649fd
MW
20932015-01-15 Mark Wielaard <mjw@redhat.com>
2094
2095 * gdb.base/noreturn-return.c: New file.
2096 * gdb.base/noreturn-return.exp: New file.
2097 * gdb.base/noreturn-finish.c: New file.
2098 * gdb.base/noreturn-finish.exp: New file.
2099
198297aa
PA
21002015-01-23 Pedro Alves <palves@redhat.com>
2101
2102 * gdb.threads/continue-pending-after-query.c: New file.
2103 * gdb.threads/continue-pending-after-query.exp: New file.
2104
717cf30c
AG
21052015-01-22 Anders Granlund <anders.granlund@ericsson.com>
2106 Simon Marchi <simon.marchi@ericsson.com>
2107
2108 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
2109 * gdb.base/valgrind-db-attach.exp: Same.
2110 * gdb.base/valgrind-infcall.exp: Same.
2111 * lib/mi-support.exp (default_mi_gdb_start): Same.
2112 * lib/prompt.exp (default_prompt_gdb_start): Same.
2113 * lib/gdb.exp (default_gdb_spawn): Same.
2114 (gdb_interact): New.
2115
2116
4b62a76e
JK
21172015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2118
2119 * gdb.compile/compile.exp (pointer to jit function): New test.
2120
b4cdae6f
WW
21212015-01-17 Wei-cheng Wang <cole945@gmail.com>
2122
2123 * lib/gdb.exp (supports_process_record): Return true for
2124 powerpc*-*-linux*.
2125 (supports_reverse): Likewise.
2126
d221e7ef
DB
21272015-01-15 Don Breazeal <donb@codesourcery.com>
2128
2129 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
2130 instead of checking whether the target board is remote and
2131 use spawn_wait_for_attach instead of exec/sleep.
2132 * gdb.base/attach-twice.exp: Likewise.
2133
bafffb51
JB
21342015-01-15 Joel Brobecker <brobecker@adacore.com>
2135
2136 * gdb.ada/var_arr_attrs: New testcase.
2137
5589af0e
PA
21382015-01-14 Pedro Alves <palves@redhat.com>
2139 Joel Brobecker <brobecker@adacore.com>
2140
2141 PR gdb/17525
2142 * gdb.base/bp-cmds-execution-x-script.c: New file.
2143 * gdb.base/bp-cmds-execution-x-script.exp: New file.
2144 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
2145
6c400b59
PA
21462015-01-14 Pedro Alves <palves@redhat.com>
2147
2148 PR cli/17828
2149 * gdb.base/batch-preserve-term-settings.c: New file.
2150 * gdb.base/batch-preserve-term-settings.exp: New file.
2151
e02c96a7
DE
21522015-01-13 Doug Evans <dje@google.com>
2153
2154 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
2155 binary.
2156
576fd14c
JB
21572015-01-13 Joel Brobecker <brobecker@adacore.com>
2158
2159 * Makefile.in (clean mostlyclean): Do not delete *.py.
2160
04dccad0
JB
21612015-01-13 Joel Brobecker <brobecker@adacore.com>
2162
2163 * gdb.python/py-lookup-type.exp: New file.
2164
3d230f71
PA
21652015-01-12 Pedro Alves <palves@redhat.com>
2166
2167 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
2168 restore GDBFLAGS before returning.
2169
7e67715d
JK
21702015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2171
2172 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
2173 is_amd64_regs_target and is_x86_like_target.
2174
f2e0d4b4
DE
21752015-01-11 Doug Evans <xdje42@gmail.com>
2176
2177 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
2178 is given without an explicit form.
2179 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
2180 attributes.
2181 * gdb.dwarf/corrupt.exp: Ditto.
2182 * gdb.dwarf2/enum-type.exp: Ditto.
2183 * gdb.trace/entry-values.exp: Ditto.
2184 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
2185
439250fb
DE
21862015-01-11 Doug Evans <xdje42@gmail.com>
2187
2188 PR gdb/15830
2189 * gdb.base/maint.exp: Remove references to "maint demangle".
2190 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
2191 Add tests for explicitly specifying language to demangle.
2192 * gdb.dlang/demangle.exp: Ditto.
2193
ede9f622
PA
21942015-01-09 Pedro Alves <palves@redhat.com>
2195
2196 * gdb.threads/non-stop-fair-events.c: New file.
2197 * gdb.threads/non-stop-fair-events.exp: New file.
2198
a7b796db
PA
21992015-01-09 Pedro Alves <palves@redhat.com>
2200
2201 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
2202 the global scope. Set a breakpoint after all threads are started
2203 rather than stepping over two source lines. Expect the prompt.
2204 * gdb.base/watch_thread_num.c (threads_started_barrier): New
2205 global.
2206 (NUM): Now 15.
2207 (main): Use threads_started_barrier to wait for all threads to
2208 start. Main thread no longer calls thread_function. Exit after
2209 180 seconds.
2210 (loop): New function.
2211 (thread_function): Wait on threads_started_barrier barrier. Call
2212 'loop' at each iteration.
2213 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
2214 threads have started, instead of hardcoding number of "next"
2215 steps. Use an access watchpoint instead of a write watchpoint.
2216
9665ffdd
PA
22172015-01-09 Pedro Alves <palves@redhat.com>
2218
2219 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
2220 (thread_func): Wait on barrier.
2221 (main): Wait for all threads to start before stopping GDB.
2222 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
2223 global.
2224 (thread1_func, thread2_func): Wait on barrier.
2225 (main): Wait for all threads to start before stopping GDB.
2226 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
2227 New global.
2228 (thread1_func, thread2_func): Wait on barrier.
2229 (main): Wait for all threads to start before stopping GDB.
2230
c945a99f
PA
22312015-01-09 Pedro Alves <palves@redhat.com>
2232
2233 * gdb.threads/attach-many-short-lived-threads.c: New file.
2234 * gdb.threads/attach-many-short-lived-threads.exp: New file.
2235
c1a747c1
PA
22362014-01-09 Pedro Alves <palves@redhat.com>
2237
2238 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
2239 instead of to thread 2.
2240 * gdb.threads/signal-command-multiple-signals-pending.c (main):
2241 Add barrier around each pthread_create call instead of around all
2242 calls.
2243 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
2244 Set a break on thread_function and have the child threads hit it
2245 one at at a time.
2246
60b3033e
PA
22472015-01-09 Pedro Alves <palves@redhat.com>
2248
2249 * lib/gdb.exp (can_spawn_for_attach): New procedure.
2250 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
2251 false.
2252 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
2253 checking whether the target board is remote.
2254 * gdb.multi/multi-attach.exp: Likewise.
2255 * gdb.python/py-sync-interp.exp: Likewise.
2256 * gdb.server/ext-attach.exp: Likewise.
2257 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
2258 tests that need to attach, instead of checking whether the target
2259 board is remote at the top of the file.
2260
acc018ac
YQ
22612015-01-08 Yao Qi <yao@codesourcery.com>
2262
2263 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
2264
50a18af8
JK
22652015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2266
2267 Fix testcase compilation.
2268 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
2269
8503d6e1
JB
22702015-01-06 Joel Brobecker <brobecker@adacore.com>
2271
2272 * gdb.python/py-type.exp: Add a couple test about empty
2273 array creation, and negative-length array creation.
2274
cc73dbcc
DE
22752015-01-02 Doug Evans <xdje42@gmail.com>
2276
2277 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
2278
0300bbc7
DE
22792015-01-02 Doug Evans <dje@google.com>
2280
2281 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
2282
9d85a0ec
YQ
22832014-12-29 Yao Qi <yao@codesourcery.com>
2284
2285 * gdb.trace/entry-values.exp: Update comments. Rename variable
2286 bar_call_foo to returned_from_foo.
2287
87186c6a
MMN
22882014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
2289
2290 PR gdb/17394
2291 * gdb.linespec/break-asm-file.c: New file.
2292 * gdb.linespec/break-asm-file.exp: New file.
2293 * gdb.linespec/break-asm-file0.s: New file.
2294 * gdb.linespec/break-asm-file1.s: New file.
2295
1bab7383
YQ
22962014-12-18 Nigel Stephens <nigel@mips.com>
2297 Maciej W. Rozycki <macro@codesourcery.com>
2298
2299 * gdb.base/float.exp: Handle the new output from "info float" on
2300 MIPS targets.
2301
1bc1068a
JK
23022014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2303
2304 Fix MinGW compilation.
2305 * gdb.compile/compile-ops.exp: Update untested message if
2306 !skip_compile_feature_tests.
2307 * gdb.compile/compile-setjmp.exp: Likewise.
2308 * gdb.compile/compile-tls.exp: Likewise.
2309 * gdb.compile/compile.exp: Likewise.
2310 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
2311 supported on this host".
2312
b6615d10
DE
23132014-12-16 Doug Evans <xdje42@gmail.com>
2314
2315 * boards/stabs.exp: New file.
2316
25dda427
AA
23172014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
2318
2319 * gdb.base/completion.exp: Adjust to format changes of "maint
2320 print user-registers".
2321
bf330350
CU
23222014-12-16 Catalin Udma <catalin.udma@freescale.com>
2323
2324 PR server/17457
2325 * gdb.arch/aarch64-fp.c: New file.
2326 * gdb.arch/aarch64-fp.exp: New file.
2327
395cf596
SDJ
23282014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2329
2330 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
2331 r210637, r210913, r211666, r215400, r215817).
2332
2333 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
2334 * dg-extract-results.py: New file.
2335 * dg-extract-results.sh: Use it if the environment seems
2336 suitable.
2337
2338 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
2339
2340 * dg-extract-results.py (parse_run): Handle warnings that
2341 are printed before a test harness is run.
2342
2343 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
2344
2345 * dg-extract-results.py (Named): Remove __cmp__ method.
2346 (output_variation): Use a key to sort variation.harnesses.
2347
2348 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
2349
2350 * dg-extract-results.py: For Python 3, force sys.stdout to
2351 handle surrogate escape sequences.
2352 (safe_open): New function.
2353 (output_segment, main): Use it.
2354
2355 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
2356
2357 * dg-extract-results.py (Prog.result_re): Include options
2358 in test name.
2359
2360 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
2361
2362 * dg-extract-results.py (output_variation): Always sort if
2363 do_sum.
2364
e882ef3c
SM
23652014-12-15 Simon Marchi <simon.marchi@ericsson.com>
2366
2367 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
2368 as long as we get pagination notifications.
2369
4992aa20
JM
23702014-12-15 Jason Merrill <jason@redhat.com>
2371
2372 * Makefile.in (check-gdb.%): Restore.
2373 * README: Mention it.
2374
c1b5a1a6
JB
23752014-12-13 Joel Brobecker <brobecker@adacore.com>
2376
2377 * gdb.ada/str_uninit: New testcase.
2378
5537b577
JK
23792014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2380
2381 PR symtab/17642
2382 * gdb.base/vla-stub-define.c: New file.
2383 * gdb.base/vla-stub.c: New file.
2384 * gdb.base/vla-stub.exp: New file.
2385
bb2ec1b3
TT
23862014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2387 Jan Kratochvil <jan.kratochvil@redhat.com>
2388 Tom Tromey <tromey@redhat.com>
2389
2390 * configure.ac: Add gdb.compile/.
2391 * configure: Regenerate.
2392 * gdb.compile/Makefile.in: New file.
2393 * gdb.compile/compile-ops.exp: New file.
2394 * gdb.compile/compile-ops.c: New file.
2395 * gdb.compile/compile-tls.c: New file.
2396 * gdb.compile/compile-tls.exp: New file.
2397 * gdb.compile/compile-constvar.S: New file.
2398 * gdb.compile/compile-constvar.c: New file.
2399 * gdb.compile/compile-mod.c: New file.
2400 * gdb.compile/compile-nodebug.c: New file.
2401 * gdb.compile/compile-setjmp-mod.c: New file.
2402 * gdb.compile/compile-setjmp.c: New file.
2403 * gdb.compile/compile-setjmp.exp: New file.
2404 * gdb.compile/compile-shlib.c: New file.
2405 * gdb.compile/compile.c: New file.
2406 * gdb.compile/compile.exp: New file.
2407 * lib/gdb.exp (skip_compile_feature_tests): New proc.
2408
4ff709eb
TT
24092014-12-12 Tom Tromey <tromey@redhat.com>
2410
2411 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
2412 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
2413
6dddd6a5
DE
24142014-12-12 Doug Evans <dje@google.com>
2415
2416 * lib/gdb-python.exp (get_python_valueof): New function.
2417 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
2418
71c24708
AA
24192014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2420
2421 * gdb.base/completion.exp: Add test for completion of "info
2422 registers ".
2423
3e29f34a
MR
24242014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
2425
2426 * gdb.base/func-ptrs.c: New file.
2427 * gdb.base/func-ptrs.exp: New file.
2428
fc126975
SM
24292014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2430
2431 PR breakpoints/17012
2432 * gdb.base/dprintf-detach.c: New file.
2433 * gdb.base/dprintf-detach.exp: New file.
2434
0a46d518
SM
24352014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2436
2437 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
2438 * lib/gdb.exp (target_is_gdbserver): New procedure.
2439
a0be3e44
DE
24402014-12-08 Doug Evans <dje@google.com>
2441
2442 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
2443
df1b803a
YQ
24442014-12-05 Yao Qi <yao@codesourcery.com>
2445
2446 * gdb.guile/scm-error.exp: Remove the third argument to
2447 gdb_remote_download.
2448 * gdb.guile/scm-frame-args.exp: Likewise.
2449 * gdb.guile/scm-section-script.exp: Likewise.
2450
ddb9f679
YQ
24512014-12-05 Yao Qi <yao@codesourcery.com>
2452
2453 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
2454
86e4ed39
DE
24552014-12-04 Doug Evans <dje@google.com>
2456
2457 * gdb.python/py-objfile.exp: Add tests for
2458 objfile.add_separate_debug_file.
2459
7c50a931
DE
24602014-12-04 Doug Evans <dje@google.com>
2461
2462 * lib/gdb.exp (get_build_id): New function.
2463 (build_id_debug_filename_get): Rewrite to use it.
2464 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
2465
621661e3
MR
24662014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
2467
2468 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
2469 `method(long)', not just 0x0.
2470 * gdb.cp/nsalias.exp: Align code labels to 4.
2471 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
2472 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
2473 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
2474 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
2475 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
2476 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
2477
29f0c3b7
DE
24782014-12-02 Doug Evans <dje@google.com>
2479
e1e061e7 2480 PR symtab/17602
29f0c3b7 2481 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 2482 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
2483 * gdb.cp/anon-ns.exp: Update.
2484
162078c8
NB
24852014-12-02 Nick Bull <nicholaspbull@gmail.com>
2486
2487 * gdb.python/py-events.py (inferior_call_handler): New.
2488 (register_changed_handler, memory_changed_handler): New.
2489 (test_events.invoke): Register new handlers.
2490 * gdb.python/py-events.exp: Add tests for inferior call,
2491 memory_changed and register_changed events.
2492
fdb09caf
AA
24932014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2494
2495 * gdb.base/execl-update-breakpoints.exp: Specify the link address
2496 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
2497 if the linker doesn't understand this.
2498
55cfb2c4
SM
24992014-12-01 Simon Marchi <simon.marchi@ericsson.com>
2500
2501 * gdb.python/python.exp: Change expected reply to help().
2502
9e8cd6df
YQ
25032014-12-01 Yao Qi <yao@codesourcery.com>
2504
2505 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
2506 AC_CONFIG_SUBDIRS(gdb.gdbtk).
2507 * configure: Re-generated.
2508
6c659fc2
SC
25092014-11-28 Siva Chandra Reddy <sivachandra@google.com>
2510
2511 * gdb.cp/chained-calls.cc: New file.
2512 * gdb.cp/chained-calls.exp: New file.
2513 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
2514
d7fc3181
SM
25152014-11-28 Simon Marchi <simon.marchi@ericsson.com>
2516
2517 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
2518 * gdb.dwarf2/symtab-producer.exp: Same.
2519 * gdb.gdb/python-interrupts.exp: Same.
2520 * gdb.gdb/python-selftest.exp: Same.
2521 * gdb.python/py-linetable.exp: Same.
2522 * gdb.python/py-type.exp: Same.
2523 * gdb.python/py-value-cc.exp: Same.
2524 * gdb.python/py-value.exp: Same.
2525
10e79639
YQ
25262014-11-28 Yao Qi <yao@codesourcery.com>
2527
2528 * gdb.base/break-probes.exp: Match library name prefixed with
2529 sysroot.
2530
f28a0564
SM
25312014-11-27 Simon Marchi <simon.marchi@ericsson.com>
2532
2533 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
2534 test expected output. Add parentheses for the call to print.
2535 Remove L suffix from integers.
2536
3fe1ce1d
DE
25372014-11-26 Doug Evans <dje@google.com>
2538
2539 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
2540
84429e27
YQ
25412014-11-22 Yao Qi <yao@codesourcery.com>
2542
2543 * gdb.trace/entry-values.c: Remove asms.
2544 (foo): Add foo_label.
2545 (bar): Add bar_label.
2546 * gdb.trace/entry-values.exp: Remove code computing foo's
2547 length and bar's length.
2548 (Dwarf::assemble): Invoke function_range for bar and use
2549 MACRO_AT_func for foo.
2550
26741859
YQ
25512014-11-22 Yao Qi <yao@codesourcery.com>
2552
2553 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
2554 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
2555 Use .Lgcc43_procstart instead of gcc43.
2556
45e44d27
JB
25572014-11-21 Joel Brobecker <brobecker@adacore.com>
2558
2559 * gdb.ada/n_arr_bound: New testcase.
2560
458c8db8
SDJ
25612014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2562
2563 PR breakpoints/10737
2564 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
2565 test_catch_syscall_multi_arch.
2566 (test_catch_syscall_multi_arch): New function.
2567
43f3e411
DE
25682014-11-20 Doug Evans <xdje42@gmail.com>
2569
2570 * gdb.base/maint.exp: Update expected output.
2571
0d7b2549
AA
25722014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2573
2574 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
2575 4-byte instruction on S390.
2576
8908fca5
JB
25772014-11-19 Joel Brobecker <brobecker@adacore.com>
2578
2579 * gdb.ada/arr_arr: New testcase.
2580
4a46959e
JB
25812014-11-19 Joel Brobecker <brobecker@adacore.com>
2582
2583 * gdb.ada/pkd_arr_elem: New Testcase.
2584
470e2f4e
LM
25852014-11-18 Luis Machado <lgustavo@codesourcery.com>
2586
2587 * gdb.reverse/break-precsave: Expect completion message for
2588 core file reads.
2589 * gdb.reverse/consecutive-precsave.exp: Likewise.
2590 * gdb.reverse/finish-precsave.exp: Likewise.
2591 * gdb.reverse/i386-precsave.exp: Likewise.
2592 * gdb.reverse/machinestate-precsave.exp: Likewise.
2593 * gdb.reverse/sigall-precsave.exp: Likewise.
2594 * gdb.reverse/solib-precsave.exp: Likewise.
2595 * gdb.reverse/step-precsave.exp: Likewise.
2596 * gdb.reverse/until-precsave.exp: Likewise.
2597 * gdb.reverse/watch-precsave.exp: Likewise.
2598
a267f3ad
AA
25992014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2600
2601 * gdb.base/bp-permanent.c: Include unistd.h.
2602 * gdb.python/py-framefilter-mi.c (main): Add return type.
2603 * gdb.python/py-framefilter.c (main): Likewise.
2604 * gdb.trace/actions-changed.c (main): Likewise.
2605
12084a9a
AA
26062014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2607
2608 * gdb.mi/until.c: Add eye-catchers.
2609 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
2610 line numbers.
2611
dc7e1a77
AA
26122014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2613
2614 * gdb.base/condbreak.exp: Drop references to removed non-prototype
2615 function header variants in break1.c.
2616 * gdb.base/ena-dis-br.exp: Likewise.
2617 * gdb.base/hbreak2.exp: Likewise.
2618 * gdb.reverse/until-precsave.exp: Drop references to removed
2619 non-prototype function header variants in ur1.c.
2620 * gdb.reverse/until-reverse.exp: Likewise.
2621
41c77605
PM
26222014-11-17 Petr Machata <pmachata@redhat.com>
2623
2624 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
2625 ${_cu_offset_size} bytes abbrev offset.
2626
34248c3a
DE
26272014-11-15 Doug Evans <xdje42@gmail.com>
2628
2629 PR symtab/17559
2630 * gdb.base/line-symtabs.exp: New file.
2631 * gdb.base/line-symtabs.c: New file.
2632 * gdb.base/line-symtabs.h: New file.
2633
646da059
YQ
26342014-11-14 Yao Qi <yao@codesourcery.com>
2635
2636 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
2637 (func): Add label func_label.
2638 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
2639 Replace low_pc and high_pc with MACRO_AT_range.
2640 Replace name, low_pc and high_pc with MACRO_AT_func.
2641
9301ebe6
YQ
26422014-11-14 Yao Qi <yao@codesourcery.com>
2643
2644 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
2645 Replace name, low_pc and high_pc with MACRO_AT_func.
2646
f166b542
YQ
26472014-11-14 Yao Qi <yao@codesourcery.com>
2648
2649 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
2650 produce debug information.
2651 * gdb.dwarf2/implptr-optimized-out.S: Removed.
2652
0f6e71e3
YQ
26532014-11-14 Yao Qi <yao@codesourcery.com>
2654
2655 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
2656 object and get function length.
2657 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
2658 with MACRO_AT_func.
2659 (top-level): Replace gdb_compile and clean_restart with
2660 prepare_for_testing.
2661 * gdb.dwarf2/main.c (main): Add label main_label.
2662
876c4df9
YQ
26632014-11-14 Yao Qi <yao@codesourcery.com>
2664
2665 * lib/dwarf.exp (function_range): New procedure.
2666 (Dwarf::_handle_macro_at_func): New procedure.
2667 (Dwarf::_handle_macro_at_range): New procedure.
2668 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
2669
02ad9cf1
YQ
26702014-11-14 Yao Qi <yao@codesourcery.com>
2671
2672 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
2673 (_handle_attribute): New procedure.
2674
a59add0c
AA
26752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2676
2677 * gdb.ada/cond_lang/foo.c (callme): Add return type.
2678 * gdb.base/call-sc.c (zed): Likewise.
2679 * gdb.base/checkpoint.c (main): Likewise.
2680 * gdb.base/dump.c (main): Likewise.
2681 * gdb.base/gcore.c (main): Likewise.
2682 * gdb.base/huge.c (main): Likewise.
2683 * gdb.base/multi-forks.c (main): Likewise.
2684 * gdb.base/pr10179-a.c (main): Likewise.
2685 * gdb.base/savedregs.c (main): Likewise.
2686 * gdb.base/sigaltstack.c (main): Likewise.
2687 * gdb.base/siginfo.c (main): Likewise.
2688 * gdb.base/structs.c (zed): Likewise.
2689 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
2690 * gdb.mi/mi-syn-frame.c (main): Likewise.
2691 * gdb.mi/until.c (foo, main): Likewise.
2692 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
2693 * gdb.base/solib-weak.c (foo): Declare.
2694 * gdb.base/attach-twice.c: Include stdio.h.
2695 * gdb.base/weaklib1.c: Likewise.
2696 * gdb.base/weaklib2.c: Likewise.
2697 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
2698 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
2699 unistd.h.
2700 * gdb.base/attach-pie-misread.c: Include stdlib.h.
2701 * gdb.mi/mi-exit-code.c: Likewise.
2702 * gdb.base/break-interp-lib.c: Include string.h.
2703 * gdb.base/coremaker.c: Likewise.
2704 * gdb.base/testenv.c: Likewise.
2705 * gdb.python/py-finish-breakpoint.c: Likewise.
2706 * gdb.base/inferior-died.c: Include sys/wait.h.
2707 * gdb.base/fileio.c: Include time.h.
2708 * gdb.base/async-shell.c: Include unistd.h.
2709 * gdb.base/dprintf-non-stop.c: Likewise.
2710 * gdb.base/info-os.c: Likewise.
2711 * gdb.mi/mi-console.c: Likewise.
2712 * gdb.mi/watch-nonstop.c: Likewise.
2713 * gdb.python/py-events.c: Likewise.
2714 * gdb.base/async.c (baz): Move up before its invocation.
2715 * gdb.base/code_elim2.c (my_global_func): Likewise.
2716 * gdb.base/skip-solib-lib.c (multiply): Likewise.
2717 * gdb.base/advance.c (func2): Likewise.
2718
3b5d5997
AA
27192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2720
2721 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
2722 variant.
2723 * gdb.base/annota3.c: Likewise.
2724 * gdb.base/async.c: Likewise.
2725 * gdb.base/average.c: Likewise.
2726 * gdb.base/call-ar-st.c: Likewise.
2727 * gdb.base/call-rt-st.c: Likewise.
2728 * gdb.base/call-sc.c: Likewise.
2729 * gdb.base/call-strs.c: Likewise.
2730 * gdb.base/ending-run.c: Likewise.
2731 * gdb.base/execd-prog.c: Likewise.
2732 * gdb.base/exprs.c: Likewise.
2733 * gdb.base/foll-exec.c: Likewise.
2734 * gdb.base/foll-fork.c: Likewise.
2735 * gdb.base/foll-vfork.c: Likewise.
2736 * gdb.base/funcargs.c: Likewise.
2737 * gdb.base/gcore.c: Likewise.
2738 * gdb.base/jump.c: Likewise.
2739 * gdb.base/langs0.c: Likewise.
2740 * gdb.base/langs1.c: Likewise.
2741 * gdb.base/langs2.c: Likewise.
2742 * gdb.base/mips_pro.c: Likewise.
2743 * gdb.base/nodebug.c: Likewise.
2744 * gdb.base/opaque0.c: Likewise.
2745 * gdb.base/opaque1.c: Likewise.
2746 * gdb.base/recurse.c: Likewise.
2747 * gdb.base/run.c: Likewise.
2748 * gdb.base/scope0.c: Likewise.
2749 * gdb.base/scope1.c: Likewise.
2750 * gdb.base/setshow.c: Likewise.
2751 * gdb.base/setvar.c: Likewise.
2752 * gdb.base/shmain.c: Likewise.
2753 * gdb.base/shr1.c: Likewise.
2754 * gdb.base/shr2.c: Likewise.
2755 * gdb.base/sigall.c: Likewise.
2756 * gdb.base/signals.c: Likewise.
2757 * gdb.base/so-indr-cl.c: Likewise.
2758 * gdb.base/solib2.c: Likewise.
2759 * gdb.base/structs.c: Likewise.
2760 * gdb.base/sum.c: Likewise.
2761 * gdb.base/vforked-prog.c: Likewise.
2762 * gdb.base/watchpoint.c: Likewise.
2763 * gdb.reverse/shr2.c: Likewise.
2764 * gdb.reverse/until-reverse.c: Likewise.
2765 * gdb.reverse/ur1.c: Likewise.
2766 * gdb.reverse/watch-reverse.c: Likewise.
2767
066a77c5
AA
27682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2769
2770 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
2771 variant.
2772 * gdb.base/sepdebug.exp: Drop references to removed code.
2773
4f204ea5
AA
27742014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2775
2776 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
2777 variant. Preserve original line numbering.
2778 * gdb.base/list1.c: Likewise.
2779
3b377a3a
AA
27802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2781
2782 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
2783 variant.
2784 * gdb.base/break1.c: Likewise.
2785 * gdb.base/break.exp: Drop references to removed code.
2786
e444df73
AA
27872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2788
2789 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
2790 variant.
2791
8008f2a7
AA
27922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2793
2794 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
2795
a5a06887
AA
27962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2797
2798 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
2799 logic into perform_all_tests() and invoke it with and without
2800 function header prototypes.
2801 (do_function_calls): Remove conditional XFAIL for PR 5318.
2802 (rerun_and_prepare): Remove duplicate code.
2803 (perform_all_tests): New. Main logic moved here.
2804
44dba9b9
AA
28052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2806
2807 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
2808 code guarded by #ifdef NO_PROTOTYPES.
2809 (t_double_many_args): Likewise.
2810 (DEF_FUNC_MANY_ARGS_1): Likewise.
2811 (DEF_FUNC_VALUES_1): Likewise.
2812 (t_structs_ldc): Renamed from t_structs_fc in conditional code
2813 guarded by #ifdef PROTOTYPES.
2814
d1fbcd56
AA
28152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2816
2817 * gdb.mi/mi-console.c: Add eye-catcher.
2818 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
2819 instead of literal line number.
2820
b0e59b8f
AA
28212014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2822
2823 * gdb.base/shr2.c: Add eye-catcher.
2824 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
2825 line number.
2826
78f98cca
AA
28272014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2828
2829 * gdb.base/jump.c: Add eye-catchers.
2830 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
2831 numbers.
2832
58fa2af0
AA
28332014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2834
2835 * gdb.base/execd-prog.c: Add eye-catchers.
2836 * gdb.base/foll-exec.c: Likewise.
2837 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
2838 line numbers.
2839
04e5059b
AA
28402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2841
2842 * gdb.base/ending-run.c: Add eye-catchers.
2843 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
2844 literal line numbers.
2845
dbfdb174
AA
28462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2847
2848 * gdb.base/call-rt-st.c: Add eye-catchers.
2849 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
2850 literal line numbers.
2851
888a2ade
AA
28522014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2853
2854 * gdb.base/call-ar-st.c: Add eye-catchers.
2855 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
2856 literal line numbers.
2857
6acc2dde
AA
28582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2859
2860 * gdb.base/average.c: Add eye-catchers.
2861 * gdb.base/sum.c: Likewise.
2862 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
2863 regexps dynamically.
2864
9ecfcd1d
AA
28652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2866
2867 * gdb.base/solib1.c: Add eye-catchers.
2868 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
2869 literal line numbers.
2870
78708b7c
PA
28712014-11-12 Pedro Alves <palves@redhat.com>
2872
2873 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
2874 leader has exited.
2875
af48d08f
PA
28762014-11-12 Pedro Alves <palves@redhat.com>
2877
2878 * gdb.arch/i386-bp_permanent.c: New file.
2879 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
2880 (srcfile): Set to i386-bp_permanent.c.
2881 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
2882 that stepi does not execute the 'leave' instruction, instead of
2883 testing it does execute.
2884 * gdb.base/bp-permanent.c: New file.
2885 * gdb.base/bp-permanent.exp: New file.
2886
af3768e9
DE
28872014-11-10 Doug Evans <xdje42@gmail.com>
2888
2889 PR symtab/17564
2890 * gdb.base/symtab-search-order.exp: New file.
2891 * gdb.base/symtab-search-order.c: New file.
2892 * gdb.base/symtab-search-order-1.c: New file.
2893 * gdb.base/symtab-search-order-shlib-1.c: New file.
2894
9de00a4a
PA
28952014-11-07 Pedro Alves <palves@redhat.com>
2896
2897 PR gdb/17511
2898 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
2899 i?86-*-linux*.
2900
e0f52461
SC
29012014-11-03 Siva Chandra Reddy <sivachandra@google.com>
2902
2903 PR c++/17494
2904 * gdb.cp/pr17494.cc: New file.
2905 * gdb.cp/pr17494.exp: New file.
2906
6ce8c980
YQ
29072014-11-02 Yao Qi <yao@codesourcery.com>
2908
2909 * gdb.python/python.exp: Get working directory and match the
2910 output of "set extended-prompt \\w " with it.
2911
02be9a71
DE
29122014-10-30 Doug Evans <dje@google.com>
2913
2914 * gdb.python/py-objfile.exp: Add tests for setting random attributes
2915 in objfiles.
2916 * gdb.python/py-progspace.exp: Add tests for setting random attributes
2917 in progspaces.
2918
3bdff46b
LM
29192014-10-30 Janis Johnson <janisjo@codesourcery.com>
2920
2921 * gdb.base/fullpath-expand.exp: Skip for a remote host.
2922 * gdb.base/realname-expand.exp: Likewise.
2923 * gdb.linespec/macro-relative.exp: Likewise.
2924
ab917dfb
PA
29252014-10-29 Pedro Alves <palves@redhat.com>
2926
2927 PR gdb/17408
2928 * gdb.threads/schedlock.c (some_function): New function.
2929 (call_function): New global.
2930 (MAYBE_CALL_SOME_FUNCTION): New macro.
2931 (thread_function): Call it.
2932 * gdb.threads/schedlock.exp (get_args): Add description parameter,
2933 and use it instead of a global counter. Adjust all callers.
2934 (get_current_thread): Use "find current thread" for test message
2935 here rather than having all callers pass down the same string.
2936 (goto_loop): New procedure, factored out from ...
2937 (my_continue): ... this.
2938 (step_ten_loops): Change parameter from test message to command to
2939 use. Adjust.
2940 (list_count): Delete global.
2941 (check_result): New procedure, factored out from duplicate top
2942 level code.
2943 (continue tests): Wrap in with_test_prefix.
2944 (test_step): New procedure, factored out from duplicate top level
2945 code.
2946 (top level): Test "step" in combination with all scheduler-locking
2947 modes. Test "next" in combination with all scheduler-locking
2948 modes, and in combination with stepping over a function call or
2949 not.
2950 * gdb.threads/next-bp-other-thread.c: New file.
2951 * gdb.threads/next-bp-other-thread.exp: New file.
2952
d3d4baed
PA
29532014-10-29 Pedro Alves <palves@redhat.com>
2954
2955 PR python/17372
2956 * gdb.python/python.exp: Test a multi-line command that spawns
2957 interactive Python.
2958 * gdb.base/multi-line-starts-subshell.exp: New file.
2959
563e8d85
YQ
29602014-10-29 Yao Qi <yao@codesourcery.com>
2961
2962 * gdb.base/fileio.exp: Make directories on host.
2963
0ea4d52e
YQ
29642014-10-29 Yao Qi <yao@codesourcery.com>
2965
2966 * gdb.base/fileio.c (test_write): Close the file.
2967
7f5ef605
PA
29682014-10-28 Pedro Alves <palves@redhat.com>
2969
2970 PR gdb/12623
2971 * gdb.base/sigstep.c (no_handler): New global.
2972 (main): If 'no_handler is true, set the signal handlers to
2973 SIG_IGN.
2974 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
2975 with_sw_watch and no_handler parameters. Handle them.
2976 (top level) <stepping over handler when stopped at a breakpoint
2977 test>: Add a test axis for testing with a software watchpoint, and
2978 another for testing with the signal handler set to SIG_IGN.
2979 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
2980 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
2981
abbdbd03
PA
29822014-10-28 Pedro Alves <palves@redhat.com>
2983
2984 PR gdb/17511
2985 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
2986 * gdb.base/sigstep.exp (other_handler_location): New global.
2987 (advance): Support stepping into the signal handler, and running
2988 commands while in the handler.
2989 (in_handler_map): New global.
2990 (top level): In the advance test, add combinations for getting
2991 into the handler with stepping commands, and for running commands
2992 in the handler. Add comment descripting the advancei tests.
2993
1df4399f
PA
29942014-10-28 Pedro Alves <palves@redhat.com>
2995
2996 * gdb.base/sigstep.exp: Use build_executable instead of
2997 prepare_for_testing.
2998 (top level): Move code that starts GDB, runs to main and creates a
2999 display to ...
3000 (restart): ... this new procedure.
3001 (top level): Move backtrace from signal handler test to ...
3002 (validate_backtrace): ... this new procedure.
3003 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
3004 with_test_prefix. Always restart GDB.
3005 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
3006 with_test_prefix. Always restart GDB. No need to delete
3007 breakpoints after the test.
3008 (test_skip_handler): Remove prefix parameter.
3009 (skip_over_handler, breakpoint_to_handler)
3010 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
3011 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
3012 restart GDB. No need to delete breakpoints after the test.
3013 (top level): Use foreach to call the test procedures with
3014 different commands.
3015
a5b6e449
PA
30162014-10-28 Pedro Alves <palves@redhat.com>
3017
3018 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
3019 instead of GNATS numbers.
3020 * gdb.base/sigbpt.exp: Likewise.
3021 * gdb.base/siginfo.exp: Likewise.
3022 * gdb.base/sigstep.exp: Likewise.
3023
e5f8a7cc
PA
30242014-10-27 Pedro Alves <palves@redhat.com>
3025
3026 * gdb.base/sigstep.c (dummy): New global.
3027 (main): Issue a couple writes to the new global.
3028 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
3029 procedures.
3030 (skip_over_handler): Use test_skip_handler.
3031 (top level): Call skip_over_handler for stepi and nexti too.
3032 (breakpoint_over_handler): Use test_skip_handler.
3033 (top level): Call breakpoint_over_handler for stepi and nexti too.
3034
763905a3
YQ
30352014-10-27 Yao Qi <yao@codesourcery.com>
3036
3037 * gdb.trace/tfile.c (adjust_function_address)
3038 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
3039 function descriptor.
3040
6f259a23
DB
30412014-10-24 Don Breazeal <donb@codesourcery.com>
3042
3043 * gdb.base/foll-fork.exp (test_follow_fork,
3044 catch_fork_child_follow): Check for updated fork messages emitted
3045 from infrun.c.
3046 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
3047 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
3048 vfork_and_exec_child_follow_through_step): Check for updated vfork
3049 messages emitted from infrun.c.
3050
09dd9a69
PA
30512014-10-24 Pedro Alves <palves@redhat.com>
3052
3053 * gdb.base/corefile.exp: Remove references to ultrix.
3054 * gdb.base/interrupt.exp: Likewise.
3055 * gdb.base/whatis.exp: Likewise.
3056 * gdb.gdb/selftest.exp: Likewise.
3057 * gdb.threads/manythreads.exp: Likewise.
3058 * gdb.threads/print-threads.exp: Likewise.
3059 * gdb.threads/pthreads.exp:: Likewise.
3060 * gdb.threads/schedlock.exp: Likewise.
3061
3433cfa5
SC
30622014-10-24 Siva Chandra Reddy <sivachandra@google.com>
3063
3064 * gdb.cp/non-trivial-retval.cc: Add a test case.
3065 * gdb.cp/non-trivial-retval.exp: Add a test.
3066
092f880b
YQ
30672014-10-20 Yao Qi <yao@codesourcery.com>
3068
3069 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
3070 * gdb.python/py-objfile-script-gdb.py: New file.
3071 * gdb.python/py-objfile-script.exp: Update reference to
3072 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
3073 of remote_download. Remove the dest file.
3074
acbdb7f3
YQ
30752014-10-20 Yao Qi <yao@codesourcery.com>
3076
3077 * gdb.base/checkpoint.exp: Don't remove file copied on host.
3078 * gdb.base/step-line.exp: Likewise.
3079 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3080 * gdb.dwarf2/dw2-basic.exp: Likewise.
3081 * gdb.dwarf2/dw2-compressed.exp: Likewise.
3082 * gdb.dwarf2/dw2-filename.exp: Likewise.
3083 * gdb.dwarf2/dw2-intercu.exp: Likewise.
3084 * gdb.dwarf2/dw2-intermix.exp: Likewise.
3085 * gdb.dwarf2/dw2-producer.exp: Likewise.
3086 * gdb.dwarf2/mac-fileno.exp: Likewise.
3087 * gdb.python/py-frame-args.exp: Likewise.
3088 * gdb.python/py-framefilter.exp: Likewise.
3089 * gdb.python/py-mi.exp: Likewise.
3090 * gdb.python/py-objfile-script.exp: Likewise
3091 * gdb.python/py-pp-integral.exp: Likewise.
3092 * gdb.python/py-pp-re-notag.exp: Likewise.
3093 * gdb.python/py-prettyprint.exp: Likewise.
3094 * gdb.python/py-section-script.exp: Likewise.
3095 * gdb.python/py-typeprint.exp: Likewise.
3096 * gdb.python/py-xmethods.exp: Likewise.
3097 * gdb.stabs/weird.exp: Likewise.
3098 * gdb.xml/tdesc-regs.exp: Likewise.
3099
bd286a29
KCY
31002014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
3101
3102 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
3103 (out_cu): Use addr_len for the size of addresses.
3104 (out_line): Likewise. Size DW_LNE_set_address instruction
3105 according to addr_len.
3106 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
3107 (FUNC): Add START_INSNS to definition.
3108
673dc4a0
YQ
31092014-10-18 Yao Qi <yao@codesourcery.com>
3110
3111 * gdb.base/argv0-symlink.exp: Check argv[0] value if
3112 gdb_has_argv0 return true.
3113 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
3114 check [target_info exists noargs], check [gdb_has_argv0]
3115 instead.
3116 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3117 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
3118 procedures.
3119
4ffbba72
DE
31202014-10-17 Doug Evans <dje@google.com>
3121
3122 * gdb.python/py-events.exp: Update expected output for clear_objfiles
3123 event.
3124 * gdb.python/py-events.py: Add clear_objfiles event.
3125
d096d8c1
DE
31262014-10-17 Doug Evans <dje@google.com>
3127
3128 * gdb.python/py-objfile.exp: Test progspace attribute.
3129
a80db015
LM
31302014-10-17 Luis Machado <lgustavo@codesourcery.com>
3131
3132 * gdb.guile/scm-breakpoint.exp: Do not assume any
3133 directory separators when matching source file paths.
3134 * gdb.python/py-breakpoint.exp: Likewise.
3135 * gdb.reverse/break-precsave.exp: Likewise.
3136 * gdb.reverse/break-reverse.exp: Likewise.
3137 * gdb.reverse/consecutive-precsave.exp: Likewise.
3138 * gdb.reverse/finish-precsave.exp: Likewise.
3139 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
3140 * gdb.reverse/finish-reverse.exp: Likewise.
3141 * gdb.reverse/i386-precsave.exp: Likewise.
3142 * gdb.reverse/i387-env-reverse.exp: Likewise.
3143 * gdb.reverse/i387-stack-reverse.exp: Likewise.
3144 * gdb.reverse/machinestate-precsave.exp: Likewise.
3145 * gdb.reverse/machinestate.exp: Likewise.
3146 * gdb.reverse/sigall-precsave.exp: Likewise.
3147 * gdb.reverse/solib-precsave.exp: Likewise.
3148 * gdb.reverse/step-precsave.exp: Likewise.
3149 * gdb.reverse/until-precsave.exp: Likewise.
3150 * gdb.reverse/watch-precsave.exp: Likewise.
3151 * gdb.reverse/watch-reverse.exp: Likewise.
3152
b22089ab
YQ
31532014-10-17 Yao Qi <yao@codesourcery.com>
3154
3155 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
3156 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
3157
6c4486e6
PA
31582014-10-17 Pedro Alves <palves@redhat.com>
3159
3160 PR gdb/17471
3161 * gdb.base/bg-execution-repeat.c: New file.
3162 * gdb.base/bg-execution-repeat.exp: New file.
3163
0ff33695
PA
31642014-10-17 Pedro Alves <palves@redhat.com>
3165
3166 PR gdb/17300
3167 * gdb.base/continue-all-already-running.c: New file.
3168 * gdb.base/continue-all-already-running.exp: New file.
3169
6fdebc3d
PA
31702014-10-17 Pedro Alves <palves@redhat.com>
3171
3172 PR gdb/17472
3173 * gdb.base/annota-input-while-running.c: New file.
3174 * gdb.base/annota-input-while-running.exp: New file.
3175
32a8097b
PA
31762014-10-17 Pedro Alves <palves@redhat.com>
3177
3178 * gdb.base/callfuncs.exp: emove references to osf.
3179 * gdb.base/sigall.exp: Likewise.
3180 * gdb.gdb/selftest.exp: Likewise.
3181 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
3182 * gdb.mi/non-stop.c: Likewise.
3183 * gdb.mi/pthreads.c: Likewise.
3184 * gdb.reverse/sigall-precsave.exp: Likewise.
3185 * gdb.reverse/sigall-reverse.exp: Likewise.
3186 * gdb.threads/pthreads.c: Likewise.
3187 * gdb.threads/pthreads.exp: Likewise.
3188
7a3517ff
YQ
31892014-10-17 Yao Qi <yao@codesourcery.com>
3190
3191 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
3192 check 'target_info exists noargs'.
3193 (test_command_prompt_position): Likewise.
3194 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
3195 Remove "set args".
3196 (progvar_simple_while_test): Likewise.
3197 (progvar_complex_if_while_test): Likewise.
3198 (if_while_breakpoint_command_test): Likewise.
3199 (infrun_breakpoint_command_test): Likewise.
3200 (breakpoint_command_test): Likewise.
3201 (watchpoint_command_test): Likewise.
3202 (bp_deleted_in_command_test): Likewise.
3203 (temporary_breakpoint_commands): Likewise.
3204
bb99c472
YQ
32052014-10-16 Yao Qi <yao@codesourcery.com>
3206
3207 * gdb.base/remotetimeout.exp: Remove noargs checking.
3208
7c16b83e
PA
32092014-10-15 Pedro Alves <palves@redhat.com>
3210
3211 PR breakpoints/9649
3212 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
3213 * gdb.base/breakpoint-in-ro-region.exp
3214 (probe_target_hardware_step): New procedure.
3215 (top level): Probe hardware stepping and hardware breakpoint
3216 support. Test stepping through a read-only region, with both
3217 "breakpoint auto-hw" on and off and both "always-inserted" on and
3218 off.
3219
35a49624
IB
32202014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
3221
3222 * gdb.dlang/demangle.exp: Update for demangling changes.
3223
2d1c107c
SC
32242014-10-15 Siva Chandra Reddy <sivachandra@google.com>
3225
3226 * gdb.cp/non-trivial-retval.cc: Add new test cases.
3227 * gdb.cp/non-trivial-retval.exp: Add new tests.
3228
778811d5
SC
32292014-10-15 Siva Chandra Reddy <sivachandra@google.com>
3230
3231 PR c++/13403
3232 PR c++/15154
3233 * gdb.cp/non-trivial-retval.cc: New file.
3234 * gdb.cp/non-trivial-retval.exp: New file.
3235
10c5f0a8
YQ
32362014-10-15 Yao Qi <yao@codesourcery.com>
3237
3238 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
3239 remote host.
3240
65d7b369
YQ
32412014-10-15 Yao Qi <yao@codesourcery.com>
3242
3243 * gdb.python/py-symbol.exp: Match file base name if host is
3244 remote, otherwise match file name with dir name.
3245 * gdb.python/py-symtab.exp: Likewise.
3246 * gdb.python/python.exp: Likewise.
3247
46dc1394
YQ
32482014-10-15 Yao Qi <yao@codesourcery.com>
3249
3250 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
3251 pattern.
3252 * gdb.python/py-symtab.exp: Likewise.
3253 * gdb.python/python.exp: Remove trailing ".*". Fix typo
3254 locationn.
3255
c40cc657
JB
32562014-10-14 Joel Brobecker <brobecker@adacore.com>
3257
3258 * gdb.ada/addr_arith: New testcase.
3259
2abf49e1
MR
32602014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
3261
3262 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
3263 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
3264 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
3265 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
3266
f7088df3
SDJ
32672014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
3268
3269 * gdb.arch/stap-eval-lang-ada.S: Likewise.
3270 * gdb.arch/stap-eval-lang-ada.c: Likewise.
3271 * gdb.arch/stap-eval-lang-ada.exp: New file.
3272
4dc06805
YQ
32732014-10-14 Yao Qi <yao@codesourcery.com>
3274
3275 * gdb.mi/mi-var-child.c (nothing1): New function.
3276 (nothing2): New function.
3277 (do_children_tests): Set function pointers by nothing1 and
3278 nothing2.
3279 * gdb.mi/mi-var-child.exp: Step over new added statements.
3280 Update test to match the new output.
3281 * gdb.mi/var-cmd.c (nothing1): New function.
3282 (nothing2): New function.
3283 (do_children_tests): Set function pointers by nothing1 and
3284 nothing2.
3285 * gdb.mi/mi-var-display.exp: Update test to match output.
3286 Step to the line specified by $line_dct_nothing.
3287 Increase the number of lines to step.
3288
46a93de2
YQ
32892014-10-14 Yao Qi <yao@codesourcery.com>
3290
3291 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
3292 tests.
3293 * gdb.mi/mi2-var-child.exp: Likewise.
3294
14ea52ee
DE
32952014-10-13 Doug Evans <dje@google.com>
3296
3297 * gdb.python/py-objfile.exp: Change name of file name test.
3298
e5c6e92b
DE
32992014-10-13 Doug Evans <dje@google.com>
3300
3301 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
3302 from the start of the CU.
3303
c780cc2f
JK
33042014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3305 Yao Qi <yao@codesourcery.com>
3306
3307 Fix "save breakpoints" for "catch" command.
3308 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
3309 Remove -nonewline. Match also the added "main" line.
3310
99894e11
JK
33112014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3312
3313 Fix "save breakpoints" for "disable $bpnum" command.
3314 * gdb.base/save-bp.c (main): Add label.
3315 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
3316
6e1ac5a3
JK
33172014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3318
3319 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
3320
754dd2b0
YQ
33212014-10-11 Yao Qi <yao@codesourcery.com>
3322
3323 * gdb.server/server-kill.exp: Execute command
3324 "set remote trace-status-packet on" before "tstatus".
3325
f90183d7
YQ
33262014-10-11 Yao Qi <yao@codesourcery.com>
3327
3328 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
3329 (main): Call getppid.
3330 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
3331 and continue to it. Read variable "server_pid".
3332
bf40a607
YQ
33332014-10-11 Yao Qi <yao@codesourcery.com>
3334
3335 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
3336
052ca370
YQ
33372014-10-11 Yao Qi <yao@codesourcery.com>
3338
3339 * gdb.threads/thread-find.exp: Don't execute command
3340 "info threads".
3341 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
3342 * gdb.threads/linux-dp.exp: Don't check the condition
3343 $threads_created equals to zero.
3344
3831839c
PA
33452014-10-10 Pedro Alves <palves@redhat.com>
3346
3347 * gdb.base/bigcore.exp: Remove references to IRIX.
3348 * gdb.base/funcargs.exp: Likewise.
3349 * gdb.base/interrupt.exp: Likewise.
3350 * gdb.base/mips_pro.exp: Likewise.
3351 * gdb.base/nodebug.exp: Likewise.
3352 * gdb.base/setvar.exp: Likewise.
3353 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
3354
8b9a549d
PA
33552014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3356 Pedro Alves <palves@redhat.com>
3357
3358 PR symtab/14466
3359 * gdb.base/vdso-warning.c: New file.
3360 * gdb.base/vdso-warning.exp: New file.
3361
d48ba5e8
DE
33622014-10-02 Doug Evans <dje@google.com>
3363
3364 * gdb.base/structs.c (main): Don't run forever.
3365
2278c276
PA
33662014-10-02 Pedro Alves <palves@redhat.com>
3367
3368 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
3369 (top level) <stop threads 1, stop threads 2>: Use it.
3370
b57bacec
PA
33712014-10-02 Pedro Alves <palves@redhat.com>
3372
3373 * gdb.threads/break-while-running.exp (test): Add new
3374 'update_thread_list' argument. Skip "info threads" if false.
3375 (top level): Add new 'update_thread_list' axis.
3376
13fd3ff3
PA
33772014-10-02 Pedro Alves <palves@redhat.com>
3378
3379 PR breakpoints/17431
3380 * gdb.base/execl-update-breakpoints.c: New file.
3381 * gdb.base/execl-update-breakpoints.exp: New file.
3382
0fec99e8
PA
33832014-10-01 Pedro Alves <palves@redhat.com>
3384
3385 * gdb.base/breakpoint-in-ro-region.c: New file.
3386 * gdb.base/breakpoint-in-ro-region.exp: New file.
3387
2ddf4301
SM
33882014-10-01 Simon Marchi <simon.marchi@ericsson.com>
3389
3390 * gdb.mi/mi-exit-code.exp: New file.
3391 * gdb.mi/mi-exit-code.c: New file.
3392
6a5f3f43
YQ
33932014-09-30 Yao Qi <yao@codesourcery.com>
3394
3395 * lib/prelink-support.exp (build_executable_own_libs): Error if
3396 the target isn't native.
3397
345bcc73
YQ
33982014-09-30 Yao Qi <yao@codesourcery.com>
3399
3400 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
3401 false.
3402
a25a5a45
PA
34032014-09-22 Pedro Alves <palves@redhat.com>
3404
3405 * gdb.threads/break-while-running.exp: New file.
3406 * gdb.threads/break-while-running.c: New file.
3407
00ba3162
YQ
34082014-09-19 Yao Qi <yao@codesourcery.com>
3409
3410 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
3411 Invoke test. Restart GDB with --readnow and invoke test again.
3412
c3b7b696
YQ
34132014-09-19 Yao Qi <yao@codesourcery.com>
3414
3415 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
3416 proc set_breakpoint_on_gcd_function. Invoke
3417 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
3418 invoke set_breakpoint_on_gcd_function again.
3419
2b4fd423
DE
34202014-09-18 Doug Evans <dje@google.com>
3421
3422 * gdb.dwarf2/symtab-producer.exp: New file.
3423
a5947601
SDJ
34242014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3425
3426 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
3427 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
3428 * gdb.base/global-var-nested-by-dso.c: Likewise.
3429 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3430
91c19059
SDJ
34312014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3432 Pedro Alves <palves@redhat.com>
3433
3434 * gdb.base/watch-bitfields.exp: Pass string other than test file
3435 name to prepare_for_testing.
3436 (watch): New procedure.
3437 (expect_watchpoint): Use with_test_prefix.
3438 (top level): Factor out tests to ...
3439 (test_watch_location, test_regular_watch): ... these new
3440 procedures, and use with_test_prefix and gdb_continue_to_end.
3441
bb9d5f81
PP
34422014-09-16 Patrick Palka <patrick@parcs.ath.cx>
3443
3444 PR breakpoints/12526
3445 * gdb.base/watch-bitfields.exp: New file.
3446 * gdb.base/watch-bitfields.c: New file.
3447
635856f5
PA
34482014-09-16 Pedro Alves <palves@redhat.com>
3449
3450 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
3451 software and hardware addresses, not software address against
3452 itself.
3453
7280ceea
PA
34542014-09-16 Pedro Alves <palves@redhat.com>
3455
3456 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
3457 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
3458
428b16bd
PA
34592014-09-16 Pedro Alves <palves@redhat.com>
3460
3461 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
3462 files.
3463 * gdb.base/a2-run.exp: Remove all code guarded by istarget
3464 "*-*-vxworks*" throughout.
3465 * gdb.base/break.exp: Likewise.
3466 * gdb.base/default.exp: Likewise.
3467 * gdb.base/scope.exp: Likewise.
3468 * gdb.base/sepdebug.exp: Likewise.
3469 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
3470 throughout.
3471 * gdb.base/run.c: Likewise.
3472 * gdb.base/sepdebug.c: Likewise.
3473 * gdb.hp/gdb.aCC/run.c: Likewise.
3474 * gdb.reverse/until-reverse.c: Likewise.
3475 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
3476
666d413c
YQ
34772014-09-16 Yao Qi <yao@codesourcery.com>
3478
3479 * boards/local-remote-host-native.exp: New file.
3480
57cbd724
DE
34812014-09-14 Doug Evans <xdje42@gmail.com>
3482
3483 * gdb.threads/queue-signal.c (thread_count): New variable.
3484 (thread_count_mutex, thread_count_condvar): New variables.
3485 (incr_thread_count, wait_all_threads_running): New functions.
3486 (main): Wait for all threads to be in their thread functions.
3487
81219e53
DE
34882014-09-13 Doug Evans <xdje42@gmail.com>
3489
3490 * gdb.threads/queue-signal.c: New file.
3491 * gdb.threads/queue-signal.exp: New file.
3492
3714cea7
DE
34932014-09-13 Doug Evans <xdje42@gmail.com>
3494
3495 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
3496 be consistent with what default_gdb_init uses.
3497 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
3498 the plain text of the prompt. Add some logging printfs.
3499 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
3500
fa43b1d7
PA
35012014-09-12 Pedro Alves <palves@redhat.com>
3502
3503 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
3504 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
3505 * gdb.arch/i386-size-overlap.exp: Likewise.
3506 * gdb.arch/i386-size.exp: Likewise.
3507 * gdb.arch/i386-unwind.exp: Likewise.
3508 * gdb.base/a2-run.exp: Likewise.
3509 * gdb.base/break.exp: Likewise.
3510 * gdb.base/charset.exp: Likewise.
3511 * gdb.base/chng-syms.exp: Likewise.
3512 * gdb.base/commands.exp: Likewise.
3513 * gdb.base/dbx.exp: Likewise.
3514 * gdb.base/find.exp: Likewise.
3515 * gdb.base/funcargs.exp: Likewise.
3516 * gdb.base/jit-simple.exp: Likewise.
3517 * gdb.base/reread.exp: Likewise.
3518 * gdb.base/sepdebug.exp: Likewise.
3519 * gdb.base/step-bt.exp: Likewise.
3520 * gdb.cp/mb-inline.exp: Likewise.
3521 * gdb.cp/mb-templates.exp: Likewise.
3522 * gdb.objc/basicclass.exp: Likewise.
3523 * gdb.threads/killed.exp: Likewise.
3524
9d9bf2df
EBM
35252014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3526
3527 PR tdep/17379
3528 * gdb.arch/powerpc-stackless.S: New file.
3529 * gdb.arch/powerpc-stackless.exp: New file.
3530
1cf2f1b0
JK
35312014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3532
3533 * gdb.base/attach.c: Include unistd.h.
3534 (main): Call alarm. Add label postloop.
3535 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
3536 gdb_breakpoint, gdb_continue_to_breakpoint.
3537 (test_command_line_attach_run): Kill ${testpid} in one exit path.
3538
98880d46
PA
35392014-09-11 Pedro Alves <palves@redhat.com>
3540
3541 PR gdb/17347
3542 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
3543 * gdb.base/attach.exp (test_command_line_attach_run): New
3544 procedure.
3545 (top level): Call it.
3546
4c92ff2c
PA
35472014-09-11 Pedro Alves <palves@redhat.com>
3548
3549 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
3550 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
3551 (do_command_attach_tests): Use spawn_wait_for_attach.
3552 * gdb.base/solib-overlap.exp: Likewise.
3553 * gdb.multi/multi-attach.exp: Likewise.
3554 * gdb.python/py-prompt.exp: Likewise.
3555 * gdb.python/py-sync-interp.exp: Likewise.
3556 * gdb.server/ext-attach.exp: Likewise.
3557
3adc1a7d
GKB
35582014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
3559
3560 * gdb.fortran/array-element.exp: Remove unexpected "continue"
3561 command in testcase. Simplify testcase.
3562
96334934
JB
35632014-09-10 Joel Brobecker <brobecker@adacore.com>
3564
3565 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
3566
eb479039
JB
35672014-09-10 Joel Brobecker <brobecker@adacore.com>
3568
3569 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
3570
deede10c
JB
35712014-09-10 Joel Brobecker <brobecker@adacore.com>
3572
3573 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
3574
7828a5f5
JB
35752014-09-10 Joel Brobecker <brobecker@adacore.com>
3576
3577 * gdb.dwarf2/dynarr-ptr.c: New file.
3578 * gdb.dwarf2/dynarr-ptr.exp: New file.
3579
33aeebcf
MR
35802014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3581
3582 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
3583 of 30 rather than hardcoding 120 for a slow test case. Take the
3584 `gdb,timeout' target setting into account for this calculation.
3585 Don't extend the timeout for the test cases that don't need it.
3586
7b415901
MR
35872014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3588
3589 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
3590 a factor of 2 for a slow test case. Take the `gdb,timeout'
3591 target setting into account for this calculation.
3592 * gdb.reverse/until-precsave.exp: Increase the timeout by
3593 a factor of 15 and 3 respectively rather than adding 120
3594 for a pair of slow test cases. Take the `gdb,timeout'
3595 target setting into account for this calculation.
3596
4a40f85a
MR
35972014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3598
3599 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
3600 timeout, don't pass one down to gdb_expect.
3601 (gdb_expect): Rework timeout selection.
3602
09635af7
MR
36032014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3604
3605 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
3606 exception on timeout.
3607 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
3608 (gdbserver_start_extended): Catch any `gdbserver_start' error
3609 exceptions.
3610 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
3611 * lib/mi-support.exp (mi_gdb_target_load): Catch any
3612 `gdbserver_gdb_load' error exceptions.
3613
2bdd10b7
MR
36142014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3615
3616 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
3617 120 on waiting for the TCP socket to open.
3618
316935f0
DE
36192014-09-09 Doug Evans <xdje42@gmail.com>
3620
3621 * gdb.base/default.exp (show_conv_list): Add _caller_is,
3622 _caller_matches, _any_caller_is, _any_caller_matches.
3623
83740597
DE
36242014-09-09 Doug Evans <xdje42@gmail.com>
3625
3626 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
3627
4c122fc3
YQ
36282014-09-09 Yao Qi <yao@codesourcery.com>
3629
3630 * gdb.mi/mi-var-display.exp: Set print symbol off.
3631
a9f116cb
GKB
36322014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
3633
3634 PR gdb/17035
3635 * gdb.base/commands.exp: Add tests to verify user-defined
3636 commands with empty bodies.
3637 * gdb.python/py-cmd.exp: Test that we don't show user-defined
3638 python commands in `show user command`.
3639 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
3640 scheme commands in `show user command`.
3641
c75bd3a2
JK
36422014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3643
3644 PR python/17355
3645 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
3646 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
3647 * gdb.python/py-framefilter-invalidarg.exp: New file.
3648 * gdb.python/py-framefilter-invalidarg.py: New file.
3649
faa42425
DE
36502014-09-06 Doug Evans <xdje42@gmail.com>
3651
3652 PR 15276
3653 * gdb.python/py-caller-is.c: New file.
3654 * gdb.python/py-caller-is.exp: New file.
3655
474ca4f6
SDJ
36562014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
3657
3658 PR gdb/17235
3659 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
3660 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
3661
eb0b0463
SDJ
36622014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
3663
3664 PR fortran/17237
3665 * gdb.fortran/print-formatted.exp: New file.
3666 * gdb.fortran/print-formatted.f90: Likewise.
3667
5f3b99cf
SS
36682014-09-03 Sasha Smundak <asmundak@google.com>
3669
3670 * gdb.python/py-frame.exp: Test Frame.read_register.
3671
7d793aa9
SDJ
36722014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
3673
3674 PR python/16699
3675 * gdb.python/py-completion.exp: New file.
3676 * gdb.python/py-completion.py: Likewise.
3677
fb0576e9
DE
36782014-08-28 Doug Evans <dje@google.com>
3679
3680 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
3681 eax,etc. are live with values set by gdb and thus the compiler can't
3682 use them.
3683 * gdb.arch/i386-pseudo.c (main): Ditto.
3684
ee92b0dd
DE
36852014-08-27 Doug Evans <dje@google.com>
3686
3687 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
3688
6649db35
DE
36892014-08-25 Doug Evans <dje@google.com>
3690
3691 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
3692 (main): Ditto.
3693
564b7600
DE
36942014-08-25 Doug Evans <dje@google.com>
3695
3696 * gdb.threads/thread-execl.exp: #include <stdio.h>.
3697
3881fb67
YQ
36982014-08-24 Yao Qi <yao@codesourcery.com>
3699
3700 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
3701 symbol off.
3702 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
3703
a05a36a5
DE
37042014-08-22 Doug Evans <dje@google.com>
3705
3706 PR 17276
3707 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
3708 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
3709 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
3710
7c343b48
YQ
37112014-08-22 Yao Qi <yao@codesourcery.com>
3712
3713 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
3714 * gdb.python/py-finish-breakpoint2.exp: Likewise.
3715 * gdb.python/python.exp: Likewise. Use .py file on the host
3716 instead of the build.
3717
22fd09ae
JK
37182014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3719
3720 * gdb.threads/gcore-stale-thread.c: New file.
3721 * gdb.threads/gcore-stale-thread.exp: New file.
3722
a8454a7c
PA
37232014-08-21 Pedro Alves <palves@redhat.com>
3724
3725 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
3726 * gdb.base/gcore-relro-pie.exp: Likewise.
3727 * gdb.base/gcore-relro.exp: Likewise.
3728 * gdb.base/gcore.exp: Likewise.
3729 * gdb.base/print-symbol-loading.exp: Likewise.
3730 * gdb.threads/gcore-thread.exp: Likewise.
3731 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
3732
2a31c623
PA
37332014-08-20 Pedro Alves <palves@redhat.com>
3734 Jan Kratochvil <jan.kratochvil@redhat.com>
3735
3736 * Makefile.in (EXTRA_RULES, CC): New variables, get from
3737 configure.
3738 (EXPECT): Handle READ1 being set.
3739 (all): Depend on EXTRA_RULES.
3740 (check-read1, expect-read1, read1.so, read1): New rules.
3741 * README (Testsuite Parameters): Document the READ1 make variable.
3742 (Race detection): New section.
3743 * configure: Regenerate.
3744 * configure.ac: If build==host==target, and running under a
3745 GNU/glibc system, add read1 to the extra Makefile rules.
3746 (EXTRA_RULES): AC_SUBST it.
3747 * lib/read1.c: New file.
3748
d36430db
JB
37492014-08-20 Joel Brobecker <brobecker@adacore.com>
3750
3751 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
3752 the handling of variables declared as a typedef to an array
3753 which a DW_AT_data_location attribute.
3754
9a0dc9e3
PA
37552014-08-19 Andrew Burgess <aburgess@broadcom.com>
3756 Pedro Alves <palves@redhat.com>
3757
3758 PR symtab/14604
3759 PR symtab/14605
3760 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
3761 gdb_test.
3762
0718a8da
PA
37632014-08-19 Pedro Alves <palves@redhat.com>
3764
3765 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
3766
13b448cd
YQ
37672014-08-19 Yao Qi <yao@codesourcery.com>
3768
3769 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
3770 right line.
3771
1cbf5077
DB
37722014-08-18 David Blaikie <dblaikie@gmail.com>
3773
3774 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
3775
bf0fae19
JB
37762014-08-18 Joel Brobecker <brobecker@adacore.com>
3777
3778 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
3779 attribute in array range.
3780
3c8c5dcc
JB
37812014-08-18 Joel Brobecker <brobecker@adacore.com>
3782
3783 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
3784
e66d4446
SC
37852014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3786
3787 PR c++/17132
3788 * gdb.cp/pr17132.cc: New file.
3789 * gdb.cp/pr17132.exp: New file.
3790
940df408
SC
37912014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3792
3793 * gdb.python/py-xmethods.py (A_getarrayind)
3794 (E_method_char_worker.__call__, E_method_int_worker.__call__):
3795 Use 'print' with function call syntax.
3796 (E_method_matcher.match): Fix tab vs space indentation mixup.
3797
ebcc6c3a
YQ
37982014-08-15 Yao Qi <yao@codesourcery.com>
3799
3800 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
3801 false.
3802
775e0f04
YQ
38032014-08-15 Yao Qi <yao@codesourcery.com>
3804
3805 * gdb.cp/casts.exp: Set print symbol off.
3806 * gdb.cp/class2.exp: Likewise.
3807 * gdb.cp/overload.exp: Likewise.
3808 * gdb.cp/templates.exp: Likewise.
3809
d769e349
DE
38102014-08-11 Doug Evans <dje@google.com>
3811
3812 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3813 (test_load_shlib): Update.
3814
20c6f1e1
YQ
38152014-08-09 Yao Qi <yao@codesourcery.com>
3816
3817 * gdb.base/display.exp: Invoke is_address_zero_readable.
3818 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
3819 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3820 * gdb.base/hbreak-unmapped.exp: Return if
3821 is_address_zero_readable returns true.
3822 * gdb.base/signest.exp: Likewise.
3823 * gdb.base/signull.exp: Likewise.
3824 * gdb.base/sigbpt.exp: Likewise.
3825 * gdb.guile/scm-disasm.exp: Do the test if
3826 is_address_zero_readable returns false.
3827 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
3828 * gdb.python/py-arch.exp: Likewise.
3829 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
3830 * lib/gdb.exp (is_address_zero_readable): New proc.
3831
5792e8e3
YQ
38322014-08-09 Yao Qi <yao@codesourcery.com>
3833
3834 PR testsuite/13443
3835 * gdb.mi/mi-var-display.exp: Make test messages unique.
3836
3cecbbbe
TT
38372014-08-04 Tom Tromey <tromey@redhat.com>
3838
3839 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
3840 target 0".
3841
00b51ff5
TT
38422014-08-04 Tom Tromey <tromey@redhat.com>
3843
3844 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
3845 "target_resume".
3846
6908c509
JB
38472014-08-01 Joel Brobecker <brobecker@adacore.com>
3848
3849 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
3850 inner_vla_struct_object_size.
3851 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
3852 as xfail.
3853
cc6563d2
PA
38542014-07-30 Pedro Alves <palves@redhat.com>
3855
3856 * gdb.threads/signal-command-handle-nopass.exp (test): Add
3857 comment.
3858
7e09a223
YQ
38592014-07-29 Yao Qi <yao@codesourcery.com>
3860
3861 PR gdb/17206
3862 * gdb.base/until-nodebug.exp: New.
3863
7ebdbe92
DE
38642014-07-28 Doug Evans <xdje42@gmail.com>
3865
3866 PR guile/17203
3867 * gdb.guile/scm-parameter.exp: Add tests for trying to create
3868 previously existing parameter, and previously ambiguously spelled
3869 parameter.
3870
fdb1adc6
WN
38712014-07-28 Will Newton <will.newton@linaro.org>
3872
3873 * gdb.base/varargs.exp: Remove KFAILs for ARM.
3874
186fcde0
DE
38752014-07-26 Ludovic Courtès <ludo@gnu.org>
3876 Doug Evans <xdje42@gmail.com>
3877
3878 PR guile/17146
3879 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
3880
70509625
PA
38812014-07-25 Pedro Alves <palves@redhat.com>
3882
3883 * gdb.threads/signal-command-handle-nopass.c: New file.
3884 * gdb.threads/signal-command-handle-nopass.exp: New file.
3885 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
3886 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
3887 * gdb.threads/signal-delivered-right-thread.c: New file.
3888 * gdb.threads/signal-delivered-right-thread.exp: New file.
3889
c3f814a1
PA
38902014-07-25 Pedro Alves <palves@redhat.com>
3891
3892 * gdb.base/double-prompt-target-event-error.exp
3893 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
3894 match.
3895 (cancel_pagination_in_target_event): Rework double prompt
3896 detection.
3897 * gdb.base/paginate-after-ctrl-c-running.exp
3898 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
3899 <return>' match.
3900 * gdb.base/paginate-bg-execution.exp
3901 (test_bg_execution_pagination_return)
3902 (test_bg_execution_pagination_cancel): Remove '-notransfer
3903 <return>' matches.
3904 * gdb.base/paginate-execution-startup.exp
3905 (test_fg_execution_pagination_return)
3906 (test_fg_execution_pagination_cancel): Remove '-notransfer
3907 <return>' matches.
3908 * gdb.base/paginate-inferior-exit.exp
3909 (test_paginate_inferior_exited): Remove '-notransfer <return>'
3910 match.
3911 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
3912 * lib/gdb.exp (pagination_prompt): Run text through
3913 string_to_regexp.
3914 (gdb_test_multiple): Match $pagination_prompt instead of
3915 "<return>".
3916 (string_to_regexp): Move to lib/gdb-utils.exp.
3917
e214cf6c
JK
39182014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3919
3920 * gdb.arch/amd64-entry-value-paramref.S: New file.
3921 * gdb.arch/amd64-entry-value-paramref.cc: New file.
3922 * gdb.arch/amd64-entry-value-paramref.exp: New file.
3923 * gdb.arch/amd64-optimout-repeat.S: New file.
3924 * gdb.arch/amd64-optimout-repeat.c: New file.
3925 * gdb.arch/amd64-optimout-repeat.exp: New file.
3926
17d0c5c8
JK
39272014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3928
3929 PR gdb/17170
3930 * gdb.base/statistics.exp: New file.
3931
b8b8facf
DE
39322014-07-17 Doug Evans <dje@google.com>
3933
74b49205 3934 PR gdb/17170
b8b8facf
DE
3935 * gdb.base/maint.exp: Update testing of per-command stats.
3936
1b5d0ab3
PA
39372014-07-16 Pedro Alves <palves@redhat.com>
3938
3939 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
3940 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
3941 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
3942 (tfile_write_buf): New functions.
3943 (add_memory_block): Rewrite using the above.
3944 (adjust_function_address): New function.
3945 (FUNCTION_ADDRESS): New macro.
3946 (write_basic_trace_file): Remove short_x local, and use
3947 tfile_write_16. Change type of func_addr local to unsigned long
3948 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
3949 here. Cast argument of add_memory_block to char pointer.
3950 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
3951 (main): Remove parameters.
3952 * gdb.trace/tfile.exp: Remove nowarnings.
3953
4d974e88
SM
39542014-07-15 Simon Marchi <simon.marchi@ericsson.com>
3955
3956 * gdb.base/debug-expr.exp: Test string evaluation with
3957 "debug expression" on.
3958
41e99568
PA
39592014-07-15 Pedro Alves <palves@redhat.com>
3960
3961 * gdb.base/reread.exp: Use clean_restart.
3962
487d9753
PL
39632014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
3964
3965 * gdb.arch/avr-flash-qualifer.c: New.
3966 * gdb.arch/avr-flash-qualifer.exp: New.
3967
cc1c52ad
PA
39682014-07-14 Pedro Alves <palves@redhat.com>
3969
3970 * gdb.base/paginate-after-ctrl-c-running.c: New file.
3971 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
3972
1e973570
PA
39732014-07-14 Pedro Alves <palves@redhat.com>
3974
3975 * gdb.base/double-prompt-target-event-error.c: New file.
3976 * gdb.base/double-prompt-target-event-error.exp: New file.
3977
93d6eb10
PA
39782014-07-14 Pedro Alves <palves@redhat.com>
3979
3980 PR gdb/17072
3981 * gdb.base/paginate-inferior-exit.c: New file.
3982 * gdb.base/paginate-inferior-exit.exp: New file.
3983
0017922d
PA
39842014-07-14 Pedro Alves <palves@redhat.com>
3985
3986 PR gdb/17072
3987 * gdb.base/paginate-bg-execution.c: New file.
3988 * gdb.base/paginate-bg-execution.exp: New file.
3989
94696ad3
PA
39902014-07-14 Pedro Alves <palves@redhat.com>
3991
3992 PR gdb/17072
3993 * gdb.base/paginate-execution-startup.c: New file.
3994 * gdb.base/paginate-execution-startup.exp: New file.
3995 * lib/gdb.exp (pagination_prompt): New global.
3996 (default_gdb_spawn): New procedure, factored out from
3997 default_gdb_spawn.
3998 (default_gdb_start): Adjust to call default_gdb_spawn.
3999 (gdb_spawn): New procedure.
4000
bd293940
PA
40012014-07-14 Pedro Alves <palves@redhat.com>
4002
4003 * lib/gdb.exp (gdb_assert): New procedure.
4004 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
4005
c933f875
PA
40062014-07-14 Pedro Alves <palves@redhat.com>
4007
4008 * gdb.base/execution-termios.c: New file.
4009 * gdb.base/execution-termios.exp: New file.
4010
d98b7a16
TT
40112014-07-14 Tom Tromey <tromey@redhat.com>
4012
4013 * gdb.cp/vla-cxx.cc: New file.
4014 * gdb.cp/vla-cxx.exp: New file.
4015
548740d6
TT
40162014-07-14 Tom Tromey <tromey@redhat.com>
4017
4018 * gdb.reverse/rerun-prec.c: New file.
4019 * gdb.reverse/rerun-prec.exp: New file.
4020
a25eb028
MR
40212014-07-12 Maciej W. Rozycki <macro@mips.com>
4022 Maciej W. Rozycki <macro@codesourcery.com>
4023
4024 * lib/gdb-utils.exp: New file.
4025 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
4026 inline `gdb_init_command' processing.
4027 (gdb_start_cmd): Likewise.
4028 * lib/mi-support.exp (mi_run_cmd): Likewise.
4029 * README: Document `gdb_init_command' and `gdb_init_commands'.
4030
218c2655
JK
40312014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4032
4033 Fix false FAIL running under a very long directory name.
4034 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
4035 and "set print elements 10000". Twice.
4036
5401fde3
YQ
40372014-07-11 Yao Qi <yao@codesourcery.com>
4038
4039 * gdb.base/exprs.exp: "set print symbol off".
4040
e76126e8
PA
40412014-07-11 Pedro Alves <palves@redhat.com>
4042
4043 * gdb.threads/kill.c: New file.
4044 * gdb.threads/kill.exp: New file.
4045
2d6f0de6
YQ
40462014-07-10 Yao Qi <yao@codesourcery.com>
4047
4048 * gdb.trace/tfile.c (write_basic_trace_file)
4049 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
4050 address written to trace file.
4051
7180e04a
PA
40522014-07-09 Pedro Alves <palves@redhat.com>
4053
4054 * gdb.base/attach-wait-input.exp: New file.
4055 * gdb.base/attach-wait-input.c: New file.
4056
9a9a7608
AB
40572014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4058
4059 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
4060 setting up test structures.
4061 (main): Call new test function.
4062 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
4063 test function, continue into test function and walk test
4064 structures.
4065
161ac41e
YQ
40662014-07-02 Yao Qi <yao@codesourcery.com>
4067
4068 * gdb.trace/entry-values.c: Define labels 'foo_start' and
4069 'bar_start' at the beginning of functions 'foo' and 'bar'
4070 respectively.
4071 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
4072 instead of 'foo' and 'bar'.
4073
1f267ae3
MM
40742014-07-08 Markus Metzger <markus.t.metzger@intel.com>
4075
4076 * gdb.btrace/segv.exp: New.
4077 * gdb.btrace/segv.c: New.
4078
2b239efb
LM
40792014-07-02 Luis Machado <lgustavo@codesourcery.com>
4080
4081 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
4082 instruction.
4083
cf363f18
MW
40842014-06-30 Mark Wielaard <mjw@redhat.com>
4085
4086 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
4087 vulture, vilify, villar): New volatile array constants.
4088 (vindictive, vegetation): New const volatile array constants.
4089 * gdb.base/volatile.exp: Test volatile and const volatile array
4090 types.
4091
aebf9d24
AA
40922014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
4093
4094 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
4095 target lacks support for awatch, rwatch, or hbreak.
4096
b67a2c6f
YQ
40972014-06-27 Yao Qi <yao@codesourcery.com>
4098
4099 * gdb.multi/dummy-frame-restore.exp: New.
4100 * gdb.multi/dummy-frame-restore.c: New.
4101
aef92902
MM
41022014-06-25 Markus Metzger <markus.t.metzger@intel.com>
4103
4104 * gdb.btrace/gcore.exp: New.
4105
8e9db26e
PA
41062014-06-23 Pedro Alves <palves@redhat.com>
4107
4108 * gdb.base/watchpoint-reuse-slot.c: New file.
4109 * gdb.base/watchpoint-reuse-slot.exp: New file.
4110
70afc5b7
SC
41112014-06-23 Siva Chandra Reddy <sivachandra@google.com>
4112
4113 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
4114 progspace's filename in 'info', 'enable' and 'disable' command
4115 tests.
4116
b972bd9c
JK
41172014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4118
4119 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
4120 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4121 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
4122
125f8a3d
GB
41232014-06-20 Gary Benson <gbenson@redhat.com>
4124
4125 * gdb.arch/i386-avx.exp: Fix include file location.
4126 * gdb.arch/i386-sse.exp: Likewise.
4127
3ed9baed
IB
41282014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
4129
4130 * gdb.dlang/expression.exp: New file.
4131
034f788c
PA
41322014-06-19 Pedro Alves <palves@redhat.com>
4133
4134 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
4135 out from ...
4136 (top level): ... here. Iterate running tests under different
4137 scheduler-locking settings.
4138
45371d0c
LM
41392014-06-18 Luis Machado <lgustavo@codesourcery.com>
4140
4141 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
4142 to DW_FORM_addr and use non-zero addresses.
4143
5d376983
SC
41442014-06-18 Siva Chandra Reddy <sivachandra@google.com>
4145
4146 PR gdb/17017
4147 * gdb.python/py-xmethods.cc: Add global function call counters and
4148 increment them in their respective functions. Remove "cout"
4149 statements.
4150 * gdb.python/py-xmethods.exp: Make tests check the global function
4151 call counters instead of depending on inferior IO.
4152
a1aa2221
LM
41532014-06-18 Don Breazeal <donb@codesourcery.com>
4154
4155 * gdb.base/foll-fork.exp (default_fork_parent_follow):
4156 Deleted procedure.
4157 (explicit_fork_parent_follow): Deleted procedure.
4158 (explicit_fork_child_follow): Deleted procedure.
4159 (test_follow_fork): New procedure.
4160 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 4161 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
4162 procedure calls.
4163
0fc05997
YQ
41642014-06-17 Yao Qi <yao@codesourcery.com>
4165
4166 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
4167 CP1252.
4168
70795c52
LM
41692014-06-17 Luis Machado <lgustavo@codesourcery.com>
4170
4171 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
4172 Initialize ptr and S explicitly.
4173 (skip_type_update_when_not_use_rtti_test): Likewise.
4174
6be47f0c
KS
41752014-06-16 Keith Seitz <keiths@redhat.com>
4176
4177 PR mi/15863
4178 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
4179 the inferior is started.
4180
d03de421
PA
41812014-06-16 Pedro Alves <palves@redhat.com>
4182
4183 * gdb.base/break-main-file-remove-fail.c: New file.
4184 * gdb.base/break-main-file-remove-fail.exp: New file.
4185 * gdb.base/break-unload-file.exp: Use build_executable instead of
4186 prepare_for_testing.
4187 (test_break): New parameter "initial_load". Handle it.
4188 (top level): Add initial_load cmdline/file axis.
4189
f9579b99
TT
41902014-06-12 Tom Tromey <tromey@redhat.com>
4191
4192 * gdb.base/completion.exp: Don't use directory name in test.
4193
3657956b
GB
41942014-06-09 Gary Benson <gbenson@redhat.com>
4195
4196 * gdb.base/sigall.c [Functions to send signals]: Reorder to
4197 separate the always-available ANSI-standard signals from the
4198 signals that require checking.
4199 (main): Likewise.
4200 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
4201 Likewise.
4202 (main): Likewise.
4203
4186eb54
KS
42042014-06-07 Keith Seitz <keiths@redhat.com>
4205
4206 Revert:
4207 PR c++/16253
4208 * gdb.cp/var-tag.cc: New file.
4209 * gdb.cp/var-tag.exp: New file.
4210 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4211 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4212 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4213 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4214
25326a28 42152014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
4216
4217 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
4218
829155c9
PA
42192014-06-06 Pedro Alves <palves@redhat.com>
4220
4221 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
4222 in target debug output instead of looking at RSP packets,
4223 disabling the test on any target that uses hardware stepping.
4224 Update comments.
4225
61c8d22e
PA
42262014-06-06 Pedro Alves <palves@redhat.com>
4227
4228 * gdb.base/break-unload-file.exp: Fix typo.
4229
d9a47287
YQ
42302014-06-06 Yao Qi <yao@codesourcery.com>
4231
4232 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
4233 from "jit_function" to "^jit_function".
4234
e5e01dbf
YQ
42352014-06-06 Yao Qi <yao@codesourcery.com>
4236
4237 * gdb.base/async.c (foo): Add one statement.
4238 * gdb.base/async.exp: Get the next instruction address and
4239 match the output of "nexti" by instruction address. Match
4240 the hex address in the output of "finish".
4241
73ba372c
GB
42422014-06-06 Gary Benson <gbenson@redhat.com>
4243
4244 * gdb.base/call-signals.c: Remove preprocessor conditionals
4245 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
4246 SIGSEGV and SIGTERM.
4247 * gdb.base/sigall.c: Likewise.
4248 * gdb.base/unwindonsignal.c: Likewise.
4249 * gdb.reverse/sigall-reverse.c: Likewise.
4250
831517df
YQ
42512014-06-06 Yao Qi <yao@codesourcery.com>
4252
4253 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
4254 readable, skip the test.
4255
b8b91e98
YQ
42562014-06-06 Yao Qi <yao@codesourcery.com>
4257
4258 * gdb.threads/staticthreads.c (thread_function): Move the line
4259 setting breakpoint on forward.
4260 * gdb.threads/staticthreads.exp: Update comments.
4261
fb934770
LC
42622014-06-05 Ludovic Courtès <ludo@gnu.org>
4263
4264 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
4265 "history-append! type error".
4266
6ef284bd
SM
42672014-06-05 Simon Marchi <simon.marchi@ericsson.com>
4268
4269 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
4270 erroneous dprintf expected input.
4271
a872e241
DE
42722014-06-04 Doug Evans <xdje42@gmail.com>
4273
4274 * gdb.guile/scm-generics.exp: Delete.
4275
16f691fb
DE
42762014-06-04 Doug Evans <xdje42@gmail.com>
4277
4278 * gdb.guile/scm-breakpoint.exp: Update.
4279 Add tests for breakpoint registration.
4280
012370f6
TT
42812014-06-04 Tom Tromey <tromey@redhat.com>
4282
4283 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
4284 VLA-in-union.
4285 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
4286 inner_vla_struct, vla_union types. Initialize objects of those
4287 types and compute their sizes.
4288
9f5a4cef
HZ
42892014-06-04 Nathan Sidwell <nathan@codesourcery.com>
4290 Hui Zhu <hui@codesourcery.com>
4291
4292 * gdb.base/fileio.exp: Add test for shell not available as well as
4293 available.
4294 * gdb.base/fileio.c (test_system): Check for shell twice.
4295
90a45c4d
YQ
42962014-06-04 Yao Qi <yao@codesourcery.com>
4297
4298 * gdb.base/auto-connect-native-target.exp: Remove redundant
4299 space from the regexp pattern.
4300
70017e41
YQ
43012014-06-04 Yao Qi <yao@codesourcery.com>
4302
4303 * gdb.base/default.exp: Replace "child" with "native" in
4304 regexp pattern.
4305
883964a7
SC
43062014-06-03 Siva Chandra Reddy <sivachandra@google.com>
4307
4308 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
4309 * gdb.python/py-xmethods.exp: New tests to test xmethods.
4310 * gdb.python/py-xmethods.py: Python script supporting the
4311 new testcase and tests.
4312
ef370185
JB
43132014-06-03 Joel Brobecker <brobecker@adacore.com>
4314 Pedro Alves <palves@redhat.com>
4315
4316 PR breakpoints/17000
4317 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
4318 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
4319
1e2ccb61
BM
43202014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
4321
4322 * gdb.base/subst.exp: Add tests to verify partial path matching
4323 output.
4324
c6ec5ab2
PA
43252014-06-03 Pedro Alves <palves@redhat.com>
4326
4327 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
4328 target that doesn't use software single-stepping.
4329
835c559f
PA
43302014-06-03 Pedro Alves <palves@redhat.com>
4331
4332 PR breakpoints/17000
4333 * gdb.base/sss-bp-on-user-bp-2.c: New file.
4334 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
4335
06eb1586
DE
43362014-06-02 Doug Evans <xdje42@gmail.com>
4337
4338 * gdb.guile/scm-parameter.exp: New file.
4339
e698b8c4
DE
43402014-06-02 Doug Evans <xdje42@gmail.com>
4341
4342 * gdb.guile/scm-cmd.c: New file.
4343 * gdb.guile/scm-cmd.exp: New file.
4344
ded03782
DE
43452014-06-02 Doug Evans <xdje42@gmail.com>
4346
4347 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
4348 pretty-printer lookup.
4349 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
4350 (make-pp_s-printer): Call it.
4351 (make-pretty-printer-from-dict): New function.
4352 (lookup-pretty-printer-maker-from-dict): New function.
4353 (*pretty-printer*): Simplify.
4354 (make-objfile-pp_s-printer): New function.
4355 (install-objfile-pretty-printers!): New function.
4356 (make-progspace-pp_s-printer): New function.
4357 (install-progspace-pretty-printers!): New function.
4358 * gdb.guile/scm-progspace.c: New file.
4359 * gdb.guile/scm-progspace.exp: New file.
4360
41fac0cf
PA
43612014-06-02 Pedro Alves <palves@redhat.com>
4362
4363 * gdb.base/dprintf-bp-same-addr.c: New file.
4364 * gdb.base/dprintf-bp-same-addr.exp: New file.
4365
96ae5695
EBM
43662014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4367
4368 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
4369 * gdb.arch/powerpc-power.s: Likewise.
4370
da02b3a8
JB
43712014-06-02 Joel Brobecker <brobecker@adacore.com>
4372
4373 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
4374
c72b2e7b
YQ
43752014-06-01 Yao Qi <yao@codesourcery.com>
4376
4377 * gdb.base/watchpoint.exp (test_watch_location): Check null
4378 pointer can be dereferenced. If not, do the test, otherwise
4379 skip it.
4380
53e8a631
AB
43812014-05-30 Andrew Burgess <aburgess@broadcom.com>
4382
4383 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
4384 results.
4385 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
4386
938f0e2f
AB
43872014-05-30 Andrew Burgess <aburgess@broadcom.com>
4388
4389 * gdb.arch/amd64-invalid-stack-middle.S: New file.
4390 * gdb.arch/amd64-invalid-stack-middle.c: New file.
4391 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
4392 * gdb.arch/amd64-invalid-stack-top.c: New file.
4393 * gdb.arch/amd64-invalid-stack-top.exp: New file.
4394
9ba6657a
PA
43952014-05-30 Pedro Alves <palves@redhat.com>
4396
4397 PR breakpoints/17000
4398 * gdb.base/sss-bp-on-user-bp.c: New file.
4399 * gdb.base/sss-bp-on-user-bp.exp: New file.
4400
522c09bf
DB
44012014-05-30 David Blaikie <dblaikie@gmail.com>
4402
4403 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
4404 gnu_inline semantics via attribute.
4405 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
4406 source explicitly specifies the required semantics.
4407
bf4ef81e
MR
44082014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
4409
4410 * gdb.reverse/sigall-reverse.exp: Fix a typo.
4411
329ea579
PA
44122014-05-29 Pedro Alves <palves@redhat.com>
4413 Tom Tromey <tromey@redhat.com>
4414
4415 * gdb.base/async-shell.exp: Don't enable target-async.
4416 * gdb.base/async.exp
4417 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
4418 parameter. Adjust.
4419 (top level): Don't test with "target-async".
4420 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
4421 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
4422 * gdb.base/inferior-died.exp: Don't enable target-async.
4423 * gdb.base/interrupt-noterm.exp: Likewise.
4424 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
4425 * gdb.mi/mi-nonstop-exit.exp: Likewise.
4426 * gdb.mi/mi-nonstop.exp: Likewise.
4427 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
4428 * gdb.mi/mi-nsintrall.exp: Likewise.
4429 * gdb.mi/mi-nsmoribund.exp: Likewise.
4430 * gdb.mi/mi-nsthrexec.exp: Likewise.
4431 * gdb.mi/mi-watch-nonstop.exp: Likewise.
4432 * gdb.multi/watchpoint-multi.exp: Adjust comment.
4433 * gdb.python/py-evsignal.exp: Don't enable target-async.
4434 * gdb.python/py-evthreads.exp: Likewise.
4435 * gdb.python/py-prompt.exp: Likewise.
4436 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
4437 * gdb.server/solib-list.exp: Don't enable target-async.
4438 * gdb.threads/thread-specific-bp.exp: Likewise.
4439 * lib/mi-support.exp: Adjust to use mi-async.
4440
fd664c91
PA
44412014-05-29 Pedro Alves <palves@redhat.com>
4442
4443 PR gdb/13860
4444 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
4445 reason, even in sync mode.
4446
251bde03
PA
44472014-05-29 Pedro Alves <palves@redhat.com>
4448 Hui Zhu <hui@codesourcery.com>
4449
4450 PR PR15693
4451 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
4452 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
4453 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
4454 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
4455
7f3c0343
JB
44562014-05-28 Joel Brobecker <brobecker@adacore.com>
4457
4458 * config/monitor.exp (gdb_target_monitor): Replace use of
4459 "set remotebaud" by "set serial baud".
4460
b2715b27
AW
44612014-05-26 Andy Wingo <wingo@igalia.com>
4462
4463 * gdb.guile/scm-breakpoint.exp:
4464 * gdb.guile/scm-gsmob.exp: Update to use plain old object
4465 properties instead of gdb-object-properties.
4466
498a4489
YQ
44672014-05-26 Yao Qi <yao@codesourcery.com>
4468
4469 * gdb.server/no-thread-db.exp: Specify source file name
4470 explicitly when setting a breakpoint.
4471
589fdceb
MM
44722014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4473
4474 * gdb.btrace/vdso.c: New.
4475 * gdb.btrace/vdso.exp: New.
4476
e9089e05
MM
44772014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4478
4479 * gdb.base/gcore.exp (capture_command_output): Move ...
4480 * lib/gdb.exp (capture_command_output): ... here.
4481
67b5c0c1
MM
44822014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4483
4484 * gdb.btrace/data.exp: Test memory access during btrace replay.
4485
a2199296
SM
44862014-05-22 Simon Marchi <simon.marchi@ericsson.com>
4487
4488 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
4489
17b2616c
PA
44902014-05-21 Pedro Alves <palves@redhat.com>
4491
4492 PR gdb/13860
4493 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
4494 (top level): Test that output related to execution commands is
4495 sent to the console with CLI commands, but not with MI commands.
4496 Test that breakpoint events are always mirrored to the console.
4497 Also expect the new source line to be output after a "next" in
4498 async mode too. Make it a pass/fail test.
4499 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
4500 output.
4501 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
4502
5166082f
PA
45032014-05-21 Pedro Alves <palves@redhat.com>
4504
4505 * gdb.base/list.exp (build_pattern, test_list): New procedures.
4506 Use them to test variations of "list" after reaching a breakpoint.
4507 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
4508 Test "list" with listsize 10 after reaching a breakpoint.
4509 * gdb.python/python.exp (decode_line current location line
4510 number): Adjust expected line number.
4511
2f25d70f
SM
45122014-05-21 Simon Marchi <simon.marchi@ericsson.com>
4513
4514 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
4515 behavior for $args, pass it directly to "run".
4516
ff604a67
MR
45172014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
4518
4519 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
4520 30000 to 65536.
4521
6a3cb8e8
PA
45222014-05-21 Pedro Alves <palves@redhat.com>
4523
4524 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
4525 auto-connect-native-target off".
4526 * gdb.base/auto-connect-native-target.c: New file.
4527 * gdb.base/auto-connect-native-target.exp: New file.
4528
4ebfc96e
PA
45292014-05-21 Pedro Alves <palves@redhat.com>
4530
4531 * gdb.base/default.exp: Test "target native" instead of "target
4532 child".
4533
36d46afb
MW
45342014-05-21 Mark Wielaard <mjw@redhat.com>
4535
4536 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
4537
5876f503
JK
45382014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4539
4540 Fix TLS access for -static -pthread.
4541 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
4542 <HAVE_TLS> (thread_function, main): Initialize it.
4543 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
4544 Add clean_restart.
4545 <$have_tls != "">: Check TLSVAR.
4546
0256a6ac
PA
45472014-05-21 Pedro Alves <palves@redhat.com>
4548
4549 * gdb.base/dcache-line-read-error.c: New.
4550 * gdb.base/dcache-line-read-error.exp: New.
4551
936d2992
PA
45522014-05-20 Pedro Alves <palves@redhat.com>
4553
4554 * gdb.base/compare-sections.c: New file.
4555 * gdb.base/compare-sections.exp: New file.
4556
802e8e6d
PA
45572014-05-20 Pedro Alves <palves@redhat.com>
4558
4559 * gdb.base/break-idempotent.c: New file.
4560 * gdb.base/break-idempotent.exp: New file.
4561
e59fa00f
MM
45622014-05-20 Markus Metzger <markus.t.metzger@intel.com>
4563
4564 * gdb.btrace/nohist.exp: New.
4565
8b696e31
YQ
45662014-05-20 Yao Qi <yao@codesourcery.com>
4567
4568 * lib/gdb.exp (gdb_init): Set timeout if test file is under
4569 gdb.reverse directory and gdb_reverse_timeout exists in board
4570 setting.
4571 * README: Document gdb_reverse_timeout.
4572
73c9764f
YQ
45732014-05-20 Yao Qi <yao@codesourcery.com>
4574
4575 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
4576 'test_file_name'. Treat args as a string instead of a list.
4577 (gdb_init): Rename argument 'args' by 'test_file_name'.
4578
f1f4348a
JK
45792014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4580
4581 * gdb.arch/powerpc-power.exp: New file.
4582 * gdb.arch/powerpc-power.s: New file.
4583
0dbe70ce
DE
45842014-05-16 Doug Evans <dje@google.com>
4585
4586 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
4587 * gdb.base/completion.exp: Check that all expected files exist
4588 before doing file completion.
0dbe70ce 4589
8d551b02
DE
45902014-05-16 Doug Evans <dje@google.com>
4591
4592 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
4593 Update.
4594 (do_syscall_tests_without_xml): Update.
4595
73eb7709
PA
45962014-05-16 Pedro Alves <palves@redhat.com>
4597
4598 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
4599 instead of "unknown output after running".
4600
3fae92fc
YQ
46012014-05-16 Yao Qi <yao@codesourcery.com>
4602
4603 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
4604 file1.txt from host at the end.
4605 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4606
c2b2ccc5
DE
46072014-05-15 Doug Evans <dje@google.com>
4608
4609 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
4610 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
4611 loading file. Add test for TU lookup.
4612
8c217a4b
SM
46132014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4614
4615 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
4616 calling "-exec-arguments" or "set args" before running the
4617 inferior.
4618
3deb39c6
SM
46192014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4620
4621 * lib/mi-support.exp (mi_expect_stop): Expect message for
4622 inferiors that exit with non-zero exit code.
4623
71a79f8c
YQ
46242014-05-14 Yao Qi <yao@codesourcery.com>
4625
4626 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
4627 match absolute path on remote host.
4628 (test_file_list_exec_source_files): Remove "/" from the
4629 pattern.
4630
f23fcd46
YQ
46312014-05-14 Yao Qi <yao@codesourcery.com>
4632
4633 * boards/local-remote-host-notty.exp (${board}_file): New
4634 proc.
4635
9404b58f
KM
46362014-05-07 Kyle McMartin <kyle@redhat.com>
4637
4638 Pushed by Joel Brobecker <brobecker@adacore.com>.
4639 * gdb.arch/aarch64-atomic-inst.c: New file.
4640 * gdb.arch/aarch64-atomic-inst.exp: New file.
4641
5e45f04c
YQ
46422014-05-07 Yao Qi <yao@codesourcery.com>
4643
4644 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
4645 in current context" too.
4646
c888a17d
KS
46472014-05-05 Keith Seitz <keiths@redhat.com>
4648
4649 * gdb.linespec/ls-dollar.exp: Add test for linespec
4650 file:convenience_variable.
4651
290a839c
YQ
46522014-05-05 Yao Qi <yao@codesourcery.com>
4653
4654 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
4655 traceframes into tfile and ctf trace files. Read data from
4656 trace file and test collected data.
4657 (gdb_collect_locals_test): Likewise.
4658 (gdb_unavailable_registers_test): Likewise.
4659 (gdb_unavailable_floats): Likewise.
4660 (gdb_collect_globals_test): Likewise.
4661 (top-level): Append "ctf" to trace_file_targets if GDB
4662 supports.
4663
b5262cd0
YQ
46642014-05-05 Yao Qi <yao@codesourcery.com>
4665
4666 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
4667 code to ...
4668 (gdb_collect_args_test_1): ... it. New proc.
4669 (gdb_collect_locals_test): Move some code to ...
4670 (gdb_collect_locals_test_1): ... it. New proc.
4671 (gdb_unavailable_registers_test): Move some code to ...
4672 (gdb_unavailable_registers_test_1): ... it. New proc.
4673 (gdb_unavailable_floats): Move some code to ...
4674 (gdb_unavailable_floats_1): ... it. New proc.
4675
30a1e6cc
SDJ
46762014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4677
4678 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
4679 probes to test for bitness recognition.
4680 * gdb.arch/amd64-stap-optional-prefix.exp
4681 (test_probe_value_without_reg): New procedure.
4682 Add code to test for different kinds of bitness.
4683
f33da99a
SDJ
46842014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4685
4686 PR breakpoints/16889
4687 * gdb.arch/amd64-stap-optional-prefix.S: New file.
4688 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4689
5b80f00d
PA
46902014-05-01 Pedro Alves <palves@redhat.com>
4691
4692 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
4693 gdb_file_cmd if no file is specified.
4694 * boards/native-extended-gdbserver.exp (gdb_load): Use the
4695 last_loaded_file to set the remote exec-file.
4696
f8c2a73c
PA
46972014-05-01 Pedro Alves <palves@redhat.com>
4698
4699 * boards/local-remote-host.exp: New file.
4700
be6e8ac7
PA
47012014-05-01 Pedro Alves <palves@redhat.com>
4702
4703 * boards/local-remote-host.exp: Rename to ...
4704 * boards/local-remote-host-notty.exp: ... this.
4705
cac0dc8f
JB
47062014-04-28 Joel Brobecker <brobecker@adacore.com>
4707
4708 * gdb.ada/dyn_arrayidx: New testcase.
4709
9730e6cc
YQ
47102014-04-26 Yao Qi <yao@codesourcery.com>
4711
4712 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
4713 and compute the length of function main. Save it in
4714 $main_length.
4715 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
4716 (top-level): Use gdb_compile to compile objects into
4717 executable and restart GDB. Remove invocation to
4718 prepare_for_testing.
4719
7ae1a6a6
PA
47202014-04-25 Simon Marchi <simon.marchi@ericsson.com>
4721 Pedro Alves <palves@redhat.com>
4722
4723 PR server/16255
4724 * gdb.multi/multi-attach.c: New file.
4725 * gdb.multi/multi-attach.exp: New file.
4726
4082afcc
PA
47272014-04-25 Pedro Alves <palves@redhat.com>
4728
4729 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
4730 user.
4731 (top level): Test that "set remote conditional-breakpoints-packet
4732 off" works as intended.
4733 * gdb.base/dprintf.exp: Test that "set remote
4734 breakpoint-commands-packet off" works as intended.
4735 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
4736 New function.
4737 (top level): Call it.
4738 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
4739 remote fast-tracepoints-packet off" works as intended.
4740 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
4741 * lib/gdb.exp (gdb_is_target_remote): ... here.
4742
2abc3f8d
DB
47432014-04-24 David Blaikie <dblaikie@gmail.com>
4744
4745 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
4746 ensure clang would not discard them.
4747 * gdb.base/gdbvars.c: Ditto.
4748 * gdb.base/memattr.c: Ditto.
4749 * gdb.base/whatis.c: Ditto.
4750 * gdb.python/py-prettyprint.c: Ditto.
4751 * gdb.trace/actions.c: Ditto.
4752 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
4753 ensure clang would not discard it.
4754
bfd39632
DB
47552014-04-24 David Blaikie <dblaikie@gmail.com>
4756
4757 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
4758 clang to emit the full definition of type required by the test
4759 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
4760
22842ff6
DB
47612014-04-24 David Blaikie <dblaikie@gmail.com>
4762
4763 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
4764 coax Clang into emitting the definition of the type.
4765 * gdb.cp/pr10728-x.h (y): Ditto.
4766 * gdb.cp/pr10728-y.cc (y): Ditto.
4767
c2e827ad
DB
47682014-04-24 David Blaikie <dblaikie@gmail.com>
4769
4770 * gdb.base/label.exp: XFAIL label related tests under Clang.
4771 * gdb.cp/cplabel.exp: Ditto.
4772 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
4773 under Clang those using labels.
4774
4c2d33e7
YQ
47752014-04-25 Yao Qi <yao@codesourcery.com>
4776
4777 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
4778 double_label.
4779 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
4780 partial_label and double_label.
4781
56083b99
DB
47822014-04-24 David Blaikie <dblaikie@gmail.com>
4783
4784 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
4785
25d4e99d
DB
47862014-04-24 David Blaikie <dblaikie@gmail.com>
4787
4788 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
4789 of the function to work across GCC and Clang.
4790 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
4791 pointer types (const void ** const V void **).
4792
01f9f808
MS
47932014-04-24 Michael Sturm <michael.sturm@mintel.com>
4794 Walfred Tedeschi <walfred.tedeschi@intel.com>
4795
4796 * Makefile.in (EXECUTABLES): Added i386-avx512.
4797 * gdb.arch/i386-avx512.c: New file.
4798 * gdb.arch/i386-avx512.exp: Likewise.
4799
4b48d439
KS
48002014-04-23 Keith Seitz <keiths@redhat.com>
4801
4802 * lib/mi-support.exp (mi_list_breakpoints): Delete.
4803 (mi_make_breakpoint_table): New procedure.
4804 (mi_create_breakpoint): Use mi_make_breakpoint
4805 and return the result.
4806 (mi_make_breakpoint): New procedure.
4807 (mi_build_kv_pairs): New procedure.
4808
4809 * gdb.mi/mi-break.exp: Remove unused globals,
4810 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
4811 All callers updated.
4812 * gdb.mi/mi-dprintf.exp: Use variable to track command
4813 number.
4814 Update all callers of mi_create_breakpoint and use
4815 mi_make_breakpoint_table.
4816 Remove any unused global variables.
4817 * gdb.mi/mi-nonstop.exp: Likewise.
4818 * gdb.mi/mi-nsintrall.exp: Likewise.
4819 * gdb.mi/mi-nsmoribund.exp: Likewise.
4820 * gdb.mi/mi-nsthrexec.exp: Likewise.
4821 * gdb.mi/mi-reverse.exp: Likewise.
4822 * gdb.mi/mi-simplerun.exp: Likewise.
4823 * gdb.mi/mi-stepn.exp: Likewise.
4824 * gdb.mi/mi-syn-frame.exp: Likewise.
4825 * gdb.mi/mi-until.exp: Likewise.
4826 * gdb.mi/mi-var-cp.exp: Likewise.
4827 * gdb.mi/mi-var-display.exp: Likewise.
4828 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
4829 * gdb.mi/mi2-var-child.exp: Likewise.
4830 * gdb.mi/mi-vla-c99.exp: Likewise.
4831 * lib/mi-support.exp: Likewise.
4832
4833 From Ian Lance Taylor <iant@cygnus.com>:
4834 * lib/gdb.exp (parse_args): New procedure.
4835
08351840
PA
48362014-04-23 Pedro Alves <palves@redhat.com>
4837
4838 * gdb.base/break-unload-file.c: New file.
4839 * gdb.base/break-unload-file.exp: New file.
4840 * gdb.base/sym-file-lib.c (baz): New function.
4841 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
4842 field.
4843 (load): Store the segment's mapped size.
4844 (unload): New function.
4845 (unload_shlib): New function.
4846 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
4847 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
4848 set a breakpoint at baz, and call it.
4849 * gdb.base/sym-file.exp: New tests for stale breakpoint
4850 instructions.
4851
076855f9
PA
48522014-04-23 Pedro Alves <palves@redhat.com>
4853
4854 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
4855 * gdb.base/hbreak-in-shr-unsupported.c: New file.
4856 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
4857 * gdb.base/hbreak-unmapped.c: New file.
4858 * gdb.base/hbreak-unmapped.exp: New file.
4859 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
4860 * lib/gdb.exp (gdb_is_target_remote): ... here.
4861
483805cf
PA
48622014-04-22 Pedro Alves <palves@redhat.com>
4863
4864 * gdb.base/consecutive-step-over.c: New file.
4865 * gdb.base/consecutive-step-over.exp: New file.
4866
06d97543
PA
48672014-04-22 Pedro Alves <palves@redhat.com>
4868
4869 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
4870 instead of send_gdb/gdb_expect.
4871
b4429ea2
YQ
48722014-04-22 Yao Qi <yao@codesourcery.com>
4873
4874 * lib/trace-support.exp (generate_tracefile): New procedure.
4875 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
4876 return 0.
4877 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
4878 if generate_tracefile returns 1.
4879
51d48146
PA
48802014-04-18 Tom Tromey <palves@redhat.com>
4881 Pedro alves <tromey@redhat.com>
4882
4883 PR backtrace/15558
4884 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
4885 with a backtrace limit.
4886 * gdb.python/py-frame-inline.exp: Test running to an inline
4887 function with a backtrace limit, and printing the newest frame.
4888 * gdb.python/py-frame-inline.c (main): Call f.
4889
bd1dce5f
MS
48902014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4891
4892 * gdb.java/jnpe.exp: Drop srcdir from untested path.
4893
40d1a503
MS
48942014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4895
4896 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
4897 Drop prefix from unsupported source file path.
4898
389b98f7
YQ
48992014-04-17 Yao Qi <yao@codesourcery.com>
4900
4901 * lib/gdb.exp (with_target_charset): New proc.
4902 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
4903 with_target_charset.
4904 (test_print_strings): Likewise.
4905 (test_repeat_bytes): Likewise.
4906 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
4907 for some tests.
4908
22869d73
KS
49092014-04-16 Keith Seitz <keiths@redhat.com>
4910
4911 PR gdb/15827
4912 * gdb.dwarf2/corrupt.c: New file.
4913 * gdb.dwarf2/corrupt.exp: New file.
4914
c4f87ca6
KS
49152014-04-16 Keith Seitz <keiths@redhat.com>
4916
4917 PR c++/16597
4918 * gdb.cp/namelessclass.cc: New file.
4919 * gdb.cp/namelessclass.exp: New file.
4920 * gdb.cp/namelessclass.S: New file.
4921
ab19de87
DE
49222014-04-16 Doug Evans <dje@google.com>
4923
4924 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
4925 Add comment.
4926 (gdbserver_default_get_comm_port): New function.
4927 (gdbserver_start): Check if board file provided
4928 "gdbserver,get_comm_port" and use it if so.
4929 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
4930 (gdb,socketport): Set to "stdio".
4931 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
4932 (stdio_gdbserver_template): Delete.
4933 (${board}_get_remote_address): Update.
4934 (${board}_build_remote_cmd): Delete.
4935 (${board}_get_comm_port): New function.
4936 (${board}_spawn): Update.
4937 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
4938 Delete.
4939 (${board}_get_remote_address): Update.
4940 (${board}_get_comm_port): New function.
4941
fc98a809
AB
49422014-04-16 Andrew Burgess <aburgess@broadcom.com>
4943
4944 * gdb.base/memattr.exp: Improve regexps to handle memory regions
4945 appearing in any order.
4946
87fd9e6e
DE
49472014-04-15 Doug Evans <dje@google.com>
4948
4949 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
4950 uninitialized value of "description".
4951
099fc3ea
KS
49522014-04-15 Keith Seitz <keiths@redhat.com>
4953
4954 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
4955 Remove unused globals.
4956 (test_running_the_program): Likewise.
4957 (test_controlled_execution): Likewise.
4958 (test_controlling_breakpoints): Likewise.
4959 (test_program_termination): Likewise.
4960
5da151d4
KS
49612014-04-15 Keith Seitz <keiths@redhat.com>
4962
4963 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
4964 unused globals.
4965 (test_rbreak_creation_and_listing): Likewise.
4966 (test_ignore_count): Likewise.
4967 (test_error): Likewise.
4968
35e5d2f0
PA
49692014-04-15 Pedro Alves <palves@redhat.com>
4970
4971 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
4972 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
4973 sym-file-loader.c.
4974 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4975 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4976 to sym-file-loader.c.
4977 (struct library): Forward declare.
4978 (load_shlib, lookup_function): Change prototypes.
4979 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4980 (translate_offset): Remove declarations.
4981 (get_text_addr): New declaration.
4982 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
4983 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
4984 sym-file-loader.h.
4985 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4986 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4987 here from sym-file-loader.h.
4988 (struct library): New structure.
4989 (load_shlib, lookup_function): Change prototypes and adjust to
4990 work with a struct library.
4991 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4992 (translate_offset): Make static.
4993 (get_text_addr): New function.
4994 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
4995
eb4c1710
PA
49962014-04-15 Pedro Alves <palves@redhat.com>
4997
4998 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
4999
2d1baf52
PA
50002014-04-15 Pedro Alves <palves@redhat.com>
5001
5002 * gdb.base/sym-file-loader.c: Include <limits.h>.
5003 (SELF_LINK): New define.
5004 (get_origin): New function.
5005 (load_shlib): Use it.
5006 * gdb.base/sym-file.exp: Don't early return if the target is
5007 remote. Use runto_main, and issue fail is that fails. Use
5008 gdb_load_shlibs.
5009 (shlib_name): Delete.
5010 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
5011
7dd6df01
PA
50122014-04-15 Pedro Alves <palves@redhat.com>
5013
5014 * gdb.base/sym-file.exp: Remove regex characters from test
5015 message. Don't refer to breakpoint numbers in test messages.
5016
b50c8614
KS
50172014-04-14 Keith Seitz <keiths@redhat.com>
5018
5019 PR c++/16253
5020 * gdb.cp/var-tag.cc: New file.
5021 * gdb.cp/var-tag.exp: New file.
5022 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
5023 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
5024 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
5025 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
5026
3d567982
TT
50272014-04-14 Tom Tromey <tromey@redhat.com>
5028
5029 * gdb.cp/classes.exp (test_enums): Handle underlying type.
5030 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
5031 type.
5032 * gdb.cp/enum-class.exp: New file.
5033 * gdb.cp/enum-class.cc: New file.
5034
0626fc76
TT
50352014-04-14 Tom Tromey <tromey@redhat.com>
5036
5037 * gdb.dwarf2/enum-type.exp: New file.
5038
dca325b3
SA
50392014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5040
5041 * gdb.mi/mi-vla-c99.exp: New file.
5042 * gdb.mi/vla.c: New file.
5043
5854b38a
SA
50442014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5045
5046 * gdb.base/vla-datatypes.c: New file.
5047 * gdb.base/vla-datatypes.exp: New file.
5048
463bb957
SA
50492014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5050
5051 * gdb.base/vla-ptr.c: New file.
5052 * gdb.base/vla-ptr.exp: New file.
5053
3dd170be
SA
50542014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5055
5056 * gdb.dwarf2/count.exp: New file.
5057
5ecaaa66
SA
50582014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5059
5060 * gdb.base/vla-sideeffect.c: New file.
5061 * gdb.base/vla-sideeffect.exp: New file.
5062
41f1ada5
DB
50632014-04-14 David Blaikie <dblaikie@gmail.com>
5064
5065 * gdb.mi/non-stop.c: Add return value for non-void function return
5066 statement.
5067 * gdb.threads/staticthreads.c: Ditto.
5068
0be03e84
DE
50692014-04-12 Siva Chandra Reddy <sivachandra@google.com>
5070 Doug Evans <xdje42@gmail.com>
5071
5072 * gdb.guile/scm-value.c: Improve test case.
5073 * gdb.guile/scm-value.exp: Add new test.
5074
f180a1fb
DB
50752014-04-11 David Blaikie <dblaikie@gmail.com>
5076
5077 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
5078 override Clang's default.
5079
6b662e19
JB
50802014-04-11 Joel Brobecker <brobecker@adacore.com>
5081
5082 Revert the following changes (regressions):
5083
5084 * gdb.base/vla-sideeffect.c: New file.
5085 * gdb.base/vla-sideeffect.exp: New file.
5086
5087 * gdb.dwarf2/count.exp: New file.
5088
5089 * gdb.base/vla-multi.c: New file.
5090 * gdb.base/vla-multi.exp: New file.
5091
5092 * gdb.base/vla-ptr.c: New file.
5093 * gdb.base/vla-ptr.exp: New file.
5094
5095 * gdb.base/vla-datatypes.c: New file.
5096 * gdb.base/vla-datatypes.exp: New file.
5097
5098 * gdb.mi/mi-vla-c99.exp: New file.
5099 * gdb.mi/vla.c: New file.
5100
245a5f0b
KS
51012014-04-11 Keith Seitz <keiths@redhat.com>
5102
5103 PR c++/16675
5104 * gdb.cp/cpsizeof.exp: New file.
5105 * gdb.cp/cpsizeof.cc: New file.
5106
58a84dcf
SA
51072014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5108
191a8a90
JB
5109 * gdb.mi/mi-vla-c99.exp: New file.
5110 * gdb.mi/vla.c: New file.
58a84dcf 5111
c8655f75
SA
51122014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5113
5114 * gdb.base/vla-datatypes.c: New file.
5115 * gdb.base/vla-datatypes.exp: New file.
5116
024e13b4
SA
51172014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5118
5119 * gdb.base/vla-ptr.c: New file.
5120 * gdb.base/vla-ptr.exp: New file.
5121
1a237e0e
SA
51222014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5123
5124 * gdb.base/vla-multi.c: New file.
5125 * gdb.base/vla-multi.exp: New file.
5126
504f3432
SA
51272014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5128
5129 * gdb.dwarf2/count.exp: New file.
5130
3bce8237
SA
51312014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5132
191a8a90
JB
5133 * gdb.base/vla-sideeffect.c: New file.
5134 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 5135
322f9c21
YQ
51362014-04-11 Yao Qi <yao@codesourcery.com>
5137
5138 * gdb.base/completion.exp: Check file exists before running tests
5139 on file completion.
5140
d708bcd1
PA
51412014-04-10 Pedro Alves <palves@redhat.com>
5142
5143 * gdb.base/cond-eval-mode.c: New file.
5144 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
5145 prepare_for_testing to build the new file. Check result of
5146 runto_main.
5147 (test_break, test_watch): New procedures.
5148 (top level): Use them.
5149
ae1d2761
PM
51502014-04-08 Pierre Muller <muller@sourceware.org>
5151
5152 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
5153 Ctrl-V use for mingw hosts.
5154
7af389b8
SC
51552014-04-07 Siva Chandra Reddy <sivachandra@google.com>
5156
5157 * gdb.python/py-value.c: Improve test case.
5158 * gdb.python/py-value.exp: Add new test.
5159
5e703181
DE
51602014-04-07 David Blaikie <dblaikie@gmail.com>
5161
5162 * lib/compiler.c: Identify the clang compiler.
5163 * lib/compiler.cc: Ditto.
5164
9810b410
YQ
51652014-04-03 Yao Qi <yao@codesourcery.com>
5166
5167 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
5168
98d1b8dc
AB
51692014-04-01 Anton Blanchard <anton@samba.org>
5170
5171 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
5172 messages unique.
5173
3114cea1
AB
51742014-04-01 Anton Blanchard <anton@samba.org>
5175
5176 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
5177 prepare_for_testing.
5178
62f7182c
AB
51792014-04-01 Anton Blanchard <anton@samba.org>
5180
5181 * gdb.arch/ppc64-atomic-inst.c: Remove.
5182 * gdb.arch/ppc64-atomic-inst.S: New file.
5183 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
5184
770e7fc7
DE
51852014-03-31 Doug Evans <dje@google.com>
5186
5187 * gdb.base/print-symbol-loading-lib.c: New file.
5188 * gdb.base/print-symbol-loading-main.c: New file.
5189 * gdb.base/print-symbol-loading.exp: New file.
5190
46e2bafa
YQ
51912014-03-31 Yao Qi <yao@codesourcery.com>
5192
5193 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
5194
8776cfe9
JB
51952014-03-28 Joel Brobecker <brobecker@adacore.com>
5196
5197 * gdb.ada/mi_dyn_arr: New testcase.
5198
5d1ef361
DE
51992014-03-27 Doug Evans <dje@google.com>
5200
5201 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
5202
b5bee914
YQ
52032014-03-27 Yao Qi <yao@codesourcery.com>
5204
5205 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
5206 if target is nios2-*-*.
5207
0d4d0e77
YQ
52082014-03-26 Yao Qi <yao@codesourcery.com>
5209
5210 * lib/gdb.exp (readline_is_used): New proc.
5211 * gdb.base/completion.exp: Move tests on command complete up.
5212 Skip the rest of tests if readline is not used.
5213 * gdb.ada/complete.exp: Skp the test if readline is not
5214 used.
5215 * gdb.base/filesym.exp: Likewise.
5216 * gdb.base/macscp.exp: Likewise.
5217 * gdb.base/readline-ask.exp: Likewise.
5218 * gdb.base/readline.exp: Likewise.
5219 * gdb.python/py-cmd.exp: Likewise.
5220 * gdb.trace/tfile.exp: Likewise.
5221
29361eee
YQ
52222014-03-26 Yao Qi <yao@codesourcery.com>
5223
5224 * gdb.base/macscp.exp: Fix code format issues.
5225
bc9a5525
UW
52262014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
5227
5228 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
5229 * gdb.asm/powerpc64le.inc: New file.
5230
d3839ede
PA
52312014-03-25 Pedro Alves <palves@redhat.com>
5232 Doug Evans <dje@google.com>
5233
5234 * gdb.base/source-execution.c: New file.
5235 * gdb.base/source-execution.exp: New file.
5236 * gdb.base/source-execution.gdb: New file.
5237
01672a57
DE
52382014-03-24 Doug Evans <dje@google.com>
5239
5240 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
5241 using fission.
5242
88bbeca9
HZ
52432014-03-24 Hui Zhu <hui@codesourcery.com>
5244 Pedro Alves <palves@redhat.com>
5245
5246 PR breakpoints/16101
5247 * gdb.base/dprintf.exp: Use unsupported rather than changing the
5248 test pass/fail messages. Detect missing support for dprintf when
5249 breakpoints are actually inserted.
5250 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
5251 breakpoints are actually inserted.
5252 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
5253 fails.
5254
d2348791
JK
52552014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5256
5257 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
5258
feef67ab
DE
52592014-03-22 Doug Evans <xdje42@gmail.com>
5260
5261 * gdb.python/python.exp (python not supported): Verify multi-line
5262 python command issues an error.
25d743f9 5263 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 5264 guile command issues an error.
feef67ab 5265
ecebef6a
MR
52662014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
5267
5268 * gdb.threads/thread-specific.exp: Handle the lack of usable
5269 $this_breakpoint and $this_thread.
5270
ccdd1909
HZ
52712014-03-21 Hui Zhu <hui@codesourcery.com>
5272
5273 * gdb.base/attach.exp (do_command_attach_tests): New.
5274
beb460e8
PA
52752014-03-20 Tom Tromey <tromey@redhat.com>
5276 Pedro Alves <palves@redhat.com>
5277
5278 PR cli/15718
5279 * gdb.base/condbreak-call-false.c: New file.
5280 * gdb.base/condbreak-call-false.exp: New file.
5281
40acf43a
PA
52822014-03-20 Pedro Alves <palves@redhat.com>
5283
5284 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
5285 Delete.
5286 (block_signals, unblock_signals): Delete.
5287 (child_function_2, main): Remove references to deleted variable
5288 and functions.
5289
9f5e1e02
PA
52902014-03-20 Pedro Alves <palves@redhat.com>
5291
5292 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
5293 Use pthread_kill to signal thread 2.
5294 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5295 Adjust to make the test send itself a signal rather than using the
5296 host's "kill" command.
5297
99619bea
PA
52982014-03-20 Pedro Alves <palves@redhat.com>
5299
5300 * gdb.threads/multiple-step-overs.c: New file.
5301 * gdb.threads/multiple-step-overs.exp: New file.
5302 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5303 Adjust expected infrun debug output.
5304
2adfaa28
PA
53052014-03-20 Pedro Alves <palves@redhat.com>
5306
5307 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
5308 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
5309
31e77af2
PA
53102014-03-20 Pedro Alves <palves@redhat.com>
5311
5312 PR breakpoints/7143
5313 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
5314 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
5315 of gdb_test_multiple.
5316 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
5317 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
5318
b9f437de
PA
53192014-03-20 Pedro Alves <palves@redhat.com>
5320
5321 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
5322 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
5323
05adc73e
PA
53242014-03-19 Pedro Alves <palves@redhat.com>
5325
5326 * gdb.base/async.exp: Remove early return.
5327
6048b950
PA
53282014-03-19 Pedro Alves <palves@redhat.com>
5329
5330 * gdb.base/async.exp (step& tests): Pass explicit test messages.
5331
8bcfb00a
PA
53322014-03-19 Pedro Alves <palves@redhat.com>
5333
5334 * gdb.base/async.exp (test_background): Expect \r\n after
5335 "completed." in the fail pattern.
5336
884e37dc
PA
53372014-03-19 Pedro Alves <palves@redhat.com>
5338
5339 * gdb.base/async.exp (test_background): New procedure.
5340 Use it for all background execution command tests.
5341
148e57e2
PA
53422014-03-19 Pedro Alves <palves@redhat.com>
5343
5344 * gdb.base/async.exp: Use prepare_for_testing.
5345
f48088c7
PA
53462014-03-19 Pedro Alves <palves@redhat.com>
5347
5348 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
5349 the same line.
5350
e2f6c966
PA
53512014-03-19 Pedro Alves <palves@redhat.com>
5352
5353 * gdb.base/async.c (main): Add "jump here" and "until here" line
5354 marker comments.
5355 * gdb.base/async.exp (jump_here): New global.
5356 (jump& test): Use it.
5357 (until_here): New global.
5358 (until& test): Use it.
5359
c30568d4
PA
53602014-03-19 Pedro Alves <palves@redhat.com>
5361
5362 * gdb.base/async.exp: Don't frob gdb_protocol.
5363
0172b6a7
DE
53642014-03-18 Doug Evans <xdje42@gmail.com>
5365
5366 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
5367 Fix spelling of exec-done-display.
5368
06c868a8
JK
53692014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5370
5371 PR gdb/15358
5372 * gdb.base/gdb-sigterm.c: New file.
5373 * gdb.base/gdb-sigterm.exp: New file.
5374
0c7e1a46
PA
53752014-03-18 Pedro Alves <palves@redhat.com>
5376
5377 PR gdb/13860
5378 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
5379 * lib/mi-support.exp (mi_expect_stop): Add special handling for
5380 solib-event.
5381
f7c77d93
JB
53822014-03-17 Joel Brobecker <brobecker@adacore.com>
5383
5384 * gdb.ada/pckd_arr_ren: New testcase.
5385
5a1e8c7a
DE
53862014-03-13 Doug Evans <xdje42@gmail.com>
5387
5388 PR guile/16612
5389 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
5390 collect after discarding symbols.
5391
350e1a76
DE
53922014-03-13 Ludovic Courtès <ludo@gnu.org>
5393 Doug Evans <xdje42@gmail.com>
5394
5395 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
5396 to history survives a gc.
5397
a69900ae
PA
53982014-03-13 Pedro Alves <palves@redhat.com>
5399
5400 * gdb.base/default.exp: Don't test "target procfs".
5401
5db9f0bd
PA
54022014-03-13 Pedro Alves <palves@redhat.com>
5403
5404 * gdb.base/default.exp: Update "target child" and "target procfs"
5405 tests to not expect "Unix".
5406
b3ccfe11
TT
54072014-03-12 Tom Tromey <tromey@redhat.com>
5408
5409 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
5410 New procs. Add target-async tests.
5411 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
5412 Add target-async tests.
5413
646f4417
AA
54142014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5415
5416 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
5417 'func_start' and 'func_end' for the beginning and end of the
5418 function code, respectively.
5419 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
5420 'func_end' instead of 'func' and 'main'.
5421
288c211f
AA
54222014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5423
5424 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
5425 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
5426 generate the debug info assembler source.
5427
e0c0f156
AA
54282014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5429
5430 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
5431 * gdb.dwarf2/arr-subrange.exp: Likewise.
5432 * gdb.dwarf2/dwz.exp: Likewise.
5433 * gdb.dwarf2/method-ptr.exp: Likewise.
5434 * gdb.dwarf2/missing-sig-type.exp: Likewise.
5435 * gdb.dwarf2/subrange.exp: Likewise.
5436 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
5437 * gdb.dwarf2/implptrpiece.exp: Likewise.
5438 * gdb.dwarf2/nostaticblock.exp: Likewise.
5439
0e5c4555
AA
54402014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5441
5442 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
5443 directory to absolute path name arguments.
5444
5ec18f2b
JG
54452014-03-10 Joel Brobecker <brobecker@adacore.com>
5446
5447 * gdb.ada/tagged_access: New testcase.
5448
847fc4f2
MM
54492014-03-07 Markus Metzger <markus.t.metzger@intel.com>
5450
5451 * gdb.btrace/data.exp: Update expected output.
5452
cc3da688
YQ
54532014-03-06 Yao Qi <yao@codesourcery.com>
5454
5455 * gdb.trace/pr16508.exp: New file.
5456
0f26cec1
PA
54572014-03-05 Pedro Alves <palves@redhat.com>
5458
5459 PR gdb/16575
5460 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
5461 procedure.
5462 (top level): Adjust to use it. Add tests that exercise breakpoint
5463 interaction with the code-cache.
5464
7a5a839f
LC
54652014-02-26 Ludovic Courtès <ludo@gnu.org>
5466
5467 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
5468 test for 'history-append!'.
5469
31aa7e4e
JB
54702014-02-26 Joel Brobecker <brobecker@adacore.com>
5471
5472 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
5473 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
5474 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
5475 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
5476 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
5477 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
5478
1b588015
JB
54792014-02-26 Joel Brobecker <brobecker@adacore.com>
5480
5481 * testsuite/gdb.python/py-pp-re-notag.c: New file.
5482 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
5483 * testsuite/gdb.python/py-pp-re-notag.p: New file.
5484
55426c9d
JB
54852014-02-26 Joel Brobecker <brobecker@adacore.com>
5486
5487 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
5488
dc53a7ad
JB
54892014-02-26 Joel Brobecker <brobecker@adacore.com>
5490
5491 * gdb.dwarf2/arr-stride.c: New file.
5492 * gdb.dwarf2/arr-stride.exp: New file.
5493
12ab52e9
PA
54942014-02-26 Pedro Alves <palves@redhat.com>
5495
5496 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
5497 that won't ever trigger. Make sure that GDB reports the correct
5498 breakpoint that caused the stop.
5499
849c862e
JK
55002014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5501
5502 PR gdb/16626
5503 * gdb.base/auto-load-script: New file.
5504 * gdb.base/auto-load.c: New file.
5505 * gdb.base/auto-load.exp: New file.
5506
71b7d793
JK
5507 PR gdb/16626
5508 * gdb.base/auto-load.exp: Fix out-of-srctree run.
5509
e2f0d509
JK
55102014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5511
5512 Fix dw2-icycle.exp -fsanitize=address GDB crash.
5513 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
5514
50cc37c8
DE
55152014-02-24 Doug Evans <dje@google.com>
5516
5517 * lib/gdb.exp (run_on_host): Log error output if program fails.
5518
ea4758f2
PA
55192014-02-21 Pedro Alves <palves@redhat.com>
5520
5521 * gdb.threads/step-after-sr-lock.c: Rename to ...
5522 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
5523 * gdb.threads/step-after-sr-lock.exp: Rename to ...
5524 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5525 ... this.
5526
d7b30f67
SDJ
55272014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
5528
5529 PR tdep/16397
5530 * gdb.arch/amd64-stap-special-operands.exp: New file.
5531 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
5532 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
5533 * gdb.arch/amd64-stap-triplet.S: Likewise.
5534 * gdb.arch/amd64-stap-triplet.c: Likewise.
5535
83deb43f
JB
55362014-02-20 Joel Brobecker <brobecker@adacore.com>
5537
5538 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
5539 in .section pseudo-op.
5540
adde2bff
DE
55412014-02-20 lin zuojian <manjian2006@gmail.com>
5542 Joel Brobecker <brobecker@adacore.com>
5543 Doug Evans <xdje42@gmail.com>
5544
5545 PR symtab/16581
5546 * gdb.dwarf2/dw2-icycle.S: New file.
5547 * gdb.dwarf2/dw2-icycle.c: New file.
5548 * gdb.dwarf2/dw2-icycle.exp: New file.
5549
f7bd0f78
SC
55502014-02-19 Siva Chandra Reddy <sivachandra@google.com>
5551
5552 * gdb.python/py-value-cc.cc: Improve test case to enable testing
5553 operations on gdb.Value objects.
5554 * gdb.python/py-value-cc.exp: Add new test to test operations on
5555 gdb.Value objects.
5556
c17ef0d5
DE
55572014-02-18 Doug Evans <dje@google.com>
5558
5559 * Makefile.in (TESTS): New variable.
5560 (expanded_tests, expanded_tests_or_none): New variables
5561 (check-single): Pass $(expanded_tests_or_none) to runtest.
5562 (check-parallel): Only run tests in $(TESTS) if non-empty.
5563 (check/no-matching-tests-found): New rule.
5564 * README: Document TESTS makefile variable.
5565
5dd3176f
DE
55662014-02-18 Doug Evans <dje@google.com>
5567
5568 * Makefile.in (check-parallel): rm -rf outputs temp.
5569
0b10be4f
JK
55702014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5571
5572 Fix "ERROR: no fileid for" in the testsuite.
5573 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
5574
85f224e7
DE
55752014-02-12 Doug Evans <dje@google.com>
5576
5577 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
5578 (MISCELLANEOUS): New variable.
5579 (clean): rm -rf $(MISCELLANEOUS).
5580 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
5581 dwp live in the same directory as symlinks, with each symlink pointed
5582 to a differently named file in a different directory.
5583
149b30ff
DE
55842014-02-11 Doug Evans <dje@google.com>
5585
5586 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
5587 of Tcl file commands.
5588
1dfdac32
MK
55892014-02-10 Mark Kettenis <kettenis@gnu.org>
5590
5591 * gdb.threads/step-after-sr-lock.exp: Avoid executing
5592 "kill -SIGUSR1 -1".
5593
aa4fb036
JB
55942014-02-10 Joel Brobecker <brobecker@adacore.com>
5595
5596 * gdb.ada/tick_length_array_enum_idx: New testcase.
5597
ed3ef339
DE
55982014-02-10 Doug Evans <xdje42@gmail.com>
5599
5600 * configure.ac (AC_OUTPUT): Add gdb.guile.
5601 * configure: Regenerate.
5602 * lib/gdb-guile.exp: New file.
5603 * lib/gdb.exp (get_target_charset): New function.
5604 * gdb.base/help.exp: Update expected output from "apropos apropos".
5605 * gdb.guile/Makefile.in: New file.
5606 * gdb.guile/guile.exp: New file.
5607 * gdb.guile/scm-arch.c: New file.
5608 * gdb.guile/scm-arch.exp: New file.
5609 * gdb.guile/scm-block.c: New file.
5610 * gdb.guile/scm-block.exp: New file.
5611 * gdb.guile/scm-breakpoint.c: New file.
5612 * gdb.guile/scm-breakpoint.exp: New file.
5613 * gdb.guile/scm-disasm.c: New file.
5614 * gdb.guile/scm-disasm.exp: New file.
5615 * gdb.guile/scm-equal.c: New file.
5616 * gdb.guile/scm-equal.exp: New file.
5617 * gdb.guile/scm-error.exp: New file.
5618 * gdb.guile/scm-error.scm: New file.
5619 * gdb.guile/scm-frame-args.c: New file.
5620 * gdb.guile/scm-frame-args.exp: New file.
5621 * gdb.guile/scm-frame-args.scm: New file.
5622 * gdb.guile/scm-frame-inline.c: New file.
5623 * gdb.guile/scm-frame-inline.exp: New file.
5624 * gdb.guile/scm-frame.c: New file.
5625 * gdb.guile/scm-frame.exp: New file.
5626 * gdb.guile/scm-generics.exp: New file.
5627 * gdb.guile/scm-gsmob.exp: New file.
5628 * gdb.guile/scm-iterator.c: New file.
5629 * gdb.guile/scm-iterator.exp: New file.
5630 * gdb.guile/scm-math.c: New file.
5631 * gdb.guile/scm-math.exp: New file.
5632 * gdb.guile/scm-objfile-script-gdb.in: New file.
5633 * gdb.guile/scm-objfile-script.c: New file.
5634 * gdb.guile/scm-objfile-script.exp: New file.
5635 * gdb.guile/scm-objfile.c: New file.
5636 * gdb.guile/scm-objfile.exp: New file.
5637 * gdb.guile/scm-ports.exp: New file.
5638 * gdb.guile/scm-pretty-print.c: New file.
5639 * gdb.guile/scm-pretty-print.exp: New file.
5640 * gdb.guile/scm-pretty-print.scm: New file.
5641 * gdb.guile/scm-section-script.c: New file.
5642 * gdb.guile/scm-section-script.exp: New file.
5643 * gdb.guile/scm-section-script.scm: New file.
5644 * gdb.guile/scm-symbol.c: New file.
5645 * gdb.guile/scm-symbol.exp: New file.
5646 * gdb.guile/scm-symtab-2.c: New file.
5647 * gdb.guile/scm-symtab.c: New file.
5648 * gdb.guile/scm-symtab.exp: New file.
5649 * gdb.guile/scm-type.c: New file.
5650 * gdb.guile/scm-type.exp: New file.
5651 * gdb.guile/scm-value-cc.cc: New file.
5652 * gdb.guile/scm-value-cc.exp: New file.
5653 * gdb.guile/scm-value.c: New file.
5654 * gdb.guile/scm-value.exp: New file.
5655 * gdb.guile/source2.scm: New file.
5656 * gdb.guile/types-module.cc: New file.
5657 * gdb.guile/types-module.exp: New file.
5658
7026a7c1
YQ
56592014-02-10 Yao Qi <yao@codesourcery.com>
5660
5661 PR testsuite/16543
5662 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
5663 * configure: Regenerated.
5664 * Makefile.in: New file.
5665
6c466447
AS
56662014-02-08 Andreas Schwab <schwab@linux-m68k.org>
5667
5668 * gdb.python/py-framefilter.exp: Fix typo.
5669
6e854735
YQ
56702014-02-08 Yao Qi <yao@codesourcery.com>
5671
5672 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
5673 that no =breakpoint-modified is emitted when breakpoints are
5674 modified through MI commands.
5675
d137e6dc
PA
56762014-02-07 Pedro Alves <pedro@codesourcery.com>
5677 Pedro Alves <palves@redhat.com>
5678
5679 * gdb.threads/step-after-sr-lock.c: New file.
5680 * gdb.threads/step-after-sr-lock.exp: New file.
5681
b5ee5a50
PA
56822014-02-07 Pedro Alves <palves@redhat.com>
5683
5684 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
5685
3c77faf3
JK
56862014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5687
5688 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
5689 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
5690
6dddc817
DE
56912014-02-06 Doug Evans <xdje42@gmail.com>
5692
5693 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
5694 output.
5695
5696 * gdb.gdb/python-interrupts.exp: New file.
5697
de7b2893
YQ
56982014-02-05 Yao Qi <yao@codesourcery.com>
5699
5700 * gdb.trace/report.exp (use_collected_data): Test the output
5701 of "info threads" and "info inferiors".
5702
66d032ac
YQ
57032014-02-05 Yao Qi <yao@codesourcery.com>
5704
5705 Revert this patch:
5706
5707 2013-05-24 Yao Qi <yao@codesourcery.com>
5708
5709 * gdb.trace/tfile.exp: Test inferior and thread.
5710
591a12a1
UW
57112014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5712
5713 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
5714 on a function.
5715 * gdb.base/step-bt.c: Call hello via function pointer to make
5716 sure its first instruction is executed on powerpc64le-linux.
5717
0ff3e01f
UW
57182014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5719
5720 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
5721
084ee545
UW
57222014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5723
5724 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
5725 of the test patterns for use on little-endian systems.
5726
6ed14ff3
UW
57272014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5728
5729 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
5730 (decimal_vector): Fix for little-endian.
5731
401e27fd
JM
57322014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
5733
5734 * gdb.arch/sparc-sysstep.exp: New file.
5735 * gdb.arch/sparc-sysstep.c: Likewise.
5736
5737 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
5738
8b924729
EBM
57392014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5740
5741 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
5742
fb151210
JB
57432014-01-23 Tom Tromey <tromey@redhat.com>
5744
5745 * gdb.ada/array_char_idx: New testcase.
5746
0740f8d8
TT
57472014-01-23 Tom Tromey <tromey@redhat.com>
5748
5749 PR python/16487:
5750 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
5751 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
5752 classes.
5753
21909fa1
TT
57542014-01-23 Tom Tromey <tromey@redhat.com>
5755
5756 PR python/16491:
5757 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
5758 string from an inferior frame.
5759 * gdb.python/py-framefilter-mi.exp: Update.
5760
87ce2a04
DE
57612014-01-22 Doug Evans <dje@google.com>
5762
5763 * gdb.server/server-mon.exp: Add tests for "set debug-format".
5764
237b092b
AA
57652014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5766
5767 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
5768
d674a709
AA
57692014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5770
5771 * gdb.trace/entry-values.exp: Remove excess space character from
5772 regex patterns. Handle s390 call instruction.
5773
20fa3390
AA
57742014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5775
5776 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
5777 define "*_start" label. Make "name" static.
5778 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
5779 ${name} by references to ${name}_start.
5780
78466714
AA
57812014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5782
5783 * gdb.base/info-macros.exp: Remove "debug" from the compile
5784 options.
5785
ec9f644a
IB
57862014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5787
5788 * gdb.dlang/demangle.exp: New file.
5789
94b1b47e
IB
57902014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5791
5792 * gdb.dlang/primitive-types.exp: New file.
5793
7f420862
IB
57942014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5795
5796 * configure.ac: Create gdb.dlang/Makefile.
5797 * configure: Regenerate.
5798 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
5799 * gdb.dlang/Makefile.in: New file.
5800 * lib/d-support.exp: New file.
5801 * lib/gdb.exp (skip_d_tests): New proc.
5802
52834460
MM
58032014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5804
5805 * gdb.btrace/delta.exp: Check reverse stepi.
5806 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
5807 * gdb.btrace/finish.exp: New.
5808 * gdb.btrace/next.exp: New.
5809 * gdb.btrace/nexti.exp: New.
5810 * gdb.btrace/record_goto.c: Add comments.
5811 * gdb.btrace/step.exp: New.
5812 * gdb.btrace/stepi.exp: New.
5813 * gdb.btrace/multi-thread-step.c: New.
5814 * gdb.btrace/multi-thread-step.exp: New.
5815 * gdb.btrace/rn-dl-bind.c: New.
5816 * gdb.btrace/rn-dl-bind.exp: New.
5817 * gdb.btrace/data.c: New.
5818 * gdb.btrace/data.exp: New.
5819 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5820
6e07b1d2
MM
58212014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5822
5823 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
5824 * gdb.btrace/exception.exp: Update.
5825 * gdb.btrace/instruction_history.exp: Update.
5826 * gdb.btrace/record_goto.exp: Update.
5827 * gdb.btrace/tailcall.exp: Update.
5828 * gdb.btrace/unknown_functions.exp: Update.
5829 * gdb.btrace/delta.exp: New.
5830
0b722aec
MM
58312014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5832
5833 * gdb.btrace/record_goto.exp: Add backtrace test.
5834 * gdb.btrace/tailcall.exp: Add backtrace test.
5835
066ce621
MM
58362014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5837
5838 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
5839 * gdb.btrace/record_goto.c: New.
5840 * gdb.btrace/record_goto.exp: New.
5841 * gdb.btrace/x86-record_goto.S: New.
5842
0688d04e
MM
58432014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5844
5845 * gdb.btrace/function_call_history.exp: Update tests.
5846 * gdb.btrace/instruction_history.exp: Update tests.
5847
8710b709
MM
58482014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5849
5850 * gdb.btrace/function_call_history.exp: Fix expected field
5851 order for "record function-call-history".
5852 Add new tests for "record function-call-history /c".
5853 * gdb.btrace/exception.cc: New.
5854 * gdb.btrace/exception.exp: New.
5855 * gdb.btrace/tailcall.exp: New.
5856 * gdb.btrace/x86-tailcall.S: New.
5857 * gdb.btrace/x86-tailcall.c: New.
5858 * gdb.btrace/unknown_functions.c: New.
5859 * gdb.btrace/unknown_functions.exp: New.
5860 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5861
5de9129b
MM
58622014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5863
5864 * gdb.btrace/instruction_history.exp: Update.
5865 * gdb.btrace/function_call_history.exp: Update.
5866
23a7fe75
MM
58672014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5868
5869 * gdb.btrace/function_call_history.exp: Fix expected function
5870 trace.
5871 * gdb.btrace/instruction_history.exp: Initialize traced.
5872 Remove traced_functions.
5873
724c7dd8
MM
58742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5875
5876 * gdb.btrace/function_call_history.exp: Update
5877 * gdb.btrace/instruction_history.exp: Update.
5878
6d78d93b
MM
58792014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5880
5881 * gdb.btrace/enable.exp: Update expected text.
5882
93a360cc
OJ
58832014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
5884
5885 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
5886 bytes.
5887
3772b53f
MR
58882014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
5889
5890 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
5891
596662fa
OJ
58922014-01-15 Omair Javaid <omair.javaid@linaro.org>
5893
5894 * lib/gdb.exp (supports_process_record): Return true for
5895 arm*-linux*. (supports_reverse): Likewise.
5896
b5b08fb4
SC
58972014-01-13 Siva Chandra Reddy <sivachandra@google.com>
5898
5899 PR python/15464
5900 PR python/16113
5901 * gdb.python/py-type.c: Enhance test case.
5902 * gdb.python/py-value-cc.cc: Likewise
5903 * gdb.python/py-type.exp: Add new tests.
5904 * gdb.python/py-value-cc.exp: Likewise
5905
52d7fb13
AA
59062014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
5907 Pedro Alves <palves@redhat.com>
5908
5909 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
5910 Make "name" extern.
5911 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
5912 references to ${name}_start by references to ${name}.
5913
a2cd8cfe
JB
59142014-01-10 Joel Brobecker <brobecker@adacore.com>
5915
5916 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
5917
4e23fced
JB
59182014-01-10 Joel Brobecker <brobecker@adacore.com>
5919
5920 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
5921
c6a9e42c
PA
59222014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
5923 Pedro Alves <palves@redhat.com>
5924
5925 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 5926 mi_gdb_target_load.
c6a9e42c 5927
b7ea362b
PA
59282014-01-08 Pedro Alves <palves@redhat.com>
5929
5930 * gdb.threads/reconnect-signal.c: New file.
5931 * gdb.threads/reconnect-signal.exp: New file.
5932
5e3f4fab
EBM
59332014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5934
5935 * gdb.base/source-dir.exp: New file.
5936
79301218
JB
59372014-01-07 Joel Brobecker <brobecker@adacore.com>
5938
5939 * gdb.ada/mi_interface: New testcase.
5940
8e355c5d
JB
59412014-01-07 Joel Brobecker <brobecker@adacore.com>
5942
5943 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
5944 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
5945 gdb.ada/pp-rec-component/pck.ads: New files.
5946
c0d48811
JB
59472014-01-07 Joel Brobecker <brobecker@adacore.com>
5948
5949 * gdb.python/py-pp-integral.c: New file.
5950 * gdb.python/py-pp-integral.py: New file.
5951 * gdb.python/py-pp-integral.exp: New file.
5952
17b609c3 5953For older changes see ChangeLog-1993-2013.
c906108c 5954\f
8d8cb839
EZ
5955;; Local Variables:
5956;; mode: change-log
5957;; left-margin: 8
5958;; fill-column: 74
5959;; version-control: never
5960;; End:
902f2ccb 5961
32d0add0 5962 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
5963 Copying and distribution of this file, with or without modification,
5964 are permitted provided the copyright notice and this notice are preserved.