]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Linux gdbserver confused when event randomization picks process exit event
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
0a39bb32
PA
12015-08-05 Pedro Alves <palves@redhat.com>
2
3 * gdb.threads/next-while-other-thread-longjmps.c: New file.
4 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5
ee2d2b10
SL
62015-08-03 Sandra Loosemore <sandra@codesourcery.com>
7
8 * gdb.base/bp-permanent.exp: Report test as unsupported if
9 the target cannot stop at the permanent breakpoint.
10
4e1bdb00
DE
112015-08-03 Doug Evans <dje@google.com>
12
13 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14 10000.
15
3d338901
DE
162015-08-03 Doug Evans <dje@google.com>
17
18 * Makefile.in (workers/%.worker, build-perf): New rule.
19 (GDB_PERFTEST_MODE): New variable.
20 (check-perf): Use it.
21 (clean): Clean up gdb.perf parallel build subdirs.
22 * lib/build-piece.exp: New file.
23 * lib/gdb.exp (make_gdb_parallel_path): New function
24 (standard_output_file, standard_temp_file): Call it.
25 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
26 of $GDB_PARALLEL.
27 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
28
af061d3e
DE
292015-08-03 Doug Evans <dje@google.com>
30
8e1afc81 31 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
32 (LOG_FILE_NAME): New global.
33 (TextReporter.__init__): Initialize self.txt_sum.
34 (TextReporter.report): Add support for multiple data-points.
35 Move report to perftest.sum, put raw data in perftest.log.
36 (TextReporter.start): Open sum and log files.
37 (TextReporter.end): Close sum and log files.
8e1afc81
DE
38 * gdb.perf/lib/perftest/testresult.py
39 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 40
2c8c5d37
PA
412015-07-31 Pedro Alves <palves@redhat.com>
42
43 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
44 Use spawn_id_get_pid. Wait for spawn id after eof. Use
45 kill_wait_spawned_process instead of explicit "kill -9".
46 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
47 returning a spawn id instead of a pid. Use spawn_id_get_pid and
48 kill_wait_spawned_process.
49 * gdb.base/attach-twice.exp: Likewise.
50 * gdb.base/attach.exp: Likewise.
51 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
52 gdb_test_multiple.
53 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
54 returning a spawn id instead of a pid. Use spawn_id_get_pid and
55 kill_wait_spawned_process.
56 * gdb.base/valgrind-infcall.exp: Likewise.
57 * gdb.multi/multi-attach.exp: Likewise.
58 * gdb.python/py-prompt.exp: Likewise.
59 * gdb.python/py-sync-interp.exp: Likewise.
60 * gdb.server/ext-attach.exp: Likewise.
61 * gdb.threads/attach-into-signal.exp (corefunc): Use
62 spawn_wait_for_attach, spawn_id_get_pid and
63 kill_wait_spawned_process.
64 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
65 spawn_wait_for_attach returning a spawn id instead of a pid. Use
66 spawn_id_get_pid and kill_wait_spawned_process.
67 * gdb.threads/attach-stopped.exp (corefunc): Use
68 spawn_wait_for_attach, spawn_id_get_pid and
69 kill_wait_spawned_process.
70 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
71 Use spawn_id_get_pid. Wait for spawn id after eof. Use
72 kill_wait_spawned_process instead of explicit "kill -9".
73 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
74 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
75 (spawn_wait_for_attach): Use spawn instead of exec to spawn
76 processes. Don't map cygwin/windows pids here. Now returns a
77 spawn id list.
78
032a0fca
SL
792015-07-30 Sandra Loosemore <sandra@codesourcery.com>
80
81 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
82 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
83 correct patch.
84
61a934ca
SL
852015-07-30 Sandra Loosemore <sandra@codesourcery.com>
86
87 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
88
4bc4d428
SL
892015-07-30 Sandra Loosemore <sandra@codesourcery.com>
90
91 Reapply:
92 2014-05-21 Mark Wielaard <mjw@redhat.com>
93
94 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
95
998d452a
PA
962015-07-30 Pedro Alves <palves@redhat.com>
97
98 * linux-low.c (handle_extended_wait): Set the child's last
99 reported status to TARGET_WAITKIND_STOPPED.
100
69dde7dc
PA
1012015-07-30 Pedro Alves <palves@redhat.com>
102
103 PR threads/18600
104 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
105 only shows inferior 1.
106
4dd63d48
PA
1072015-07-30 Simon Marchi <simon.marchi@ericsson.com>
108 Pedro Alves <palves@redhat.com>
109
110 PR threads/18600
111 * gdb.threads/fork-plus-threads.c: New file.
112 * gdb.threads/fork-plus-threads.exp: New file.
113
d618e4c5
PP
1142015-07-29 Patrick Palka <patrick@parcs.ath.cx>
115
116 * gdb.base/batch-preserve-term-settings.exp
117 (test_terminal_settings_preserved_after_cli_exit): Use
118 send_quit_command.
119
1eef6428
PA
1202015-07-29 Pedro Alves <palves@redhat.com>
121 Don Breazeal <donb@codesourcery.com>
122
123 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
124 output from both inferior_spawn_id and gdb_spawn_id.
125
7da5b897
SDJ
1262015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
127
128 * gdb.threads/attach-into-signal.exp (corefunc): Use
129 with_test_prefix on nested loops, uniquefying the test messages.
130
dac804df
SDJ
1312015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
132
133 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
134 commit.
135
06265e53
PP
1362015-07-29 Patrick Palka <patrick@parcs.ath.cx>
137
138 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
139 New proc.
140 (test_terminal_settings_preserved_after_sigterm): New test.
141
18206ca3
PP
1422015-07-29 Patrick Palka <patrick@parcs.ath.cx>
143
144 * gdb.base/batch-preserve-term-settings.exp
145 (test_terminal_settings_preserved_after_cli_exit): New test.
146
90074d11
PP
1472015-07-29 Patrick Palka <patrick@parcs.ath.cx>
148
149 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
150 manipulation of saved_gdbflags.
151 (test_terminal_settings_preserved): Remove global declaration of
152 the unused variable pagination_prompt. Remove manipulation of
153 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
154 GDBFLAGS.
155
eb1a7902
PA
1562015-07-29 Pedro Alves <palves@redhat.com>
157
158 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
159
8b75dd3b
PA
1602015-07-29 Pedro Alves <palves@redhat.com>
161
162 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
163 at the top.
164
dedad4e3
PA
1652015-07-29 Pedro Alves <palves@redhat.com>
166
167 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
168 (main): Call gdb_unbuffer_output.
169 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
170 (main): Call gdb_unbuffer_output.
171 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
172 (main): Call gdb_unbuffer_output.
173 * gdb.base/call-strs.exp: Adjust to step over the
174 gdb_unbuffer_output call.
175 * gdb.base/catch-gdb-caused-signals.c: Include
176 "../lib/unbuffer_output.c".
177 (main): Call gdb_unbuffer_output.
178 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
179 (main): Call gdb_unbuffer_output.
180 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
181 (main): Call gdb_unbuffer_output.
182 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
183 (main): Call gdb_unbuffer_output.
184 * gdb.base/shlib-call.exp: Adjust to step over the
185 gdb_unbuffer_output call.
186 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
187 (main): Call gdb_unbuffer_output.
188 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
189 (main): Call gdb_unbuffer_output.
190 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
191 (main): Rename to ...
192 (test): ... this.
193 (main): Reimplement.
194 * gdb.base/varargs.exp: Run to test instead of to main.
195 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
196 (main): Call gdb_unbuffer_output.
197
58789a91
PA
1982015-07-29 Pedro Alves <palves@redhat.com>
199
200 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
201 factore out from mi_continue_dprintf. For call-style dprintfs,
202 expect dprintf output out of $inferior_spawn_id.
203 (mi_continue_dprintf): Use mi_expect_dprintf.
204 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
205 (main): Call gdb_unbuffer_output.
206
e8376742
PA
2072015-07-29 Pedro Alves <palves@redhat.com>
208
209 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
210 (default_mi_gdb_start): Set inferior_spawn_id instead of
211 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
212 gdb_spawn_id.
213 (mi_gdb_test): Always expect inferior output from both
214 $inferior_spawn_id and $gdb_spawn_id.
215
08280010
PA
2162015-07-29 Pedro Alves <palves@redhat.com>
217
218 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
219 send_inferior and $inferior_spawn_id.
220
4d30e432
PA
2212015-07-29 Pedro Alves <palves@redhat.com>
222
223 * gdb.gdb/complaints.exp (test_initial_complaints)
224 (test_serial_complaints, test_short_complaints): Use
225 gdb_test_stdio.
226 (test_empty_complaint): Handle $inferior_spawn_id !=
227 $gdb_spawn_id.
228
0d30a335
PA
2292015-07-29 Pedro Alves <palves@redhat.com>
230
231 * gdb.base/varargs.exp: Use gdb_test_stdio.
232
39413b29
PA
2332015-07-29 Pedro Alves <palves@redhat.com>
234
235 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
236
7cb000a9
PA
2372015-07-29 Pedro Alves <palves@redhat.com>
238
239 * gdb.base/ending-run.exp: Use gdb_test_stdio.
240
d7b8ac82
PA
2412015-07-29 Pedro Alves <palves@redhat.com>
242
243 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
244 parameter into two new parameters, "inf_result" and "gdb_result".
245 Expect inferior output and gdb output from $inferior_spawn_id and
246 $gdb_spawn_id, respectively. Adjust all callers.
247
789c3a0c
PA
2482015-07-29 Pedro Alves <palves@redhat.com>
249
250 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
251 of gdb_test_sequence.
252
77e760c3
PA
2532015-07-29 Pedro Alves <palves@redhat.com>
254
255 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
256 (saw_spurious_output): Expect inferior output from
257 $inferior_spawn_id. Use gdb_test_stdio.
258
8396d2cd
PA
2592015-07-29 Pedro Alves <palves@redhat.com>
260
261 * gdb.base/dprintf.exp: Use standard_testfile. Change
262 prepare_for_testing call.
263 (srcfile): Don't set.
264 (restart): New procedure.
265 (test_dprintf): New procecure, use to continue over dprintfs.
266 (test_call, test_agent): New procedures, tests moved here.
267 Restart gdb and recreate dprintfs. Adjust expected output.
268
2051d61f
PA
2692015-07-29 Pedro Alves <palves@redhat.com>
270
271 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
272
452397af
PA
2732015-07-29 Pedro Alves <palves@redhat.com>
274
275 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
276
8aed9555
PA
2772015-07-29 Pedro Alves <palves@redhat.com>
278
279 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
280 gdb_test_stdio.
281
188a61b4
PA
2822015-07-29 Pedro Alves <palves@redhat.com>
283
284 * lib/gdb.exp (gdb_test_stdio): New procedure.
285
12264a45
PA
2862015-07-29 Pedro Alves <palves@redhat.com>
287
288 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
289
23ffc893
PA
2902015-07-29 Pedro Alves <palves@redhat.com>
291
292 * gdb.base/call-signal-resume.exp: Remove check for
293 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
294 * gdb.base/unwindonsignal.exp: Likewise.
295 * gdb.base/call-signals.c (gen_signal): Remove printf call.
296 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
297
65566918
PA
2982015-07-29 Pedro Alves <palves@redhat.com>
299
300 * gdb.base/siginfo-addr.c (pass): New function.
301 (handler): Call it iff si_addr is correct.
302 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
303 Set a breakpoint at "pass" and continue to it.
304
d60a9221
SDJ
3052015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
306
307 * gdb.python/py-objfile.exp: Make some tests have unique names.
308 * gdb.python/py-pp-registration.exp: Likewise.
309
bde40b8f
PA
3102015-07-28 Pedro Alves <palves@redhat.com>
311
312 * gdb.server/server-exec-info.exp: Issue a "disconnect".
313
13e1dec8
SM
3142015-07-27 Simon Marchi <simon.marchi@ericsson.com>
315
316 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
317
da33c9a7
SM
3182015-07-27 Simon Marchi <simon.marchi@ericsson.com>
319
320 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
321
077836f7
PP
3222015-07-27 Patrick Palka <patrick@parcs.ath.cx>
323
324 * gdb.base/gdb-sigterm-2.exp: New test.
325
b8cc7b2e
DE
3262015-07-25 Doug Evans <xdje42@gmail.com>
327
328 Revert:
329 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
330 (workers/%.worker, build-perf): New rule.
331 (GDB_PERFTEST_MODE): New variable.
332 (check-perf): Use it.
333 (clean): Clean up gdb.perf parallel build subdirs.
334 * lib/build-piece.exp: New file.
335 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
336 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
337 name.
338 (standard_temp_file): Ditto.
339 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
340 of $GDB_PARALLEL.
341
c8bd4544
DE
3422015-07-24 Doug Evans <dje@google.com>
343
344 * gdb.perf/lib/perftest/utils.py: New file.
345 * gdb.perf/gm-hello.cc: New file.
346 * gdb.perf/gm-pervasive-typedef.cc: New file.
347 * gdb.perf/gm-pervasive-typedef.h: New file.
348 * gdb.perf/gm-std.cc: New file.
349 * gdb.perf/gm-std.h: New file.
350 * gdb.perf/gm-use-cerr.cc: New file.
351 * gdb.perf/gm-utils.h: New file.
352 * gdb.perf/gmonster-null-lookup.py: New file.
353 * gdb.perf/gmonster-pervasive-typedef.py: New file.
354 * gdb.perf/gmonster-print-cerr.py: New file.
355 * gdb.perf/gmonster-ptype-string.py: New file.
356 * gdb.perf/gmonster-runto-main.py: New file.
357 * gdb.perf/gmonster-select-file.py: New file.
358 * gdb.perf/gmonster1-null-lookup.exp: New file.
359 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
360 * gdb.perf/gmonster1-print-cerr.exp: New file.
361 * gdb.perf/gmonster1-ptype-string.exp: New file.
362 * gdb.perf/gmonster1-runto-main.exp: New file.
363 * gdb.perf/gmonster1-select-file.exp: New file.
364 * gdb.perf/gmonster1.cc: New file.
365 * gdb.perf/gmonster1.exp: New file.
366 * gdb.perf/gmonster2-null-lookup.exp: New file.
367 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
368 * gdb.perf/gmonster2-print-cerr.exp: New file.
369 * gdb.perf/gmonster2-ptype-string.exp: New file.
370 * gdb.perf/gmonster2-runto-main.exp: New file.
371 * gdb.perf/gmonster2-select-file.exp: New file.
372 * gdb.perf/gmonster2.cc: New file.
373 * gdb.perf/gmonster2.exp: New file.
374
6eab34f3
DE
3752015-07-24 Doug Evans <dje@google.com>
376
377 * gdb.perf/README: New file.
378 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
379 * lib/gen-perf-test.exp: New file.
380
63738bfd
DE
3812015-07-24 Doug Evans <dje@google.com>
382
383 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
384 (PerfTest::startup): New function.
385 (PerfTest::run): Return result of calling body.
386 (PerfTest::assemble): Rewrite.
387 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
388 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
389 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
390 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
391 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
392
7b606f95
DE
3932015-07-24 Doug Evans <dje@google.com>
394
395 * lib/gdb.exp (clean_restart): Make executable optional.
396
a97b16b8
DE
3972015-07-24 Doug Evans <dje@google.com>
398
399 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
400 compiler_info references.
401 * gdb.cp/temargs.exp: Ditto.
402 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
403 (get_compiler_info): Early exit if already computed. Set compiler_info
404 to "unknown" if there was a problem.
405 (test_compiler_info): Add function comment. Call get_compiler_info.
406
35baa57f
DE
4072015-07-24 Doug Evans <dje@google.com>
408
409 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
410 (workers/%.worker, build-perf): New rule.
411 (GDB_PERFTEST_MODE): New variable.
412 (check-perf): Use it.
413 (clean): Clean up gdb.perf parallel build subdirs.
414 * lib/build-piece.exp: New file.
415 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
416 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
417 name.
418 (standard_temp_file): Ditto.
419 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
420 of $GDB_PARALLEL.
421
6ebea266
DE
4222015-07-24 Doug Evans <dje@google.com>
423
424 * lib/future.exp (gdb_default_target_compile): New option
425 "early_flags".
426 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
427 --as-needed.
428
1e76a7e9
SDJ
4292015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
430
431 * gdb.base/catch-syscall.exp: Call gdb_exit before
432 gdb_skip_xml_test.
433
5068630a
PA
4342015-07-24 Pedro Alves <palves@redhat.com>
435
436 * gdb.python/py-events.exp: Accept output between the stop event
437 and the prompt.
438 * gdb.python/py-evsignal.exp: Likewise.
439 * gdb.python/py-evthreads.exp: Likewise.
440
77598427
PA
4412015-07-24 Pedro Alves <palves@redhat.com>
442
443 PR gdb/18717
444 * gdb.threads/non-ldr-exit.c: New file.
445 * gdb.threads/non-ldr-exit.exp: New file.
446
11e6c98f
YQ
4472015-07-24 Yao Qi <yao.qi@linaro.org>
448
449 * gdb.server/ext-wrapper.exp: Test --wrapper option when
450 restarting process.
451
51aee833
YQ
4522015-07-24 Yao Qi <yao.qi@linaro.org>
453
454 * gdb.server/ext-restart.exp: New file.
455
8cfe207c
YQ
4562015-07-24 Yao Qi <yao.qi@linaro.org>
457
458 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
459 argument options.
460 * gdb.server/ext-wrapper.exp: New file.
461
cc12ce38
DE
4622015-07-23 Doug Evans <dje@google.com>
463
464 * gdb.dwarf2/dw2-dummy-cu.S: New file.
465 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
466
d0d84780
PMR
4672015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
468
469 * gdb.ada/var_arr_typedef.exp: New testcase.
470 * gdb.ada/var_arr_typedef/pack.adb: New file.
471 * gdb.ada/var_arr_typedef/pack.ads: New file.
472 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
473
8b558f79
JB
4742015-07-20 Joel Brobecker <brobecker@adacore.com>
475
476 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
477
775a3298
JK
4782015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
479
480 * gdb.arch/i386-biarch-core.exp: Replace istarget
481 by "complete set gnutarget". Remove expectation for the "core-file"
482 command.
483
db1ff28b
JK
4842015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
485
486 Revert the previous commit:
487 Tests for validate symbol file using build-id.
488
0a94970d
JK
4892015-07-15 Aleksandar Ristovski <aristovski@qnx.com
490
491 Tests for validate symbol file using build-id.
492 * gdb.base/solib-mismatch-lib.c: New file.
493 * gdb.base/solib-mismatch-libmod.c: New file.
494 * gdb.base/solib-mismatch.c: New file.
495 * gdb.base/solib-mismatch.exp: New file.
496
03346981
SL
4972015-07-15 Sandra Loosemore <sandra@codesourcery.com>
498
499 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
500 nios2-*-linux*.
501 * gdb.base/sigbpt.exp (stepi_out): Likewise.
502 * gdb.base/siginfo.exp: Likewise.
503 * gdb.base/sigstep.exp (advance, advancei): Likewise.
504
42422cc7
PL
5052015-07-15 Pierre Langlois <pierre.langlois@arm.com>
506
507 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
508 Move it to ...
509 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
510 ... here.
511 * gdb.trace/range-stepping.exp: Check that the target supports
512 range stepping.
513
cfa68bae
JK
5142015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
515
516 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
517
8ffdba26
PA
5182015-07-14 Pedro Alves <palves@redhat.com>
519
520 * gdb.base/killed-outside.exp: New file.
521 * gdb.base/killed-outside.c: New file.
522
218a5a11
JK
5232015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
524
525 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
526 (n at main): New.
527 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
528
e03ed3c6
AA
5292015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
530
531 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
532 infcall tests instead of setting up for KFAIL.
533
485668e5
MM
5342015-07-10 Markus Metzger <markus.t.metzger@intel.com>
535
536 * gdb.btrace/record_goto-step.exp: New.
537
08464196
JK
5382015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
539
540 PR compile/18484
541 * gdb.compile/compile.c (struct struct_type): Add volatile to
542 selffield's type.
543 * gdb.compile/compile.exp
544 (compile code struct_object.selffield = &struct_object): Skip further
545 struct_object tests if this one xfails.
546
bcf5c1d9
RC
5472015-07-08 Robert O'Callahan <robert@ocallahan.org>
548
549 PR exp/18617
550 * gdb.trace/ax.exp: Add test.
551
4931af25
YQ
5522015-07-07 Yao Qi <yao.qi@linaro.org>
553
554 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
555 instead of istarget "aarch64*-*-*".
556 * gdb.arch/aarch64-fp.exp: Likewise.
557 * gdb.base/float.exp: Likewise.
558 * gdb.reverse/aarch64.exp: Likewise.
559 * lib/gdb.exp (is_aarch64_target): New proc.
560
9fcf688e
YQ
5612015-07-07 Yao Qi <yao.qi@linaro.org>
562
563 * lib/gdb.exp (is_aarch32_target): New proc.
564 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
565 instead of "istarget "arm*-*-*"".
566 * gdb.arch/arm-disp-step.exp: Likewise.
567 * gdb.arch/thumb-bx-pc.exp: Likewise.
568 * gdb.arch/thumb-prologue.exp: Likewise.
569 * gdb.arch/thumb-singlestep.exp: Likewise.
570 * gdb.base/disp-step-syscall.exp: Likewise.
571 * gdb.base/float.exp: Likewise.
572
fbd8d50d
YQ
5732015-07-07 Yao Qi <yao.qi@linaro.org>
574
575 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
576 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
577
71be1fdc
YQ
5782015-07-07 Yao Qi <yao.qi@linaro.org>
579
580 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
581 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
582 if it exists.
583 * gdb.multi/multi-arch.exp: Likewise.
584
3e221d36
SM
5852015-07-07 Simon Marchi <simon.marchi@ericsson.com>
586
587 * gdb.python/py-lazy-string.exp: Add missing parentheses to
588 print.
589
d441430b
YQ
5902015-07-07 Yao Qi <yao.qi@linaro.org>
591
592 * gdb.arch/thumb-singlestep.exp: Do one more single step.
593
06f810bd
MG
5942015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
595
596 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
597 '[' and ']' characters.
598
5e61e7c0
IB
5992015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
600
601 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
602
28bf096c
PA
6032015-06-29 Pedro Alves <palves@redhat.com>
604
605 PR threads/18127
606 * gdb.threads/hand-call-new-thread.c: New file.
607 * gdb.threads/hand-call-new-thread.c: New file.
608
ee93cd5e
KS
6092015-06-26 Keith Seitz <keiths@redhat.com>
610 Doug Evans <dje@google.com>
611
612 PR 16253
613 * gdb.cp/var-tag-2.cc: New file.
614 * gdb.cp/var-tag-3.cc: New file.
615 * gdb.cp/var-tag-4.cc: New file.
616 * gdb.cp/var-tag.cc: New file.
617 * gdb.cp/var-tag.exp: New file.
618
fc637f04
PP
6192015-06-26 Patrick Palka <patrick@parcs.ath.cx>
620
621 * gdb.base/history-duplicates.exp: New test.
622
2e52ae68
PP
6232015-06-26 Patrick Palka <patrick@parcs.ath.cx>
624
625 * gdb.base/completion.exp: Test the completion of the "focus"
626 command.
627
6e22494e
JK
6282015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
629
630 * gdb.arch/amd64-prologue-skip.S: New file.
631 * gdb.arch/amd64-prologue-skip.exp: New file.
632
bf7b9cd9
SM
6332015-06-25 Simon Marchi <simon.marchi@ericsson.com>
634
635 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
636 is_address_zero_readable check.
637
201e8dfd
PB
6382015-06-24 Peter Bergner <bergner@vnet.ibm.com>
639
640 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
641 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
642
5cd867b4
YQ
6432015-06-24 Yao Qi <yao.qi@linaro.org>
644
645 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
646 linux targets.
647
4d7be007
YQ
6482015-06-24 Yao Qi <yao.qi@linaro.org>
649
650 * lib/gdb.exp (supports_get_siginfo_type): New proc.
651 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
652 * gdb.base/siginfo-thread.exp: Likewise.
653
07fcd301
YQ
6542015-06-22 Yao Qi <yao.qi@linaro.org>
655
656 * boards/remote-gdbserver-on-localhost.exp: Add comments.
657
52042a00
YQ
6582015-06-22 Yao Qi <yao.qi@linaro.org>
659
660 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
661 aarch64*-*-*.
662 (skip_hw_watchpoint_tests): Likewise.
663
74bd41ce
PP
6642015-06-18 Patrick Palka <patrick@parcs.ath.cx>
665
666 * gdb.base/gdbinit-history.exp: Test the interaction between
667 setting GDBHISTSIZE and setting the history size via .gdbinit.
668
bc460514
PP
6692015-06-17 Patrick Palka <patrick@parcs.ath.cx>
670
671 PR gdb/16999
672 * gdb.base/gdbhistsize-history.exp: New test.
673
b58c513b
PP
6742015-06-17 Patrick Palka <patrick@parcs.ath.cx>
675
676 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
677 with GDBHISTSIZE.
678 * gdb.base/readline.exp: Likewise.
679
92046791
YQ
6802015-06-17 Yao Qi <yao.qi@linaro.org>
681
682 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
683 line.
684
2093d2d3
PP
6852015-06-17 Patrick Palka <patrick@parcs.ath.cx>
686
687 * gdb.base/gdbinit-history.exp: Add test case to check that
688 an unlimited history file does not get truncated on exit.
689
e6c693af
AA
6902015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
691
692 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
693 (VECTOR): New macro. Use it...
694 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
695 ...for these typedefs.
696 (int8, char1, int1, double1): New typedefs.
697 (struct just_int2, struct two_int2): New structures.
698 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
699 (add_structvecs, add_singlevecs): New functions.
700 (main): Call add_some_intvecs twice.
701 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
702 the compile and exit upon failure. Try compiling for the "native"
703 architecture. Test inferior function calls with vector arguments
704 and vector return value handling with "finish" and "return".
705
c74f7d1c
JT
7062015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
707
708 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
709 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
710 PE file.
711 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
712
98aa42ee
AT
7132015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
714
715 PR breakpoints/16465
716 * gdb.mi/mi-dprintf-pending.c: New file.
717 * gdb.mi/mi-dprintf-pending.exp: New test.
718 * gdb.mi/mi-dprintf-pendshr.c: New file.
719
7d73c23c 7202015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 721 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
722
723 * gdb.arch/i386-mpx-map.c: New file.
724 * gdb.arch/i386-mpx-map.exp: New File.
725
7262015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
727
728 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
729 * gdb.arch/i386-mpx.exp: Indentation fixed.
730
7312015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
732
733 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
734 function and improved indentation.
735 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
736 gdb_test_multiple. Added additional tests to skip the test.
737
7382015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
739
740 * gdb.arch/i386-avx512.c: Change path in include file.
741 * gdb.arch/i386-avx512.exp: Change include dir path
742 compilation flag.
743 * gdb.arch/i386-mpx.c: Change path in include file.
744 * gdb.arch/i386-mpx.exp: Change include dir path compilation
745 flag.
746
d5eba19a
JK
7472015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
748
749 * gdb.compile/compile-print.exp (compile print *vararray@3)
750 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
751
7f361056
JK
7522015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
753
754 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
755 (do not keep jit in memory): ... this.
756 (expect 5): Change it to ...
757 (expect no 5): ... this.
758
3b462ec2
SM
7592015-06-02 Simon Marchi <simon.marchi@ericsson.com>
760
761 PR gdb/15564
762 * gdb.mi/mi-detach.exp: New file.
763
e0619de6
JK
7642015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
765
766 PR symtab/18392
767 * gdb.arch/amd64-tailcall-self.S: New file.
768 * gdb.arch/amd64-tailcall-self.c: New file.
769 * gdb.arch/amd64-tailcall-self.exp: New file.
770
e970cb34
DB
7712015-05-28 Don Breazeal <donb@codesourcery.com>
772
773 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
774 tests for remote targets by checking is_target_gdbserver.
775
b2e2f908
DE
7762015-05-27 Doug Evans <dje@google.com>
777
778 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
779 * gdb.dwarf2/opaque-type-lookup.c: New file.
780 * gdb.dwarf2/opaque-type-lookup.exp: New file.
781
82c7be31
DE
7822015-05-26 Doug Evans <dje@google.com>
783
784 * gdb.cp/iostream.cc: New file.
785 * gdb.cp/iostream.exp: New file.
786
b4f54984
DE
7872015-05-26 Doug Evans <dje@google.com>
788
789 * gdb.dwarf2/dw2-op-call.exp: Update.
790 * gdb.dwarf2/dw4-sig-types.exp: Update.
791 * gdb.dwarf2/implptr.exp: Update.
792 * gdb.mi/mi-cmd-param-changed.exp: Update.
793
4ea6efe9
DE
7942015-05-26 Doug Evans <dje@google.com>
795
796 * gdb.python/py-lazy-string.c: New file.
797 * gdb.python/py-lazy-string.exp: New file.
798 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
799 (main): Update. Add estring3.
800 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
801 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
802
f6bb7db3
YQ
8032015-05-26 Omair Javaid <omair.javaid@linaro.org>
804 Yao Qi <yao.qi@linaro.org>
805
806 * gdb.reverse/aarch64.c: New.
807 * gdb.reverse/aarch64.exp: New.
808
a81bfbd0
OJ
8092015-05-26 Omair Javaid <omair.javaid@linaro.org>
810
811 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
812 (supports_reverse): Likewise.
813
158bf1b4
PP
8142015-05-22 Patrick Palka <patrick@parcs.ath.cx>
815
816 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
817 Use with_test_prefix.
818
a0145030
AB
8192015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
820
821 * gdb.base/completion.exp: Add test for completion of layout
822 names.
823
ebe3b578
AB
8242015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
825
826 * lib/gdb.exp (skip_tui_tests): New proc.
827 * gdb.base/tui-layout.exp: Check skip_tui_tests.
828
84204ed7
PA
8292015-05-19 Pedro Alves <palves@redhat.com>
830
831 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
832 Save the whole env array instead of just HOME. Unset HISTSIZE in
833 the environment while testing. Restore whole environment
834 afterwards.
835
37442ce1
DE
8362015-05-16 Doug Evans <xdje42@gmail.com>
837
838 * gdb.guile/scm-ports.c: New file.
839 * gdb.guile/scm-ports.exp: Add memory port tests.
840
36de76f9
JK
8412015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
842
843 * gdb.compile/compile-print.c: New file.
844 * gdb.compile/compile-print.exp: New file.
845
3a9558c4
JK
8462015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
847
848 * gdb.compile/compile-ops.exp: Cast param to void.
849 * gdb.compile/compile.exp: Complete type for _gdb_expr.
850 (compile code struct_object.selffield = &struct_object): Add xfail.
851
aa715135
JG
8522015-05-15 Joel Brobecker <brobecker@adacore.com>
853
854 * gdb.ada/arr_enum_with_gap: New testcase.
855
931e5bc3
JG
8562015-05-15 Joel Brobecker <brobecker@adacore.com>
857
858 * gdb.ada/byte_packed_arr: New testcase.
859
9cd4d857
JB
8602015-05-15 Joel Brobecker <brobecker@adacore.com>
861
862 * gdb.ada/pckd_neg: New testcase.
863
ebfd00d2
PP
8642015-05-13 Patrick Palka <patrick@parcs.ath.cx>
865
866 PR gdb/17820
867 * gdb.base/gdbinit-history.exp: New test.
868 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
869 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
870
4c082a81
SC
8712015-05-09 Siva Chandra Reddy <sivachandra@google.com>
872
873 * gdb.python/py-xmethods.cc: Enhance test case.
874 * gdb.python/py-xmethods.exp: New tests.
875 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
876 function.
877 (B_indexoper): Likewise.
878 (global_dm_list) : Add new xmethod worker functions.
879
f7797074
SDJ
8802015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
881
882 * gdb.base/coredump-filter.exp: Correctly unset
883 "coredump_var_addr" array.
884
a4674e4e
PA
8852015-05-08 Pedro Alves <palves@redhat.com>
886
887 * gdb.server/non-existing-program.exp: Unset spawn_id.
888
df2eb078
SC
8892015-05-08 Siva Chandra Reddy <sivachandra@google.com>
890
891 PR python/18291
892 * gdb.python/py-xmethods.exp: Add tests.
893
422349a3
YQ
8942015-05-08 Yao Qi <yao.qi@linaro.org>
895
896 PR gdb/18208
897 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
898 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
899 function set_coredump_filter, and remove remote_exec call.
900 Remove argument ipid. Callers update.
901 (top level): Don't get inferior's PID.
902
63fc80ce
AA
9032015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
904
905 * gdb.base/watch_thread_num.exp: Skip test on targets without
906 access watchpoints.
907
80ad801e
PA
9082015-05-06 Pedro Alves <palves@redhat.com>
909
910 PR server/18081
911 * gdb.server/non-existing-program.exp: New file.
912
0fa7fe50
JB
9132015-05-05 Joel Brobecker <brobecker@adacore.com>
914
915 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
916
3ea89b92
PMR
9172015-05-05 Joel Brobecker <brobecker@adacore.com>
918
919 * gdb.ada/out_of_line_in_inlined: New testcase.
920
87b8eff0
JB
9212015-05-05 Joel Brobecker <brobecker@adacore.com>
922
923 * gdb.ada/var_rec_arr: New testcase.
924
5fccc635
YQ
9252015-04-30 Yao Qi <yao.qi@linaro.org>
926
927 * gdb.base/break-idempotent.exp: If
928 skip_hw_watchpoint_multi_tests returns true, skip the tests
929 on "rwatch" and "awatch".
930
42d38f42
YQ
9312015-04-30 Yao Qi <yao.qi@linaro.org>
932
933 * gdb.base/relativedebug.exp: Invoke gdb command
934 "info sharedlibrary", and if libc.so doesn't have debug info,
935 skip the test.
936
2ce1cdbf
DE
9372015-04-29 Doug Evans <dje@google.com>
938
939 * gdb.python/py-xmethods.exp: Add ptype tests.
940 * gdb.python/py-xmethods.py (E_method_char_worker): Add
941 get_result_type method.
942
f24a38c5
LM
9432015-04-29 Luis Machado <lgustavo@codesourcery.com>
944
945 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
946 the target does not support hardware watchpoints.
947
ecbf2b3c
LM
9482015-04-29 Luis Machado <lgustavo@codesourcery.com>
949
950 * gdb.base/break-always.exp: Abort testing if writing to memory
951 causes an error.
952
34f5f757
DE
9532015-04-28 Doug Evans <dje@google.com>
954
955 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
956 * gdb.python/py-pp-registration.exp: ... here. New file.
957 * gdb.python/py-pp-registration.c: New file.
958 * gdb.python/py-pp-registration.py: New file.
959
69b4374a
DE
9602015-04-28 Doug Evans <dje@google.com>
961
962 * gdb.python/py-bad-printers.c: New file.
963 * gdb.python/py-bad-printers.py: New file.
964 * gdb.python/py-bad-printers.exp: New file.
965
59fb7612
SS
9662015-04-28 Sasha Smundak <asmundak@google.com>
967
968 * gdb.python/py-type.exp: New test.
969
2631b16a
AW
9702015-04-28 Andy Wingo <wingo@igalia.com>
971
972 * gdb.python/py-parameter.exp:
973 * gdb.guile/scm-parameter.exp: Escape the path that we are
974 matching against, as it might contain characters that are special
975 to regular expressions.
976
460efde1
JB
9772015-04-27 Joel Brobecker <brobecker@adacore.com>
978
979 * gdb.ada/rec_comp: New testcase.
980
2d369d8e
SDJ
9812015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
982
983 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
984 before using it.
985
cf75d6c3
AB
9862015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
987
988 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
989 new tests for verilog output.
990
8dbe7ca5
YQ
9912015-04-24 Yao Qi <yao.qi@linaro.org>
992
993 * boards/remote-gdbserver-on-localhost.exp: New file.
994
4ef9fb2f
PA
9952015-04-23 Pedro Alves <palves@redhat.com>
996
997 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
998 $inferior_spawn_id instead of $inferior_spawn_id directly. On
999 "end of file", remove $inferior_spawn_id from the indirect list.
1000
0a803169
PA
10012015-04-23 Pedro Alves <palves@redhat.com>
1002
1003 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
1004
749ef8f8
PA
10052015-04-23 Pedro Alves <palves@redhat.com>
1006
1007 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
1008 on $any_spawn_id instead of only on $gdb_spawn_id.
1009
8aae4344
PM
10102015-04-21 Pierre Muller <muller@sourceware.org>
1011
1012 PR pascal/17815
1013 * lib/pascal.exp (gpc_compile): Add new option "class".
1014 (fpc_compile): Likewise.
1015 * gdb.pascal/case-insensitive-symbols.pas: New file.
1016 * gdb.pascal/case-insensitive-symbols.exp: New file.
1017
1586c8fb
GB
10182015-04-20 Gary Benson <gbenson@redhat.com>
1019
1020 * gdb.base/attach.exp: Fix three extended remote failures.
1021
1b6e6f5c
GB
10222015-04-17 Gary Benson <gbenson@redhat.com>
1023
1024 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
1025 the main executable over the remote protocol.
1026
e797481d
PA
10272015-04-16 Pedro Alves <palves@redhat.com>
1028
1029 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
1030 a new gdbserver if gdbserver_reconnect_p is set.
1031
1ca99c42
PA
10322015-04-16 Pedro Alves <palves@redhat.com>
1033
1034 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
1035 is set, don't exit gdbserver.
1036
af9fd6f8
AA
10372015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1038
1039 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
1040 appropriate .insn, such that an older assembler can be used.
1041 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
1042 the z/Architecture instruction set on 31-bit targets as well.
1043
04ff1e61
AA
10442015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1045
1046 * gdb.go/handcall.exp: Remove all logic related to the first
1047 breakpoint and rely on go_runto_main instead.
1048 * gdb.go/strings.exp: Likewise.
1049 * gdb.go/unsafe.exp: Likewise.
1050 * gdb.go/hello.exp: Likewise. Also rename the remaining
1051 breakpoint marker to "breakpoint 1".
1052 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
1053 * gdb.go/strings.go: Likewise.
1054 * gdb.go/unsafe.go: Likewise.
1055 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
1056 "set breakpoint 2 here" and rename the remaining breakpoint marker
1057 to "breakpoint 1".
1058
40d2f8d6
SM
10592015-04-15 Simon Marchi <simon.marchi@ericsson.com>
1060
1061 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
1062 if itertools.imap is not present.
1063 * gdb.python/py-objfile.exp: Add parentheses.
1064 * gdb.python/py-type.exp: Same.
1065 * gdb.python/py-unwind-maint.py: Same.
1066
8cbc97c6
YQ
10672015-04-15 Yao Qi <yao.qi@linaro.org>
1068
1069 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
1070 of ":$ptr_size" and set its form explicitly.
1071
45fd756c
YQ
10722015-04-15 Pedro Alves <palves@redhat.com>
1073 Yao Qi <yao.qi@linaro.org>
1074
1075 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
1076 timeout by factor of 4.
1077 (test_regular_watch): Likewise.
1078 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
1079 * gdb.reverse/sigall-reverse.exp: Likewise.
1080 * gdb.reverse/until-precsave.exp: Likewise.
1081 * lib/gdb.exp (with_timeout_factor): New proc.
1082 (gdb_expect): Move some code to ...
1083 (get_largest_timeout): ... here. New procedure.
1084
9e811bc3
LM
10852015-04-14 Luis Machado <lgustavo@codesourcery.com>
1086
1087 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
1088
0ff6fcb2
LM
10892015-04-13 Luis Machado <lgustavo@codesourcery.com>
1090
1091 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
1092 to write to the .text section.
1093
7578d5f7
LM
10942015-04-13 Luis Machado <lgustavo@codesourcery.com>
1095
1096 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
1097 Handle the case of targets that do not provide PID information.
1098
2efe15c4
YQ
10992015-04-13 Yao Qi <yao.qi@linaro.org>
1100
1101 * lib/gdbserver-support.exp (gdb_exit): Catch exception
1102 and use expect instead of gdb_expect.
1103
8cd8f2f8
SDJ
11042015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
1105
1106 * gdb.base/coredump-filter.exp: Rename variable "addr" to
1107 "coredump_var_addr" to avoid naming conflict with other testcases.
1108
9ee41772
PA
11092015-04-10 Pedro Alves <palves@redhat.com>
1110
1111 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
1112 gdb_test_sequence and gdb_assert.
1113
07473109
PA
11142015-04-10 Pedro Alves <palves@redhat.com>
1115
1116 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
1117 test messages that don't include the breakpoint address.
1118
de3db44c
YQ
11192015-04-10 Yao Qi <yao.qi@linaro.org>
1120
1121 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
1122 false for some offset and width combinations which aren't
1123 supported by linux kernel.
1124
c79d856c
PA
11252015-04-10 Pedro Alves <palves@redhat.com>
1126
1127 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
1128 procedure, factored out from ...
1129 (top level): ... here. Add "set displaced-stepping" testing axis.
1130 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
1131 parameter "displaced". Use it.
1132 (top level): Use foreach and add "set displaced-stepping" testing
1133 axis.
1134
ebc90b50
PA
11352015-04-10 Pedro Alves <palves@redhat.com>
1136
1137 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
1138 Remove comment.
1139 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
1140 both the address of the instruction that triggers the watchpoint
1141 and the address of the instruction immediately after, and use
1142 those addresses for the test. Fix comment.
1143
8f572e5c
PA
11442015-04-10 Pedro Alves <palves@redhat.com>
1145
1146 * gdb.base/sigstep.exp (breakpoint_to_handler)
1147 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
1148 Test "backtrace" in handler.
1149 (breakpoint_over_handler): New parameter 'displaced'. Use it.
1150 (top level): Add new "displaced" test axis to
1151 breakpoint_to_handler, breakpoint_to_handler_entry and
1152 breakpoint_over_handler.
1153
8d707a12
PA
11542015-04-10 Pedro Alves <palves@redhat.com>
1155
1156 PR gdb/18216
1157 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
1158
ef713951
YQ
11592015-04-10 Yao Qi <yao.qi@linaro.org>
1160
1161 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
1162 (test_add_rn_pc): New function.
1163 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
1164 (top level): Invoke test_add_rn_pc.
1165
906d60cf
PA
11662015-04-10 Pedro Alves <palves@redhat.com>
1167
1168 PR gdb/13858
1169 * gdb.base/step-over-no-symbols.exp: New file.
1170
f2983cc3
AW
11712015-04-09 Andy Wingo <wingo@igalia.com>
1172
1173 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
1174 after the Python tests.
1175
6d62641c
SDJ
11762015-04-08 Keith Seitz <keiths@redhat.com>
1177
1178 PR python/16699
1179 * gdb.python/py-completion.exp: New tests for completion.
1180 * gdb.python/py-completion.py (CompleteLimit1): New class.
1181 (CompleteLimit2): Likewise.
1182 (CompleteLimit3): Likewise.
1183 (CompleteLimit4): Likewise.
1184 (CompleteLimit5): Likewise.
1185 (CompleteLimit6): Likewise.
1186 (CompleteLimit7): Likewise.
1187
f3770638
PA
11882015-04-08 Pedro Alves <palves@redhat.com>
1189
1190 PR gdb/18214
1191 PR gdb/18216
1192 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
1193 function.
1194 (main): Install it as SIGUSR1 handler.
1195 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
1196 parameter. Always use "setup" as prefix. Toggle "set
1197 displaced-stepping" off/on depending on global. Don't switch to
1198 thread 1 here.
1199 (top level): Add displaced stepping "off/on" test axis. Update
1200 "setup" calls. Wrap each subtest with with_test_prefix. Test
1201 continuing with a queued signal in each thread.
1202
4496bed7
PA
12032015-04-08 Pedro Alves <palves@redhat.com>
1204
1205 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
1206 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
1207 gdb_breakpoint instead of gdb_test that doesn't expect anything.
1208 Return early if running to main fails.
1209 * gdb.trace/while-stepping.exp: Likewise.
1210
b97fde92
PA
12112015-04-07 Pedro Alves <palves@redhat.com>
1212
1213 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
1214 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
1215 interact with inferior program.
1216
f71c18e7
PA
12172015-04-07 Pedro Alves <palves@redhat.com>
1218
1219 * lib/gdb.exp (inferior_spawn_id): New global.
1220 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
1221 spawn id after processing the user code.
1222 (default_gdb_start): Set inferior_spawn_id.
1223 (send_inferior): New procedure.
1224 * lib/gdbserver-support.exp (gdbserver_start): Set
1225 inferior_spawn_id.
1226 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
1227
6423214f
PA
12282015-04-07 Pedro Alves <palves@redhat.com>
1229
1230 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
1231 * lib/gdbserver-support.exp (gdbserver_start): Make
1232 $server_spawn_id global.
1233 (gdbserver_start): Don't wait for gdbserver's spawn id with
1234 expect_background.
1235 (close_gdbserver): New procedure.
1236 (gdb_exit): Rename the default version and reimplement.
1237
71c0ee8c
PA
12382015-04-07 Pedro Alves <palves@redhat.com>
1239
72f4393d 1240 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
1241 append the substituted item, not the original item.
1242
203bc29b
PA
12432015-04-07 Pedro Alves <palves@redhat.com>
1244
1245 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
1246 gdb_expect.
1247
508a3ddf
PA
12482015-04-07 Pedro Alves <palves@redhat.com>
1249
1250 * gdb.base/interrupt.exp: Don't handle the case of the inferior
1251 output appearing once only.
1252
9f6dbe2b
PA
12532015-04-07 Pedro Alves <palves@redhat.com>
1254
1255 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
1256 that doesn't expect anything. Return early if running to main
1257 fails.
1258
337532fa
YQ
12592015-04-07 Yao Qi <yao.qi@linaro.org>
1260
1261 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
1262 (child_function): Call alarm.
1263 (main): Move call to alarm into the loop.
1264 * gdb.threads/non-stop-fair-events.exp: Build program with
1265 -DTIMEOUT=$timeout.
1266
01b622d4
DE
12672015-04-06 Doug Evans <xdje42@gmail.com>
1268
1269 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
1270 Fix dest parameter to board_info.
1271 (fpc_compile): Ditto.
1272 (gdb_compile_pascal): Rename dest arg to destfile.
1273
961f4160
PMR
12742015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
1275
1276 * gdb.ada/funcall_ref.exp: New file.
1277 * gdb.ada/funcall_ref/foo.adb: New file.
1278
cafda597
YQ
12792015-04-02 Yao Qi <yao.qi@linaro.org>
1280
1281 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
1282 is remote.
1283
fed040c6
GB
12842015-04-02 Gary Benson <gbenson@redhat.com>
1285
1286 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
1287
d11916aa
SS
12882015-04-01 Sasha Smundak <asmundak@google.com>
1289
1290 * gdb.python/py-unwind-maint.c: New file.
1291 * gdb.python/py-unwind-maint.exp: New test.
1292 * gdb.python/py-unwind-maint.py: New file.
1293 * gdb.python/py-unwind.c: New file.
1294 * gdb.python/py-unwind.exp: New test.
1295 * gdb.python/py-unwind.py: New test.
1296
a1471180
PA
12972015-04-01 Pedro Alves <palves@redhat.com>
1298
1299 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
1300 to fail instead of non-existent $test.
1301
0bbeccb1
PA
13022015-04-01 Pedro Alves <palves@redhat.com>
1303
1304 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
1305 GDBFLAGS if not empty.
1306
3c724c8c
PMR
13072015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
1308
1309 * gdb.ada/complete.exp: Remove "multi_line".
1310 * gdb.ada/info_exc.exp: Remove "multi_line".
1311 * gdb.ada/packed_tagged.exp: Remove "multi_line".
1312 * gdb.ada/ptype_field.exp: Remove "multi_line".
1313 * gdb.ada/sym_print_name.exp: Remove "multi_line".
1314 * gdb.ada/tagged.exp: Remove "multi_line".
1315 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
1316 [multi_line ...]
1317 * gdb.btrace/delta.exp: Likewise.
1318 * gdb.btrace/exception.exp: Likewise.
1319 * gdb.btrace/function_call_history.exp: Likewise.
1320 * gdb.btrace/instruction_history.exp: Likewise.
1321 * gdb.btrace/nohist.exp: Likewise.
1322 * gdb.btrace/record_goto.exp: Likewise.
1323 * gdb.btrace/segv.exp: Likewise.
1324 * gdb.btrace/stepi.exp: Likewise.
1325 * gdb.btrace/tailcall.exp: Likewise.
1326 * gdb.btrace/unknown_functions.exp: Likewise.
1327 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
1328 * lib/gdb.exp: Add the "multi_line" helper.
1329
4eec2deb
PA
13302015-04-01 Pedro Alves <palves@redhat.com>
1331
1332 * gdb.threads/tid-reuse.c: New file.
1333 * gdb.threads/tid-reuse.exp: New file.
1334
df8411da
SDJ
13352015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1336
1337 PR corefiles/16092
1338 * gdb.base/coredump-filter.c: New file.
1339 * gdb.base/coredump-filter.exp: Likewise.
1340
6ef37366
PM
13412015-03-27 Petr Machata <pmachata@redhat.com>
1342
1343 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
1344 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
1345 (Dwarf::assemble): Initialize them.
1346 (Dwarf::lines): New function.
1347
7ec911b0
JT
13482015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
1349
1350 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
1351 SYMBOL_PREFIX for x86_64-*-cygwin.
1352
ff908ebf
AW
13532015-03-26 Andy Wingo <wingo@igalia.com>
1354
1355 PR symtab/18148
1356 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
1357 const_value but not a location.
1358 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
1359 location defined in non-main CUs are visible.
1360
6d5f0679
YQ
13612015-03-26 Yao Qi <yao.qi@linaro.org>
1362
1363 PR testsuite/18139
1364 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
1365 Add a line number entry for the same line.
1366 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
1367 Add a line number entry for the same line.
1368
2898689b
YQ
13692015-03-26 Yao Qi <yao.qi@linaro.org>
1370
1371 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
1372 .int 0.
1373 (func): Likewise. Add .Lfunc_1 label.
1374 Use .Lfunc_1 label.
1375 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
1376 .int 0.
1377 (func): Likewise.
1378 Use .Lfunc_1 label.
1379
85180498
YQ
13802015-03-26 Yao Qi <yao.qi@linaro.org>
1381
1382 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
1383 Call gdb_compile instead to compile each .s files without debug
1384 information.
1385
8aa08a8d
YQ
13862015-03-26 Yao Qi <yao.qi@linaro.org>
1387
1388 * gdb.base/savedregs.exp (process_saved_regs): Make
1389 "Saved registers:" optional in the pattern.
1390
66849923
MM
13912015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1392
1393 * gdb.btrace/next.exp: Merged into step.exp.
1394 * gdb.btrace/finish.exp: Merged into step.exp.
1395 * gdb.btrace/nexti.exp: Merged into stepi.exp.
1396 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
1397 "record goto" and checking the exact replay position.
1398 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
1399 check for "Recording format" in "info record" output.
1400 * gdb.btrace/record_goto.exp: Choose test file based on target.
1401 * gdb.btrace/x86-record_goto.S: Renamed into ...
1402 * gdb.btrace/x86_64-record_goto.S: ... this.
1403 * gdb.btrace/i686-record_goto.S: New.
1404 * gdb.btrace/x86-tailcall.S: Renamed into ...
1405 * gdb.btrace/x86_64-tailcall.S: ... this.
1406 * gdb.btrace/i686-tailcall.S: New.
1407 * gdb.btrace/x86-tailcall.c: Renamed into ...
1408 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
1409 separate statements. Update test.
1410 * gdb.btrace/delta.exp: Use record_goto.c as test file.
1411 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
1412 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
1413 * gdb.btrace/tailcall.exp: Choose test file based on target.
1414 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
1415
11cc1b74
MM
14162015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1417
1418 * gdb.btrace/exception.exp: Increase BTS buffer size.
1419
a25d8bf9
PA
14202015-03-24 Pedro Alves <palves@redhat.com>
1421
1422 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
1423
856e7dd6
PA
14242015-03-24 Pedro Alves <palves@redhat.com>
1425
1426 * gdb.threads/schedlock.exp (test_step): No longer expect that
1427 "set scheduler-locking step" with "next" over a function call runs
1428 threads unlocked.
1429
ad235a41
AT
14302015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1431
1432 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
1433
15630549
AT
14342015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1435
1436 PR breakpoints/16466
1437 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
1438 * gdb.mi/mi-pending.c (thread_func): New function.
1439 (int main): Add threading support required.
1440 * gdb.mi/mi-pending.exp: Add tests for this issue.
1441 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
1442 (pendfunc2): Remove stdio dependency.
1443 * gdb.mi/mi-pendshr2.c: New file.
1444
693dca06
KS
14452015-03-23 Keith Seitz <keiths@redhat.com>
1446
1447 * gdb.linespec/keywords.c: New file.
1448 * gdb.linespec/keywords.exp: New file.
1449
7e993ebf
KS
14502015-03-23 Keith Seitz <keiths@redhat.com>
1451
1452 PR gdb/18021
1453 * gdb.dwarf2/staticvirtual.exp: New test.
1454
bc23328c
JK
14552015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1456
1457 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
1458 * README: Remove HP-UX and gdb.hp.
1459 (configuration):
1460 * configure: Regenerate.
1461 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
1462 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
1463 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
1464 gdb.hp/gdb.defects/Makefile.
1465 * gdb.hp/Makefile.in: File deleted.
1466 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
1467 * gdb.hp/gdb.aCC/optimize.c: File deleted.
1468 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
1469 * gdb.hp/gdb.aCC/run.c: File deleted.
1470 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
1471 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
1472 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
1473 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
1474 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
1475 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
1476 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
1477 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
1478 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
1479 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
1480 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
1481 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
1482 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
1483 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
1484 * gdb.hp/gdb.base-hp/reg.s: File deleted.
1485 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
1486 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
1487 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
1488 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
1489 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
1490 * gdb.hp/gdb.compat/Makefile.in: File deleted.
1491 * gdb.hp/gdb.compat/average.c: File deleted.
1492 * gdb.hp/gdb.compat/sum.c: File deleted.
1493 * gdb.hp/gdb.compat/xdb.c: File deleted.
1494 * gdb.hp/gdb.compat/xdb0.c: File deleted.
1495 * gdb.hp/gdb.compat/xdb0.h: File deleted.
1496 * gdb.hp/gdb.compat/xdb1.c: File deleted.
1497 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
1498 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
1499 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
1500 * gdb.hp/gdb.defects/Makefile.in: File deleted.
1501 * gdb.hp/gdb.defects/bs14602.c: File deleted.
1502 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
1503 * gdb.hp/gdb.defects/solib-d.c: File deleted.
1504 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
1505 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
1506 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
1507 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
1508 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
1509 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
1510 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
1511 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
1512 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
1513 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
1514 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
1515 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
1516 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
1517 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
1518 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
1519 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
1520 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
1521 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
1522 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
1523 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
1524 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
1525 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
1526 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
1527 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
1528 * gdb.hp/tools/odump: File deleted.
1529
8bf3b159
PA
15302015-03-19 Pedro Alves <palves@redhat.com>
1531
1532 * gdb.threads/continue-pending-status.exp (saw_thread_2)
1533 (saw_thread_3): New globals.
1534 (top level): Increment them when an event for the corresponding
1535 thread is seen.
1536 (no thread starvation): New test.
1537
eb54c8bf
PA
15382015-03-19 Pedro Alves <palves@redhat.com>
1539
1540 * gdb.threads/continue-pending-status.c: New file.
1541 * gdb.threads/continue-pending-status.exp: New file.
1542
32d2e5d6
PA
15432015-03-18 Pedro Alves <palves@redhat.com>
1544
1545 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1546 Use gdb_is_target_remote instead of is_remote. Use
1547 gdb_test_multiple instead of gdb_expect. Exit early if
1548 gdb_test_multiple hits its internal matches. Tighten stepi tests
1549 expected output. Fail on exit with any signal, instead of just
1550 SIGILL.
1551
f68f11b7
YQ
15522015-03-18 Yao Qi <yao.qi@linaro.org>
1553
1554 PR tdep/18107
1555 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
1556 variable.
1557 * gdb.base/catch-syscall.exp: Don't skip it on
1558 aarch64*-*-linux* target. Remove elements in all_syscalls.
1559 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
1560 target.
1561 (setup_all_syscalls): New proc.
1562
ca5fd19b
YQ
15632015-03-16 Yao Qi <yao.qi@linaro.org>
1564
1565 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
1566 (top level): Skip tests if valid_addr_p returns false for
1567 $cmd1 or $cmd2.
1568
85642ba0
AW
15692015-03-11 Andy Wingo <wingo@igalia.com>
1570
1571 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
1572
e03f9645
YQ
15732015-03-11 Yao Qi <yao.qi@linaro.org>
1574
1575 * gdb.base/catch-syscall.exp: Fix typo in comments.
1576
5d0962b2
YQ
15772015-03-11 Yao Qi <yao.qi@linaro.org>
1578
1579 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
1580
b2df3cef
PA
15812015-03-09 Pedro Alves <palves@redhat.com>
1582
1583 * dg-extract-results.py: Delete.
1584
ef878e53
PA
15852015-03-09 Pedro Alves <palves@redhat.com>
1586
1587 Merge dg-extract-results.sh from GCC upstream (r218843).
1588
1589 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
1590 * dg-extract-results.sh: Use --text with grep to avoid issues with
1591 binary files. Fall back to cat -v, if that doesn't work.
1592
9494d219
PA
15932015-03-05 Pedro Alves <palves@redhat.com>
1594
1595 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
1596
a8d9763a
SM
15972015-03-04 Simon Marchi <simon.marchi@ericsson.com>
1598
1599 * lib/mi-support.exp (mi_expect_interrupt): Accept
1600 alternative event for when in all-stop mode.
1601
be9957b8
PA
16022015-03-04 Pedro Alves <palves@redhat.com>
1603
1604 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
1605
d57be0f4 16062015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
1607
1608 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
1609
c214c7cf
AA
16102015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1611
1612 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
1613 regexps for GDB's current line display, accept a hex address
1614 preceding the line number.
1615
6d74a497
AA
16162015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1617
1618 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
1619 the 'arch1' variable for "s390*-linux*" targets.
1620
511aee7c
PA
16212015-03-04 Pedro Alves <palves@redhat.com>
1622
1623 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
1624 (main): Pass missing retval argument to pthread_join call.
1625
95e50b27
PA
16262015-03-02 Pedro Alves <palves@redhat.com>
1627
1628 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
1629 (top level): Call do_test with non-stop as well.
1630
28054d69
PA
16312015-03-02 Pedro Alves <palves@redhat.com>
1632
1633 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
1634 -1.
1635
4fa5d7b4
AA
16362015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1637
1638 * gdb.arch/s390-vregs.exp: New test.
1639 * gdb.arch/s390-vregs.S: New file.
1640
97c18565
PA
16412015-02-27 Pedro Alves <palves@redhat.com>
1642
1643 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
1644 call to catch_command_errors.
1645 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
1646 catch_command_errors.
1647
a37bfa30
PA
16482015-02-27 Pedro Alves <palves@redhat.com>
1649
1650 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
1651 "true" for boolean result.
1652 * gdb.gdb/selftest.exp (test_with_self): Also accept full
1653 prototype of main.
1654
6f98576f
PA
16552015-02-27 Pedro Alves <palves@redhat.com>
1656
1657 * lib/unbuffer_output.c: New file.
1658 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
1659 (main): Call gdb_unbuffer_output.
1660
eba5ab56
YQ
16612015-02-27 Yao Qi <yao.qi@linaro.org>
1662
1663 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
1664 target.
1665
0def5aaa
DE
16662015-02-26 Doug Evans <dje@google.com>
1667
1668 * gdb.cp/class2.cc (Dbase, D): New classes.
1669 (main): New local delta.
1670 * gdb.cp/class2.exp: Test printing delta.
1671 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
1672 (dynbar): New global.
1673 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
1674
081a1c2c
JK
16752015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1676
1677 * gdb.compile/compile-ifunc.c: New file.
1678 * gdb.compile/compile-ifunc.exp: New file.
1679
2f41223f
AT
16802015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
1681
1682 * gdb.base/structs.exp: Check for correct struct on finish.
1683
03eddd80
YQ
16842015-02-26 Yao Qi <yao.qi@linaro.org>
1685
1686 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
1687 is zero.
1688
80c57053
JK
16892015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1690
1691 * gdb.arch/cordic.ko.bz2: New file.
1692 * gdb.arch/cordic.ko.debug.bz2: New file.
1693 * gdb.arch/ppc64-symtab-cordic.exp: New file.
1694
21613c12
YQ
16952015-02-25 Yao Qi <yao.qi@linaro.org>
1696
1697 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
1698 aarch64*-*-* target.
1699
d8b901ed
PA
17002015-02-23 Pedro Alves <palves@redhat.com>
1701
1702 * lib/gdb.exp (delete_breakpoints): Rewrite using
1703 gdb_test_multiple.
1704
e5b85ead
PA
17052015-02-23 Pedro Alves <palves@redhat.com>
1706
1707 * gdb.base/info-os.c: Include stdlib.h.
1708
85c3a371
DE
17092015-02-22 Doug Evans <xdje42@gmail.com>
1710
1711 PR symtab/17855
1712 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
1713 is read after symbols have been re-read.
1714 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
1715 * gdb.ada/exec_changed/second.adb (Second): Ditto.
1716
96553a0c
DE
17172015-02-21 Doug Evans <dje@google.com>
1718
1719 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
1720
97a0c697
JK
17212015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1722
1723 PR corefiles/17808
1724 * gdb.arch/i386-biarch-core.core.bz2: New file.
1725 * gdb.arch/i386-biarch-core.exp: New file.
1726
a47cd6e9
PA
17272015-02-21 Pedro Alves <palves@redhat.com>
1728
1729 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
1730 runto_main fails.
1731
c5facdc4
PA
17322015-02-20 Pedro Alves <palves@redhat.com>
1733
1734 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
1735 info probes.
1736
2db9a427
PA
17372015-02-20 Pedro Alves <palves@redhat.com>
1738
1739 * gdb.threads/multi-create-ns-info-thr.exp: New file.
1740
60fb7e9e
PA
17412015-02-20 Pedro Alves <palves@redhat.com>
1742
1743 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
1744 clean_restart before gdb_target_supports_trace.
1745
5c5019c2
PA
17462015-02-20 Pedro Alves <palves@redhat.com>
1747
1748 PR threads/18006
1749 * gdb.threads/clone-thread_db.c: New file.
1750 * gdb.threads/clone-thread_db.exp: New file.
1751
c9587f88
AT
17522015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
1753
1754 PR breakpoints/16812
1755 * gdb.base/catch-gdb-caused-signals.c: New file.
1756 * gdb.base/catch-gdb-caused-signals.exp: New file.
1757
f6a88844
JM
17582015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
1759
1760 * configure: Regenerated.
1761 * configure.ac: Use GDB_AC_TRANSFORM.
1762 * aclocal.m4: sinclude ../transform.m4.
1763
497c491b
JM
17642015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1765
1766 * lib/dtrace.exp: New file.
1767 * gdb.base/dtrace-probe.exp: Likewise.
1768 * gdb.base/dtrace-probe.d: Likewise.
1769 * gdb.base/dtrace-probe.c: Likewise.
1770 * lib/pdtrace.in: Likewise.
1771 * configure.ac: Output variables with the transformed names of
1772 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
1773 * configure: Regenerated.
1774
03e98035
JM
17752015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1776
1777 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
1778 expected message when trying to access $_probe_* convenience
1779 variables while not on a probe.
1780
63cc30e9
JK
17812015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1782
1783 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
1784
0703599a
PA
17852015-02-11 Pedro Alves <pedro@codesourcery.com>
1786
1787 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
1788 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
1789
7e60a48e
DE
17902015-02-10 Doug Evans <xdje42@gmail.com>
1791
1792 * lib/gdb.exp (gdb_load): Always return a result.
1793
01b088bc
PA
17942015-02-10 Pedro Alves <palves@redhat.com>
1795
1796 * gdb.threads/signal-sigtrap.c: New file.
1797 * gdb.threads/signal-sigtrap.exp: New file.
1798
b05ec7a5
AT
17992015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
1800
1801 * gdb.trace/no-attach-trace.c: New file.
1802 * gdb.trace/no-attach-trace.exp: New file.
1803
a2c2acaf
MW
18042015-02-09 Mark Wielaard <mjw@redhat.com>
1805
1806 * gdb.dwarf2/atomic.c: New file.
1807 * gdb.dwarf2/atomic-type.exp: Likewise.
1808
31fd9caa
MM
18092015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1810
1811 * gdb.btrace/buffer-size.exp: Update "info record" output.
1812 * gdb.btrace/delta.exp: Update "info record" output.
1813 * gdb.btrace/enable.exp: Update "info record" output.
1814 * gdb.btrace/finish.exp: Update "info record" output.
1815 * gdb.btrace/instruction_history.exp: Update "info record" output.
1816 * gdb.btrace/next.exp: Update "info record" output.
1817 * gdb.btrace/nexti.exp: Update "info record" output.
1818 * gdb.btrace/step.exp: Update "info record" output.
1819 * gdb.btrace/stepi.exp: Update "info record" output.
1820 * gdb.btrace/nohist.exp: Update "info record" output.
1821
d33501a5
MM
18222015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1823
1824 * gdb.btrace/buffer-size: New.
1825
f4abbc16
MM
18262015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1827
1828 * gdb.btrace/delta.exp: Update "info record" output.
1829 * gdb.btrace/enable.exp: Update "info record" output.
1830 * gdb.btrace/finish.exp: Update "info record" output.
1831 * gdb.btrace/instruction_history.exp: Update "info record" output.
1832 * gdb.btrace/next.exp: Update "info record" output.
1833 * gdb.btrace/nexti.exp: Update "info record" output.
1834 * gdb.btrace/step.exp: Update "info record" output.
1835 * gdb.btrace/stepi.exp: Update "info record" output.
1836 * gdb.btrace/nohist.exp: Update "info record" output.
1837
b9d61307
SM
18382015-02-06 Simon Marchi <simon.marchi@ericsson.com>
1839
1840 PR gdb/15678
1841 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
1842
e584fdbc
PA
18432015-02-06 Pedro Alves <palves@redhat.com>
1844
1845 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
1846 macro.
1847 (seconds_left, again): New globals.
1848 (main): Wait seconds_left in a 1-second sleep loop instead of
1849 sleeping 180 seconds. If 'again' is set, reset the seconds
1850 counter.
1851 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
1852 'again' in the inferior before detaching. Print the seconds left.
1853 (options): New global.
1854 (top level): Build program with -DTIMEOUT=$timeout.
1855
77f41761
PA
18562015-02-06 Pedro Alves <palves@redhat.com>
1857
1858 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
1859 determine how many seconds to pass to 'alarm'.
1860 * gdb.base/gdb-sigterm.exp (top level): Build program with
1861 -DTIMEOUT=$timeout.
1862 (do_test): Return success/failure indication. Add more verbose
1863 logging. Don't fail if 200 single steps are seen. Instead, fail
1864 when the test times out.
1865 (passes): New global.
1866 (top level): Break the testing loop if testing fails on any
1867 iteration. Use gdb_assert.
1868
b9394193
DB
18692015-02-04 Don Breazeal <donb@codesourcery.com>
1870
1871 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
1872 and initialize them.
1873 (ipc_cleanup): New function.
1874 (main): Don't declare shmid, semid, and msqid. Add a call to
1875 atexit so that we call ipc_cleanup on exit.
1876
42d9e528
PA
18772015-02-04 Pedro Alves <palves@redhat.com>
1878
1879 * boards/native-extended-gdbserver.exp: Remove any target variant
1880 specifications from the board name before clearing the isremote
1881 flag from board_info.
1882
ae6ae975
DE
18832015-01-31 Doug Evans <xdje42@gmail.com>
1884
1885 * gdb.base/maint.exp <maint print type argc>: Update expected output.
1886
cfb069a8
GB
18872015-01-31 Gary Benson <gbenson@redhat.com>
1888
1889 * gdb.base/completion.exp: Disable completion limiting for
1890 existing tests. Add new tests to check completion limiting.
1891 * gdb.linespec/ls-errs.exp: Disable completion limiting.
1892
5dd31d79
DE
18932015-01-31 Doug Evans <xdje42@gmail.com>
1894
1895 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
1896
9f050062
DE
18972015-01-31 Doug Evans <xdje42@gmail.com>
1898
1899 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
1900 entries. Duplicate file section script entries.
1901 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
1902 inlined entries. Add test for safe-path rejection.
1903 * gdb.python/py-section-script.c: Add duplicate inlined section script
1904 entries. Duplicate file section script entries.
1905 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
1906 inlined entries. Add test for safe-path rejection.
1907
df25ebbd
JB
19082015-01-29 Joel Brobecker <brobecker@adacore.com>
1909
1910 * gdb.ada/disc_arr_bound: New testcase.
1911
4a0ca9ec
JB
19122015-01-29 Joel Brobecker <brobecker@adacore.com>
1913
1914 * gdb.ada/mi_var_array: New testcase.
1915
3a8b707a
DE
19162015-01-27 Doug Evans <dje@google.com>
1917
1918 * gdb.python/py-objfile.exp: Add tests for objfile.username.
1919 Add test for objfile.filename, objfile.username after objfile
1920 has been unloaded.
1921
f8313f6e
JB
19222015-01-26 Joel Brobecker <brobecker@adacore.com>
1923
1924 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
1925 the second test to print the name attribute of value
1926 returned by the call to gdb.lookup_type, and adjust
1927 the expected output accordingly.
1928
37bc665e
MW
19292015-01-25 Mark Wielaard <mjw@redhat.com>
1930
1931 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
1932 * gdb.base/disp-step-fork.c: Include unistd.h.
1933 * gdb.base/siginfo-obj.c: Include stdio.h.
1934 * gdb.base/siginfo-thread.c: Likewise.
1935 * gdb.mi/non-stop.c: Include unistd.h.
1936 * gdb.mi/nsthrexec.c: Include stdio.h.
1937 * gdb.mi/pthreads.c: Include unistd.h.
1938 * gdb.modula2/unbounded1.c (main): Declare returns int.
1939 * gdb.reverse/consecutive-reverse.c: Likewise.
1940 * gdb.threads/create-fail.c: Include unistd.h.
1941 * gdb.threads/killed.c: Likewise.
1942 * gdb.threads/linux-dp.c: Likewise.
1943 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
1944 * gdb.threads/non-ldr-exc-2.c: Likewise.
1945 * gdb.threads/non-ldr-exc-3.c: Likewise.
1946 * gdb.threads/non-ldr-exc-4.c: Likewise.
1947 * gdb.threads/pthreads.c: Include unistd.h.
1948 (main): Declare returns int.
1949 * gdb.threads/tls-main.c (foo): New declaration.
1950 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
1951
f7e5394d
SM
19522015-01-23 Simon Marchi <simon.marchi@ericsson.com>
1953
1954 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
1955 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
1956
743649fd
MW
19572015-01-15 Mark Wielaard <mjw@redhat.com>
1958
1959 * gdb.base/noreturn-return.c: New file.
1960 * gdb.base/noreturn-return.exp: New file.
1961 * gdb.base/noreturn-finish.c: New file.
1962 * gdb.base/noreturn-finish.exp: New file.
1963
198297aa
PA
19642015-01-23 Pedro Alves <palves@redhat.com>
1965
1966 * gdb.threads/continue-pending-after-query.c: New file.
1967 * gdb.threads/continue-pending-after-query.exp: New file.
1968
717cf30c
AG
19692015-01-22 Anders Granlund <anders.granlund@ericsson.com>
1970 Simon Marchi <simon.marchi@ericsson.com>
1971
1972 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
1973 * gdb.base/valgrind-db-attach.exp: Same.
1974 * gdb.base/valgrind-infcall.exp: Same.
1975 * lib/mi-support.exp (default_mi_gdb_start): Same.
1976 * lib/prompt.exp (default_prompt_gdb_start): Same.
1977 * lib/gdb.exp (default_gdb_spawn): Same.
1978 (gdb_interact): New.
1979
1980
4b62a76e
JK
19812015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1982
1983 * gdb.compile/compile.exp (pointer to jit function): New test.
1984
b4cdae6f
WW
19852015-01-17 Wei-cheng Wang <cole945@gmail.com>
1986
1987 * lib/gdb.exp (supports_process_record): Return true for
1988 powerpc*-*-linux*.
1989 (supports_reverse): Likewise.
1990
d221e7ef
DB
19912015-01-15 Don Breazeal <donb@codesourcery.com>
1992
1993 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
1994 instead of checking whether the target board is remote and
1995 use spawn_wait_for_attach instead of exec/sleep.
1996 * gdb.base/attach-twice.exp: Likewise.
1997
bafffb51
JB
19982015-01-15 Joel Brobecker <brobecker@adacore.com>
1999
2000 * gdb.ada/var_arr_attrs: New testcase.
2001
5589af0e
PA
20022015-01-14 Pedro Alves <palves@redhat.com>
2003 Joel Brobecker <brobecker@adacore.com>
2004
2005 PR gdb/17525
2006 * gdb.base/bp-cmds-execution-x-script.c: New file.
2007 * gdb.base/bp-cmds-execution-x-script.exp: New file.
2008 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
2009
6c400b59
PA
20102015-01-14 Pedro Alves <palves@redhat.com>
2011
2012 PR cli/17828
2013 * gdb.base/batch-preserve-term-settings.c: New file.
2014 * gdb.base/batch-preserve-term-settings.exp: New file.
2015
e02c96a7
DE
20162015-01-13 Doug Evans <dje@google.com>
2017
2018 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
2019 binary.
2020
576fd14c
JB
20212015-01-13 Joel Brobecker <brobecker@adacore.com>
2022
2023 * Makefile.in (clean mostlyclean): Do not delete *.py.
2024
04dccad0
JB
20252015-01-13 Joel Brobecker <brobecker@adacore.com>
2026
2027 * gdb.python/py-lookup-type.exp: New file.
2028
3d230f71
PA
20292015-01-12 Pedro Alves <palves@redhat.com>
2030
2031 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
2032 restore GDBFLAGS before returning.
2033
7e67715d
JK
20342015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2035
2036 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
2037 is_amd64_regs_target and is_x86_like_target.
2038
f2e0d4b4
DE
20392015-01-11 Doug Evans <xdje42@gmail.com>
2040
2041 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
2042 is given without an explicit form.
2043 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
2044 attributes.
2045 * gdb.dwarf/corrupt.exp: Ditto.
2046 * gdb.dwarf2/enum-type.exp: Ditto.
2047 * gdb.trace/entry-values.exp: Ditto.
2048 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
2049
439250fb
DE
20502015-01-11 Doug Evans <xdje42@gmail.com>
2051
2052 PR gdb/15830
2053 * gdb.base/maint.exp: Remove references to "maint demangle".
2054 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
2055 Add tests for explicitly specifying language to demangle.
2056 * gdb.dlang/demangle.exp: Ditto.
2057
ede9f622
PA
20582015-01-09 Pedro Alves <palves@redhat.com>
2059
2060 * gdb.threads/non-stop-fair-events.c: New file.
2061 * gdb.threads/non-stop-fair-events.exp: New file.
2062
a7b796db
PA
20632015-01-09 Pedro Alves <palves@redhat.com>
2064
2065 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
2066 the global scope. Set a breakpoint after all threads are started
2067 rather than stepping over two source lines. Expect the prompt.
2068 * gdb.base/watch_thread_num.c (threads_started_barrier): New
2069 global.
2070 (NUM): Now 15.
2071 (main): Use threads_started_barrier to wait for all threads to
2072 start. Main thread no longer calls thread_function. Exit after
2073 180 seconds.
2074 (loop): New function.
2075 (thread_function): Wait on threads_started_barrier barrier. Call
2076 'loop' at each iteration.
2077 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
2078 threads have started, instead of hardcoding number of "next"
2079 steps. Use an access watchpoint instead of a write watchpoint.
2080
9665ffdd
PA
20812015-01-09 Pedro Alves <palves@redhat.com>
2082
2083 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
2084 (thread_func): Wait on barrier.
2085 (main): Wait for all threads to start before stopping GDB.
2086 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
2087 global.
2088 (thread1_func, thread2_func): Wait on barrier.
2089 (main): Wait for all threads to start before stopping GDB.
2090 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
2091 New global.
2092 (thread1_func, thread2_func): Wait on barrier.
2093 (main): Wait for all threads to start before stopping GDB.
2094
c945a99f
PA
20952015-01-09 Pedro Alves <palves@redhat.com>
2096
2097 * gdb.threads/attach-many-short-lived-threads.c: New file.
2098 * gdb.threads/attach-many-short-lived-threads.exp: New file.
2099
c1a747c1
PA
21002014-01-09 Pedro Alves <palves@redhat.com>
2101
2102 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
2103 instead of to thread 2.
2104 * gdb.threads/signal-command-multiple-signals-pending.c (main):
2105 Add barrier around each pthread_create call instead of around all
2106 calls.
2107 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
2108 Set a break on thread_function and have the child threads hit it
2109 one at at a time.
2110
60b3033e
PA
21112015-01-09 Pedro Alves <palves@redhat.com>
2112
2113 * lib/gdb.exp (can_spawn_for_attach): New procedure.
2114 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
2115 false.
2116 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
2117 checking whether the target board is remote.
2118 * gdb.multi/multi-attach.exp: Likewise.
2119 * gdb.python/py-sync-interp.exp: Likewise.
2120 * gdb.server/ext-attach.exp: Likewise.
2121 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
2122 tests that need to attach, instead of checking whether the target
2123 board is remote at the top of the file.
2124
acc018ac
YQ
21252015-01-08 Yao Qi <yao@codesourcery.com>
2126
2127 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
2128
50a18af8
JK
21292015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2130
2131 Fix testcase compilation.
2132 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
2133
8503d6e1
JB
21342015-01-06 Joel Brobecker <brobecker@adacore.com>
2135
2136 * gdb.python/py-type.exp: Add a couple test about empty
2137 array creation, and negative-length array creation.
2138
cc73dbcc
DE
21392015-01-02 Doug Evans <xdje42@gmail.com>
2140
2141 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
2142
0300bbc7
DE
21432015-01-02 Doug Evans <dje@google.com>
2144
2145 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
2146
9d85a0ec
YQ
21472014-12-29 Yao Qi <yao@codesourcery.com>
2148
2149 * gdb.trace/entry-values.exp: Update comments. Rename variable
2150 bar_call_foo to returned_from_foo.
2151
87186c6a
MMN
21522014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
2153
2154 PR gdb/17394
2155 * gdb.linespec/break-asm-file.c: New file.
2156 * gdb.linespec/break-asm-file.exp: New file.
2157 * gdb.linespec/break-asm-file0.s: New file.
2158 * gdb.linespec/break-asm-file1.s: New file.
2159
1bab7383
YQ
21602014-12-18 Nigel Stephens <nigel@mips.com>
2161 Maciej W. Rozycki <macro@codesourcery.com>
2162
2163 * gdb.base/float.exp: Handle the new output from "info float" on
2164 MIPS targets.
2165
1bc1068a
JK
21662014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2167
2168 Fix MinGW compilation.
2169 * gdb.compile/compile-ops.exp: Update untested message if
2170 !skip_compile_feature_tests.
2171 * gdb.compile/compile-setjmp.exp: Likewise.
2172 * gdb.compile/compile-tls.exp: Likewise.
2173 * gdb.compile/compile.exp: Likewise.
2174 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
2175 supported on this host".
2176
b6615d10
DE
21772014-12-16 Doug Evans <xdje42@gmail.com>
2178
2179 * boards/stabs.exp: New file.
2180
25dda427
AA
21812014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
2182
2183 * gdb.base/completion.exp: Adjust to format changes of "maint
2184 print user-registers".
2185
bf330350
CU
21862014-12-16 Catalin Udma <catalin.udma@freescale.com>
2187
2188 PR server/17457
2189 * gdb.arch/aarch64-fp.c: New file.
2190 * gdb.arch/aarch64-fp.exp: New file.
2191
395cf596
SDJ
21922014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2193
2194 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
2195 r210637, r210913, r211666, r215400, r215817).
2196
2197 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
2198 * dg-extract-results.py: New file.
2199 * dg-extract-results.sh: Use it if the environment seems
2200 suitable.
2201
2202 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
2203
2204 * dg-extract-results.py (parse_run): Handle warnings that
2205 are printed before a test harness is run.
2206
2207 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
2208
2209 * dg-extract-results.py (Named): Remove __cmp__ method.
2210 (output_variation): Use a key to sort variation.harnesses.
2211
2212 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
2213
2214 * dg-extract-results.py: For Python 3, force sys.stdout to
2215 handle surrogate escape sequences.
2216 (safe_open): New function.
2217 (output_segment, main): Use it.
2218
2219 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
2220
2221 * dg-extract-results.py (Prog.result_re): Include options
2222 in test name.
2223
2224 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
2225
2226 * dg-extract-results.py (output_variation): Always sort if
2227 do_sum.
2228
e882ef3c
SM
22292014-12-15 Simon Marchi <simon.marchi@ericsson.com>
2230
2231 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
2232 as long as we get pagination notifications.
2233
4992aa20
JM
22342014-12-15 Jason Merrill <jason@redhat.com>
2235
2236 * Makefile.in (check-gdb.%): Restore.
2237 * README: Mention it.
2238
c1b5a1a6
JB
22392014-12-13 Joel Brobecker <brobecker@adacore.com>
2240
2241 * gdb.ada/str_uninit: New testcase.
2242
5537b577
JK
22432014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2244
2245 PR symtab/17642
2246 * gdb.base/vla-stub-define.c: New file.
2247 * gdb.base/vla-stub.c: New file.
2248 * gdb.base/vla-stub.exp: New file.
2249
bb2ec1b3
TT
22502014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2251 Jan Kratochvil <jan.kratochvil@redhat.com>
2252 Tom Tromey <tromey@redhat.com>
2253
2254 * configure.ac: Add gdb.compile/.
2255 * configure: Regenerate.
2256 * gdb.compile/Makefile.in: New file.
2257 * gdb.compile/compile-ops.exp: New file.
2258 * gdb.compile/compile-ops.c: New file.
2259 * gdb.compile/compile-tls.c: New file.
2260 * gdb.compile/compile-tls.exp: New file.
2261 * gdb.compile/compile-constvar.S: New file.
2262 * gdb.compile/compile-constvar.c: New file.
2263 * gdb.compile/compile-mod.c: New file.
2264 * gdb.compile/compile-nodebug.c: New file.
2265 * gdb.compile/compile-setjmp-mod.c: New file.
2266 * gdb.compile/compile-setjmp.c: New file.
2267 * gdb.compile/compile-setjmp.exp: New file.
2268 * gdb.compile/compile-shlib.c: New file.
2269 * gdb.compile/compile.c: New file.
2270 * gdb.compile/compile.exp: New file.
2271 * lib/gdb.exp (skip_compile_feature_tests): New proc.
2272
4ff709eb
TT
22732014-12-12 Tom Tromey <tromey@redhat.com>
2274
2275 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
2276 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
2277
6dddd6a5
DE
22782014-12-12 Doug Evans <dje@google.com>
2279
2280 * lib/gdb-python.exp (get_python_valueof): New function.
2281 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
2282
71c24708
AA
22832014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2284
2285 * gdb.base/completion.exp: Add test for completion of "info
2286 registers ".
2287
3e29f34a
MR
22882014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
2289
2290 * gdb.base/func-ptrs.c: New file.
2291 * gdb.base/func-ptrs.exp: New file.
2292
fc126975
SM
22932014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2294
2295 PR breakpoints/17012
2296 * gdb.base/dprintf-detach.c: New file.
2297 * gdb.base/dprintf-detach.exp: New file.
2298
0a46d518
SM
22992014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2300
2301 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
2302 * lib/gdb.exp (target_is_gdbserver): New procedure.
2303
a0be3e44
DE
23042014-12-08 Doug Evans <dje@google.com>
2305
2306 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
2307
df1b803a
YQ
23082014-12-05 Yao Qi <yao@codesourcery.com>
2309
2310 * gdb.guile/scm-error.exp: Remove the third argument to
2311 gdb_remote_download.
2312 * gdb.guile/scm-frame-args.exp: Likewise.
2313 * gdb.guile/scm-section-script.exp: Likewise.
2314
ddb9f679
YQ
23152014-12-05 Yao Qi <yao@codesourcery.com>
2316
2317 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
2318
86e4ed39
DE
23192014-12-04 Doug Evans <dje@google.com>
2320
2321 * gdb.python/py-objfile.exp: Add tests for
2322 objfile.add_separate_debug_file.
2323
7c50a931
DE
23242014-12-04 Doug Evans <dje@google.com>
2325
2326 * lib/gdb.exp (get_build_id): New function.
2327 (build_id_debug_filename_get): Rewrite to use it.
2328 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
2329
621661e3
MR
23302014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
2331
2332 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
2333 `method(long)', not just 0x0.
2334 * gdb.cp/nsalias.exp: Align code labels to 4.
2335 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
2336 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
2337 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
2338 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
2339 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
2340 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
2341
29f0c3b7
DE
23422014-12-02 Doug Evans <dje@google.com>
2343
e1e061e7 2344 PR symtab/17602
29f0c3b7 2345 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 2346 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
2347 * gdb.cp/anon-ns.exp: Update.
2348
162078c8
NB
23492014-12-02 Nick Bull <nicholaspbull@gmail.com>
2350
2351 * gdb.python/py-events.py (inferior_call_handler): New.
2352 (register_changed_handler, memory_changed_handler): New.
2353 (test_events.invoke): Register new handlers.
2354 * gdb.python/py-events.exp: Add tests for inferior call,
2355 memory_changed and register_changed events.
2356
fdb09caf
AA
23572014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2358
2359 * gdb.base/execl-update-breakpoints.exp: Specify the link address
2360 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
2361 if the linker doesn't understand this.
2362
55cfb2c4
SM
23632014-12-01 Simon Marchi <simon.marchi@ericsson.com>
2364
2365 * gdb.python/python.exp: Change expected reply to help().
2366
9e8cd6df
YQ
23672014-12-01 Yao Qi <yao@codesourcery.com>
2368
2369 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
2370 AC_CONFIG_SUBDIRS(gdb.gdbtk).
2371 * configure: Re-generated.
2372
6c659fc2
SC
23732014-11-28 Siva Chandra Reddy <sivachandra@google.com>
2374
2375 * gdb.cp/chained-calls.cc: New file.
2376 * gdb.cp/chained-calls.exp: New file.
2377 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
2378
d7fc3181
SM
23792014-11-28 Simon Marchi <simon.marchi@ericsson.com>
2380
2381 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
2382 * gdb.dwarf2/symtab-producer.exp: Same.
2383 * gdb.gdb/python-interrupts.exp: Same.
2384 * gdb.gdb/python-selftest.exp: Same.
2385 * gdb.python/py-linetable.exp: Same.
2386 * gdb.python/py-type.exp: Same.
2387 * gdb.python/py-value-cc.exp: Same.
2388 * gdb.python/py-value.exp: Same.
2389
10e79639
YQ
23902014-11-28 Yao Qi <yao@codesourcery.com>
2391
2392 * gdb.base/break-probes.exp: Match library name prefixed with
2393 sysroot.
2394
f28a0564
SM
23952014-11-27 Simon Marchi <simon.marchi@ericsson.com>
2396
2397 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
2398 test expected output. Add parentheses for the call to print.
2399 Remove L suffix from integers.
2400
3fe1ce1d
DE
24012014-11-26 Doug Evans <dje@google.com>
2402
2403 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
2404
84429e27
YQ
24052014-11-22 Yao Qi <yao@codesourcery.com>
2406
2407 * gdb.trace/entry-values.c: Remove asms.
2408 (foo): Add foo_label.
2409 (bar): Add bar_label.
2410 * gdb.trace/entry-values.exp: Remove code computing foo's
2411 length and bar's length.
2412 (Dwarf::assemble): Invoke function_range for bar and use
2413 MACRO_AT_func for foo.
2414
26741859
YQ
24152014-11-22 Yao Qi <yao@codesourcery.com>
2416
2417 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
2418 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
2419 Use .Lgcc43_procstart instead of gcc43.
2420
45e44d27
JB
24212014-11-21 Joel Brobecker <brobecker@adacore.com>
2422
2423 * gdb.ada/n_arr_bound: New testcase.
2424
458c8db8
SDJ
24252014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2426
2427 PR breakpoints/10737
2428 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
2429 test_catch_syscall_multi_arch.
2430 (test_catch_syscall_multi_arch): New function.
2431
43f3e411
DE
24322014-11-20 Doug Evans <xdje42@gmail.com>
2433
2434 * gdb.base/maint.exp: Update expected output.
2435
0d7b2549
AA
24362014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2437
2438 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
2439 4-byte instruction on S390.
2440
8908fca5
JB
24412014-11-19 Joel Brobecker <brobecker@adacore.com>
2442
2443 * gdb.ada/arr_arr: New testcase.
2444
4a46959e
JB
24452014-11-19 Joel Brobecker <brobecker@adacore.com>
2446
2447 * gdb.ada/pkd_arr_elem: New Testcase.
2448
470e2f4e
LM
24492014-11-18 Luis Machado <lgustavo@codesourcery.com>
2450
2451 * gdb.reverse/break-precsave: Expect completion message for
2452 core file reads.
2453 * gdb.reverse/consecutive-precsave.exp: Likewise.
2454 * gdb.reverse/finish-precsave.exp: Likewise.
2455 * gdb.reverse/i386-precsave.exp: Likewise.
2456 * gdb.reverse/machinestate-precsave.exp: Likewise.
2457 * gdb.reverse/sigall-precsave.exp: Likewise.
2458 * gdb.reverse/solib-precsave.exp: Likewise.
2459 * gdb.reverse/step-precsave.exp: Likewise.
2460 * gdb.reverse/until-precsave.exp: Likewise.
2461 * gdb.reverse/watch-precsave.exp: Likewise.
2462
a267f3ad
AA
24632014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2464
2465 * gdb.base/bp-permanent.c: Include unistd.h.
2466 * gdb.python/py-framefilter-mi.c (main): Add return type.
2467 * gdb.python/py-framefilter.c (main): Likewise.
2468 * gdb.trace/actions-changed.c (main): Likewise.
2469
12084a9a
AA
24702014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2471
2472 * gdb.mi/until.c: Add eye-catchers.
2473 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
2474 line numbers.
2475
dc7e1a77
AA
24762014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2477
2478 * gdb.base/condbreak.exp: Drop references to removed non-prototype
2479 function header variants in break1.c.
2480 * gdb.base/ena-dis-br.exp: Likewise.
2481 * gdb.base/hbreak2.exp: Likewise.
2482 * gdb.reverse/until-precsave.exp: Drop references to removed
2483 non-prototype function header variants in ur1.c.
2484 * gdb.reverse/until-reverse.exp: Likewise.
2485
41c77605
PM
24862014-11-17 Petr Machata <pmachata@redhat.com>
2487
2488 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
2489 ${_cu_offset_size} bytes abbrev offset.
2490
34248c3a
DE
24912014-11-15 Doug Evans <xdje42@gmail.com>
2492
2493 PR symtab/17559
2494 * gdb.base/line-symtabs.exp: New file.
2495 * gdb.base/line-symtabs.c: New file.
2496 * gdb.base/line-symtabs.h: New file.
2497
646da059
YQ
24982014-11-14 Yao Qi <yao@codesourcery.com>
2499
2500 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
2501 (func): Add label func_label.
2502 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
2503 Replace low_pc and high_pc with MACRO_AT_range.
2504 Replace name, low_pc and high_pc with MACRO_AT_func.
2505
9301ebe6
YQ
25062014-11-14 Yao Qi <yao@codesourcery.com>
2507
2508 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
2509 Replace name, low_pc and high_pc with MACRO_AT_func.
2510
f166b542
YQ
25112014-11-14 Yao Qi <yao@codesourcery.com>
2512
2513 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
2514 produce debug information.
2515 * gdb.dwarf2/implptr-optimized-out.S: Removed.
2516
0f6e71e3
YQ
25172014-11-14 Yao Qi <yao@codesourcery.com>
2518
2519 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
2520 object and get function length.
2521 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
2522 with MACRO_AT_func.
2523 (top-level): Replace gdb_compile and clean_restart with
2524 prepare_for_testing.
2525 * gdb.dwarf2/main.c (main): Add label main_label.
2526
876c4df9
YQ
25272014-11-14 Yao Qi <yao@codesourcery.com>
2528
2529 * lib/dwarf.exp (function_range): New procedure.
2530 (Dwarf::_handle_macro_at_func): New procedure.
2531 (Dwarf::_handle_macro_at_range): New procedure.
2532 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
2533
02ad9cf1
YQ
25342014-11-14 Yao Qi <yao@codesourcery.com>
2535
2536 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
2537 (_handle_attribute): New procedure.
2538
a59add0c
AA
25392014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2540
2541 * gdb.ada/cond_lang/foo.c (callme): Add return type.
2542 * gdb.base/call-sc.c (zed): Likewise.
2543 * gdb.base/checkpoint.c (main): Likewise.
2544 * gdb.base/dump.c (main): Likewise.
2545 * gdb.base/gcore.c (main): Likewise.
2546 * gdb.base/huge.c (main): Likewise.
2547 * gdb.base/multi-forks.c (main): Likewise.
2548 * gdb.base/pr10179-a.c (main): Likewise.
2549 * gdb.base/savedregs.c (main): Likewise.
2550 * gdb.base/sigaltstack.c (main): Likewise.
2551 * gdb.base/siginfo.c (main): Likewise.
2552 * gdb.base/structs.c (zed): Likewise.
2553 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
2554 * gdb.mi/mi-syn-frame.c (main): Likewise.
2555 * gdb.mi/until.c (foo, main): Likewise.
2556 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
2557 * gdb.base/solib-weak.c (foo): Declare.
2558 * gdb.base/attach-twice.c: Include stdio.h.
2559 * gdb.base/weaklib1.c: Likewise.
2560 * gdb.base/weaklib2.c: Likewise.
2561 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
2562 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
2563 unistd.h.
2564 * gdb.base/attach-pie-misread.c: Include stdlib.h.
2565 * gdb.mi/mi-exit-code.c: Likewise.
2566 * gdb.base/break-interp-lib.c: Include string.h.
2567 * gdb.base/coremaker.c: Likewise.
2568 * gdb.base/testenv.c: Likewise.
2569 * gdb.python/py-finish-breakpoint.c: Likewise.
2570 * gdb.base/inferior-died.c: Include sys/wait.h.
2571 * gdb.base/fileio.c: Include time.h.
2572 * gdb.base/async-shell.c: Include unistd.h.
2573 * gdb.base/dprintf-non-stop.c: Likewise.
2574 * gdb.base/info-os.c: Likewise.
2575 * gdb.mi/mi-console.c: Likewise.
2576 * gdb.mi/watch-nonstop.c: Likewise.
2577 * gdb.python/py-events.c: Likewise.
2578 * gdb.base/async.c (baz): Move up before its invocation.
2579 * gdb.base/code_elim2.c (my_global_func): Likewise.
2580 * gdb.base/skip-solib-lib.c (multiply): Likewise.
2581 * gdb.base/advance.c (func2): Likewise.
2582
3b5d5997
AA
25832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2584
2585 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
2586 variant.
2587 * gdb.base/annota3.c: Likewise.
2588 * gdb.base/async.c: Likewise.
2589 * gdb.base/average.c: Likewise.
2590 * gdb.base/call-ar-st.c: Likewise.
2591 * gdb.base/call-rt-st.c: Likewise.
2592 * gdb.base/call-sc.c: Likewise.
2593 * gdb.base/call-strs.c: Likewise.
2594 * gdb.base/ending-run.c: Likewise.
2595 * gdb.base/execd-prog.c: Likewise.
2596 * gdb.base/exprs.c: Likewise.
2597 * gdb.base/foll-exec.c: Likewise.
2598 * gdb.base/foll-fork.c: Likewise.
2599 * gdb.base/foll-vfork.c: Likewise.
2600 * gdb.base/funcargs.c: Likewise.
2601 * gdb.base/gcore.c: Likewise.
2602 * gdb.base/jump.c: Likewise.
2603 * gdb.base/langs0.c: Likewise.
2604 * gdb.base/langs1.c: Likewise.
2605 * gdb.base/langs2.c: Likewise.
2606 * gdb.base/mips_pro.c: Likewise.
2607 * gdb.base/nodebug.c: Likewise.
2608 * gdb.base/opaque0.c: Likewise.
2609 * gdb.base/opaque1.c: Likewise.
2610 * gdb.base/recurse.c: Likewise.
2611 * gdb.base/run.c: Likewise.
2612 * gdb.base/scope0.c: Likewise.
2613 * gdb.base/scope1.c: Likewise.
2614 * gdb.base/setshow.c: Likewise.
2615 * gdb.base/setvar.c: Likewise.
2616 * gdb.base/shmain.c: Likewise.
2617 * gdb.base/shr1.c: Likewise.
2618 * gdb.base/shr2.c: Likewise.
2619 * gdb.base/sigall.c: Likewise.
2620 * gdb.base/signals.c: Likewise.
2621 * gdb.base/so-indr-cl.c: Likewise.
2622 * gdb.base/solib2.c: Likewise.
2623 * gdb.base/structs.c: Likewise.
2624 * gdb.base/sum.c: Likewise.
2625 * gdb.base/vforked-prog.c: Likewise.
2626 * gdb.base/watchpoint.c: Likewise.
2627 * gdb.reverse/shr2.c: Likewise.
2628 * gdb.reverse/until-reverse.c: Likewise.
2629 * gdb.reverse/ur1.c: Likewise.
2630 * gdb.reverse/watch-reverse.c: Likewise.
2631
066a77c5
AA
26322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2633
2634 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
2635 variant.
2636 * gdb.base/sepdebug.exp: Drop references to removed code.
2637
4f204ea5
AA
26382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2639
2640 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
2641 variant. Preserve original line numbering.
2642 * gdb.base/list1.c: Likewise.
2643
3b377a3a
AA
26442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2645
2646 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
2647 variant.
2648 * gdb.base/break1.c: Likewise.
2649 * gdb.base/break.exp: Drop references to removed code.
2650
e444df73
AA
26512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2652
2653 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
2654 variant.
2655
8008f2a7
AA
26562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2657
2658 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
2659
a5a06887
AA
26602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2661
2662 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
2663 logic into perform_all_tests() and invoke it with and without
2664 function header prototypes.
2665 (do_function_calls): Remove conditional XFAIL for PR 5318.
2666 (rerun_and_prepare): Remove duplicate code.
2667 (perform_all_tests): New. Main logic moved here.
2668
44dba9b9
AA
26692014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2670
2671 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
2672 code guarded by #ifdef NO_PROTOTYPES.
2673 (t_double_many_args): Likewise.
2674 (DEF_FUNC_MANY_ARGS_1): Likewise.
2675 (DEF_FUNC_VALUES_1): Likewise.
2676 (t_structs_ldc): Renamed from t_structs_fc in conditional code
2677 guarded by #ifdef PROTOTYPES.
2678
d1fbcd56
AA
26792014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2680
2681 * gdb.mi/mi-console.c: Add eye-catcher.
2682 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
2683 instead of literal line number.
2684
b0e59b8f
AA
26852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2686
2687 * gdb.base/shr2.c: Add eye-catcher.
2688 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
2689 line number.
2690
78f98cca
AA
26912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2692
2693 * gdb.base/jump.c: Add eye-catchers.
2694 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
2695 numbers.
2696
58fa2af0
AA
26972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2698
2699 * gdb.base/execd-prog.c: Add eye-catchers.
2700 * gdb.base/foll-exec.c: Likewise.
2701 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
2702 line numbers.
2703
04e5059b
AA
27042014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2705
2706 * gdb.base/ending-run.c: Add eye-catchers.
2707 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
2708 literal line numbers.
2709
dbfdb174
AA
27102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2711
2712 * gdb.base/call-rt-st.c: Add eye-catchers.
2713 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
2714 literal line numbers.
2715
888a2ade
AA
27162014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2717
2718 * gdb.base/call-ar-st.c: Add eye-catchers.
2719 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
2720 literal line numbers.
2721
6acc2dde
AA
27222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2723
2724 * gdb.base/average.c: Add eye-catchers.
2725 * gdb.base/sum.c: Likewise.
2726 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
2727 regexps dynamically.
2728
9ecfcd1d
AA
27292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2730
2731 * gdb.base/solib1.c: Add eye-catchers.
2732 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
2733 literal line numbers.
2734
78708b7c
PA
27352014-11-12 Pedro Alves <palves@redhat.com>
2736
2737 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
2738 leader has exited.
2739
af48d08f
PA
27402014-11-12 Pedro Alves <palves@redhat.com>
2741
2742 * gdb.arch/i386-bp_permanent.c: New file.
2743 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
2744 (srcfile): Set to i386-bp_permanent.c.
2745 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
2746 that stepi does not execute the 'leave' instruction, instead of
2747 testing it does execute.
2748 * gdb.base/bp-permanent.c: New file.
2749 * gdb.base/bp-permanent.exp: New file.
2750
af3768e9
DE
27512014-11-10 Doug Evans <xdje42@gmail.com>
2752
2753 PR symtab/17564
2754 * gdb.base/symtab-search-order.exp: New file.
2755 * gdb.base/symtab-search-order.c: New file.
2756 * gdb.base/symtab-search-order-1.c: New file.
2757 * gdb.base/symtab-search-order-shlib-1.c: New file.
2758
9de00a4a
PA
27592014-11-07 Pedro Alves <palves@redhat.com>
2760
2761 PR gdb/17511
2762 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
2763 i?86-*-linux*.
2764
e0f52461
SC
27652014-11-03 Siva Chandra Reddy <sivachandra@google.com>
2766
2767 PR c++/17494
2768 * gdb.cp/pr17494.cc: New file.
2769 * gdb.cp/pr17494.exp: New file.
2770
6ce8c980
YQ
27712014-11-02 Yao Qi <yao@codesourcery.com>
2772
2773 * gdb.python/python.exp: Get working directory and match the
2774 output of "set extended-prompt \\w " with it.
2775
02be9a71
DE
27762014-10-30 Doug Evans <dje@google.com>
2777
2778 * gdb.python/py-objfile.exp: Add tests for setting random attributes
2779 in objfiles.
2780 * gdb.python/py-progspace.exp: Add tests for setting random attributes
2781 in progspaces.
2782
3bdff46b
LM
27832014-10-30 Janis Johnson <janisjo@codesourcery.com>
2784
2785 * gdb.base/fullpath-expand.exp: Skip for a remote host.
2786 * gdb.base/realname-expand.exp: Likewise.
2787 * gdb.linespec/macro-relative.exp: Likewise.
2788
ab917dfb
PA
27892014-10-29 Pedro Alves <palves@redhat.com>
2790
2791 PR gdb/17408
2792 * gdb.threads/schedlock.c (some_function): New function.
2793 (call_function): New global.
2794 (MAYBE_CALL_SOME_FUNCTION): New macro.
2795 (thread_function): Call it.
2796 * gdb.threads/schedlock.exp (get_args): Add description parameter,
2797 and use it instead of a global counter. Adjust all callers.
2798 (get_current_thread): Use "find current thread" for test message
2799 here rather than having all callers pass down the same string.
2800 (goto_loop): New procedure, factored out from ...
2801 (my_continue): ... this.
2802 (step_ten_loops): Change parameter from test message to command to
2803 use. Adjust.
2804 (list_count): Delete global.
2805 (check_result): New procedure, factored out from duplicate top
2806 level code.
2807 (continue tests): Wrap in with_test_prefix.
2808 (test_step): New procedure, factored out from duplicate top level
2809 code.
2810 (top level): Test "step" in combination with all scheduler-locking
2811 modes. Test "next" in combination with all scheduler-locking
2812 modes, and in combination with stepping over a function call or
2813 not.
2814 * gdb.threads/next-bp-other-thread.c: New file.
2815 * gdb.threads/next-bp-other-thread.exp: New file.
2816
d3d4baed
PA
28172014-10-29 Pedro Alves <palves@redhat.com>
2818
2819 PR python/17372
2820 * gdb.python/python.exp: Test a multi-line command that spawns
2821 interactive Python.
2822 * gdb.base/multi-line-starts-subshell.exp: New file.
2823
563e8d85
YQ
28242014-10-29 Yao Qi <yao@codesourcery.com>
2825
2826 * gdb.base/fileio.exp: Make directories on host.
2827
0ea4d52e
YQ
28282014-10-29 Yao Qi <yao@codesourcery.com>
2829
2830 * gdb.base/fileio.c (test_write): Close the file.
2831
7f5ef605
PA
28322014-10-28 Pedro Alves <palves@redhat.com>
2833
2834 PR gdb/12623
2835 * gdb.base/sigstep.c (no_handler): New global.
2836 (main): If 'no_handler is true, set the signal handlers to
2837 SIG_IGN.
2838 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
2839 with_sw_watch and no_handler parameters. Handle them.
2840 (top level) <stepping over handler when stopped at a breakpoint
2841 test>: Add a test axis for testing with a software watchpoint, and
2842 another for testing with the signal handler set to SIG_IGN.
2843 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
2844 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
2845
abbdbd03
PA
28462014-10-28 Pedro Alves <palves@redhat.com>
2847
2848 PR gdb/17511
2849 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
2850 * gdb.base/sigstep.exp (other_handler_location): New global.
2851 (advance): Support stepping into the signal handler, and running
2852 commands while in the handler.
2853 (in_handler_map): New global.
2854 (top level): In the advance test, add combinations for getting
2855 into the handler with stepping commands, and for running commands
2856 in the handler. Add comment descripting the advancei tests.
2857
1df4399f
PA
28582014-10-28 Pedro Alves <palves@redhat.com>
2859
2860 * gdb.base/sigstep.exp: Use build_executable instead of
2861 prepare_for_testing.
2862 (top level): Move code that starts GDB, runs to main and creates a
2863 display to ...
2864 (restart): ... this new procedure.
2865 (top level): Move backtrace from signal handler test to ...
2866 (validate_backtrace): ... this new procedure.
2867 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
2868 with_test_prefix. Always restart GDB.
2869 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
2870 with_test_prefix. Always restart GDB. No need to delete
2871 breakpoints after the test.
2872 (test_skip_handler): Remove prefix parameter.
2873 (skip_over_handler, breakpoint_to_handler)
2874 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
2875 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
2876 restart GDB. No need to delete breakpoints after the test.
2877 (top level): Use foreach to call the test procedures with
2878 different commands.
2879
a5b6e449
PA
28802014-10-28 Pedro Alves <palves@redhat.com>
2881
2882 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
2883 instead of GNATS numbers.
2884 * gdb.base/sigbpt.exp: Likewise.
2885 * gdb.base/siginfo.exp: Likewise.
2886 * gdb.base/sigstep.exp: Likewise.
2887
e5f8a7cc
PA
28882014-10-27 Pedro Alves <palves@redhat.com>
2889
2890 * gdb.base/sigstep.c (dummy): New global.
2891 (main): Issue a couple writes to the new global.
2892 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
2893 procedures.
2894 (skip_over_handler): Use test_skip_handler.
2895 (top level): Call skip_over_handler for stepi and nexti too.
2896 (breakpoint_over_handler): Use test_skip_handler.
2897 (top level): Call breakpoint_over_handler for stepi and nexti too.
2898
763905a3
YQ
28992014-10-27 Yao Qi <yao@codesourcery.com>
2900
2901 * gdb.trace/tfile.c (adjust_function_address)
2902 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
2903 function descriptor.
2904
6f259a23
DB
29052014-10-24 Don Breazeal <donb@codesourcery.com>
2906
2907 * gdb.base/foll-fork.exp (test_follow_fork,
2908 catch_fork_child_follow): Check for updated fork messages emitted
2909 from infrun.c.
2910 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
2911 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
2912 vfork_and_exec_child_follow_through_step): Check for updated vfork
2913 messages emitted from infrun.c.
2914
09dd9a69
PA
29152014-10-24 Pedro Alves <palves@redhat.com>
2916
2917 * gdb.base/corefile.exp: Remove references to ultrix.
2918 * gdb.base/interrupt.exp: Likewise.
2919 * gdb.base/whatis.exp: Likewise.
2920 * gdb.gdb/selftest.exp: Likewise.
2921 * gdb.threads/manythreads.exp: Likewise.
2922 * gdb.threads/print-threads.exp: Likewise.
2923 * gdb.threads/pthreads.exp:: Likewise.
2924 * gdb.threads/schedlock.exp: Likewise.
2925
3433cfa5
SC
29262014-10-24 Siva Chandra Reddy <sivachandra@google.com>
2927
2928 * gdb.cp/non-trivial-retval.cc: Add a test case.
2929 * gdb.cp/non-trivial-retval.exp: Add a test.
2930
092f880b
YQ
29312014-10-20 Yao Qi <yao@codesourcery.com>
2932
2933 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
2934 * gdb.python/py-objfile-script-gdb.py: New file.
2935 * gdb.python/py-objfile-script.exp: Update reference to
2936 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
2937 of remote_download. Remove the dest file.
2938
acbdb7f3
YQ
29392014-10-20 Yao Qi <yao@codesourcery.com>
2940
2941 * gdb.base/checkpoint.exp: Don't remove file copied on host.
2942 * gdb.base/step-line.exp: Likewise.
2943 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2944 * gdb.dwarf2/dw2-basic.exp: Likewise.
2945 * gdb.dwarf2/dw2-compressed.exp: Likewise.
2946 * gdb.dwarf2/dw2-filename.exp: Likewise.
2947 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2948 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2949 * gdb.dwarf2/dw2-producer.exp: Likewise.
2950 * gdb.dwarf2/mac-fileno.exp: Likewise.
2951 * gdb.python/py-frame-args.exp: Likewise.
2952 * gdb.python/py-framefilter.exp: Likewise.
2953 * gdb.python/py-mi.exp: Likewise.
2954 * gdb.python/py-objfile-script.exp: Likewise
2955 * gdb.python/py-pp-integral.exp: Likewise.
2956 * gdb.python/py-pp-re-notag.exp: Likewise.
2957 * gdb.python/py-prettyprint.exp: Likewise.
2958 * gdb.python/py-section-script.exp: Likewise.
2959 * gdb.python/py-typeprint.exp: Likewise.
2960 * gdb.python/py-xmethods.exp: Likewise.
2961 * gdb.stabs/weird.exp: Likewise.
2962 * gdb.xml/tdesc-regs.exp: Likewise.
2963
bd286a29
KCY
29642014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
2965
2966 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
2967 (out_cu): Use addr_len for the size of addresses.
2968 (out_line): Likewise. Size DW_LNE_set_address instruction
2969 according to addr_len.
2970 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
2971 (FUNC): Add START_INSNS to definition.
2972
673dc4a0
YQ
29732014-10-18 Yao Qi <yao@codesourcery.com>
2974
2975 * gdb.base/argv0-symlink.exp: Check argv[0] value if
2976 gdb_has_argv0 return true.
2977 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
2978 check [target_info exists noargs], check [gdb_has_argv0]
2979 instead.
2980 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2981 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
2982 procedures.
2983
4ffbba72
DE
29842014-10-17 Doug Evans <dje@google.com>
2985
2986 * gdb.python/py-events.exp: Update expected output for clear_objfiles
2987 event.
2988 * gdb.python/py-events.py: Add clear_objfiles event.
2989
d096d8c1
DE
29902014-10-17 Doug Evans <dje@google.com>
2991
2992 * gdb.python/py-objfile.exp: Test progspace attribute.
2993
a80db015
LM
29942014-10-17 Luis Machado <lgustavo@codesourcery.com>
2995
2996 * gdb.guile/scm-breakpoint.exp: Do not assume any
2997 directory separators when matching source file paths.
2998 * gdb.python/py-breakpoint.exp: Likewise.
2999 * gdb.reverse/break-precsave.exp: Likewise.
3000 * gdb.reverse/break-reverse.exp: Likewise.
3001 * gdb.reverse/consecutive-precsave.exp: Likewise.
3002 * gdb.reverse/finish-precsave.exp: Likewise.
3003 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
3004 * gdb.reverse/finish-reverse.exp: Likewise.
3005 * gdb.reverse/i386-precsave.exp: Likewise.
3006 * gdb.reverse/i387-env-reverse.exp: Likewise.
3007 * gdb.reverse/i387-stack-reverse.exp: Likewise.
3008 * gdb.reverse/machinestate-precsave.exp: Likewise.
3009 * gdb.reverse/machinestate.exp: Likewise.
3010 * gdb.reverse/sigall-precsave.exp: Likewise.
3011 * gdb.reverse/solib-precsave.exp: Likewise.
3012 * gdb.reverse/step-precsave.exp: Likewise.
3013 * gdb.reverse/until-precsave.exp: Likewise.
3014 * gdb.reverse/watch-precsave.exp: Likewise.
3015 * gdb.reverse/watch-reverse.exp: Likewise.
3016
b22089ab
YQ
30172014-10-17 Yao Qi <yao@codesourcery.com>
3018
3019 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
3020 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
3021
6c4486e6
PA
30222014-10-17 Pedro Alves <palves@redhat.com>
3023
3024 PR gdb/17471
3025 * gdb.base/bg-execution-repeat.c: New file.
3026 * gdb.base/bg-execution-repeat.exp: New file.
3027
0ff33695
PA
30282014-10-17 Pedro Alves <palves@redhat.com>
3029
3030 PR gdb/17300
3031 * gdb.base/continue-all-already-running.c: New file.
3032 * gdb.base/continue-all-already-running.exp: New file.
3033
6fdebc3d
PA
30342014-10-17 Pedro Alves <palves@redhat.com>
3035
3036 PR gdb/17472
3037 * gdb.base/annota-input-while-running.c: New file.
3038 * gdb.base/annota-input-while-running.exp: New file.
3039
32a8097b
PA
30402014-10-17 Pedro Alves <palves@redhat.com>
3041
3042 * gdb.base/callfuncs.exp: emove references to osf.
3043 * gdb.base/sigall.exp: Likewise.
3044 * gdb.gdb/selftest.exp: Likewise.
3045 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
3046 * gdb.mi/non-stop.c: Likewise.
3047 * gdb.mi/pthreads.c: Likewise.
3048 * gdb.reverse/sigall-precsave.exp: Likewise.
3049 * gdb.reverse/sigall-reverse.exp: Likewise.
3050 * gdb.threads/pthreads.c: Likewise.
3051 * gdb.threads/pthreads.exp: Likewise.
3052
7a3517ff
YQ
30532014-10-17 Yao Qi <yao@codesourcery.com>
3054
3055 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
3056 check 'target_info exists noargs'.
3057 (test_command_prompt_position): Likewise.
3058 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
3059 Remove "set args".
3060 (progvar_simple_while_test): Likewise.
3061 (progvar_complex_if_while_test): Likewise.
3062 (if_while_breakpoint_command_test): Likewise.
3063 (infrun_breakpoint_command_test): Likewise.
3064 (breakpoint_command_test): Likewise.
3065 (watchpoint_command_test): Likewise.
3066 (bp_deleted_in_command_test): Likewise.
3067 (temporary_breakpoint_commands): Likewise.
3068
bb99c472
YQ
30692014-10-16 Yao Qi <yao@codesourcery.com>
3070
3071 * gdb.base/remotetimeout.exp: Remove noargs checking.
3072
7c16b83e
PA
30732014-10-15 Pedro Alves <palves@redhat.com>
3074
3075 PR breakpoints/9649
3076 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
3077 * gdb.base/breakpoint-in-ro-region.exp
3078 (probe_target_hardware_step): New procedure.
3079 (top level): Probe hardware stepping and hardware breakpoint
3080 support. Test stepping through a read-only region, with both
3081 "breakpoint auto-hw" on and off and both "always-inserted" on and
3082 off.
3083
35a49624
IB
30842014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
3085
3086 * gdb.dlang/demangle.exp: Update for demangling changes.
3087
2d1c107c
SC
30882014-10-15 Siva Chandra Reddy <sivachandra@google.com>
3089
3090 * gdb.cp/non-trivial-retval.cc: Add new test cases.
3091 * gdb.cp/non-trivial-retval.exp: Add new tests.
3092
778811d5
SC
30932014-10-15 Siva Chandra Reddy <sivachandra@google.com>
3094
3095 PR c++/13403
3096 PR c++/15154
3097 * gdb.cp/non-trivial-retval.cc: New file.
3098 * gdb.cp/non-trivial-retval.exp: New file.
3099
10c5f0a8
YQ
31002014-10-15 Yao Qi <yao@codesourcery.com>
3101
3102 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
3103 remote host.
3104
65d7b369
YQ
31052014-10-15 Yao Qi <yao@codesourcery.com>
3106
3107 * gdb.python/py-symbol.exp: Match file base name if host is
3108 remote, otherwise match file name with dir name.
3109 * gdb.python/py-symtab.exp: Likewise.
3110 * gdb.python/python.exp: Likewise.
3111
46dc1394
YQ
31122014-10-15 Yao Qi <yao@codesourcery.com>
3113
3114 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
3115 pattern.
3116 * gdb.python/py-symtab.exp: Likewise.
3117 * gdb.python/python.exp: Remove trailing ".*". Fix typo
3118 locationn.
3119
c40cc657
JB
31202014-10-14 Joel Brobecker <brobecker@adacore.com>
3121
3122 * gdb.ada/addr_arith: New testcase.
3123
2abf49e1
MR
31242014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
3125
3126 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
3127 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
3128 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
3129 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
3130
f7088df3
SDJ
31312014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
3132
3133 * gdb.arch/stap-eval-lang-ada.S: Likewise.
3134 * gdb.arch/stap-eval-lang-ada.c: Likewise.
3135 * gdb.arch/stap-eval-lang-ada.exp: New file.
3136
4dc06805
YQ
31372014-10-14 Yao Qi <yao@codesourcery.com>
3138
3139 * gdb.mi/mi-var-child.c (nothing1): New function.
3140 (nothing2): New function.
3141 (do_children_tests): Set function pointers by nothing1 and
3142 nothing2.
3143 * gdb.mi/mi-var-child.exp: Step over new added statements.
3144 Update test to match the new output.
3145 * gdb.mi/var-cmd.c (nothing1): New function.
3146 (nothing2): New function.
3147 (do_children_tests): Set function pointers by nothing1 and
3148 nothing2.
3149 * gdb.mi/mi-var-display.exp: Update test to match output.
3150 Step to the line specified by $line_dct_nothing.
3151 Increase the number of lines to step.
3152
46a93de2
YQ
31532014-10-14 Yao Qi <yao@codesourcery.com>
3154
3155 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
3156 tests.
3157 * gdb.mi/mi2-var-child.exp: Likewise.
3158
14ea52ee
DE
31592014-10-13 Doug Evans <dje@google.com>
3160
3161 * gdb.python/py-objfile.exp: Change name of file name test.
3162
e5c6e92b
DE
31632014-10-13 Doug Evans <dje@google.com>
3164
3165 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
3166 from the start of the CU.
3167
c780cc2f
JK
31682014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3169 Yao Qi <yao@codesourcery.com>
3170
3171 Fix "save breakpoints" for "catch" command.
3172 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
3173 Remove -nonewline. Match also the added "main" line.
3174
99894e11
JK
31752014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3176
3177 Fix "save breakpoints" for "disable $bpnum" command.
3178 * gdb.base/save-bp.c (main): Add label.
3179 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
3180
6e1ac5a3
JK
31812014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3182
3183 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
3184
754dd2b0
YQ
31852014-10-11 Yao Qi <yao@codesourcery.com>
3186
3187 * gdb.server/server-kill.exp: Execute command
3188 "set remote trace-status-packet on" before "tstatus".
3189
f90183d7
YQ
31902014-10-11 Yao Qi <yao@codesourcery.com>
3191
3192 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
3193 (main): Call getppid.
3194 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
3195 and continue to it. Read variable "server_pid".
3196
bf40a607
YQ
31972014-10-11 Yao Qi <yao@codesourcery.com>
3198
3199 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
3200
052ca370
YQ
32012014-10-11 Yao Qi <yao@codesourcery.com>
3202
3203 * gdb.threads/thread-find.exp: Don't execute command
3204 "info threads".
3205 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
3206 * gdb.threads/linux-dp.exp: Don't check the condition
3207 $threads_created equals to zero.
3208
3831839c
PA
32092014-10-10 Pedro Alves <palves@redhat.com>
3210
3211 * gdb.base/bigcore.exp: Remove references to IRIX.
3212 * gdb.base/funcargs.exp: Likewise.
3213 * gdb.base/interrupt.exp: Likewise.
3214 * gdb.base/mips_pro.exp: Likewise.
3215 * gdb.base/nodebug.exp: Likewise.
3216 * gdb.base/setvar.exp: Likewise.
3217 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
3218
8b9a549d
PA
32192014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3220 Pedro Alves <palves@redhat.com>
3221
3222 PR symtab/14466
3223 * gdb.base/vdso-warning.c: New file.
3224 * gdb.base/vdso-warning.exp: New file.
3225
d48ba5e8
DE
32262014-10-02 Doug Evans <dje@google.com>
3227
3228 * gdb.base/structs.c (main): Don't run forever.
3229
2278c276
PA
32302014-10-02 Pedro Alves <palves@redhat.com>
3231
3232 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
3233 (top level) <stop threads 1, stop threads 2>: Use it.
3234
b57bacec
PA
32352014-10-02 Pedro Alves <palves@redhat.com>
3236
3237 * gdb.threads/break-while-running.exp (test): Add new
3238 'update_thread_list' argument. Skip "info threads" if false.
3239 (top level): Add new 'update_thread_list' axis.
3240
13fd3ff3
PA
32412014-10-02 Pedro Alves <palves@redhat.com>
3242
3243 PR breakpoints/17431
3244 * gdb.base/execl-update-breakpoints.c: New file.
3245 * gdb.base/execl-update-breakpoints.exp: New file.
3246
0fec99e8
PA
32472014-10-01 Pedro Alves <palves@redhat.com>
3248
3249 * gdb.base/breakpoint-in-ro-region.c: New file.
3250 * gdb.base/breakpoint-in-ro-region.exp: New file.
3251
2ddf4301
SM
32522014-10-01 Simon Marchi <simon.marchi@ericsson.com>
3253
3254 * gdb.mi/mi-exit-code.exp: New file.
3255 * gdb.mi/mi-exit-code.c: New file.
3256
6a5f3f43
YQ
32572014-09-30 Yao Qi <yao@codesourcery.com>
3258
3259 * lib/prelink-support.exp (build_executable_own_libs): Error if
3260 the target isn't native.
3261
345bcc73
YQ
32622014-09-30 Yao Qi <yao@codesourcery.com>
3263
3264 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
3265 false.
3266
a25a5a45
PA
32672014-09-22 Pedro Alves <palves@redhat.com>
3268
3269 * gdb.threads/break-while-running.exp: New file.
3270 * gdb.threads/break-while-running.c: New file.
3271
00ba3162
YQ
32722014-09-19 Yao Qi <yao@codesourcery.com>
3273
3274 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
3275 Invoke test. Restart GDB with --readnow and invoke test again.
3276
c3b7b696
YQ
32772014-09-19 Yao Qi <yao@codesourcery.com>
3278
3279 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
3280 proc set_breakpoint_on_gcd_function. Invoke
3281 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
3282 invoke set_breakpoint_on_gcd_function again.
3283
2b4fd423
DE
32842014-09-18 Doug Evans <dje@google.com>
3285
3286 * gdb.dwarf2/symtab-producer.exp: New file.
3287
a5947601
SDJ
32882014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3289
3290 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
3291 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
3292 * gdb.base/global-var-nested-by-dso.c: Likewise.
3293 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3294
91c19059
SDJ
32952014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3296 Pedro Alves <palves@redhat.com>
3297
3298 * gdb.base/watch-bitfields.exp: Pass string other than test file
3299 name to prepare_for_testing.
3300 (watch): New procedure.
3301 (expect_watchpoint): Use with_test_prefix.
3302 (top level): Factor out tests to ...
3303 (test_watch_location, test_regular_watch): ... these new
3304 procedures, and use with_test_prefix and gdb_continue_to_end.
3305
bb9d5f81
PP
33062014-09-16 Patrick Palka <patrick@parcs.ath.cx>
3307
3308 PR breakpoints/12526
3309 * gdb.base/watch-bitfields.exp: New file.
3310 * gdb.base/watch-bitfields.c: New file.
3311
635856f5
PA
33122014-09-16 Pedro Alves <palves@redhat.com>
3313
3314 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
3315 software and hardware addresses, not software address against
3316 itself.
3317
7280ceea
PA
33182014-09-16 Pedro Alves <palves@redhat.com>
3319
3320 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
3321 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
3322
428b16bd
PA
33232014-09-16 Pedro Alves <palves@redhat.com>
3324
3325 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
3326 files.
3327 * gdb.base/a2-run.exp: Remove all code guarded by istarget
3328 "*-*-vxworks*" throughout.
3329 * gdb.base/break.exp: Likewise.
3330 * gdb.base/default.exp: Likewise.
3331 * gdb.base/scope.exp: Likewise.
3332 * gdb.base/sepdebug.exp: Likewise.
3333 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
3334 throughout.
3335 * gdb.base/run.c: Likewise.
3336 * gdb.base/sepdebug.c: Likewise.
3337 * gdb.hp/gdb.aCC/run.c: Likewise.
3338 * gdb.reverse/until-reverse.c: Likewise.
3339 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
3340
666d413c
YQ
33412014-09-16 Yao Qi <yao@codesourcery.com>
3342
3343 * boards/local-remote-host-native.exp: New file.
3344
57cbd724
DE
33452014-09-14 Doug Evans <xdje42@gmail.com>
3346
3347 * gdb.threads/queue-signal.c (thread_count): New variable.
3348 (thread_count_mutex, thread_count_condvar): New variables.
3349 (incr_thread_count, wait_all_threads_running): New functions.
3350 (main): Wait for all threads to be in their thread functions.
3351
81219e53
DE
33522014-09-13 Doug Evans <xdje42@gmail.com>
3353
3354 * gdb.threads/queue-signal.c: New file.
3355 * gdb.threads/queue-signal.exp: New file.
3356
3714cea7
DE
33572014-09-13 Doug Evans <xdje42@gmail.com>
3358
3359 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
3360 be consistent with what default_gdb_init uses.
3361 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
3362 the plain text of the prompt. Add some logging printfs.
3363 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
3364
fa43b1d7
PA
33652014-09-12 Pedro Alves <palves@redhat.com>
3366
3367 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
3368 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
3369 * gdb.arch/i386-size-overlap.exp: Likewise.
3370 * gdb.arch/i386-size.exp: Likewise.
3371 * gdb.arch/i386-unwind.exp: Likewise.
3372 * gdb.base/a2-run.exp: Likewise.
3373 * gdb.base/break.exp: Likewise.
3374 * gdb.base/charset.exp: Likewise.
3375 * gdb.base/chng-syms.exp: Likewise.
3376 * gdb.base/commands.exp: Likewise.
3377 * gdb.base/dbx.exp: Likewise.
3378 * gdb.base/find.exp: Likewise.
3379 * gdb.base/funcargs.exp: Likewise.
3380 * gdb.base/jit-simple.exp: Likewise.
3381 * gdb.base/reread.exp: Likewise.
3382 * gdb.base/sepdebug.exp: Likewise.
3383 * gdb.base/step-bt.exp: Likewise.
3384 * gdb.cp/mb-inline.exp: Likewise.
3385 * gdb.cp/mb-templates.exp: Likewise.
3386 * gdb.objc/basicclass.exp: Likewise.
3387 * gdb.threads/killed.exp: Likewise.
3388
9d9bf2df
EBM
33892014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3390
3391 PR tdep/17379
3392 * gdb.arch/powerpc-stackless.S: New file.
3393 * gdb.arch/powerpc-stackless.exp: New file.
3394
1cf2f1b0
JK
33952014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3396
3397 * gdb.base/attach.c: Include unistd.h.
3398 (main): Call alarm. Add label postloop.
3399 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
3400 gdb_breakpoint, gdb_continue_to_breakpoint.
3401 (test_command_line_attach_run): Kill ${testpid} in one exit path.
3402
98880d46
PA
34032014-09-11 Pedro Alves <palves@redhat.com>
3404
3405 PR gdb/17347
3406 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
3407 * gdb.base/attach.exp (test_command_line_attach_run): New
3408 procedure.
3409 (top level): Call it.
3410
4c92ff2c
PA
34112014-09-11 Pedro Alves <palves@redhat.com>
3412
3413 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
3414 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
3415 (do_command_attach_tests): Use spawn_wait_for_attach.
3416 * gdb.base/solib-overlap.exp: Likewise.
3417 * gdb.multi/multi-attach.exp: Likewise.
3418 * gdb.python/py-prompt.exp: Likewise.
3419 * gdb.python/py-sync-interp.exp: Likewise.
3420 * gdb.server/ext-attach.exp: Likewise.
3421
3adc1a7d
GKB
34222014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
3423
3424 * gdb.fortran/array-element.exp: Remove unexpected "continue"
3425 command in testcase. Simplify testcase.
3426
96334934
JB
34272014-09-10 Joel Brobecker <brobecker@adacore.com>
3428
3429 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
3430
eb479039
JB
34312014-09-10 Joel Brobecker <brobecker@adacore.com>
3432
3433 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
3434
deede10c
JB
34352014-09-10 Joel Brobecker <brobecker@adacore.com>
3436
3437 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
3438
7828a5f5
JB
34392014-09-10 Joel Brobecker <brobecker@adacore.com>
3440
3441 * gdb.dwarf2/dynarr-ptr.c: New file.
3442 * gdb.dwarf2/dynarr-ptr.exp: New file.
3443
33aeebcf
MR
34442014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3445
3446 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
3447 of 30 rather than hardcoding 120 for a slow test case. Take the
3448 `gdb,timeout' target setting into account for this calculation.
3449 Don't extend the timeout for the test cases that don't need it.
3450
7b415901
MR
34512014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3452
3453 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
3454 a factor of 2 for a slow test case. Take the `gdb,timeout'
3455 target setting into account for this calculation.
3456 * gdb.reverse/until-precsave.exp: Increase the timeout by
3457 a factor of 15 and 3 respectively rather than adding 120
3458 for a pair of slow test cases. Take the `gdb,timeout'
3459 target setting into account for this calculation.
3460
4a40f85a
MR
34612014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3462
3463 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
3464 timeout, don't pass one down to gdb_expect.
3465 (gdb_expect): Rework timeout selection.
3466
09635af7
MR
34672014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3468
3469 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
3470 exception on timeout.
3471 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
3472 (gdbserver_start_extended): Catch any `gdbserver_start' error
3473 exceptions.
3474 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
3475 * lib/mi-support.exp (mi_gdb_target_load): Catch any
3476 `gdbserver_gdb_load' error exceptions.
3477
2bdd10b7
MR
34782014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3479
3480 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
3481 120 on waiting for the TCP socket to open.
3482
316935f0
DE
34832014-09-09 Doug Evans <xdje42@gmail.com>
3484
3485 * gdb.base/default.exp (show_conv_list): Add _caller_is,
3486 _caller_matches, _any_caller_is, _any_caller_matches.
3487
83740597
DE
34882014-09-09 Doug Evans <xdje42@gmail.com>
3489
3490 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
3491
4c122fc3
YQ
34922014-09-09 Yao Qi <yao@codesourcery.com>
3493
3494 * gdb.mi/mi-var-display.exp: Set print symbol off.
3495
a9f116cb
GKB
34962014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
3497
3498 PR gdb/17035
3499 * gdb.base/commands.exp: Add tests to verify user-defined
3500 commands with empty bodies.
3501 * gdb.python/py-cmd.exp: Test that we don't show user-defined
3502 python commands in `show user command`.
3503 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
3504 scheme commands in `show user command`.
3505
c75bd3a2
JK
35062014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3507
3508 PR python/17355
3509 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
3510 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
3511 * gdb.python/py-framefilter-invalidarg.exp: New file.
3512 * gdb.python/py-framefilter-invalidarg.py: New file.
3513
faa42425
DE
35142014-09-06 Doug Evans <xdje42@gmail.com>
3515
3516 PR 15276
3517 * gdb.python/py-caller-is.c: New file.
3518 * gdb.python/py-caller-is.exp: New file.
3519
474ca4f6
SDJ
35202014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
3521
3522 PR gdb/17235
3523 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
3524 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
3525
eb0b0463
SDJ
35262014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
3527
3528 PR fortran/17237
3529 * gdb.fortran/print-formatted.exp: New file.
3530 * gdb.fortran/print-formatted.f90: Likewise.
3531
5f3b99cf
SS
35322014-09-03 Sasha Smundak <asmundak@google.com>
3533
3534 * gdb.python/py-frame.exp: Test Frame.read_register.
3535
7d793aa9
SDJ
35362014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
3537
3538 PR python/16699
3539 * gdb.python/py-completion.exp: New file.
3540 * gdb.python/py-completion.py: Likewise.
3541
fb0576e9
DE
35422014-08-28 Doug Evans <dje@google.com>
3543
3544 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
3545 eax,etc. are live with values set by gdb and thus the compiler can't
3546 use them.
3547 * gdb.arch/i386-pseudo.c (main): Ditto.
3548
ee92b0dd
DE
35492014-08-27 Doug Evans <dje@google.com>
3550
3551 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
3552
6649db35
DE
35532014-08-25 Doug Evans <dje@google.com>
3554
3555 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
3556 (main): Ditto.
3557
564b7600
DE
35582014-08-25 Doug Evans <dje@google.com>
3559
3560 * gdb.threads/thread-execl.exp: #include <stdio.h>.
3561
3881fb67
YQ
35622014-08-24 Yao Qi <yao@codesourcery.com>
3563
3564 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
3565 symbol off.
3566 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
3567
a05a36a5
DE
35682014-08-22 Doug Evans <dje@google.com>
3569
3570 PR 17276
3571 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
3572 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
3573 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
3574
7c343b48
YQ
35752014-08-22 Yao Qi <yao@codesourcery.com>
3576
3577 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
3578 * gdb.python/py-finish-breakpoint2.exp: Likewise.
3579 * gdb.python/python.exp: Likewise. Use .py file on the host
3580 instead of the build.
3581
22fd09ae
JK
35822014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3583
3584 * gdb.threads/gcore-stale-thread.c: New file.
3585 * gdb.threads/gcore-stale-thread.exp: New file.
3586
a8454a7c
PA
35872014-08-21 Pedro Alves <palves@redhat.com>
3588
3589 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
3590 * gdb.base/gcore-relro-pie.exp: Likewise.
3591 * gdb.base/gcore-relro.exp: Likewise.
3592 * gdb.base/gcore.exp: Likewise.
3593 * gdb.base/print-symbol-loading.exp: Likewise.
3594 * gdb.threads/gcore-thread.exp: Likewise.
3595 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
3596
2a31c623
PA
35972014-08-20 Pedro Alves <palves@redhat.com>
3598 Jan Kratochvil <jan.kratochvil@redhat.com>
3599
3600 * Makefile.in (EXTRA_RULES, CC): New variables, get from
3601 configure.
3602 (EXPECT): Handle READ1 being set.
3603 (all): Depend on EXTRA_RULES.
3604 (check-read1, expect-read1, read1.so, read1): New rules.
3605 * README (Testsuite Parameters): Document the READ1 make variable.
3606 (Race detection): New section.
3607 * configure: Regenerate.
3608 * configure.ac: If build==host==target, and running under a
3609 GNU/glibc system, add read1 to the extra Makefile rules.
3610 (EXTRA_RULES): AC_SUBST it.
3611 * lib/read1.c: New file.
3612
d36430db
JB
36132014-08-20 Joel Brobecker <brobecker@adacore.com>
3614
3615 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
3616 the handling of variables declared as a typedef to an array
3617 which a DW_AT_data_location attribute.
3618
9a0dc9e3
PA
36192014-08-19 Andrew Burgess <aburgess@broadcom.com>
3620 Pedro Alves <palves@redhat.com>
3621
3622 PR symtab/14604
3623 PR symtab/14605
3624 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
3625 gdb_test.
3626
0718a8da
PA
36272014-08-19 Pedro Alves <palves@redhat.com>
3628
3629 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
3630
13b448cd
YQ
36312014-08-19 Yao Qi <yao@codesourcery.com>
3632
3633 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
3634 right line.
3635
1cbf5077
DB
36362014-08-18 David Blaikie <dblaikie@gmail.com>
3637
3638 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
3639
bf0fae19
JB
36402014-08-18 Joel Brobecker <brobecker@adacore.com>
3641
3642 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
3643 attribute in array range.
3644
3c8c5dcc
JB
36452014-08-18 Joel Brobecker <brobecker@adacore.com>
3646
3647 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
3648
e66d4446
SC
36492014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3650
3651 PR c++/17132
3652 * gdb.cp/pr17132.cc: New file.
3653 * gdb.cp/pr17132.exp: New file.
3654
940df408
SC
36552014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3656
3657 * gdb.python/py-xmethods.py (A_getarrayind)
3658 (E_method_char_worker.__call__, E_method_int_worker.__call__):
3659 Use 'print' with function call syntax.
3660 (E_method_matcher.match): Fix tab vs space indentation mixup.
3661
ebcc6c3a
YQ
36622014-08-15 Yao Qi <yao@codesourcery.com>
3663
3664 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
3665 false.
3666
775e0f04
YQ
36672014-08-15 Yao Qi <yao@codesourcery.com>
3668
3669 * gdb.cp/casts.exp: Set print symbol off.
3670 * gdb.cp/class2.exp: Likewise.
3671 * gdb.cp/overload.exp: Likewise.
3672 * gdb.cp/templates.exp: Likewise.
3673
d769e349
DE
36742014-08-11 Doug Evans <dje@google.com>
3675
3676 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3677 (test_load_shlib): Update.
3678
20c6f1e1
YQ
36792014-08-09 Yao Qi <yao@codesourcery.com>
3680
3681 * gdb.base/display.exp: Invoke is_address_zero_readable.
3682 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
3683 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3684 * gdb.base/hbreak-unmapped.exp: Return if
3685 is_address_zero_readable returns true.
3686 * gdb.base/signest.exp: Likewise.
3687 * gdb.base/signull.exp: Likewise.
3688 * gdb.base/sigbpt.exp: Likewise.
3689 * gdb.guile/scm-disasm.exp: Do the test if
3690 is_address_zero_readable returns false.
3691 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
3692 * gdb.python/py-arch.exp: Likewise.
3693 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
3694 * lib/gdb.exp (is_address_zero_readable): New proc.
3695
5792e8e3
YQ
36962014-08-09 Yao Qi <yao@codesourcery.com>
3697
3698 PR testsuite/13443
3699 * gdb.mi/mi-var-display.exp: Make test messages unique.
3700
3cecbbbe
TT
37012014-08-04 Tom Tromey <tromey@redhat.com>
3702
3703 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
3704 target 0".
3705
00b51ff5
TT
37062014-08-04 Tom Tromey <tromey@redhat.com>
3707
3708 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
3709 "target_resume".
3710
6908c509
JB
37112014-08-01 Joel Brobecker <brobecker@adacore.com>
3712
3713 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
3714 inner_vla_struct_object_size.
3715 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
3716 as xfail.
3717
cc6563d2
PA
37182014-07-30 Pedro Alves <palves@redhat.com>
3719
3720 * gdb.threads/signal-command-handle-nopass.exp (test): Add
3721 comment.
3722
7e09a223
YQ
37232014-07-29 Yao Qi <yao@codesourcery.com>
3724
3725 PR gdb/17206
3726 * gdb.base/until-nodebug.exp: New.
3727
7ebdbe92
DE
37282014-07-28 Doug Evans <xdje42@gmail.com>
3729
3730 PR guile/17203
3731 * gdb.guile/scm-parameter.exp: Add tests for trying to create
3732 previously existing parameter, and previously ambiguously spelled
3733 parameter.
3734
fdb1adc6
WN
37352014-07-28 Will Newton <will.newton@linaro.org>
3736
3737 * gdb.base/varargs.exp: Remove KFAILs for ARM.
3738
186fcde0
DE
37392014-07-26 Ludovic Courtès <ludo@gnu.org>
3740 Doug Evans <xdje42@gmail.com>
3741
3742 PR guile/17146
3743 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
3744
70509625
PA
37452014-07-25 Pedro Alves <palves@redhat.com>
3746
3747 * gdb.threads/signal-command-handle-nopass.c: New file.
3748 * gdb.threads/signal-command-handle-nopass.exp: New file.
3749 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
3750 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
3751 * gdb.threads/signal-delivered-right-thread.c: New file.
3752 * gdb.threads/signal-delivered-right-thread.exp: New file.
3753
c3f814a1
PA
37542014-07-25 Pedro Alves <palves@redhat.com>
3755
3756 * gdb.base/double-prompt-target-event-error.exp
3757 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
3758 match.
3759 (cancel_pagination_in_target_event): Rework double prompt
3760 detection.
3761 * gdb.base/paginate-after-ctrl-c-running.exp
3762 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
3763 <return>' match.
3764 * gdb.base/paginate-bg-execution.exp
3765 (test_bg_execution_pagination_return)
3766 (test_bg_execution_pagination_cancel): Remove '-notransfer
3767 <return>' matches.
3768 * gdb.base/paginate-execution-startup.exp
3769 (test_fg_execution_pagination_return)
3770 (test_fg_execution_pagination_cancel): Remove '-notransfer
3771 <return>' matches.
3772 * gdb.base/paginate-inferior-exit.exp
3773 (test_paginate_inferior_exited): Remove '-notransfer <return>'
3774 match.
3775 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
3776 * lib/gdb.exp (pagination_prompt): Run text through
3777 string_to_regexp.
3778 (gdb_test_multiple): Match $pagination_prompt instead of
3779 "<return>".
3780 (string_to_regexp): Move to lib/gdb-utils.exp.
3781
e214cf6c
JK
37822014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3783
3784 * gdb.arch/amd64-entry-value-paramref.S: New file.
3785 * gdb.arch/amd64-entry-value-paramref.cc: New file.
3786 * gdb.arch/amd64-entry-value-paramref.exp: New file.
3787 * gdb.arch/amd64-optimout-repeat.S: New file.
3788 * gdb.arch/amd64-optimout-repeat.c: New file.
3789 * gdb.arch/amd64-optimout-repeat.exp: New file.
3790
17d0c5c8
JK
37912014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3792
3793 PR gdb/17170
3794 * gdb.base/statistics.exp: New file.
3795
b8b8facf
DE
37962014-07-17 Doug Evans <dje@google.com>
3797
74b49205 3798 PR gdb/17170
b8b8facf
DE
3799 * gdb.base/maint.exp: Update testing of per-command stats.
3800
1b5d0ab3
PA
38012014-07-16 Pedro Alves <palves@redhat.com>
3802
3803 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
3804 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
3805 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
3806 (tfile_write_buf): New functions.
3807 (add_memory_block): Rewrite using the above.
3808 (adjust_function_address): New function.
3809 (FUNCTION_ADDRESS): New macro.
3810 (write_basic_trace_file): Remove short_x local, and use
3811 tfile_write_16. Change type of func_addr local to unsigned long
3812 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
3813 here. Cast argument of add_memory_block to char pointer.
3814 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
3815 (main): Remove parameters.
3816 * gdb.trace/tfile.exp: Remove nowarnings.
3817
4d974e88
SM
38182014-07-15 Simon Marchi <simon.marchi@ericsson.com>
3819
3820 * gdb.base/debug-expr.exp: Test string evaluation with
3821 "debug expression" on.
3822
41e99568
PA
38232014-07-15 Pedro Alves <palves@redhat.com>
3824
3825 * gdb.base/reread.exp: Use clean_restart.
3826
487d9753
PL
38272014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
3828
3829 * gdb.arch/avr-flash-qualifer.c: New.
3830 * gdb.arch/avr-flash-qualifer.exp: New.
3831
cc1c52ad
PA
38322014-07-14 Pedro Alves <palves@redhat.com>
3833
3834 * gdb.base/paginate-after-ctrl-c-running.c: New file.
3835 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
3836
1e973570
PA
38372014-07-14 Pedro Alves <palves@redhat.com>
3838
3839 * gdb.base/double-prompt-target-event-error.c: New file.
3840 * gdb.base/double-prompt-target-event-error.exp: New file.
3841
93d6eb10
PA
38422014-07-14 Pedro Alves <palves@redhat.com>
3843
3844 PR gdb/17072
3845 * gdb.base/paginate-inferior-exit.c: New file.
3846 * gdb.base/paginate-inferior-exit.exp: New file.
3847
0017922d
PA
38482014-07-14 Pedro Alves <palves@redhat.com>
3849
3850 PR gdb/17072
3851 * gdb.base/paginate-bg-execution.c: New file.
3852 * gdb.base/paginate-bg-execution.exp: New file.
3853
94696ad3
PA
38542014-07-14 Pedro Alves <palves@redhat.com>
3855
3856 PR gdb/17072
3857 * gdb.base/paginate-execution-startup.c: New file.
3858 * gdb.base/paginate-execution-startup.exp: New file.
3859 * lib/gdb.exp (pagination_prompt): New global.
3860 (default_gdb_spawn): New procedure, factored out from
3861 default_gdb_spawn.
3862 (default_gdb_start): Adjust to call default_gdb_spawn.
3863 (gdb_spawn): New procedure.
3864
bd293940
PA
38652014-07-14 Pedro Alves <palves@redhat.com>
3866
3867 * lib/gdb.exp (gdb_assert): New procedure.
3868 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
3869
c933f875
PA
38702014-07-14 Pedro Alves <palves@redhat.com>
3871
3872 * gdb.base/execution-termios.c: New file.
3873 * gdb.base/execution-termios.exp: New file.
3874
d98b7a16
TT
38752014-07-14 Tom Tromey <tromey@redhat.com>
3876
3877 * gdb.cp/vla-cxx.cc: New file.
3878 * gdb.cp/vla-cxx.exp: New file.
3879
548740d6
TT
38802014-07-14 Tom Tromey <tromey@redhat.com>
3881
3882 * gdb.reverse/rerun-prec.c: New file.
3883 * gdb.reverse/rerun-prec.exp: New file.
3884
a25eb028
MR
38852014-07-12 Maciej W. Rozycki <macro@mips.com>
3886 Maciej W. Rozycki <macro@codesourcery.com>
3887
3888 * lib/gdb-utils.exp: New file.
3889 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
3890 inline `gdb_init_command' processing.
3891 (gdb_start_cmd): Likewise.
3892 * lib/mi-support.exp (mi_run_cmd): Likewise.
3893 * README: Document `gdb_init_command' and `gdb_init_commands'.
3894
218c2655
JK
38952014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3896
3897 Fix false FAIL running under a very long directory name.
3898 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
3899 and "set print elements 10000". Twice.
3900
5401fde3
YQ
39012014-07-11 Yao Qi <yao@codesourcery.com>
3902
3903 * gdb.base/exprs.exp: "set print symbol off".
3904
e76126e8
PA
39052014-07-11 Pedro Alves <palves@redhat.com>
3906
3907 * gdb.threads/kill.c: New file.
3908 * gdb.threads/kill.exp: New file.
3909
2d6f0de6
YQ
39102014-07-10 Yao Qi <yao@codesourcery.com>
3911
3912 * gdb.trace/tfile.c (write_basic_trace_file)
3913 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
3914 address written to trace file.
3915
7180e04a
PA
39162014-07-09 Pedro Alves <palves@redhat.com>
3917
3918 * gdb.base/attach-wait-input.exp: New file.
3919 * gdb.base/attach-wait-input.c: New file.
3920
9a9a7608
AB
39212014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3922
3923 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
3924 setting up test structures.
3925 (main): Call new test function.
3926 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
3927 test function, continue into test function and walk test
3928 structures.
3929
161ac41e
YQ
39302014-07-02 Yao Qi <yao@codesourcery.com>
3931
3932 * gdb.trace/entry-values.c: Define labels 'foo_start' and
3933 'bar_start' at the beginning of functions 'foo' and 'bar'
3934 respectively.
3935 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
3936 instead of 'foo' and 'bar'.
3937
1f267ae3
MM
39382014-07-08 Markus Metzger <markus.t.metzger@intel.com>
3939
3940 * gdb.btrace/segv.exp: New.
3941 * gdb.btrace/segv.c: New.
3942
2b239efb
LM
39432014-07-02 Luis Machado <lgustavo@codesourcery.com>
3944
3945 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
3946 instruction.
3947
cf363f18
MW
39482014-06-30 Mark Wielaard <mjw@redhat.com>
3949
3950 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
3951 vulture, vilify, villar): New volatile array constants.
3952 (vindictive, vegetation): New const volatile array constants.
3953 * gdb.base/volatile.exp: Test volatile and const volatile array
3954 types.
3955
aebf9d24
AA
39562014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3957
3958 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
3959 target lacks support for awatch, rwatch, or hbreak.
3960
b67a2c6f
YQ
39612014-06-27 Yao Qi <yao@codesourcery.com>
3962
3963 * gdb.multi/dummy-frame-restore.exp: New.
3964 * gdb.multi/dummy-frame-restore.c: New.
3965
aef92902
MM
39662014-06-25 Markus Metzger <markus.t.metzger@intel.com>
3967
3968 * gdb.btrace/gcore.exp: New.
3969
8e9db26e
PA
39702014-06-23 Pedro Alves <palves@redhat.com>
3971
3972 * gdb.base/watchpoint-reuse-slot.c: New file.
3973 * gdb.base/watchpoint-reuse-slot.exp: New file.
3974
70afc5b7
SC
39752014-06-23 Siva Chandra Reddy <sivachandra@google.com>
3976
3977 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
3978 progspace's filename in 'info', 'enable' and 'disable' command
3979 tests.
3980
b972bd9c
JK
39812014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3982
3983 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
3984 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3985 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
3986
125f8a3d
GB
39872014-06-20 Gary Benson <gbenson@redhat.com>
3988
3989 * gdb.arch/i386-avx.exp: Fix include file location.
3990 * gdb.arch/i386-sse.exp: Likewise.
3991
3ed9baed
IB
39922014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
3993
3994 * gdb.dlang/expression.exp: New file.
3995
034f788c
PA
39962014-06-19 Pedro Alves <palves@redhat.com>
3997
3998 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
3999 out from ...
4000 (top level): ... here. Iterate running tests under different
4001 scheduler-locking settings.
4002
45371d0c
LM
40032014-06-18 Luis Machado <lgustavo@codesourcery.com>
4004
4005 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
4006 to DW_FORM_addr and use non-zero addresses.
4007
5d376983
SC
40082014-06-18 Siva Chandra Reddy <sivachandra@google.com>
4009
4010 PR gdb/17017
4011 * gdb.python/py-xmethods.cc: Add global function call counters and
4012 increment them in their respective functions. Remove "cout"
4013 statements.
4014 * gdb.python/py-xmethods.exp: Make tests check the global function
4015 call counters instead of depending on inferior IO.
4016
a1aa2221
LM
40172014-06-18 Don Breazeal <donb@codesourcery.com>
4018
4019 * gdb.base/foll-fork.exp (default_fork_parent_follow):
4020 Deleted procedure.
4021 (explicit_fork_parent_follow): Deleted procedure.
4022 (explicit_fork_child_follow): Deleted procedure.
4023 (test_follow_fork): New procedure.
4024 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 4025 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
4026 procedure calls.
4027
0fc05997
YQ
40282014-06-17 Yao Qi <yao@codesourcery.com>
4029
4030 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
4031 CP1252.
4032
70795c52
LM
40332014-06-17 Luis Machado <lgustavo@codesourcery.com>
4034
4035 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
4036 Initialize ptr and S explicitly.
4037 (skip_type_update_when_not_use_rtti_test): Likewise.
4038
6be47f0c
KS
40392014-06-16 Keith Seitz <keiths@redhat.com>
4040
4041 PR mi/15863
4042 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
4043 the inferior is started.
4044
d03de421
PA
40452014-06-16 Pedro Alves <palves@redhat.com>
4046
4047 * gdb.base/break-main-file-remove-fail.c: New file.
4048 * gdb.base/break-main-file-remove-fail.exp: New file.
4049 * gdb.base/break-unload-file.exp: Use build_executable instead of
4050 prepare_for_testing.
4051 (test_break): New parameter "initial_load". Handle it.
4052 (top level): Add initial_load cmdline/file axis.
4053
f9579b99
TT
40542014-06-12 Tom Tromey <tromey@redhat.com>
4055
4056 * gdb.base/completion.exp: Don't use directory name in test.
4057
3657956b
GB
40582014-06-09 Gary Benson <gbenson@redhat.com>
4059
4060 * gdb.base/sigall.c [Functions to send signals]: Reorder to
4061 separate the always-available ANSI-standard signals from the
4062 signals that require checking.
4063 (main): Likewise.
4064 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
4065 Likewise.
4066 (main): Likewise.
4067
4186eb54
KS
40682014-06-07 Keith Seitz <keiths@redhat.com>
4069
4070 Revert:
4071 PR c++/16253
4072 * gdb.cp/var-tag.cc: New file.
4073 * gdb.cp/var-tag.exp: New file.
4074 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4075 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4076 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4077 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4078
25326a28 40792014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
4080
4081 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
4082
829155c9
PA
40832014-06-06 Pedro Alves <palves@redhat.com>
4084
4085 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
4086 in target debug output instead of looking at RSP packets,
4087 disabling the test on any target that uses hardware stepping.
4088 Update comments.
4089
61c8d22e
PA
40902014-06-06 Pedro Alves <palves@redhat.com>
4091
4092 * gdb.base/break-unload-file.exp: Fix typo.
4093
d9a47287
YQ
40942014-06-06 Yao Qi <yao@codesourcery.com>
4095
4096 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
4097 from "jit_function" to "^jit_function".
4098
e5e01dbf
YQ
40992014-06-06 Yao Qi <yao@codesourcery.com>
4100
4101 * gdb.base/async.c (foo): Add one statement.
4102 * gdb.base/async.exp: Get the next instruction address and
4103 match the output of "nexti" by instruction address. Match
4104 the hex address in the output of "finish".
4105
73ba372c
GB
41062014-06-06 Gary Benson <gbenson@redhat.com>
4107
4108 * gdb.base/call-signals.c: Remove preprocessor conditionals
4109 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
4110 SIGSEGV and SIGTERM.
4111 * gdb.base/sigall.c: Likewise.
4112 * gdb.base/unwindonsignal.c: Likewise.
4113 * gdb.reverse/sigall-reverse.c: Likewise.
4114
831517df
YQ
41152014-06-06 Yao Qi <yao@codesourcery.com>
4116
4117 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
4118 readable, skip the test.
4119
b8b91e98
YQ
41202014-06-06 Yao Qi <yao@codesourcery.com>
4121
4122 * gdb.threads/staticthreads.c (thread_function): Move the line
4123 setting breakpoint on forward.
4124 * gdb.threads/staticthreads.exp: Update comments.
4125
fb934770
LC
41262014-06-05 Ludovic Courtès <ludo@gnu.org>
4127
4128 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
4129 "history-append! type error".
4130
6ef284bd
SM
41312014-06-05 Simon Marchi <simon.marchi@ericsson.com>
4132
4133 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
4134 erroneous dprintf expected input.
4135
a872e241
DE
41362014-06-04 Doug Evans <xdje42@gmail.com>
4137
4138 * gdb.guile/scm-generics.exp: Delete.
4139
16f691fb
DE
41402014-06-04 Doug Evans <xdje42@gmail.com>
4141
4142 * gdb.guile/scm-breakpoint.exp: Update.
4143 Add tests for breakpoint registration.
4144
012370f6
TT
41452014-06-04 Tom Tromey <tromey@redhat.com>
4146
4147 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
4148 VLA-in-union.
4149 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
4150 inner_vla_struct, vla_union types. Initialize objects of those
4151 types and compute their sizes.
4152
9f5a4cef
HZ
41532014-06-04 Nathan Sidwell <nathan@codesourcery.com>
4154 Hui Zhu <hui@codesourcery.com>
4155
4156 * gdb.base/fileio.exp: Add test for shell not available as well as
4157 available.
4158 * gdb.base/fileio.c (test_system): Check for shell twice.
4159
90a45c4d
YQ
41602014-06-04 Yao Qi <yao@codesourcery.com>
4161
4162 * gdb.base/auto-connect-native-target.exp: Remove redundant
4163 space from the regexp pattern.
4164
70017e41
YQ
41652014-06-04 Yao Qi <yao@codesourcery.com>
4166
4167 * gdb.base/default.exp: Replace "child" with "native" in
4168 regexp pattern.
4169
883964a7
SC
41702014-06-03 Siva Chandra Reddy <sivachandra@google.com>
4171
4172 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
4173 * gdb.python/py-xmethods.exp: New tests to test xmethods.
4174 * gdb.python/py-xmethods.py: Python script supporting the
4175 new testcase and tests.
4176
ef370185
JB
41772014-06-03 Joel Brobecker <brobecker@adacore.com>
4178 Pedro Alves <palves@redhat.com>
4179
4180 PR breakpoints/17000
4181 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
4182 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
4183
1e2ccb61
BM
41842014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
4185
4186 * gdb.base/subst.exp: Add tests to verify partial path matching
4187 output.
4188
c6ec5ab2
PA
41892014-06-03 Pedro Alves <palves@redhat.com>
4190
4191 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
4192 target that doesn't use software single-stepping.
4193
835c559f
PA
41942014-06-03 Pedro Alves <palves@redhat.com>
4195
4196 PR breakpoints/17000
4197 * gdb.base/sss-bp-on-user-bp-2.c: New file.
4198 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
4199
06eb1586
DE
42002014-06-02 Doug Evans <xdje42@gmail.com>
4201
4202 * gdb.guile/scm-parameter.exp: New file.
4203
e698b8c4
DE
42042014-06-02 Doug Evans <xdje42@gmail.com>
4205
4206 * gdb.guile/scm-cmd.c: New file.
4207 * gdb.guile/scm-cmd.exp: New file.
4208
ded03782
DE
42092014-06-02 Doug Evans <xdje42@gmail.com>
4210
4211 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
4212 pretty-printer lookup.
4213 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
4214 (make-pp_s-printer): Call it.
4215 (make-pretty-printer-from-dict): New function.
4216 (lookup-pretty-printer-maker-from-dict): New function.
4217 (*pretty-printer*): Simplify.
4218 (make-objfile-pp_s-printer): New function.
4219 (install-objfile-pretty-printers!): New function.
4220 (make-progspace-pp_s-printer): New function.
4221 (install-progspace-pretty-printers!): New function.
4222 * gdb.guile/scm-progspace.c: New file.
4223 * gdb.guile/scm-progspace.exp: New file.
4224
41fac0cf
PA
42252014-06-02 Pedro Alves <palves@redhat.com>
4226
4227 * gdb.base/dprintf-bp-same-addr.c: New file.
4228 * gdb.base/dprintf-bp-same-addr.exp: New file.
4229
96ae5695
EBM
42302014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4231
4232 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
4233 * gdb.arch/powerpc-power.s: Likewise.
4234
da02b3a8
JB
42352014-06-02 Joel Brobecker <brobecker@adacore.com>
4236
4237 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
4238
c72b2e7b
YQ
42392014-06-01 Yao Qi <yao@codesourcery.com>
4240
4241 * gdb.base/watchpoint.exp (test_watch_location): Check null
4242 pointer can be dereferenced. If not, do the test, otherwise
4243 skip it.
4244
53e8a631
AB
42452014-05-30 Andrew Burgess <aburgess@broadcom.com>
4246
4247 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
4248 results.
4249 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
4250
938f0e2f
AB
42512014-05-30 Andrew Burgess <aburgess@broadcom.com>
4252
4253 * gdb.arch/amd64-invalid-stack-middle.S: New file.
4254 * gdb.arch/amd64-invalid-stack-middle.c: New file.
4255 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
4256 * gdb.arch/amd64-invalid-stack-top.c: New file.
4257 * gdb.arch/amd64-invalid-stack-top.exp: New file.
4258
9ba6657a
PA
42592014-05-30 Pedro Alves <palves@redhat.com>
4260
4261 PR breakpoints/17000
4262 * gdb.base/sss-bp-on-user-bp.c: New file.
4263 * gdb.base/sss-bp-on-user-bp.exp: New file.
4264
522c09bf
DB
42652014-05-30 David Blaikie <dblaikie@gmail.com>
4266
4267 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
4268 gnu_inline semantics via attribute.
4269 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
4270 source explicitly specifies the required semantics.
4271
bf4ef81e
MR
42722014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
4273
4274 * gdb.reverse/sigall-reverse.exp: Fix a typo.
4275
329ea579
PA
42762014-05-29 Pedro Alves <palves@redhat.com>
4277 Tom Tromey <tromey@redhat.com>
4278
4279 * gdb.base/async-shell.exp: Don't enable target-async.
4280 * gdb.base/async.exp
4281 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
4282 parameter. Adjust.
4283 (top level): Don't test with "target-async".
4284 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
4285 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
4286 * gdb.base/inferior-died.exp: Don't enable target-async.
4287 * gdb.base/interrupt-noterm.exp: Likewise.
4288 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
4289 * gdb.mi/mi-nonstop-exit.exp: Likewise.
4290 * gdb.mi/mi-nonstop.exp: Likewise.
4291 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
4292 * gdb.mi/mi-nsintrall.exp: Likewise.
4293 * gdb.mi/mi-nsmoribund.exp: Likewise.
4294 * gdb.mi/mi-nsthrexec.exp: Likewise.
4295 * gdb.mi/mi-watch-nonstop.exp: Likewise.
4296 * gdb.multi/watchpoint-multi.exp: Adjust comment.
4297 * gdb.python/py-evsignal.exp: Don't enable target-async.
4298 * gdb.python/py-evthreads.exp: Likewise.
4299 * gdb.python/py-prompt.exp: Likewise.
4300 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
4301 * gdb.server/solib-list.exp: Don't enable target-async.
4302 * gdb.threads/thread-specific-bp.exp: Likewise.
4303 * lib/mi-support.exp: Adjust to use mi-async.
4304
fd664c91
PA
43052014-05-29 Pedro Alves <palves@redhat.com>
4306
4307 PR gdb/13860
4308 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
4309 reason, even in sync mode.
4310
251bde03
PA
43112014-05-29 Pedro Alves <palves@redhat.com>
4312 Hui Zhu <hui@codesourcery.com>
4313
4314 PR PR15693
4315 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
4316 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
4317 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
4318 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
4319
7f3c0343
JB
43202014-05-28 Joel Brobecker <brobecker@adacore.com>
4321
4322 * config/monitor.exp (gdb_target_monitor): Replace use of
4323 "set remotebaud" by "set serial baud".
4324
b2715b27
AW
43252014-05-26 Andy Wingo <wingo@igalia.com>
4326
4327 * gdb.guile/scm-breakpoint.exp:
4328 * gdb.guile/scm-gsmob.exp: Update to use plain old object
4329 properties instead of gdb-object-properties.
4330
498a4489
YQ
43312014-05-26 Yao Qi <yao@codesourcery.com>
4332
4333 * gdb.server/no-thread-db.exp: Specify source file name
4334 explicitly when setting a breakpoint.
4335
589fdceb
MM
43362014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4337
4338 * gdb.btrace/vdso.c: New.
4339 * gdb.btrace/vdso.exp: New.
4340
e9089e05
MM
43412014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4342
4343 * gdb.base/gcore.exp (capture_command_output): Move ...
4344 * lib/gdb.exp (capture_command_output): ... here.
4345
67b5c0c1
MM
43462014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4347
4348 * gdb.btrace/data.exp: Test memory access during btrace replay.
4349
a2199296
SM
43502014-05-22 Simon Marchi <simon.marchi@ericsson.com>
4351
4352 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
4353
17b2616c
PA
43542014-05-21 Pedro Alves <palves@redhat.com>
4355
4356 PR gdb/13860
4357 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
4358 (top level): Test that output related to execution commands is
4359 sent to the console with CLI commands, but not with MI commands.
4360 Test that breakpoint events are always mirrored to the console.
4361 Also expect the new source line to be output after a "next" in
4362 async mode too. Make it a pass/fail test.
4363 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
4364 output.
4365 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
4366
5166082f
PA
43672014-05-21 Pedro Alves <palves@redhat.com>
4368
4369 * gdb.base/list.exp (build_pattern, test_list): New procedures.
4370 Use them to test variations of "list" after reaching a breakpoint.
4371 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
4372 Test "list" with listsize 10 after reaching a breakpoint.
4373 * gdb.python/python.exp (decode_line current location line
4374 number): Adjust expected line number.
4375
2f25d70f
SM
43762014-05-21 Simon Marchi <simon.marchi@ericsson.com>
4377
4378 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
4379 behavior for $args, pass it directly to "run".
4380
ff604a67
MR
43812014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
4382
4383 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
4384 30000 to 65536.
4385
6a3cb8e8
PA
43862014-05-21 Pedro Alves <palves@redhat.com>
4387
4388 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
4389 auto-connect-native-target off".
4390 * gdb.base/auto-connect-native-target.c: New file.
4391 * gdb.base/auto-connect-native-target.exp: New file.
4392
4ebfc96e
PA
43932014-05-21 Pedro Alves <palves@redhat.com>
4394
4395 * gdb.base/default.exp: Test "target native" instead of "target
4396 child".
4397
36d46afb
MW
43982014-05-21 Mark Wielaard <mjw@redhat.com>
4399
4400 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
4401
5876f503
JK
44022014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4403
4404 Fix TLS access for -static -pthread.
4405 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
4406 <HAVE_TLS> (thread_function, main): Initialize it.
4407 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
4408 Add clean_restart.
4409 <$have_tls != "">: Check TLSVAR.
4410
0256a6ac
PA
44112014-05-21 Pedro Alves <palves@redhat.com>
4412
4413 * gdb.base/dcache-line-read-error.c: New.
4414 * gdb.base/dcache-line-read-error.exp: New.
4415
936d2992
PA
44162014-05-20 Pedro Alves <palves@redhat.com>
4417
4418 * gdb.base/compare-sections.c: New file.
4419 * gdb.base/compare-sections.exp: New file.
4420
802e8e6d
PA
44212014-05-20 Pedro Alves <palves@redhat.com>
4422
4423 * gdb.base/break-idempotent.c: New file.
4424 * gdb.base/break-idempotent.exp: New file.
4425
e59fa00f
MM
44262014-05-20 Markus Metzger <markus.t.metzger@intel.com>
4427
4428 * gdb.btrace/nohist.exp: New.
4429
8b696e31
YQ
44302014-05-20 Yao Qi <yao@codesourcery.com>
4431
4432 * lib/gdb.exp (gdb_init): Set timeout if test file is under
4433 gdb.reverse directory and gdb_reverse_timeout exists in board
4434 setting.
4435 * README: Document gdb_reverse_timeout.
4436
73c9764f
YQ
44372014-05-20 Yao Qi <yao@codesourcery.com>
4438
4439 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
4440 'test_file_name'. Treat args as a string instead of a list.
4441 (gdb_init): Rename argument 'args' by 'test_file_name'.
4442
f1f4348a
JK
44432014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4444
4445 * gdb.arch/powerpc-power.exp: New file.
4446 * gdb.arch/powerpc-power.s: New file.
4447
0dbe70ce
DE
44482014-05-16 Doug Evans <dje@google.com>
4449
4450 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
4451 * gdb.base/completion.exp: Check that all expected files exist
4452 before doing file completion.
0dbe70ce 4453
8d551b02
DE
44542014-05-16 Doug Evans <dje@google.com>
4455
4456 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
4457 Update.
4458 (do_syscall_tests_without_xml): Update.
4459
73eb7709
PA
44602014-05-16 Pedro Alves <palves@redhat.com>
4461
4462 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
4463 instead of "unknown output after running".
4464
3fae92fc
YQ
44652014-05-16 Yao Qi <yao@codesourcery.com>
4466
4467 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
4468 file1.txt from host at the end.
4469 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4470
c2b2ccc5
DE
44712014-05-15 Doug Evans <dje@google.com>
4472
4473 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
4474 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
4475 loading file. Add test for TU lookup.
4476
8c217a4b
SM
44772014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4478
4479 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
4480 calling "-exec-arguments" or "set args" before running the
4481 inferior.
4482
3deb39c6
SM
44832014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4484
4485 * lib/mi-support.exp (mi_expect_stop): Expect message for
4486 inferiors that exit with non-zero exit code.
4487
71a79f8c
YQ
44882014-05-14 Yao Qi <yao@codesourcery.com>
4489
4490 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
4491 match absolute path on remote host.
4492 (test_file_list_exec_source_files): Remove "/" from the
4493 pattern.
4494
f23fcd46
YQ
44952014-05-14 Yao Qi <yao@codesourcery.com>
4496
4497 * boards/local-remote-host-notty.exp (${board}_file): New
4498 proc.
4499
9404b58f
KM
45002014-05-07 Kyle McMartin <kyle@redhat.com>
4501
4502 Pushed by Joel Brobecker <brobecker@adacore.com>.
4503 * gdb.arch/aarch64-atomic-inst.c: New file.
4504 * gdb.arch/aarch64-atomic-inst.exp: New file.
4505
5e45f04c
YQ
45062014-05-07 Yao Qi <yao@codesourcery.com>
4507
4508 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
4509 in current context" too.
4510
c888a17d
KS
45112014-05-05 Keith Seitz <keiths@redhat.com>
4512
4513 * gdb.linespec/ls-dollar.exp: Add test for linespec
4514 file:convenience_variable.
4515
290a839c
YQ
45162014-05-05 Yao Qi <yao@codesourcery.com>
4517
4518 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
4519 traceframes into tfile and ctf trace files. Read data from
4520 trace file and test collected data.
4521 (gdb_collect_locals_test): Likewise.
4522 (gdb_unavailable_registers_test): Likewise.
4523 (gdb_unavailable_floats): Likewise.
4524 (gdb_collect_globals_test): Likewise.
4525 (top-level): Append "ctf" to trace_file_targets if GDB
4526 supports.
4527
b5262cd0
YQ
45282014-05-05 Yao Qi <yao@codesourcery.com>
4529
4530 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
4531 code to ...
4532 (gdb_collect_args_test_1): ... it. New proc.
4533 (gdb_collect_locals_test): Move some code to ...
4534 (gdb_collect_locals_test_1): ... it. New proc.
4535 (gdb_unavailable_registers_test): Move some code to ...
4536 (gdb_unavailable_registers_test_1): ... it. New proc.
4537 (gdb_unavailable_floats): Move some code to ...
4538 (gdb_unavailable_floats_1): ... it. New proc.
4539
30a1e6cc
SDJ
45402014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4541
4542 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
4543 probes to test for bitness recognition.
4544 * gdb.arch/amd64-stap-optional-prefix.exp
4545 (test_probe_value_without_reg): New procedure.
4546 Add code to test for different kinds of bitness.
4547
f33da99a
SDJ
45482014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4549
4550 PR breakpoints/16889
4551 * gdb.arch/amd64-stap-optional-prefix.S: New file.
4552 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4553
5b80f00d
PA
45542014-05-01 Pedro Alves <palves@redhat.com>
4555
4556 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
4557 gdb_file_cmd if no file is specified.
4558 * boards/native-extended-gdbserver.exp (gdb_load): Use the
4559 last_loaded_file to set the remote exec-file.
4560
f8c2a73c
PA
45612014-05-01 Pedro Alves <palves@redhat.com>
4562
4563 * boards/local-remote-host.exp: New file.
4564
be6e8ac7
PA
45652014-05-01 Pedro Alves <palves@redhat.com>
4566
4567 * boards/local-remote-host.exp: Rename to ...
4568 * boards/local-remote-host-notty.exp: ... this.
4569
cac0dc8f
JB
45702014-04-28 Joel Brobecker <brobecker@adacore.com>
4571
4572 * gdb.ada/dyn_arrayidx: New testcase.
4573
9730e6cc
YQ
45742014-04-26 Yao Qi <yao@codesourcery.com>
4575
4576 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
4577 and compute the length of function main. Save it in
4578 $main_length.
4579 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
4580 (top-level): Use gdb_compile to compile objects into
4581 executable and restart GDB. Remove invocation to
4582 prepare_for_testing.
4583
7ae1a6a6
PA
45842014-04-25 Simon Marchi <simon.marchi@ericsson.com>
4585 Pedro Alves <palves@redhat.com>
4586
4587 PR server/16255
4588 * gdb.multi/multi-attach.c: New file.
4589 * gdb.multi/multi-attach.exp: New file.
4590
4082afcc
PA
45912014-04-25 Pedro Alves <palves@redhat.com>
4592
4593 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
4594 user.
4595 (top level): Test that "set remote conditional-breakpoints-packet
4596 off" works as intended.
4597 * gdb.base/dprintf.exp: Test that "set remote
4598 breakpoint-commands-packet off" works as intended.
4599 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
4600 New function.
4601 (top level): Call it.
4602 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
4603 remote fast-tracepoints-packet off" works as intended.
4604 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
4605 * lib/gdb.exp (gdb_is_target_remote): ... here.
4606
2abc3f8d
DB
46072014-04-24 David Blaikie <dblaikie@gmail.com>
4608
4609 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
4610 ensure clang would not discard them.
4611 * gdb.base/gdbvars.c: Ditto.
4612 * gdb.base/memattr.c: Ditto.
4613 * gdb.base/whatis.c: Ditto.
4614 * gdb.python/py-prettyprint.c: Ditto.
4615 * gdb.trace/actions.c: Ditto.
4616 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
4617 ensure clang would not discard it.
4618
bfd39632
DB
46192014-04-24 David Blaikie <dblaikie@gmail.com>
4620
4621 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
4622 clang to emit the full definition of type required by the test
4623 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
4624
22842ff6
DB
46252014-04-24 David Blaikie <dblaikie@gmail.com>
4626
4627 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
4628 coax Clang into emitting the definition of the type.
4629 * gdb.cp/pr10728-x.h (y): Ditto.
4630 * gdb.cp/pr10728-y.cc (y): Ditto.
4631
c2e827ad
DB
46322014-04-24 David Blaikie <dblaikie@gmail.com>
4633
4634 * gdb.base/label.exp: XFAIL label related tests under Clang.
4635 * gdb.cp/cplabel.exp: Ditto.
4636 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
4637 under Clang those using labels.
4638
4c2d33e7
YQ
46392014-04-25 Yao Qi <yao@codesourcery.com>
4640
4641 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
4642 double_label.
4643 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
4644 partial_label and double_label.
4645
56083b99
DB
46462014-04-24 David Blaikie <dblaikie@gmail.com>
4647
4648 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
4649
25d4e99d
DB
46502014-04-24 David Blaikie <dblaikie@gmail.com>
4651
4652 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
4653 of the function to work across GCC and Clang.
4654 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
4655 pointer types (const void ** const V void **).
4656
01f9f808
MS
46572014-04-24 Michael Sturm <michael.sturm@mintel.com>
4658 Walfred Tedeschi <walfred.tedeschi@intel.com>
4659
4660 * Makefile.in (EXECUTABLES): Added i386-avx512.
4661 * gdb.arch/i386-avx512.c: New file.
4662 * gdb.arch/i386-avx512.exp: Likewise.
4663
4b48d439
KS
46642014-04-23 Keith Seitz <keiths@redhat.com>
4665
4666 * lib/mi-support.exp (mi_list_breakpoints): Delete.
4667 (mi_make_breakpoint_table): New procedure.
4668 (mi_create_breakpoint): Use mi_make_breakpoint
4669 and return the result.
4670 (mi_make_breakpoint): New procedure.
4671 (mi_build_kv_pairs): New procedure.
4672
4673 * gdb.mi/mi-break.exp: Remove unused globals,
4674 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
4675 All callers updated.
4676 * gdb.mi/mi-dprintf.exp: Use variable to track command
4677 number.
4678 Update all callers of mi_create_breakpoint and use
4679 mi_make_breakpoint_table.
4680 Remove any unused global variables.
4681 * gdb.mi/mi-nonstop.exp: Likewise.
4682 * gdb.mi/mi-nsintrall.exp: Likewise.
4683 * gdb.mi/mi-nsmoribund.exp: Likewise.
4684 * gdb.mi/mi-nsthrexec.exp: Likewise.
4685 * gdb.mi/mi-reverse.exp: Likewise.
4686 * gdb.mi/mi-simplerun.exp: Likewise.
4687 * gdb.mi/mi-stepn.exp: Likewise.
4688 * gdb.mi/mi-syn-frame.exp: Likewise.
4689 * gdb.mi/mi-until.exp: Likewise.
4690 * gdb.mi/mi-var-cp.exp: Likewise.
4691 * gdb.mi/mi-var-display.exp: Likewise.
4692 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
4693 * gdb.mi/mi2-var-child.exp: Likewise.
4694 * gdb.mi/mi-vla-c99.exp: Likewise.
4695 * lib/mi-support.exp: Likewise.
4696
4697 From Ian Lance Taylor <iant@cygnus.com>:
4698 * lib/gdb.exp (parse_args): New procedure.
4699
08351840
PA
47002014-04-23 Pedro Alves <palves@redhat.com>
4701
4702 * gdb.base/break-unload-file.c: New file.
4703 * gdb.base/break-unload-file.exp: New file.
4704 * gdb.base/sym-file-lib.c (baz): New function.
4705 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
4706 field.
4707 (load): Store the segment's mapped size.
4708 (unload): New function.
4709 (unload_shlib): New function.
4710 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
4711 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
4712 set a breakpoint at baz, and call it.
4713 * gdb.base/sym-file.exp: New tests for stale breakpoint
4714 instructions.
4715
076855f9
PA
47162014-04-23 Pedro Alves <palves@redhat.com>
4717
4718 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
4719 * gdb.base/hbreak-in-shr-unsupported.c: New file.
4720 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
4721 * gdb.base/hbreak-unmapped.c: New file.
4722 * gdb.base/hbreak-unmapped.exp: New file.
4723 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
4724 * lib/gdb.exp (gdb_is_target_remote): ... here.
4725
483805cf
PA
47262014-04-22 Pedro Alves <palves@redhat.com>
4727
4728 * gdb.base/consecutive-step-over.c: New file.
4729 * gdb.base/consecutive-step-over.exp: New file.
4730
06d97543
PA
47312014-04-22 Pedro Alves <palves@redhat.com>
4732
4733 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
4734 instead of send_gdb/gdb_expect.
4735
b4429ea2
YQ
47362014-04-22 Yao Qi <yao@codesourcery.com>
4737
4738 * lib/trace-support.exp (generate_tracefile): New procedure.
4739 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
4740 return 0.
4741 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
4742 if generate_tracefile returns 1.
4743
51d48146
PA
47442014-04-18 Tom Tromey <palves@redhat.com>
4745 Pedro alves <tromey@redhat.com>
4746
4747 PR backtrace/15558
4748 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
4749 with a backtrace limit.
4750 * gdb.python/py-frame-inline.exp: Test running to an inline
4751 function with a backtrace limit, and printing the newest frame.
4752 * gdb.python/py-frame-inline.c (main): Call f.
4753
bd1dce5f
MS
47542014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4755
4756 * gdb.java/jnpe.exp: Drop srcdir from untested path.
4757
40d1a503
MS
47582014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4759
4760 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
4761 Drop prefix from unsupported source file path.
4762
389b98f7
YQ
47632014-04-17 Yao Qi <yao@codesourcery.com>
4764
4765 * lib/gdb.exp (with_target_charset): New proc.
4766 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
4767 with_target_charset.
4768 (test_print_strings): Likewise.
4769 (test_repeat_bytes): Likewise.
4770 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
4771 for some tests.
4772
22869d73
KS
47732014-04-16 Keith Seitz <keiths@redhat.com>
4774
4775 PR gdb/15827
4776 * gdb.dwarf2/corrupt.c: New file.
4777 * gdb.dwarf2/corrupt.exp: New file.
4778
c4f87ca6
KS
47792014-04-16 Keith Seitz <keiths@redhat.com>
4780
4781 PR c++/16597
4782 * gdb.cp/namelessclass.cc: New file.
4783 * gdb.cp/namelessclass.exp: New file.
4784 * gdb.cp/namelessclass.S: New file.
4785
ab19de87
DE
47862014-04-16 Doug Evans <dje@google.com>
4787
4788 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
4789 Add comment.
4790 (gdbserver_default_get_comm_port): New function.
4791 (gdbserver_start): Check if board file provided
4792 "gdbserver,get_comm_port" and use it if so.
4793 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
4794 (gdb,socketport): Set to "stdio".
4795 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
4796 (stdio_gdbserver_template): Delete.
4797 (${board}_get_remote_address): Update.
4798 (${board}_build_remote_cmd): Delete.
4799 (${board}_get_comm_port): New function.
4800 (${board}_spawn): Update.
4801 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
4802 Delete.
4803 (${board}_get_remote_address): Update.
4804 (${board}_get_comm_port): New function.
4805
fc98a809
AB
48062014-04-16 Andrew Burgess <aburgess@broadcom.com>
4807
4808 * gdb.base/memattr.exp: Improve regexps to handle memory regions
4809 appearing in any order.
4810
87fd9e6e
DE
48112014-04-15 Doug Evans <dje@google.com>
4812
4813 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
4814 uninitialized value of "description".
4815
099fc3ea
KS
48162014-04-15 Keith Seitz <keiths@redhat.com>
4817
4818 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
4819 Remove unused globals.
4820 (test_running_the_program): Likewise.
4821 (test_controlled_execution): Likewise.
4822 (test_controlling_breakpoints): Likewise.
4823 (test_program_termination): Likewise.
4824
5da151d4
KS
48252014-04-15 Keith Seitz <keiths@redhat.com>
4826
4827 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
4828 unused globals.
4829 (test_rbreak_creation_and_listing): Likewise.
4830 (test_ignore_count): Likewise.
4831 (test_error): Likewise.
4832
35e5d2f0
PA
48332014-04-15 Pedro Alves <palves@redhat.com>
4834
4835 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
4836 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
4837 sym-file-loader.c.
4838 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4839 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4840 to sym-file-loader.c.
4841 (struct library): Forward declare.
4842 (load_shlib, lookup_function): Change prototypes.
4843 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4844 (translate_offset): Remove declarations.
4845 (get_text_addr): New declaration.
4846 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
4847 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
4848 sym-file-loader.h.
4849 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4850 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4851 here from sym-file-loader.h.
4852 (struct library): New structure.
4853 (load_shlib, lookup_function): Change prototypes and adjust to
4854 work with a struct library.
4855 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4856 (translate_offset): Make static.
4857 (get_text_addr): New function.
4858 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
4859
eb4c1710
PA
48602014-04-15 Pedro Alves <palves@redhat.com>
4861
4862 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
4863
2d1baf52
PA
48642014-04-15 Pedro Alves <palves@redhat.com>
4865
4866 * gdb.base/sym-file-loader.c: Include <limits.h>.
4867 (SELF_LINK): New define.
4868 (get_origin): New function.
4869 (load_shlib): Use it.
4870 * gdb.base/sym-file.exp: Don't early return if the target is
4871 remote. Use runto_main, and issue fail is that fails. Use
4872 gdb_load_shlibs.
4873 (shlib_name): Delete.
4874 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
4875
7dd6df01
PA
48762014-04-15 Pedro Alves <palves@redhat.com>
4877
4878 * gdb.base/sym-file.exp: Remove regex characters from test
4879 message. Don't refer to breakpoint numbers in test messages.
4880
b50c8614
KS
48812014-04-14 Keith Seitz <keiths@redhat.com>
4882
4883 PR c++/16253
4884 * gdb.cp/var-tag.cc: New file.
4885 * gdb.cp/var-tag.exp: New file.
4886 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4887 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4888 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4889 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4890
3d567982
TT
48912014-04-14 Tom Tromey <tromey@redhat.com>
4892
4893 * gdb.cp/classes.exp (test_enums): Handle underlying type.
4894 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
4895 type.
4896 * gdb.cp/enum-class.exp: New file.
4897 * gdb.cp/enum-class.cc: New file.
4898
0626fc76
TT
48992014-04-14 Tom Tromey <tromey@redhat.com>
4900
4901 * gdb.dwarf2/enum-type.exp: New file.
4902
dca325b3
SA
49032014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4904
4905 * gdb.mi/mi-vla-c99.exp: New file.
4906 * gdb.mi/vla.c: New file.
4907
5854b38a
SA
49082014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4909
4910 * gdb.base/vla-datatypes.c: New file.
4911 * gdb.base/vla-datatypes.exp: New file.
4912
463bb957
SA
49132014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4914
4915 * gdb.base/vla-ptr.c: New file.
4916 * gdb.base/vla-ptr.exp: New file.
4917
3dd170be
SA
49182014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4919
4920 * gdb.dwarf2/count.exp: New file.
4921
5ecaaa66
SA
49222014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4923
4924 * gdb.base/vla-sideeffect.c: New file.
4925 * gdb.base/vla-sideeffect.exp: New file.
4926
41f1ada5
DB
49272014-04-14 David Blaikie <dblaikie@gmail.com>
4928
4929 * gdb.mi/non-stop.c: Add return value for non-void function return
4930 statement.
4931 * gdb.threads/staticthreads.c: Ditto.
4932
0be03e84
DE
49332014-04-12 Siva Chandra Reddy <sivachandra@google.com>
4934 Doug Evans <xdje42@gmail.com>
4935
4936 * gdb.guile/scm-value.c: Improve test case.
4937 * gdb.guile/scm-value.exp: Add new test.
4938
f180a1fb
DB
49392014-04-11 David Blaikie <dblaikie@gmail.com>
4940
4941 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
4942 override Clang's default.
4943
6b662e19
JB
49442014-04-11 Joel Brobecker <brobecker@adacore.com>
4945
4946 Revert the following changes (regressions):
4947
4948 * gdb.base/vla-sideeffect.c: New file.
4949 * gdb.base/vla-sideeffect.exp: New file.
4950
4951 * gdb.dwarf2/count.exp: New file.
4952
4953 * gdb.base/vla-multi.c: New file.
4954 * gdb.base/vla-multi.exp: New file.
4955
4956 * gdb.base/vla-ptr.c: New file.
4957 * gdb.base/vla-ptr.exp: New file.
4958
4959 * gdb.base/vla-datatypes.c: New file.
4960 * gdb.base/vla-datatypes.exp: New file.
4961
4962 * gdb.mi/mi-vla-c99.exp: New file.
4963 * gdb.mi/vla.c: New file.
4964
245a5f0b
KS
49652014-04-11 Keith Seitz <keiths@redhat.com>
4966
4967 PR c++/16675
4968 * gdb.cp/cpsizeof.exp: New file.
4969 * gdb.cp/cpsizeof.cc: New file.
4970
58a84dcf
SA
49712014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4972
191a8a90
JB
4973 * gdb.mi/mi-vla-c99.exp: New file.
4974 * gdb.mi/vla.c: New file.
58a84dcf 4975
c8655f75
SA
49762014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4977
4978 * gdb.base/vla-datatypes.c: New file.
4979 * gdb.base/vla-datatypes.exp: New file.
4980
024e13b4
SA
49812014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4982
4983 * gdb.base/vla-ptr.c: New file.
4984 * gdb.base/vla-ptr.exp: New file.
4985
1a237e0e
SA
49862014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4987
4988 * gdb.base/vla-multi.c: New file.
4989 * gdb.base/vla-multi.exp: New file.
4990
504f3432
SA
49912014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4992
4993 * gdb.dwarf2/count.exp: New file.
4994
3bce8237
SA
49952014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4996
191a8a90
JB
4997 * gdb.base/vla-sideeffect.c: New file.
4998 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 4999
322f9c21
YQ
50002014-04-11 Yao Qi <yao@codesourcery.com>
5001
5002 * gdb.base/completion.exp: Check file exists before running tests
5003 on file completion.
5004
d708bcd1
PA
50052014-04-10 Pedro Alves <palves@redhat.com>
5006
5007 * gdb.base/cond-eval-mode.c: New file.
5008 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
5009 prepare_for_testing to build the new file. Check result of
5010 runto_main.
5011 (test_break, test_watch): New procedures.
5012 (top level): Use them.
5013
ae1d2761
PM
50142014-04-08 Pierre Muller <muller@sourceware.org>
5015
5016 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
5017 Ctrl-V use for mingw hosts.
5018
7af389b8
SC
50192014-04-07 Siva Chandra Reddy <sivachandra@google.com>
5020
5021 * gdb.python/py-value.c: Improve test case.
5022 * gdb.python/py-value.exp: Add new test.
5023
5e703181
DE
50242014-04-07 David Blaikie <dblaikie@gmail.com>
5025
5026 * lib/compiler.c: Identify the clang compiler.
5027 * lib/compiler.cc: Ditto.
5028
9810b410
YQ
50292014-04-03 Yao Qi <yao@codesourcery.com>
5030
5031 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
5032
98d1b8dc
AB
50332014-04-01 Anton Blanchard <anton@samba.org>
5034
5035 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
5036 messages unique.
5037
3114cea1
AB
50382014-04-01 Anton Blanchard <anton@samba.org>
5039
5040 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
5041 prepare_for_testing.
5042
62f7182c
AB
50432014-04-01 Anton Blanchard <anton@samba.org>
5044
5045 * gdb.arch/ppc64-atomic-inst.c: Remove.
5046 * gdb.arch/ppc64-atomic-inst.S: New file.
5047 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
5048
770e7fc7
DE
50492014-03-31 Doug Evans <dje@google.com>
5050
5051 * gdb.base/print-symbol-loading-lib.c: New file.
5052 * gdb.base/print-symbol-loading-main.c: New file.
5053 * gdb.base/print-symbol-loading.exp: New file.
5054
46e2bafa
YQ
50552014-03-31 Yao Qi <yao@codesourcery.com>
5056
5057 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
5058
8776cfe9
JB
50592014-03-28 Joel Brobecker <brobecker@adacore.com>
5060
5061 * gdb.ada/mi_dyn_arr: New testcase.
5062
5d1ef361
DE
50632014-03-27 Doug Evans <dje@google.com>
5064
5065 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
5066
b5bee914
YQ
50672014-03-27 Yao Qi <yao@codesourcery.com>
5068
5069 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
5070 if target is nios2-*-*.
5071
0d4d0e77
YQ
50722014-03-26 Yao Qi <yao@codesourcery.com>
5073
5074 * lib/gdb.exp (readline_is_used): New proc.
5075 * gdb.base/completion.exp: Move tests on command complete up.
5076 Skip the rest of tests if readline is not used.
5077 * gdb.ada/complete.exp: Skp the test if readline is not
5078 used.
5079 * gdb.base/filesym.exp: Likewise.
5080 * gdb.base/macscp.exp: Likewise.
5081 * gdb.base/readline-ask.exp: Likewise.
5082 * gdb.base/readline.exp: Likewise.
5083 * gdb.python/py-cmd.exp: Likewise.
5084 * gdb.trace/tfile.exp: Likewise.
5085
29361eee
YQ
50862014-03-26 Yao Qi <yao@codesourcery.com>
5087
5088 * gdb.base/macscp.exp: Fix code format issues.
5089
bc9a5525
UW
50902014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
5091
5092 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
5093 * gdb.asm/powerpc64le.inc: New file.
5094
d3839ede
PA
50952014-03-25 Pedro Alves <palves@redhat.com>
5096 Doug Evans <dje@google.com>
5097
5098 * gdb.base/source-execution.c: New file.
5099 * gdb.base/source-execution.exp: New file.
5100 * gdb.base/source-execution.gdb: New file.
5101
01672a57
DE
51022014-03-24 Doug Evans <dje@google.com>
5103
5104 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
5105 using fission.
5106
88bbeca9
HZ
51072014-03-24 Hui Zhu <hui@codesourcery.com>
5108 Pedro Alves <palves@redhat.com>
5109
5110 PR breakpoints/16101
5111 * gdb.base/dprintf.exp: Use unsupported rather than changing the
5112 test pass/fail messages. Detect missing support for dprintf when
5113 breakpoints are actually inserted.
5114 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
5115 breakpoints are actually inserted.
5116 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
5117 fails.
5118
d2348791
JK
51192014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5120
5121 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
5122
feef67ab
DE
51232014-03-22 Doug Evans <xdje42@gmail.com>
5124
5125 * gdb.python/python.exp (python not supported): Verify multi-line
5126 python command issues an error.
25d743f9 5127 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 5128 guile command issues an error.
feef67ab 5129
ecebef6a
MR
51302014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
5131
5132 * gdb.threads/thread-specific.exp: Handle the lack of usable
5133 $this_breakpoint and $this_thread.
5134
ccdd1909
HZ
51352014-03-21 Hui Zhu <hui@codesourcery.com>
5136
5137 * gdb.base/attach.exp (do_command_attach_tests): New.
5138
beb460e8
PA
51392014-03-20 Tom Tromey <tromey@redhat.com>
5140 Pedro Alves <palves@redhat.com>
5141
5142 PR cli/15718
5143 * gdb.base/condbreak-call-false.c: New file.
5144 * gdb.base/condbreak-call-false.exp: New file.
5145
40acf43a
PA
51462014-03-20 Pedro Alves <palves@redhat.com>
5147
5148 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
5149 Delete.
5150 (block_signals, unblock_signals): Delete.
5151 (child_function_2, main): Remove references to deleted variable
5152 and functions.
5153
9f5e1e02
PA
51542014-03-20 Pedro Alves <palves@redhat.com>
5155
5156 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
5157 Use pthread_kill to signal thread 2.
5158 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5159 Adjust to make the test send itself a signal rather than using the
5160 host's "kill" command.
5161
99619bea
PA
51622014-03-20 Pedro Alves <palves@redhat.com>
5163
5164 * gdb.threads/multiple-step-overs.c: New file.
5165 * gdb.threads/multiple-step-overs.exp: New file.
5166 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5167 Adjust expected infrun debug output.
5168
2adfaa28
PA
51692014-03-20 Pedro Alves <palves@redhat.com>
5170
5171 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
5172 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
5173
31e77af2
PA
51742014-03-20 Pedro Alves <palves@redhat.com>
5175
5176 PR breakpoints/7143
5177 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
5178 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
5179 of gdb_test_multiple.
5180 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
5181 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
5182
b9f437de
PA
51832014-03-20 Pedro Alves <palves@redhat.com>
5184
5185 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
5186 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
5187
05adc73e
PA
51882014-03-19 Pedro Alves <palves@redhat.com>
5189
5190 * gdb.base/async.exp: Remove early return.
5191
6048b950
PA
51922014-03-19 Pedro Alves <palves@redhat.com>
5193
5194 * gdb.base/async.exp (step& tests): Pass explicit test messages.
5195
8bcfb00a
PA
51962014-03-19 Pedro Alves <palves@redhat.com>
5197
5198 * gdb.base/async.exp (test_background): Expect \r\n after
5199 "completed." in the fail pattern.
5200
884e37dc
PA
52012014-03-19 Pedro Alves <palves@redhat.com>
5202
5203 * gdb.base/async.exp (test_background): New procedure.
5204 Use it for all background execution command tests.
5205
148e57e2
PA
52062014-03-19 Pedro Alves <palves@redhat.com>
5207
5208 * gdb.base/async.exp: Use prepare_for_testing.
5209
f48088c7
PA
52102014-03-19 Pedro Alves <palves@redhat.com>
5211
5212 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
5213 the same line.
5214
e2f6c966
PA
52152014-03-19 Pedro Alves <palves@redhat.com>
5216
5217 * gdb.base/async.c (main): Add "jump here" and "until here" line
5218 marker comments.
5219 * gdb.base/async.exp (jump_here): New global.
5220 (jump& test): Use it.
5221 (until_here): New global.
5222 (until& test): Use it.
5223
c30568d4
PA
52242014-03-19 Pedro Alves <palves@redhat.com>
5225
5226 * gdb.base/async.exp: Don't frob gdb_protocol.
5227
0172b6a7
DE
52282014-03-18 Doug Evans <xdje42@gmail.com>
5229
5230 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
5231 Fix spelling of exec-done-display.
5232
06c868a8
JK
52332014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5234
5235 PR gdb/15358
5236 * gdb.base/gdb-sigterm.c: New file.
5237 * gdb.base/gdb-sigterm.exp: New file.
5238
0c7e1a46
PA
52392014-03-18 Pedro Alves <palves@redhat.com>
5240
5241 PR gdb/13860
5242 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
5243 * lib/mi-support.exp (mi_expect_stop): Add special handling for
5244 solib-event.
5245
f7c77d93
JB
52462014-03-17 Joel Brobecker <brobecker@adacore.com>
5247
5248 * gdb.ada/pckd_arr_ren: New testcase.
5249
5a1e8c7a
DE
52502014-03-13 Doug Evans <xdje42@gmail.com>
5251
5252 PR guile/16612
5253 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
5254 collect after discarding symbols.
5255
350e1a76
DE
52562014-03-13 Ludovic Courtès <ludo@gnu.org>
5257 Doug Evans <xdje42@gmail.com>
5258
5259 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
5260 to history survives a gc.
5261
a69900ae
PA
52622014-03-13 Pedro Alves <palves@redhat.com>
5263
5264 * gdb.base/default.exp: Don't test "target procfs".
5265
5db9f0bd
PA
52662014-03-13 Pedro Alves <palves@redhat.com>
5267
5268 * gdb.base/default.exp: Update "target child" and "target procfs"
5269 tests to not expect "Unix".
5270
b3ccfe11
TT
52712014-03-12 Tom Tromey <tromey@redhat.com>
5272
5273 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
5274 New procs. Add target-async tests.
5275 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
5276 Add target-async tests.
5277
646f4417
AA
52782014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5279
5280 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
5281 'func_start' and 'func_end' for the beginning and end of the
5282 function code, respectively.
5283 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
5284 'func_end' instead of 'func' and 'main'.
5285
288c211f
AA
52862014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5287
5288 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
5289 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
5290 generate the debug info assembler source.
5291
e0c0f156
AA
52922014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5293
5294 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
5295 * gdb.dwarf2/arr-subrange.exp: Likewise.
5296 * gdb.dwarf2/dwz.exp: Likewise.
5297 * gdb.dwarf2/method-ptr.exp: Likewise.
5298 * gdb.dwarf2/missing-sig-type.exp: Likewise.
5299 * gdb.dwarf2/subrange.exp: Likewise.
5300 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
5301 * gdb.dwarf2/implptrpiece.exp: Likewise.
5302 * gdb.dwarf2/nostaticblock.exp: Likewise.
5303
0e5c4555
AA
53042014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5305
5306 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
5307 directory to absolute path name arguments.
5308
5ec18f2b
JG
53092014-03-10 Joel Brobecker <brobecker@adacore.com>
5310
5311 * gdb.ada/tagged_access: New testcase.
5312
847fc4f2
MM
53132014-03-07 Markus Metzger <markus.t.metzger@intel.com>
5314
5315 * gdb.btrace/data.exp: Update expected output.
5316
cc3da688
YQ
53172014-03-06 Yao Qi <yao@codesourcery.com>
5318
5319 * gdb.trace/pr16508.exp: New file.
5320
0f26cec1
PA
53212014-03-05 Pedro Alves <palves@redhat.com>
5322
5323 PR gdb/16575
5324 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
5325 procedure.
5326 (top level): Adjust to use it. Add tests that exercise breakpoint
5327 interaction with the code-cache.
5328
7a5a839f
LC
53292014-02-26 Ludovic Courtès <ludo@gnu.org>
5330
5331 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
5332 test for 'history-append!'.
5333
31aa7e4e
JB
53342014-02-26 Joel Brobecker <brobecker@adacore.com>
5335
5336 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
5337 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
5338 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
5339 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
5340 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
5341 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
5342
1b588015
JB
53432014-02-26 Joel Brobecker <brobecker@adacore.com>
5344
5345 * testsuite/gdb.python/py-pp-re-notag.c: New file.
5346 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
5347 * testsuite/gdb.python/py-pp-re-notag.p: New file.
5348
55426c9d
JB
53492014-02-26 Joel Brobecker <brobecker@adacore.com>
5350
5351 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
5352
dc53a7ad
JB
53532014-02-26 Joel Brobecker <brobecker@adacore.com>
5354
5355 * gdb.dwarf2/arr-stride.c: New file.
5356 * gdb.dwarf2/arr-stride.exp: New file.
5357
12ab52e9
PA
53582014-02-26 Pedro Alves <palves@redhat.com>
5359
5360 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
5361 that won't ever trigger. Make sure that GDB reports the correct
5362 breakpoint that caused the stop.
5363
849c862e
JK
53642014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5365
5366 PR gdb/16626
5367 * gdb.base/auto-load-script: New file.
5368 * gdb.base/auto-load.c: New file.
5369 * gdb.base/auto-load.exp: New file.
5370
71b7d793
JK
5371 PR gdb/16626
5372 * gdb.base/auto-load.exp: Fix out-of-srctree run.
5373
e2f0d509
JK
53742014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5375
5376 Fix dw2-icycle.exp -fsanitize=address GDB crash.
5377 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
5378
50cc37c8
DE
53792014-02-24 Doug Evans <dje@google.com>
5380
5381 * lib/gdb.exp (run_on_host): Log error output if program fails.
5382
ea4758f2
PA
53832014-02-21 Pedro Alves <palves@redhat.com>
5384
5385 * gdb.threads/step-after-sr-lock.c: Rename to ...
5386 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
5387 * gdb.threads/step-after-sr-lock.exp: Rename to ...
5388 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5389 ... this.
5390
d7b30f67
SDJ
53912014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
5392
5393 PR tdep/16397
5394 * gdb.arch/amd64-stap-special-operands.exp: New file.
5395 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
5396 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
5397 * gdb.arch/amd64-stap-triplet.S: Likewise.
5398 * gdb.arch/amd64-stap-triplet.c: Likewise.
5399
83deb43f
JB
54002014-02-20 Joel Brobecker <brobecker@adacore.com>
5401
5402 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
5403 in .section pseudo-op.
5404
adde2bff
DE
54052014-02-20 lin zuojian <manjian2006@gmail.com>
5406 Joel Brobecker <brobecker@adacore.com>
5407 Doug Evans <xdje42@gmail.com>
5408
5409 PR symtab/16581
5410 * gdb.dwarf2/dw2-icycle.S: New file.
5411 * gdb.dwarf2/dw2-icycle.c: New file.
5412 * gdb.dwarf2/dw2-icycle.exp: New file.
5413
f7bd0f78
SC
54142014-02-19 Siva Chandra Reddy <sivachandra@google.com>
5415
5416 * gdb.python/py-value-cc.cc: Improve test case to enable testing
5417 operations on gdb.Value objects.
5418 * gdb.python/py-value-cc.exp: Add new test to test operations on
5419 gdb.Value objects.
5420
c17ef0d5
DE
54212014-02-18 Doug Evans <dje@google.com>
5422
5423 * Makefile.in (TESTS): New variable.
5424 (expanded_tests, expanded_tests_or_none): New variables
5425 (check-single): Pass $(expanded_tests_or_none) to runtest.
5426 (check-parallel): Only run tests in $(TESTS) if non-empty.
5427 (check/no-matching-tests-found): New rule.
5428 * README: Document TESTS makefile variable.
5429
5dd3176f
DE
54302014-02-18 Doug Evans <dje@google.com>
5431
5432 * Makefile.in (check-parallel): rm -rf outputs temp.
5433
0b10be4f
JK
54342014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5435
5436 Fix "ERROR: no fileid for" in the testsuite.
5437 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
5438
85f224e7
DE
54392014-02-12 Doug Evans <dje@google.com>
5440
5441 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
5442 (MISCELLANEOUS): New variable.
5443 (clean): rm -rf $(MISCELLANEOUS).
5444 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
5445 dwp live in the same directory as symlinks, with each symlink pointed
5446 to a differently named file in a different directory.
5447
149b30ff
DE
54482014-02-11 Doug Evans <dje@google.com>
5449
5450 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
5451 of Tcl file commands.
5452
1dfdac32
MK
54532014-02-10 Mark Kettenis <kettenis@gnu.org>
5454
5455 * gdb.threads/step-after-sr-lock.exp: Avoid executing
5456 "kill -SIGUSR1 -1".
5457
aa4fb036
JB
54582014-02-10 Joel Brobecker <brobecker@adacore.com>
5459
5460 * gdb.ada/tick_length_array_enum_idx: New testcase.
5461
ed3ef339
DE
54622014-02-10 Doug Evans <xdje42@gmail.com>
5463
5464 * configure.ac (AC_OUTPUT): Add gdb.guile.
5465 * configure: Regenerate.
5466 * lib/gdb-guile.exp: New file.
5467 * lib/gdb.exp (get_target_charset): New function.
5468 * gdb.base/help.exp: Update expected output from "apropos apropos".
5469 * gdb.guile/Makefile.in: New file.
5470 * gdb.guile/guile.exp: New file.
5471 * gdb.guile/scm-arch.c: New file.
5472 * gdb.guile/scm-arch.exp: New file.
5473 * gdb.guile/scm-block.c: New file.
5474 * gdb.guile/scm-block.exp: New file.
5475 * gdb.guile/scm-breakpoint.c: New file.
5476 * gdb.guile/scm-breakpoint.exp: New file.
5477 * gdb.guile/scm-disasm.c: New file.
5478 * gdb.guile/scm-disasm.exp: New file.
5479 * gdb.guile/scm-equal.c: New file.
5480 * gdb.guile/scm-equal.exp: New file.
5481 * gdb.guile/scm-error.exp: New file.
5482 * gdb.guile/scm-error.scm: New file.
5483 * gdb.guile/scm-frame-args.c: New file.
5484 * gdb.guile/scm-frame-args.exp: New file.
5485 * gdb.guile/scm-frame-args.scm: New file.
5486 * gdb.guile/scm-frame-inline.c: New file.
5487 * gdb.guile/scm-frame-inline.exp: New file.
5488 * gdb.guile/scm-frame.c: New file.
5489 * gdb.guile/scm-frame.exp: New file.
5490 * gdb.guile/scm-generics.exp: New file.
5491 * gdb.guile/scm-gsmob.exp: New file.
5492 * gdb.guile/scm-iterator.c: New file.
5493 * gdb.guile/scm-iterator.exp: New file.
5494 * gdb.guile/scm-math.c: New file.
5495 * gdb.guile/scm-math.exp: New file.
5496 * gdb.guile/scm-objfile-script-gdb.in: New file.
5497 * gdb.guile/scm-objfile-script.c: New file.
5498 * gdb.guile/scm-objfile-script.exp: New file.
5499 * gdb.guile/scm-objfile.c: New file.
5500 * gdb.guile/scm-objfile.exp: New file.
5501 * gdb.guile/scm-ports.exp: New file.
5502 * gdb.guile/scm-pretty-print.c: New file.
5503 * gdb.guile/scm-pretty-print.exp: New file.
5504 * gdb.guile/scm-pretty-print.scm: New file.
5505 * gdb.guile/scm-section-script.c: New file.
5506 * gdb.guile/scm-section-script.exp: New file.
5507 * gdb.guile/scm-section-script.scm: New file.
5508 * gdb.guile/scm-symbol.c: New file.
5509 * gdb.guile/scm-symbol.exp: New file.
5510 * gdb.guile/scm-symtab-2.c: New file.
5511 * gdb.guile/scm-symtab.c: New file.
5512 * gdb.guile/scm-symtab.exp: New file.
5513 * gdb.guile/scm-type.c: New file.
5514 * gdb.guile/scm-type.exp: New file.
5515 * gdb.guile/scm-value-cc.cc: New file.
5516 * gdb.guile/scm-value-cc.exp: New file.
5517 * gdb.guile/scm-value.c: New file.
5518 * gdb.guile/scm-value.exp: New file.
5519 * gdb.guile/source2.scm: New file.
5520 * gdb.guile/types-module.cc: New file.
5521 * gdb.guile/types-module.exp: New file.
5522
7026a7c1
YQ
55232014-02-10 Yao Qi <yao@codesourcery.com>
5524
5525 PR testsuite/16543
5526 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
5527 * configure: Regenerated.
5528 * Makefile.in: New file.
5529
6c466447
AS
55302014-02-08 Andreas Schwab <schwab@linux-m68k.org>
5531
5532 * gdb.python/py-framefilter.exp: Fix typo.
5533
6e854735
YQ
55342014-02-08 Yao Qi <yao@codesourcery.com>
5535
5536 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
5537 that no =breakpoint-modified is emitted when breakpoints are
5538 modified through MI commands.
5539
d137e6dc
PA
55402014-02-07 Pedro Alves <pedro@codesourcery.com>
5541 Pedro Alves <palves@redhat.com>
5542
5543 * gdb.threads/step-after-sr-lock.c: New file.
5544 * gdb.threads/step-after-sr-lock.exp: New file.
5545
b5ee5a50
PA
55462014-02-07 Pedro Alves <palves@redhat.com>
5547
5548 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
5549
3c77faf3
JK
55502014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5551
5552 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
5553 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
5554
6dddc817
DE
55552014-02-06 Doug Evans <xdje42@gmail.com>
5556
5557 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
5558 output.
5559
5560 * gdb.gdb/python-interrupts.exp: New file.
5561
de7b2893
YQ
55622014-02-05 Yao Qi <yao@codesourcery.com>
5563
5564 * gdb.trace/report.exp (use_collected_data): Test the output
5565 of "info threads" and "info inferiors".
5566
66d032ac
YQ
55672014-02-05 Yao Qi <yao@codesourcery.com>
5568
5569 Revert this patch:
5570
5571 2013-05-24 Yao Qi <yao@codesourcery.com>
5572
5573 * gdb.trace/tfile.exp: Test inferior and thread.
5574
591a12a1
UW
55752014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5576
5577 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
5578 on a function.
5579 * gdb.base/step-bt.c: Call hello via function pointer to make
5580 sure its first instruction is executed on powerpc64le-linux.
5581
0ff3e01f
UW
55822014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5583
5584 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
5585
084ee545
UW
55862014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5587
5588 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
5589 of the test patterns for use on little-endian systems.
5590
6ed14ff3
UW
55912014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5592
5593 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
5594 (decimal_vector): Fix for little-endian.
5595
401e27fd
JM
55962014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
5597
5598 * gdb.arch/sparc-sysstep.exp: New file.
5599 * gdb.arch/sparc-sysstep.c: Likewise.
5600
5601 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
5602
8b924729
EBM
56032014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5604
5605 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
5606
fb151210
JB
56072014-01-23 Tom Tromey <tromey@redhat.com>
5608
5609 * gdb.ada/array_char_idx: New testcase.
5610
0740f8d8
TT
56112014-01-23 Tom Tromey <tromey@redhat.com>
5612
5613 PR python/16487:
5614 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
5615 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
5616 classes.
5617
21909fa1
TT
56182014-01-23 Tom Tromey <tromey@redhat.com>
5619
5620 PR python/16491:
5621 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
5622 string from an inferior frame.
5623 * gdb.python/py-framefilter-mi.exp: Update.
5624
87ce2a04
DE
56252014-01-22 Doug Evans <dje@google.com>
5626
5627 * gdb.server/server-mon.exp: Add tests for "set debug-format".
5628
237b092b
AA
56292014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5630
5631 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
5632
d674a709
AA
56332014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5634
5635 * gdb.trace/entry-values.exp: Remove excess space character from
5636 regex patterns. Handle s390 call instruction.
5637
20fa3390
AA
56382014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5639
5640 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
5641 define "*_start" label. Make "name" static.
5642 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
5643 ${name} by references to ${name}_start.
5644
78466714
AA
56452014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5646
5647 * gdb.base/info-macros.exp: Remove "debug" from the compile
5648 options.
5649
ec9f644a
IB
56502014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5651
5652 * gdb.dlang/demangle.exp: New file.
5653
94b1b47e
IB
56542014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5655
5656 * gdb.dlang/primitive-types.exp: New file.
5657
7f420862
IB
56582014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5659
5660 * configure.ac: Create gdb.dlang/Makefile.
5661 * configure: Regenerate.
5662 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
5663 * gdb.dlang/Makefile.in: New file.
5664 * lib/d-support.exp: New file.
5665 * lib/gdb.exp (skip_d_tests): New proc.
5666
52834460
MM
56672014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5668
5669 * gdb.btrace/delta.exp: Check reverse stepi.
5670 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
5671 * gdb.btrace/finish.exp: New.
5672 * gdb.btrace/next.exp: New.
5673 * gdb.btrace/nexti.exp: New.
5674 * gdb.btrace/record_goto.c: Add comments.
5675 * gdb.btrace/step.exp: New.
5676 * gdb.btrace/stepi.exp: New.
5677 * gdb.btrace/multi-thread-step.c: New.
5678 * gdb.btrace/multi-thread-step.exp: New.
5679 * gdb.btrace/rn-dl-bind.c: New.
5680 * gdb.btrace/rn-dl-bind.exp: New.
5681 * gdb.btrace/data.c: New.
5682 * gdb.btrace/data.exp: New.
5683 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5684
6e07b1d2
MM
56852014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5686
5687 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
5688 * gdb.btrace/exception.exp: Update.
5689 * gdb.btrace/instruction_history.exp: Update.
5690 * gdb.btrace/record_goto.exp: Update.
5691 * gdb.btrace/tailcall.exp: Update.
5692 * gdb.btrace/unknown_functions.exp: Update.
5693 * gdb.btrace/delta.exp: New.
5694
0b722aec
MM
56952014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5696
5697 * gdb.btrace/record_goto.exp: Add backtrace test.
5698 * gdb.btrace/tailcall.exp: Add backtrace test.
5699
066ce621
MM
57002014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5701
5702 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
5703 * gdb.btrace/record_goto.c: New.
5704 * gdb.btrace/record_goto.exp: New.
5705 * gdb.btrace/x86-record_goto.S: New.
5706
0688d04e
MM
57072014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5708
5709 * gdb.btrace/function_call_history.exp: Update tests.
5710 * gdb.btrace/instruction_history.exp: Update tests.
5711
8710b709
MM
57122014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5713
5714 * gdb.btrace/function_call_history.exp: Fix expected field
5715 order for "record function-call-history".
5716 Add new tests for "record function-call-history /c".
5717 * gdb.btrace/exception.cc: New.
5718 * gdb.btrace/exception.exp: New.
5719 * gdb.btrace/tailcall.exp: New.
5720 * gdb.btrace/x86-tailcall.S: New.
5721 * gdb.btrace/x86-tailcall.c: New.
5722 * gdb.btrace/unknown_functions.c: New.
5723 * gdb.btrace/unknown_functions.exp: New.
5724 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5725
5de9129b
MM
57262014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5727
5728 * gdb.btrace/instruction_history.exp: Update.
5729 * gdb.btrace/function_call_history.exp: Update.
5730
23a7fe75
MM
57312014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5732
5733 * gdb.btrace/function_call_history.exp: Fix expected function
5734 trace.
5735 * gdb.btrace/instruction_history.exp: Initialize traced.
5736 Remove traced_functions.
5737
724c7dd8
MM
57382014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5739
5740 * gdb.btrace/function_call_history.exp: Update
5741 * gdb.btrace/instruction_history.exp: Update.
5742
6d78d93b
MM
57432014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5744
5745 * gdb.btrace/enable.exp: Update expected text.
5746
93a360cc
OJ
57472014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
5748
5749 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
5750 bytes.
5751
3772b53f
MR
57522014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
5753
5754 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
5755
596662fa
OJ
57562014-01-15 Omair Javaid <omair.javaid@linaro.org>
5757
5758 * lib/gdb.exp (supports_process_record): Return true for
5759 arm*-linux*. (supports_reverse): Likewise.
5760
b5b08fb4
SC
57612014-01-13 Siva Chandra Reddy <sivachandra@google.com>
5762
5763 PR python/15464
5764 PR python/16113
5765 * gdb.python/py-type.c: Enhance test case.
5766 * gdb.python/py-value-cc.cc: Likewise
5767 * gdb.python/py-type.exp: Add new tests.
5768 * gdb.python/py-value-cc.exp: Likewise
5769
52d7fb13
AA
57702014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
5771 Pedro Alves <palves@redhat.com>
5772
5773 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
5774 Make "name" extern.
5775 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
5776 references to ${name}_start by references to ${name}.
5777
a2cd8cfe
JB
57782014-01-10 Joel Brobecker <brobecker@adacore.com>
5779
5780 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
5781
4e23fced
JB
57822014-01-10 Joel Brobecker <brobecker@adacore.com>
5783
5784 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
5785
c6a9e42c
PA
57862014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
5787 Pedro Alves <palves@redhat.com>
5788
5789 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 5790 mi_gdb_target_load.
c6a9e42c 5791
b7ea362b
PA
57922014-01-08 Pedro Alves <palves@redhat.com>
5793
5794 * gdb.threads/reconnect-signal.c: New file.
5795 * gdb.threads/reconnect-signal.exp: New file.
5796
5e3f4fab
EBM
57972014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5798
5799 * gdb.base/source-dir.exp: New file.
5800
79301218
JB
58012014-01-07 Joel Brobecker <brobecker@adacore.com>
5802
5803 * gdb.ada/mi_interface: New testcase.
5804
8e355c5d
JB
58052014-01-07 Joel Brobecker <brobecker@adacore.com>
5806
5807 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
5808 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
5809 gdb.ada/pp-rec-component/pck.ads: New files.
5810
c0d48811
JB
58112014-01-07 Joel Brobecker <brobecker@adacore.com>
5812
5813 * gdb.python/py-pp-integral.c: New file.
5814 * gdb.python/py-pp-integral.py: New file.
5815 * gdb.python/py-pp-integral.exp: New file.
5816
17b609c3 5817For older changes see ChangeLog-1993-2013.
c906108c 5818\f
8d8cb839
EZ
5819;; Local Variables:
5820;; mode: change-log
5821;; left-margin: 8
5822;; fill-column: 74
5823;; version-control: never
5824;; End:
902f2ccb 5825
32d0add0 5826 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
5827 Copying and distribution of this file, with or without modification,
5828 are permitted provided the copyright notice and this notice are preserved.