Warn when accessing binaries from remote targets
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
4313b8c0
GB
12015-08-21 Gary Benson <gbenson@redhat.com>
2
3 * gdb.trace/pending.exp: Cope with remote transfer warnings.
4
0e433b32
PA
52015-08-20 Pedro Alves <palves@redhat.com>
6
7 * gdb.server/solib-list.exp: No longer expect an interior stop in
8 non-stop mode.
9
221e1a37
PA
102015-08-20 Pedro Alves <palves@redhat.com>
11
12 * gdb.server/connect-stopped-target.c: New file.
13 * gdb.server/connect-stopped-target.exp: New file.
14
40e3ad0e
PA
152015-08-20 Pedro Alves <palves@redhat.com>
16
17 * gdb.dwarf2/comp-unit-lang.exp: New file.
18 * gdb.dwarf2/comp-unit-lang.c: New file.
19
af39b327
PMR
202015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
21
22 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
23 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
24
7d45c7c3
KB
252015-08-19 Kevin Buettner <kevinb@redhat.com>
26
27 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
28 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
29
4d6cceb4
DE
302015-08-18 Doug Evans <dje@google.com>
31 Adrian Sendroiu <adrian.sendroiu@freescale.com>
32
33 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
34 skip_python_tests. New arg prompt_regexp.
35 (skip_python_tests): New function.
36 * lib/mi-support.exp (mi_skip_python_tests): New function.
37 * gdb.python/py-mi-objfile-gdb.py: New file.
38 * gdb.python/py-mi-objfile.c: New file.
39 * gdb.python/py-mi-objfile.exp: New file.
40
ad89c2aa
KS
412015-08-17 Keith Seitz <keiths@redhat.com>
42
43 * gdb.linespec/explicit.exp: Move strace test from here ...
44 * gdb.trace/strace.exp: ... to here.
45
e3ae3c43
PP
462015-08-15 Patrick Palka <patrick@parcs.ath.cx>
47
48 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
49 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
50
604b2636
DE
512015-08-14 Doug Evans <xdje42@gmail.com>
52
53 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
54 inferior before selecting a new file.
55
6ff0ba5f
DE
562015-08-14 Doug Evans <xdje42@gmail.com>
57
58 * gdb.mi/mi-disassemble.exp: Update.
59 * gdb.base/disasm-optim.S: New file.
60 * gdb.base/disasm-optim.c: New file.
61 * gdb.base/disasm-optim.h: New file.
62 * gdb.base/disasm-optim.exp: New file.
63
9ca98f92
KS
642015-08-14 Keith Seitz <keiths@redhat.com>
65
66 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
67 "evaluated-by".
68
52bbc560
JB
692015-08-13 Joel Brobecker <brobecker@adacore.com>
70
71 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
72
5d8c3ed3
PMR
732015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
74
75 * gdb.ada/fun_renaming.exp: New testcase.
76 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
77 * gdb.ada/fun_renaming/pack.adb: New file.
78 * gdb.ada/fun_renaming/pack.ads: New file.
79
ea8812bc
KS
802015-08-12 Keith Seitz <keiths@redhat.com>
81
82 * gdb.base/dso2dso.exp: Pass basename of source file in call to
83 gdb_get_line_number.
84
4dafcdeb
JB
852015-08-12 Joel Brobecker <brobecker@adacore.com>
86
87 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
88 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
89 gdb.base/dso2dso.exp: New files.
90
5ba32597
SDJ
912015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
92 Pedro Alves <palves@redhat.com>
93 Keith Seitz <keiths@redhat.com>
94
95 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
96 GDBFLAGS.
97
b6dafabf
PP
982015-08-12 Patrick Palka <patrick@parcs.ath.cx>
99
100 * gdb.base/gdbhistsize-history.exp
101 (test_histsize_history_setting): Use save_vars.
102 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
103 Use save_vars.
104 (test_no_truncation_of_unlimited_history_file): Use save_vars.
105 * gdb.base/readline.exp: Use save_vars.
106
abe8e607
PP
1072015-08-12 Patrick Palka <patrick@parcs.ath.cx>
108
109 * lib/gdb.exp (save_vars): New proc.
110
629500fa
KS
1112015-08-11 Keith Seitz <keiths@redhat.com>
112
113 * gdb.base/help.exp: Update help_breakpoint_text.
114
eb8c4e2e
KS
1152015-08-11 Keith Seitz <keiths@redhat.com>
116
117 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
118 (at toplevel): Call test_explicit_breakpoints.
119 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
120 breakpoints.
121 * lib/mi-support.exp (mi_make_breakpoint): Add support for
122 breakpoint conditions, "-cond".
123
87f0e720
KS
1242015-08-11 Keith Seitz <keiths@redhat.com>
125
126 * gdb.linespec/3explicit.c: New file.
127 * gdb.linespec/cpexplicit.cc: New file.
128 * gdb.linespec/cpexplicit.exp: New file.
129 * gdb.linespec/explicit.c: New file.
130 * gdb.linespec/explicit.exp: New file.
131 * gdb.linespec/explicit2.c: New file.
132 * gdb.linespec/ls-errs.exp: Add explicit location tests.
133 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
134 before using in the matching pattern.
135 Clarify that `prefix' is a regular expression.
136
f00aae0f
KS
1372015-08-11 Keith Seitz <keiths@redhat.com>
138
139 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
140 test.
141 Add tests for missing ",FMT" and ",".
142
e27852be
DE
1432015-08-10 Doug Evans <dje@google.com>
144 Keith Seitz <keiths@redhat.com>
145
146 PR gdb/17960
147 * gdb.base/completion.exp: Add location completer tests.
148
7f03bd92
PA
1492015-08-07 Pedro Alves <palves@redhat.com>
150
151 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
152 tests here.
153 (top level): Run do_test with and without displaced stepping.
154
3fc8eb30
PA
1552015-08-07 Pedro Alves <palves@redhat.com>
156
157 * gdb.base/valgrind-disp-step.c: New file.
158 * gdb.base/valgrind-disp-step.exp: New file.
159
d4569d7b
PA
1602015-08-07 Pedro Alves <palves@redhat.com>
161
162 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
163 Delete function.
164 (main): Add alarm. Run an infinite loop instead of calling
165 wait_threads.
166 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
167 comment.
168 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
169 Delete function.
170 (main): Add alarm. Run an infinite loop instead of calling
171 wait_threads.
172 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
173 comment.
174
e1316e60
PA
1752015-08-07 Pedro Alves <palves@redhat.com>
176
177 * gdb.base/checkpoint-ns.exp: New file.
178 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
179 standard_testfile.
180
da8c46d2
MM
1812015-08-07 Markus Metzger <markus.t.metzger@intel.com>
182
183 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
184 * gdb.btrace/instruction_history.exp: Update.
185 * gdb.btrace/tsx.exp: New.
186 * gdb.btrace/tsx.c: New.
187
de1c2c52
PA
1882015-08-06 Pedro Alves <palves@redhat.com>
189
190 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
191 increase timeout.
192 * gdb.reverse/until-precsave.exp: Bump timeouts.
193
782e0bf4
PA
1942015-08-06 Pedro Alves <palves@redhat.com>
195
196 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
197
83e97ed0
PA
1982015-08-06 Pedro Alves <palves@redhat.com>
199
200 PR gdb/18749
201 * gdb.threads/process-dies-while-handling-bp.c: New file.
202 * gdb.threads/process-dies-while-handling-bp.exp: New file.
203
863d01bd
PA
2042015-08-06 Pedro Alves <palves@redhat.com>
205
206 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
207 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
208
0a39bb32
PA
2092015-08-05 Pedro Alves <palves@redhat.com>
210
211 * gdb.threads/next-while-other-thread-longjmps.c: New file.
212 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
213
ee2d2b10
SL
2142015-08-03 Sandra Loosemore <sandra@codesourcery.com>
215
216 * gdb.base/bp-permanent.exp: Report test as unsupported if
217 the target cannot stop at the permanent breakpoint.
218
4e1bdb00
DE
2192015-08-03 Doug Evans <dje@google.com>
220
221 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
222 10000.
223
3d338901
DE
2242015-08-03 Doug Evans <dje@google.com>
225
226 * Makefile.in (workers/%.worker, build-perf): New rule.
227 (GDB_PERFTEST_MODE): New variable.
228 (check-perf): Use it.
229 (clean): Clean up gdb.perf parallel build subdirs.
230 * lib/build-piece.exp: New file.
231 * lib/gdb.exp (make_gdb_parallel_path): New function
232 (standard_output_file, standard_temp_file): Call it.
233 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
234 of $GDB_PARALLEL.
235 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
236
af061d3e
DE
2372015-08-03 Doug Evans <dje@google.com>
238
8e1afc81 239 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
240 (LOG_FILE_NAME): New global.
241 (TextReporter.__init__): Initialize self.txt_sum.
242 (TextReporter.report): Add support for multiple data-points.
243 Move report to perftest.sum, put raw data in perftest.log.
244 (TextReporter.start): Open sum and log files.
245 (TextReporter.end): Close sum and log files.
8e1afc81
DE
246 * gdb.perf/lib/perftest/testresult.py
247 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 248
2c8c5d37
PA
2492015-07-31 Pedro Alves <palves@redhat.com>
250
251 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
252 Use spawn_id_get_pid. Wait for spawn id after eof. Use
253 kill_wait_spawned_process instead of explicit "kill -9".
254 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
255 returning a spawn id instead of a pid. Use spawn_id_get_pid and
256 kill_wait_spawned_process.
257 * gdb.base/attach-twice.exp: Likewise.
258 * gdb.base/attach.exp: Likewise.
259 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
260 gdb_test_multiple.
261 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
262 returning a spawn id instead of a pid. Use spawn_id_get_pid and
263 kill_wait_spawned_process.
264 * gdb.base/valgrind-infcall.exp: Likewise.
265 * gdb.multi/multi-attach.exp: Likewise.
266 * gdb.python/py-prompt.exp: Likewise.
267 * gdb.python/py-sync-interp.exp: Likewise.
268 * gdb.server/ext-attach.exp: Likewise.
269 * gdb.threads/attach-into-signal.exp (corefunc): Use
270 spawn_wait_for_attach, spawn_id_get_pid and
271 kill_wait_spawned_process.
272 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
273 spawn_wait_for_attach returning a spawn id instead of a pid. Use
274 spawn_id_get_pid and kill_wait_spawned_process.
275 * gdb.threads/attach-stopped.exp (corefunc): Use
276 spawn_wait_for_attach, spawn_id_get_pid and
277 kill_wait_spawned_process.
278 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
279 Use spawn_id_get_pid. Wait for spawn id after eof. Use
280 kill_wait_spawned_process instead of explicit "kill -9".
281 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
282 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
283 (spawn_wait_for_attach): Use spawn instead of exec to spawn
284 processes. Don't map cygwin/windows pids here. Now returns a
285 spawn id list.
286
032a0fca
SL
2872015-07-30 Sandra Loosemore <sandra@codesourcery.com>
288
289 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
290 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
291 correct patch.
292
61a934ca
SL
2932015-07-30 Sandra Loosemore <sandra@codesourcery.com>
294
295 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
296
4bc4d428
SL
2972015-07-30 Sandra Loosemore <sandra@codesourcery.com>
298
299 Reapply:
300 2014-05-21 Mark Wielaard <mjw@redhat.com>
301
302 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
303
998d452a
PA
3042015-07-30 Pedro Alves <palves@redhat.com>
305
306 * linux-low.c (handle_extended_wait): Set the child's last
307 reported status to TARGET_WAITKIND_STOPPED.
308
69dde7dc
PA
3092015-07-30 Pedro Alves <palves@redhat.com>
310
311 PR threads/18600
312 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
313 only shows inferior 1.
314
4dd63d48
PA
3152015-07-30 Simon Marchi <simon.marchi@ericsson.com>
316 Pedro Alves <palves@redhat.com>
317
318 PR threads/18600
319 * gdb.threads/fork-plus-threads.c: New file.
320 * gdb.threads/fork-plus-threads.exp: New file.
321
d618e4c5
PP
3222015-07-29 Patrick Palka <patrick@parcs.ath.cx>
323
324 * gdb.base/batch-preserve-term-settings.exp
325 (test_terminal_settings_preserved_after_cli_exit): Use
326 send_quit_command.
327
1eef6428
PA
3282015-07-29 Pedro Alves <palves@redhat.com>
329 Don Breazeal <donb@codesourcery.com>
330
331 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
332 output from both inferior_spawn_id and gdb_spawn_id.
333
7da5b897
SDJ
3342015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
335
336 * gdb.threads/attach-into-signal.exp (corefunc): Use
337 with_test_prefix on nested loops, uniquefying the test messages.
338
dac804df
SDJ
3392015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
340
341 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
342 commit.
343
06265e53
PP
3442015-07-29 Patrick Palka <patrick@parcs.ath.cx>
345
346 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
347 New proc.
348 (test_terminal_settings_preserved_after_sigterm): New test.
349
18206ca3
PP
3502015-07-29 Patrick Palka <patrick@parcs.ath.cx>
351
352 * gdb.base/batch-preserve-term-settings.exp
353 (test_terminal_settings_preserved_after_cli_exit): New test.
354
90074d11
PP
3552015-07-29 Patrick Palka <patrick@parcs.ath.cx>
356
357 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
358 manipulation of saved_gdbflags.
359 (test_terminal_settings_preserved): Remove global declaration of
360 the unused variable pagination_prompt. Remove manipulation of
361 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
362 GDBFLAGS.
363
eb1a7902
PA
3642015-07-29 Pedro Alves <palves@redhat.com>
365
366 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
367
8b75dd3b
PA
3682015-07-29 Pedro Alves <palves@redhat.com>
369
370 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
371 at the top.
372
dedad4e3
PA
3732015-07-29 Pedro Alves <palves@redhat.com>
374
375 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
376 (main): Call gdb_unbuffer_output.
377 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
378 (main): Call gdb_unbuffer_output.
379 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
380 (main): Call gdb_unbuffer_output.
381 * gdb.base/call-strs.exp: Adjust to step over the
382 gdb_unbuffer_output call.
383 * gdb.base/catch-gdb-caused-signals.c: Include
384 "../lib/unbuffer_output.c".
385 (main): Call gdb_unbuffer_output.
386 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
387 (main): Call gdb_unbuffer_output.
388 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
389 (main): Call gdb_unbuffer_output.
390 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
391 (main): Call gdb_unbuffer_output.
392 * gdb.base/shlib-call.exp: Adjust to step over the
393 gdb_unbuffer_output call.
394 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
395 (main): Call gdb_unbuffer_output.
396 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
397 (main): Call gdb_unbuffer_output.
398 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
399 (main): Rename to ...
400 (test): ... this.
401 (main): Reimplement.
402 * gdb.base/varargs.exp: Run to test instead of to main.
403 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
404 (main): Call gdb_unbuffer_output.
405
58789a91
PA
4062015-07-29 Pedro Alves <palves@redhat.com>
407
408 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
409 factore out from mi_continue_dprintf. For call-style dprintfs,
410 expect dprintf output out of $inferior_spawn_id.
411 (mi_continue_dprintf): Use mi_expect_dprintf.
412 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
413 (main): Call gdb_unbuffer_output.
414
e8376742
PA
4152015-07-29 Pedro Alves <palves@redhat.com>
416
417 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
418 (default_mi_gdb_start): Set inferior_spawn_id instead of
419 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
420 gdb_spawn_id.
421 (mi_gdb_test): Always expect inferior output from both
422 $inferior_spawn_id and $gdb_spawn_id.
423
08280010
PA
4242015-07-29 Pedro Alves <palves@redhat.com>
425
426 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
427 send_inferior and $inferior_spawn_id.
428
4d30e432
PA
4292015-07-29 Pedro Alves <palves@redhat.com>
430
431 * gdb.gdb/complaints.exp (test_initial_complaints)
432 (test_serial_complaints, test_short_complaints): Use
433 gdb_test_stdio.
434 (test_empty_complaint): Handle $inferior_spawn_id !=
435 $gdb_spawn_id.
436
0d30a335
PA
4372015-07-29 Pedro Alves <palves@redhat.com>
438
439 * gdb.base/varargs.exp: Use gdb_test_stdio.
440
39413b29
PA
4412015-07-29 Pedro Alves <palves@redhat.com>
442
443 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
444
7cb000a9
PA
4452015-07-29 Pedro Alves <palves@redhat.com>
446
447 * gdb.base/ending-run.exp: Use gdb_test_stdio.
448
d7b8ac82
PA
4492015-07-29 Pedro Alves <palves@redhat.com>
450
451 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
452 parameter into two new parameters, "inf_result" and "gdb_result".
453 Expect inferior output and gdb output from $inferior_spawn_id and
454 $gdb_spawn_id, respectively. Adjust all callers.
455
789c3a0c
PA
4562015-07-29 Pedro Alves <palves@redhat.com>
457
458 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
459 of gdb_test_sequence.
460
77e760c3
PA
4612015-07-29 Pedro Alves <palves@redhat.com>
462
463 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
464 (saw_spurious_output): Expect inferior output from
465 $inferior_spawn_id. Use gdb_test_stdio.
466
8396d2cd
PA
4672015-07-29 Pedro Alves <palves@redhat.com>
468
469 * gdb.base/dprintf.exp: Use standard_testfile. Change
470 prepare_for_testing call.
471 (srcfile): Don't set.
472 (restart): New procedure.
473 (test_dprintf): New procecure, use to continue over dprintfs.
474 (test_call, test_agent): New procedures, tests moved here.
475 Restart gdb and recreate dprintfs. Adjust expected output.
476
2051d61f
PA
4772015-07-29 Pedro Alves <palves@redhat.com>
478
479 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
480
452397af
PA
4812015-07-29 Pedro Alves <palves@redhat.com>
482
483 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
484
8aed9555
PA
4852015-07-29 Pedro Alves <palves@redhat.com>
486
487 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
488 gdb_test_stdio.
489
188a61b4
PA
4902015-07-29 Pedro Alves <palves@redhat.com>
491
492 * lib/gdb.exp (gdb_test_stdio): New procedure.
493
12264a45
PA
4942015-07-29 Pedro Alves <palves@redhat.com>
495
496 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
497
23ffc893
PA
4982015-07-29 Pedro Alves <palves@redhat.com>
499
500 * gdb.base/call-signal-resume.exp: Remove check for
501 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
502 * gdb.base/unwindonsignal.exp: Likewise.
503 * gdb.base/call-signals.c (gen_signal): Remove printf call.
504 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
505
65566918
PA
5062015-07-29 Pedro Alves <palves@redhat.com>
507
508 * gdb.base/siginfo-addr.c (pass): New function.
509 (handler): Call it iff si_addr is correct.
510 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
511 Set a breakpoint at "pass" and continue to it.
512
d60a9221
SDJ
5132015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
514
515 * gdb.python/py-objfile.exp: Make some tests have unique names.
516 * gdb.python/py-pp-registration.exp: Likewise.
517
bde40b8f
PA
5182015-07-28 Pedro Alves <palves@redhat.com>
519
520 * gdb.server/server-exec-info.exp: Issue a "disconnect".
521
13e1dec8
SM
5222015-07-27 Simon Marchi <simon.marchi@ericsson.com>
523
524 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
525
da33c9a7
SM
5262015-07-27 Simon Marchi <simon.marchi@ericsson.com>
527
528 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
529
077836f7
PP
5302015-07-27 Patrick Palka <patrick@parcs.ath.cx>
531
532 * gdb.base/gdb-sigterm-2.exp: New test.
533
b8cc7b2e
DE
5342015-07-25 Doug Evans <xdje42@gmail.com>
535
536 Revert:
537 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
538 (workers/%.worker, build-perf): New rule.
539 (GDB_PERFTEST_MODE): New variable.
540 (check-perf): Use it.
541 (clean): Clean up gdb.perf parallel build subdirs.
542 * lib/build-piece.exp: New file.
543 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
544 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
545 name.
546 (standard_temp_file): Ditto.
547 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
548 of $GDB_PARALLEL.
549
c8bd4544
DE
5502015-07-24 Doug Evans <dje@google.com>
551
552 * gdb.perf/lib/perftest/utils.py: New file.
553 * gdb.perf/gm-hello.cc: New file.
554 * gdb.perf/gm-pervasive-typedef.cc: New file.
555 * gdb.perf/gm-pervasive-typedef.h: New file.
556 * gdb.perf/gm-std.cc: New file.
557 * gdb.perf/gm-std.h: New file.
558 * gdb.perf/gm-use-cerr.cc: New file.
559 * gdb.perf/gm-utils.h: New file.
560 * gdb.perf/gmonster-null-lookup.py: New file.
561 * gdb.perf/gmonster-pervasive-typedef.py: New file.
562 * gdb.perf/gmonster-print-cerr.py: New file.
563 * gdb.perf/gmonster-ptype-string.py: New file.
564 * gdb.perf/gmonster-runto-main.py: New file.
565 * gdb.perf/gmonster-select-file.py: New file.
566 * gdb.perf/gmonster1-null-lookup.exp: New file.
567 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
568 * gdb.perf/gmonster1-print-cerr.exp: New file.
569 * gdb.perf/gmonster1-ptype-string.exp: New file.
570 * gdb.perf/gmonster1-runto-main.exp: New file.
571 * gdb.perf/gmonster1-select-file.exp: New file.
572 * gdb.perf/gmonster1.cc: New file.
573 * gdb.perf/gmonster1.exp: New file.
574 * gdb.perf/gmonster2-null-lookup.exp: New file.
575 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
576 * gdb.perf/gmonster2-print-cerr.exp: New file.
577 * gdb.perf/gmonster2-ptype-string.exp: New file.
578 * gdb.perf/gmonster2-runto-main.exp: New file.
579 * gdb.perf/gmonster2-select-file.exp: New file.
580 * gdb.perf/gmonster2.cc: New file.
581 * gdb.perf/gmonster2.exp: New file.
582
6eab34f3
DE
5832015-07-24 Doug Evans <dje@google.com>
584
585 * gdb.perf/README: New file.
586 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
587 * lib/gen-perf-test.exp: New file.
588
63738bfd
DE
5892015-07-24 Doug Evans <dje@google.com>
590
591 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
592 (PerfTest::startup): New function.
593 (PerfTest::run): Return result of calling body.
594 (PerfTest::assemble): Rewrite.
595 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
596 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
597 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
598 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
599 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
600
7b606f95
DE
6012015-07-24 Doug Evans <dje@google.com>
602
603 * lib/gdb.exp (clean_restart): Make executable optional.
604
a97b16b8
DE
6052015-07-24 Doug Evans <dje@google.com>
606
607 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
608 compiler_info references.
609 * gdb.cp/temargs.exp: Ditto.
610 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
611 (get_compiler_info): Early exit if already computed. Set compiler_info
612 to "unknown" if there was a problem.
613 (test_compiler_info): Add function comment. Call get_compiler_info.
614
35baa57f
DE
6152015-07-24 Doug Evans <dje@google.com>
616
617 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
618 (workers/%.worker, build-perf): New rule.
619 (GDB_PERFTEST_MODE): New variable.
620 (check-perf): Use it.
621 (clean): Clean up gdb.perf parallel build subdirs.
622 * lib/build-piece.exp: New file.
623 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
624 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
625 name.
626 (standard_temp_file): Ditto.
627 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
628 of $GDB_PARALLEL.
629
6ebea266
DE
6302015-07-24 Doug Evans <dje@google.com>
631
632 * lib/future.exp (gdb_default_target_compile): New option
633 "early_flags".
634 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
635 --as-needed.
636
1e76a7e9
SDJ
6372015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
638
639 * gdb.base/catch-syscall.exp: Call gdb_exit before
640 gdb_skip_xml_test.
641
5068630a
PA
6422015-07-24 Pedro Alves <palves@redhat.com>
643
644 * gdb.python/py-events.exp: Accept output between the stop event
645 and the prompt.
646 * gdb.python/py-evsignal.exp: Likewise.
647 * gdb.python/py-evthreads.exp: Likewise.
648
77598427
PA
6492015-07-24 Pedro Alves <palves@redhat.com>
650
651 PR gdb/18717
652 * gdb.threads/non-ldr-exit.c: New file.
653 * gdb.threads/non-ldr-exit.exp: New file.
654
11e6c98f
YQ
6552015-07-24 Yao Qi <yao.qi@linaro.org>
656
657 * gdb.server/ext-wrapper.exp: Test --wrapper option when
658 restarting process.
659
51aee833
YQ
6602015-07-24 Yao Qi <yao.qi@linaro.org>
661
662 * gdb.server/ext-restart.exp: New file.
663
8cfe207c
YQ
6642015-07-24 Yao Qi <yao.qi@linaro.org>
665
666 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
667 argument options.
668 * gdb.server/ext-wrapper.exp: New file.
669
cc12ce38
DE
6702015-07-23 Doug Evans <dje@google.com>
671
672 * gdb.dwarf2/dw2-dummy-cu.S: New file.
673 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
674
d0d84780
PMR
6752015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
676
677 * gdb.ada/var_arr_typedef.exp: New testcase.
678 * gdb.ada/var_arr_typedef/pack.adb: New file.
679 * gdb.ada/var_arr_typedef/pack.ads: New file.
680 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
681
8b558f79
JB
6822015-07-20 Joel Brobecker <brobecker@adacore.com>
683
684 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
685
775a3298
JK
6862015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
687
688 * gdb.arch/i386-biarch-core.exp: Replace istarget
689 by "complete set gnutarget". Remove expectation for the "core-file"
690 command.
691
db1ff28b
JK
6922015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
693
694 Revert the previous commit:
695 Tests for validate symbol file using build-id.
696
0a94970d
JK
6972015-07-15 Aleksandar Ristovski <aristovski@qnx.com
698
699 Tests for validate symbol file using build-id.
700 * gdb.base/solib-mismatch-lib.c: New file.
701 * gdb.base/solib-mismatch-libmod.c: New file.
702 * gdb.base/solib-mismatch.c: New file.
703 * gdb.base/solib-mismatch.exp: New file.
704
03346981
SL
7052015-07-15 Sandra Loosemore <sandra@codesourcery.com>
706
707 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
708 nios2-*-linux*.
709 * gdb.base/sigbpt.exp (stepi_out): Likewise.
710 * gdb.base/siginfo.exp: Likewise.
711 * gdb.base/sigstep.exp (advance, advancei): Likewise.
712
42422cc7
PL
7132015-07-15 Pierre Langlois <pierre.langlois@arm.com>
714
715 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
716 Move it to ...
717 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
718 ... here.
719 * gdb.trace/range-stepping.exp: Check that the target supports
720 range stepping.
721
cfa68bae
JK
7222015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
723
724 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
725
8ffdba26
PA
7262015-07-14 Pedro Alves <palves@redhat.com>
727
728 * gdb.base/killed-outside.exp: New file.
729 * gdb.base/killed-outside.c: New file.
730
218a5a11
JK
7312015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
732
733 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
734 (n at main): New.
735 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
736
e03ed3c6
AA
7372015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
738
739 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
740 infcall tests instead of setting up for KFAIL.
741
485668e5
MM
7422015-07-10 Markus Metzger <markus.t.metzger@intel.com>
743
744 * gdb.btrace/record_goto-step.exp: New.
745
08464196
JK
7462015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
747
748 PR compile/18484
749 * gdb.compile/compile.c (struct struct_type): Add volatile to
750 selffield's type.
751 * gdb.compile/compile.exp
752 (compile code struct_object.selffield = &struct_object): Skip further
753 struct_object tests if this one xfails.
754
bcf5c1d9
RC
7552015-07-08 Robert O'Callahan <robert@ocallahan.org>
756
757 PR exp/18617
758 * gdb.trace/ax.exp: Add test.
759
4931af25
YQ
7602015-07-07 Yao Qi <yao.qi@linaro.org>
761
762 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
763 instead of istarget "aarch64*-*-*".
764 * gdb.arch/aarch64-fp.exp: Likewise.
765 * gdb.base/float.exp: Likewise.
766 * gdb.reverse/aarch64.exp: Likewise.
767 * lib/gdb.exp (is_aarch64_target): New proc.
768
9fcf688e
YQ
7692015-07-07 Yao Qi <yao.qi@linaro.org>
770
771 * lib/gdb.exp (is_aarch32_target): New proc.
772 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
773 instead of "istarget "arm*-*-*"".
774 * gdb.arch/arm-disp-step.exp: Likewise.
775 * gdb.arch/thumb-bx-pc.exp: Likewise.
776 * gdb.arch/thumb-prologue.exp: Likewise.
777 * gdb.arch/thumb-singlestep.exp: Likewise.
778 * gdb.base/disp-step-syscall.exp: Likewise.
779 * gdb.base/float.exp: Likewise.
780
fbd8d50d
YQ
7812015-07-07 Yao Qi <yao.qi@linaro.org>
782
783 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
784 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
785
71be1fdc
YQ
7862015-07-07 Yao Qi <yao.qi@linaro.org>
787
788 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
789 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
790 if it exists.
791 * gdb.multi/multi-arch.exp: Likewise.
792
3e221d36
SM
7932015-07-07 Simon Marchi <simon.marchi@ericsson.com>
794
795 * gdb.python/py-lazy-string.exp: Add missing parentheses to
796 print.
797
d441430b
YQ
7982015-07-07 Yao Qi <yao.qi@linaro.org>
799
800 * gdb.arch/thumb-singlestep.exp: Do one more single step.
801
06f810bd
MG
8022015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
803
804 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
805 '[' and ']' characters.
806
5e61e7c0
IB
8072015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
808
809 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
810
28bf096c
PA
8112015-06-29 Pedro Alves <palves@redhat.com>
812
813 PR threads/18127
814 * gdb.threads/hand-call-new-thread.c: New file.
815 * gdb.threads/hand-call-new-thread.c: New file.
816
ee93cd5e
KS
8172015-06-26 Keith Seitz <keiths@redhat.com>
818 Doug Evans <dje@google.com>
819
820 PR 16253
821 * gdb.cp/var-tag-2.cc: New file.
822 * gdb.cp/var-tag-3.cc: New file.
823 * gdb.cp/var-tag-4.cc: New file.
824 * gdb.cp/var-tag.cc: New file.
825 * gdb.cp/var-tag.exp: New file.
826
fc637f04
PP
8272015-06-26 Patrick Palka <patrick@parcs.ath.cx>
828
829 * gdb.base/history-duplicates.exp: New test.
830
2e52ae68
PP
8312015-06-26 Patrick Palka <patrick@parcs.ath.cx>
832
833 * gdb.base/completion.exp: Test the completion of the "focus"
834 command.
835
6e22494e
JK
8362015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
837
838 * gdb.arch/amd64-prologue-skip.S: New file.
839 * gdb.arch/amd64-prologue-skip.exp: New file.
840
bf7b9cd9
SM
8412015-06-25 Simon Marchi <simon.marchi@ericsson.com>
842
843 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
844 is_address_zero_readable check.
845
201e8dfd
PB
8462015-06-24 Peter Bergner <bergner@vnet.ibm.com>
847
848 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
849 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
850
5cd867b4
YQ
8512015-06-24 Yao Qi <yao.qi@linaro.org>
852
853 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
854 linux targets.
855
4d7be007
YQ
8562015-06-24 Yao Qi <yao.qi@linaro.org>
857
858 * lib/gdb.exp (supports_get_siginfo_type): New proc.
859 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
860 * gdb.base/siginfo-thread.exp: Likewise.
861
07fcd301
YQ
8622015-06-22 Yao Qi <yao.qi@linaro.org>
863
864 * boards/remote-gdbserver-on-localhost.exp: Add comments.
865
52042a00
YQ
8662015-06-22 Yao Qi <yao.qi@linaro.org>
867
868 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
869 aarch64*-*-*.
870 (skip_hw_watchpoint_tests): Likewise.
871
74bd41ce
PP
8722015-06-18 Patrick Palka <patrick@parcs.ath.cx>
873
874 * gdb.base/gdbinit-history.exp: Test the interaction between
875 setting GDBHISTSIZE and setting the history size via .gdbinit.
876
bc460514
PP
8772015-06-17 Patrick Palka <patrick@parcs.ath.cx>
878
879 PR gdb/16999
880 * gdb.base/gdbhistsize-history.exp: New test.
881
b58c513b
PP
8822015-06-17 Patrick Palka <patrick@parcs.ath.cx>
883
884 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
885 with GDBHISTSIZE.
886 * gdb.base/readline.exp: Likewise.
887
92046791
YQ
8882015-06-17 Yao Qi <yao.qi@linaro.org>
889
890 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
891 line.
892
2093d2d3
PP
8932015-06-17 Patrick Palka <patrick@parcs.ath.cx>
894
895 * gdb.base/gdbinit-history.exp: Add test case to check that
896 an unlimited history file does not get truncated on exit.
897
e6c693af
AA
8982015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
899
900 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
901 (VECTOR): New macro. Use it...
902 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
903 ...for these typedefs.
904 (int8, char1, int1, double1): New typedefs.
905 (struct just_int2, struct two_int2): New structures.
906 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
907 (add_structvecs, add_singlevecs): New functions.
908 (main): Call add_some_intvecs twice.
909 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
910 the compile and exit upon failure. Try compiling for the "native"
911 architecture. Test inferior function calls with vector arguments
912 and vector return value handling with "finish" and "return".
913
c74f7d1c
JT
9142015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
915
916 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
917 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
918 PE file.
919 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
920
98aa42ee
AT
9212015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
922
923 PR breakpoints/16465
924 * gdb.mi/mi-dprintf-pending.c: New file.
925 * gdb.mi/mi-dprintf-pending.exp: New test.
926 * gdb.mi/mi-dprintf-pendshr.c: New file.
927
7d73c23c 9282015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 929 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
930
931 * gdb.arch/i386-mpx-map.c: New file.
932 * gdb.arch/i386-mpx-map.exp: New File.
933
9342015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
935
936 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
937 * gdb.arch/i386-mpx.exp: Indentation fixed.
938
9392015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
940
941 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
942 function and improved indentation.
943 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
944 gdb_test_multiple. Added additional tests to skip the test.
945
9462015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
947
948 * gdb.arch/i386-avx512.c: Change path in include file.
949 * gdb.arch/i386-avx512.exp: Change include dir path
950 compilation flag.
951 * gdb.arch/i386-mpx.c: Change path in include file.
952 * gdb.arch/i386-mpx.exp: Change include dir path compilation
953 flag.
954
d5eba19a
JK
9552015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
956
957 * gdb.compile/compile-print.exp (compile print *vararray@3)
958 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
959
7f361056
JK
9602015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
961
962 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
963 (do not keep jit in memory): ... this.
964 (expect 5): Change it to ...
965 (expect no 5): ... this.
966
3b462ec2
SM
9672015-06-02 Simon Marchi <simon.marchi@ericsson.com>
968
969 PR gdb/15564
970 * gdb.mi/mi-detach.exp: New file.
971
e0619de6
JK
9722015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
973
974 PR symtab/18392
975 * gdb.arch/amd64-tailcall-self.S: New file.
976 * gdb.arch/amd64-tailcall-self.c: New file.
977 * gdb.arch/amd64-tailcall-self.exp: New file.
978
e970cb34
DB
9792015-05-28 Don Breazeal <donb@codesourcery.com>
980
981 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
982 tests for remote targets by checking is_target_gdbserver.
983
b2e2f908
DE
9842015-05-27 Doug Evans <dje@google.com>
985
986 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
987 * gdb.dwarf2/opaque-type-lookup.c: New file.
988 * gdb.dwarf2/opaque-type-lookup.exp: New file.
989
82c7be31
DE
9902015-05-26 Doug Evans <dje@google.com>
991
992 * gdb.cp/iostream.cc: New file.
993 * gdb.cp/iostream.exp: New file.
994
b4f54984
DE
9952015-05-26 Doug Evans <dje@google.com>
996
997 * gdb.dwarf2/dw2-op-call.exp: Update.
998 * gdb.dwarf2/dw4-sig-types.exp: Update.
999 * gdb.dwarf2/implptr.exp: Update.
1000 * gdb.mi/mi-cmd-param-changed.exp: Update.
1001
4ea6efe9
DE
10022015-05-26 Doug Evans <dje@google.com>
1003
1004 * gdb.python/py-lazy-string.c: New file.
1005 * gdb.python/py-lazy-string.exp: New file.
1006 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
1007 (main): Update. Add estring3.
1008 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
1009 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
1010
f6bb7db3
YQ
10112015-05-26 Omair Javaid <omair.javaid@linaro.org>
1012 Yao Qi <yao.qi@linaro.org>
1013
1014 * gdb.reverse/aarch64.c: New.
1015 * gdb.reverse/aarch64.exp: New.
1016
a81bfbd0
OJ
10172015-05-26 Omair Javaid <omair.javaid@linaro.org>
1018
1019 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
1020 (supports_reverse): Likewise.
1021
158bf1b4
PP
10222015-05-22 Patrick Palka <patrick@parcs.ath.cx>
1023
1024 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1025 Use with_test_prefix.
1026
a0145030
AB
10272015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
1028
1029 * gdb.base/completion.exp: Add test for completion of layout
1030 names.
1031
ebe3b578
AB
10322015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
1033
1034 * lib/gdb.exp (skip_tui_tests): New proc.
1035 * gdb.base/tui-layout.exp: Check skip_tui_tests.
1036
84204ed7
PA
10372015-05-19 Pedro Alves <palves@redhat.com>
1038
1039 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1040 Save the whole env array instead of just HOME. Unset HISTSIZE in
1041 the environment while testing. Restore whole environment
1042 afterwards.
1043
37442ce1
DE
10442015-05-16 Doug Evans <xdje42@gmail.com>
1045
1046 * gdb.guile/scm-ports.c: New file.
1047 * gdb.guile/scm-ports.exp: Add memory port tests.
1048
36de76f9
JK
10492015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1050
1051 * gdb.compile/compile-print.c: New file.
1052 * gdb.compile/compile-print.exp: New file.
1053
3a9558c4
JK
10542015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1055
1056 * gdb.compile/compile-ops.exp: Cast param to void.
1057 * gdb.compile/compile.exp: Complete type for _gdb_expr.
1058 (compile code struct_object.selffield = &struct_object): Add xfail.
1059
aa715135
JG
10602015-05-15 Joel Brobecker <brobecker@adacore.com>
1061
1062 * gdb.ada/arr_enum_with_gap: New testcase.
1063
931e5bc3
JG
10642015-05-15 Joel Brobecker <brobecker@adacore.com>
1065
1066 * gdb.ada/byte_packed_arr: New testcase.
1067
9cd4d857
JB
10682015-05-15 Joel Brobecker <brobecker@adacore.com>
1069
1070 * gdb.ada/pckd_neg: New testcase.
1071
ebfd00d2
PP
10722015-05-13 Patrick Palka <patrick@parcs.ath.cx>
1073
1074 PR gdb/17820
1075 * gdb.base/gdbinit-history.exp: New test.
1076 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
1077 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
1078
4c082a81
SC
10792015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1080
1081 * gdb.python/py-xmethods.cc: Enhance test case.
1082 * gdb.python/py-xmethods.exp: New tests.
1083 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
1084 function.
1085 (B_indexoper): Likewise.
1086 (global_dm_list) : Add new xmethod worker functions.
1087
f7797074
SDJ
10882015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
1089
1090 * gdb.base/coredump-filter.exp: Correctly unset
1091 "coredump_var_addr" array.
1092
a4674e4e
PA
10932015-05-08 Pedro Alves <palves@redhat.com>
1094
1095 * gdb.server/non-existing-program.exp: Unset spawn_id.
1096
df2eb078
SC
10972015-05-08 Siva Chandra Reddy <sivachandra@google.com>
1098
1099 PR python/18291
1100 * gdb.python/py-xmethods.exp: Add tests.
1101
422349a3
YQ
11022015-05-08 Yao Qi <yao.qi@linaro.org>
1103
1104 PR gdb/18208
1105 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
1106 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
1107 function set_coredump_filter, and remove remote_exec call.
1108 Remove argument ipid. Callers update.
1109 (top level): Don't get inferior's PID.
1110
63fc80ce
AA
11112015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
1112
1113 * gdb.base/watch_thread_num.exp: Skip test on targets without
1114 access watchpoints.
1115
80ad801e
PA
11162015-05-06 Pedro Alves <palves@redhat.com>
1117
1118 PR server/18081
1119 * gdb.server/non-existing-program.exp: New file.
1120
0fa7fe50
JB
11212015-05-05 Joel Brobecker <brobecker@adacore.com>
1122
1123 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
1124
3ea89b92
PMR
11252015-05-05 Joel Brobecker <brobecker@adacore.com>
1126
1127 * gdb.ada/out_of_line_in_inlined: New testcase.
1128
87b8eff0
JB
11292015-05-05 Joel Brobecker <brobecker@adacore.com>
1130
1131 * gdb.ada/var_rec_arr: New testcase.
1132
5fccc635
YQ
11332015-04-30 Yao Qi <yao.qi@linaro.org>
1134
1135 * gdb.base/break-idempotent.exp: If
1136 skip_hw_watchpoint_multi_tests returns true, skip the tests
1137 on "rwatch" and "awatch".
1138
42d38f42
YQ
11392015-04-30 Yao Qi <yao.qi@linaro.org>
1140
1141 * gdb.base/relativedebug.exp: Invoke gdb command
1142 "info sharedlibrary", and if libc.so doesn't have debug info,
1143 skip the test.
1144
2ce1cdbf
DE
11452015-04-29 Doug Evans <dje@google.com>
1146
1147 * gdb.python/py-xmethods.exp: Add ptype tests.
1148 * gdb.python/py-xmethods.py (E_method_char_worker): Add
1149 get_result_type method.
1150
f24a38c5
LM
11512015-04-29 Luis Machado <lgustavo@codesourcery.com>
1152
1153 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
1154 the target does not support hardware watchpoints.
1155
ecbf2b3c
LM
11562015-04-29 Luis Machado <lgustavo@codesourcery.com>
1157
1158 * gdb.base/break-always.exp: Abort testing if writing to memory
1159 causes an error.
1160
34f5f757
DE
11612015-04-28 Doug Evans <dje@google.com>
1162
1163 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
1164 * gdb.python/py-pp-registration.exp: ... here. New file.
1165 * gdb.python/py-pp-registration.c: New file.
1166 * gdb.python/py-pp-registration.py: New file.
1167
69b4374a
DE
11682015-04-28 Doug Evans <dje@google.com>
1169
1170 * gdb.python/py-bad-printers.c: New file.
1171 * gdb.python/py-bad-printers.py: New file.
1172 * gdb.python/py-bad-printers.exp: New file.
1173
59fb7612
SS
11742015-04-28 Sasha Smundak <asmundak@google.com>
1175
1176 * gdb.python/py-type.exp: New test.
1177
2631b16a
AW
11782015-04-28 Andy Wingo <wingo@igalia.com>
1179
1180 * gdb.python/py-parameter.exp:
1181 * gdb.guile/scm-parameter.exp: Escape the path that we are
1182 matching against, as it might contain characters that are special
1183 to regular expressions.
1184
460efde1
JB
11852015-04-27 Joel Brobecker <brobecker@adacore.com>
1186
1187 * gdb.ada/rec_comp: New testcase.
1188
2d369d8e
SDJ
11892015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
1190
1191 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
1192 before using it.
1193
cf75d6c3
AB
11942015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1195
1196 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
1197 new tests for verilog output.
1198
8dbe7ca5
YQ
11992015-04-24 Yao Qi <yao.qi@linaro.org>
1200
1201 * boards/remote-gdbserver-on-localhost.exp: New file.
1202
4ef9fb2f
PA
12032015-04-23 Pedro Alves <palves@redhat.com>
1204
1205 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
1206 $inferior_spawn_id instead of $inferior_spawn_id directly. On
1207 "end of file", remove $inferior_spawn_id from the indirect list.
1208
0a803169
PA
12092015-04-23 Pedro Alves <palves@redhat.com>
1210
1211 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
1212
749ef8f8
PA
12132015-04-23 Pedro Alves <palves@redhat.com>
1214
1215 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
1216 on $any_spawn_id instead of only on $gdb_spawn_id.
1217
8aae4344
PM
12182015-04-21 Pierre Muller <muller@sourceware.org>
1219
1220 PR pascal/17815
1221 * lib/pascal.exp (gpc_compile): Add new option "class".
1222 (fpc_compile): Likewise.
1223 * gdb.pascal/case-insensitive-symbols.pas: New file.
1224 * gdb.pascal/case-insensitive-symbols.exp: New file.
1225
1586c8fb
GB
12262015-04-20 Gary Benson <gbenson@redhat.com>
1227
1228 * gdb.base/attach.exp: Fix three extended remote failures.
1229
1b6e6f5c
GB
12302015-04-17 Gary Benson <gbenson@redhat.com>
1231
1232 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
1233 the main executable over the remote protocol.
1234
e797481d
PA
12352015-04-16 Pedro Alves <palves@redhat.com>
1236
1237 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
1238 a new gdbserver if gdbserver_reconnect_p is set.
1239
1ca99c42
PA
12402015-04-16 Pedro Alves <palves@redhat.com>
1241
1242 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
1243 is set, don't exit gdbserver.
1244
af9fd6f8
AA
12452015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1246
1247 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
1248 appropriate .insn, such that an older assembler can be used.
1249 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
1250 the z/Architecture instruction set on 31-bit targets as well.
1251
04ff1e61
AA
12522015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1253
1254 * gdb.go/handcall.exp: Remove all logic related to the first
1255 breakpoint and rely on go_runto_main instead.
1256 * gdb.go/strings.exp: Likewise.
1257 * gdb.go/unsafe.exp: Likewise.
1258 * gdb.go/hello.exp: Likewise. Also rename the remaining
1259 breakpoint marker to "breakpoint 1".
1260 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
1261 * gdb.go/strings.go: Likewise.
1262 * gdb.go/unsafe.go: Likewise.
1263 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
1264 "set breakpoint 2 here" and rename the remaining breakpoint marker
1265 to "breakpoint 1".
1266
40d2f8d6
SM
12672015-04-15 Simon Marchi <simon.marchi@ericsson.com>
1268
1269 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
1270 if itertools.imap is not present.
1271 * gdb.python/py-objfile.exp: Add parentheses.
1272 * gdb.python/py-type.exp: Same.
1273 * gdb.python/py-unwind-maint.py: Same.
1274
8cbc97c6
YQ
12752015-04-15 Yao Qi <yao.qi@linaro.org>
1276
1277 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
1278 of ":$ptr_size" and set its form explicitly.
1279
45fd756c
YQ
12802015-04-15 Pedro Alves <palves@redhat.com>
1281 Yao Qi <yao.qi@linaro.org>
1282
1283 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
1284 timeout by factor of 4.
1285 (test_regular_watch): Likewise.
1286 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
1287 * gdb.reverse/sigall-reverse.exp: Likewise.
1288 * gdb.reverse/until-precsave.exp: Likewise.
1289 * lib/gdb.exp (with_timeout_factor): New proc.
1290 (gdb_expect): Move some code to ...
1291 (get_largest_timeout): ... here. New procedure.
1292
9e811bc3
LM
12932015-04-14 Luis Machado <lgustavo@codesourcery.com>
1294
1295 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
1296
0ff6fcb2
LM
12972015-04-13 Luis Machado <lgustavo@codesourcery.com>
1298
1299 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
1300 to write to the .text section.
1301
7578d5f7
LM
13022015-04-13 Luis Machado <lgustavo@codesourcery.com>
1303
1304 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
1305 Handle the case of targets that do not provide PID information.
1306
2efe15c4
YQ
13072015-04-13 Yao Qi <yao.qi@linaro.org>
1308
1309 * lib/gdbserver-support.exp (gdb_exit): Catch exception
1310 and use expect instead of gdb_expect.
1311
8cd8f2f8
SDJ
13122015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
1313
1314 * gdb.base/coredump-filter.exp: Rename variable "addr" to
1315 "coredump_var_addr" to avoid naming conflict with other testcases.
1316
9ee41772
PA
13172015-04-10 Pedro Alves <palves@redhat.com>
1318
1319 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
1320 gdb_test_sequence and gdb_assert.
1321
07473109
PA
13222015-04-10 Pedro Alves <palves@redhat.com>
1323
1324 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
1325 test messages that don't include the breakpoint address.
1326
de3db44c
YQ
13272015-04-10 Yao Qi <yao.qi@linaro.org>
1328
1329 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
1330 false for some offset and width combinations which aren't
1331 supported by linux kernel.
1332
c79d856c
PA
13332015-04-10 Pedro Alves <palves@redhat.com>
1334
1335 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
1336 procedure, factored out from ...
1337 (top level): ... here. Add "set displaced-stepping" testing axis.
1338 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
1339 parameter "displaced". Use it.
1340 (top level): Use foreach and add "set displaced-stepping" testing
1341 axis.
1342
ebc90b50
PA
13432015-04-10 Pedro Alves <palves@redhat.com>
1344
1345 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
1346 Remove comment.
1347 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
1348 both the address of the instruction that triggers the watchpoint
1349 and the address of the instruction immediately after, and use
1350 those addresses for the test. Fix comment.
1351
8f572e5c
PA
13522015-04-10 Pedro Alves <palves@redhat.com>
1353
1354 * gdb.base/sigstep.exp (breakpoint_to_handler)
1355 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
1356 Test "backtrace" in handler.
1357 (breakpoint_over_handler): New parameter 'displaced'. Use it.
1358 (top level): Add new "displaced" test axis to
1359 breakpoint_to_handler, breakpoint_to_handler_entry and
1360 breakpoint_over_handler.
1361
8d707a12
PA
13622015-04-10 Pedro Alves <palves@redhat.com>
1363
1364 PR gdb/18216
1365 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
1366
ef713951
YQ
13672015-04-10 Yao Qi <yao.qi@linaro.org>
1368
1369 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
1370 (test_add_rn_pc): New function.
1371 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
1372 (top level): Invoke test_add_rn_pc.
1373
906d60cf
PA
13742015-04-10 Pedro Alves <palves@redhat.com>
1375
1376 PR gdb/13858
1377 * gdb.base/step-over-no-symbols.exp: New file.
1378
f2983cc3
AW
13792015-04-09 Andy Wingo <wingo@igalia.com>
1380
1381 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
1382 after the Python tests.
1383
6d62641c
SDJ
13842015-04-08 Keith Seitz <keiths@redhat.com>
1385
1386 PR python/16699
1387 * gdb.python/py-completion.exp: New tests for completion.
1388 * gdb.python/py-completion.py (CompleteLimit1): New class.
1389 (CompleteLimit2): Likewise.
1390 (CompleteLimit3): Likewise.
1391 (CompleteLimit4): Likewise.
1392 (CompleteLimit5): Likewise.
1393 (CompleteLimit6): Likewise.
1394 (CompleteLimit7): Likewise.
1395
f3770638
PA
13962015-04-08 Pedro Alves <palves@redhat.com>
1397
1398 PR gdb/18214
1399 PR gdb/18216
1400 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
1401 function.
1402 (main): Install it as SIGUSR1 handler.
1403 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
1404 parameter. Always use "setup" as prefix. Toggle "set
1405 displaced-stepping" off/on depending on global. Don't switch to
1406 thread 1 here.
1407 (top level): Add displaced stepping "off/on" test axis. Update
1408 "setup" calls. Wrap each subtest with with_test_prefix. Test
1409 continuing with a queued signal in each thread.
1410
4496bed7
PA
14112015-04-08 Pedro Alves <palves@redhat.com>
1412
1413 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
1414 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
1415 gdb_breakpoint instead of gdb_test that doesn't expect anything.
1416 Return early if running to main fails.
1417 * gdb.trace/while-stepping.exp: Likewise.
1418
b97fde92
PA
14192015-04-07 Pedro Alves <palves@redhat.com>
1420
1421 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
1422 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
1423 interact with inferior program.
1424
f71c18e7
PA
14252015-04-07 Pedro Alves <palves@redhat.com>
1426
1427 * lib/gdb.exp (inferior_spawn_id): New global.
1428 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
1429 spawn id after processing the user code.
1430 (default_gdb_start): Set inferior_spawn_id.
1431 (send_inferior): New procedure.
1432 * lib/gdbserver-support.exp (gdbserver_start): Set
1433 inferior_spawn_id.
1434 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
1435
6423214f
PA
14362015-04-07 Pedro Alves <palves@redhat.com>
1437
1438 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
1439 * lib/gdbserver-support.exp (gdbserver_start): Make
1440 $server_spawn_id global.
1441 (gdbserver_start): Don't wait for gdbserver's spawn id with
1442 expect_background.
1443 (close_gdbserver): New procedure.
1444 (gdb_exit): Rename the default version and reimplement.
1445
71c0ee8c
PA
14462015-04-07 Pedro Alves <palves@redhat.com>
1447
72f4393d 1448 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
1449 append the substituted item, not the original item.
1450
203bc29b
PA
14512015-04-07 Pedro Alves <palves@redhat.com>
1452
1453 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
1454 gdb_expect.
1455
508a3ddf
PA
14562015-04-07 Pedro Alves <palves@redhat.com>
1457
1458 * gdb.base/interrupt.exp: Don't handle the case of the inferior
1459 output appearing once only.
1460
9f6dbe2b
PA
14612015-04-07 Pedro Alves <palves@redhat.com>
1462
1463 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
1464 that doesn't expect anything. Return early if running to main
1465 fails.
1466
337532fa
YQ
14672015-04-07 Yao Qi <yao.qi@linaro.org>
1468
1469 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
1470 (child_function): Call alarm.
1471 (main): Move call to alarm into the loop.
1472 * gdb.threads/non-stop-fair-events.exp: Build program with
1473 -DTIMEOUT=$timeout.
1474
01b622d4
DE
14752015-04-06 Doug Evans <xdje42@gmail.com>
1476
1477 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
1478 Fix dest parameter to board_info.
1479 (fpc_compile): Ditto.
1480 (gdb_compile_pascal): Rename dest arg to destfile.
1481
961f4160
PMR
14822015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
1483
1484 * gdb.ada/funcall_ref.exp: New file.
1485 * gdb.ada/funcall_ref/foo.adb: New file.
1486
cafda597
YQ
14872015-04-02 Yao Qi <yao.qi@linaro.org>
1488
1489 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
1490 is remote.
1491
fed040c6
GB
14922015-04-02 Gary Benson <gbenson@redhat.com>
1493
1494 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
1495
d11916aa
SS
14962015-04-01 Sasha Smundak <asmundak@google.com>
1497
1498 * gdb.python/py-unwind-maint.c: New file.
1499 * gdb.python/py-unwind-maint.exp: New test.
1500 * gdb.python/py-unwind-maint.py: New file.
1501 * gdb.python/py-unwind.c: New file.
1502 * gdb.python/py-unwind.exp: New test.
1503 * gdb.python/py-unwind.py: New test.
1504
a1471180
PA
15052015-04-01 Pedro Alves <palves@redhat.com>
1506
1507 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
1508 to fail instead of non-existent $test.
1509
0bbeccb1
PA
15102015-04-01 Pedro Alves <palves@redhat.com>
1511
1512 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
1513 GDBFLAGS if not empty.
1514
3c724c8c
PMR
15152015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
1516
1517 * gdb.ada/complete.exp: Remove "multi_line".
1518 * gdb.ada/info_exc.exp: Remove "multi_line".
1519 * gdb.ada/packed_tagged.exp: Remove "multi_line".
1520 * gdb.ada/ptype_field.exp: Remove "multi_line".
1521 * gdb.ada/sym_print_name.exp: Remove "multi_line".
1522 * gdb.ada/tagged.exp: Remove "multi_line".
1523 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
1524 [multi_line ...]
1525 * gdb.btrace/delta.exp: Likewise.
1526 * gdb.btrace/exception.exp: Likewise.
1527 * gdb.btrace/function_call_history.exp: Likewise.
1528 * gdb.btrace/instruction_history.exp: Likewise.
1529 * gdb.btrace/nohist.exp: Likewise.
1530 * gdb.btrace/record_goto.exp: Likewise.
1531 * gdb.btrace/segv.exp: Likewise.
1532 * gdb.btrace/stepi.exp: Likewise.
1533 * gdb.btrace/tailcall.exp: Likewise.
1534 * gdb.btrace/unknown_functions.exp: Likewise.
1535 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
1536 * lib/gdb.exp: Add the "multi_line" helper.
1537
4eec2deb
PA
15382015-04-01 Pedro Alves <palves@redhat.com>
1539
1540 * gdb.threads/tid-reuse.c: New file.
1541 * gdb.threads/tid-reuse.exp: New file.
1542
df8411da
SDJ
15432015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1544
1545 PR corefiles/16092
1546 * gdb.base/coredump-filter.c: New file.
1547 * gdb.base/coredump-filter.exp: Likewise.
1548
6ef37366
PM
15492015-03-27 Petr Machata <pmachata@redhat.com>
1550
1551 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
1552 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
1553 (Dwarf::assemble): Initialize them.
1554 (Dwarf::lines): New function.
1555
7ec911b0
JT
15562015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
1557
1558 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
1559 SYMBOL_PREFIX for x86_64-*-cygwin.
1560
ff908ebf
AW
15612015-03-26 Andy Wingo <wingo@igalia.com>
1562
1563 PR symtab/18148
1564 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
1565 const_value but not a location.
1566 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
1567 location defined in non-main CUs are visible.
1568
6d5f0679
YQ
15692015-03-26 Yao Qi <yao.qi@linaro.org>
1570
1571 PR testsuite/18139
1572 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
1573 Add a line number entry for the same line.
1574 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
1575 Add a line number entry for the same line.
1576
2898689b
YQ
15772015-03-26 Yao Qi <yao.qi@linaro.org>
1578
1579 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
1580 .int 0.
1581 (func): Likewise. Add .Lfunc_1 label.
1582 Use .Lfunc_1 label.
1583 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
1584 .int 0.
1585 (func): Likewise.
1586 Use .Lfunc_1 label.
1587
85180498
YQ
15882015-03-26 Yao Qi <yao.qi@linaro.org>
1589
1590 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
1591 Call gdb_compile instead to compile each .s files without debug
1592 information.
1593
8aa08a8d
YQ
15942015-03-26 Yao Qi <yao.qi@linaro.org>
1595
1596 * gdb.base/savedregs.exp (process_saved_regs): Make
1597 "Saved registers:" optional in the pattern.
1598
66849923
MM
15992015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1600
1601 * gdb.btrace/next.exp: Merged into step.exp.
1602 * gdb.btrace/finish.exp: Merged into step.exp.
1603 * gdb.btrace/nexti.exp: Merged into stepi.exp.
1604 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
1605 "record goto" and checking the exact replay position.
1606 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
1607 check for "Recording format" in "info record" output.
1608 * gdb.btrace/record_goto.exp: Choose test file based on target.
1609 * gdb.btrace/x86-record_goto.S: Renamed into ...
1610 * gdb.btrace/x86_64-record_goto.S: ... this.
1611 * gdb.btrace/i686-record_goto.S: New.
1612 * gdb.btrace/x86-tailcall.S: Renamed into ...
1613 * gdb.btrace/x86_64-tailcall.S: ... this.
1614 * gdb.btrace/i686-tailcall.S: New.
1615 * gdb.btrace/x86-tailcall.c: Renamed into ...
1616 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
1617 separate statements. Update test.
1618 * gdb.btrace/delta.exp: Use record_goto.c as test file.
1619 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
1620 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
1621 * gdb.btrace/tailcall.exp: Choose test file based on target.
1622 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
1623
11cc1b74
MM
16242015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1625
1626 * gdb.btrace/exception.exp: Increase BTS buffer size.
1627
a25d8bf9
PA
16282015-03-24 Pedro Alves <palves@redhat.com>
1629
1630 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
1631
856e7dd6
PA
16322015-03-24 Pedro Alves <palves@redhat.com>
1633
1634 * gdb.threads/schedlock.exp (test_step): No longer expect that
1635 "set scheduler-locking step" with "next" over a function call runs
1636 threads unlocked.
1637
ad235a41
AT
16382015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1639
1640 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
1641
15630549
AT
16422015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1643
1644 PR breakpoints/16466
1645 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
1646 * gdb.mi/mi-pending.c (thread_func): New function.
1647 (int main): Add threading support required.
1648 * gdb.mi/mi-pending.exp: Add tests for this issue.
1649 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
1650 (pendfunc2): Remove stdio dependency.
1651 * gdb.mi/mi-pendshr2.c: New file.
1652
693dca06
KS
16532015-03-23 Keith Seitz <keiths@redhat.com>
1654
1655 * gdb.linespec/keywords.c: New file.
1656 * gdb.linespec/keywords.exp: New file.
1657
7e993ebf
KS
16582015-03-23 Keith Seitz <keiths@redhat.com>
1659
1660 PR gdb/18021
1661 * gdb.dwarf2/staticvirtual.exp: New test.
1662
bc23328c
JK
16632015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1664
1665 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
1666 * README: Remove HP-UX and gdb.hp.
1667 (configuration):
1668 * configure: Regenerate.
1669 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
1670 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
1671 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
1672 gdb.hp/gdb.defects/Makefile.
1673 * gdb.hp/Makefile.in: File deleted.
1674 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
1675 * gdb.hp/gdb.aCC/optimize.c: File deleted.
1676 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
1677 * gdb.hp/gdb.aCC/run.c: File deleted.
1678 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
1679 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
1680 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
1681 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
1682 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
1683 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
1684 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
1685 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
1686 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
1687 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
1688 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
1689 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
1690 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
1691 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
1692 * gdb.hp/gdb.base-hp/reg.s: File deleted.
1693 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
1694 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
1695 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
1696 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
1697 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
1698 * gdb.hp/gdb.compat/Makefile.in: File deleted.
1699 * gdb.hp/gdb.compat/average.c: File deleted.
1700 * gdb.hp/gdb.compat/sum.c: File deleted.
1701 * gdb.hp/gdb.compat/xdb.c: File deleted.
1702 * gdb.hp/gdb.compat/xdb0.c: File deleted.
1703 * gdb.hp/gdb.compat/xdb0.h: File deleted.
1704 * gdb.hp/gdb.compat/xdb1.c: File deleted.
1705 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
1706 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
1707 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
1708 * gdb.hp/gdb.defects/Makefile.in: File deleted.
1709 * gdb.hp/gdb.defects/bs14602.c: File deleted.
1710 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
1711 * gdb.hp/gdb.defects/solib-d.c: File deleted.
1712 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
1713 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
1714 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
1715 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
1716 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
1717 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
1718 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
1719 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
1720 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
1721 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
1722 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
1723 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
1724 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
1725 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
1726 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
1727 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
1728 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
1729 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
1730 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
1731 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
1732 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
1733 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
1734 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
1735 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
1736 * gdb.hp/tools/odump: File deleted.
1737
8bf3b159
PA
17382015-03-19 Pedro Alves <palves@redhat.com>
1739
1740 * gdb.threads/continue-pending-status.exp (saw_thread_2)
1741 (saw_thread_3): New globals.
1742 (top level): Increment them when an event for the corresponding
1743 thread is seen.
1744 (no thread starvation): New test.
1745
eb54c8bf
PA
17462015-03-19 Pedro Alves <palves@redhat.com>
1747
1748 * gdb.threads/continue-pending-status.c: New file.
1749 * gdb.threads/continue-pending-status.exp: New file.
1750
32d2e5d6
PA
17512015-03-18 Pedro Alves <palves@redhat.com>
1752
1753 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1754 Use gdb_is_target_remote instead of is_remote. Use
1755 gdb_test_multiple instead of gdb_expect. Exit early if
1756 gdb_test_multiple hits its internal matches. Tighten stepi tests
1757 expected output. Fail on exit with any signal, instead of just
1758 SIGILL.
1759
f68f11b7
YQ
17602015-03-18 Yao Qi <yao.qi@linaro.org>
1761
1762 PR tdep/18107
1763 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
1764 variable.
1765 * gdb.base/catch-syscall.exp: Don't skip it on
1766 aarch64*-*-linux* target. Remove elements in all_syscalls.
1767 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
1768 target.
1769 (setup_all_syscalls): New proc.
1770
ca5fd19b
YQ
17712015-03-16 Yao Qi <yao.qi@linaro.org>
1772
1773 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
1774 (top level): Skip tests if valid_addr_p returns false for
1775 $cmd1 or $cmd2.
1776
85642ba0
AW
17772015-03-11 Andy Wingo <wingo@igalia.com>
1778
1779 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
1780
e03f9645
YQ
17812015-03-11 Yao Qi <yao.qi@linaro.org>
1782
1783 * gdb.base/catch-syscall.exp: Fix typo in comments.
1784
5d0962b2
YQ
17852015-03-11 Yao Qi <yao.qi@linaro.org>
1786
1787 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
1788
b2df3cef
PA
17892015-03-09 Pedro Alves <palves@redhat.com>
1790
1791 * dg-extract-results.py: Delete.
1792
ef878e53
PA
17932015-03-09 Pedro Alves <palves@redhat.com>
1794
1795 Merge dg-extract-results.sh from GCC upstream (r218843).
1796
1797 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
1798 * dg-extract-results.sh: Use --text with grep to avoid issues with
1799 binary files. Fall back to cat -v, if that doesn't work.
1800
9494d219
PA
18012015-03-05 Pedro Alves <palves@redhat.com>
1802
1803 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
1804
a8d9763a
SM
18052015-03-04 Simon Marchi <simon.marchi@ericsson.com>
1806
1807 * lib/mi-support.exp (mi_expect_interrupt): Accept
1808 alternative event for when in all-stop mode.
1809
be9957b8
PA
18102015-03-04 Pedro Alves <palves@redhat.com>
1811
1812 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
1813
d57be0f4 18142015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
1815
1816 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
1817
c214c7cf
AA
18182015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1819
1820 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
1821 regexps for GDB's current line display, accept a hex address
1822 preceding the line number.
1823
6d74a497
AA
18242015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1825
1826 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
1827 the 'arch1' variable for "s390*-linux*" targets.
1828
511aee7c
PA
18292015-03-04 Pedro Alves <palves@redhat.com>
1830
1831 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
1832 (main): Pass missing retval argument to pthread_join call.
1833
95e50b27
PA
18342015-03-02 Pedro Alves <palves@redhat.com>
1835
1836 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
1837 (top level): Call do_test with non-stop as well.
1838
28054d69
PA
18392015-03-02 Pedro Alves <palves@redhat.com>
1840
1841 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
1842 -1.
1843
4fa5d7b4
AA
18442015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1845
1846 * gdb.arch/s390-vregs.exp: New test.
1847 * gdb.arch/s390-vregs.S: New file.
1848
97c18565
PA
18492015-02-27 Pedro Alves <palves@redhat.com>
1850
1851 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
1852 call to catch_command_errors.
1853 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
1854 catch_command_errors.
1855
a37bfa30
PA
18562015-02-27 Pedro Alves <palves@redhat.com>
1857
1858 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
1859 "true" for boolean result.
1860 * gdb.gdb/selftest.exp (test_with_self): Also accept full
1861 prototype of main.
1862
6f98576f
PA
18632015-02-27 Pedro Alves <palves@redhat.com>
1864
1865 * lib/unbuffer_output.c: New file.
1866 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
1867 (main): Call gdb_unbuffer_output.
1868
eba5ab56
YQ
18692015-02-27 Yao Qi <yao.qi@linaro.org>
1870
1871 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
1872 target.
1873
0def5aaa
DE
18742015-02-26 Doug Evans <dje@google.com>
1875
1876 * gdb.cp/class2.cc (Dbase, D): New classes.
1877 (main): New local delta.
1878 * gdb.cp/class2.exp: Test printing delta.
1879 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
1880 (dynbar): New global.
1881 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
1882
081a1c2c
JK
18832015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1884
1885 * gdb.compile/compile-ifunc.c: New file.
1886 * gdb.compile/compile-ifunc.exp: New file.
1887
2f41223f
AT
18882015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
1889
1890 * gdb.base/structs.exp: Check for correct struct on finish.
1891
03eddd80
YQ
18922015-02-26 Yao Qi <yao.qi@linaro.org>
1893
1894 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
1895 is zero.
1896
80c57053
JK
18972015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1898
1899 * gdb.arch/cordic.ko.bz2: New file.
1900 * gdb.arch/cordic.ko.debug.bz2: New file.
1901 * gdb.arch/ppc64-symtab-cordic.exp: New file.
1902
21613c12
YQ
19032015-02-25 Yao Qi <yao.qi@linaro.org>
1904
1905 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
1906 aarch64*-*-* target.
1907
d8b901ed
PA
19082015-02-23 Pedro Alves <palves@redhat.com>
1909
1910 * lib/gdb.exp (delete_breakpoints): Rewrite using
1911 gdb_test_multiple.
1912
e5b85ead
PA
19132015-02-23 Pedro Alves <palves@redhat.com>
1914
1915 * gdb.base/info-os.c: Include stdlib.h.
1916
85c3a371
DE
19172015-02-22 Doug Evans <xdje42@gmail.com>
1918
1919 PR symtab/17855
1920 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
1921 is read after symbols have been re-read.
1922 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
1923 * gdb.ada/exec_changed/second.adb (Second): Ditto.
1924
96553a0c
DE
19252015-02-21 Doug Evans <dje@google.com>
1926
1927 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
1928
97a0c697
JK
19292015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1930
1931 PR corefiles/17808
1932 * gdb.arch/i386-biarch-core.core.bz2: New file.
1933 * gdb.arch/i386-biarch-core.exp: New file.
1934
a47cd6e9
PA
19352015-02-21 Pedro Alves <palves@redhat.com>
1936
1937 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
1938 runto_main fails.
1939
c5facdc4
PA
19402015-02-20 Pedro Alves <palves@redhat.com>
1941
1942 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
1943 info probes.
1944
2db9a427
PA
19452015-02-20 Pedro Alves <palves@redhat.com>
1946
1947 * gdb.threads/multi-create-ns-info-thr.exp: New file.
1948
60fb7e9e
PA
19492015-02-20 Pedro Alves <palves@redhat.com>
1950
1951 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
1952 clean_restart before gdb_target_supports_trace.
1953
5c5019c2
PA
19542015-02-20 Pedro Alves <palves@redhat.com>
1955
1956 PR threads/18006
1957 * gdb.threads/clone-thread_db.c: New file.
1958 * gdb.threads/clone-thread_db.exp: New file.
1959
c9587f88
AT
19602015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
1961
1962 PR breakpoints/16812
1963 * gdb.base/catch-gdb-caused-signals.c: New file.
1964 * gdb.base/catch-gdb-caused-signals.exp: New file.
1965
f6a88844
JM
19662015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
1967
1968 * configure: Regenerated.
1969 * configure.ac: Use GDB_AC_TRANSFORM.
1970 * aclocal.m4: sinclude ../transform.m4.
1971
497c491b
JM
19722015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1973
1974 * lib/dtrace.exp: New file.
1975 * gdb.base/dtrace-probe.exp: Likewise.
1976 * gdb.base/dtrace-probe.d: Likewise.
1977 * gdb.base/dtrace-probe.c: Likewise.
1978 * lib/pdtrace.in: Likewise.
1979 * configure.ac: Output variables with the transformed names of
1980 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
1981 * configure: Regenerated.
1982
03e98035
JM
19832015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1984
1985 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
1986 expected message when trying to access $_probe_* convenience
1987 variables while not on a probe.
1988
63cc30e9
JK
19892015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1990
1991 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
1992
0703599a
PA
19932015-02-11 Pedro Alves <pedro@codesourcery.com>
1994
1995 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
1996 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
1997
7e60a48e
DE
19982015-02-10 Doug Evans <xdje42@gmail.com>
1999
2000 * lib/gdb.exp (gdb_load): Always return a result.
2001
01b088bc
PA
20022015-02-10 Pedro Alves <palves@redhat.com>
2003
2004 * gdb.threads/signal-sigtrap.c: New file.
2005 * gdb.threads/signal-sigtrap.exp: New file.
2006
b05ec7a5
AT
20072015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
2008
2009 * gdb.trace/no-attach-trace.c: New file.
2010 * gdb.trace/no-attach-trace.exp: New file.
2011
a2c2acaf
MW
20122015-02-09 Mark Wielaard <mjw@redhat.com>
2013
2014 * gdb.dwarf2/atomic.c: New file.
2015 * gdb.dwarf2/atomic-type.exp: Likewise.
2016
31fd9caa
MM
20172015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2018
2019 * gdb.btrace/buffer-size.exp: Update "info record" output.
2020 * gdb.btrace/delta.exp: Update "info record" output.
2021 * gdb.btrace/enable.exp: Update "info record" output.
2022 * gdb.btrace/finish.exp: Update "info record" output.
2023 * gdb.btrace/instruction_history.exp: Update "info record" output.
2024 * gdb.btrace/next.exp: Update "info record" output.
2025 * gdb.btrace/nexti.exp: Update "info record" output.
2026 * gdb.btrace/step.exp: Update "info record" output.
2027 * gdb.btrace/stepi.exp: Update "info record" output.
2028 * gdb.btrace/nohist.exp: Update "info record" output.
2029
d33501a5
MM
20302015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2031
2032 * gdb.btrace/buffer-size: New.
2033
f4abbc16
MM
20342015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2035
2036 * gdb.btrace/delta.exp: Update "info record" output.
2037 * gdb.btrace/enable.exp: Update "info record" output.
2038 * gdb.btrace/finish.exp: Update "info record" output.
2039 * gdb.btrace/instruction_history.exp: Update "info record" output.
2040 * gdb.btrace/next.exp: Update "info record" output.
2041 * gdb.btrace/nexti.exp: Update "info record" output.
2042 * gdb.btrace/step.exp: Update "info record" output.
2043 * gdb.btrace/stepi.exp: Update "info record" output.
2044 * gdb.btrace/nohist.exp: Update "info record" output.
2045
b9d61307
SM
20462015-02-06 Simon Marchi <simon.marchi@ericsson.com>
2047
2048 PR gdb/15678
2049 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
2050
e584fdbc
PA
20512015-02-06 Pedro Alves <palves@redhat.com>
2052
2053 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
2054 macro.
2055 (seconds_left, again): New globals.
2056 (main): Wait seconds_left in a 1-second sleep loop instead of
2057 sleeping 180 seconds. If 'again' is set, reset the seconds
2058 counter.
2059 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
2060 'again' in the inferior before detaching. Print the seconds left.
2061 (options): New global.
2062 (top level): Build program with -DTIMEOUT=$timeout.
2063
77f41761
PA
20642015-02-06 Pedro Alves <palves@redhat.com>
2065
2066 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
2067 determine how many seconds to pass to 'alarm'.
2068 * gdb.base/gdb-sigterm.exp (top level): Build program with
2069 -DTIMEOUT=$timeout.
2070 (do_test): Return success/failure indication. Add more verbose
2071 logging. Don't fail if 200 single steps are seen. Instead, fail
2072 when the test times out.
2073 (passes): New global.
2074 (top level): Break the testing loop if testing fails on any
2075 iteration. Use gdb_assert.
2076
b9394193
DB
20772015-02-04 Don Breazeal <donb@codesourcery.com>
2078
2079 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
2080 and initialize them.
2081 (ipc_cleanup): New function.
2082 (main): Don't declare shmid, semid, and msqid. Add a call to
2083 atexit so that we call ipc_cleanup on exit.
2084
42d9e528
PA
20852015-02-04 Pedro Alves <palves@redhat.com>
2086
2087 * boards/native-extended-gdbserver.exp: Remove any target variant
2088 specifications from the board name before clearing the isremote
2089 flag from board_info.
2090
ae6ae975
DE
20912015-01-31 Doug Evans <xdje42@gmail.com>
2092
2093 * gdb.base/maint.exp <maint print type argc>: Update expected output.
2094
cfb069a8
GB
20952015-01-31 Gary Benson <gbenson@redhat.com>
2096
2097 * gdb.base/completion.exp: Disable completion limiting for
2098 existing tests. Add new tests to check completion limiting.
2099 * gdb.linespec/ls-errs.exp: Disable completion limiting.
2100
5dd31d79
DE
21012015-01-31 Doug Evans <xdje42@gmail.com>
2102
2103 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
2104
9f050062
DE
21052015-01-31 Doug Evans <xdje42@gmail.com>
2106
2107 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
2108 entries. Duplicate file section script entries.
2109 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
2110 inlined entries. Add test for safe-path rejection.
2111 * gdb.python/py-section-script.c: Add duplicate inlined section script
2112 entries. Duplicate file section script entries.
2113 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
2114 inlined entries. Add test for safe-path rejection.
2115
df25ebbd
JB
21162015-01-29 Joel Brobecker <brobecker@adacore.com>
2117
2118 * gdb.ada/disc_arr_bound: New testcase.
2119
4a0ca9ec
JB
21202015-01-29 Joel Brobecker <brobecker@adacore.com>
2121
2122 * gdb.ada/mi_var_array: New testcase.
2123
3a8b707a
DE
21242015-01-27 Doug Evans <dje@google.com>
2125
2126 * gdb.python/py-objfile.exp: Add tests for objfile.username.
2127 Add test for objfile.filename, objfile.username after objfile
2128 has been unloaded.
2129
f8313f6e
JB
21302015-01-26 Joel Brobecker <brobecker@adacore.com>
2131
2132 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
2133 the second test to print the name attribute of value
2134 returned by the call to gdb.lookup_type, and adjust
2135 the expected output accordingly.
2136
37bc665e
MW
21372015-01-25 Mark Wielaard <mjw@redhat.com>
2138
2139 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
2140 * gdb.base/disp-step-fork.c: Include unistd.h.
2141 * gdb.base/siginfo-obj.c: Include stdio.h.
2142 * gdb.base/siginfo-thread.c: Likewise.
2143 * gdb.mi/non-stop.c: Include unistd.h.
2144 * gdb.mi/nsthrexec.c: Include stdio.h.
2145 * gdb.mi/pthreads.c: Include unistd.h.
2146 * gdb.modula2/unbounded1.c (main): Declare returns int.
2147 * gdb.reverse/consecutive-reverse.c: Likewise.
2148 * gdb.threads/create-fail.c: Include unistd.h.
2149 * gdb.threads/killed.c: Likewise.
2150 * gdb.threads/linux-dp.c: Likewise.
2151 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
2152 * gdb.threads/non-ldr-exc-2.c: Likewise.
2153 * gdb.threads/non-ldr-exc-3.c: Likewise.
2154 * gdb.threads/non-ldr-exc-4.c: Likewise.
2155 * gdb.threads/pthreads.c: Include unistd.h.
2156 (main): Declare returns int.
2157 * gdb.threads/tls-main.c (foo): New declaration.
2158 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
2159
f7e5394d
SM
21602015-01-23 Simon Marchi <simon.marchi@ericsson.com>
2161
2162 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
2163 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
2164
743649fd
MW
21652015-01-15 Mark Wielaard <mjw@redhat.com>
2166
2167 * gdb.base/noreturn-return.c: New file.
2168 * gdb.base/noreturn-return.exp: New file.
2169 * gdb.base/noreturn-finish.c: New file.
2170 * gdb.base/noreturn-finish.exp: New file.
2171
198297aa
PA
21722015-01-23 Pedro Alves <palves@redhat.com>
2173
2174 * gdb.threads/continue-pending-after-query.c: New file.
2175 * gdb.threads/continue-pending-after-query.exp: New file.
2176
717cf30c
AG
21772015-01-22 Anders Granlund <anders.granlund@ericsson.com>
2178 Simon Marchi <simon.marchi@ericsson.com>
2179
2180 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
2181 * gdb.base/valgrind-db-attach.exp: Same.
2182 * gdb.base/valgrind-infcall.exp: Same.
2183 * lib/mi-support.exp (default_mi_gdb_start): Same.
2184 * lib/prompt.exp (default_prompt_gdb_start): Same.
2185 * lib/gdb.exp (default_gdb_spawn): Same.
2186 (gdb_interact): New.
2187
2188
4b62a76e
JK
21892015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2190
2191 * gdb.compile/compile.exp (pointer to jit function): New test.
2192
b4cdae6f
WW
21932015-01-17 Wei-cheng Wang <cole945@gmail.com>
2194
2195 * lib/gdb.exp (supports_process_record): Return true for
2196 powerpc*-*-linux*.
2197 (supports_reverse): Likewise.
2198
d221e7ef
DB
21992015-01-15 Don Breazeal <donb@codesourcery.com>
2200
2201 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
2202 instead of checking whether the target board is remote and
2203 use spawn_wait_for_attach instead of exec/sleep.
2204 * gdb.base/attach-twice.exp: Likewise.
2205
bafffb51
JB
22062015-01-15 Joel Brobecker <brobecker@adacore.com>
2207
2208 * gdb.ada/var_arr_attrs: New testcase.
2209
5589af0e
PA
22102015-01-14 Pedro Alves <palves@redhat.com>
2211 Joel Brobecker <brobecker@adacore.com>
2212
2213 PR gdb/17525
2214 * gdb.base/bp-cmds-execution-x-script.c: New file.
2215 * gdb.base/bp-cmds-execution-x-script.exp: New file.
2216 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
2217
6c400b59
PA
22182015-01-14 Pedro Alves <palves@redhat.com>
2219
2220 PR cli/17828
2221 * gdb.base/batch-preserve-term-settings.c: New file.
2222 * gdb.base/batch-preserve-term-settings.exp: New file.
2223
e02c96a7
DE
22242015-01-13 Doug Evans <dje@google.com>
2225
2226 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
2227 binary.
2228
576fd14c
JB
22292015-01-13 Joel Brobecker <brobecker@adacore.com>
2230
2231 * Makefile.in (clean mostlyclean): Do not delete *.py.
2232
04dccad0
JB
22332015-01-13 Joel Brobecker <brobecker@adacore.com>
2234
2235 * gdb.python/py-lookup-type.exp: New file.
2236
3d230f71
PA
22372015-01-12 Pedro Alves <palves@redhat.com>
2238
2239 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
2240 restore GDBFLAGS before returning.
2241
7e67715d
JK
22422015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2243
2244 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
2245 is_amd64_regs_target and is_x86_like_target.
2246
f2e0d4b4
DE
22472015-01-11 Doug Evans <xdje42@gmail.com>
2248
2249 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
2250 is given without an explicit form.
2251 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
2252 attributes.
2253 * gdb.dwarf/corrupt.exp: Ditto.
2254 * gdb.dwarf2/enum-type.exp: Ditto.
2255 * gdb.trace/entry-values.exp: Ditto.
2256 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
2257
439250fb
DE
22582015-01-11 Doug Evans <xdje42@gmail.com>
2259
2260 PR gdb/15830
2261 * gdb.base/maint.exp: Remove references to "maint demangle".
2262 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
2263 Add tests for explicitly specifying language to demangle.
2264 * gdb.dlang/demangle.exp: Ditto.
2265
ede9f622
PA
22662015-01-09 Pedro Alves <palves@redhat.com>
2267
2268 * gdb.threads/non-stop-fair-events.c: New file.
2269 * gdb.threads/non-stop-fair-events.exp: New file.
2270
a7b796db
PA
22712015-01-09 Pedro Alves <palves@redhat.com>
2272
2273 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
2274 the global scope. Set a breakpoint after all threads are started
2275 rather than stepping over two source lines. Expect the prompt.
2276 * gdb.base/watch_thread_num.c (threads_started_barrier): New
2277 global.
2278 (NUM): Now 15.
2279 (main): Use threads_started_barrier to wait for all threads to
2280 start. Main thread no longer calls thread_function. Exit after
2281 180 seconds.
2282 (loop): New function.
2283 (thread_function): Wait on threads_started_barrier barrier. Call
2284 'loop' at each iteration.
2285 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
2286 threads have started, instead of hardcoding number of "next"
2287 steps. Use an access watchpoint instead of a write watchpoint.
2288
9665ffdd
PA
22892015-01-09 Pedro Alves <palves@redhat.com>
2290
2291 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
2292 (thread_func): Wait on barrier.
2293 (main): Wait for all threads to start before stopping GDB.
2294 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
2295 global.
2296 (thread1_func, thread2_func): Wait on barrier.
2297 (main): Wait for all threads to start before stopping GDB.
2298 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
2299 New global.
2300 (thread1_func, thread2_func): Wait on barrier.
2301 (main): Wait for all threads to start before stopping GDB.
2302
c945a99f
PA
23032015-01-09 Pedro Alves <palves@redhat.com>
2304
2305 * gdb.threads/attach-many-short-lived-threads.c: New file.
2306 * gdb.threads/attach-many-short-lived-threads.exp: New file.
2307
c1a747c1
PA
23082014-01-09 Pedro Alves <palves@redhat.com>
2309
2310 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
2311 instead of to thread 2.
2312 * gdb.threads/signal-command-multiple-signals-pending.c (main):
2313 Add barrier around each pthread_create call instead of around all
2314 calls.
2315 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
2316 Set a break on thread_function and have the child threads hit it
2317 one at at a time.
2318
60b3033e
PA
23192015-01-09 Pedro Alves <palves@redhat.com>
2320
2321 * lib/gdb.exp (can_spawn_for_attach): New procedure.
2322 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
2323 false.
2324 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
2325 checking whether the target board is remote.
2326 * gdb.multi/multi-attach.exp: Likewise.
2327 * gdb.python/py-sync-interp.exp: Likewise.
2328 * gdb.server/ext-attach.exp: Likewise.
2329 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
2330 tests that need to attach, instead of checking whether the target
2331 board is remote at the top of the file.
2332
acc018ac
YQ
23332015-01-08 Yao Qi <yao@codesourcery.com>
2334
2335 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
2336
50a18af8
JK
23372015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2338
2339 Fix testcase compilation.
2340 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
2341
8503d6e1
JB
23422015-01-06 Joel Brobecker <brobecker@adacore.com>
2343
2344 * gdb.python/py-type.exp: Add a couple test about empty
2345 array creation, and negative-length array creation.
2346
cc73dbcc
DE
23472015-01-02 Doug Evans <xdje42@gmail.com>
2348
2349 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
2350
0300bbc7
DE
23512015-01-02 Doug Evans <dje@google.com>
2352
2353 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
2354
9d85a0ec
YQ
23552014-12-29 Yao Qi <yao@codesourcery.com>
2356
2357 * gdb.trace/entry-values.exp: Update comments. Rename variable
2358 bar_call_foo to returned_from_foo.
2359
87186c6a
MMN
23602014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
2361
2362 PR gdb/17394
2363 * gdb.linespec/break-asm-file.c: New file.
2364 * gdb.linespec/break-asm-file.exp: New file.
2365 * gdb.linespec/break-asm-file0.s: New file.
2366 * gdb.linespec/break-asm-file1.s: New file.
2367
1bab7383
YQ
23682014-12-18 Nigel Stephens <nigel@mips.com>
2369 Maciej W. Rozycki <macro@codesourcery.com>
2370
2371 * gdb.base/float.exp: Handle the new output from "info float" on
2372 MIPS targets.
2373
1bc1068a
JK
23742014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2375
2376 Fix MinGW compilation.
2377 * gdb.compile/compile-ops.exp: Update untested message if
2378 !skip_compile_feature_tests.
2379 * gdb.compile/compile-setjmp.exp: Likewise.
2380 * gdb.compile/compile-tls.exp: Likewise.
2381 * gdb.compile/compile.exp: Likewise.
2382 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
2383 supported on this host".
2384
b6615d10
DE
23852014-12-16 Doug Evans <xdje42@gmail.com>
2386
2387 * boards/stabs.exp: New file.
2388
25dda427
AA
23892014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
2390
2391 * gdb.base/completion.exp: Adjust to format changes of "maint
2392 print user-registers".
2393
bf330350
CU
23942014-12-16 Catalin Udma <catalin.udma@freescale.com>
2395
2396 PR server/17457
2397 * gdb.arch/aarch64-fp.c: New file.
2398 * gdb.arch/aarch64-fp.exp: New file.
2399
395cf596
SDJ
24002014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2401
2402 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
2403 r210637, r210913, r211666, r215400, r215817).
2404
2405 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
2406 * dg-extract-results.py: New file.
2407 * dg-extract-results.sh: Use it if the environment seems
2408 suitable.
2409
2410 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
2411
2412 * dg-extract-results.py (parse_run): Handle warnings that
2413 are printed before a test harness is run.
2414
2415 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
2416
2417 * dg-extract-results.py (Named): Remove __cmp__ method.
2418 (output_variation): Use a key to sort variation.harnesses.
2419
2420 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
2421
2422 * dg-extract-results.py: For Python 3, force sys.stdout to
2423 handle surrogate escape sequences.
2424 (safe_open): New function.
2425 (output_segment, main): Use it.
2426
2427 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
2428
2429 * dg-extract-results.py (Prog.result_re): Include options
2430 in test name.
2431
2432 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
2433
2434 * dg-extract-results.py (output_variation): Always sort if
2435 do_sum.
2436
e882ef3c
SM
24372014-12-15 Simon Marchi <simon.marchi@ericsson.com>
2438
2439 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
2440 as long as we get pagination notifications.
2441
4992aa20
JM
24422014-12-15 Jason Merrill <jason@redhat.com>
2443
2444 * Makefile.in (check-gdb.%): Restore.
2445 * README: Mention it.
2446
c1b5a1a6
JB
24472014-12-13 Joel Brobecker <brobecker@adacore.com>
2448
2449 * gdb.ada/str_uninit: New testcase.
2450
5537b577
JK
24512014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2452
2453 PR symtab/17642
2454 * gdb.base/vla-stub-define.c: New file.
2455 * gdb.base/vla-stub.c: New file.
2456 * gdb.base/vla-stub.exp: New file.
2457
bb2ec1b3
TT
24582014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2459 Jan Kratochvil <jan.kratochvil@redhat.com>
2460 Tom Tromey <tromey@redhat.com>
2461
2462 * configure.ac: Add gdb.compile/.
2463 * configure: Regenerate.
2464 * gdb.compile/Makefile.in: New file.
2465 * gdb.compile/compile-ops.exp: New file.
2466 * gdb.compile/compile-ops.c: New file.
2467 * gdb.compile/compile-tls.c: New file.
2468 * gdb.compile/compile-tls.exp: New file.
2469 * gdb.compile/compile-constvar.S: New file.
2470 * gdb.compile/compile-constvar.c: New file.
2471 * gdb.compile/compile-mod.c: New file.
2472 * gdb.compile/compile-nodebug.c: New file.
2473 * gdb.compile/compile-setjmp-mod.c: New file.
2474 * gdb.compile/compile-setjmp.c: New file.
2475 * gdb.compile/compile-setjmp.exp: New file.
2476 * gdb.compile/compile-shlib.c: New file.
2477 * gdb.compile/compile.c: New file.
2478 * gdb.compile/compile.exp: New file.
2479 * lib/gdb.exp (skip_compile_feature_tests): New proc.
2480
4ff709eb
TT
24812014-12-12 Tom Tromey <tromey@redhat.com>
2482
2483 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
2484 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
2485
6dddd6a5
DE
24862014-12-12 Doug Evans <dje@google.com>
2487
2488 * lib/gdb-python.exp (get_python_valueof): New function.
2489 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
2490
71c24708
AA
24912014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2492
2493 * gdb.base/completion.exp: Add test for completion of "info
2494 registers ".
2495
3e29f34a
MR
24962014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
2497
2498 * gdb.base/func-ptrs.c: New file.
2499 * gdb.base/func-ptrs.exp: New file.
2500
fc126975
SM
25012014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2502
2503 PR breakpoints/17012
2504 * gdb.base/dprintf-detach.c: New file.
2505 * gdb.base/dprintf-detach.exp: New file.
2506
0a46d518
SM
25072014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2508
2509 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
2510 * lib/gdb.exp (target_is_gdbserver): New procedure.
2511
a0be3e44
DE
25122014-12-08 Doug Evans <dje@google.com>
2513
2514 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
2515
df1b803a
YQ
25162014-12-05 Yao Qi <yao@codesourcery.com>
2517
2518 * gdb.guile/scm-error.exp: Remove the third argument to
2519 gdb_remote_download.
2520 * gdb.guile/scm-frame-args.exp: Likewise.
2521 * gdb.guile/scm-section-script.exp: Likewise.
2522
ddb9f679
YQ
25232014-12-05 Yao Qi <yao@codesourcery.com>
2524
2525 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
2526
86e4ed39
DE
25272014-12-04 Doug Evans <dje@google.com>
2528
2529 * gdb.python/py-objfile.exp: Add tests for
2530 objfile.add_separate_debug_file.
2531
7c50a931
DE
25322014-12-04 Doug Evans <dje@google.com>
2533
2534 * lib/gdb.exp (get_build_id): New function.
2535 (build_id_debug_filename_get): Rewrite to use it.
2536 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
2537
621661e3
MR
25382014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
2539
2540 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
2541 `method(long)', not just 0x0.
2542 * gdb.cp/nsalias.exp: Align code labels to 4.
2543 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
2544 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
2545 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
2546 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
2547 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
2548 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
2549
29f0c3b7
DE
25502014-12-02 Doug Evans <dje@google.com>
2551
e1e061e7 2552 PR symtab/17602
29f0c3b7 2553 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 2554 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
2555 * gdb.cp/anon-ns.exp: Update.
2556
162078c8
NB
25572014-12-02 Nick Bull <nicholaspbull@gmail.com>
2558
2559 * gdb.python/py-events.py (inferior_call_handler): New.
2560 (register_changed_handler, memory_changed_handler): New.
2561 (test_events.invoke): Register new handlers.
2562 * gdb.python/py-events.exp: Add tests for inferior call,
2563 memory_changed and register_changed events.
2564
fdb09caf
AA
25652014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2566
2567 * gdb.base/execl-update-breakpoints.exp: Specify the link address
2568 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
2569 if the linker doesn't understand this.
2570
55cfb2c4
SM
25712014-12-01 Simon Marchi <simon.marchi@ericsson.com>
2572
2573 * gdb.python/python.exp: Change expected reply to help().
2574
9e8cd6df
YQ
25752014-12-01 Yao Qi <yao@codesourcery.com>
2576
2577 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
2578 AC_CONFIG_SUBDIRS(gdb.gdbtk).
2579 * configure: Re-generated.
2580
6c659fc2
SC
25812014-11-28 Siva Chandra Reddy <sivachandra@google.com>
2582
2583 * gdb.cp/chained-calls.cc: New file.
2584 * gdb.cp/chained-calls.exp: New file.
2585 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
2586
d7fc3181
SM
25872014-11-28 Simon Marchi <simon.marchi@ericsson.com>
2588
2589 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
2590 * gdb.dwarf2/symtab-producer.exp: Same.
2591 * gdb.gdb/python-interrupts.exp: Same.
2592 * gdb.gdb/python-selftest.exp: Same.
2593 * gdb.python/py-linetable.exp: Same.
2594 * gdb.python/py-type.exp: Same.
2595 * gdb.python/py-value-cc.exp: Same.
2596 * gdb.python/py-value.exp: Same.
2597
10e79639
YQ
25982014-11-28 Yao Qi <yao@codesourcery.com>
2599
2600 * gdb.base/break-probes.exp: Match library name prefixed with
2601 sysroot.
2602
f28a0564
SM
26032014-11-27 Simon Marchi <simon.marchi@ericsson.com>
2604
2605 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
2606 test expected output. Add parentheses for the call to print.
2607 Remove L suffix from integers.
2608
3fe1ce1d
DE
26092014-11-26 Doug Evans <dje@google.com>
2610
2611 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
2612
84429e27
YQ
26132014-11-22 Yao Qi <yao@codesourcery.com>
2614
2615 * gdb.trace/entry-values.c: Remove asms.
2616 (foo): Add foo_label.
2617 (bar): Add bar_label.
2618 * gdb.trace/entry-values.exp: Remove code computing foo's
2619 length and bar's length.
2620 (Dwarf::assemble): Invoke function_range for bar and use
2621 MACRO_AT_func for foo.
2622
26741859
YQ
26232014-11-22 Yao Qi <yao@codesourcery.com>
2624
2625 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
2626 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
2627 Use .Lgcc43_procstart instead of gcc43.
2628
45e44d27
JB
26292014-11-21 Joel Brobecker <brobecker@adacore.com>
2630
2631 * gdb.ada/n_arr_bound: New testcase.
2632
458c8db8
SDJ
26332014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2634
2635 PR breakpoints/10737
2636 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
2637 test_catch_syscall_multi_arch.
2638 (test_catch_syscall_multi_arch): New function.
2639
43f3e411
DE
26402014-11-20 Doug Evans <xdje42@gmail.com>
2641
2642 * gdb.base/maint.exp: Update expected output.
2643
0d7b2549
AA
26442014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2645
2646 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
2647 4-byte instruction on S390.
2648
8908fca5
JB
26492014-11-19 Joel Brobecker <brobecker@adacore.com>
2650
2651 * gdb.ada/arr_arr: New testcase.
2652
4a46959e
JB
26532014-11-19 Joel Brobecker <brobecker@adacore.com>
2654
2655 * gdb.ada/pkd_arr_elem: New Testcase.
2656
470e2f4e
LM
26572014-11-18 Luis Machado <lgustavo@codesourcery.com>
2658
2659 * gdb.reverse/break-precsave: Expect completion message for
2660 core file reads.
2661 * gdb.reverse/consecutive-precsave.exp: Likewise.
2662 * gdb.reverse/finish-precsave.exp: Likewise.
2663 * gdb.reverse/i386-precsave.exp: Likewise.
2664 * gdb.reverse/machinestate-precsave.exp: Likewise.
2665 * gdb.reverse/sigall-precsave.exp: Likewise.
2666 * gdb.reverse/solib-precsave.exp: Likewise.
2667 * gdb.reverse/step-precsave.exp: Likewise.
2668 * gdb.reverse/until-precsave.exp: Likewise.
2669 * gdb.reverse/watch-precsave.exp: Likewise.
2670
a267f3ad
AA
26712014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2672
2673 * gdb.base/bp-permanent.c: Include unistd.h.
2674 * gdb.python/py-framefilter-mi.c (main): Add return type.
2675 * gdb.python/py-framefilter.c (main): Likewise.
2676 * gdb.trace/actions-changed.c (main): Likewise.
2677
12084a9a
AA
26782014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2679
2680 * gdb.mi/until.c: Add eye-catchers.
2681 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
2682 line numbers.
2683
dc7e1a77
AA
26842014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2685
2686 * gdb.base/condbreak.exp: Drop references to removed non-prototype
2687 function header variants in break1.c.
2688 * gdb.base/ena-dis-br.exp: Likewise.
2689 * gdb.base/hbreak2.exp: Likewise.
2690 * gdb.reverse/until-precsave.exp: Drop references to removed
2691 non-prototype function header variants in ur1.c.
2692 * gdb.reverse/until-reverse.exp: Likewise.
2693
41c77605
PM
26942014-11-17 Petr Machata <pmachata@redhat.com>
2695
2696 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
2697 ${_cu_offset_size} bytes abbrev offset.
2698
34248c3a
DE
26992014-11-15 Doug Evans <xdje42@gmail.com>
2700
2701 PR symtab/17559
2702 * gdb.base/line-symtabs.exp: New file.
2703 * gdb.base/line-symtabs.c: New file.
2704 * gdb.base/line-symtabs.h: New file.
2705
646da059
YQ
27062014-11-14 Yao Qi <yao@codesourcery.com>
2707
2708 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
2709 (func): Add label func_label.
2710 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
2711 Replace low_pc and high_pc with MACRO_AT_range.
2712 Replace name, low_pc and high_pc with MACRO_AT_func.
2713
9301ebe6
YQ
27142014-11-14 Yao Qi <yao@codesourcery.com>
2715
2716 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
2717 Replace name, low_pc and high_pc with MACRO_AT_func.
2718
f166b542
YQ
27192014-11-14 Yao Qi <yao@codesourcery.com>
2720
2721 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
2722 produce debug information.
2723 * gdb.dwarf2/implptr-optimized-out.S: Removed.
2724
0f6e71e3
YQ
27252014-11-14 Yao Qi <yao@codesourcery.com>
2726
2727 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
2728 object and get function length.
2729 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
2730 with MACRO_AT_func.
2731 (top-level): Replace gdb_compile and clean_restart with
2732 prepare_for_testing.
2733 * gdb.dwarf2/main.c (main): Add label main_label.
2734
876c4df9
YQ
27352014-11-14 Yao Qi <yao@codesourcery.com>
2736
2737 * lib/dwarf.exp (function_range): New procedure.
2738 (Dwarf::_handle_macro_at_func): New procedure.
2739 (Dwarf::_handle_macro_at_range): New procedure.
2740 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
2741
02ad9cf1
YQ
27422014-11-14 Yao Qi <yao@codesourcery.com>
2743
2744 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
2745 (_handle_attribute): New procedure.
2746
a59add0c
AA
27472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2748
2749 * gdb.ada/cond_lang/foo.c (callme): Add return type.
2750 * gdb.base/call-sc.c (zed): Likewise.
2751 * gdb.base/checkpoint.c (main): Likewise.
2752 * gdb.base/dump.c (main): Likewise.
2753 * gdb.base/gcore.c (main): Likewise.
2754 * gdb.base/huge.c (main): Likewise.
2755 * gdb.base/multi-forks.c (main): Likewise.
2756 * gdb.base/pr10179-a.c (main): Likewise.
2757 * gdb.base/savedregs.c (main): Likewise.
2758 * gdb.base/sigaltstack.c (main): Likewise.
2759 * gdb.base/siginfo.c (main): Likewise.
2760 * gdb.base/structs.c (zed): Likewise.
2761 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
2762 * gdb.mi/mi-syn-frame.c (main): Likewise.
2763 * gdb.mi/until.c (foo, main): Likewise.
2764 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
2765 * gdb.base/solib-weak.c (foo): Declare.
2766 * gdb.base/attach-twice.c: Include stdio.h.
2767 * gdb.base/weaklib1.c: Likewise.
2768 * gdb.base/weaklib2.c: Likewise.
2769 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
2770 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
2771 unistd.h.
2772 * gdb.base/attach-pie-misread.c: Include stdlib.h.
2773 * gdb.mi/mi-exit-code.c: Likewise.
2774 * gdb.base/break-interp-lib.c: Include string.h.
2775 * gdb.base/coremaker.c: Likewise.
2776 * gdb.base/testenv.c: Likewise.
2777 * gdb.python/py-finish-breakpoint.c: Likewise.
2778 * gdb.base/inferior-died.c: Include sys/wait.h.
2779 * gdb.base/fileio.c: Include time.h.
2780 * gdb.base/async-shell.c: Include unistd.h.
2781 * gdb.base/dprintf-non-stop.c: Likewise.
2782 * gdb.base/info-os.c: Likewise.
2783 * gdb.mi/mi-console.c: Likewise.
2784 * gdb.mi/watch-nonstop.c: Likewise.
2785 * gdb.python/py-events.c: Likewise.
2786 * gdb.base/async.c (baz): Move up before its invocation.
2787 * gdb.base/code_elim2.c (my_global_func): Likewise.
2788 * gdb.base/skip-solib-lib.c (multiply): Likewise.
2789 * gdb.base/advance.c (func2): Likewise.
2790
3b5d5997
AA
27912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2792
2793 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
2794 variant.
2795 * gdb.base/annota3.c: Likewise.
2796 * gdb.base/async.c: Likewise.
2797 * gdb.base/average.c: Likewise.
2798 * gdb.base/call-ar-st.c: Likewise.
2799 * gdb.base/call-rt-st.c: Likewise.
2800 * gdb.base/call-sc.c: Likewise.
2801 * gdb.base/call-strs.c: Likewise.
2802 * gdb.base/ending-run.c: Likewise.
2803 * gdb.base/execd-prog.c: Likewise.
2804 * gdb.base/exprs.c: Likewise.
2805 * gdb.base/foll-exec.c: Likewise.
2806 * gdb.base/foll-fork.c: Likewise.
2807 * gdb.base/foll-vfork.c: Likewise.
2808 * gdb.base/funcargs.c: Likewise.
2809 * gdb.base/gcore.c: Likewise.
2810 * gdb.base/jump.c: Likewise.
2811 * gdb.base/langs0.c: Likewise.
2812 * gdb.base/langs1.c: Likewise.
2813 * gdb.base/langs2.c: Likewise.
2814 * gdb.base/mips_pro.c: Likewise.
2815 * gdb.base/nodebug.c: Likewise.
2816 * gdb.base/opaque0.c: Likewise.
2817 * gdb.base/opaque1.c: Likewise.
2818 * gdb.base/recurse.c: Likewise.
2819 * gdb.base/run.c: Likewise.
2820 * gdb.base/scope0.c: Likewise.
2821 * gdb.base/scope1.c: Likewise.
2822 * gdb.base/setshow.c: Likewise.
2823 * gdb.base/setvar.c: Likewise.
2824 * gdb.base/shmain.c: Likewise.
2825 * gdb.base/shr1.c: Likewise.
2826 * gdb.base/shr2.c: Likewise.
2827 * gdb.base/sigall.c: Likewise.
2828 * gdb.base/signals.c: Likewise.
2829 * gdb.base/so-indr-cl.c: Likewise.
2830 * gdb.base/solib2.c: Likewise.
2831 * gdb.base/structs.c: Likewise.
2832 * gdb.base/sum.c: Likewise.
2833 * gdb.base/vforked-prog.c: Likewise.
2834 * gdb.base/watchpoint.c: Likewise.
2835 * gdb.reverse/shr2.c: Likewise.
2836 * gdb.reverse/until-reverse.c: Likewise.
2837 * gdb.reverse/ur1.c: Likewise.
2838 * gdb.reverse/watch-reverse.c: Likewise.
2839
066a77c5
AA
28402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2841
2842 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
2843 variant.
2844 * gdb.base/sepdebug.exp: Drop references to removed code.
2845
4f204ea5
AA
28462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2847
2848 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
2849 variant. Preserve original line numbering.
2850 * gdb.base/list1.c: Likewise.
2851
3b377a3a
AA
28522014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2853
2854 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
2855 variant.
2856 * gdb.base/break1.c: Likewise.
2857 * gdb.base/break.exp: Drop references to removed code.
2858
e444df73
AA
28592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2860
2861 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
2862 variant.
2863
8008f2a7
AA
28642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2865
2866 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
2867
a5a06887
AA
28682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2869
2870 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
2871 logic into perform_all_tests() and invoke it with and without
2872 function header prototypes.
2873 (do_function_calls): Remove conditional XFAIL for PR 5318.
2874 (rerun_and_prepare): Remove duplicate code.
2875 (perform_all_tests): New. Main logic moved here.
2876
44dba9b9
AA
28772014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2878
2879 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
2880 code guarded by #ifdef NO_PROTOTYPES.
2881 (t_double_many_args): Likewise.
2882 (DEF_FUNC_MANY_ARGS_1): Likewise.
2883 (DEF_FUNC_VALUES_1): Likewise.
2884 (t_structs_ldc): Renamed from t_structs_fc in conditional code
2885 guarded by #ifdef PROTOTYPES.
2886
d1fbcd56
AA
28872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2888
2889 * gdb.mi/mi-console.c: Add eye-catcher.
2890 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
2891 instead of literal line number.
2892
b0e59b8f
AA
28932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2894
2895 * gdb.base/shr2.c: Add eye-catcher.
2896 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
2897 line number.
2898
78f98cca
AA
28992014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2900
2901 * gdb.base/jump.c: Add eye-catchers.
2902 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
2903 numbers.
2904
58fa2af0
AA
29052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2906
2907 * gdb.base/execd-prog.c: Add eye-catchers.
2908 * gdb.base/foll-exec.c: Likewise.
2909 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
2910 line numbers.
2911
04e5059b
AA
29122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2913
2914 * gdb.base/ending-run.c: Add eye-catchers.
2915 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
2916 literal line numbers.
2917
dbfdb174
AA
29182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2919
2920 * gdb.base/call-rt-st.c: Add eye-catchers.
2921 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
2922 literal line numbers.
2923
888a2ade
AA
29242014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2925
2926 * gdb.base/call-ar-st.c: Add eye-catchers.
2927 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
2928 literal line numbers.
2929
6acc2dde
AA
29302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2931
2932 * gdb.base/average.c: Add eye-catchers.
2933 * gdb.base/sum.c: Likewise.
2934 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
2935 regexps dynamically.
2936
9ecfcd1d
AA
29372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2938
2939 * gdb.base/solib1.c: Add eye-catchers.
2940 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
2941 literal line numbers.
2942
78708b7c
PA
29432014-11-12 Pedro Alves <palves@redhat.com>
2944
2945 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
2946 leader has exited.
2947
af48d08f
PA
29482014-11-12 Pedro Alves <palves@redhat.com>
2949
2950 * gdb.arch/i386-bp_permanent.c: New file.
2951 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
2952 (srcfile): Set to i386-bp_permanent.c.
2953 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
2954 that stepi does not execute the 'leave' instruction, instead of
2955 testing it does execute.
2956 * gdb.base/bp-permanent.c: New file.
2957 * gdb.base/bp-permanent.exp: New file.
2958
af3768e9
DE
29592014-11-10 Doug Evans <xdje42@gmail.com>
2960
2961 PR symtab/17564
2962 * gdb.base/symtab-search-order.exp: New file.
2963 * gdb.base/symtab-search-order.c: New file.
2964 * gdb.base/symtab-search-order-1.c: New file.
2965 * gdb.base/symtab-search-order-shlib-1.c: New file.
2966
9de00a4a
PA
29672014-11-07 Pedro Alves <palves@redhat.com>
2968
2969 PR gdb/17511
2970 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
2971 i?86-*-linux*.
2972
e0f52461
SC
29732014-11-03 Siva Chandra Reddy <sivachandra@google.com>
2974
2975 PR c++/17494
2976 * gdb.cp/pr17494.cc: New file.
2977 * gdb.cp/pr17494.exp: New file.
2978
6ce8c980
YQ
29792014-11-02 Yao Qi <yao@codesourcery.com>
2980
2981 * gdb.python/python.exp: Get working directory and match the
2982 output of "set extended-prompt \\w " with it.
2983
02be9a71
DE
29842014-10-30 Doug Evans <dje@google.com>
2985
2986 * gdb.python/py-objfile.exp: Add tests for setting random attributes
2987 in objfiles.
2988 * gdb.python/py-progspace.exp: Add tests for setting random attributes
2989 in progspaces.
2990
3bdff46b
LM
29912014-10-30 Janis Johnson <janisjo@codesourcery.com>
2992
2993 * gdb.base/fullpath-expand.exp: Skip for a remote host.
2994 * gdb.base/realname-expand.exp: Likewise.
2995 * gdb.linespec/macro-relative.exp: Likewise.
2996
ab917dfb
PA
29972014-10-29 Pedro Alves <palves@redhat.com>
2998
2999 PR gdb/17408
3000 * gdb.threads/schedlock.c (some_function): New function.
3001 (call_function): New global.
3002 (MAYBE_CALL_SOME_FUNCTION): New macro.
3003 (thread_function): Call it.
3004 * gdb.threads/schedlock.exp (get_args): Add description parameter,
3005 and use it instead of a global counter. Adjust all callers.
3006 (get_current_thread): Use "find current thread" for test message
3007 here rather than having all callers pass down the same string.
3008 (goto_loop): New procedure, factored out from ...
3009 (my_continue): ... this.
3010 (step_ten_loops): Change parameter from test message to command to
3011 use. Adjust.
3012 (list_count): Delete global.
3013 (check_result): New procedure, factored out from duplicate top
3014 level code.
3015 (continue tests): Wrap in with_test_prefix.
3016 (test_step): New procedure, factored out from duplicate top level
3017 code.
3018 (top level): Test "step" in combination with all scheduler-locking
3019 modes. Test "next" in combination with all scheduler-locking
3020 modes, and in combination with stepping over a function call or
3021 not.
3022 * gdb.threads/next-bp-other-thread.c: New file.
3023 * gdb.threads/next-bp-other-thread.exp: New file.
3024
d3d4baed
PA
30252014-10-29 Pedro Alves <palves@redhat.com>
3026
3027 PR python/17372
3028 * gdb.python/python.exp: Test a multi-line command that spawns
3029 interactive Python.
3030 * gdb.base/multi-line-starts-subshell.exp: New file.
3031
563e8d85
YQ
30322014-10-29 Yao Qi <yao@codesourcery.com>
3033
3034 * gdb.base/fileio.exp: Make directories on host.
3035
0ea4d52e
YQ
30362014-10-29 Yao Qi <yao@codesourcery.com>
3037
3038 * gdb.base/fileio.c (test_write): Close the file.
3039
7f5ef605
PA
30402014-10-28 Pedro Alves <palves@redhat.com>
3041
3042 PR gdb/12623
3043 * gdb.base/sigstep.c (no_handler): New global.
3044 (main): If 'no_handler is true, set the signal handlers to
3045 SIG_IGN.
3046 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
3047 with_sw_watch and no_handler parameters. Handle them.
3048 (top level) <stepping over handler when stopped at a breakpoint
3049 test>: Add a test axis for testing with a software watchpoint, and
3050 another for testing with the signal handler set to SIG_IGN.
3051 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
3052 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
3053
abbdbd03
PA
30542014-10-28 Pedro Alves <palves@redhat.com>
3055
3056 PR gdb/17511
3057 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
3058 * gdb.base/sigstep.exp (other_handler_location): New global.
3059 (advance): Support stepping into the signal handler, and running
3060 commands while in the handler.
3061 (in_handler_map): New global.
3062 (top level): In the advance test, add combinations for getting
3063 into the handler with stepping commands, and for running commands
3064 in the handler. Add comment descripting the advancei tests.
3065
1df4399f
PA
30662014-10-28 Pedro Alves <palves@redhat.com>
3067
3068 * gdb.base/sigstep.exp: Use build_executable instead of
3069 prepare_for_testing.
3070 (top level): Move code that starts GDB, runs to main and creates a
3071 display to ...
3072 (restart): ... this new procedure.
3073 (top level): Move backtrace from signal handler test to ...
3074 (validate_backtrace): ... this new procedure.
3075 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
3076 with_test_prefix. Always restart GDB.
3077 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
3078 with_test_prefix. Always restart GDB. No need to delete
3079 breakpoints after the test.
3080 (test_skip_handler): Remove prefix parameter.
3081 (skip_over_handler, breakpoint_to_handler)
3082 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
3083 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
3084 restart GDB. No need to delete breakpoints after the test.
3085 (top level): Use foreach to call the test procedures with
3086 different commands.
3087
a5b6e449
PA
30882014-10-28 Pedro Alves <palves@redhat.com>
3089
3090 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
3091 instead of GNATS numbers.
3092 * gdb.base/sigbpt.exp: Likewise.
3093 * gdb.base/siginfo.exp: Likewise.
3094 * gdb.base/sigstep.exp: Likewise.
3095
e5f8a7cc
PA
30962014-10-27 Pedro Alves <palves@redhat.com>
3097
3098 * gdb.base/sigstep.c (dummy): New global.
3099 (main): Issue a couple writes to the new global.
3100 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
3101 procedures.
3102 (skip_over_handler): Use test_skip_handler.
3103 (top level): Call skip_over_handler for stepi and nexti too.
3104 (breakpoint_over_handler): Use test_skip_handler.
3105 (top level): Call breakpoint_over_handler for stepi and nexti too.
3106
763905a3
YQ
31072014-10-27 Yao Qi <yao@codesourcery.com>
3108
3109 * gdb.trace/tfile.c (adjust_function_address)
3110 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
3111 function descriptor.
3112
6f259a23
DB
31132014-10-24 Don Breazeal <donb@codesourcery.com>
3114
3115 * gdb.base/foll-fork.exp (test_follow_fork,
3116 catch_fork_child_follow): Check for updated fork messages emitted
3117 from infrun.c.
3118 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
3119 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
3120 vfork_and_exec_child_follow_through_step): Check for updated vfork
3121 messages emitted from infrun.c.
3122
09dd9a69
PA
31232014-10-24 Pedro Alves <palves@redhat.com>
3124
3125 * gdb.base/corefile.exp: Remove references to ultrix.
3126 * gdb.base/interrupt.exp: Likewise.
3127 * gdb.base/whatis.exp: Likewise.
3128 * gdb.gdb/selftest.exp: Likewise.
3129 * gdb.threads/manythreads.exp: Likewise.
3130 * gdb.threads/print-threads.exp: Likewise.
3131 * gdb.threads/pthreads.exp:: Likewise.
3132 * gdb.threads/schedlock.exp: Likewise.
3133
3433cfa5
SC
31342014-10-24 Siva Chandra Reddy <sivachandra@google.com>
3135
3136 * gdb.cp/non-trivial-retval.cc: Add a test case.
3137 * gdb.cp/non-trivial-retval.exp: Add a test.
3138
092f880b
YQ
31392014-10-20 Yao Qi <yao@codesourcery.com>
3140
3141 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
3142 * gdb.python/py-objfile-script-gdb.py: New file.
3143 * gdb.python/py-objfile-script.exp: Update reference to
3144 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
3145 of remote_download. Remove the dest file.
3146
acbdb7f3
YQ
31472014-10-20 Yao Qi <yao@codesourcery.com>
3148
3149 * gdb.base/checkpoint.exp: Don't remove file copied on host.
3150 * gdb.base/step-line.exp: Likewise.
3151 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3152 * gdb.dwarf2/dw2-basic.exp: Likewise.
3153 * gdb.dwarf2/dw2-compressed.exp: Likewise.
3154 * gdb.dwarf2/dw2-filename.exp: Likewise.
3155 * gdb.dwarf2/dw2-intercu.exp: Likewise.
3156 * gdb.dwarf2/dw2-intermix.exp: Likewise.
3157 * gdb.dwarf2/dw2-producer.exp: Likewise.
3158 * gdb.dwarf2/mac-fileno.exp: Likewise.
3159 * gdb.python/py-frame-args.exp: Likewise.
3160 * gdb.python/py-framefilter.exp: Likewise.
3161 * gdb.python/py-mi.exp: Likewise.
3162 * gdb.python/py-objfile-script.exp: Likewise
3163 * gdb.python/py-pp-integral.exp: Likewise.
3164 * gdb.python/py-pp-re-notag.exp: Likewise.
3165 * gdb.python/py-prettyprint.exp: Likewise.
3166 * gdb.python/py-section-script.exp: Likewise.
3167 * gdb.python/py-typeprint.exp: Likewise.
3168 * gdb.python/py-xmethods.exp: Likewise.
3169 * gdb.stabs/weird.exp: Likewise.
3170 * gdb.xml/tdesc-regs.exp: Likewise.
3171
bd286a29
KCY
31722014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
3173
3174 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
3175 (out_cu): Use addr_len for the size of addresses.
3176 (out_line): Likewise. Size DW_LNE_set_address instruction
3177 according to addr_len.
3178 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
3179 (FUNC): Add START_INSNS to definition.
3180
673dc4a0
YQ
31812014-10-18 Yao Qi <yao@codesourcery.com>
3182
3183 * gdb.base/argv0-symlink.exp: Check argv[0] value if
3184 gdb_has_argv0 return true.
3185 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
3186 check [target_info exists noargs], check [gdb_has_argv0]
3187 instead.
3188 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3189 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
3190 procedures.
3191
4ffbba72
DE
31922014-10-17 Doug Evans <dje@google.com>
3193
3194 * gdb.python/py-events.exp: Update expected output for clear_objfiles
3195 event.
3196 * gdb.python/py-events.py: Add clear_objfiles event.
3197
d096d8c1
DE
31982014-10-17 Doug Evans <dje@google.com>
3199
3200 * gdb.python/py-objfile.exp: Test progspace attribute.
3201
a80db015
LM
32022014-10-17 Luis Machado <lgustavo@codesourcery.com>
3203
3204 * gdb.guile/scm-breakpoint.exp: Do not assume any
3205 directory separators when matching source file paths.
3206 * gdb.python/py-breakpoint.exp: Likewise.
3207 * gdb.reverse/break-precsave.exp: Likewise.
3208 * gdb.reverse/break-reverse.exp: Likewise.
3209 * gdb.reverse/consecutive-precsave.exp: Likewise.
3210 * gdb.reverse/finish-precsave.exp: Likewise.
3211 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
3212 * gdb.reverse/finish-reverse.exp: Likewise.
3213 * gdb.reverse/i386-precsave.exp: Likewise.
3214 * gdb.reverse/i387-env-reverse.exp: Likewise.
3215 * gdb.reverse/i387-stack-reverse.exp: Likewise.
3216 * gdb.reverse/machinestate-precsave.exp: Likewise.
3217 * gdb.reverse/machinestate.exp: Likewise.
3218 * gdb.reverse/sigall-precsave.exp: Likewise.
3219 * gdb.reverse/solib-precsave.exp: Likewise.
3220 * gdb.reverse/step-precsave.exp: Likewise.
3221 * gdb.reverse/until-precsave.exp: Likewise.
3222 * gdb.reverse/watch-precsave.exp: Likewise.
3223 * gdb.reverse/watch-reverse.exp: Likewise.
3224
b22089ab
YQ
32252014-10-17 Yao Qi <yao@codesourcery.com>
3226
3227 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
3228 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
3229
6c4486e6
PA
32302014-10-17 Pedro Alves <palves@redhat.com>
3231
3232 PR gdb/17471
3233 * gdb.base/bg-execution-repeat.c: New file.
3234 * gdb.base/bg-execution-repeat.exp: New file.
3235
0ff33695
PA
32362014-10-17 Pedro Alves <palves@redhat.com>
3237
3238 PR gdb/17300
3239 * gdb.base/continue-all-already-running.c: New file.
3240 * gdb.base/continue-all-already-running.exp: New file.
3241
6fdebc3d
PA
32422014-10-17 Pedro Alves <palves@redhat.com>
3243
3244 PR gdb/17472
3245 * gdb.base/annota-input-while-running.c: New file.
3246 * gdb.base/annota-input-while-running.exp: New file.
3247
32a8097b
PA
32482014-10-17 Pedro Alves <palves@redhat.com>
3249
3250 * gdb.base/callfuncs.exp: emove references to osf.
3251 * gdb.base/sigall.exp: Likewise.
3252 * gdb.gdb/selftest.exp: Likewise.
3253 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
3254 * gdb.mi/non-stop.c: Likewise.
3255 * gdb.mi/pthreads.c: Likewise.
3256 * gdb.reverse/sigall-precsave.exp: Likewise.
3257 * gdb.reverse/sigall-reverse.exp: Likewise.
3258 * gdb.threads/pthreads.c: Likewise.
3259 * gdb.threads/pthreads.exp: Likewise.
3260
7a3517ff
YQ
32612014-10-17 Yao Qi <yao@codesourcery.com>
3262
3263 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
3264 check 'target_info exists noargs'.
3265 (test_command_prompt_position): Likewise.
3266 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
3267 Remove "set args".
3268 (progvar_simple_while_test): Likewise.
3269 (progvar_complex_if_while_test): Likewise.
3270 (if_while_breakpoint_command_test): Likewise.
3271 (infrun_breakpoint_command_test): Likewise.
3272 (breakpoint_command_test): Likewise.
3273 (watchpoint_command_test): Likewise.
3274 (bp_deleted_in_command_test): Likewise.
3275 (temporary_breakpoint_commands): Likewise.
3276
bb99c472
YQ
32772014-10-16 Yao Qi <yao@codesourcery.com>
3278
3279 * gdb.base/remotetimeout.exp: Remove noargs checking.
3280
7c16b83e
PA
32812014-10-15 Pedro Alves <palves@redhat.com>
3282
3283 PR breakpoints/9649
3284 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
3285 * gdb.base/breakpoint-in-ro-region.exp
3286 (probe_target_hardware_step): New procedure.
3287 (top level): Probe hardware stepping and hardware breakpoint
3288 support. Test stepping through a read-only region, with both
3289 "breakpoint auto-hw" on and off and both "always-inserted" on and
3290 off.
3291
35a49624
IB
32922014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
3293
3294 * gdb.dlang/demangle.exp: Update for demangling changes.
3295
2d1c107c
SC
32962014-10-15 Siva Chandra Reddy <sivachandra@google.com>
3297
3298 * gdb.cp/non-trivial-retval.cc: Add new test cases.
3299 * gdb.cp/non-trivial-retval.exp: Add new tests.
3300
778811d5
SC
33012014-10-15 Siva Chandra Reddy <sivachandra@google.com>
3302
3303 PR c++/13403
3304 PR c++/15154
3305 * gdb.cp/non-trivial-retval.cc: New file.
3306 * gdb.cp/non-trivial-retval.exp: New file.
3307
10c5f0a8
YQ
33082014-10-15 Yao Qi <yao@codesourcery.com>
3309
3310 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
3311 remote host.
3312
65d7b369
YQ
33132014-10-15 Yao Qi <yao@codesourcery.com>
3314
3315 * gdb.python/py-symbol.exp: Match file base name if host is
3316 remote, otherwise match file name with dir name.
3317 * gdb.python/py-symtab.exp: Likewise.
3318 * gdb.python/python.exp: Likewise.
3319
46dc1394
YQ
33202014-10-15 Yao Qi <yao@codesourcery.com>
3321
3322 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
3323 pattern.
3324 * gdb.python/py-symtab.exp: Likewise.
3325 * gdb.python/python.exp: Remove trailing ".*". Fix typo
3326 locationn.
3327
c40cc657
JB
33282014-10-14 Joel Brobecker <brobecker@adacore.com>
3329
3330 * gdb.ada/addr_arith: New testcase.
3331
2abf49e1
MR
33322014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
3333
3334 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
3335 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
3336 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
3337 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
3338
f7088df3
SDJ
33392014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
3340
3341 * gdb.arch/stap-eval-lang-ada.S: Likewise.
3342 * gdb.arch/stap-eval-lang-ada.c: Likewise.
3343 * gdb.arch/stap-eval-lang-ada.exp: New file.
3344
4dc06805
YQ
33452014-10-14 Yao Qi <yao@codesourcery.com>
3346
3347 * gdb.mi/mi-var-child.c (nothing1): New function.
3348 (nothing2): New function.
3349 (do_children_tests): Set function pointers by nothing1 and
3350 nothing2.
3351 * gdb.mi/mi-var-child.exp: Step over new added statements.
3352 Update test to match the new output.
3353 * gdb.mi/var-cmd.c (nothing1): New function.
3354 (nothing2): New function.
3355 (do_children_tests): Set function pointers by nothing1 and
3356 nothing2.
3357 * gdb.mi/mi-var-display.exp: Update test to match output.
3358 Step to the line specified by $line_dct_nothing.
3359 Increase the number of lines to step.
3360
46a93de2
YQ
33612014-10-14 Yao Qi <yao@codesourcery.com>
3362
3363 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
3364 tests.
3365 * gdb.mi/mi2-var-child.exp: Likewise.
3366
14ea52ee
DE
33672014-10-13 Doug Evans <dje@google.com>
3368
3369 * gdb.python/py-objfile.exp: Change name of file name test.
3370
e5c6e92b
DE
33712014-10-13 Doug Evans <dje@google.com>
3372
3373 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
3374 from the start of the CU.
3375
c780cc2f
JK
33762014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3377 Yao Qi <yao@codesourcery.com>
3378
3379 Fix "save breakpoints" for "catch" command.
3380 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
3381 Remove -nonewline. Match also the added "main" line.
3382
99894e11
JK
33832014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3384
3385 Fix "save breakpoints" for "disable $bpnum" command.
3386 * gdb.base/save-bp.c (main): Add label.
3387 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
3388
6e1ac5a3
JK
33892014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3390
3391 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
3392
754dd2b0
YQ
33932014-10-11 Yao Qi <yao@codesourcery.com>
3394
3395 * gdb.server/server-kill.exp: Execute command
3396 "set remote trace-status-packet on" before "tstatus".
3397
f90183d7
YQ
33982014-10-11 Yao Qi <yao@codesourcery.com>
3399
3400 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
3401 (main): Call getppid.
3402 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
3403 and continue to it. Read variable "server_pid".
3404
bf40a607
YQ
34052014-10-11 Yao Qi <yao@codesourcery.com>
3406
3407 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
3408
052ca370
YQ
34092014-10-11 Yao Qi <yao@codesourcery.com>
3410
3411 * gdb.threads/thread-find.exp: Don't execute command
3412 "info threads".
3413 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
3414 * gdb.threads/linux-dp.exp: Don't check the condition
3415 $threads_created equals to zero.
3416
3831839c
PA
34172014-10-10 Pedro Alves <palves@redhat.com>
3418
3419 * gdb.base/bigcore.exp: Remove references to IRIX.
3420 * gdb.base/funcargs.exp: Likewise.
3421 * gdb.base/interrupt.exp: Likewise.
3422 * gdb.base/mips_pro.exp: Likewise.
3423 * gdb.base/nodebug.exp: Likewise.
3424 * gdb.base/setvar.exp: Likewise.
3425 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
3426
8b9a549d
PA
34272014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3428 Pedro Alves <palves@redhat.com>
3429
3430 PR symtab/14466
3431 * gdb.base/vdso-warning.c: New file.
3432 * gdb.base/vdso-warning.exp: New file.
3433
d48ba5e8
DE
34342014-10-02 Doug Evans <dje@google.com>
3435
3436 * gdb.base/structs.c (main): Don't run forever.
3437
2278c276
PA
34382014-10-02 Pedro Alves <palves@redhat.com>
3439
3440 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
3441 (top level) <stop threads 1, stop threads 2>: Use it.
3442
b57bacec
PA
34432014-10-02 Pedro Alves <palves@redhat.com>
3444
3445 * gdb.threads/break-while-running.exp (test): Add new
3446 'update_thread_list' argument. Skip "info threads" if false.
3447 (top level): Add new 'update_thread_list' axis.
3448
13fd3ff3
PA
34492014-10-02 Pedro Alves <palves@redhat.com>
3450
3451 PR breakpoints/17431
3452 * gdb.base/execl-update-breakpoints.c: New file.
3453 * gdb.base/execl-update-breakpoints.exp: New file.
3454
0fec99e8
PA
34552014-10-01 Pedro Alves <palves@redhat.com>
3456
3457 * gdb.base/breakpoint-in-ro-region.c: New file.
3458 * gdb.base/breakpoint-in-ro-region.exp: New file.
3459
2ddf4301
SM
34602014-10-01 Simon Marchi <simon.marchi@ericsson.com>
3461
3462 * gdb.mi/mi-exit-code.exp: New file.
3463 * gdb.mi/mi-exit-code.c: New file.
3464
6a5f3f43
YQ
34652014-09-30 Yao Qi <yao@codesourcery.com>
3466
3467 * lib/prelink-support.exp (build_executable_own_libs): Error if
3468 the target isn't native.
3469
345bcc73
YQ
34702014-09-30 Yao Qi <yao@codesourcery.com>
3471
3472 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
3473 false.
3474
a25a5a45
PA
34752014-09-22 Pedro Alves <palves@redhat.com>
3476
3477 * gdb.threads/break-while-running.exp: New file.
3478 * gdb.threads/break-while-running.c: New file.
3479
00ba3162
YQ
34802014-09-19 Yao Qi <yao@codesourcery.com>
3481
3482 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
3483 Invoke test. Restart GDB with --readnow and invoke test again.
3484
c3b7b696
YQ
34852014-09-19 Yao Qi <yao@codesourcery.com>
3486
3487 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
3488 proc set_breakpoint_on_gcd_function. Invoke
3489 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
3490 invoke set_breakpoint_on_gcd_function again.
3491
2b4fd423
DE
34922014-09-18 Doug Evans <dje@google.com>
3493
3494 * gdb.dwarf2/symtab-producer.exp: New file.
3495
a5947601
SDJ
34962014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3497
3498 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
3499 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
3500 * gdb.base/global-var-nested-by-dso.c: Likewise.
3501 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3502
91c19059
SDJ
35032014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3504 Pedro Alves <palves@redhat.com>
3505
3506 * gdb.base/watch-bitfields.exp: Pass string other than test file
3507 name to prepare_for_testing.
3508 (watch): New procedure.
3509 (expect_watchpoint): Use with_test_prefix.
3510 (top level): Factor out tests to ...
3511 (test_watch_location, test_regular_watch): ... these new
3512 procedures, and use with_test_prefix and gdb_continue_to_end.
3513
bb9d5f81
PP
35142014-09-16 Patrick Palka <patrick@parcs.ath.cx>
3515
3516 PR breakpoints/12526
3517 * gdb.base/watch-bitfields.exp: New file.
3518 * gdb.base/watch-bitfields.c: New file.
3519
635856f5
PA
35202014-09-16 Pedro Alves <palves@redhat.com>
3521
3522 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
3523 software and hardware addresses, not software address against
3524 itself.
3525
7280ceea
PA
35262014-09-16 Pedro Alves <palves@redhat.com>
3527
3528 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
3529 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
3530
428b16bd
PA
35312014-09-16 Pedro Alves <palves@redhat.com>
3532
3533 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
3534 files.
3535 * gdb.base/a2-run.exp: Remove all code guarded by istarget
3536 "*-*-vxworks*" throughout.
3537 * gdb.base/break.exp: Likewise.
3538 * gdb.base/default.exp: Likewise.
3539 * gdb.base/scope.exp: Likewise.
3540 * gdb.base/sepdebug.exp: Likewise.
3541 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
3542 throughout.
3543 * gdb.base/run.c: Likewise.
3544 * gdb.base/sepdebug.c: Likewise.
3545 * gdb.hp/gdb.aCC/run.c: Likewise.
3546 * gdb.reverse/until-reverse.c: Likewise.
3547 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
3548
666d413c
YQ
35492014-09-16 Yao Qi <yao@codesourcery.com>
3550
3551 * boards/local-remote-host-native.exp: New file.
3552
57cbd724
DE
35532014-09-14 Doug Evans <xdje42@gmail.com>
3554
3555 * gdb.threads/queue-signal.c (thread_count): New variable.
3556 (thread_count_mutex, thread_count_condvar): New variables.
3557 (incr_thread_count, wait_all_threads_running): New functions.
3558 (main): Wait for all threads to be in their thread functions.
3559
81219e53
DE
35602014-09-13 Doug Evans <xdje42@gmail.com>
3561
3562 * gdb.threads/queue-signal.c: New file.
3563 * gdb.threads/queue-signal.exp: New file.
3564
3714cea7
DE
35652014-09-13 Doug Evans <xdje42@gmail.com>
3566
3567 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
3568 be consistent with what default_gdb_init uses.
3569 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
3570 the plain text of the prompt. Add some logging printfs.
3571 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
3572
fa43b1d7
PA
35732014-09-12 Pedro Alves <palves@redhat.com>
3574
3575 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
3576 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
3577 * gdb.arch/i386-size-overlap.exp: Likewise.
3578 * gdb.arch/i386-size.exp: Likewise.
3579 * gdb.arch/i386-unwind.exp: Likewise.
3580 * gdb.base/a2-run.exp: Likewise.
3581 * gdb.base/break.exp: Likewise.
3582 * gdb.base/charset.exp: Likewise.
3583 * gdb.base/chng-syms.exp: Likewise.
3584 * gdb.base/commands.exp: Likewise.
3585 * gdb.base/dbx.exp: Likewise.
3586 * gdb.base/find.exp: Likewise.
3587 * gdb.base/funcargs.exp: Likewise.
3588 * gdb.base/jit-simple.exp: Likewise.
3589 * gdb.base/reread.exp: Likewise.
3590 * gdb.base/sepdebug.exp: Likewise.
3591 * gdb.base/step-bt.exp: Likewise.
3592 * gdb.cp/mb-inline.exp: Likewise.
3593 * gdb.cp/mb-templates.exp: Likewise.
3594 * gdb.objc/basicclass.exp: Likewise.
3595 * gdb.threads/killed.exp: Likewise.
3596
9d9bf2df
EBM
35972014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3598
3599 PR tdep/17379
3600 * gdb.arch/powerpc-stackless.S: New file.
3601 * gdb.arch/powerpc-stackless.exp: New file.
3602
1cf2f1b0
JK
36032014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3604
3605 * gdb.base/attach.c: Include unistd.h.
3606 (main): Call alarm. Add label postloop.
3607 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
3608 gdb_breakpoint, gdb_continue_to_breakpoint.
3609 (test_command_line_attach_run): Kill ${testpid} in one exit path.
3610
98880d46
PA
36112014-09-11 Pedro Alves <palves@redhat.com>
3612
3613 PR gdb/17347
3614 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
3615 * gdb.base/attach.exp (test_command_line_attach_run): New
3616 procedure.
3617 (top level): Call it.
3618
4c92ff2c
PA
36192014-09-11 Pedro Alves <palves@redhat.com>
3620
3621 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
3622 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
3623 (do_command_attach_tests): Use spawn_wait_for_attach.
3624 * gdb.base/solib-overlap.exp: Likewise.
3625 * gdb.multi/multi-attach.exp: Likewise.
3626 * gdb.python/py-prompt.exp: Likewise.
3627 * gdb.python/py-sync-interp.exp: Likewise.
3628 * gdb.server/ext-attach.exp: Likewise.
3629
3adc1a7d
GKB
36302014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
3631
3632 * gdb.fortran/array-element.exp: Remove unexpected "continue"
3633 command in testcase. Simplify testcase.
3634
96334934
JB
36352014-09-10 Joel Brobecker <brobecker@adacore.com>
3636
3637 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
3638
eb479039
JB
36392014-09-10 Joel Brobecker <brobecker@adacore.com>
3640
3641 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
3642
deede10c
JB
36432014-09-10 Joel Brobecker <brobecker@adacore.com>
3644
3645 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
3646
7828a5f5
JB
36472014-09-10 Joel Brobecker <brobecker@adacore.com>
3648
3649 * gdb.dwarf2/dynarr-ptr.c: New file.
3650 * gdb.dwarf2/dynarr-ptr.exp: New file.
3651
33aeebcf
MR
36522014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3653
3654 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
3655 of 30 rather than hardcoding 120 for a slow test case. Take the
3656 `gdb,timeout' target setting into account for this calculation.
3657 Don't extend the timeout for the test cases that don't need it.
3658
7b415901
MR
36592014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3660
3661 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
3662 a factor of 2 for a slow test case. Take the `gdb,timeout'
3663 target setting into account for this calculation.
3664 * gdb.reverse/until-precsave.exp: Increase the timeout by
3665 a factor of 15 and 3 respectively rather than adding 120
3666 for a pair of slow test cases. Take the `gdb,timeout'
3667 target setting into account for this calculation.
3668
4a40f85a
MR
36692014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3670
3671 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
3672 timeout, don't pass one down to gdb_expect.
3673 (gdb_expect): Rework timeout selection.
3674
09635af7
MR
36752014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3676
3677 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
3678 exception on timeout.
3679 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
3680 (gdbserver_start_extended): Catch any `gdbserver_start' error
3681 exceptions.
3682 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
3683 * lib/mi-support.exp (mi_gdb_target_load): Catch any
3684 `gdbserver_gdb_load' error exceptions.
3685
2bdd10b7
MR
36862014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3687
3688 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
3689 120 on waiting for the TCP socket to open.
3690
316935f0
DE
36912014-09-09 Doug Evans <xdje42@gmail.com>
3692
3693 * gdb.base/default.exp (show_conv_list): Add _caller_is,
3694 _caller_matches, _any_caller_is, _any_caller_matches.
3695
83740597
DE
36962014-09-09 Doug Evans <xdje42@gmail.com>
3697
3698 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
3699
4c122fc3
YQ
37002014-09-09 Yao Qi <yao@codesourcery.com>
3701
3702 * gdb.mi/mi-var-display.exp: Set print symbol off.
3703
a9f116cb
GKB
37042014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
3705
3706 PR gdb/17035
3707 * gdb.base/commands.exp: Add tests to verify user-defined
3708 commands with empty bodies.
3709 * gdb.python/py-cmd.exp: Test that we don't show user-defined
3710 python commands in `show user command`.
3711 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
3712 scheme commands in `show user command`.
3713
c75bd3a2
JK
37142014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3715
3716 PR python/17355
3717 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
3718 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
3719 * gdb.python/py-framefilter-invalidarg.exp: New file.
3720 * gdb.python/py-framefilter-invalidarg.py: New file.
3721
faa42425
DE
37222014-09-06 Doug Evans <xdje42@gmail.com>
3723
3724 PR 15276
3725 * gdb.python/py-caller-is.c: New file.
3726 * gdb.python/py-caller-is.exp: New file.
3727
474ca4f6
SDJ
37282014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
3729
3730 PR gdb/17235
3731 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
3732 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
3733
eb0b0463
SDJ
37342014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
3735
3736 PR fortran/17237
3737 * gdb.fortran/print-formatted.exp: New file.
3738 * gdb.fortran/print-formatted.f90: Likewise.
3739
5f3b99cf
SS
37402014-09-03 Sasha Smundak <asmundak@google.com>
3741
3742 * gdb.python/py-frame.exp: Test Frame.read_register.
3743
7d793aa9
SDJ
37442014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
3745
3746 PR python/16699
3747 * gdb.python/py-completion.exp: New file.
3748 * gdb.python/py-completion.py: Likewise.
3749
fb0576e9
DE
37502014-08-28 Doug Evans <dje@google.com>
3751
3752 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
3753 eax,etc. are live with values set by gdb and thus the compiler can't
3754 use them.
3755 * gdb.arch/i386-pseudo.c (main): Ditto.
3756
ee92b0dd
DE
37572014-08-27 Doug Evans <dje@google.com>
3758
3759 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
3760
6649db35
DE
37612014-08-25 Doug Evans <dje@google.com>
3762
3763 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
3764 (main): Ditto.
3765
564b7600
DE
37662014-08-25 Doug Evans <dje@google.com>
3767
3768 * gdb.threads/thread-execl.exp: #include <stdio.h>.
3769
3881fb67
YQ
37702014-08-24 Yao Qi <yao@codesourcery.com>
3771
3772 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
3773 symbol off.
3774 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
3775
a05a36a5
DE
37762014-08-22 Doug Evans <dje@google.com>
3777
3778 PR 17276
3779 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
3780 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
3781 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
3782
7c343b48
YQ
37832014-08-22 Yao Qi <yao@codesourcery.com>
3784
3785 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
3786 * gdb.python/py-finish-breakpoint2.exp: Likewise.
3787 * gdb.python/python.exp: Likewise. Use .py file on the host
3788 instead of the build.
3789
22fd09ae
JK
37902014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3791
3792 * gdb.threads/gcore-stale-thread.c: New file.
3793 * gdb.threads/gcore-stale-thread.exp: New file.
3794
a8454a7c
PA
37952014-08-21 Pedro Alves <palves@redhat.com>
3796
3797 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
3798 * gdb.base/gcore-relro-pie.exp: Likewise.
3799 * gdb.base/gcore-relro.exp: Likewise.
3800 * gdb.base/gcore.exp: Likewise.
3801 * gdb.base/print-symbol-loading.exp: Likewise.
3802 * gdb.threads/gcore-thread.exp: Likewise.
3803 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
3804
2a31c623
PA
38052014-08-20 Pedro Alves <palves@redhat.com>
3806 Jan Kratochvil <jan.kratochvil@redhat.com>
3807
3808 * Makefile.in (EXTRA_RULES, CC): New variables, get from
3809 configure.
3810 (EXPECT): Handle READ1 being set.
3811 (all): Depend on EXTRA_RULES.
3812 (check-read1, expect-read1, read1.so, read1): New rules.
3813 * README (Testsuite Parameters): Document the READ1 make variable.
3814 (Race detection): New section.
3815 * configure: Regenerate.
3816 * configure.ac: If build==host==target, and running under a
3817 GNU/glibc system, add read1 to the extra Makefile rules.
3818 (EXTRA_RULES): AC_SUBST it.
3819 * lib/read1.c: New file.
3820
d36430db
JB
38212014-08-20 Joel Brobecker <brobecker@adacore.com>
3822
3823 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
3824 the handling of variables declared as a typedef to an array
3825 which a DW_AT_data_location attribute.
3826
9a0dc9e3
PA
38272014-08-19 Andrew Burgess <aburgess@broadcom.com>
3828 Pedro Alves <palves@redhat.com>
3829
3830 PR symtab/14604
3831 PR symtab/14605
3832 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
3833 gdb_test.
3834
0718a8da
PA
38352014-08-19 Pedro Alves <palves@redhat.com>
3836
3837 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
3838
13b448cd
YQ
38392014-08-19 Yao Qi <yao@codesourcery.com>
3840
3841 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
3842 right line.
3843
1cbf5077
DB
38442014-08-18 David Blaikie <dblaikie@gmail.com>
3845
3846 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
3847
bf0fae19
JB
38482014-08-18 Joel Brobecker <brobecker@adacore.com>
3849
3850 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
3851 attribute in array range.
3852
3c8c5dcc
JB
38532014-08-18 Joel Brobecker <brobecker@adacore.com>
3854
3855 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
3856
e66d4446
SC
38572014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3858
3859 PR c++/17132
3860 * gdb.cp/pr17132.cc: New file.
3861 * gdb.cp/pr17132.exp: New file.
3862
940df408
SC
38632014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3864
3865 * gdb.python/py-xmethods.py (A_getarrayind)
3866 (E_method_char_worker.__call__, E_method_int_worker.__call__):
3867 Use 'print' with function call syntax.
3868 (E_method_matcher.match): Fix tab vs space indentation mixup.
3869
ebcc6c3a
YQ
38702014-08-15 Yao Qi <yao@codesourcery.com>
3871
3872 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
3873 false.
3874
775e0f04
YQ
38752014-08-15 Yao Qi <yao@codesourcery.com>
3876
3877 * gdb.cp/casts.exp: Set print symbol off.
3878 * gdb.cp/class2.exp: Likewise.
3879 * gdb.cp/overload.exp: Likewise.
3880 * gdb.cp/templates.exp: Likewise.
3881
d769e349
DE
38822014-08-11 Doug Evans <dje@google.com>
3883
3884 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3885 (test_load_shlib): Update.
3886
20c6f1e1
YQ
38872014-08-09 Yao Qi <yao@codesourcery.com>
3888
3889 * gdb.base/display.exp: Invoke is_address_zero_readable.
3890 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
3891 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3892 * gdb.base/hbreak-unmapped.exp: Return if
3893 is_address_zero_readable returns true.
3894 * gdb.base/signest.exp: Likewise.
3895 * gdb.base/signull.exp: Likewise.
3896 * gdb.base/sigbpt.exp: Likewise.
3897 * gdb.guile/scm-disasm.exp: Do the test if
3898 is_address_zero_readable returns false.
3899 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
3900 * gdb.python/py-arch.exp: Likewise.
3901 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
3902 * lib/gdb.exp (is_address_zero_readable): New proc.
3903
5792e8e3
YQ
39042014-08-09 Yao Qi <yao@codesourcery.com>
3905
3906 PR testsuite/13443
3907 * gdb.mi/mi-var-display.exp: Make test messages unique.
3908
3cecbbbe
TT
39092014-08-04 Tom Tromey <tromey@redhat.com>
3910
3911 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
3912 target 0".
3913
00b51ff5
TT
39142014-08-04 Tom Tromey <tromey@redhat.com>
3915
3916 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
3917 "target_resume".
3918
6908c509
JB
39192014-08-01 Joel Brobecker <brobecker@adacore.com>
3920
3921 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
3922 inner_vla_struct_object_size.
3923 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
3924 as xfail.
3925
cc6563d2
PA
39262014-07-30 Pedro Alves <palves@redhat.com>
3927
3928 * gdb.threads/signal-command-handle-nopass.exp (test): Add
3929 comment.
3930
7e09a223
YQ
39312014-07-29 Yao Qi <yao@codesourcery.com>
3932
3933 PR gdb/17206
3934 * gdb.base/until-nodebug.exp: New.
3935
7ebdbe92
DE
39362014-07-28 Doug Evans <xdje42@gmail.com>
3937
3938 PR guile/17203
3939 * gdb.guile/scm-parameter.exp: Add tests for trying to create
3940 previously existing parameter, and previously ambiguously spelled
3941 parameter.
3942
fdb1adc6
WN
39432014-07-28 Will Newton <will.newton@linaro.org>
3944
3945 * gdb.base/varargs.exp: Remove KFAILs for ARM.
3946
186fcde0
DE
39472014-07-26 Ludovic Courtès <ludo@gnu.org>
3948 Doug Evans <xdje42@gmail.com>
3949
3950 PR guile/17146
3951 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
3952
70509625
PA
39532014-07-25 Pedro Alves <palves@redhat.com>
3954
3955 * gdb.threads/signal-command-handle-nopass.c: New file.
3956 * gdb.threads/signal-command-handle-nopass.exp: New file.
3957 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
3958 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
3959 * gdb.threads/signal-delivered-right-thread.c: New file.
3960 * gdb.threads/signal-delivered-right-thread.exp: New file.
3961
c3f814a1
PA
39622014-07-25 Pedro Alves <palves@redhat.com>
3963
3964 * gdb.base/double-prompt-target-event-error.exp
3965 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
3966 match.
3967 (cancel_pagination_in_target_event): Rework double prompt
3968 detection.
3969 * gdb.base/paginate-after-ctrl-c-running.exp
3970 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
3971 <return>' match.
3972 * gdb.base/paginate-bg-execution.exp
3973 (test_bg_execution_pagination_return)
3974 (test_bg_execution_pagination_cancel): Remove '-notransfer
3975 <return>' matches.
3976 * gdb.base/paginate-execution-startup.exp
3977 (test_fg_execution_pagination_return)
3978 (test_fg_execution_pagination_cancel): Remove '-notransfer
3979 <return>' matches.
3980 * gdb.base/paginate-inferior-exit.exp
3981 (test_paginate_inferior_exited): Remove '-notransfer <return>'
3982 match.
3983 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
3984 * lib/gdb.exp (pagination_prompt): Run text through
3985 string_to_regexp.
3986 (gdb_test_multiple): Match $pagination_prompt instead of
3987 "<return>".
3988 (string_to_regexp): Move to lib/gdb-utils.exp.
3989
e214cf6c
JK
39902014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3991
3992 * gdb.arch/amd64-entry-value-paramref.S: New file.
3993 * gdb.arch/amd64-entry-value-paramref.cc: New file.
3994 * gdb.arch/amd64-entry-value-paramref.exp: New file.
3995 * gdb.arch/amd64-optimout-repeat.S: New file.
3996 * gdb.arch/amd64-optimout-repeat.c: New file.
3997 * gdb.arch/amd64-optimout-repeat.exp: New file.
3998
17d0c5c8
JK
39992014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4000
4001 PR gdb/17170
4002 * gdb.base/statistics.exp: New file.
4003
b8b8facf
DE
40042014-07-17 Doug Evans <dje@google.com>
4005
74b49205 4006 PR gdb/17170
b8b8facf
DE
4007 * gdb.base/maint.exp: Update testing of per-command stats.
4008
1b5d0ab3
PA
40092014-07-16 Pedro Alves <palves@redhat.com>
4010
4011 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
4012 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
4013 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
4014 (tfile_write_buf): New functions.
4015 (add_memory_block): Rewrite using the above.
4016 (adjust_function_address): New function.
4017 (FUNCTION_ADDRESS): New macro.
4018 (write_basic_trace_file): Remove short_x local, and use
4019 tfile_write_16. Change type of func_addr local to unsigned long
4020 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
4021 here. Cast argument of add_memory_block to char pointer.
4022 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
4023 (main): Remove parameters.
4024 * gdb.trace/tfile.exp: Remove nowarnings.
4025
4d974e88
SM
40262014-07-15 Simon Marchi <simon.marchi@ericsson.com>
4027
4028 * gdb.base/debug-expr.exp: Test string evaluation with
4029 "debug expression" on.
4030
41e99568
PA
40312014-07-15 Pedro Alves <palves@redhat.com>
4032
4033 * gdb.base/reread.exp: Use clean_restart.
4034
487d9753
PL
40352014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
4036
4037 * gdb.arch/avr-flash-qualifer.c: New.
4038 * gdb.arch/avr-flash-qualifer.exp: New.
4039
cc1c52ad
PA
40402014-07-14 Pedro Alves <palves@redhat.com>
4041
4042 * gdb.base/paginate-after-ctrl-c-running.c: New file.
4043 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
4044
1e973570
PA
40452014-07-14 Pedro Alves <palves@redhat.com>
4046
4047 * gdb.base/double-prompt-target-event-error.c: New file.
4048 * gdb.base/double-prompt-target-event-error.exp: New file.
4049
93d6eb10
PA
40502014-07-14 Pedro Alves <palves@redhat.com>
4051
4052 PR gdb/17072
4053 * gdb.base/paginate-inferior-exit.c: New file.
4054 * gdb.base/paginate-inferior-exit.exp: New file.
4055
0017922d
PA
40562014-07-14 Pedro Alves <palves@redhat.com>
4057
4058 PR gdb/17072
4059 * gdb.base/paginate-bg-execution.c: New file.
4060 * gdb.base/paginate-bg-execution.exp: New file.
4061
94696ad3
PA
40622014-07-14 Pedro Alves <palves@redhat.com>
4063
4064 PR gdb/17072
4065 * gdb.base/paginate-execution-startup.c: New file.
4066 * gdb.base/paginate-execution-startup.exp: New file.
4067 * lib/gdb.exp (pagination_prompt): New global.
4068 (default_gdb_spawn): New procedure, factored out from
4069 default_gdb_spawn.
4070 (default_gdb_start): Adjust to call default_gdb_spawn.
4071 (gdb_spawn): New procedure.
4072
bd293940
PA
40732014-07-14 Pedro Alves <palves@redhat.com>
4074
4075 * lib/gdb.exp (gdb_assert): New procedure.
4076 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
4077
c933f875
PA
40782014-07-14 Pedro Alves <palves@redhat.com>
4079
4080 * gdb.base/execution-termios.c: New file.
4081 * gdb.base/execution-termios.exp: New file.
4082
d98b7a16
TT
40832014-07-14 Tom Tromey <tromey@redhat.com>
4084
4085 * gdb.cp/vla-cxx.cc: New file.
4086 * gdb.cp/vla-cxx.exp: New file.
4087
548740d6
TT
40882014-07-14 Tom Tromey <tromey@redhat.com>
4089
4090 * gdb.reverse/rerun-prec.c: New file.
4091 * gdb.reverse/rerun-prec.exp: New file.
4092
a25eb028
MR
40932014-07-12 Maciej W. Rozycki <macro@mips.com>
4094 Maciej W. Rozycki <macro@codesourcery.com>
4095
4096 * lib/gdb-utils.exp: New file.
4097 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
4098 inline `gdb_init_command' processing.
4099 (gdb_start_cmd): Likewise.
4100 * lib/mi-support.exp (mi_run_cmd): Likewise.
4101 * README: Document `gdb_init_command' and `gdb_init_commands'.
4102
218c2655
JK
41032014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4104
4105 Fix false FAIL running under a very long directory name.
4106 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
4107 and "set print elements 10000". Twice.
4108
5401fde3
YQ
41092014-07-11 Yao Qi <yao@codesourcery.com>
4110
4111 * gdb.base/exprs.exp: "set print symbol off".
4112
e76126e8
PA
41132014-07-11 Pedro Alves <palves@redhat.com>
4114
4115 * gdb.threads/kill.c: New file.
4116 * gdb.threads/kill.exp: New file.
4117
2d6f0de6
YQ
41182014-07-10 Yao Qi <yao@codesourcery.com>
4119
4120 * gdb.trace/tfile.c (write_basic_trace_file)
4121 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
4122 address written to trace file.
4123
7180e04a
PA
41242014-07-09 Pedro Alves <palves@redhat.com>
4125
4126 * gdb.base/attach-wait-input.exp: New file.
4127 * gdb.base/attach-wait-input.c: New file.
4128
9a9a7608
AB
41292014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4130
4131 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
4132 setting up test structures.
4133 (main): Call new test function.
4134 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
4135 test function, continue into test function and walk test
4136 structures.
4137
161ac41e
YQ
41382014-07-02 Yao Qi <yao@codesourcery.com>
4139
4140 * gdb.trace/entry-values.c: Define labels 'foo_start' and
4141 'bar_start' at the beginning of functions 'foo' and 'bar'
4142 respectively.
4143 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
4144 instead of 'foo' and 'bar'.
4145
1f267ae3
MM
41462014-07-08 Markus Metzger <markus.t.metzger@intel.com>
4147
4148 * gdb.btrace/segv.exp: New.
4149 * gdb.btrace/segv.c: New.
4150
2b239efb
LM
41512014-07-02 Luis Machado <lgustavo@codesourcery.com>
4152
4153 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
4154 instruction.
4155
cf363f18
MW
41562014-06-30 Mark Wielaard <mjw@redhat.com>
4157
4158 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
4159 vulture, vilify, villar): New volatile array constants.
4160 (vindictive, vegetation): New const volatile array constants.
4161 * gdb.base/volatile.exp: Test volatile and const volatile array
4162 types.
4163
aebf9d24
AA
41642014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
4165
4166 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
4167 target lacks support for awatch, rwatch, or hbreak.
4168
b67a2c6f
YQ
41692014-06-27 Yao Qi <yao@codesourcery.com>
4170
4171 * gdb.multi/dummy-frame-restore.exp: New.
4172 * gdb.multi/dummy-frame-restore.c: New.
4173
aef92902
MM
41742014-06-25 Markus Metzger <markus.t.metzger@intel.com>
4175
4176 * gdb.btrace/gcore.exp: New.
4177
8e9db26e
PA
41782014-06-23 Pedro Alves <palves@redhat.com>
4179
4180 * gdb.base/watchpoint-reuse-slot.c: New file.
4181 * gdb.base/watchpoint-reuse-slot.exp: New file.
4182
70afc5b7
SC
41832014-06-23 Siva Chandra Reddy <sivachandra@google.com>
4184
4185 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
4186 progspace's filename in 'info', 'enable' and 'disable' command
4187 tests.
4188
b972bd9c
JK
41892014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4190
4191 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
4192 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4193 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
4194
125f8a3d
GB
41952014-06-20 Gary Benson <gbenson@redhat.com>
4196
4197 * gdb.arch/i386-avx.exp: Fix include file location.
4198 * gdb.arch/i386-sse.exp: Likewise.
4199
3ed9baed
IB
42002014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
4201
4202 * gdb.dlang/expression.exp: New file.
4203
034f788c
PA
42042014-06-19 Pedro Alves <palves@redhat.com>
4205
4206 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
4207 out from ...
4208 (top level): ... here. Iterate running tests under different
4209 scheduler-locking settings.
4210
45371d0c
LM
42112014-06-18 Luis Machado <lgustavo@codesourcery.com>
4212
4213 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
4214 to DW_FORM_addr and use non-zero addresses.
4215
5d376983
SC
42162014-06-18 Siva Chandra Reddy <sivachandra@google.com>
4217
4218 PR gdb/17017
4219 * gdb.python/py-xmethods.cc: Add global function call counters and
4220 increment them in their respective functions. Remove "cout"
4221 statements.
4222 * gdb.python/py-xmethods.exp: Make tests check the global function
4223 call counters instead of depending on inferior IO.
4224
a1aa2221
LM
42252014-06-18 Don Breazeal <donb@codesourcery.com>
4226
4227 * gdb.base/foll-fork.exp (default_fork_parent_follow):
4228 Deleted procedure.
4229 (explicit_fork_parent_follow): Deleted procedure.
4230 (explicit_fork_child_follow): Deleted procedure.
4231 (test_follow_fork): New procedure.
4232 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 4233 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
4234 procedure calls.
4235
0fc05997
YQ
42362014-06-17 Yao Qi <yao@codesourcery.com>
4237
4238 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
4239 CP1252.
4240
70795c52
LM
42412014-06-17 Luis Machado <lgustavo@codesourcery.com>
4242
4243 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
4244 Initialize ptr and S explicitly.
4245 (skip_type_update_when_not_use_rtti_test): Likewise.
4246
6be47f0c
KS
42472014-06-16 Keith Seitz <keiths@redhat.com>
4248
4249 PR mi/15863
4250 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
4251 the inferior is started.
4252
d03de421
PA
42532014-06-16 Pedro Alves <palves@redhat.com>
4254
4255 * gdb.base/break-main-file-remove-fail.c: New file.
4256 * gdb.base/break-main-file-remove-fail.exp: New file.
4257 * gdb.base/break-unload-file.exp: Use build_executable instead of
4258 prepare_for_testing.
4259 (test_break): New parameter "initial_load". Handle it.
4260 (top level): Add initial_load cmdline/file axis.
4261
f9579b99
TT
42622014-06-12 Tom Tromey <tromey@redhat.com>
4263
4264 * gdb.base/completion.exp: Don't use directory name in test.
4265
3657956b
GB
42662014-06-09 Gary Benson <gbenson@redhat.com>
4267
4268 * gdb.base/sigall.c [Functions to send signals]: Reorder to
4269 separate the always-available ANSI-standard signals from the
4270 signals that require checking.
4271 (main): Likewise.
4272 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
4273 Likewise.
4274 (main): Likewise.
4275
4186eb54
KS
42762014-06-07 Keith Seitz <keiths@redhat.com>
4277
4278 Revert:
4279 PR c++/16253
4280 * gdb.cp/var-tag.cc: New file.
4281 * gdb.cp/var-tag.exp: New file.
4282 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4283 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4284 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4285 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4286
25326a28 42872014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
4288
4289 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
4290
829155c9
PA
42912014-06-06 Pedro Alves <palves@redhat.com>
4292
4293 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
4294 in target debug output instead of looking at RSP packets,
4295 disabling the test on any target that uses hardware stepping.
4296 Update comments.
4297
61c8d22e
PA
42982014-06-06 Pedro Alves <palves@redhat.com>
4299
4300 * gdb.base/break-unload-file.exp: Fix typo.
4301
d9a47287
YQ
43022014-06-06 Yao Qi <yao@codesourcery.com>
4303
4304 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
4305 from "jit_function" to "^jit_function".
4306
e5e01dbf
YQ
43072014-06-06 Yao Qi <yao@codesourcery.com>
4308
4309 * gdb.base/async.c (foo): Add one statement.
4310 * gdb.base/async.exp: Get the next instruction address and
4311 match the output of "nexti" by instruction address. Match
4312 the hex address in the output of "finish".
4313
73ba372c
GB
43142014-06-06 Gary Benson <gbenson@redhat.com>
4315
4316 * gdb.base/call-signals.c: Remove preprocessor conditionals
4317 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
4318 SIGSEGV and SIGTERM.
4319 * gdb.base/sigall.c: Likewise.
4320 * gdb.base/unwindonsignal.c: Likewise.
4321 * gdb.reverse/sigall-reverse.c: Likewise.
4322
831517df
YQ
43232014-06-06 Yao Qi <yao@codesourcery.com>
4324
4325 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
4326 readable, skip the test.
4327
b8b91e98
YQ
43282014-06-06 Yao Qi <yao@codesourcery.com>
4329
4330 * gdb.threads/staticthreads.c (thread_function): Move the line
4331 setting breakpoint on forward.
4332 * gdb.threads/staticthreads.exp: Update comments.
4333
fb934770
LC
43342014-06-05 Ludovic Courtès <ludo@gnu.org>
4335
4336 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
4337 "history-append! type error".
4338
6ef284bd
SM
43392014-06-05 Simon Marchi <simon.marchi@ericsson.com>
4340
4341 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
4342 erroneous dprintf expected input.
4343
a872e241
DE
43442014-06-04 Doug Evans <xdje42@gmail.com>
4345
4346 * gdb.guile/scm-generics.exp: Delete.
4347
16f691fb
DE
43482014-06-04 Doug Evans <xdje42@gmail.com>
4349
4350 * gdb.guile/scm-breakpoint.exp: Update.
4351 Add tests for breakpoint registration.
4352
012370f6
TT
43532014-06-04 Tom Tromey <tromey@redhat.com>
4354
4355 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
4356 VLA-in-union.
4357 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
4358 inner_vla_struct, vla_union types. Initialize objects of those
4359 types and compute their sizes.
4360
9f5a4cef
HZ
43612014-06-04 Nathan Sidwell <nathan@codesourcery.com>
4362 Hui Zhu <hui@codesourcery.com>
4363
4364 * gdb.base/fileio.exp: Add test for shell not available as well as
4365 available.
4366 * gdb.base/fileio.c (test_system): Check for shell twice.
4367
90a45c4d
YQ
43682014-06-04 Yao Qi <yao@codesourcery.com>
4369
4370 * gdb.base/auto-connect-native-target.exp: Remove redundant
4371 space from the regexp pattern.
4372
70017e41
YQ
43732014-06-04 Yao Qi <yao@codesourcery.com>
4374
4375 * gdb.base/default.exp: Replace "child" with "native" in
4376 regexp pattern.
4377
883964a7
SC
43782014-06-03 Siva Chandra Reddy <sivachandra@google.com>
4379
4380 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
4381 * gdb.python/py-xmethods.exp: New tests to test xmethods.
4382 * gdb.python/py-xmethods.py: Python script supporting the
4383 new testcase and tests.
4384
ef370185
JB
43852014-06-03 Joel Brobecker <brobecker@adacore.com>
4386 Pedro Alves <palves@redhat.com>
4387
4388 PR breakpoints/17000
4389 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
4390 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
4391
1e2ccb61
BM
43922014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
4393
4394 * gdb.base/subst.exp: Add tests to verify partial path matching
4395 output.
4396
c6ec5ab2
PA
43972014-06-03 Pedro Alves <palves@redhat.com>
4398
4399 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
4400 target that doesn't use software single-stepping.
4401
835c559f
PA
44022014-06-03 Pedro Alves <palves@redhat.com>
4403
4404 PR breakpoints/17000
4405 * gdb.base/sss-bp-on-user-bp-2.c: New file.
4406 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
4407
06eb1586
DE
44082014-06-02 Doug Evans <xdje42@gmail.com>
4409
4410 * gdb.guile/scm-parameter.exp: New file.
4411
e698b8c4
DE
44122014-06-02 Doug Evans <xdje42@gmail.com>
4413
4414 * gdb.guile/scm-cmd.c: New file.
4415 * gdb.guile/scm-cmd.exp: New file.
4416
ded03782
DE
44172014-06-02 Doug Evans <xdje42@gmail.com>
4418
4419 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
4420 pretty-printer lookup.
4421 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
4422 (make-pp_s-printer): Call it.
4423 (make-pretty-printer-from-dict): New function.
4424 (lookup-pretty-printer-maker-from-dict): New function.
4425 (*pretty-printer*): Simplify.
4426 (make-objfile-pp_s-printer): New function.
4427 (install-objfile-pretty-printers!): New function.
4428 (make-progspace-pp_s-printer): New function.
4429 (install-progspace-pretty-printers!): New function.
4430 * gdb.guile/scm-progspace.c: New file.
4431 * gdb.guile/scm-progspace.exp: New file.
4432
41fac0cf
PA
44332014-06-02 Pedro Alves <palves@redhat.com>
4434
4435 * gdb.base/dprintf-bp-same-addr.c: New file.
4436 * gdb.base/dprintf-bp-same-addr.exp: New file.
4437
96ae5695
EBM
44382014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4439
4440 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
4441 * gdb.arch/powerpc-power.s: Likewise.
4442
da02b3a8
JB
44432014-06-02 Joel Brobecker <brobecker@adacore.com>
4444
4445 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
4446
c72b2e7b
YQ
44472014-06-01 Yao Qi <yao@codesourcery.com>
4448
4449 * gdb.base/watchpoint.exp (test_watch_location): Check null
4450 pointer can be dereferenced. If not, do the test, otherwise
4451 skip it.
4452
53e8a631
AB
44532014-05-30 Andrew Burgess <aburgess@broadcom.com>
4454
4455 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
4456 results.
4457 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
4458
938f0e2f
AB
44592014-05-30 Andrew Burgess <aburgess@broadcom.com>
4460
4461 * gdb.arch/amd64-invalid-stack-middle.S: New file.
4462 * gdb.arch/amd64-invalid-stack-middle.c: New file.
4463 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
4464 * gdb.arch/amd64-invalid-stack-top.c: New file.
4465 * gdb.arch/amd64-invalid-stack-top.exp: New file.
4466
9ba6657a
PA
44672014-05-30 Pedro Alves <palves@redhat.com>
4468
4469 PR breakpoints/17000
4470 * gdb.base/sss-bp-on-user-bp.c: New file.
4471 * gdb.base/sss-bp-on-user-bp.exp: New file.
4472
522c09bf
DB
44732014-05-30 David Blaikie <dblaikie@gmail.com>
4474
4475 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
4476 gnu_inline semantics via attribute.
4477 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
4478 source explicitly specifies the required semantics.
4479
bf4ef81e
MR
44802014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
4481
4482 * gdb.reverse/sigall-reverse.exp: Fix a typo.
4483
329ea579
PA
44842014-05-29 Pedro Alves <palves@redhat.com>
4485 Tom Tromey <tromey@redhat.com>
4486
4487 * gdb.base/async-shell.exp: Don't enable target-async.
4488 * gdb.base/async.exp
4489 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
4490 parameter. Adjust.
4491 (top level): Don't test with "target-async".
4492 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
4493 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
4494 * gdb.base/inferior-died.exp: Don't enable target-async.
4495 * gdb.base/interrupt-noterm.exp: Likewise.
4496 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
4497 * gdb.mi/mi-nonstop-exit.exp: Likewise.
4498 * gdb.mi/mi-nonstop.exp: Likewise.
4499 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
4500 * gdb.mi/mi-nsintrall.exp: Likewise.
4501 * gdb.mi/mi-nsmoribund.exp: Likewise.
4502 * gdb.mi/mi-nsthrexec.exp: Likewise.
4503 * gdb.mi/mi-watch-nonstop.exp: Likewise.
4504 * gdb.multi/watchpoint-multi.exp: Adjust comment.
4505 * gdb.python/py-evsignal.exp: Don't enable target-async.
4506 * gdb.python/py-evthreads.exp: Likewise.
4507 * gdb.python/py-prompt.exp: Likewise.
4508 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
4509 * gdb.server/solib-list.exp: Don't enable target-async.
4510 * gdb.threads/thread-specific-bp.exp: Likewise.
4511 * lib/mi-support.exp: Adjust to use mi-async.
4512
fd664c91
PA
45132014-05-29 Pedro Alves <palves@redhat.com>
4514
4515 PR gdb/13860
4516 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
4517 reason, even in sync mode.
4518
251bde03
PA
45192014-05-29 Pedro Alves <palves@redhat.com>
4520 Hui Zhu <hui@codesourcery.com>
4521
4522 PR PR15693
4523 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
4524 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
4525 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
4526 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
4527
7f3c0343
JB
45282014-05-28 Joel Brobecker <brobecker@adacore.com>
4529
4530 * config/monitor.exp (gdb_target_monitor): Replace use of
4531 "set remotebaud" by "set serial baud".
4532
b2715b27
AW
45332014-05-26 Andy Wingo <wingo@igalia.com>
4534
4535 * gdb.guile/scm-breakpoint.exp:
4536 * gdb.guile/scm-gsmob.exp: Update to use plain old object
4537 properties instead of gdb-object-properties.
4538
498a4489
YQ
45392014-05-26 Yao Qi <yao@codesourcery.com>
4540
4541 * gdb.server/no-thread-db.exp: Specify source file name
4542 explicitly when setting a breakpoint.
4543
589fdceb
MM
45442014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4545
4546 * gdb.btrace/vdso.c: New.
4547 * gdb.btrace/vdso.exp: New.
4548
e9089e05
MM
45492014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4550
4551 * gdb.base/gcore.exp (capture_command_output): Move ...
4552 * lib/gdb.exp (capture_command_output): ... here.
4553
67b5c0c1
MM
45542014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4555
4556 * gdb.btrace/data.exp: Test memory access during btrace replay.
4557
a2199296
SM
45582014-05-22 Simon Marchi <simon.marchi@ericsson.com>
4559
4560 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
4561
17b2616c
PA
45622014-05-21 Pedro Alves <palves@redhat.com>
4563
4564 PR gdb/13860
4565 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
4566 (top level): Test that output related to execution commands is
4567 sent to the console with CLI commands, but not with MI commands.
4568 Test that breakpoint events are always mirrored to the console.
4569 Also expect the new source line to be output after a "next" in
4570 async mode too. Make it a pass/fail test.
4571 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
4572 output.
4573 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
4574
5166082f
PA
45752014-05-21 Pedro Alves <palves@redhat.com>
4576
4577 * gdb.base/list.exp (build_pattern, test_list): New procedures.
4578 Use them to test variations of "list" after reaching a breakpoint.
4579 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
4580 Test "list" with listsize 10 after reaching a breakpoint.
4581 * gdb.python/python.exp (decode_line current location line
4582 number): Adjust expected line number.
4583
2f25d70f
SM
45842014-05-21 Simon Marchi <simon.marchi@ericsson.com>
4585
4586 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
4587 behavior for $args, pass it directly to "run".
4588
ff604a67
MR
45892014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
4590
4591 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
4592 30000 to 65536.
4593
6a3cb8e8
PA
45942014-05-21 Pedro Alves <palves@redhat.com>
4595
4596 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
4597 auto-connect-native-target off".
4598 * gdb.base/auto-connect-native-target.c: New file.
4599 * gdb.base/auto-connect-native-target.exp: New file.
4600
4ebfc96e
PA
46012014-05-21 Pedro Alves <palves@redhat.com>
4602
4603 * gdb.base/default.exp: Test "target native" instead of "target
4604 child".
4605
36d46afb
MW
46062014-05-21 Mark Wielaard <mjw@redhat.com>
4607
4608 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
4609
5876f503
JK
46102014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4611
4612 Fix TLS access for -static -pthread.
4613 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
4614 <HAVE_TLS> (thread_function, main): Initialize it.
4615 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
4616 Add clean_restart.
4617 <$have_tls != "">: Check TLSVAR.
4618
0256a6ac
PA
46192014-05-21 Pedro Alves <palves@redhat.com>
4620
4621 * gdb.base/dcache-line-read-error.c: New.
4622 * gdb.base/dcache-line-read-error.exp: New.
4623
936d2992
PA
46242014-05-20 Pedro Alves <palves@redhat.com>
4625
4626 * gdb.base/compare-sections.c: New file.
4627 * gdb.base/compare-sections.exp: New file.
4628
802e8e6d
PA
46292014-05-20 Pedro Alves <palves@redhat.com>
4630
4631 * gdb.base/break-idempotent.c: New file.
4632 * gdb.base/break-idempotent.exp: New file.
4633
e59fa00f
MM
46342014-05-20 Markus Metzger <markus.t.metzger@intel.com>
4635
4636 * gdb.btrace/nohist.exp: New.
4637
8b696e31
YQ
46382014-05-20 Yao Qi <yao@codesourcery.com>
4639
4640 * lib/gdb.exp (gdb_init): Set timeout if test file is under
4641 gdb.reverse directory and gdb_reverse_timeout exists in board
4642 setting.
4643 * README: Document gdb_reverse_timeout.
4644
73c9764f
YQ
46452014-05-20 Yao Qi <yao@codesourcery.com>
4646
4647 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
4648 'test_file_name'. Treat args as a string instead of a list.
4649 (gdb_init): Rename argument 'args' by 'test_file_name'.
4650
f1f4348a
JK
46512014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4652
4653 * gdb.arch/powerpc-power.exp: New file.
4654 * gdb.arch/powerpc-power.s: New file.
4655
0dbe70ce
DE
46562014-05-16 Doug Evans <dje@google.com>
4657
4658 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
4659 * gdb.base/completion.exp: Check that all expected files exist
4660 before doing file completion.
0dbe70ce 4661
8d551b02
DE
46622014-05-16 Doug Evans <dje@google.com>
4663
4664 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
4665 Update.
4666 (do_syscall_tests_without_xml): Update.
4667
73eb7709
PA
46682014-05-16 Pedro Alves <palves@redhat.com>
4669
4670 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
4671 instead of "unknown output after running".
4672
3fae92fc
YQ
46732014-05-16 Yao Qi <yao@codesourcery.com>
4674
4675 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
4676 file1.txt from host at the end.
4677 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4678
c2b2ccc5
DE
46792014-05-15 Doug Evans <dje@google.com>
4680
4681 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
4682 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
4683 loading file. Add test for TU lookup.
4684
8c217a4b
SM
46852014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4686
4687 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
4688 calling "-exec-arguments" or "set args" before running the
4689 inferior.
4690
3deb39c6
SM
46912014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4692
4693 * lib/mi-support.exp (mi_expect_stop): Expect message for
4694 inferiors that exit with non-zero exit code.
4695
71a79f8c
YQ
46962014-05-14 Yao Qi <yao@codesourcery.com>
4697
4698 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
4699 match absolute path on remote host.
4700 (test_file_list_exec_source_files): Remove "/" from the
4701 pattern.
4702
f23fcd46
YQ
47032014-05-14 Yao Qi <yao@codesourcery.com>
4704
4705 * boards/local-remote-host-notty.exp (${board}_file): New
4706 proc.
4707
9404b58f
KM
47082014-05-07 Kyle McMartin <kyle@redhat.com>
4709
4710 Pushed by Joel Brobecker <brobecker@adacore.com>.
4711 * gdb.arch/aarch64-atomic-inst.c: New file.
4712 * gdb.arch/aarch64-atomic-inst.exp: New file.
4713
5e45f04c
YQ
47142014-05-07 Yao Qi <yao@codesourcery.com>
4715
4716 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
4717 in current context" too.
4718
c888a17d
KS
47192014-05-05 Keith Seitz <keiths@redhat.com>
4720
4721 * gdb.linespec/ls-dollar.exp: Add test for linespec
4722 file:convenience_variable.
4723
290a839c
YQ
47242014-05-05 Yao Qi <yao@codesourcery.com>
4725
4726 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
4727 traceframes into tfile and ctf trace files. Read data from
4728 trace file and test collected data.
4729 (gdb_collect_locals_test): Likewise.
4730 (gdb_unavailable_registers_test): Likewise.
4731 (gdb_unavailable_floats): Likewise.
4732 (gdb_collect_globals_test): Likewise.
4733 (top-level): Append "ctf" to trace_file_targets if GDB
4734 supports.
4735
b5262cd0
YQ
47362014-05-05 Yao Qi <yao@codesourcery.com>
4737
4738 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
4739 code to ...
4740 (gdb_collect_args_test_1): ... it. New proc.
4741 (gdb_collect_locals_test): Move some code to ...
4742 (gdb_collect_locals_test_1): ... it. New proc.
4743 (gdb_unavailable_registers_test): Move some code to ...
4744 (gdb_unavailable_registers_test_1): ... it. New proc.
4745 (gdb_unavailable_floats): Move some code to ...
4746 (gdb_unavailable_floats_1): ... it. New proc.
4747
30a1e6cc
SDJ
47482014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4749
4750 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
4751 probes to test for bitness recognition.
4752 * gdb.arch/amd64-stap-optional-prefix.exp
4753 (test_probe_value_without_reg): New procedure.
4754 Add code to test for different kinds of bitness.
4755
f33da99a
SDJ
47562014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4757
4758 PR breakpoints/16889
4759 * gdb.arch/amd64-stap-optional-prefix.S: New file.
4760 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4761
5b80f00d
PA
47622014-05-01 Pedro Alves <palves@redhat.com>
4763
4764 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
4765 gdb_file_cmd if no file is specified.
4766 * boards/native-extended-gdbserver.exp (gdb_load): Use the
4767 last_loaded_file to set the remote exec-file.
4768
f8c2a73c
PA
47692014-05-01 Pedro Alves <palves@redhat.com>
4770
4771 * boards/local-remote-host.exp: New file.
4772
be6e8ac7
PA
47732014-05-01 Pedro Alves <palves@redhat.com>
4774
4775 * boards/local-remote-host.exp: Rename to ...
4776 * boards/local-remote-host-notty.exp: ... this.
4777
cac0dc8f
JB
47782014-04-28 Joel Brobecker <brobecker@adacore.com>
4779
4780 * gdb.ada/dyn_arrayidx: New testcase.
4781
9730e6cc
YQ
47822014-04-26 Yao Qi <yao@codesourcery.com>
4783
4784 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
4785 and compute the length of function main. Save it in
4786 $main_length.
4787 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
4788 (top-level): Use gdb_compile to compile objects into
4789 executable and restart GDB. Remove invocation to
4790 prepare_for_testing.
4791
7ae1a6a6
PA
47922014-04-25 Simon Marchi <simon.marchi@ericsson.com>
4793 Pedro Alves <palves@redhat.com>
4794
4795 PR server/16255
4796 * gdb.multi/multi-attach.c: New file.
4797 * gdb.multi/multi-attach.exp: New file.
4798
4082afcc
PA
47992014-04-25 Pedro Alves <palves@redhat.com>
4800
4801 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
4802 user.
4803 (top level): Test that "set remote conditional-breakpoints-packet
4804 off" works as intended.
4805 * gdb.base/dprintf.exp: Test that "set remote
4806 breakpoint-commands-packet off" works as intended.
4807 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
4808 New function.
4809 (top level): Call it.
4810 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
4811 remote fast-tracepoints-packet off" works as intended.
4812 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
4813 * lib/gdb.exp (gdb_is_target_remote): ... here.
4814
2abc3f8d
DB
48152014-04-24 David Blaikie <dblaikie@gmail.com>
4816
4817 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
4818 ensure clang would not discard them.
4819 * gdb.base/gdbvars.c: Ditto.
4820 * gdb.base/memattr.c: Ditto.
4821 * gdb.base/whatis.c: Ditto.
4822 * gdb.python/py-prettyprint.c: Ditto.
4823 * gdb.trace/actions.c: Ditto.
4824 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
4825 ensure clang would not discard it.
4826
bfd39632
DB
48272014-04-24 David Blaikie <dblaikie@gmail.com>
4828
4829 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
4830 clang to emit the full definition of type required by the test
4831 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
4832
22842ff6
DB
48332014-04-24 David Blaikie <dblaikie@gmail.com>
4834
4835 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
4836 coax Clang into emitting the definition of the type.
4837 * gdb.cp/pr10728-x.h (y): Ditto.
4838 * gdb.cp/pr10728-y.cc (y): Ditto.
4839
c2e827ad
DB
48402014-04-24 David Blaikie <dblaikie@gmail.com>
4841
4842 * gdb.base/label.exp: XFAIL label related tests under Clang.
4843 * gdb.cp/cplabel.exp: Ditto.
4844 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
4845 under Clang those using labels.
4846
4c2d33e7
YQ
48472014-04-25 Yao Qi <yao@codesourcery.com>
4848
4849 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
4850 double_label.
4851 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
4852 partial_label and double_label.
4853
56083b99
DB
48542014-04-24 David Blaikie <dblaikie@gmail.com>
4855
4856 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
4857
25d4e99d
DB
48582014-04-24 David Blaikie <dblaikie@gmail.com>
4859
4860 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
4861 of the function to work across GCC and Clang.
4862 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
4863 pointer types (const void ** const V void **).
4864
01f9f808
MS
48652014-04-24 Michael Sturm <michael.sturm@mintel.com>
4866 Walfred Tedeschi <walfred.tedeschi@intel.com>
4867
4868 * Makefile.in (EXECUTABLES): Added i386-avx512.
4869 * gdb.arch/i386-avx512.c: New file.
4870 * gdb.arch/i386-avx512.exp: Likewise.
4871
4b48d439
KS
48722014-04-23 Keith Seitz <keiths@redhat.com>
4873
4874 * lib/mi-support.exp (mi_list_breakpoints): Delete.
4875 (mi_make_breakpoint_table): New procedure.
4876 (mi_create_breakpoint): Use mi_make_breakpoint
4877 and return the result.
4878 (mi_make_breakpoint): New procedure.
4879 (mi_build_kv_pairs): New procedure.
4880
4881 * gdb.mi/mi-break.exp: Remove unused globals,
4882 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
4883 All callers updated.
4884 * gdb.mi/mi-dprintf.exp: Use variable to track command
4885 number.
4886 Update all callers of mi_create_breakpoint and use
4887 mi_make_breakpoint_table.
4888 Remove any unused global variables.
4889 * gdb.mi/mi-nonstop.exp: Likewise.
4890 * gdb.mi/mi-nsintrall.exp: Likewise.
4891 * gdb.mi/mi-nsmoribund.exp: Likewise.
4892 * gdb.mi/mi-nsthrexec.exp: Likewise.
4893 * gdb.mi/mi-reverse.exp: Likewise.
4894 * gdb.mi/mi-simplerun.exp: Likewise.
4895 * gdb.mi/mi-stepn.exp: Likewise.
4896 * gdb.mi/mi-syn-frame.exp: Likewise.
4897 * gdb.mi/mi-until.exp: Likewise.
4898 * gdb.mi/mi-var-cp.exp: Likewise.
4899 * gdb.mi/mi-var-display.exp: Likewise.
4900 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
4901 * gdb.mi/mi2-var-child.exp: Likewise.
4902 * gdb.mi/mi-vla-c99.exp: Likewise.
4903 * lib/mi-support.exp: Likewise.
4904
4905 From Ian Lance Taylor <iant@cygnus.com>:
4906 * lib/gdb.exp (parse_args): New procedure.
4907
08351840
PA
49082014-04-23 Pedro Alves <palves@redhat.com>
4909
4910 * gdb.base/break-unload-file.c: New file.
4911 * gdb.base/break-unload-file.exp: New file.
4912 * gdb.base/sym-file-lib.c (baz): New function.
4913 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
4914 field.
4915 (load): Store the segment's mapped size.
4916 (unload): New function.
4917 (unload_shlib): New function.
4918 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
4919 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
4920 set a breakpoint at baz, and call it.
4921 * gdb.base/sym-file.exp: New tests for stale breakpoint
4922 instructions.
4923
076855f9
PA
49242014-04-23 Pedro Alves <palves@redhat.com>
4925
4926 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
4927 * gdb.base/hbreak-in-shr-unsupported.c: New file.
4928 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
4929 * gdb.base/hbreak-unmapped.c: New file.
4930 * gdb.base/hbreak-unmapped.exp: New file.
4931 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
4932 * lib/gdb.exp (gdb_is_target_remote): ... here.
4933
483805cf
PA
49342014-04-22 Pedro Alves <palves@redhat.com>
4935
4936 * gdb.base/consecutive-step-over.c: New file.
4937 * gdb.base/consecutive-step-over.exp: New file.
4938
06d97543
PA
49392014-04-22 Pedro Alves <palves@redhat.com>
4940
4941 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
4942 instead of send_gdb/gdb_expect.
4943
b4429ea2
YQ
49442014-04-22 Yao Qi <yao@codesourcery.com>
4945
4946 * lib/trace-support.exp (generate_tracefile): New procedure.
4947 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
4948 return 0.
4949 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
4950 if generate_tracefile returns 1.
4951
51d48146
PA
49522014-04-18 Tom Tromey <palves@redhat.com>
4953 Pedro alves <tromey@redhat.com>
4954
4955 PR backtrace/15558
4956 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
4957 with a backtrace limit.
4958 * gdb.python/py-frame-inline.exp: Test running to an inline
4959 function with a backtrace limit, and printing the newest frame.
4960 * gdb.python/py-frame-inline.c (main): Call f.
4961
bd1dce5f
MS
49622014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4963
4964 * gdb.java/jnpe.exp: Drop srcdir from untested path.
4965
40d1a503
MS
49662014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4967
4968 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
4969 Drop prefix from unsupported source file path.
4970
389b98f7
YQ
49712014-04-17 Yao Qi <yao@codesourcery.com>
4972
4973 * lib/gdb.exp (with_target_charset): New proc.
4974 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
4975 with_target_charset.
4976 (test_print_strings): Likewise.
4977 (test_repeat_bytes): Likewise.
4978 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
4979 for some tests.
4980
22869d73
KS
49812014-04-16 Keith Seitz <keiths@redhat.com>
4982
4983 PR gdb/15827
4984 * gdb.dwarf2/corrupt.c: New file.
4985 * gdb.dwarf2/corrupt.exp: New file.
4986
c4f87ca6
KS
49872014-04-16 Keith Seitz <keiths@redhat.com>
4988
4989 PR c++/16597
4990 * gdb.cp/namelessclass.cc: New file.
4991 * gdb.cp/namelessclass.exp: New file.
4992 * gdb.cp/namelessclass.S: New file.
4993
ab19de87
DE
49942014-04-16 Doug Evans <dje@google.com>
4995
4996 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
4997 Add comment.
4998 (gdbserver_default_get_comm_port): New function.
4999 (gdbserver_start): Check if board file provided
5000 "gdbserver,get_comm_port" and use it if so.
5001 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
5002 (gdb,socketport): Set to "stdio".
5003 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
5004 (stdio_gdbserver_template): Delete.
5005 (${board}_get_remote_address): Update.
5006 (${board}_build_remote_cmd): Delete.
5007 (${board}_get_comm_port): New function.
5008 (${board}_spawn): Update.
5009 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
5010 Delete.
5011 (${board}_get_remote_address): Update.
5012 (${board}_get_comm_port): New function.
5013
fc98a809
AB
50142014-04-16 Andrew Burgess <aburgess@broadcom.com>
5015
5016 * gdb.base/memattr.exp: Improve regexps to handle memory regions
5017 appearing in any order.
5018
87fd9e6e
DE
50192014-04-15 Doug Evans <dje@google.com>
5020
5021 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
5022 uninitialized value of "description".
5023
099fc3ea
KS
50242014-04-15 Keith Seitz <keiths@redhat.com>
5025
5026 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
5027 Remove unused globals.
5028 (test_running_the_program): Likewise.
5029 (test_controlled_execution): Likewise.
5030 (test_controlling_breakpoints): Likewise.
5031 (test_program_termination): Likewise.
5032
5da151d4
KS
50332014-04-15 Keith Seitz <keiths@redhat.com>
5034
5035 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
5036 unused globals.
5037 (test_rbreak_creation_and_listing): Likewise.
5038 (test_ignore_count): Likewise.
5039 (test_error): Likewise.
5040
35e5d2f0
PA
50412014-04-15 Pedro Alves <palves@redhat.com>
5042
5043 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
5044 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
5045 sym-file-loader.c.
5046 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
5047 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
5048 to sym-file-loader.c.
5049 (struct library): Forward declare.
5050 (load_shlib, lookup_function): Change prototypes.
5051 (find_shstrtab, find_strtab, find_shdr, find_symtab)
5052 (translate_offset): Remove declarations.
5053 (get_text_addr): New declaration.
5054 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
5055 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
5056 sym-file-loader.h.
5057 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
5058 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
5059 here from sym-file-loader.h.
5060 (struct library): New structure.
5061 (load_shlib, lookup_function): Change prototypes and adjust to
5062 work with a struct library.
5063 (find_shstrtab, find_strtab, find_shdr, find_symtab)
5064 (translate_offset): Make static.
5065 (get_text_addr): New function.
5066 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
5067
eb4c1710
PA
50682014-04-15 Pedro Alves <palves@redhat.com>
5069
5070 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
5071
2d1baf52
PA
50722014-04-15 Pedro Alves <palves@redhat.com>
5073
5074 * gdb.base/sym-file-loader.c: Include <limits.h>.
5075 (SELF_LINK): New define.
5076 (get_origin): New function.
5077 (load_shlib): Use it.
5078 * gdb.base/sym-file.exp: Don't early return if the target is
5079 remote. Use runto_main, and issue fail is that fails. Use
5080 gdb_load_shlibs.
5081 (shlib_name): Delete.
5082 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
5083
7dd6df01
PA
50842014-04-15 Pedro Alves <palves@redhat.com>
5085
5086 * gdb.base/sym-file.exp: Remove regex characters from test
5087 message. Don't refer to breakpoint numbers in test messages.
5088
b50c8614
KS
50892014-04-14 Keith Seitz <keiths@redhat.com>
5090
5091 PR c++/16253
5092 * gdb.cp/var-tag.cc: New file.
5093 * gdb.cp/var-tag.exp: New file.
5094 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
5095 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
5096 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
5097 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
5098
3d567982
TT
50992014-04-14 Tom Tromey <tromey@redhat.com>
5100
5101 * gdb.cp/classes.exp (test_enums): Handle underlying type.
5102 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
5103 type.
5104 * gdb.cp/enum-class.exp: New file.
5105 * gdb.cp/enum-class.cc: New file.
5106
0626fc76
TT
51072014-04-14 Tom Tromey <tromey@redhat.com>
5108
5109 * gdb.dwarf2/enum-type.exp: New file.
5110
dca325b3
SA
51112014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5112
5113 * gdb.mi/mi-vla-c99.exp: New file.
5114 * gdb.mi/vla.c: New file.
5115
5854b38a
SA
51162014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5117
5118 * gdb.base/vla-datatypes.c: New file.
5119 * gdb.base/vla-datatypes.exp: New file.
5120
463bb957
SA
51212014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5122
5123 * gdb.base/vla-ptr.c: New file.
5124 * gdb.base/vla-ptr.exp: New file.
5125
3dd170be
SA
51262014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5127
5128 * gdb.dwarf2/count.exp: New file.
5129
5ecaaa66
SA
51302014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5131
5132 * gdb.base/vla-sideeffect.c: New file.
5133 * gdb.base/vla-sideeffect.exp: New file.
5134
41f1ada5
DB
51352014-04-14 David Blaikie <dblaikie@gmail.com>
5136
5137 * gdb.mi/non-stop.c: Add return value for non-void function return
5138 statement.
5139 * gdb.threads/staticthreads.c: Ditto.
5140
0be03e84
DE
51412014-04-12 Siva Chandra Reddy <sivachandra@google.com>
5142 Doug Evans <xdje42@gmail.com>
5143
5144 * gdb.guile/scm-value.c: Improve test case.
5145 * gdb.guile/scm-value.exp: Add new test.
5146
f180a1fb
DB
51472014-04-11 David Blaikie <dblaikie@gmail.com>
5148
5149 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
5150 override Clang's default.
5151
6b662e19
JB
51522014-04-11 Joel Brobecker <brobecker@adacore.com>
5153
5154 Revert the following changes (regressions):
5155
5156 * gdb.base/vla-sideeffect.c: New file.
5157 * gdb.base/vla-sideeffect.exp: New file.
5158
5159 * gdb.dwarf2/count.exp: New file.
5160
5161 * gdb.base/vla-multi.c: New file.
5162 * gdb.base/vla-multi.exp: New file.
5163
5164 * gdb.base/vla-ptr.c: New file.
5165 * gdb.base/vla-ptr.exp: New file.
5166
5167 * gdb.base/vla-datatypes.c: New file.
5168 * gdb.base/vla-datatypes.exp: New file.
5169
5170 * gdb.mi/mi-vla-c99.exp: New file.
5171 * gdb.mi/vla.c: New file.
5172
245a5f0b
KS
51732014-04-11 Keith Seitz <keiths@redhat.com>
5174
5175 PR c++/16675
5176 * gdb.cp/cpsizeof.exp: New file.
5177 * gdb.cp/cpsizeof.cc: New file.
5178
58a84dcf
SA
51792014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5180
191a8a90
JB
5181 * gdb.mi/mi-vla-c99.exp: New file.
5182 * gdb.mi/vla.c: New file.
58a84dcf 5183
c8655f75
SA
51842014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5185
5186 * gdb.base/vla-datatypes.c: New file.
5187 * gdb.base/vla-datatypes.exp: New file.
5188
024e13b4
SA
51892014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5190
5191 * gdb.base/vla-ptr.c: New file.
5192 * gdb.base/vla-ptr.exp: New file.
5193
1a237e0e
SA
51942014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5195
5196 * gdb.base/vla-multi.c: New file.
5197 * gdb.base/vla-multi.exp: New file.
5198
504f3432
SA
51992014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5200
5201 * gdb.dwarf2/count.exp: New file.
5202
3bce8237
SA
52032014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5204
191a8a90
JB
5205 * gdb.base/vla-sideeffect.c: New file.
5206 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 5207
322f9c21
YQ
52082014-04-11 Yao Qi <yao@codesourcery.com>
5209
5210 * gdb.base/completion.exp: Check file exists before running tests
5211 on file completion.
5212
d708bcd1
PA
52132014-04-10 Pedro Alves <palves@redhat.com>
5214
5215 * gdb.base/cond-eval-mode.c: New file.
5216 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
5217 prepare_for_testing to build the new file. Check result of
5218 runto_main.
5219 (test_break, test_watch): New procedures.
5220 (top level): Use them.
5221
ae1d2761
PM
52222014-04-08 Pierre Muller <muller@sourceware.org>
5223
5224 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
5225 Ctrl-V use for mingw hosts.
5226
7af389b8
SC
52272014-04-07 Siva Chandra Reddy <sivachandra@google.com>
5228
5229 * gdb.python/py-value.c: Improve test case.
5230 * gdb.python/py-value.exp: Add new test.
5231
5e703181
DE
52322014-04-07 David Blaikie <dblaikie@gmail.com>
5233
5234 * lib/compiler.c: Identify the clang compiler.
5235 * lib/compiler.cc: Ditto.
5236
9810b410
YQ
52372014-04-03 Yao Qi <yao@codesourcery.com>
5238
5239 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
5240
98d1b8dc
AB
52412014-04-01 Anton Blanchard <anton@samba.org>
5242
5243 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
5244 messages unique.
5245
3114cea1
AB
52462014-04-01 Anton Blanchard <anton@samba.org>
5247
5248 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
5249 prepare_for_testing.
5250
62f7182c
AB
52512014-04-01 Anton Blanchard <anton@samba.org>
5252
5253 * gdb.arch/ppc64-atomic-inst.c: Remove.
5254 * gdb.arch/ppc64-atomic-inst.S: New file.
5255 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
5256
770e7fc7
DE
52572014-03-31 Doug Evans <dje@google.com>
5258
5259 * gdb.base/print-symbol-loading-lib.c: New file.
5260 * gdb.base/print-symbol-loading-main.c: New file.
5261 * gdb.base/print-symbol-loading.exp: New file.
5262
46e2bafa
YQ
52632014-03-31 Yao Qi <yao@codesourcery.com>
5264
5265 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
5266
8776cfe9
JB
52672014-03-28 Joel Brobecker <brobecker@adacore.com>
5268
5269 * gdb.ada/mi_dyn_arr: New testcase.
5270
5d1ef361
DE
52712014-03-27 Doug Evans <dje@google.com>
5272
5273 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
5274
b5bee914
YQ
52752014-03-27 Yao Qi <yao@codesourcery.com>
5276
5277 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
5278 if target is nios2-*-*.
5279
0d4d0e77
YQ
52802014-03-26 Yao Qi <yao@codesourcery.com>
5281
5282 * lib/gdb.exp (readline_is_used): New proc.
5283 * gdb.base/completion.exp: Move tests on command complete up.
5284 Skip the rest of tests if readline is not used.
5285 * gdb.ada/complete.exp: Skp the test if readline is not
5286 used.
5287 * gdb.base/filesym.exp: Likewise.
5288 * gdb.base/macscp.exp: Likewise.
5289 * gdb.base/readline-ask.exp: Likewise.
5290 * gdb.base/readline.exp: Likewise.
5291 * gdb.python/py-cmd.exp: Likewise.
5292 * gdb.trace/tfile.exp: Likewise.
5293
29361eee
YQ
52942014-03-26 Yao Qi <yao@codesourcery.com>
5295
5296 * gdb.base/macscp.exp: Fix code format issues.
5297
bc9a5525
UW
52982014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
5299
5300 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
5301 * gdb.asm/powerpc64le.inc: New file.
5302
d3839ede
PA
53032014-03-25 Pedro Alves <palves@redhat.com>
5304 Doug Evans <dje@google.com>
5305
5306 * gdb.base/source-execution.c: New file.
5307 * gdb.base/source-execution.exp: New file.
5308 * gdb.base/source-execution.gdb: New file.
5309
01672a57
DE
53102014-03-24 Doug Evans <dje@google.com>
5311
5312 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
5313 using fission.
5314
88bbeca9
HZ
53152014-03-24 Hui Zhu <hui@codesourcery.com>
5316 Pedro Alves <palves@redhat.com>
5317
5318 PR breakpoints/16101
5319 * gdb.base/dprintf.exp: Use unsupported rather than changing the
5320 test pass/fail messages. Detect missing support for dprintf when
5321 breakpoints are actually inserted.
5322 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
5323 breakpoints are actually inserted.
5324 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
5325 fails.
5326
d2348791
JK
53272014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5328
5329 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
5330
feef67ab
DE
53312014-03-22 Doug Evans <xdje42@gmail.com>
5332
5333 * gdb.python/python.exp (python not supported): Verify multi-line
5334 python command issues an error.
25d743f9 5335 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 5336 guile command issues an error.
feef67ab 5337
ecebef6a
MR
53382014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
5339
5340 * gdb.threads/thread-specific.exp: Handle the lack of usable
5341 $this_breakpoint and $this_thread.
5342
ccdd1909
HZ
53432014-03-21 Hui Zhu <hui@codesourcery.com>
5344
5345 * gdb.base/attach.exp (do_command_attach_tests): New.
5346
beb460e8
PA
53472014-03-20 Tom Tromey <tromey@redhat.com>
5348 Pedro Alves <palves@redhat.com>
5349
5350 PR cli/15718
5351 * gdb.base/condbreak-call-false.c: New file.
5352 * gdb.base/condbreak-call-false.exp: New file.
5353
40acf43a
PA
53542014-03-20 Pedro Alves <palves@redhat.com>
5355
5356 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
5357 Delete.
5358 (block_signals, unblock_signals): Delete.
5359 (child_function_2, main): Remove references to deleted variable
5360 and functions.
5361
9f5e1e02
PA
53622014-03-20 Pedro Alves <palves@redhat.com>
5363
5364 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
5365 Use pthread_kill to signal thread 2.
5366 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5367 Adjust to make the test send itself a signal rather than using the
5368 host's "kill" command.
5369
99619bea
PA
53702014-03-20 Pedro Alves <palves@redhat.com>
5371
5372 * gdb.threads/multiple-step-overs.c: New file.
5373 * gdb.threads/multiple-step-overs.exp: New file.
5374 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5375 Adjust expected infrun debug output.
5376
2adfaa28
PA
53772014-03-20 Pedro Alves <palves@redhat.com>
5378
5379 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
5380 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
5381
31e77af2
PA
53822014-03-20 Pedro Alves <palves@redhat.com>
5383
5384 PR breakpoints/7143
5385 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
5386 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
5387 of gdb_test_multiple.
5388 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
5389 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
5390
b9f437de
PA
53912014-03-20 Pedro Alves <palves@redhat.com>
5392
5393 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
5394 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
5395
05adc73e
PA
53962014-03-19 Pedro Alves <palves@redhat.com>
5397
5398 * gdb.base/async.exp: Remove early return.
5399
6048b950
PA
54002014-03-19 Pedro Alves <palves@redhat.com>
5401
5402 * gdb.base/async.exp (step& tests): Pass explicit test messages.
5403
8bcfb00a
PA
54042014-03-19 Pedro Alves <palves@redhat.com>
5405
5406 * gdb.base/async.exp (test_background): Expect \r\n after
5407 "completed." in the fail pattern.
5408
884e37dc
PA
54092014-03-19 Pedro Alves <palves@redhat.com>
5410
5411 * gdb.base/async.exp (test_background): New procedure.
5412 Use it for all background execution command tests.
5413
148e57e2
PA
54142014-03-19 Pedro Alves <palves@redhat.com>
5415
5416 * gdb.base/async.exp: Use prepare_for_testing.
5417
f48088c7
PA
54182014-03-19 Pedro Alves <palves@redhat.com>
5419
5420 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
5421 the same line.
5422
e2f6c966
PA
54232014-03-19 Pedro Alves <palves@redhat.com>
5424
5425 * gdb.base/async.c (main): Add "jump here" and "until here" line
5426 marker comments.
5427 * gdb.base/async.exp (jump_here): New global.
5428 (jump& test): Use it.
5429 (until_here): New global.
5430 (until& test): Use it.
5431
c30568d4
PA
54322014-03-19 Pedro Alves <palves@redhat.com>
5433
5434 * gdb.base/async.exp: Don't frob gdb_protocol.
5435
0172b6a7
DE
54362014-03-18 Doug Evans <xdje42@gmail.com>
5437
5438 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
5439 Fix spelling of exec-done-display.
5440
06c868a8
JK
54412014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5442
5443 PR gdb/15358
5444 * gdb.base/gdb-sigterm.c: New file.
5445 * gdb.base/gdb-sigterm.exp: New file.
5446
0c7e1a46
PA
54472014-03-18 Pedro Alves <palves@redhat.com>
5448
5449 PR gdb/13860
5450 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
5451 * lib/mi-support.exp (mi_expect_stop): Add special handling for
5452 solib-event.
5453
f7c77d93
JB
54542014-03-17 Joel Brobecker <brobecker@adacore.com>
5455
5456 * gdb.ada/pckd_arr_ren: New testcase.
5457
5a1e8c7a
DE
54582014-03-13 Doug Evans <xdje42@gmail.com>
5459
5460 PR guile/16612
5461 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
5462 collect after discarding symbols.
5463
350e1a76
DE
54642014-03-13 Ludovic Courtès <ludo@gnu.org>
5465 Doug Evans <xdje42@gmail.com>
5466
5467 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
5468 to history survives a gc.
5469
a69900ae
PA
54702014-03-13 Pedro Alves <palves@redhat.com>
5471
5472 * gdb.base/default.exp: Don't test "target procfs".
5473
5db9f0bd
PA
54742014-03-13 Pedro Alves <palves@redhat.com>
5475
5476 * gdb.base/default.exp: Update "target child" and "target procfs"
5477 tests to not expect "Unix".
5478
b3ccfe11
TT
54792014-03-12 Tom Tromey <tromey@redhat.com>
5480
5481 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
5482 New procs. Add target-async tests.
5483 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
5484 Add target-async tests.
5485
646f4417
AA
54862014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5487
5488 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
5489 'func_start' and 'func_end' for the beginning and end of the
5490 function code, respectively.
5491 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
5492 'func_end' instead of 'func' and 'main'.
5493
288c211f
AA
54942014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5495
5496 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
5497 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
5498 generate the debug info assembler source.
5499
e0c0f156
AA
55002014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5501
5502 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
5503 * gdb.dwarf2/arr-subrange.exp: Likewise.
5504 * gdb.dwarf2/dwz.exp: Likewise.
5505 * gdb.dwarf2/method-ptr.exp: Likewise.
5506 * gdb.dwarf2/missing-sig-type.exp: Likewise.
5507 * gdb.dwarf2/subrange.exp: Likewise.
5508 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
5509 * gdb.dwarf2/implptrpiece.exp: Likewise.
5510 * gdb.dwarf2/nostaticblock.exp: Likewise.
5511
0e5c4555
AA
55122014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5513
5514 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
5515 directory to absolute path name arguments.
5516
5ec18f2b
JG
55172014-03-10 Joel Brobecker <brobecker@adacore.com>
5518
5519 * gdb.ada/tagged_access: New testcase.
5520
847fc4f2
MM
55212014-03-07 Markus Metzger <markus.t.metzger@intel.com>
5522
5523 * gdb.btrace/data.exp: Update expected output.
5524
cc3da688
YQ
55252014-03-06 Yao Qi <yao@codesourcery.com>
5526
5527 * gdb.trace/pr16508.exp: New file.
5528
0f26cec1
PA
55292014-03-05 Pedro Alves <palves@redhat.com>
5530
5531 PR gdb/16575
5532 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
5533 procedure.
5534 (top level): Adjust to use it. Add tests that exercise breakpoint
5535 interaction with the code-cache.
5536
7a5a839f
LC
55372014-02-26 Ludovic Courtès <ludo@gnu.org>
5538
5539 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
5540 test for 'history-append!'.
5541
31aa7e4e
JB
55422014-02-26 Joel Brobecker <brobecker@adacore.com>
5543
5544 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
5545 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
5546 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
5547 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
5548 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
5549 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
5550
1b588015
JB
55512014-02-26 Joel Brobecker <brobecker@adacore.com>
5552
5553 * testsuite/gdb.python/py-pp-re-notag.c: New file.
5554 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
5555 * testsuite/gdb.python/py-pp-re-notag.p: New file.
5556
55426c9d
JB
55572014-02-26 Joel Brobecker <brobecker@adacore.com>
5558
5559 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
5560
dc53a7ad
JB
55612014-02-26 Joel Brobecker <brobecker@adacore.com>
5562
5563 * gdb.dwarf2/arr-stride.c: New file.
5564 * gdb.dwarf2/arr-stride.exp: New file.
5565
12ab52e9
PA
55662014-02-26 Pedro Alves <palves@redhat.com>
5567
5568 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
5569 that won't ever trigger. Make sure that GDB reports the correct
5570 breakpoint that caused the stop.
5571
849c862e
JK
55722014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5573
5574 PR gdb/16626
5575 * gdb.base/auto-load-script: New file.
5576 * gdb.base/auto-load.c: New file.
5577 * gdb.base/auto-load.exp: New file.
5578
71b7d793
JK
5579 PR gdb/16626
5580 * gdb.base/auto-load.exp: Fix out-of-srctree run.
5581
e2f0d509
JK
55822014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5583
5584 Fix dw2-icycle.exp -fsanitize=address GDB crash.
5585 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
5586
50cc37c8
DE
55872014-02-24 Doug Evans <dje@google.com>
5588
5589 * lib/gdb.exp (run_on_host): Log error output if program fails.
5590
ea4758f2
PA
55912014-02-21 Pedro Alves <palves@redhat.com>
5592
5593 * gdb.threads/step-after-sr-lock.c: Rename to ...
5594 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
5595 * gdb.threads/step-after-sr-lock.exp: Rename to ...
5596 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5597 ... this.
5598
d7b30f67
SDJ
55992014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
5600
5601 PR tdep/16397
5602 * gdb.arch/amd64-stap-special-operands.exp: New file.
5603 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
5604 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
5605 * gdb.arch/amd64-stap-triplet.S: Likewise.
5606 * gdb.arch/amd64-stap-triplet.c: Likewise.
5607
83deb43f
JB
56082014-02-20 Joel Brobecker <brobecker@adacore.com>
5609
5610 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
5611 in .section pseudo-op.
5612
adde2bff
DE
56132014-02-20 lin zuojian <manjian2006@gmail.com>
5614 Joel Brobecker <brobecker@adacore.com>
5615 Doug Evans <xdje42@gmail.com>
5616
5617 PR symtab/16581
5618 * gdb.dwarf2/dw2-icycle.S: New file.
5619 * gdb.dwarf2/dw2-icycle.c: New file.
5620 * gdb.dwarf2/dw2-icycle.exp: New file.
5621
f7bd0f78
SC
56222014-02-19 Siva Chandra Reddy <sivachandra@google.com>
5623
5624 * gdb.python/py-value-cc.cc: Improve test case to enable testing
5625 operations on gdb.Value objects.
5626 * gdb.python/py-value-cc.exp: Add new test to test operations on
5627 gdb.Value objects.
5628
c17ef0d5
DE
56292014-02-18 Doug Evans <dje@google.com>
5630
5631 * Makefile.in (TESTS): New variable.
5632 (expanded_tests, expanded_tests_or_none): New variables
5633 (check-single): Pass $(expanded_tests_or_none) to runtest.
5634 (check-parallel): Only run tests in $(TESTS) if non-empty.
5635 (check/no-matching-tests-found): New rule.
5636 * README: Document TESTS makefile variable.
5637
5dd3176f
DE
56382014-02-18 Doug Evans <dje@google.com>
5639
5640 * Makefile.in (check-parallel): rm -rf outputs temp.
5641
0b10be4f
JK
56422014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5643
5644 Fix "ERROR: no fileid for" in the testsuite.
5645 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
5646
85f224e7
DE
56472014-02-12 Doug Evans <dje@google.com>
5648
5649 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
5650 (MISCELLANEOUS): New variable.
5651 (clean): rm -rf $(MISCELLANEOUS).
5652 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
5653 dwp live in the same directory as symlinks, with each symlink pointed
5654 to a differently named file in a different directory.
5655
149b30ff
DE
56562014-02-11 Doug Evans <dje@google.com>
5657
5658 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
5659 of Tcl file commands.
5660
1dfdac32
MK
56612014-02-10 Mark Kettenis <kettenis@gnu.org>
5662
5663 * gdb.threads/step-after-sr-lock.exp: Avoid executing
5664 "kill -SIGUSR1 -1".
5665
aa4fb036
JB
56662014-02-10 Joel Brobecker <brobecker@adacore.com>
5667
5668 * gdb.ada/tick_length_array_enum_idx: New testcase.
5669
ed3ef339
DE
56702014-02-10 Doug Evans <xdje42@gmail.com>
5671
5672 * configure.ac (AC_OUTPUT): Add gdb.guile.
5673 * configure: Regenerate.
5674 * lib/gdb-guile.exp: New file.
5675 * lib/gdb.exp (get_target_charset): New function.
5676 * gdb.base/help.exp: Update expected output from "apropos apropos".
5677 * gdb.guile/Makefile.in: New file.
5678 * gdb.guile/guile.exp: New file.
5679 * gdb.guile/scm-arch.c: New file.
5680 * gdb.guile/scm-arch.exp: New file.
5681 * gdb.guile/scm-block.c: New file.
5682 * gdb.guile/scm-block.exp: New file.
5683 * gdb.guile/scm-breakpoint.c: New file.
5684 * gdb.guile/scm-breakpoint.exp: New file.
5685 * gdb.guile/scm-disasm.c: New file.
5686 * gdb.guile/scm-disasm.exp: New file.
5687 * gdb.guile/scm-equal.c: New file.
5688 * gdb.guile/scm-equal.exp: New file.
5689 * gdb.guile/scm-error.exp: New file.
5690 * gdb.guile/scm-error.scm: New file.
5691 * gdb.guile/scm-frame-args.c: New file.
5692 * gdb.guile/scm-frame-args.exp: New file.
5693 * gdb.guile/scm-frame-args.scm: New file.
5694 * gdb.guile/scm-frame-inline.c: New file.
5695 * gdb.guile/scm-frame-inline.exp: New file.
5696 * gdb.guile/scm-frame.c: New file.
5697 * gdb.guile/scm-frame.exp: New file.
5698 * gdb.guile/scm-generics.exp: New file.
5699 * gdb.guile/scm-gsmob.exp: New file.
5700 * gdb.guile/scm-iterator.c: New file.
5701 * gdb.guile/scm-iterator.exp: New file.
5702 * gdb.guile/scm-math.c: New file.
5703 * gdb.guile/scm-math.exp: New file.
5704 * gdb.guile/scm-objfile-script-gdb.in: New file.
5705 * gdb.guile/scm-objfile-script.c: New file.
5706 * gdb.guile/scm-objfile-script.exp: New file.
5707 * gdb.guile/scm-objfile.c: New file.
5708 * gdb.guile/scm-objfile.exp: New file.
5709 * gdb.guile/scm-ports.exp: New file.
5710 * gdb.guile/scm-pretty-print.c: New file.
5711 * gdb.guile/scm-pretty-print.exp: New file.
5712 * gdb.guile/scm-pretty-print.scm: New file.
5713 * gdb.guile/scm-section-script.c: New file.
5714 * gdb.guile/scm-section-script.exp: New file.
5715 * gdb.guile/scm-section-script.scm: New file.
5716 * gdb.guile/scm-symbol.c: New file.
5717 * gdb.guile/scm-symbol.exp: New file.
5718 * gdb.guile/scm-symtab-2.c: New file.
5719 * gdb.guile/scm-symtab.c: New file.
5720 * gdb.guile/scm-symtab.exp: New file.
5721 * gdb.guile/scm-type.c: New file.
5722 * gdb.guile/scm-type.exp: New file.
5723 * gdb.guile/scm-value-cc.cc: New file.
5724 * gdb.guile/scm-value-cc.exp: New file.
5725 * gdb.guile/scm-value.c: New file.
5726 * gdb.guile/scm-value.exp: New file.
5727 * gdb.guile/source2.scm: New file.
5728 * gdb.guile/types-module.cc: New file.
5729 * gdb.guile/types-module.exp: New file.
5730
7026a7c1
YQ
57312014-02-10 Yao Qi <yao@codesourcery.com>
5732
5733 PR testsuite/16543
5734 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
5735 * configure: Regenerated.
5736 * Makefile.in: New file.
5737
6c466447
AS
57382014-02-08 Andreas Schwab <schwab@linux-m68k.org>
5739
5740 * gdb.python/py-framefilter.exp: Fix typo.
5741
6e854735
YQ
57422014-02-08 Yao Qi <yao@codesourcery.com>
5743
5744 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
5745 that no =breakpoint-modified is emitted when breakpoints are
5746 modified through MI commands.
5747
d137e6dc
PA
57482014-02-07 Pedro Alves <pedro@codesourcery.com>
5749 Pedro Alves <palves@redhat.com>
5750
5751 * gdb.threads/step-after-sr-lock.c: New file.
5752 * gdb.threads/step-after-sr-lock.exp: New file.
5753
b5ee5a50
PA
57542014-02-07 Pedro Alves <palves@redhat.com>
5755
5756 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
5757
3c77faf3
JK
57582014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5759
5760 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
5761 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
5762
6dddc817
DE
57632014-02-06 Doug Evans <xdje42@gmail.com>
5764
5765 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
5766 output.
5767
5768 * gdb.gdb/python-interrupts.exp: New file.
5769
de7b2893
YQ
57702014-02-05 Yao Qi <yao@codesourcery.com>
5771
5772 * gdb.trace/report.exp (use_collected_data): Test the output
5773 of "info threads" and "info inferiors".
5774
66d032ac
YQ
57752014-02-05 Yao Qi <yao@codesourcery.com>
5776
5777 Revert this patch:
5778
5779 2013-05-24 Yao Qi <yao@codesourcery.com>
5780
5781 * gdb.trace/tfile.exp: Test inferior and thread.
5782
591a12a1
UW
57832014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5784
5785 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
5786 on a function.
5787 * gdb.base/step-bt.c: Call hello via function pointer to make
5788 sure its first instruction is executed on powerpc64le-linux.
5789
0ff3e01f
UW
57902014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5791
5792 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
5793
084ee545
UW
57942014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5795
5796 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
5797 of the test patterns for use on little-endian systems.
5798
6ed14ff3
UW
57992014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5800
5801 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
5802 (decimal_vector): Fix for little-endian.
5803
401e27fd
JM
58042014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
5805
5806 * gdb.arch/sparc-sysstep.exp: New file.
5807 * gdb.arch/sparc-sysstep.c: Likewise.
5808
5809 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
5810
8b924729
EBM
58112014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5812
5813 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
5814
fb151210
JB
58152014-01-23 Tom Tromey <tromey@redhat.com>
5816
5817 * gdb.ada/array_char_idx: New testcase.
5818
0740f8d8
TT
58192014-01-23 Tom Tromey <tromey@redhat.com>
5820
5821 PR python/16487:
5822 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
5823 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
5824 classes.
5825
21909fa1
TT
58262014-01-23 Tom Tromey <tromey@redhat.com>
5827
5828 PR python/16491:
5829 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
5830 string from an inferior frame.
5831 * gdb.python/py-framefilter-mi.exp: Update.
5832
87ce2a04
DE
58332014-01-22 Doug Evans <dje@google.com>
5834
5835 * gdb.server/server-mon.exp: Add tests for "set debug-format".
5836
237b092b
AA
58372014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5838
5839 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
5840
d674a709
AA
58412014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5842
5843 * gdb.trace/entry-values.exp: Remove excess space character from
5844 regex patterns. Handle s390 call instruction.
5845
20fa3390
AA
58462014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5847
5848 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
5849 define "*_start" label. Make "name" static.
5850 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
5851 ${name} by references to ${name}_start.
5852
78466714
AA
58532014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5854
5855 * gdb.base/info-macros.exp: Remove "debug" from the compile
5856 options.
5857
ec9f644a
IB
58582014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5859
5860 * gdb.dlang/demangle.exp: New file.
5861
94b1b47e
IB
58622014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5863
5864 * gdb.dlang/primitive-types.exp: New file.
5865
7f420862
IB
58662014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5867
5868 * configure.ac: Create gdb.dlang/Makefile.
5869 * configure: Regenerate.
5870 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
5871 * gdb.dlang/Makefile.in: New file.
5872 * lib/d-support.exp: New file.
5873 * lib/gdb.exp (skip_d_tests): New proc.
5874
52834460
MM
58752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5876
5877 * gdb.btrace/delta.exp: Check reverse stepi.
5878 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
5879 * gdb.btrace/finish.exp: New.
5880 * gdb.btrace/next.exp: New.
5881 * gdb.btrace/nexti.exp: New.
5882 * gdb.btrace/record_goto.c: Add comments.
5883 * gdb.btrace/step.exp: New.
5884 * gdb.btrace/stepi.exp: New.
5885 * gdb.btrace/multi-thread-step.c: New.
5886 * gdb.btrace/multi-thread-step.exp: New.
5887 * gdb.btrace/rn-dl-bind.c: New.
5888 * gdb.btrace/rn-dl-bind.exp: New.
5889 * gdb.btrace/data.c: New.
5890 * gdb.btrace/data.exp: New.
5891 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5892
6e07b1d2
MM
58932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5894
5895 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
5896 * gdb.btrace/exception.exp: Update.
5897 * gdb.btrace/instruction_history.exp: Update.
5898 * gdb.btrace/record_goto.exp: Update.
5899 * gdb.btrace/tailcall.exp: Update.
5900 * gdb.btrace/unknown_functions.exp: Update.
5901 * gdb.btrace/delta.exp: New.
5902
0b722aec
MM
59032014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5904
5905 * gdb.btrace/record_goto.exp: Add backtrace test.
5906 * gdb.btrace/tailcall.exp: Add backtrace test.
5907
066ce621
MM
59082014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5909
5910 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
5911 * gdb.btrace/record_goto.c: New.
5912 * gdb.btrace/record_goto.exp: New.
5913 * gdb.btrace/x86-record_goto.S: New.
5914
0688d04e
MM
59152014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5916
5917 * gdb.btrace/function_call_history.exp: Update tests.
5918 * gdb.btrace/instruction_history.exp: Update tests.
5919
8710b709
MM
59202014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5921
5922 * gdb.btrace/function_call_history.exp: Fix expected field
5923 order for "record function-call-history".
5924 Add new tests for "record function-call-history /c".
5925 * gdb.btrace/exception.cc: New.
5926 * gdb.btrace/exception.exp: New.
5927 * gdb.btrace/tailcall.exp: New.
5928 * gdb.btrace/x86-tailcall.S: New.
5929 * gdb.btrace/x86-tailcall.c: New.
5930 * gdb.btrace/unknown_functions.c: New.
5931 * gdb.btrace/unknown_functions.exp: New.
5932 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5933
5de9129b
MM
59342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5935
5936 * gdb.btrace/instruction_history.exp: Update.
5937 * gdb.btrace/function_call_history.exp: Update.
5938
23a7fe75
MM
59392014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5940
5941 * gdb.btrace/function_call_history.exp: Fix expected function
5942 trace.
5943 * gdb.btrace/instruction_history.exp: Initialize traced.
5944 Remove traced_functions.
5945
724c7dd8
MM
59462014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5947
5948 * gdb.btrace/function_call_history.exp: Update
5949 * gdb.btrace/instruction_history.exp: Update.
5950
6d78d93b
MM
59512014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5952
5953 * gdb.btrace/enable.exp: Update expected text.
5954
93a360cc
OJ
59552014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
5956
5957 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
5958 bytes.
5959
3772b53f
MR
59602014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
5961
5962 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
5963
596662fa
OJ
59642014-01-15 Omair Javaid <omair.javaid@linaro.org>
5965
5966 * lib/gdb.exp (supports_process_record): Return true for
5967 arm*-linux*. (supports_reverse): Likewise.
5968
b5b08fb4
SC
59692014-01-13 Siva Chandra Reddy <sivachandra@google.com>
5970
5971 PR python/15464
5972 PR python/16113
5973 * gdb.python/py-type.c: Enhance test case.
5974 * gdb.python/py-value-cc.cc: Likewise
5975 * gdb.python/py-type.exp: Add new tests.
5976 * gdb.python/py-value-cc.exp: Likewise
5977
52d7fb13
AA
59782014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
5979 Pedro Alves <palves@redhat.com>
5980
5981 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
5982 Make "name" extern.
5983 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
5984 references to ${name}_start by references to ${name}.
5985
a2cd8cfe
JB
59862014-01-10 Joel Brobecker <brobecker@adacore.com>
5987
5988 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
5989
4e23fced
JB
59902014-01-10 Joel Brobecker <brobecker@adacore.com>
5991
5992 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
5993
c6a9e42c
PA
59942014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
5995 Pedro Alves <palves@redhat.com>
5996
5997 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 5998 mi_gdb_target_load.
c6a9e42c 5999
b7ea362b
PA
60002014-01-08 Pedro Alves <palves@redhat.com>
6001
6002 * gdb.threads/reconnect-signal.c: New file.
6003 * gdb.threads/reconnect-signal.exp: New file.
6004
5e3f4fab
EBM
60052014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6006
6007 * gdb.base/source-dir.exp: New file.
6008
79301218
JB
60092014-01-07 Joel Brobecker <brobecker@adacore.com>
6010
6011 * gdb.ada/mi_interface: New testcase.
6012
8e355c5d
JB
60132014-01-07 Joel Brobecker <brobecker@adacore.com>
6014
6015 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
6016 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
6017 gdb.ada/pp-rec-component/pck.ads: New files.
6018
c0d48811
JB
60192014-01-07 Joel Brobecker <brobecker@adacore.com>
6020
6021 * gdb.python/py-pp-integral.c: New file.
6022 * gdb.python/py-pp-integral.py: New file.
6023 * gdb.python/py-pp-integral.exp: New file.
6024
17b609c3 6025For older changes see ChangeLog-1993-2013.
c906108c 6026\f
8d8cb839
EZ
6027;; Local Variables:
6028;; mode: change-log
6029;; left-margin: 8
6030;; fill-column: 74
6031;; version-control: never
6032;; End:
902f2ccb 6033
32d0add0 6034 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
6035 Copying and distribution of this file, with or without modification,
6036 are permitted provided the copyright notice and this notice are preserved.
This page took 2.451238 seconds and 4 git commands to generate.