Missing changelog entry for previous commit: Add gmonster-{1,2} perf testcases.
[binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2015-08-03 Doug Evans <dje@google.com>
2
3 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
4 10000.
5
6 2015-08-03 Doug Evans <dje@google.com>
7
8 * Makefile.in (workers/%.worker, build-perf): New rule.
9 (GDB_PERFTEST_MODE): New variable.
10 (check-perf): Use it.
11 (clean): Clean up gdb.perf parallel build subdirs.
12 * lib/build-piece.exp: New file.
13 * lib/gdb.exp (make_gdb_parallel_path): New function
14 (standard_output_file, standard_temp_file): Call it.
15 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
16 of $GDB_PARALLEL.
17 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
18
19 2015-08-03 Doug Evans <dje@google.com>
20
21 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
22 (LOG_FILE_NAME): New global.
23 (TextReporter.__init__): Initialize self.txt_sum.
24 (TextReporter.report): Add support for multiple data-points.
25 Move report to perftest.sum, put raw data in perftest.log.
26 (TextReporter.start): Open sum and log files.
27 (TextReporter.end): Close sum and log files.
28 * gdb.perf/lib/perftest/testresult.py
29 (SingleStatisticTestResult.record): Handle multiple data-points.
30
31 2015-07-31 Pedro Alves <palves@redhat.com>
32
33 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
34 Use spawn_id_get_pid. Wait for spawn id after eof. Use
35 kill_wait_spawned_process instead of explicit "kill -9".
36 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
37 returning a spawn id instead of a pid. Use spawn_id_get_pid and
38 kill_wait_spawned_process.
39 * gdb.base/attach-twice.exp: Likewise.
40 * gdb.base/attach.exp: Likewise.
41 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
42 gdb_test_multiple.
43 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
44 returning a spawn id instead of a pid. Use spawn_id_get_pid and
45 kill_wait_spawned_process.
46 * gdb.base/valgrind-infcall.exp: Likewise.
47 * gdb.multi/multi-attach.exp: Likewise.
48 * gdb.python/py-prompt.exp: Likewise.
49 * gdb.python/py-sync-interp.exp: Likewise.
50 * gdb.server/ext-attach.exp: Likewise.
51 * gdb.threads/attach-into-signal.exp (corefunc): Use
52 spawn_wait_for_attach, spawn_id_get_pid and
53 kill_wait_spawned_process.
54 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
55 spawn_wait_for_attach returning a spawn id instead of a pid. Use
56 spawn_id_get_pid and kill_wait_spawned_process.
57 * gdb.threads/attach-stopped.exp (corefunc): Use
58 spawn_wait_for_attach, spawn_id_get_pid and
59 kill_wait_spawned_process.
60 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
61 Use spawn_id_get_pid. Wait for spawn id after eof. Use
62 kill_wait_spawned_process instead of explicit "kill -9".
63 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
64 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
65 (spawn_wait_for_attach): Use spawn instead of exec to spawn
66 processes. Don't map cygwin/windows pids here. Now returns a
67 spawn id list.
68
69 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
70
71 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
72 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
73 correct patch.
74
75 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
76
77 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
78
79 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
80
81 Reapply:
82 2014-05-21 Mark Wielaard <mjw@redhat.com>
83
84 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
85
86 2015-07-30 Pedro Alves <palves@redhat.com>
87
88 * linux-low.c (handle_extended_wait): Set the child's last
89 reported status to TARGET_WAITKIND_STOPPED.
90
91 2015-07-30 Pedro Alves <palves@redhat.com>
92
93 PR threads/18600
94 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
95 only shows inferior 1.
96
97 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
98 Pedro Alves <palves@redhat.com>
99
100 PR threads/18600
101 * gdb.threads/fork-plus-threads.c: New file.
102 * gdb.threads/fork-plus-threads.exp: New file.
103
104 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
105
106 * gdb.base/batch-preserve-term-settings.exp
107 (test_terminal_settings_preserved_after_cli_exit): Use
108 send_quit_command.
109
110 2015-07-29 Pedro Alves <palves@redhat.com>
111 Don Breazeal <donb@codesourcery.com>
112
113 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
114 output from both inferior_spawn_id and gdb_spawn_id.
115
116 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
117
118 * gdb.threads/attach-into-signal.exp (corefunc): Use
119 with_test_prefix on nested loops, uniquefying the test messages.
120
121 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
122
123 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
124 commit.
125
126 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
127
128 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
129 New proc.
130 (test_terminal_settings_preserved_after_sigterm): New test.
131
132 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
133
134 * gdb.base/batch-preserve-term-settings.exp
135 (test_terminal_settings_preserved_after_cli_exit): New test.
136
137 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
138
139 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
140 manipulation of saved_gdbflags.
141 (test_terminal_settings_preserved): Remove global declaration of
142 the unused variable pagination_prompt. Remove manipulation of
143 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
144 GDBFLAGS.
145
146 2015-07-29 Pedro Alves <palves@redhat.com>
147
148 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
149
150 2015-07-29 Pedro Alves <palves@redhat.com>
151
152 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
153 at the top.
154
155 2015-07-29 Pedro Alves <palves@redhat.com>
156
157 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
158 (main): Call gdb_unbuffer_output.
159 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
160 (main): Call gdb_unbuffer_output.
161 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
162 (main): Call gdb_unbuffer_output.
163 * gdb.base/call-strs.exp: Adjust to step over the
164 gdb_unbuffer_output call.
165 * gdb.base/catch-gdb-caused-signals.c: Include
166 "../lib/unbuffer_output.c".
167 (main): Call gdb_unbuffer_output.
168 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
169 (main): Call gdb_unbuffer_output.
170 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
171 (main): Call gdb_unbuffer_output.
172 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
173 (main): Call gdb_unbuffer_output.
174 * gdb.base/shlib-call.exp: Adjust to step over the
175 gdb_unbuffer_output call.
176 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
177 (main): Call gdb_unbuffer_output.
178 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
179 (main): Call gdb_unbuffer_output.
180 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
181 (main): Rename to ...
182 (test): ... this.
183 (main): Reimplement.
184 * gdb.base/varargs.exp: Run to test instead of to main.
185 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
186 (main): Call gdb_unbuffer_output.
187
188 2015-07-29 Pedro Alves <palves@redhat.com>
189
190 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
191 factore out from mi_continue_dprintf. For call-style dprintfs,
192 expect dprintf output out of $inferior_spawn_id.
193 (mi_continue_dprintf): Use mi_expect_dprintf.
194 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
195 (main): Call gdb_unbuffer_output.
196
197 2015-07-29 Pedro Alves <palves@redhat.com>
198
199 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
200 (default_mi_gdb_start): Set inferior_spawn_id instead of
201 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
202 gdb_spawn_id.
203 (mi_gdb_test): Always expect inferior output from both
204 $inferior_spawn_id and $gdb_spawn_id.
205
206 2015-07-29 Pedro Alves <palves@redhat.com>
207
208 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
209 send_inferior and $inferior_spawn_id.
210
211 2015-07-29 Pedro Alves <palves@redhat.com>
212
213 * gdb.gdb/complaints.exp (test_initial_complaints)
214 (test_serial_complaints, test_short_complaints): Use
215 gdb_test_stdio.
216 (test_empty_complaint): Handle $inferior_spawn_id !=
217 $gdb_spawn_id.
218
219 2015-07-29 Pedro Alves <palves@redhat.com>
220
221 * gdb.base/varargs.exp: Use gdb_test_stdio.
222
223 2015-07-29 Pedro Alves <palves@redhat.com>
224
225 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
226
227 2015-07-29 Pedro Alves <palves@redhat.com>
228
229 * gdb.base/ending-run.exp: Use gdb_test_stdio.
230
231 2015-07-29 Pedro Alves <palves@redhat.com>
232
233 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
234 parameter into two new parameters, "inf_result" and "gdb_result".
235 Expect inferior output and gdb output from $inferior_spawn_id and
236 $gdb_spawn_id, respectively. Adjust all callers.
237
238 2015-07-29 Pedro Alves <palves@redhat.com>
239
240 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
241 of gdb_test_sequence.
242
243 2015-07-29 Pedro Alves <palves@redhat.com>
244
245 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
246 (saw_spurious_output): Expect inferior output from
247 $inferior_spawn_id. Use gdb_test_stdio.
248
249 2015-07-29 Pedro Alves <palves@redhat.com>
250
251 * gdb.base/dprintf.exp: Use standard_testfile. Change
252 prepare_for_testing call.
253 (srcfile): Don't set.
254 (restart): New procedure.
255 (test_dprintf): New procecure, use to continue over dprintfs.
256 (test_call, test_agent): New procedures, tests moved here.
257 Restart gdb and recreate dprintfs. Adjust expected output.
258
259 2015-07-29 Pedro Alves <palves@redhat.com>
260
261 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
262
263 2015-07-29 Pedro Alves <palves@redhat.com>
264
265 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
266
267 2015-07-29 Pedro Alves <palves@redhat.com>
268
269 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
270 gdb_test_stdio.
271
272 2015-07-29 Pedro Alves <palves@redhat.com>
273
274 * lib/gdb.exp (gdb_test_stdio): New procedure.
275
276 2015-07-29 Pedro Alves <palves@redhat.com>
277
278 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
279
280 2015-07-29 Pedro Alves <palves@redhat.com>
281
282 * gdb.base/call-signal-resume.exp: Remove check for
283 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
284 * gdb.base/unwindonsignal.exp: Likewise.
285 * gdb.base/call-signals.c (gen_signal): Remove printf call.
286 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
287
288 2015-07-29 Pedro Alves <palves@redhat.com>
289
290 * gdb.base/siginfo-addr.c (pass): New function.
291 (handler): Call it iff si_addr is correct.
292 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
293 Set a breakpoint at "pass" and continue to it.
294
295 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
296
297 * gdb.python/py-objfile.exp: Make some tests have unique names.
298 * gdb.python/py-pp-registration.exp: Likewise.
299
300 2015-07-28 Pedro Alves <palves@redhat.com>
301
302 * gdb.server/server-exec-info.exp: Issue a "disconnect".
303
304 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
305
306 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
307
308 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
309
310 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
311
312 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
313
314 * gdb.base/gdb-sigterm-2.exp: New test.
315
316 2015-07-25 Doug Evans <xdje42@gmail.com>
317
318 Revert:
319 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
320 (workers/%.worker, build-perf): New rule.
321 (GDB_PERFTEST_MODE): New variable.
322 (check-perf): Use it.
323 (clean): Clean up gdb.perf parallel build subdirs.
324 * lib/build-piece.exp: New file.
325 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
326 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
327 name.
328 (standard_temp_file): Ditto.
329 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
330 of $GDB_PARALLEL.
331
332 2015-07-24 Doug Evans <dje@google.com>
333
334 * gdb.perf/lib/perftest/utils.py: New file.
335 * gdb.perf/gm-hello.cc: New file.
336 * gdb.perf/gm-pervasive-typedef.cc: New file.
337 * gdb.perf/gm-pervasive-typedef.h: New file.
338 * gdb.perf/gm-std.cc: New file.
339 * gdb.perf/gm-std.h: New file.
340 * gdb.perf/gm-use-cerr.cc: New file.
341 * gdb.perf/gm-utils.h: New file.
342 * gdb.perf/gmonster-null-lookup.py: New file.
343 * gdb.perf/gmonster-pervasive-typedef.py: New file.
344 * gdb.perf/gmonster-print-cerr.py: New file.
345 * gdb.perf/gmonster-ptype-string.py: New file.
346 * gdb.perf/gmonster-runto-main.py: New file.
347 * gdb.perf/gmonster-select-file.py: New file.
348 * gdb.perf/gmonster1-null-lookup.exp: New file.
349 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
350 * gdb.perf/gmonster1-print-cerr.exp: New file.
351 * gdb.perf/gmonster1-ptype-string.exp: New file.
352 * gdb.perf/gmonster1-runto-main.exp: New file.
353 * gdb.perf/gmonster1-select-file.exp: New file.
354 * gdb.perf/gmonster1.cc: New file.
355 * gdb.perf/gmonster1.exp: New file.
356 * gdb.perf/gmonster2-null-lookup.exp: New file.
357 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
358 * gdb.perf/gmonster2-print-cerr.exp: New file.
359 * gdb.perf/gmonster2-ptype-string.exp: New file.
360 * gdb.perf/gmonster2-runto-main.exp: New file.
361 * gdb.perf/gmonster2-select-file.exp: New file.
362 * gdb.perf/gmonster2.cc: New file.
363 * gdb.perf/gmonster2.exp: New file.
364
365 2015-07-24 Doug Evans <dje@google.com>
366
367 * gdb.perf/README: New file.
368 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
369 * lib/gen-perf-test.exp: New file.
370
371 2015-07-24 Doug Evans <dje@google.com>
372
373 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
374 (PerfTest::startup): New function.
375 (PerfTest::run): Return result of calling body.
376 (PerfTest::assemble): Rewrite.
377 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
378 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
379 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
380 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
381 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
382
383 2015-07-24 Doug Evans <dje@google.com>
384
385 * lib/gdb.exp (clean_restart): Make executable optional.
386
387 2015-07-24 Doug Evans <dje@google.com>
388
389 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
390 compiler_info references.
391 * gdb.cp/temargs.exp: Ditto.
392 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
393 (get_compiler_info): Early exit if already computed. Set compiler_info
394 to "unknown" if there was a problem.
395 (test_compiler_info): Add function comment. Call get_compiler_info.
396
397 2015-07-24 Doug Evans <dje@google.com>
398
399 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
400 (workers/%.worker, build-perf): New rule.
401 (GDB_PERFTEST_MODE): New variable.
402 (check-perf): Use it.
403 (clean): Clean up gdb.perf parallel build subdirs.
404 * lib/build-piece.exp: New file.
405 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
406 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
407 name.
408 (standard_temp_file): Ditto.
409 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
410 of $GDB_PARALLEL.
411
412 2015-07-24 Doug Evans <dje@google.com>
413
414 * lib/future.exp (gdb_default_target_compile): New option
415 "early_flags".
416 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
417 --as-needed.
418
419 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
420
421 * gdb.base/catch-syscall.exp: Call gdb_exit before
422 gdb_skip_xml_test.
423
424 2015-07-24 Pedro Alves <palves@redhat.com>
425
426 * gdb.python/py-events.exp: Accept output between the stop event
427 and the prompt.
428 * gdb.python/py-evsignal.exp: Likewise.
429 * gdb.python/py-evthreads.exp: Likewise.
430
431 2015-07-24 Pedro Alves <palves@redhat.com>
432
433 PR gdb/18717
434 * gdb.threads/non-ldr-exit.c: New file.
435 * gdb.threads/non-ldr-exit.exp: New file.
436
437 2015-07-24 Yao Qi <yao.qi@linaro.org>
438
439 * gdb.server/ext-wrapper.exp: Test --wrapper option when
440 restarting process.
441
442 2015-07-24 Yao Qi <yao.qi@linaro.org>
443
444 * gdb.server/ext-restart.exp: New file.
445
446 2015-07-24 Yao Qi <yao.qi@linaro.org>
447
448 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
449 argument options.
450 * gdb.server/ext-wrapper.exp: New file.
451
452 2015-07-23 Doug Evans <dje@google.com>
453
454 * gdb.dwarf2/dw2-dummy-cu.S: New file.
455 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
456
457 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
458
459 * gdb.ada/var_arr_typedef.exp: New testcase.
460 * gdb.ada/var_arr_typedef/pack.adb: New file.
461 * gdb.ada/var_arr_typedef/pack.ads: New file.
462 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
463
464 2015-07-20 Joel Brobecker <brobecker@adacore.com>
465
466 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
467
468 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
469
470 * gdb.arch/i386-biarch-core.exp: Replace istarget
471 by "complete set gnutarget". Remove expectation for the "core-file"
472 command.
473
474 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
475
476 Revert the previous commit:
477 Tests for validate symbol file using build-id.
478
479 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
480
481 Tests for validate symbol file using build-id.
482 * gdb.base/solib-mismatch-lib.c: New file.
483 * gdb.base/solib-mismatch-libmod.c: New file.
484 * gdb.base/solib-mismatch.c: New file.
485 * gdb.base/solib-mismatch.exp: New file.
486
487 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
488
489 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
490 nios2-*-linux*.
491 * gdb.base/sigbpt.exp (stepi_out): Likewise.
492 * gdb.base/siginfo.exp: Likewise.
493 * gdb.base/sigstep.exp (advance, advancei): Likewise.
494
495 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
496
497 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
498 Move it to ...
499 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
500 ... here.
501 * gdb.trace/range-stepping.exp: Check that the target supports
502 range stepping.
503
504 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
505
506 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
507
508 2015-07-14 Pedro Alves <palves@redhat.com>
509
510 * gdb.base/killed-outside.exp: New file.
511 * gdb.base/killed-outside.c: New file.
512
513 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
514
515 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
516 (n at main): New.
517 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
518
519 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
520
521 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
522 infcall tests instead of setting up for KFAIL.
523
524 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
525
526 * gdb.btrace/record_goto-step.exp: New.
527
528 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
529
530 PR compile/18484
531 * gdb.compile/compile.c (struct struct_type): Add volatile to
532 selffield's type.
533 * gdb.compile/compile.exp
534 (compile code struct_object.selffield = &struct_object): Skip further
535 struct_object tests if this one xfails.
536
537 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
538
539 PR exp/18617
540 * gdb.trace/ax.exp: Add test.
541
542 2015-07-07 Yao Qi <yao.qi@linaro.org>
543
544 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
545 instead of istarget "aarch64*-*-*".
546 * gdb.arch/aarch64-fp.exp: Likewise.
547 * gdb.base/float.exp: Likewise.
548 * gdb.reverse/aarch64.exp: Likewise.
549 * lib/gdb.exp (is_aarch64_target): New proc.
550
551 2015-07-07 Yao Qi <yao.qi@linaro.org>
552
553 * lib/gdb.exp (is_aarch32_target): New proc.
554 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
555 instead of "istarget "arm*-*-*"".
556 * gdb.arch/arm-disp-step.exp: Likewise.
557 * gdb.arch/thumb-bx-pc.exp: Likewise.
558 * gdb.arch/thumb-prologue.exp: Likewise.
559 * gdb.arch/thumb-singlestep.exp: Likewise.
560 * gdb.base/disp-step-syscall.exp: Likewise.
561 * gdb.base/float.exp: Likewise.
562
563 2015-07-07 Yao Qi <yao.qi@linaro.org>
564
565 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
566 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
567
568 2015-07-07 Yao Qi <yao.qi@linaro.org>
569
570 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
571 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
572 if it exists.
573 * gdb.multi/multi-arch.exp: Likewise.
574
575 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
576
577 * gdb.python/py-lazy-string.exp: Add missing parentheses to
578 print.
579
580 2015-07-07 Yao Qi <yao.qi@linaro.org>
581
582 * gdb.arch/thumb-singlestep.exp: Do one more single step.
583
584 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
585
586 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
587 '[' and ']' characters.
588
589 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
590
591 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
592
593 2015-06-29 Pedro Alves <palves@redhat.com>
594
595 PR threads/18127
596 * gdb.threads/hand-call-new-thread.c: New file.
597 * gdb.threads/hand-call-new-thread.c: New file.
598
599 2015-06-26 Keith Seitz <keiths@redhat.com>
600 Doug Evans <dje@google.com>
601
602 PR 16253
603 * gdb.cp/var-tag-2.cc: New file.
604 * gdb.cp/var-tag-3.cc: New file.
605 * gdb.cp/var-tag-4.cc: New file.
606 * gdb.cp/var-tag.cc: New file.
607 * gdb.cp/var-tag.exp: New file.
608
609 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
610
611 * gdb.base/history-duplicates.exp: New test.
612
613 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
614
615 * gdb.base/completion.exp: Test the completion of the "focus"
616 command.
617
618 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
619
620 * gdb.arch/amd64-prologue-skip.S: New file.
621 * gdb.arch/amd64-prologue-skip.exp: New file.
622
623 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
624
625 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
626 is_address_zero_readable check.
627
628 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
629
630 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
631 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
632
633 2015-06-24 Yao Qi <yao.qi@linaro.org>
634
635 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
636 linux targets.
637
638 2015-06-24 Yao Qi <yao.qi@linaro.org>
639
640 * lib/gdb.exp (supports_get_siginfo_type): New proc.
641 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
642 * gdb.base/siginfo-thread.exp: Likewise.
643
644 2015-06-22 Yao Qi <yao.qi@linaro.org>
645
646 * boards/remote-gdbserver-on-localhost.exp: Add comments.
647
648 2015-06-22 Yao Qi <yao.qi@linaro.org>
649
650 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
651 aarch64*-*-*.
652 (skip_hw_watchpoint_tests): Likewise.
653
654 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
655
656 * gdb.base/gdbinit-history.exp: Test the interaction between
657 setting GDBHISTSIZE and setting the history size via .gdbinit.
658
659 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
660
661 PR gdb/16999
662 * gdb.base/gdbhistsize-history.exp: New test.
663
664 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
665
666 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
667 with GDBHISTSIZE.
668 * gdb.base/readline.exp: Likewise.
669
670 2015-06-17 Yao Qi <yao.qi@linaro.org>
671
672 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
673 line.
674
675 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
676
677 * gdb.base/gdbinit-history.exp: Add test case to check that
678 an unlimited history file does not get truncated on exit.
679
680 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
681
682 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
683 (VECTOR): New macro. Use it...
684 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
685 ...for these typedefs.
686 (int8, char1, int1, double1): New typedefs.
687 (struct just_int2, struct two_int2): New structures.
688 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
689 (add_structvecs, add_singlevecs): New functions.
690 (main): Call add_some_intvecs twice.
691 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
692 the compile and exit upon failure. Try compiling for the "native"
693 architecture. Test inferior function calls with vector arguments
694 and vector return value handling with "finish" and "return".
695
696 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
697
698 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
699 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
700 PE file.
701 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
702
703 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
704
705 PR breakpoints/16465
706 * gdb.mi/mi-dprintf-pending.c: New file.
707 * gdb.mi/mi-dprintf-pending.exp: New test.
708 * gdb.mi/mi-dprintf-pendshr.c: New file.
709
710 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
711 Mircea Gherzan <mircea.gherzan@intel.com>
712
713 * gdb.arch/i386-mpx-map.c: New file.
714 * gdb.arch/i386-mpx-map.exp: New File.
715
716 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
717
718 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
719 * gdb.arch/i386-mpx.exp: Indentation fixed.
720
721 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
722
723 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
724 function and improved indentation.
725 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
726 gdb_test_multiple. Added additional tests to skip the test.
727
728 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
729
730 * gdb.arch/i386-avx512.c: Change path in include file.
731 * gdb.arch/i386-avx512.exp: Change include dir path
732 compilation flag.
733 * gdb.arch/i386-mpx.c: Change path in include file.
734 * gdb.arch/i386-mpx.exp: Change include dir path compilation
735 flag.
736
737 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
738
739 * gdb.compile/compile-print.exp (compile print *vararray@3)
740 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
741
742 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
743
744 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
745 (do not keep jit in memory): ... this.
746 (expect 5): Change it to ...
747 (expect no 5): ... this.
748
749 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
750
751 PR gdb/15564
752 * gdb.mi/mi-detach.exp: New file.
753
754 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
755
756 PR symtab/18392
757 * gdb.arch/amd64-tailcall-self.S: New file.
758 * gdb.arch/amd64-tailcall-self.c: New file.
759 * gdb.arch/amd64-tailcall-self.exp: New file.
760
761 2015-05-28 Don Breazeal <donb@codesourcery.com>
762
763 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
764 tests for remote targets by checking is_target_gdbserver.
765
766 2015-05-27 Doug Evans <dje@google.com>
767
768 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
769 * gdb.dwarf2/opaque-type-lookup.c: New file.
770 * gdb.dwarf2/opaque-type-lookup.exp: New file.
771
772 2015-05-26 Doug Evans <dje@google.com>
773
774 * gdb.cp/iostream.cc: New file.
775 * gdb.cp/iostream.exp: New file.
776
777 2015-05-26 Doug Evans <dje@google.com>
778
779 * gdb.dwarf2/dw2-op-call.exp: Update.
780 * gdb.dwarf2/dw4-sig-types.exp: Update.
781 * gdb.dwarf2/implptr.exp: Update.
782 * gdb.mi/mi-cmd-param-changed.exp: Update.
783
784 2015-05-26 Doug Evans <dje@google.com>
785
786 * gdb.python/py-lazy-string.c: New file.
787 * gdb.python/py-lazy-string.exp: New file.
788 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
789 (main): Update. Add estring3.
790 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
791 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
792
793 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
794 Yao Qi <yao.qi@linaro.org>
795
796 * gdb.reverse/aarch64.c: New.
797 * gdb.reverse/aarch64.exp: New.
798
799 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
800
801 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
802 (supports_reverse): Likewise.
803
804 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
805
806 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
807 Use with_test_prefix.
808
809 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
810
811 * gdb.base/completion.exp: Add test for completion of layout
812 names.
813
814 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
815
816 * lib/gdb.exp (skip_tui_tests): New proc.
817 * gdb.base/tui-layout.exp: Check skip_tui_tests.
818
819 2015-05-19 Pedro Alves <palves@redhat.com>
820
821 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
822 Save the whole env array instead of just HOME. Unset HISTSIZE in
823 the environment while testing. Restore whole environment
824 afterwards.
825
826 2015-05-16 Doug Evans <xdje42@gmail.com>
827
828 * gdb.guile/scm-ports.c: New file.
829 * gdb.guile/scm-ports.exp: Add memory port tests.
830
831 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
832
833 * gdb.compile/compile-print.c: New file.
834 * gdb.compile/compile-print.exp: New file.
835
836 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
837
838 * gdb.compile/compile-ops.exp: Cast param to void.
839 * gdb.compile/compile.exp: Complete type for _gdb_expr.
840 (compile code struct_object.selffield = &struct_object): Add xfail.
841
842 2015-05-15 Joel Brobecker <brobecker@adacore.com>
843
844 * gdb.ada/arr_enum_with_gap: New testcase.
845
846 2015-05-15 Joel Brobecker <brobecker@adacore.com>
847
848 * gdb.ada/byte_packed_arr: New testcase.
849
850 2015-05-15 Joel Brobecker <brobecker@adacore.com>
851
852 * gdb.ada/pckd_neg: New testcase.
853
854 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
855
856 PR gdb/17820
857 * gdb.base/gdbinit-history.exp: New test.
858 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
859 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
860
861 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
862
863 * gdb.python/py-xmethods.cc: Enhance test case.
864 * gdb.python/py-xmethods.exp: New tests.
865 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
866 function.
867 (B_indexoper): Likewise.
868 (global_dm_list) : Add new xmethod worker functions.
869
870 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
871
872 * gdb.base/coredump-filter.exp: Correctly unset
873 "coredump_var_addr" array.
874
875 2015-05-08 Pedro Alves <palves@redhat.com>
876
877 * gdb.server/non-existing-program.exp: Unset spawn_id.
878
879 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
880
881 PR python/18291
882 * gdb.python/py-xmethods.exp: Add tests.
883
884 2015-05-08 Yao Qi <yao.qi@linaro.org>
885
886 PR gdb/18208
887 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
888 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
889 function set_coredump_filter, and remove remote_exec call.
890 Remove argument ipid. Callers update.
891 (top level): Don't get inferior's PID.
892
893 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
894
895 * gdb.base/watch_thread_num.exp: Skip test on targets without
896 access watchpoints.
897
898 2015-05-06 Pedro Alves <palves@redhat.com>
899
900 PR server/18081
901 * gdb.server/non-existing-program.exp: New file.
902
903 2015-05-05 Joel Brobecker <brobecker@adacore.com>
904
905 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
906
907 2015-05-05 Joel Brobecker <brobecker@adacore.com>
908
909 * gdb.ada/out_of_line_in_inlined: New testcase.
910
911 2015-05-05 Joel Brobecker <brobecker@adacore.com>
912
913 * gdb.ada/var_rec_arr: New testcase.
914
915 2015-04-30 Yao Qi <yao.qi@linaro.org>
916
917 * gdb.base/break-idempotent.exp: If
918 skip_hw_watchpoint_multi_tests returns true, skip the tests
919 on "rwatch" and "awatch".
920
921 2015-04-30 Yao Qi <yao.qi@linaro.org>
922
923 * gdb.base/relativedebug.exp: Invoke gdb command
924 "info sharedlibrary", and if libc.so doesn't have debug info,
925 skip the test.
926
927 2015-04-29 Doug Evans <dje@google.com>
928
929 * gdb.python/py-xmethods.exp: Add ptype tests.
930 * gdb.python/py-xmethods.py (E_method_char_worker): Add
931 get_result_type method.
932
933 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
934
935 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
936 the target does not support hardware watchpoints.
937
938 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
939
940 * gdb.base/break-always.exp: Abort testing if writing to memory
941 causes an error.
942
943 2015-04-28 Doug Evans <dje@google.com>
944
945 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
946 * gdb.python/py-pp-registration.exp: ... here. New file.
947 * gdb.python/py-pp-registration.c: New file.
948 * gdb.python/py-pp-registration.py: New file.
949
950 2015-04-28 Doug Evans <dje@google.com>
951
952 * gdb.python/py-bad-printers.c: New file.
953 * gdb.python/py-bad-printers.py: New file.
954 * gdb.python/py-bad-printers.exp: New file.
955
956 2015-04-28 Sasha Smundak <asmundak@google.com>
957
958 * gdb.python/py-type.exp: New test.
959
960 2015-04-28 Andy Wingo <wingo@igalia.com>
961
962 * gdb.python/py-parameter.exp:
963 * gdb.guile/scm-parameter.exp: Escape the path that we are
964 matching against, as it might contain characters that are special
965 to regular expressions.
966
967 2015-04-27 Joel Brobecker <brobecker@adacore.com>
968
969 * gdb.ada/rec_comp: New testcase.
970
971 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
972
973 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
974 before using it.
975
976 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
977
978 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
979 new tests for verilog output.
980
981 2015-04-24 Yao Qi <yao.qi@linaro.org>
982
983 * boards/remote-gdbserver-on-localhost.exp: New file.
984
985 2015-04-23 Pedro Alves <palves@redhat.com>
986
987 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
988 $inferior_spawn_id instead of $inferior_spawn_id directly. On
989 "end of file", remove $inferior_spawn_id from the indirect list.
990
991 2015-04-23 Pedro Alves <palves@redhat.com>
992
993 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
994
995 2015-04-23 Pedro Alves <palves@redhat.com>
996
997 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
998 on $any_spawn_id instead of only on $gdb_spawn_id.
999
1000 2015-04-21 Pierre Muller <muller@sourceware.org>
1001
1002 PR pascal/17815
1003 * lib/pascal.exp (gpc_compile): Add new option "class".
1004 (fpc_compile): Likewise.
1005 * gdb.pascal/case-insensitive-symbols.pas: New file.
1006 * gdb.pascal/case-insensitive-symbols.exp: New file.
1007
1008 2015-04-20 Gary Benson <gbenson@redhat.com>
1009
1010 * gdb.base/attach.exp: Fix three extended remote failures.
1011
1012 2015-04-17 Gary Benson <gbenson@redhat.com>
1013
1014 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
1015 the main executable over the remote protocol.
1016
1017 2015-04-16 Pedro Alves <palves@redhat.com>
1018
1019 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
1020 a new gdbserver if gdbserver_reconnect_p is set.
1021
1022 2015-04-16 Pedro Alves <palves@redhat.com>
1023
1024 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
1025 is set, don't exit gdbserver.
1026
1027 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1028
1029 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
1030 appropriate .insn, such that an older assembler can be used.
1031 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
1032 the z/Architecture instruction set on 31-bit targets as well.
1033
1034 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1035
1036 * gdb.go/handcall.exp: Remove all logic related to the first
1037 breakpoint and rely on go_runto_main instead.
1038 * gdb.go/strings.exp: Likewise.
1039 * gdb.go/unsafe.exp: Likewise.
1040 * gdb.go/hello.exp: Likewise. Also rename the remaining
1041 breakpoint marker to "breakpoint 1".
1042 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
1043 * gdb.go/strings.go: Likewise.
1044 * gdb.go/unsafe.go: Likewise.
1045 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
1046 "set breakpoint 2 here" and rename the remaining breakpoint marker
1047 to "breakpoint 1".
1048
1049 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
1050
1051 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
1052 if itertools.imap is not present.
1053 * gdb.python/py-objfile.exp: Add parentheses.
1054 * gdb.python/py-type.exp: Same.
1055 * gdb.python/py-unwind-maint.py: Same.
1056
1057 2015-04-15 Yao Qi <yao.qi@linaro.org>
1058
1059 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
1060 of ":$ptr_size" and set its form explicitly.
1061
1062 2015-04-15 Pedro Alves <palves@redhat.com>
1063 Yao Qi <yao.qi@linaro.org>
1064
1065 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
1066 timeout by factor of 4.
1067 (test_regular_watch): Likewise.
1068 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
1069 * gdb.reverse/sigall-reverse.exp: Likewise.
1070 * gdb.reverse/until-precsave.exp: Likewise.
1071 * lib/gdb.exp (with_timeout_factor): New proc.
1072 (gdb_expect): Move some code to ...
1073 (get_largest_timeout): ... here. New procedure.
1074
1075 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
1076
1077 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
1078
1079 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
1080
1081 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
1082 to write to the .text section.
1083
1084 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
1085
1086 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
1087 Handle the case of targets that do not provide PID information.
1088
1089 2015-04-13 Yao Qi <yao.qi@linaro.org>
1090
1091 * lib/gdbserver-support.exp (gdb_exit): Catch exception
1092 and use expect instead of gdb_expect.
1093
1094 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
1095
1096 * gdb.base/coredump-filter.exp: Rename variable "addr" to
1097 "coredump_var_addr" to avoid naming conflict with other testcases.
1098
1099 2015-04-10 Pedro Alves <palves@redhat.com>
1100
1101 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
1102 gdb_test_sequence and gdb_assert.
1103
1104 2015-04-10 Pedro Alves <palves@redhat.com>
1105
1106 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
1107 test messages that don't include the breakpoint address.
1108
1109 2015-04-10 Yao Qi <yao.qi@linaro.org>
1110
1111 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
1112 false for some offset and width combinations which aren't
1113 supported by linux kernel.
1114
1115 2015-04-10 Pedro Alves <palves@redhat.com>
1116
1117 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
1118 procedure, factored out from ...
1119 (top level): ... here. Add "set displaced-stepping" testing axis.
1120 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
1121 parameter "displaced". Use it.
1122 (top level): Use foreach and add "set displaced-stepping" testing
1123 axis.
1124
1125 2015-04-10 Pedro Alves <palves@redhat.com>
1126
1127 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
1128 Remove comment.
1129 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
1130 both the address of the instruction that triggers the watchpoint
1131 and the address of the instruction immediately after, and use
1132 those addresses for the test. Fix comment.
1133
1134 2015-04-10 Pedro Alves <palves@redhat.com>
1135
1136 * gdb.base/sigstep.exp (breakpoint_to_handler)
1137 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
1138 Test "backtrace" in handler.
1139 (breakpoint_over_handler): New parameter 'displaced'. Use it.
1140 (top level): Add new "displaced" test axis to
1141 breakpoint_to_handler, breakpoint_to_handler_entry and
1142 breakpoint_over_handler.
1143
1144 2015-04-10 Pedro Alves <palves@redhat.com>
1145
1146 PR gdb/18216
1147 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
1148
1149 2015-04-10 Yao Qi <yao.qi@linaro.org>
1150
1151 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
1152 (test_add_rn_pc): New function.
1153 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
1154 (top level): Invoke test_add_rn_pc.
1155
1156 2015-04-10 Pedro Alves <palves@redhat.com>
1157
1158 PR gdb/13858
1159 * gdb.base/step-over-no-symbols.exp: New file.
1160
1161 2015-04-09 Andy Wingo <wingo@igalia.com>
1162
1163 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
1164 after the Python tests.
1165
1166 2015-04-08 Keith Seitz <keiths@redhat.com>
1167
1168 PR python/16699
1169 * gdb.python/py-completion.exp: New tests for completion.
1170 * gdb.python/py-completion.py (CompleteLimit1): New class.
1171 (CompleteLimit2): Likewise.
1172 (CompleteLimit3): Likewise.
1173 (CompleteLimit4): Likewise.
1174 (CompleteLimit5): Likewise.
1175 (CompleteLimit6): Likewise.
1176 (CompleteLimit7): Likewise.
1177
1178 2015-04-08 Pedro Alves <palves@redhat.com>
1179
1180 PR gdb/18214
1181 PR gdb/18216
1182 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
1183 function.
1184 (main): Install it as SIGUSR1 handler.
1185 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
1186 parameter. Always use "setup" as prefix. Toggle "set
1187 displaced-stepping" off/on depending on global. Don't switch to
1188 thread 1 here.
1189 (top level): Add displaced stepping "off/on" test axis. Update
1190 "setup" calls. Wrap each subtest with with_test_prefix. Test
1191 continuing with a queued signal in each thread.
1192
1193 2015-04-08 Pedro Alves <palves@redhat.com>
1194
1195 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
1196 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
1197 gdb_breakpoint instead of gdb_test that doesn't expect anything.
1198 Return early if running to main fails.
1199 * gdb.trace/while-stepping.exp: Likewise.
1200
1201 2015-04-07 Pedro Alves <palves@redhat.com>
1202
1203 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
1204 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
1205 interact with inferior program.
1206
1207 2015-04-07 Pedro Alves <palves@redhat.com>
1208
1209 * lib/gdb.exp (inferior_spawn_id): New global.
1210 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
1211 spawn id after processing the user code.
1212 (default_gdb_start): Set inferior_spawn_id.
1213 (send_inferior): New procedure.
1214 * lib/gdbserver-support.exp (gdbserver_start): Set
1215 inferior_spawn_id.
1216 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
1217
1218 2015-04-07 Pedro Alves <palves@redhat.com>
1219
1220 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
1221 * lib/gdbserver-support.exp (gdbserver_start): Make
1222 $server_spawn_id global.
1223 (gdbserver_start): Don't wait for gdbserver's spawn id with
1224 expect_background.
1225 (close_gdbserver): New procedure.
1226 (gdb_exit): Rename the default version and reimplement.
1227
1228 2015-04-07 Pedro Alves <palves@redhat.com>
1229
1230 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
1231 append the substituted item, not the original item.
1232
1233 2015-04-07 Pedro Alves <palves@redhat.com>
1234
1235 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
1236 gdb_expect.
1237
1238 2015-04-07 Pedro Alves <palves@redhat.com>
1239
1240 * gdb.base/interrupt.exp: Don't handle the case of the inferior
1241 output appearing once only.
1242
1243 2015-04-07 Pedro Alves <palves@redhat.com>
1244
1245 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
1246 that doesn't expect anything. Return early if running to main
1247 fails.
1248
1249 2015-04-07 Yao Qi <yao.qi@linaro.org>
1250
1251 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
1252 (child_function): Call alarm.
1253 (main): Move call to alarm into the loop.
1254 * gdb.threads/non-stop-fair-events.exp: Build program with
1255 -DTIMEOUT=$timeout.
1256
1257 2015-04-06 Doug Evans <xdje42@gmail.com>
1258
1259 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
1260 Fix dest parameter to board_info.
1261 (fpc_compile): Ditto.
1262 (gdb_compile_pascal): Rename dest arg to destfile.
1263
1264 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
1265
1266 * gdb.ada/funcall_ref.exp: New file.
1267 * gdb.ada/funcall_ref/foo.adb: New file.
1268
1269 2015-04-02 Yao Qi <yao.qi@linaro.org>
1270
1271 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
1272 is remote.
1273
1274 2015-04-02 Gary Benson <gbenson@redhat.com>
1275
1276 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
1277
1278 2015-04-01 Sasha Smundak <asmundak@google.com>
1279
1280 * gdb.python/py-unwind-maint.c: New file.
1281 * gdb.python/py-unwind-maint.exp: New test.
1282 * gdb.python/py-unwind-maint.py: New file.
1283 * gdb.python/py-unwind.c: New file.
1284 * gdb.python/py-unwind.exp: New test.
1285 * gdb.python/py-unwind.py: New test.
1286
1287 2015-04-01 Pedro Alves <palves@redhat.com>
1288
1289 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
1290 to fail instead of non-existent $test.
1291
1292 2015-04-01 Pedro Alves <palves@redhat.com>
1293
1294 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
1295 GDBFLAGS if not empty.
1296
1297 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
1298
1299 * gdb.ada/complete.exp: Remove "multi_line".
1300 * gdb.ada/info_exc.exp: Remove "multi_line".
1301 * gdb.ada/packed_tagged.exp: Remove "multi_line".
1302 * gdb.ada/ptype_field.exp: Remove "multi_line".
1303 * gdb.ada/sym_print_name.exp: Remove "multi_line".
1304 * gdb.ada/tagged.exp: Remove "multi_line".
1305 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
1306 [multi_line ...]
1307 * gdb.btrace/delta.exp: Likewise.
1308 * gdb.btrace/exception.exp: Likewise.
1309 * gdb.btrace/function_call_history.exp: Likewise.
1310 * gdb.btrace/instruction_history.exp: Likewise.
1311 * gdb.btrace/nohist.exp: Likewise.
1312 * gdb.btrace/record_goto.exp: Likewise.
1313 * gdb.btrace/segv.exp: Likewise.
1314 * gdb.btrace/stepi.exp: Likewise.
1315 * gdb.btrace/tailcall.exp: Likewise.
1316 * gdb.btrace/unknown_functions.exp: Likewise.
1317 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
1318 * lib/gdb.exp: Add the "multi_line" helper.
1319
1320 2015-04-01 Pedro Alves <palves@redhat.com>
1321
1322 * gdb.threads/tid-reuse.c: New file.
1323 * gdb.threads/tid-reuse.exp: New file.
1324
1325 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1326
1327 PR corefiles/16092
1328 * gdb.base/coredump-filter.c: New file.
1329 * gdb.base/coredump-filter.exp: Likewise.
1330
1331 2015-03-27 Petr Machata <pmachata@redhat.com>
1332
1333 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
1334 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
1335 (Dwarf::assemble): Initialize them.
1336 (Dwarf::lines): New function.
1337
1338 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
1339
1340 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
1341 SYMBOL_PREFIX for x86_64-*-cygwin.
1342
1343 2015-03-26 Andy Wingo <wingo@igalia.com>
1344
1345 PR symtab/18148
1346 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
1347 const_value but not a location.
1348 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
1349 location defined in non-main CUs are visible.
1350
1351 2015-03-26 Yao Qi <yao.qi@linaro.org>
1352
1353 PR testsuite/18139
1354 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
1355 Add a line number entry for the same line.
1356 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
1357 Add a line number entry for the same line.
1358
1359 2015-03-26 Yao Qi <yao.qi@linaro.org>
1360
1361 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
1362 .int 0.
1363 (func): Likewise. Add .Lfunc_1 label.
1364 Use .Lfunc_1 label.
1365 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
1366 .int 0.
1367 (func): Likewise.
1368 Use .Lfunc_1 label.
1369
1370 2015-03-26 Yao Qi <yao.qi@linaro.org>
1371
1372 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
1373 Call gdb_compile instead to compile each .s files without debug
1374 information.
1375
1376 2015-03-26 Yao Qi <yao.qi@linaro.org>
1377
1378 * gdb.base/savedregs.exp (process_saved_regs): Make
1379 "Saved registers:" optional in the pattern.
1380
1381 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1382
1383 * gdb.btrace/next.exp: Merged into step.exp.
1384 * gdb.btrace/finish.exp: Merged into step.exp.
1385 * gdb.btrace/nexti.exp: Merged into stepi.exp.
1386 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
1387 "record goto" and checking the exact replay position.
1388 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
1389 check for "Recording format" in "info record" output.
1390 * gdb.btrace/record_goto.exp: Choose test file based on target.
1391 * gdb.btrace/x86-record_goto.S: Renamed into ...
1392 * gdb.btrace/x86_64-record_goto.S: ... this.
1393 * gdb.btrace/i686-record_goto.S: New.
1394 * gdb.btrace/x86-tailcall.S: Renamed into ...
1395 * gdb.btrace/x86_64-tailcall.S: ... this.
1396 * gdb.btrace/i686-tailcall.S: New.
1397 * gdb.btrace/x86-tailcall.c: Renamed into ...
1398 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
1399 separate statements. Update test.
1400 * gdb.btrace/delta.exp: Use record_goto.c as test file.
1401 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
1402 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
1403 * gdb.btrace/tailcall.exp: Choose test file based on target.
1404 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
1405
1406 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1407
1408 * gdb.btrace/exception.exp: Increase BTS buffer size.
1409
1410 2015-03-24 Pedro Alves <palves@redhat.com>
1411
1412 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
1413
1414 2015-03-24 Pedro Alves <palves@redhat.com>
1415
1416 * gdb.threads/schedlock.exp (test_step): No longer expect that
1417 "set scheduler-locking step" with "next" over a function call runs
1418 threads unlocked.
1419
1420 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1421
1422 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
1423
1424 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1425
1426 PR breakpoints/16466
1427 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
1428 * gdb.mi/mi-pending.c (thread_func): New function.
1429 (int main): Add threading support required.
1430 * gdb.mi/mi-pending.exp: Add tests for this issue.
1431 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
1432 (pendfunc2): Remove stdio dependency.
1433 * gdb.mi/mi-pendshr2.c: New file.
1434
1435 2015-03-23 Keith Seitz <keiths@redhat.com>
1436
1437 * gdb.linespec/keywords.c: New file.
1438 * gdb.linespec/keywords.exp: New file.
1439
1440 2015-03-23 Keith Seitz <keiths@redhat.com>
1441
1442 PR gdb/18021
1443 * gdb.dwarf2/staticvirtual.exp: New test.
1444
1445 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1446
1447 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
1448 * README: Remove HP-UX and gdb.hp.
1449 (configuration):
1450 * configure: Regenerate.
1451 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
1452 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
1453 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
1454 gdb.hp/gdb.defects/Makefile.
1455 * gdb.hp/Makefile.in: File deleted.
1456 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
1457 * gdb.hp/gdb.aCC/optimize.c: File deleted.
1458 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
1459 * gdb.hp/gdb.aCC/run.c: File deleted.
1460 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
1461 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
1462 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
1463 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
1464 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
1465 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
1466 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
1467 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
1468 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
1469 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
1470 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
1471 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
1472 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
1473 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
1474 * gdb.hp/gdb.base-hp/reg.s: File deleted.
1475 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
1476 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
1477 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
1478 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
1479 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
1480 * gdb.hp/gdb.compat/Makefile.in: File deleted.
1481 * gdb.hp/gdb.compat/average.c: File deleted.
1482 * gdb.hp/gdb.compat/sum.c: File deleted.
1483 * gdb.hp/gdb.compat/xdb.c: File deleted.
1484 * gdb.hp/gdb.compat/xdb0.c: File deleted.
1485 * gdb.hp/gdb.compat/xdb0.h: File deleted.
1486 * gdb.hp/gdb.compat/xdb1.c: File deleted.
1487 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
1488 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
1489 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
1490 * gdb.hp/gdb.defects/Makefile.in: File deleted.
1491 * gdb.hp/gdb.defects/bs14602.c: File deleted.
1492 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
1493 * gdb.hp/gdb.defects/solib-d.c: File deleted.
1494 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
1495 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
1496 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
1497 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
1498 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
1499 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
1500 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
1501 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
1502 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
1503 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
1504 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
1505 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
1506 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
1507 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
1508 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
1509 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
1510 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
1511 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
1512 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
1513 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
1514 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
1515 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
1516 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
1517 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
1518 * gdb.hp/tools/odump: File deleted.
1519
1520 2015-03-19 Pedro Alves <palves@redhat.com>
1521
1522 * gdb.threads/continue-pending-status.exp (saw_thread_2)
1523 (saw_thread_3): New globals.
1524 (top level): Increment them when an event for the corresponding
1525 thread is seen.
1526 (no thread starvation): New test.
1527
1528 2015-03-19 Pedro Alves <palves@redhat.com>
1529
1530 * gdb.threads/continue-pending-status.c: New file.
1531 * gdb.threads/continue-pending-status.exp: New file.
1532
1533 2015-03-18 Pedro Alves <palves@redhat.com>
1534
1535 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1536 Use gdb_is_target_remote instead of is_remote. Use
1537 gdb_test_multiple instead of gdb_expect. Exit early if
1538 gdb_test_multiple hits its internal matches. Tighten stepi tests
1539 expected output. Fail on exit with any signal, instead of just
1540 SIGILL.
1541
1542 2015-03-18 Yao Qi <yao.qi@linaro.org>
1543
1544 PR tdep/18107
1545 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
1546 variable.
1547 * gdb.base/catch-syscall.exp: Don't skip it on
1548 aarch64*-*-linux* target. Remove elements in all_syscalls.
1549 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
1550 target.
1551 (setup_all_syscalls): New proc.
1552
1553 2015-03-16 Yao Qi <yao.qi@linaro.org>
1554
1555 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
1556 (top level): Skip tests if valid_addr_p returns false for
1557 $cmd1 or $cmd2.
1558
1559 2015-03-11 Andy Wingo <wingo@igalia.com>
1560
1561 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
1562
1563 2015-03-11 Yao Qi <yao.qi@linaro.org>
1564
1565 * gdb.base/catch-syscall.exp: Fix typo in comments.
1566
1567 2015-03-11 Yao Qi <yao.qi@linaro.org>
1568
1569 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
1570
1571 2015-03-09 Pedro Alves <palves@redhat.com>
1572
1573 * dg-extract-results.py: Delete.
1574
1575 2015-03-09 Pedro Alves <palves@redhat.com>
1576
1577 Merge dg-extract-results.sh from GCC upstream (r218843).
1578
1579 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
1580 * dg-extract-results.sh: Use --text with grep to avoid issues with
1581 binary files. Fall back to cat -v, if that doesn't work.
1582
1583 2015-03-05 Pedro Alves <palves@redhat.com>
1584
1585 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
1586
1587 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
1588
1589 * lib/mi-support.exp (mi_expect_interrupt): Accept
1590 alternative event for when in all-stop mode.
1591
1592 2015-03-04 Pedro Alves <palves@redhat.com>
1593
1594 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
1595
1596 2015-03-04 Mark Kettenis <kettenis@gnu.org>
1597
1598 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
1599
1600 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1601
1602 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
1603 regexps for GDB's current line display, accept a hex address
1604 preceding the line number.
1605
1606 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1607
1608 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
1609 the 'arch1' variable for "s390*-linux*" targets.
1610
1611 2015-03-04 Pedro Alves <palves@redhat.com>
1612
1613 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
1614 (main): Pass missing retval argument to pthread_join call.
1615
1616 2015-03-02 Pedro Alves <palves@redhat.com>
1617
1618 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
1619 (top level): Call do_test with non-stop as well.
1620
1621 2015-03-02 Pedro Alves <palves@redhat.com>
1622
1623 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
1624 -1.
1625
1626 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1627
1628 * gdb.arch/s390-vregs.exp: New test.
1629 * gdb.arch/s390-vregs.S: New file.
1630
1631 2015-02-27 Pedro Alves <palves@redhat.com>
1632
1633 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
1634 call to catch_command_errors.
1635 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
1636 catch_command_errors.
1637
1638 2015-02-27 Pedro Alves <palves@redhat.com>
1639
1640 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
1641 "true" for boolean result.
1642 * gdb.gdb/selftest.exp (test_with_self): Also accept full
1643 prototype of main.
1644
1645 2015-02-27 Pedro Alves <palves@redhat.com>
1646
1647 * lib/unbuffer_output.c: New file.
1648 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
1649 (main): Call gdb_unbuffer_output.
1650
1651 2015-02-27 Yao Qi <yao.qi@linaro.org>
1652
1653 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
1654 target.
1655
1656 2015-02-26 Doug Evans <dje@google.com>
1657
1658 * gdb.cp/class2.cc (Dbase, D): New classes.
1659 (main): New local delta.
1660 * gdb.cp/class2.exp: Test printing delta.
1661 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
1662 (dynbar): New global.
1663 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
1664
1665 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1666
1667 * gdb.compile/compile-ifunc.c: New file.
1668 * gdb.compile/compile-ifunc.exp: New file.
1669
1670 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
1671
1672 * gdb.base/structs.exp: Check for correct struct on finish.
1673
1674 2015-02-26 Yao Qi <yao.qi@linaro.org>
1675
1676 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
1677 is zero.
1678
1679 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1680
1681 * gdb.arch/cordic.ko.bz2: New file.
1682 * gdb.arch/cordic.ko.debug.bz2: New file.
1683 * gdb.arch/ppc64-symtab-cordic.exp: New file.
1684
1685 2015-02-25 Yao Qi <yao.qi@linaro.org>
1686
1687 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
1688 aarch64*-*-* target.
1689
1690 2015-02-23 Pedro Alves <palves@redhat.com>
1691
1692 * lib/gdb.exp (delete_breakpoints): Rewrite using
1693 gdb_test_multiple.
1694
1695 2015-02-23 Pedro Alves <palves@redhat.com>
1696
1697 * gdb.base/info-os.c: Include stdlib.h.
1698
1699 2015-02-22 Doug Evans <xdje42@gmail.com>
1700
1701 PR symtab/17855
1702 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
1703 is read after symbols have been re-read.
1704 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
1705 * gdb.ada/exec_changed/second.adb (Second): Ditto.
1706
1707 2015-02-21 Doug Evans <dje@google.com>
1708
1709 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
1710
1711 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1712
1713 PR corefiles/17808
1714 * gdb.arch/i386-biarch-core.core.bz2: New file.
1715 * gdb.arch/i386-biarch-core.exp: New file.
1716
1717 2015-02-21 Pedro Alves <palves@redhat.com>
1718
1719 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
1720 runto_main fails.
1721
1722 2015-02-20 Pedro Alves <palves@redhat.com>
1723
1724 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
1725 info probes.
1726
1727 2015-02-20 Pedro Alves <palves@redhat.com>
1728
1729 * gdb.threads/multi-create-ns-info-thr.exp: New file.
1730
1731 2015-02-20 Pedro Alves <palves@redhat.com>
1732
1733 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
1734 clean_restart before gdb_target_supports_trace.
1735
1736 2015-02-20 Pedro Alves <palves@redhat.com>
1737
1738 PR threads/18006
1739 * gdb.threads/clone-thread_db.c: New file.
1740 * gdb.threads/clone-thread_db.exp: New file.
1741
1742 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
1743
1744 PR breakpoints/16812
1745 * gdb.base/catch-gdb-caused-signals.c: New file.
1746 * gdb.base/catch-gdb-caused-signals.exp: New file.
1747
1748 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
1749
1750 * configure: Regenerated.
1751 * configure.ac: Use GDB_AC_TRANSFORM.
1752 * aclocal.m4: sinclude ../transform.m4.
1753
1754 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1755
1756 * lib/dtrace.exp: New file.
1757 * gdb.base/dtrace-probe.exp: Likewise.
1758 * gdb.base/dtrace-probe.d: Likewise.
1759 * gdb.base/dtrace-probe.c: Likewise.
1760 * lib/pdtrace.in: Likewise.
1761 * configure.ac: Output variables with the transformed names of
1762 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
1763 * configure: Regenerated.
1764
1765 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1766
1767 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
1768 expected message when trying to access $_probe_* convenience
1769 variables while not on a probe.
1770
1771 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1772
1773 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
1774
1775 2015-02-11 Pedro Alves <pedro@codesourcery.com>
1776
1777 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
1778 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
1779
1780 2015-02-10 Doug Evans <xdje42@gmail.com>
1781
1782 * lib/gdb.exp (gdb_load): Always return a result.
1783
1784 2015-02-10 Pedro Alves <palves@redhat.com>
1785
1786 * gdb.threads/signal-sigtrap.c: New file.
1787 * gdb.threads/signal-sigtrap.exp: New file.
1788
1789 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
1790
1791 * gdb.trace/no-attach-trace.c: New file.
1792 * gdb.trace/no-attach-trace.exp: New file.
1793
1794 2015-02-09 Mark Wielaard <mjw@redhat.com>
1795
1796 * gdb.dwarf2/atomic.c: New file.
1797 * gdb.dwarf2/atomic-type.exp: Likewise.
1798
1799 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1800
1801 * gdb.btrace/buffer-size.exp: Update "info record" output.
1802 * gdb.btrace/delta.exp: Update "info record" output.
1803 * gdb.btrace/enable.exp: Update "info record" output.
1804 * gdb.btrace/finish.exp: Update "info record" output.
1805 * gdb.btrace/instruction_history.exp: Update "info record" output.
1806 * gdb.btrace/next.exp: Update "info record" output.
1807 * gdb.btrace/nexti.exp: Update "info record" output.
1808 * gdb.btrace/step.exp: Update "info record" output.
1809 * gdb.btrace/stepi.exp: Update "info record" output.
1810 * gdb.btrace/nohist.exp: Update "info record" output.
1811
1812 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1813
1814 * gdb.btrace/buffer-size: New.
1815
1816 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1817
1818 * gdb.btrace/delta.exp: Update "info record" output.
1819 * gdb.btrace/enable.exp: Update "info record" output.
1820 * gdb.btrace/finish.exp: Update "info record" output.
1821 * gdb.btrace/instruction_history.exp: Update "info record" output.
1822 * gdb.btrace/next.exp: Update "info record" output.
1823 * gdb.btrace/nexti.exp: Update "info record" output.
1824 * gdb.btrace/step.exp: Update "info record" output.
1825 * gdb.btrace/stepi.exp: Update "info record" output.
1826 * gdb.btrace/nohist.exp: Update "info record" output.
1827
1828 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
1829
1830 PR gdb/15678
1831 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
1832
1833 2015-02-06 Pedro Alves <palves@redhat.com>
1834
1835 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
1836 macro.
1837 (seconds_left, again): New globals.
1838 (main): Wait seconds_left in a 1-second sleep loop instead of
1839 sleeping 180 seconds. If 'again' is set, reset the seconds
1840 counter.
1841 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
1842 'again' in the inferior before detaching. Print the seconds left.
1843 (options): New global.
1844 (top level): Build program with -DTIMEOUT=$timeout.
1845
1846 2015-02-06 Pedro Alves <palves@redhat.com>
1847
1848 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
1849 determine how many seconds to pass to 'alarm'.
1850 * gdb.base/gdb-sigterm.exp (top level): Build program with
1851 -DTIMEOUT=$timeout.
1852 (do_test): Return success/failure indication. Add more verbose
1853 logging. Don't fail if 200 single steps are seen. Instead, fail
1854 when the test times out.
1855 (passes): New global.
1856 (top level): Break the testing loop if testing fails on any
1857 iteration. Use gdb_assert.
1858
1859 2015-02-04 Don Breazeal <donb@codesourcery.com>
1860
1861 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
1862 and initialize them.
1863 (ipc_cleanup): New function.
1864 (main): Don't declare shmid, semid, and msqid. Add a call to
1865 atexit so that we call ipc_cleanup on exit.
1866
1867 2015-02-04 Pedro Alves <palves@redhat.com>
1868
1869 * boards/native-extended-gdbserver.exp: Remove any target variant
1870 specifications from the board name before clearing the isremote
1871 flag from board_info.
1872
1873 2015-01-31 Doug Evans <xdje42@gmail.com>
1874
1875 * gdb.base/maint.exp <maint print type argc>: Update expected output.
1876
1877 2015-01-31 Gary Benson <gbenson@redhat.com>
1878
1879 * gdb.base/completion.exp: Disable completion limiting for
1880 existing tests. Add new tests to check completion limiting.
1881 * gdb.linespec/ls-errs.exp: Disable completion limiting.
1882
1883 2015-01-31 Doug Evans <xdje42@gmail.com>
1884
1885 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
1886
1887 2015-01-31 Doug Evans <xdje42@gmail.com>
1888
1889 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
1890 entries. Duplicate file section script entries.
1891 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
1892 inlined entries. Add test for safe-path rejection.
1893 * gdb.python/py-section-script.c: Add duplicate inlined section script
1894 entries. Duplicate file section script entries.
1895 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
1896 inlined entries. Add test for safe-path rejection.
1897
1898 2015-01-29 Joel Brobecker <brobecker@adacore.com>
1899
1900 * gdb.ada/disc_arr_bound: New testcase.
1901
1902 2015-01-29 Joel Brobecker <brobecker@adacore.com>
1903
1904 * gdb.ada/mi_var_array: New testcase.
1905
1906 2015-01-27 Doug Evans <dje@google.com>
1907
1908 * gdb.python/py-objfile.exp: Add tests for objfile.username.
1909 Add test for objfile.filename, objfile.username after objfile
1910 has been unloaded.
1911
1912 2015-01-26 Joel Brobecker <brobecker@adacore.com>
1913
1914 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
1915 the second test to print the name attribute of value
1916 returned by the call to gdb.lookup_type, and adjust
1917 the expected output accordingly.
1918
1919 2015-01-25 Mark Wielaard <mjw@redhat.com>
1920
1921 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
1922 * gdb.base/disp-step-fork.c: Include unistd.h.
1923 * gdb.base/siginfo-obj.c: Include stdio.h.
1924 * gdb.base/siginfo-thread.c: Likewise.
1925 * gdb.mi/non-stop.c: Include unistd.h.
1926 * gdb.mi/nsthrexec.c: Include stdio.h.
1927 * gdb.mi/pthreads.c: Include unistd.h.
1928 * gdb.modula2/unbounded1.c (main): Declare returns int.
1929 * gdb.reverse/consecutive-reverse.c: Likewise.
1930 * gdb.threads/create-fail.c: Include unistd.h.
1931 * gdb.threads/killed.c: Likewise.
1932 * gdb.threads/linux-dp.c: Likewise.
1933 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
1934 * gdb.threads/non-ldr-exc-2.c: Likewise.
1935 * gdb.threads/non-ldr-exc-3.c: Likewise.
1936 * gdb.threads/non-ldr-exc-4.c: Likewise.
1937 * gdb.threads/pthreads.c: Include unistd.h.
1938 (main): Declare returns int.
1939 * gdb.threads/tls-main.c (foo): New declaration.
1940 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
1941
1942 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
1943
1944 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
1945 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
1946
1947 2015-01-15 Mark Wielaard <mjw@redhat.com>
1948
1949 * gdb.base/noreturn-return.c: New file.
1950 * gdb.base/noreturn-return.exp: New file.
1951 * gdb.base/noreturn-finish.c: New file.
1952 * gdb.base/noreturn-finish.exp: New file.
1953
1954 2015-01-23 Pedro Alves <palves@redhat.com>
1955
1956 * gdb.threads/continue-pending-after-query.c: New file.
1957 * gdb.threads/continue-pending-after-query.exp: New file.
1958
1959 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
1960 Simon Marchi <simon.marchi@ericsson.com>
1961
1962 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
1963 * gdb.base/valgrind-db-attach.exp: Same.
1964 * gdb.base/valgrind-infcall.exp: Same.
1965 * lib/mi-support.exp (default_mi_gdb_start): Same.
1966 * lib/prompt.exp (default_prompt_gdb_start): Same.
1967 * lib/gdb.exp (default_gdb_spawn): Same.
1968 (gdb_interact): New.
1969
1970
1971 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1972
1973 * gdb.compile/compile.exp (pointer to jit function): New test.
1974
1975 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
1976
1977 * lib/gdb.exp (supports_process_record): Return true for
1978 powerpc*-*-linux*.
1979 (supports_reverse): Likewise.
1980
1981 2015-01-15 Don Breazeal <donb@codesourcery.com>
1982
1983 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
1984 instead of checking whether the target board is remote and
1985 use spawn_wait_for_attach instead of exec/sleep.
1986 * gdb.base/attach-twice.exp: Likewise.
1987
1988 2015-01-15 Joel Brobecker <brobecker@adacore.com>
1989
1990 * gdb.ada/var_arr_attrs: New testcase.
1991
1992 2015-01-14 Pedro Alves <palves@redhat.com>
1993 Joel Brobecker <brobecker@adacore.com>
1994
1995 PR gdb/17525
1996 * gdb.base/bp-cmds-execution-x-script.c: New file.
1997 * gdb.base/bp-cmds-execution-x-script.exp: New file.
1998 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
1999
2000 2015-01-14 Pedro Alves <palves@redhat.com>
2001
2002 PR cli/17828
2003 * gdb.base/batch-preserve-term-settings.c: New file.
2004 * gdb.base/batch-preserve-term-settings.exp: New file.
2005
2006 2015-01-13 Doug Evans <dje@google.com>
2007
2008 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
2009 binary.
2010
2011 2015-01-13 Joel Brobecker <brobecker@adacore.com>
2012
2013 * Makefile.in (clean mostlyclean): Do not delete *.py.
2014
2015 2015-01-13 Joel Brobecker <brobecker@adacore.com>
2016
2017 * gdb.python/py-lookup-type.exp: New file.
2018
2019 2015-01-12 Pedro Alves <palves@redhat.com>
2020
2021 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
2022 restore GDBFLAGS before returning.
2023
2024 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2025
2026 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
2027 is_amd64_regs_target and is_x86_like_target.
2028
2029 2015-01-11 Doug Evans <xdje42@gmail.com>
2030
2031 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
2032 is given without an explicit form.
2033 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
2034 attributes.
2035 * gdb.dwarf/corrupt.exp: Ditto.
2036 * gdb.dwarf2/enum-type.exp: Ditto.
2037 * gdb.trace/entry-values.exp: Ditto.
2038 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
2039
2040 2015-01-11 Doug Evans <xdje42@gmail.com>
2041
2042 PR gdb/15830
2043 * gdb.base/maint.exp: Remove references to "maint demangle".
2044 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
2045 Add tests for explicitly specifying language to demangle.
2046 * gdb.dlang/demangle.exp: Ditto.
2047
2048 2015-01-09 Pedro Alves <palves@redhat.com>
2049
2050 * gdb.threads/non-stop-fair-events.c: New file.
2051 * gdb.threads/non-stop-fair-events.exp: New file.
2052
2053 2015-01-09 Pedro Alves <palves@redhat.com>
2054
2055 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
2056 the global scope. Set a breakpoint after all threads are started
2057 rather than stepping over two source lines. Expect the prompt.
2058 * gdb.base/watch_thread_num.c (threads_started_barrier): New
2059 global.
2060 (NUM): Now 15.
2061 (main): Use threads_started_barrier to wait for all threads to
2062 start. Main thread no longer calls thread_function. Exit after
2063 180 seconds.
2064 (loop): New function.
2065 (thread_function): Wait on threads_started_barrier barrier. Call
2066 'loop' at each iteration.
2067 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
2068 threads have started, instead of hardcoding number of "next"
2069 steps. Use an access watchpoint instead of a write watchpoint.
2070
2071 2015-01-09 Pedro Alves <palves@redhat.com>
2072
2073 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
2074 (thread_func): Wait on barrier.
2075 (main): Wait for all threads to start before stopping GDB.
2076 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
2077 global.
2078 (thread1_func, thread2_func): Wait on barrier.
2079 (main): Wait for all threads to start before stopping GDB.
2080 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
2081 New global.
2082 (thread1_func, thread2_func): Wait on barrier.
2083 (main): Wait for all threads to start before stopping GDB.
2084
2085 2015-01-09 Pedro Alves <palves@redhat.com>
2086
2087 * gdb.threads/attach-many-short-lived-threads.c: New file.
2088 * gdb.threads/attach-many-short-lived-threads.exp: New file.
2089
2090 2014-01-09 Pedro Alves <palves@redhat.com>
2091
2092 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
2093 instead of to thread 2.
2094 * gdb.threads/signal-command-multiple-signals-pending.c (main):
2095 Add barrier around each pthread_create call instead of around all
2096 calls.
2097 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
2098 Set a break on thread_function and have the child threads hit it
2099 one at at a time.
2100
2101 2015-01-09 Pedro Alves <palves@redhat.com>
2102
2103 * lib/gdb.exp (can_spawn_for_attach): New procedure.
2104 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
2105 false.
2106 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
2107 checking whether the target board is remote.
2108 * gdb.multi/multi-attach.exp: Likewise.
2109 * gdb.python/py-sync-interp.exp: Likewise.
2110 * gdb.server/ext-attach.exp: Likewise.
2111 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
2112 tests that need to attach, instead of checking whether the target
2113 board is remote at the top of the file.
2114
2115 2015-01-08 Yao Qi <yao@codesourcery.com>
2116
2117 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
2118
2119 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2120
2121 Fix testcase compilation.
2122 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
2123
2124 2015-01-06 Joel Brobecker <brobecker@adacore.com>
2125
2126 * gdb.python/py-type.exp: Add a couple test about empty
2127 array creation, and negative-length array creation.
2128
2129 2015-01-02 Doug Evans <xdje42@gmail.com>
2130
2131 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
2132
2133 2015-01-02 Doug Evans <dje@google.com>
2134
2135 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
2136
2137 2014-12-29 Yao Qi <yao@codesourcery.com>
2138
2139 * gdb.trace/entry-values.exp: Update comments. Rename variable
2140 bar_call_foo to returned_from_foo.
2141
2142 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
2143
2144 PR gdb/17394
2145 * gdb.linespec/break-asm-file.c: New file.
2146 * gdb.linespec/break-asm-file.exp: New file.
2147 * gdb.linespec/break-asm-file0.s: New file.
2148 * gdb.linespec/break-asm-file1.s: New file.
2149
2150 2014-12-18 Nigel Stephens <nigel@mips.com>
2151 Maciej W. Rozycki <macro@codesourcery.com>
2152
2153 * gdb.base/float.exp: Handle the new output from "info float" on
2154 MIPS targets.
2155
2156 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2157
2158 Fix MinGW compilation.
2159 * gdb.compile/compile-ops.exp: Update untested message if
2160 !skip_compile_feature_tests.
2161 * gdb.compile/compile-setjmp.exp: Likewise.
2162 * gdb.compile/compile-tls.exp: Likewise.
2163 * gdb.compile/compile.exp: Likewise.
2164 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
2165 supported on this host".
2166
2167 2014-12-16 Doug Evans <xdje42@gmail.com>
2168
2169 * boards/stabs.exp: New file.
2170
2171 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
2172
2173 * gdb.base/completion.exp: Adjust to format changes of "maint
2174 print user-registers".
2175
2176 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
2177
2178 PR server/17457
2179 * gdb.arch/aarch64-fp.c: New file.
2180 * gdb.arch/aarch64-fp.exp: New file.
2181
2182 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2183
2184 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
2185 r210637, r210913, r211666, r215400, r215817).
2186
2187 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
2188 * dg-extract-results.py: New file.
2189 * dg-extract-results.sh: Use it if the environment seems
2190 suitable.
2191
2192 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
2193
2194 * dg-extract-results.py (parse_run): Handle warnings that
2195 are printed before a test harness is run.
2196
2197 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
2198
2199 * dg-extract-results.py (Named): Remove __cmp__ method.
2200 (output_variation): Use a key to sort variation.harnesses.
2201
2202 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
2203
2204 * dg-extract-results.py: For Python 3, force sys.stdout to
2205 handle surrogate escape sequences.
2206 (safe_open): New function.
2207 (output_segment, main): Use it.
2208
2209 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
2210
2211 * dg-extract-results.py (Prog.result_re): Include options
2212 in test name.
2213
2214 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
2215
2216 * dg-extract-results.py (output_variation): Always sort if
2217 do_sum.
2218
2219 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
2220
2221 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
2222 as long as we get pagination notifications.
2223
2224 2014-12-15 Jason Merrill <jason@redhat.com>
2225
2226 * Makefile.in (check-gdb.%): Restore.
2227 * README: Mention it.
2228
2229 2014-12-13 Joel Brobecker <brobecker@adacore.com>
2230
2231 * gdb.ada/str_uninit: New testcase.
2232
2233 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2234
2235 PR symtab/17642
2236 * gdb.base/vla-stub-define.c: New file.
2237 * gdb.base/vla-stub.c: New file.
2238 * gdb.base/vla-stub.exp: New file.
2239
2240 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2241 Jan Kratochvil <jan.kratochvil@redhat.com>
2242 Tom Tromey <tromey@redhat.com>
2243
2244 * configure.ac: Add gdb.compile/.
2245 * configure: Regenerate.
2246 * gdb.compile/Makefile.in: New file.
2247 * gdb.compile/compile-ops.exp: New file.
2248 * gdb.compile/compile-ops.c: New file.
2249 * gdb.compile/compile-tls.c: New file.
2250 * gdb.compile/compile-tls.exp: New file.
2251 * gdb.compile/compile-constvar.S: New file.
2252 * gdb.compile/compile-constvar.c: New file.
2253 * gdb.compile/compile-mod.c: New file.
2254 * gdb.compile/compile-nodebug.c: New file.
2255 * gdb.compile/compile-setjmp-mod.c: New file.
2256 * gdb.compile/compile-setjmp.c: New file.
2257 * gdb.compile/compile-setjmp.exp: New file.
2258 * gdb.compile/compile-shlib.c: New file.
2259 * gdb.compile/compile.c: New file.
2260 * gdb.compile/compile.exp: New file.
2261 * lib/gdb.exp (skip_compile_feature_tests): New proc.
2262
2263 2014-12-12 Tom Tromey <tromey@redhat.com>
2264
2265 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
2266 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
2267
2268 2014-12-12 Doug Evans <dje@google.com>
2269
2270 * lib/gdb-python.exp (get_python_valueof): New function.
2271 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
2272
2273 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2274
2275 * gdb.base/completion.exp: Add test for completion of "info
2276 registers ".
2277
2278 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
2279
2280 * gdb.base/func-ptrs.c: New file.
2281 * gdb.base/func-ptrs.exp: New file.
2282
2283 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2284
2285 PR breakpoints/17012
2286 * gdb.base/dprintf-detach.c: New file.
2287 * gdb.base/dprintf-detach.exp: New file.
2288
2289 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2290
2291 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
2292 * lib/gdb.exp (target_is_gdbserver): New procedure.
2293
2294 2014-12-08 Doug Evans <dje@google.com>
2295
2296 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
2297
2298 2014-12-05 Yao Qi <yao@codesourcery.com>
2299
2300 * gdb.guile/scm-error.exp: Remove the third argument to
2301 gdb_remote_download.
2302 * gdb.guile/scm-frame-args.exp: Likewise.
2303 * gdb.guile/scm-section-script.exp: Likewise.
2304
2305 2014-12-05 Yao Qi <yao@codesourcery.com>
2306
2307 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
2308
2309 2014-12-04 Doug Evans <dje@google.com>
2310
2311 * gdb.python/py-objfile.exp: Add tests for
2312 objfile.add_separate_debug_file.
2313
2314 2014-12-04 Doug Evans <dje@google.com>
2315
2316 * lib/gdb.exp (get_build_id): New function.
2317 (build_id_debug_filename_get): Rewrite to use it.
2318 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
2319
2320 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
2321
2322 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
2323 `method(long)', not just 0x0.
2324 * gdb.cp/nsalias.exp: Align code labels to 4.
2325 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
2326 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
2327 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
2328 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
2329 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
2330 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
2331
2332 2014-12-02 Doug Evans <dje@google.com>
2333
2334 PR symtab/17602
2335 * gdb.cp/anon-ns.cc: Move guts of this file to ...
2336 * gdb.cp/anon-ns2.cc: ... here. New file.
2337 * gdb.cp/anon-ns.exp: Update.
2338
2339 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
2340
2341 * gdb.python/py-events.py (inferior_call_handler): New.
2342 (register_changed_handler, memory_changed_handler): New.
2343 (test_events.invoke): Register new handlers.
2344 * gdb.python/py-events.exp: Add tests for inferior call,
2345 memory_changed and register_changed events.
2346
2347 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2348
2349 * gdb.base/execl-update-breakpoints.exp: Specify the link address
2350 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
2351 if the linker doesn't understand this.
2352
2353 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
2354
2355 * gdb.python/python.exp: Change expected reply to help().
2356
2357 2014-12-01 Yao Qi <yao@codesourcery.com>
2358
2359 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
2360 AC_CONFIG_SUBDIRS(gdb.gdbtk).
2361 * configure: Re-generated.
2362
2363 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
2364
2365 * gdb.cp/chained-calls.cc: New file.
2366 * gdb.cp/chained-calls.exp: New file.
2367 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
2368
2369 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
2370
2371 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
2372 * gdb.dwarf2/symtab-producer.exp: Same.
2373 * gdb.gdb/python-interrupts.exp: Same.
2374 * gdb.gdb/python-selftest.exp: Same.
2375 * gdb.python/py-linetable.exp: Same.
2376 * gdb.python/py-type.exp: Same.
2377 * gdb.python/py-value-cc.exp: Same.
2378 * gdb.python/py-value.exp: Same.
2379
2380 2014-11-28 Yao Qi <yao@codesourcery.com>
2381
2382 * gdb.base/break-probes.exp: Match library name prefixed with
2383 sysroot.
2384
2385 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
2386
2387 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
2388 test expected output. Add parentheses for the call to print.
2389 Remove L suffix from integers.
2390
2391 2014-11-26 Doug Evans <dje@google.com>
2392
2393 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
2394
2395 2014-11-22 Yao Qi <yao@codesourcery.com>
2396
2397 * gdb.trace/entry-values.c: Remove asms.
2398 (foo): Add foo_label.
2399 (bar): Add bar_label.
2400 * gdb.trace/entry-values.exp: Remove code computing foo's
2401 length and bar's length.
2402 (Dwarf::assemble): Invoke function_range for bar and use
2403 MACRO_AT_func for foo.
2404
2405 2014-11-22 Yao Qi <yao@codesourcery.com>
2406
2407 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
2408 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
2409 Use .Lgcc43_procstart instead of gcc43.
2410
2411 2014-11-21 Joel Brobecker <brobecker@adacore.com>
2412
2413 * gdb.ada/n_arr_bound: New testcase.
2414
2415 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2416
2417 PR breakpoints/10737
2418 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
2419 test_catch_syscall_multi_arch.
2420 (test_catch_syscall_multi_arch): New function.
2421
2422 2014-11-20 Doug Evans <xdje42@gmail.com>
2423
2424 * gdb.base/maint.exp: Update expected output.
2425
2426 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2427
2428 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
2429 4-byte instruction on S390.
2430
2431 2014-11-19 Joel Brobecker <brobecker@adacore.com>
2432
2433 * gdb.ada/arr_arr: New testcase.
2434
2435 2014-11-19 Joel Brobecker <brobecker@adacore.com>
2436
2437 * gdb.ada/pkd_arr_elem: New Testcase.
2438
2439 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
2440
2441 * gdb.reverse/break-precsave: Expect completion message for
2442 core file reads.
2443 * gdb.reverse/consecutive-precsave.exp: Likewise.
2444 * gdb.reverse/finish-precsave.exp: Likewise.
2445 * gdb.reverse/i386-precsave.exp: Likewise.
2446 * gdb.reverse/machinestate-precsave.exp: Likewise.
2447 * gdb.reverse/sigall-precsave.exp: Likewise.
2448 * gdb.reverse/solib-precsave.exp: Likewise.
2449 * gdb.reverse/step-precsave.exp: Likewise.
2450 * gdb.reverse/until-precsave.exp: Likewise.
2451 * gdb.reverse/watch-precsave.exp: Likewise.
2452
2453 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2454
2455 * gdb.base/bp-permanent.c: Include unistd.h.
2456 * gdb.python/py-framefilter-mi.c (main): Add return type.
2457 * gdb.python/py-framefilter.c (main): Likewise.
2458 * gdb.trace/actions-changed.c (main): Likewise.
2459
2460 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2461
2462 * gdb.mi/until.c: Add eye-catchers.
2463 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
2464 line numbers.
2465
2466 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2467
2468 * gdb.base/condbreak.exp: Drop references to removed non-prototype
2469 function header variants in break1.c.
2470 * gdb.base/ena-dis-br.exp: Likewise.
2471 * gdb.base/hbreak2.exp: Likewise.
2472 * gdb.reverse/until-precsave.exp: Drop references to removed
2473 non-prototype function header variants in ur1.c.
2474 * gdb.reverse/until-reverse.exp: Likewise.
2475
2476 2014-11-17 Petr Machata <pmachata@redhat.com>
2477
2478 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
2479 ${_cu_offset_size} bytes abbrev offset.
2480
2481 2014-11-15 Doug Evans <xdje42@gmail.com>
2482
2483 PR symtab/17559
2484 * gdb.base/line-symtabs.exp: New file.
2485 * gdb.base/line-symtabs.c: New file.
2486 * gdb.base/line-symtabs.h: New file.
2487
2488 2014-11-14 Yao Qi <yao@codesourcery.com>
2489
2490 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
2491 (func): Add label func_label.
2492 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
2493 Replace low_pc and high_pc with MACRO_AT_range.
2494 Replace name, low_pc and high_pc with MACRO_AT_func.
2495
2496 2014-11-14 Yao Qi <yao@codesourcery.com>
2497
2498 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
2499 Replace name, low_pc and high_pc with MACRO_AT_func.
2500
2501 2014-11-14 Yao Qi <yao@codesourcery.com>
2502
2503 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
2504 produce debug information.
2505 * gdb.dwarf2/implptr-optimized-out.S: Removed.
2506
2507 2014-11-14 Yao Qi <yao@codesourcery.com>
2508
2509 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
2510 object and get function length.
2511 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
2512 with MACRO_AT_func.
2513 (top-level): Replace gdb_compile and clean_restart with
2514 prepare_for_testing.
2515 * gdb.dwarf2/main.c (main): Add label main_label.
2516
2517 2014-11-14 Yao Qi <yao@codesourcery.com>
2518
2519 * lib/dwarf.exp (function_range): New procedure.
2520 (Dwarf::_handle_macro_at_func): New procedure.
2521 (Dwarf::_handle_macro_at_range): New procedure.
2522 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
2523
2524 2014-11-14 Yao Qi <yao@codesourcery.com>
2525
2526 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
2527 (_handle_attribute): New procedure.
2528
2529 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2530
2531 * gdb.ada/cond_lang/foo.c (callme): Add return type.
2532 * gdb.base/call-sc.c (zed): Likewise.
2533 * gdb.base/checkpoint.c (main): Likewise.
2534 * gdb.base/dump.c (main): Likewise.
2535 * gdb.base/gcore.c (main): Likewise.
2536 * gdb.base/huge.c (main): Likewise.
2537 * gdb.base/multi-forks.c (main): Likewise.
2538 * gdb.base/pr10179-a.c (main): Likewise.
2539 * gdb.base/savedregs.c (main): Likewise.
2540 * gdb.base/sigaltstack.c (main): Likewise.
2541 * gdb.base/siginfo.c (main): Likewise.
2542 * gdb.base/structs.c (zed): Likewise.
2543 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
2544 * gdb.mi/mi-syn-frame.c (main): Likewise.
2545 * gdb.mi/until.c (foo, main): Likewise.
2546 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
2547 * gdb.base/solib-weak.c (foo): Declare.
2548 * gdb.base/attach-twice.c: Include stdio.h.
2549 * gdb.base/weaklib1.c: Likewise.
2550 * gdb.base/weaklib2.c: Likewise.
2551 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
2552 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
2553 unistd.h.
2554 * gdb.base/attach-pie-misread.c: Include stdlib.h.
2555 * gdb.mi/mi-exit-code.c: Likewise.
2556 * gdb.base/break-interp-lib.c: Include string.h.
2557 * gdb.base/coremaker.c: Likewise.
2558 * gdb.base/testenv.c: Likewise.
2559 * gdb.python/py-finish-breakpoint.c: Likewise.
2560 * gdb.base/inferior-died.c: Include sys/wait.h.
2561 * gdb.base/fileio.c: Include time.h.
2562 * gdb.base/async-shell.c: Include unistd.h.
2563 * gdb.base/dprintf-non-stop.c: Likewise.
2564 * gdb.base/info-os.c: Likewise.
2565 * gdb.mi/mi-console.c: Likewise.
2566 * gdb.mi/watch-nonstop.c: Likewise.
2567 * gdb.python/py-events.c: Likewise.
2568 * gdb.base/async.c (baz): Move up before its invocation.
2569 * gdb.base/code_elim2.c (my_global_func): Likewise.
2570 * gdb.base/skip-solib-lib.c (multiply): Likewise.
2571 * gdb.base/advance.c (func2): Likewise.
2572
2573 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2574
2575 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
2576 variant.
2577 * gdb.base/annota3.c: Likewise.
2578 * gdb.base/async.c: Likewise.
2579 * gdb.base/average.c: Likewise.
2580 * gdb.base/call-ar-st.c: Likewise.
2581 * gdb.base/call-rt-st.c: Likewise.
2582 * gdb.base/call-sc.c: Likewise.
2583 * gdb.base/call-strs.c: Likewise.
2584 * gdb.base/ending-run.c: Likewise.
2585 * gdb.base/execd-prog.c: Likewise.
2586 * gdb.base/exprs.c: Likewise.
2587 * gdb.base/foll-exec.c: Likewise.
2588 * gdb.base/foll-fork.c: Likewise.
2589 * gdb.base/foll-vfork.c: Likewise.
2590 * gdb.base/funcargs.c: Likewise.
2591 * gdb.base/gcore.c: Likewise.
2592 * gdb.base/jump.c: Likewise.
2593 * gdb.base/langs0.c: Likewise.
2594 * gdb.base/langs1.c: Likewise.
2595 * gdb.base/langs2.c: Likewise.
2596 * gdb.base/mips_pro.c: Likewise.
2597 * gdb.base/nodebug.c: Likewise.
2598 * gdb.base/opaque0.c: Likewise.
2599 * gdb.base/opaque1.c: Likewise.
2600 * gdb.base/recurse.c: Likewise.
2601 * gdb.base/run.c: Likewise.
2602 * gdb.base/scope0.c: Likewise.
2603 * gdb.base/scope1.c: Likewise.
2604 * gdb.base/setshow.c: Likewise.
2605 * gdb.base/setvar.c: Likewise.
2606 * gdb.base/shmain.c: Likewise.
2607 * gdb.base/shr1.c: Likewise.
2608 * gdb.base/shr2.c: Likewise.
2609 * gdb.base/sigall.c: Likewise.
2610 * gdb.base/signals.c: Likewise.
2611 * gdb.base/so-indr-cl.c: Likewise.
2612 * gdb.base/solib2.c: Likewise.
2613 * gdb.base/structs.c: Likewise.
2614 * gdb.base/sum.c: Likewise.
2615 * gdb.base/vforked-prog.c: Likewise.
2616 * gdb.base/watchpoint.c: Likewise.
2617 * gdb.reverse/shr2.c: Likewise.
2618 * gdb.reverse/until-reverse.c: Likewise.
2619 * gdb.reverse/ur1.c: Likewise.
2620 * gdb.reverse/watch-reverse.c: Likewise.
2621
2622 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2623
2624 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
2625 variant.
2626 * gdb.base/sepdebug.exp: Drop references to removed code.
2627
2628 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2629
2630 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
2631 variant. Preserve original line numbering.
2632 * gdb.base/list1.c: Likewise.
2633
2634 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2635
2636 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
2637 variant.
2638 * gdb.base/break1.c: Likewise.
2639 * gdb.base/break.exp: Drop references to removed code.
2640
2641 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2642
2643 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
2644 variant.
2645
2646 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2647
2648 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
2649
2650 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2651
2652 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
2653 logic into perform_all_tests() and invoke it with and without
2654 function header prototypes.
2655 (do_function_calls): Remove conditional XFAIL for PR 5318.
2656 (rerun_and_prepare): Remove duplicate code.
2657 (perform_all_tests): New. Main logic moved here.
2658
2659 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2660
2661 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
2662 code guarded by #ifdef NO_PROTOTYPES.
2663 (t_double_many_args): Likewise.
2664 (DEF_FUNC_MANY_ARGS_1): Likewise.
2665 (DEF_FUNC_VALUES_1): Likewise.
2666 (t_structs_ldc): Renamed from t_structs_fc in conditional code
2667 guarded by #ifdef PROTOTYPES.
2668
2669 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2670
2671 * gdb.mi/mi-console.c: Add eye-catcher.
2672 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
2673 instead of literal line number.
2674
2675 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2676
2677 * gdb.base/shr2.c: Add eye-catcher.
2678 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
2679 line number.
2680
2681 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2682
2683 * gdb.base/jump.c: Add eye-catchers.
2684 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
2685 numbers.
2686
2687 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2688
2689 * gdb.base/execd-prog.c: Add eye-catchers.
2690 * gdb.base/foll-exec.c: Likewise.
2691 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
2692 line numbers.
2693
2694 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2695
2696 * gdb.base/ending-run.c: Add eye-catchers.
2697 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
2698 literal line numbers.
2699
2700 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2701
2702 * gdb.base/call-rt-st.c: Add eye-catchers.
2703 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
2704 literal line numbers.
2705
2706 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2707
2708 * gdb.base/call-ar-st.c: Add eye-catchers.
2709 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
2710 literal line numbers.
2711
2712 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2713
2714 * gdb.base/average.c: Add eye-catchers.
2715 * gdb.base/sum.c: Likewise.
2716 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
2717 regexps dynamically.
2718
2719 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2720
2721 * gdb.base/solib1.c: Add eye-catchers.
2722 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
2723 literal line numbers.
2724
2725 2014-11-12 Pedro Alves <palves@redhat.com>
2726
2727 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
2728 leader has exited.
2729
2730 2014-11-12 Pedro Alves <palves@redhat.com>
2731
2732 * gdb.arch/i386-bp_permanent.c: New file.
2733 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
2734 (srcfile): Set to i386-bp_permanent.c.
2735 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
2736 that stepi does not execute the 'leave' instruction, instead of
2737 testing it does execute.
2738 * gdb.base/bp-permanent.c: New file.
2739 * gdb.base/bp-permanent.exp: New file.
2740
2741 2014-11-10 Doug Evans <xdje42@gmail.com>
2742
2743 PR symtab/17564
2744 * gdb.base/symtab-search-order.exp: New file.
2745 * gdb.base/symtab-search-order.c: New file.
2746 * gdb.base/symtab-search-order-1.c: New file.
2747 * gdb.base/symtab-search-order-shlib-1.c: New file.
2748
2749 2014-11-07 Pedro Alves <palves@redhat.com>
2750
2751 PR gdb/17511
2752 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
2753 i?86-*-linux*.
2754
2755 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
2756
2757 PR c++/17494
2758 * gdb.cp/pr17494.cc: New file.
2759 * gdb.cp/pr17494.exp: New file.
2760
2761 2014-11-02 Yao Qi <yao@codesourcery.com>
2762
2763 * gdb.python/python.exp: Get working directory and match the
2764 output of "set extended-prompt \\w " with it.
2765
2766 2014-10-30 Doug Evans <dje@google.com>
2767
2768 * gdb.python/py-objfile.exp: Add tests for setting random attributes
2769 in objfiles.
2770 * gdb.python/py-progspace.exp: Add tests for setting random attributes
2771 in progspaces.
2772
2773 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
2774
2775 * gdb.base/fullpath-expand.exp: Skip for a remote host.
2776 * gdb.base/realname-expand.exp: Likewise.
2777 * gdb.linespec/macro-relative.exp: Likewise.
2778
2779 2014-10-29 Pedro Alves <palves@redhat.com>
2780
2781 PR gdb/17408
2782 * gdb.threads/schedlock.c (some_function): New function.
2783 (call_function): New global.
2784 (MAYBE_CALL_SOME_FUNCTION): New macro.
2785 (thread_function): Call it.
2786 * gdb.threads/schedlock.exp (get_args): Add description parameter,
2787 and use it instead of a global counter. Adjust all callers.
2788 (get_current_thread): Use "find current thread" for test message
2789 here rather than having all callers pass down the same string.
2790 (goto_loop): New procedure, factored out from ...
2791 (my_continue): ... this.
2792 (step_ten_loops): Change parameter from test message to command to
2793 use. Adjust.
2794 (list_count): Delete global.
2795 (check_result): New procedure, factored out from duplicate top
2796 level code.
2797 (continue tests): Wrap in with_test_prefix.
2798 (test_step): New procedure, factored out from duplicate top level
2799 code.
2800 (top level): Test "step" in combination with all scheduler-locking
2801 modes. Test "next" in combination with all scheduler-locking
2802 modes, and in combination with stepping over a function call or
2803 not.
2804 * gdb.threads/next-bp-other-thread.c: New file.
2805 * gdb.threads/next-bp-other-thread.exp: New file.
2806
2807 2014-10-29 Pedro Alves <palves@redhat.com>
2808
2809 PR python/17372
2810 * gdb.python/python.exp: Test a multi-line command that spawns
2811 interactive Python.
2812 * gdb.base/multi-line-starts-subshell.exp: New file.
2813
2814 2014-10-29 Yao Qi <yao@codesourcery.com>
2815
2816 * gdb.base/fileio.exp: Make directories on host.
2817
2818 2014-10-29 Yao Qi <yao@codesourcery.com>
2819
2820 * gdb.base/fileio.c (test_write): Close the file.
2821
2822 2014-10-28 Pedro Alves <palves@redhat.com>
2823
2824 PR gdb/12623
2825 * gdb.base/sigstep.c (no_handler): New global.
2826 (main): If 'no_handler is true, set the signal handlers to
2827 SIG_IGN.
2828 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
2829 with_sw_watch and no_handler parameters. Handle them.
2830 (top level) <stepping over handler when stopped at a breakpoint
2831 test>: Add a test axis for testing with a software watchpoint, and
2832 another for testing with the signal handler set to SIG_IGN.
2833 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
2834 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
2835
2836 2014-10-28 Pedro Alves <palves@redhat.com>
2837
2838 PR gdb/17511
2839 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
2840 * gdb.base/sigstep.exp (other_handler_location): New global.
2841 (advance): Support stepping into the signal handler, and running
2842 commands while in the handler.
2843 (in_handler_map): New global.
2844 (top level): In the advance test, add combinations for getting
2845 into the handler with stepping commands, and for running commands
2846 in the handler. Add comment descripting the advancei tests.
2847
2848 2014-10-28 Pedro Alves <palves@redhat.com>
2849
2850 * gdb.base/sigstep.exp: Use build_executable instead of
2851 prepare_for_testing.
2852 (top level): Move code that starts GDB, runs to main and creates a
2853 display to ...
2854 (restart): ... this new procedure.
2855 (top level): Move backtrace from signal handler test to ...
2856 (validate_backtrace): ... this new procedure.
2857 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
2858 with_test_prefix. Always restart GDB.
2859 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
2860 with_test_prefix. Always restart GDB. No need to delete
2861 breakpoints after the test.
2862 (test_skip_handler): Remove prefix parameter.
2863 (skip_over_handler, breakpoint_to_handler)
2864 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
2865 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
2866 restart GDB. No need to delete breakpoints after the test.
2867 (top level): Use foreach to call the test procedures with
2868 different commands.
2869
2870 2014-10-28 Pedro Alves <palves@redhat.com>
2871
2872 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
2873 instead of GNATS numbers.
2874 * gdb.base/sigbpt.exp: Likewise.
2875 * gdb.base/siginfo.exp: Likewise.
2876 * gdb.base/sigstep.exp: Likewise.
2877
2878 2014-10-27 Pedro Alves <palves@redhat.com>
2879
2880 * gdb.base/sigstep.c (dummy): New global.
2881 (main): Issue a couple writes to the new global.
2882 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
2883 procedures.
2884 (skip_over_handler): Use test_skip_handler.
2885 (top level): Call skip_over_handler for stepi and nexti too.
2886 (breakpoint_over_handler): Use test_skip_handler.
2887 (top level): Call breakpoint_over_handler for stepi and nexti too.
2888
2889 2014-10-27 Yao Qi <yao@codesourcery.com>
2890
2891 * gdb.trace/tfile.c (adjust_function_address)
2892 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
2893 function descriptor.
2894
2895 2014-10-24 Don Breazeal <donb@codesourcery.com>
2896
2897 * gdb.base/foll-fork.exp (test_follow_fork,
2898 catch_fork_child_follow): Check for updated fork messages emitted
2899 from infrun.c.
2900 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
2901 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
2902 vfork_and_exec_child_follow_through_step): Check for updated vfork
2903 messages emitted from infrun.c.
2904
2905 2014-10-24 Pedro Alves <palves@redhat.com>
2906
2907 * gdb.base/corefile.exp: Remove references to ultrix.
2908 * gdb.base/interrupt.exp: Likewise.
2909 * gdb.base/whatis.exp: Likewise.
2910 * gdb.gdb/selftest.exp: Likewise.
2911 * gdb.threads/manythreads.exp: Likewise.
2912 * gdb.threads/print-threads.exp: Likewise.
2913 * gdb.threads/pthreads.exp:: Likewise.
2914 * gdb.threads/schedlock.exp: Likewise.
2915
2916 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
2917
2918 * gdb.cp/non-trivial-retval.cc: Add a test case.
2919 * gdb.cp/non-trivial-retval.exp: Add a test.
2920
2921 2014-10-20 Yao Qi <yao@codesourcery.com>
2922
2923 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
2924 * gdb.python/py-objfile-script-gdb.py: New file.
2925 * gdb.python/py-objfile-script.exp: Update reference to
2926 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
2927 of remote_download. Remove the dest file.
2928
2929 2014-10-20 Yao Qi <yao@codesourcery.com>
2930
2931 * gdb.base/checkpoint.exp: Don't remove file copied on host.
2932 * gdb.base/step-line.exp: Likewise.
2933 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2934 * gdb.dwarf2/dw2-basic.exp: Likewise.
2935 * gdb.dwarf2/dw2-compressed.exp: Likewise.
2936 * gdb.dwarf2/dw2-filename.exp: Likewise.
2937 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2938 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2939 * gdb.dwarf2/dw2-producer.exp: Likewise.
2940 * gdb.dwarf2/mac-fileno.exp: Likewise.
2941 * gdb.python/py-frame-args.exp: Likewise.
2942 * gdb.python/py-framefilter.exp: Likewise.
2943 * gdb.python/py-mi.exp: Likewise.
2944 * gdb.python/py-objfile-script.exp: Likewise
2945 * gdb.python/py-pp-integral.exp: Likewise.
2946 * gdb.python/py-pp-re-notag.exp: Likewise.
2947 * gdb.python/py-prettyprint.exp: Likewise.
2948 * gdb.python/py-section-script.exp: Likewise.
2949 * gdb.python/py-typeprint.exp: Likewise.
2950 * gdb.python/py-xmethods.exp: Likewise.
2951 * gdb.stabs/weird.exp: Likewise.
2952 * gdb.xml/tdesc-regs.exp: Likewise.
2953
2954 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
2955
2956 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
2957 (out_cu): Use addr_len for the size of addresses.
2958 (out_line): Likewise. Size DW_LNE_set_address instruction
2959 according to addr_len.
2960 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
2961 (FUNC): Add START_INSNS to definition.
2962
2963 2014-10-18 Yao Qi <yao@codesourcery.com>
2964
2965 * gdb.base/argv0-symlink.exp: Check argv[0] value if
2966 gdb_has_argv0 return true.
2967 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
2968 check [target_info exists noargs], check [gdb_has_argv0]
2969 instead.
2970 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2971 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
2972 procedures.
2973
2974 2014-10-17 Doug Evans <dje@google.com>
2975
2976 * gdb.python/py-events.exp: Update expected output for clear_objfiles
2977 event.
2978 * gdb.python/py-events.py: Add clear_objfiles event.
2979
2980 2014-10-17 Doug Evans <dje@google.com>
2981
2982 * gdb.python/py-objfile.exp: Test progspace attribute.
2983
2984 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
2985
2986 * gdb.guile/scm-breakpoint.exp: Do not assume any
2987 directory separators when matching source file paths.
2988 * gdb.python/py-breakpoint.exp: Likewise.
2989 * gdb.reverse/break-precsave.exp: Likewise.
2990 * gdb.reverse/break-reverse.exp: Likewise.
2991 * gdb.reverse/consecutive-precsave.exp: Likewise.
2992 * gdb.reverse/finish-precsave.exp: Likewise.
2993 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
2994 * gdb.reverse/finish-reverse.exp: Likewise.
2995 * gdb.reverse/i386-precsave.exp: Likewise.
2996 * gdb.reverse/i387-env-reverse.exp: Likewise.
2997 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2998 * gdb.reverse/machinestate-precsave.exp: Likewise.
2999 * gdb.reverse/machinestate.exp: Likewise.
3000 * gdb.reverse/sigall-precsave.exp: Likewise.
3001 * gdb.reverse/solib-precsave.exp: Likewise.
3002 * gdb.reverse/step-precsave.exp: Likewise.
3003 * gdb.reverse/until-precsave.exp: Likewise.
3004 * gdb.reverse/watch-precsave.exp: Likewise.
3005 * gdb.reverse/watch-reverse.exp: Likewise.
3006
3007 2014-10-17 Yao Qi <yao@codesourcery.com>
3008
3009 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
3010 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
3011
3012 2014-10-17 Pedro Alves <palves@redhat.com>
3013
3014 PR gdb/17471
3015 * gdb.base/bg-execution-repeat.c: New file.
3016 * gdb.base/bg-execution-repeat.exp: New file.
3017
3018 2014-10-17 Pedro Alves <palves@redhat.com>
3019
3020 PR gdb/17300
3021 * gdb.base/continue-all-already-running.c: New file.
3022 * gdb.base/continue-all-already-running.exp: New file.
3023
3024 2014-10-17 Pedro Alves <palves@redhat.com>
3025
3026 PR gdb/17472
3027 * gdb.base/annota-input-while-running.c: New file.
3028 * gdb.base/annota-input-while-running.exp: New file.
3029
3030 2014-10-17 Pedro Alves <palves@redhat.com>
3031
3032 * gdb.base/callfuncs.exp: emove references to osf.
3033 * gdb.base/sigall.exp: Likewise.
3034 * gdb.gdb/selftest.exp: Likewise.
3035 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
3036 * gdb.mi/non-stop.c: Likewise.
3037 * gdb.mi/pthreads.c: Likewise.
3038 * gdb.reverse/sigall-precsave.exp: Likewise.
3039 * gdb.reverse/sigall-reverse.exp: Likewise.
3040 * gdb.threads/pthreads.c: Likewise.
3041 * gdb.threads/pthreads.exp: Likewise.
3042
3043 2014-10-17 Yao Qi <yao@codesourcery.com>
3044
3045 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
3046 check 'target_info exists noargs'.
3047 (test_command_prompt_position): Likewise.
3048 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
3049 Remove "set args".
3050 (progvar_simple_while_test): Likewise.
3051 (progvar_complex_if_while_test): Likewise.
3052 (if_while_breakpoint_command_test): Likewise.
3053 (infrun_breakpoint_command_test): Likewise.
3054 (breakpoint_command_test): Likewise.
3055 (watchpoint_command_test): Likewise.
3056 (bp_deleted_in_command_test): Likewise.
3057 (temporary_breakpoint_commands): Likewise.
3058
3059 2014-10-16 Yao Qi <yao@codesourcery.com>
3060
3061 * gdb.base/remotetimeout.exp: Remove noargs checking.
3062
3063 2014-10-15 Pedro Alves <palves@redhat.com>
3064
3065 PR breakpoints/9649
3066 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
3067 * gdb.base/breakpoint-in-ro-region.exp
3068 (probe_target_hardware_step): New procedure.
3069 (top level): Probe hardware stepping and hardware breakpoint
3070 support. Test stepping through a read-only region, with both
3071 "breakpoint auto-hw" on and off and both "always-inserted" on and
3072 off.
3073
3074 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
3075
3076 * gdb.dlang/demangle.exp: Update for demangling changes.
3077
3078 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
3079
3080 * gdb.cp/non-trivial-retval.cc: Add new test cases.
3081 * gdb.cp/non-trivial-retval.exp: Add new tests.
3082
3083 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
3084
3085 PR c++/13403
3086 PR c++/15154
3087 * gdb.cp/non-trivial-retval.cc: New file.
3088 * gdb.cp/non-trivial-retval.exp: New file.
3089
3090 2014-10-15 Yao Qi <yao@codesourcery.com>
3091
3092 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
3093 remote host.
3094
3095 2014-10-15 Yao Qi <yao@codesourcery.com>
3096
3097 * gdb.python/py-symbol.exp: Match file base name if host is
3098 remote, otherwise match file name with dir name.
3099 * gdb.python/py-symtab.exp: Likewise.
3100 * gdb.python/python.exp: Likewise.
3101
3102 2014-10-15 Yao Qi <yao@codesourcery.com>
3103
3104 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
3105 pattern.
3106 * gdb.python/py-symtab.exp: Likewise.
3107 * gdb.python/python.exp: Remove trailing ".*". Fix typo
3108 locationn.
3109
3110 2014-10-14 Joel Brobecker <brobecker@adacore.com>
3111
3112 * gdb.ada/addr_arith: New testcase.
3113
3114 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
3115
3116 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
3117 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
3118 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
3119 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
3120
3121 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
3122
3123 * gdb.arch/stap-eval-lang-ada.S: Likewise.
3124 * gdb.arch/stap-eval-lang-ada.c: Likewise.
3125 * gdb.arch/stap-eval-lang-ada.exp: New file.
3126
3127 2014-10-14 Yao Qi <yao@codesourcery.com>
3128
3129 * gdb.mi/mi-var-child.c (nothing1): New function.
3130 (nothing2): New function.
3131 (do_children_tests): Set function pointers by nothing1 and
3132 nothing2.
3133 * gdb.mi/mi-var-child.exp: Step over new added statements.
3134 Update test to match the new output.
3135 * gdb.mi/var-cmd.c (nothing1): New function.
3136 (nothing2): New function.
3137 (do_children_tests): Set function pointers by nothing1 and
3138 nothing2.
3139 * gdb.mi/mi-var-display.exp: Update test to match output.
3140 Step to the line specified by $line_dct_nothing.
3141 Increase the number of lines to step.
3142
3143 2014-10-14 Yao Qi <yao@codesourcery.com>
3144
3145 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
3146 tests.
3147 * gdb.mi/mi2-var-child.exp: Likewise.
3148
3149 2014-10-13 Doug Evans <dje@google.com>
3150
3151 * gdb.python/py-objfile.exp: Change name of file name test.
3152
3153 2014-10-13 Doug Evans <dje@google.com>
3154
3155 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
3156 from the start of the CU.
3157
3158 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3159 Yao Qi <yao@codesourcery.com>
3160
3161 Fix "save breakpoints" for "catch" command.
3162 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
3163 Remove -nonewline. Match also the added "main" line.
3164
3165 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3166
3167 Fix "save breakpoints" for "disable $bpnum" command.
3168 * gdb.base/save-bp.c (main): Add label.
3169 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
3170
3171 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3172
3173 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
3174
3175 2014-10-11 Yao Qi <yao@codesourcery.com>
3176
3177 * gdb.server/server-kill.exp: Execute command
3178 "set remote trace-status-packet on" before "tstatus".
3179
3180 2014-10-11 Yao Qi <yao@codesourcery.com>
3181
3182 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
3183 (main): Call getppid.
3184 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
3185 and continue to it. Read variable "server_pid".
3186
3187 2014-10-11 Yao Qi <yao@codesourcery.com>
3188
3189 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
3190
3191 2014-10-11 Yao Qi <yao@codesourcery.com>
3192
3193 * gdb.threads/thread-find.exp: Don't execute command
3194 "info threads".
3195 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
3196 * gdb.threads/linux-dp.exp: Don't check the condition
3197 $threads_created equals to zero.
3198
3199 2014-10-10 Pedro Alves <palves@redhat.com>
3200
3201 * gdb.base/bigcore.exp: Remove references to IRIX.
3202 * gdb.base/funcargs.exp: Likewise.
3203 * gdb.base/interrupt.exp: Likewise.
3204 * gdb.base/mips_pro.exp: Likewise.
3205 * gdb.base/nodebug.exp: Likewise.
3206 * gdb.base/setvar.exp: Likewise.
3207 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
3208
3209 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3210 Pedro Alves <palves@redhat.com>
3211
3212 PR symtab/14466
3213 * gdb.base/vdso-warning.c: New file.
3214 * gdb.base/vdso-warning.exp: New file.
3215
3216 2014-10-02 Doug Evans <dje@google.com>
3217
3218 * gdb.base/structs.c (main): Don't run forever.
3219
3220 2014-10-02 Pedro Alves <palves@redhat.com>
3221
3222 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
3223 (top level) <stop threads 1, stop threads 2>: Use it.
3224
3225 2014-10-02 Pedro Alves <palves@redhat.com>
3226
3227 * gdb.threads/break-while-running.exp (test): Add new
3228 'update_thread_list' argument. Skip "info threads" if false.
3229 (top level): Add new 'update_thread_list' axis.
3230
3231 2014-10-02 Pedro Alves <palves@redhat.com>
3232
3233 PR breakpoints/17431
3234 * gdb.base/execl-update-breakpoints.c: New file.
3235 * gdb.base/execl-update-breakpoints.exp: New file.
3236
3237 2014-10-01 Pedro Alves <palves@redhat.com>
3238
3239 * gdb.base/breakpoint-in-ro-region.c: New file.
3240 * gdb.base/breakpoint-in-ro-region.exp: New file.
3241
3242 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
3243
3244 * gdb.mi/mi-exit-code.exp: New file.
3245 * gdb.mi/mi-exit-code.c: New file.
3246
3247 2014-09-30 Yao Qi <yao@codesourcery.com>
3248
3249 * lib/prelink-support.exp (build_executable_own_libs): Error if
3250 the target isn't native.
3251
3252 2014-09-30 Yao Qi <yao@codesourcery.com>
3253
3254 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
3255 false.
3256
3257 2014-09-22 Pedro Alves <palves@redhat.com>
3258
3259 * gdb.threads/break-while-running.exp: New file.
3260 * gdb.threads/break-while-running.c: New file.
3261
3262 2014-09-19 Yao Qi <yao@codesourcery.com>
3263
3264 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
3265 Invoke test. Restart GDB with --readnow and invoke test again.
3266
3267 2014-09-19 Yao Qi <yao@codesourcery.com>
3268
3269 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
3270 proc set_breakpoint_on_gcd_function. Invoke
3271 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
3272 invoke set_breakpoint_on_gcd_function again.
3273
3274 2014-09-18 Doug Evans <dje@google.com>
3275
3276 * gdb.dwarf2/symtab-producer.exp: New file.
3277
3278 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3279
3280 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
3281 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
3282 * gdb.base/global-var-nested-by-dso.c: Likewise.
3283 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3284
3285 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3286 Pedro Alves <palves@redhat.com>
3287
3288 * gdb.base/watch-bitfields.exp: Pass string other than test file
3289 name to prepare_for_testing.
3290 (watch): New procedure.
3291 (expect_watchpoint): Use with_test_prefix.
3292 (top level): Factor out tests to ...
3293 (test_watch_location, test_regular_watch): ... these new
3294 procedures, and use with_test_prefix and gdb_continue_to_end.
3295
3296 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
3297
3298 PR breakpoints/12526
3299 * gdb.base/watch-bitfields.exp: New file.
3300 * gdb.base/watch-bitfields.c: New file.
3301
3302 2014-09-16 Pedro Alves <palves@redhat.com>
3303
3304 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
3305 software and hardware addresses, not software address against
3306 itself.
3307
3308 2014-09-16 Pedro Alves <palves@redhat.com>
3309
3310 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
3311 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
3312
3313 2014-09-16 Pedro Alves <palves@redhat.com>
3314
3315 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
3316 files.
3317 * gdb.base/a2-run.exp: Remove all code guarded by istarget
3318 "*-*-vxworks*" throughout.
3319 * gdb.base/break.exp: Likewise.
3320 * gdb.base/default.exp: Likewise.
3321 * gdb.base/scope.exp: Likewise.
3322 * gdb.base/sepdebug.exp: Likewise.
3323 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
3324 throughout.
3325 * gdb.base/run.c: Likewise.
3326 * gdb.base/sepdebug.c: Likewise.
3327 * gdb.hp/gdb.aCC/run.c: Likewise.
3328 * gdb.reverse/until-reverse.c: Likewise.
3329 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
3330
3331 2014-09-16 Yao Qi <yao@codesourcery.com>
3332
3333 * boards/local-remote-host-native.exp: New file.
3334
3335 2014-09-14 Doug Evans <xdje42@gmail.com>
3336
3337 * gdb.threads/queue-signal.c (thread_count): New variable.
3338 (thread_count_mutex, thread_count_condvar): New variables.
3339 (incr_thread_count, wait_all_threads_running): New functions.
3340 (main): Wait for all threads to be in their thread functions.
3341
3342 2014-09-13 Doug Evans <xdje42@gmail.com>
3343
3344 * gdb.threads/queue-signal.c: New file.
3345 * gdb.threads/queue-signal.exp: New file.
3346
3347 2014-09-13 Doug Evans <xdje42@gmail.com>
3348
3349 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
3350 be consistent with what default_gdb_init uses.
3351 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
3352 the plain text of the prompt. Add some logging printfs.
3353 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
3354
3355 2014-09-12 Pedro Alves <palves@redhat.com>
3356
3357 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
3358 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
3359 * gdb.arch/i386-size-overlap.exp: Likewise.
3360 * gdb.arch/i386-size.exp: Likewise.
3361 * gdb.arch/i386-unwind.exp: Likewise.
3362 * gdb.base/a2-run.exp: Likewise.
3363 * gdb.base/break.exp: Likewise.
3364 * gdb.base/charset.exp: Likewise.
3365 * gdb.base/chng-syms.exp: Likewise.
3366 * gdb.base/commands.exp: Likewise.
3367 * gdb.base/dbx.exp: Likewise.
3368 * gdb.base/find.exp: Likewise.
3369 * gdb.base/funcargs.exp: Likewise.
3370 * gdb.base/jit-simple.exp: Likewise.
3371 * gdb.base/reread.exp: Likewise.
3372 * gdb.base/sepdebug.exp: Likewise.
3373 * gdb.base/step-bt.exp: Likewise.
3374 * gdb.cp/mb-inline.exp: Likewise.
3375 * gdb.cp/mb-templates.exp: Likewise.
3376 * gdb.objc/basicclass.exp: Likewise.
3377 * gdb.threads/killed.exp: Likewise.
3378
3379 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3380
3381 PR tdep/17379
3382 * gdb.arch/powerpc-stackless.S: New file.
3383 * gdb.arch/powerpc-stackless.exp: New file.
3384
3385 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3386
3387 * gdb.base/attach.c: Include unistd.h.
3388 (main): Call alarm. Add label postloop.
3389 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
3390 gdb_breakpoint, gdb_continue_to_breakpoint.
3391 (test_command_line_attach_run): Kill ${testpid} in one exit path.
3392
3393 2014-09-11 Pedro Alves <palves@redhat.com>
3394
3395 PR gdb/17347
3396 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
3397 * gdb.base/attach.exp (test_command_line_attach_run): New
3398 procedure.
3399 (top level): Call it.
3400
3401 2014-09-11 Pedro Alves <palves@redhat.com>
3402
3403 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
3404 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
3405 (do_command_attach_tests): Use spawn_wait_for_attach.
3406 * gdb.base/solib-overlap.exp: Likewise.
3407 * gdb.multi/multi-attach.exp: Likewise.
3408 * gdb.python/py-prompt.exp: Likewise.
3409 * gdb.python/py-sync-interp.exp: Likewise.
3410 * gdb.server/ext-attach.exp: Likewise.
3411
3412 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
3413
3414 * gdb.fortran/array-element.exp: Remove unexpected "continue"
3415 command in testcase. Simplify testcase.
3416
3417 2014-09-10 Joel Brobecker <brobecker@adacore.com>
3418
3419 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
3420
3421 2014-09-10 Joel Brobecker <brobecker@adacore.com>
3422
3423 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
3424
3425 2014-09-10 Joel Brobecker <brobecker@adacore.com>
3426
3427 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
3428
3429 2014-09-10 Joel Brobecker <brobecker@adacore.com>
3430
3431 * gdb.dwarf2/dynarr-ptr.c: New file.
3432 * gdb.dwarf2/dynarr-ptr.exp: New file.
3433
3434 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3435
3436 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
3437 of 30 rather than hardcoding 120 for a slow test case. Take the
3438 `gdb,timeout' target setting into account for this calculation.
3439 Don't extend the timeout for the test cases that don't need it.
3440
3441 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3442
3443 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
3444 a factor of 2 for a slow test case. Take the `gdb,timeout'
3445 target setting into account for this calculation.
3446 * gdb.reverse/until-precsave.exp: Increase the timeout by
3447 a factor of 15 and 3 respectively rather than adding 120
3448 for a pair of slow test cases. Take the `gdb,timeout'
3449 target setting into account for this calculation.
3450
3451 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3452
3453 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
3454 timeout, don't pass one down to gdb_expect.
3455 (gdb_expect): Rework timeout selection.
3456
3457 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3458
3459 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
3460 exception on timeout.
3461 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
3462 (gdbserver_start_extended): Catch any `gdbserver_start' error
3463 exceptions.
3464 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
3465 * lib/mi-support.exp (mi_gdb_target_load): Catch any
3466 `gdbserver_gdb_load' error exceptions.
3467
3468 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3469
3470 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
3471 120 on waiting for the TCP socket to open.
3472
3473 2014-09-09 Doug Evans <xdje42@gmail.com>
3474
3475 * gdb.base/default.exp (show_conv_list): Add _caller_is,
3476 _caller_matches, _any_caller_is, _any_caller_matches.
3477
3478 2014-09-09 Doug Evans <xdje42@gmail.com>
3479
3480 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
3481
3482 2014-09-09 Yao Qi <yao@codesourcery.com>
3483
3484 * gdb.mi/mi-var-display.exp: Set print symbol off.
3485
3486 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
3487
3488 PR gdb/17035
3489 * gdb.base/commands.exp: Add tests to verify user-defined
3490 commands with empty bodies.
3491 * gdb.python/py-cmd.exp: Test that we don't show user-defined
3492 python commands in `show user command`.
3493 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
3494 scheme commands in `show user command`.
3495
3496 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3497
3498 PR python/17355
3499 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
3500 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
3501 * gdb.python/py-framefilter-invalidarg.exp: New file.
3502 * gdb.python/py-framefilter-invalidarg.py: New file.
3503
3504 2014-09-06 Doug Evans <xdje42@gmail.com>
3505
3506 PR 15276
3507 * gdb.python/py-caller-is.c: New file.
3508 * gdb.python/py-caller-is.exp: New file.
3509
3510 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
3511
3512 PR gdb/17235
3513 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
3514 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
3515
3516 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
3517
3518 PR fortran/17237
3519 * gdb.fortran/print-formatted.exp: New file.
3520 * gdb.fortran/print-formatted.f90: Likewise.
3521
3522 2014-09-03 Sasha Smundak <asmundak@google.com>
3523
3524 * gdb.python/py-frame.exp: Test Frame.read_register.
3525
3526 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
3527
3528 PR python/16699
3529 * gdb.python/py-completion.exp: New file.
3530 * gdb.python/py-completion.py: Likewise.
3531
3532 2014-08-28 Doug Evans <dje@google.com>
3533
3534 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
3535 eax,etc. are live with values set by gdb and thus the compiler can't
3536 use them.
3537 * gdb.arch/i386-pseudo.c (main): Ditto.
3538
3539 2014-08-27 Doug Evans <dje@google.com>
3540
3541 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
3542
3543 2014-08-25 Doug Evans <dje@google.com>
3544
3545 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
3546 (main): Ditto.
3547
3548 2014-08-25 Doug Evans <dje@google.com>
3549
3550 * gdb.threads/thread-execl.exp: #include <stdio.h>.
3551
3552 2014-08-24 Yao Qi <yao@codesourcery.com>
3553
3554 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
3555 symbol off.
3556 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
3557
3558 2014-08-22 Doug Evans <dje@google.com>
3559
3560 PR 17276
3561 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
3562 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
3563 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
3564
3565 2014-08-22 Yao Qi <yao@codesourcery.com>
3566
3567 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
3568 * gdb.python/py-finish-breakpoint2.exp: Likewise.
3569 * gdb.python/python.exp: Likewise. Use .py file on the host
3570 instead of the build.
3571
3572 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3573
3574 * gdb.threads/gcore-stale-thread.c: New file.
3575 * gdb.threads/gcore-stale-thread.exp: New file.
3576
3577 2014-08-21 Pedro Alves <palves@redhat.com>
3578
3579 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
3580 * gdb.base/gcore-relro-pie.exp: Likewise.
3581 * gdb.base/gcore-relro.exp: Likewise.
3582 * gdb.base/gcore.exp: Likewise.
3583 * gdb.base/print-symbol-loading.exp: Likewise.
3584 * gdb.threads/gcore-thread.exp: Likewise.
3585 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
3586
3587 2014-08-20 Pedro Alves <palves@redhat.com>
3588 Jan Kratochvil <jan.kratochvil@redhat.com>
3589
3590 * Makefile.in (EXTRA_RULES, CC): New variables, get from
3591 configure.
3592 (EXPECT): Handle READ1 being set.
3593 (all): Depend on EXTRA_RULES.
3594 (check-read1, expect-read1, read1.so, read1): New rules.
3595 * README (Testsuite Parameters): Document the READ1 make variable.
3596 (Race detection): New section.
3597 * configure: Regenerate.
3598 * configure.ac: If build==host==target, and running under a
3599 GNU/glibc system, add read1 to the extra Makefile rules.
3600 (EXTRA_RULES): AC_SUBST it.
3601 * lib/read1.c: New file.
3602
3603 2014-08-20 Joel Brobecker <brobecker@adacore.com>
3604
3605 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
3606 the handling of variables declared as a typedef to an array
3607 which a DW_AT_data_location attribute.
3608
3609 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
3610 Pedro Alves <palves@redhat.com>
3611
3612 PR symtab/14604
3613 PR symtab/14605
3614 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
3615 gdb_test.
3616
3617 2014-08-19 Pedro Alves <palves@redhat.com>
3618
3619 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
3620
3621 2014-08-19 Yao Qi <yao@codesourcery.com>
3622
3623 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
3624 right line.
3625
3626 2014-08-18 David Blaikie <dblaikie@gmail.com>
3627
3628 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
3629
3630 2014-08-18 Joel Brobecker <brobecker@adacore.com>
3631
3632 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
3633 attribute in array range.
3634
3635 2014-08-18 Joel Brobecker <brobecker@adacore.com>
3636
3637 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
3638
3639 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3640
3641 PR c++/17132
3642 * gdb.cp/pr17132.cc: New file.
3643 * gdb.cp/pr17132.exp: New file.
3644
3645 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3646
3647 * gdb.python/py-xmethods.py (A_getarrayind)
3648 (E_method_char_worker.__call__, E_method_int_worker.__call__):
3649 Use 'print' with function call syntax.
3650 (E_method_matcher.match): Fix tab vs space indentation mixup.
3651
3652 2014-08-15 Yao Qi <yao@codesourcery.com>
3653
3654 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
3655 false.
3656
3657 2014-08-15 Yao Qi <yao@codesourcery.com>
3658
3659 * gdb.cp/casts.exp: Set print symbol off.
3660 * gdb.cp/class2.exp: Likewise.
3661 * gdb.cp/overload.exp: Likewise.
3662 * gdb.cp/templates.exp: Likewise.
3663
3664 2014-08-11 Doug Evans <dje@google.com>
3665
3666 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3667 (test_load_shlib): Update.
3668
3669 2014-08-09 Yao Qi <yao@codesourcery.com>
3670
3671 * gdb.base/display.exp: Invoke is_address_zero_readable.
3672 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
3673 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3674 * gdb.base/hbreak-unmapped.exp: Return if
3675 is_address_zero_readable returns true.
3676 * gdb.base/signest.exp: Likewise.
3677 * gdb.base/signull.exp: Likewise.
3678 * gdb.base/sigbpt.exp: Likewise.
3679 * gdb.guile/scm-disasm.exp: Do the test if
3680 is_address_zero_readable returns false.
3681 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
3682 * gdb.python/py-arch.exp: Likewise.
3683 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
3684 * lib/gdb.exp (is_address_zero_readable): New proc.
3685
3686 2014-08-09 Yao Qi <yao@codesourcery.com>
3687
3688 PR testsuite/13443
3689 * gdb.mi/mi-var-display.exp: Make test messages unique.
3690
3691 2014-08-04 Tom Tromey <tromey@redhat.com>
3692
3693 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
3694 target 0".
3695
3696 2014-08-04 Tom Tromey <tromey@redhat.com>
3697
3698 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
3699 "target_resume".
3700
3701 2014-08-01 Joel Brobecker <brobecker@adacore.com>
3702
3703 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
3704 inner_vla_struct_object_size.
3705 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
3706 as xfail.
3707
3708 2014-07-30 Pedro Alves <palves@redhat.com>
3709
3710 * gdb.threads/signal-command-handle-nopass.exp (test): Add
3711 comment.
3712
3713 2014-07-29 Yao Qi <yao@codesourcery.com>
3714
3715 PR gdb/17206
3716 * gdb.base/until-nodebug.exp: New.
3717
3718 2014-07-28 Doug Evans <xdje42@gmail.com>
3719
3720 PR guile/17203
3721 * gdb.guile/scm-parameter.exp: Add tests for trying to create
3722 previously existing parameter, and previously ambiguously spelled
3723 parameter.
3724
3725 2014-07-28 Will Newton <will.newton@linaro.org>
3726
3727 * gdb.base/varargs.exp: Remove KFAILs for ARM.
3728
3729 2014-07-26 Ludovic Courtès <ludo@gnu.org>
3730 Doug Evans <xdje42@gmail.com>
3731
3732 PR guile/17146
3733 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
3734
3735 2014-07-25 Pedro Alves <palves@redhat.com>
3736
3737 * gdb.threads/signal-command-handle-nopass.c: New file.
3738 * gdb.threads/signal-command-handle-nopass.exp: New file.
3739 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
3740 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
3741 * gdb.threads/signal-delivered-right-thread.c: New file.
3742 * gdb.threads/signal-delivered-right-thread.exp: New file.
3743
3744 2014-07-25 Pedro Alves <palves@redhat.com>
3745
3746 * gdb.base/double-prompt-target-event-error.exp
3747 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
3748 match.
3749 (cancel_pagination_in_target_event): Rework double prompt
3750 detection.
3751 * gdb.base/paginate-after-ctrl-c-running.exp
3752 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
3753 <return>' match.
3754 * gdb.base/paginate-bg-execution.exp
3755 (test_bg_execution_pagination_return)
3756 (test_bg_execution_pagination_cancel): Remove '-notransfer
3757 <return>' matches.
3758 * gdb.base/paginate-execution-startup.exp
3759 (test_fg_execution_pagination_return)
3760 (test_fg_execution_pagination_cancel): Remove '-notransfer
3761 <return>' matches.
3762 * gdb.base/paginate-inferior-exit.exp
3763 (test_paginate_inferior_exited): Remove '-notransfer <return>'
3764 match.
3765 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
3766 * lib/gdb.exp (pagination_prompt): Run text through
3767 string_to_regexp.
3768 (gdb_test_multiple): Match $pagination_prompt instead of
3769 "<return>".
3770 (string_to_regexp): Move to lib/gdb-utils.exp.
3771
3772 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3773
3774 * gdb.arch/amd64-entry-value-paramref.S: New file.
3775 * gdb.arch/amd64-entry-value-paramref.cc: New file.
3776 * gdb.arch/amd64-entry-value-paramref.exp: New file.
3777 * gdb.arch/amd64-optimout-repeat.S: New file.
3778 * gdb.arch/amd64-optimout-repeat.c: New file.
3779 * gdb.arch/amd64-optimout-repeat.exp: New file.
3780
3781 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3782
3783 PR gdb/17170
3784 * gdb.base/statistics.exp: New file.
3785
3786 2014-07-17 Doug Evans <dje@google.com>
3787
3788 PR gdb/17170
3789 * gdb.base/maint.exp: Update testing of per-command stats.
3790
3791 2014-07-16 Pedro Alves <palves@redhat.com>
3792
3793 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
3794 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
3795 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
3796 (tfile_write_buf): New functions.
3797 (add_memory_block): Rewrite using the above.
3798 (adjust_function_address): New function.
3799 (FUNCTION_ADDRESS): New macro.
3800 (write_basic_trace_file): Remove short_x local, and use
3801 tfile_write_16. Change type of func_addr local to unsigned long
3802 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
3803 here. Cast argument of add_memory_block to char pointer.
3804 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
3805 (main): Remove parameters.
3806 * gdb.trace/tfile.exp: Remove nowarnings.
3807
3808 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
3809
3810 * gdb.base/debug-expr.exp: Test string evaluation with
3811 "debug expression" on.
3812
3813 2014-07-15 Pedro Alves <palves@redhat.com>
3814
3815 * gdb.base/reread.exp: Use clean_restart.
3816
3817 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
3818
3819 * gdb.arch/avr-flash-qualifer.c: New.
3820 * gdb.arch/avr-flash-qualifer.exp: New.
3821
3822 2014-07-14 Pedro Alves <palves@redhat.com>
3823
3824 * gdb.base/paginate-after-ctrl-c-running.c: New file.
3825 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
3826
3827 2014-07-14 Pedro Alves <palves@redhat.com>
3828
3829 * gdb.base/double-prompt-target-event-error.c: New file.
3830 * gdb.base/double-prompt-target-event-error.exp: New file.
3831
3832 2014-07-14 Pedro Alves <palves@redhat.com>
3833
3834 PR gdb/17072
3835 * gdb.base/paginate-inferior-exit.c: New file.
3836 * gdb.base/paginate-inferior-exit.exp: New file.
3837
3838 2014-07-14 Pedro Alves <palves@redhat.com>
3839
3840 PR gdb/17072
3841 * gdb.base/paginate-bg-execution.c: New file.
3842 * gdb.base/paginate-bg-execution.exp: New file.
3843
3844 2014-07-14 Pedro Alves <palves@redhat.com>
3845
3846 PR gdb/17072
3847 * gdb.base/paginate-execution-startup.c: New file.
3848 * gdb.base/paginate-execution-startup.exp: New file.
3849 * lib/gdb.exp (pagination_prompt): New global.
3850 (default_gdb_spawn): New procedure, factored out from
3851 default_gdb_spawn.
3852 (default_gdb_start): Adjust to call default_gdb_spawn.
3853 (gdb_spawn): New procedure.
3854
3855 2014-07-14 Pedro Alves <palves@redhat.com>
3856
3857 * lib/gdb.exp (gdb_assert): New procedure.
3858 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
3859
3860 2014-07-14 Pedro Alves <palves@redhat.com>
3861
3862 * gdb.base/execution-termios.c: New file.
3863 * gdb.base/execution-termios.exp: New file.
3864
3865 2014-07-14 Tom Tromey <tromey@redhat.com>
3866
3867 * gdb.cp/vla-cxx.cc: New file.
3868 * gdb.cp/vla-cxx.exp: New file.
3869
3870 2014-07-14 Tom Tromey <tromey@redhat.com>
3871
3872 * gdb.reverse/rerun-prec.c: New file.
3873 * gdb.reverse/rerun-prec.exp: New file.
3874
3875 2014-07-12 Maciej W. Rozycki <macro@mips.com>
3876 Maciej W. Rozycki <macro@codesourcery.com>
3877
3878 * lib/gdb-utils.exp: New file.
3879 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
3880 inline `gdb_init_command' processing.
3881 (gdb_start_cmd): Likewise.
3882 * lib/mi-support.exp (mi_run_cmd): Likewise.
3883 * README: Document `gdb_init_command' and `gdb_init_commands'.
3884
3885 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3886
3887 Fix false FAIL running under a very long directory name.
3888 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
3889 and "set print elements 10000". Twice.
3890
3891 2014-07-11 Yao Qi <yao@codesourcery.com>
3892
3893 * gdb.base/exprs.exp: "set print symbol off".
3894
3895 2014-07-11 Pedro Alves <palves@redhat.com>
3896
3897 * gdb.threads/kill.c: New file.
3898 * gdb.threads/kill.exp: New file.
3899
3900 2014-07-10 Yao Qi <yao@codesourcery.com>
3901
3902 * gdb.trace/tfile.c (write_basic_trace_file)
3903 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
3904 address written to trace file.
3905
3906 2014-07-09 Pedro Alves <palves@redhat.com>
3907
3908 * gdb.base/attach-wait-input.exp: New file.
3909 * gdb.base/attach-wait-input.c: New file.
3910
3911 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3912
3913 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
3914 setting up test structures.
3915 (main): Call new test function.
3916 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
3917 test function, continue into test function and walk test
3918 structures.
3919
3920 2014-07-02 Yao Qi <yao@codesourcery.com>
3921
3922 * gdb.trace/entry-values.c: Define labels 'foo_start' and
3923 'bar_start' at the beginning of functions 'foo' and 'bar'
3924 respectively.
3925 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
3926 instead of 'foo' and 'bar'.
3927
3928 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
3929
3930 * gdb.btrace/segv.exp: New.
3931 * gdb.btrace/segv.c: New.
3932
3933 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
3934
3935 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
3936 instruction.
3937
3938 2014-06-30 Mark Wielaard <mjw@redhat.com>
3939
3940 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
3941 vulture, vilify, villar): New volatile array constants.
3942 (vindictive, vegetation): New const volatile array constants.
3943 * gdb.base/volatile.exp: Test volatile and const volatile array
3944 types.
3945
3946 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3947
3948 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
3949 target lacks support for awatch, rwatch, or hbreak.
3950
3951 2014-06-27 Yao Qi <yao@codesourcery.com>
3952
3953 * gdb.multi/dummy-frame-restore.exp: New.
3954 * gdb.multi/dummy-frame-restore.c: New.
3955
3956 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
3957
3958 * gdb.btrace/gcore.exp: New.
3959
3960 2014-06-23 Pedro Alves <palves@redhat.com>
3961
3962 * gdb.base/watchpoint-reuse-slot.c: New file.
3963 * gdb.base/watchpoint-reuse-slot.exp: New file.
3964
3965 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
3966
3967 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
3968 progspace's filename in 'info', 'enable' and 'disable' command
3969 tests.
3970
3971 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3972
3973 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
3974 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3975 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
3976
3977 2014-06-20 Gary Benson <gbenson@redhat.com>
3978
3979 * gdb.arch/i386-avx.exp: Fix include file location.
3980 * gdb.arch/i386-sse.exp: Likewise.
3981
3982 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
3983
3984 * gdb.dlang/expression.exp: New file.
3985
3986 2014-06-19 Pedro Alves <palves@redhat.com>
3987
3988 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
3989 out from ...
3990 (top level): ... here. Iterate running tests under different
3991 scheduler-locking settings.
3992
3993 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
3994
3995 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
3996 to DW_FORM_addr and use non-zero addresses.
3997
3998 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
3999
4000 PR gdb/17017
4001 * gdb.python/py-xmethods.cc: Add global function call counters and
4002 increment them in their respective functions. Remove "cout"
4003 statements.
4004 * gdb.python/py-xmethods.exp: Make tests check the global function
4005 call counters instead of depending on inferior IO.
4006
4007 2014-06-18 Don Breazeal <donb@codesourcery.com>
4008
4009 * gdb.base/foll-fork.exp (default_fork_parent_follow):
4010 Deleted procedure.
4011 (explicit_fork_parent_follow): Deleted procedure.
4012 (explicit_fork_child_follow): Deleted procedure.
4013 (test_follow_fork): New procedure.
4014 (do_fork_tests): Replace calls to deleted procedures with
4015 calls to test_follow_fork and reset GDB for subsequent
4016 procedure calls.
4017
4018 2014-06-17 Yao Qi <yao@codesourcery.com>
4019
4020 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
4021 CP1252.
4022
4023 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
4024
4025 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
4026 Initialize ptr and S explicitly.
4027 (skip_type_update_when_not_use_rtti_test): Likewise.
4028
4029 2014-06-16 Keith Seitz <keiths@redhat.com>
4030
4031 PR mi/15863
4032 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
4033 the inferior is started.
4034
4035 2014-06-16 Pedro Alves <palves@redhat.com>
4036
4037 * gdb.base/break-main-file-remove-fail.c: New file.
4038 * gdb.base/break-main-file-remove-fail.exp: New file.
4039 * gdb.base/break-unload-file.exp: Use build_executable instead of
4040 prepare_for_testing.
4041 (test_break): New parameter "initial_load". Handle it.
4042 (top level): Add initial_load cmdline/file axis.
4043
4044 2014-06-12 Tom Tromey <tromey@redhat.com>
4045
4046 * gdb.base/completion.exp: Don't use directory name in test.
4047
4048 2014-06-09 Gary Benson <gbenson@redhat.com>
4049
4050 * gdb.base/sigall.c [Functions to send signals]: Reorder to
4051 separate the always-available ANSI-standard signals from the
4052 signals that require checking.
4053 (main): Likewise.
4054 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
4055 Likewise.
4056 (main): Likewise.
4057
4058 2014-06-07 Keith Seitz <keiths@redhat.com>
4059
4060 Revert:
4061 PR c++/16253
4062 * gdb.cp/var-tag.cc: New file.
4063 * gdb.cp/var-tag.exp: New file.
4064 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4065 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4066 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4067 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4068
4069 2014-06-06 Doug Evans <xdje42@gmail.com>
4070
4071 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
4072
4073 2014-06-06 Pedro Alves <palves@redhat.com>
4074
4075 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
4076 in target debug output instead of looking at RSP packets,
4077 disabling the test on any target that uses hardware stepping.
4078 Update comments.
4079
4080 2014-06-06 Pedro Alves <palves@redhat.com>
4081
4082 * gdb.base/break-unload-file.exp: Fix typo.
4083
4084 2014-06-06 Yao Qi <yao@codesourcery.com>
4085
4086 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
4087 from "jit_function" to "^jit_function".
4088
4089 2014-06-06 Yao Qi <yao@codesourcery.com>
4090
4091 * gdb.base/async.c (foo): Add one statement.
4092 * gdb.base/async.exp: Get the next instruction address and
4093 match the output of "nexti" by instruction address. Match
4094 the hex address in the output of "finish".
4095
4096 2014-06-06 Gary Benson <gbenson@redhat.com>
4097
4098 * gdb.base/call-signals.c: Remove preprocessor conditionals
4099 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
4100 SIGSEGV and SIGTERM.
4101 * gdb.base/sigall.c: Likewise.
4102 * gdb.base/unwindonsignal.c: Likewise.
4103 * gdb.reverse/sigall-reverse.c: Likewise.
4104
4105 2014-06-06 Yao Qi <yao@codesourcery.com>
4106
4107 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
4108 readable, skip the test.
4109
4110 2014-06-06 Yao Qi <yao@codesourcery.com>
4111
4112 * gdb.threads/staticthreads.c (thread_function): Move the line
4113 setting breakpoint on forward.
4114 * gdb.threads/staticthreads.exp: Update comments.
4115
4116 2014-06-05 Ludovic Courtès <ludo@gnu.org>
4117
4118 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
4119 "history-append! type error".
4120
4121 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
4122
4123 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
4124 erroneous dprintf expected input.
4125
4126 2014-06-04 Doug Evans <xdje42@gmail.com>
4127
4128 * gdb.guile/scm-generics.exp: Delete.
4129
4130 2014-06-04 Doug Evans <xdje42@gmail.com>
4131
4132 * gdb.guile/scm-breakpoint.exp: Update.
4133 Add tests for breakpoint registration.
4134
4135 2014-06-04 Tom Tromey <tromey@redhat.com>
4136
4137 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
4138 VLA-in-union.
4139 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
4140 inner_vla_struct, vla_union types. Initialize objects of those
4141 types and compute their sizes.
4142
4143 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
4144 Hui Zhu <hui@codesourcery.com>
4145
4146 * gdb.base/fileio.exp: Add test for shell not available as well as
4147 available.
4148 * gdb.base/fileio.c (test_system): Check for shell twice.
4149
4150 2014-06-04 Yao Qi <yao@codesourcery.com>
4151
4152 * gdb.base/auto-connect-native-target.exp: Remove redundant
4153 space from the regexp pattern.
4154
4155 2014-06-04 Yao Qi <yao@codesourcery.com>
4156
4157 * gdb.base/default.exp: Replace "child" with "native" in
4158 regexp pattern.
4159
4160 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
4161
4162 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
4163 * gdb.python/py-xmethods.exp: New tests to test xmethods.
4164 * gdb.python/py-xmethods.py: Python script supporting the
4165 new testcase and tests.
4166
4167 2014-06-03 Joel Brobecker <brobecker@adacore.com>
4168 Pedro Alves <palves@redhat.com>
4169
4170 PR breakpoints/17000
4171 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
4172 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
4173
4174 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
4175
4176 * gdb.base/subst.exp: Add tests to verify partial path matching
4177 output.
4178
4179 2014-06-03 Pedro Alves <palves@redhat.com>
4180
4181 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
4182 target that doesn't use software single-stepping.
4183
4184 2014-06-03 Pedro Alves <palves@redhat.com>
4185
4186 PR breakpoints/17000
4187 * gdb.base/sss-bp-on-user-bp-2.c: New file.
4188 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
4189
4190 2014-06-02 Doug Evans <xdje42@gmail.com>
4191
4192 * gdb.guile/scm-parameter.exp: New file.
4193
4194 2014-06-02 Doug Evans <xdje42@gmail.com>
4195
4196 * gdb.guile/scm-cmd.c: New file.
4197 * gdb.guile/scm-cmd.exp: New file.
4198
4199 2014-06-02 Doug Evans <xdje42@gmail.com>
4200
4201 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
4202 pretty-printer lookup.
4203 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
4204 (make-pp_s-printer): Call it.
4205 (make-pretty-printer-from-dict): New function.
4206 (lookup-pretty-printer-maker-from-dict): New function.
4207 (*pretty-printer*): Simplify.
4208 (make-objfile-pp_s-printer): New function.
4209 (install-objfile-pretty-printers!): New function.
4210 (make-progspace-pp_s-printer): New function.
4211 (install-progspace-pretty-printers!): New function.
4212 * gdb.guile/scm-progspace.c: New file.
4213 * gdb.guile/scm-progspace.exp: New file.
4214
4215 2014-06-02 Pedro Alves <palves@redhat.com>
4216
4217 * gdb.base/dprintf-bp-same-addr.c: New file.
4218 * gdb.base/dprintf-bp-same-addr.exp: New file.
4219
4220 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4221
4222 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
4223 * gdb.arch/powerpc-power.s: Likewise.
4224
4225 2014-06-02 Joel Brobecker <brobecker@adacore.com>
4226
4227 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
4228
4229 2014-06-01 Yao Qi <yao@codesourcery.com>
4230
4231 * gdb.base/watchpoint.exp (test_watch_location): Check null
4232 pointer can be dereferenced. If not, do the test, otherwise
4233 skip it.
4234
4235 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
4236
4237 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
4238 results.
4239 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
4240
4241 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
4242
4243 * gdb.arch/amd64-invalid-stack-middle.S: New file.
4244 * gdb.arch/amd64-invalid-stack-middle.c: New file.
4245 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
4246 * gdb.arch/amd64-invalid-stack-top.c: New file.
4247 * gdb.arch/amd64-invalid-stack-top.exp: New file.
4248
4249 2014-05-30 Pedro Alves <palves@redhat.com>
4250
4251 PR breakpoints/17000
4252 * gdb.base/sss-bp-on-user-bp.c: New file.
4253 * gdb.base/sss-bp-on-user-bp.exp: New file.
4254
4255 2014-05-30 David Blaikie <dblaikie@gmail.com>
4256
4257 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
4258 gnu_inline semantics via attribute.
4259 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
4260 source explicitly specifies the required semantics.
4261
4262 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
4263
4264 * gdb.reverse/sigall-reverse.exp: Fix a typo.
4265
4266 2014-05-29 Pedro Alves <palves@redhat.com>
4267 Tom Tromey <tromey@redhat.com>
4268
4269 * gdb.base/async-shell.exp: Don't enable target-async.
4270 * gdb.base/async.exp
4271 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
4272 parameter. Adjust.
4273 (top level): Don't test with "target-async".
4274 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
4275 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
4276 * gdb.base/inferior-died.exp: Don't enable target-async.
4277 * gdb.base/interrupt-noterm.exp: Likewise.
4278 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
4279 * gdb.mi/mi-nonstop-exit.exp: Likewise.
4280 * gdb.mi/mi-nonstop.exp: Likewise.
4281 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
4282 * gdb.mi/mi-nsintrall.exp: Likewise.
4283 * gdb.mi/mi-nsmoribund.exp: Likewise.
4284 * gdb.mi/mi-nsthrexec.exp: Likewise.
4285 * gdb.mi/mi-watch-nonstop.exp: Likewise.
4286 * gdb.multi/watchpoint-multi.exp: Adjust comment.
4287 * gdb.python/py-evsignal.exp: Don't enable target-async.
4288 * gdb.python/py-evthreads.exp: Likewise.
4289 * gdb.python/py-prompt.exp: Likewise.
4290 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
4291 * gdb.server/solib-list.exp: Don't enable target-async.
4292 * gdb.threads/thread-specific-bp.exp: Likewise.
4293 * lib/mi-support.exp: Adjust to use mi-async.
4294
4295 2014-05-29 Pedro Alves <palves@redhat.com>
4296
4297 PR gdb/13860
4298 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
4299 reason, even in sync mode.
4300
4301 2014-05-29 Pedro Alves <palves@redhat.com>
4302 Hui Zhu <hui@codesourcery.com>
4303
4304 PR PR15693
4305 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
4306 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
4307 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
4308 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
4309
4310 2014-05-28 Joel Brobecker <brobecker@adacore.com>
4311
4312 * config/monitor.exp (gdb_target_monitor): Replace use of
4313 "set remotebaud" by "set serial baud".
4314
4315 2014-05-26 Andy Wingo <wingo@igalia.com>
4316
4317 * gdb.guile/scm-breakpoint.exp:
4318 * gdb.guile/scm-gsmob.exp: Update to use plain old object
4319 properties instead of gdb-object-properties.
4320
4321 2014-05-26 Yao Qi <yao@codesourcery.com>
4322
4323 * gdb.server/no-thread-db.exp: Specify source file name
4324 explicitly when setting a breakpoint.
4325
4326 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4327
4328 * gdb.btrace/vdso.c: New.
4329 * gdb.btrace/vdso.exp: New.
4330
4331 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4332
4333 * gdb.base/gcore.exp (capture_command_output): Move ...
4334 * lib/gdb.exp (capture_command_output): ... here.
4335
4336 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4337
4338 * gdb.btrace/data.exp: Test memory access during btrace replay.
4339
4340 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
4341
4342 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
4343
4344 2014-05-21 Pedro Alves <palves@redhat.com>
4345
4346 PR gdb/13860
4347 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
4348 (top level): Test that output related to execution commands is
4349 sent to the console with CLI commands, but not with MI commands.
4350 Test that breakpoint events are always mirrored to the console.
4351 Also expect the new source line to be output after a "next" in
4352 async mode too. Make it a pass/fail test.
4353 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
4354 output.
4355 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
4356
4357 2014-05-21 Pedro Alves <palves@redhat.com>
4358
4359 * gdb.base/list.exp (build_pattern, test_list): New procedures.
4360 Use them to test variations of "list" after reaching a breakpoint.
4361 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
4362 Test "list" with listsize 10 after reaching a breakpoint.
4363 * gdb.python/python.exp (decode_line current location line
4364 number): Adjust expected line number.
4365
4366 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
4367
4368 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
4369 behavior for $args, pass it directly to "run".
4370
4371 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
4372
4373 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
4374 30000 to 65536.
4375
4376 2014-05-21 Pedro Alves <palves@redhat.com>
4377
4378 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
4379 auto-connect-native-target off".
4380 * gdb.base/auto-connect-native-target.c: New file.
4381 * gdb.base/auto-connect-native-target.exp: New file.
4382
4383 2014-05-21 Pedro Alves <palves@redhat.com>
4384
4385 * gdb.base/default.exp: Test "target native" instead of "target
4386 child".
4387
4388 2014-05-21 Mark Wielaard <mjw@redhat.com>
4389
4390 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
4391
4392 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4393
4394 Fix TLS access for -static -pthread.
4395 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
4396 <HAVE_TLS> (thread_function, main): Initialize it.
4397 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
4398 Add clean_restart.
4399 <$have_tls != "">: Check TLSVAR.
4400
4401 2014-05-21 Pedro Alves <palves@redhat.com>
4402
4403 * gdb.base/dcache-line-read-error.c: New.
4404 * gdb.base/dcache-line-read-error.exp: New.
4405
4406 2014-05-20 Pedro Alves <palves@redhat.com>
4407
4408 * gdb.base/compare-sections.c: New file.
4409 * gdb.base/compare-sections.exp: New file.
4410
4411 2014-05-20 Pedro Alves <palves@redhat.com>
4412
4413 * gdb.base/break-idempotent.c: New file.
4414 * gdb.base/break-idempotent.exp: New file.
4415
4416 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
4417
4418 * gdb.btrace/nohist.exp: New.
4419
4420 2014-05-20 Yao Qi <yao@codesourcery.com>
4421
4422 * lib/gdb.exp (gdb_init): Set timeout if test file is under
4423 gdb.reverse directory and gdb_reverse_timeout exists in board
4424 setting.
4425 * README: Document gdb_reverse_timeout.
4426
4427 2014-05-20 Yao Qi <yao@codesourcery.com>
4428
4429 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
4430 'test_file_name'. Treat args as a string instead of a list.
4431 (gdb_init): Rename argument 'args' by 'test_file_name'.
4432
4433 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4434
4435 * gdb.arch/powerpc-power.exp: New file.
4436 * gdb.arch/powerpc-power.s: New file.
4437
4438 2014-05-16 Doug Evans <dje@google.com>
4439
4440 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
4441 * gdb.base/completion.exp: Check that all expected files exist
4442 before doing file completion.
4443
4444 2014-05-16 Doug Evans <dje@google.com>
4445
4446 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
4447 Update.
4448 (do_syscall_tests_without_xml): Update.
4449
4450 2014-05-16 Pedro Alves <palves@redhat.com>
4451
4452 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
4453 instead of "unknown output after running".
4454
4455 2014-05-16 Yao Qi <yao@codesourcery.com>
4456
4457 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
4458 file1.txt from host at the end.
4459 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4460
4461 2014-05-15 Doug Evans <dje@google.com>
4462
4463 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
4464 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
4465 loading file. Add test for TU lookup.
4466
4467 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4468
4469 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
4470 calling "-exec-arguments" or "set args" before running the
4471 inferior.
4472
4473 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4474
4475 * lib/mi-support.exp (mi_expect_stop): Expect message for
4476 inferiors that exit with non-zero exit code.
4477
4478 2014-05-14 Yao Qi <yao@codesourcery.com>
4479
4480 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
4481 match absolute path on remote host.
4482 (test_file_list_exec_source_files): Remove "/" from the
4483 pattern.
4484
4485 2014-05-14 Yao Qi <yao@codesourcery.com>
4486
4487 * boards/local-remote-host-notty.exp (${board}_file): New
4488 proc.
4489
4490 2014-05-07 Kyle McMartin <kyle@redhat.com>
4491
4492 Pushed by Joel Brobecker <brobecker@adacore.com>.
4493 * gdb.arch/aarch64-atomic-inst.c: New file.
4494 * gdb.arch/aarch64-atomic-inst.exp: New file.
4495
4496 2014-05-07 Yao Qi <yao@codesourcery.com>
4497
4498 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
4499 in current context" too.
4500
4501 2014-05-05 Keith Seitz <keiths@redhat.com>
4502
4503 * gdb.linespec/ls-dollar.exp: Add test for linespec
4504 file:convenience_variable.
4505
4506 2014-05-05 Yao Qi <yao@codesourcery.com>
4507
4508 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
4509 traceframes into tfile and ctf trace files. Read data from
4510 trace file and test collected data.
4511 (gdb_collect_locals_test): Likewise.
4512 (gdb_unavailable_registers_test): Likewise.
4513 (gdb_unavailable_floats): Likewise.
4514 (gdb_collect_globals_test): Likewise.
4515 (top-level): Append "ctf" to trace_file_targets if GDB
4516 supports.
4517
4518 2014-05-05 Yao Qi <yao@codesourcery.com>
4519
4520 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
4521 code to ...
4522 (gdb_collect_args_test_1): ... it. New proc.
4523 (gdb_collect_locals_test): Move some code to ...
4524 (gdb_collect_locals_test_1): ... it. New proc.
4525 (gdb_unavailable_registers_test): Move some code to ...
4526 (gdb_unavailable_registers_test_1): ... it. New proc.
4527 (gdb_unavailable_floats): Move some code to ...
4528 (gdb_unavailable_floats_1): ... it. New proc.
4529
4530 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4531
4532 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
4533 probes to test for bitness recognition.
4534 * gdb.arch/amd64-stap-optional-prefix.exp
4535 (test_probe_value_without_reg): New procedure.
4536 Add code to test for different kinds of bitness.
4537
4538 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4539
4540 PR breakpoints/16889
4541 * gdb.arch/amd64-stap-optional-prefix.S: New file.
4542 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4543
4544 2014-05-01 Pedro Alves <palves@redhat.com>
4545
4546 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
4547 gdb_file_cmd if no file is specified.
4548 * boards/native-extended-gdbserver.exp (gdb_load): Use the
4549 last_loaded_file to set the remote exec-file.
4550
4551 2014-05-01 Pedro Alves <palves@redhat.com>
4552
4553 * boards/local-remote-host.exp: New file.
4554
4555 2014-05-01 Pedro Alves <palves@redhat.com>
4556
4557 * boards/local-remote-host.exp: Rename to ...
4558 * boards/local-remote-host-notty.exp: ... this.
4559
4560 2014-04-28 Joel Brobecker <brobecker@adacore.com>
4561
4562 * gdb.ada/dyn_arrayidx: New testcase.
4563
4564 2014-04-26 Yao Qi <yao@codesourcery.com>
4565
4566 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
4567 and compute the length of function main. Save it in
4568 $main_length.
4569 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
4570 (top-level): Use gdb_compile to compile objects into
4571 executable and restart GDB. Remove invocation to
4572 prepare_for_testing.
4573
4574 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
4575 Pedro Alves <palves@redhat.com>
4576
4577 PR server/16255
4578 * gdb.multi/multi-attach.c: New file.
4579 * gdb.multi/multi-attach.exp: New file.
4580
4581 2014-04-25 Pedro Alves <palves@redhat.com>
4582
4583 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
4584 user.
4585 (top level): Test that "set remote conditional-breakpoints-packet
4586 off" works as intended.
4587 * gdb.base/dprintf.exp: Test that "set remote
4588 breakpoint-commands-packet off" works as intended.
4589 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
4590 New function.
4591 (top level): Call it.
4592 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
4593 remote fast-tracepoints-packet off" works as intended.
4594 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
4595 * lib/gdb.exp (gdb_is_target_remote): ... here.
4596
4597 2014-04-24 David Blaikie <dblaikie@gmail.com>
4598
4599 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
4600 ensure clang would not discard them.
4601 * gdb.base/gdbvars.c: Ditto.
4602 * gdb.base/memattr.c: Ditto.
4603 * gdb.base/whatis.c: Ditto.
4604 * gdb.python/py-prettyprint.c: Ditto.
4605 * gdb.trace/actions.c: Ditto.
4606 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
4607 ensure clang would not discard it.
4608
4609 2014-04-24 David Blaikie <dblaikie@gmail.com>
4610
4611 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
4612 clang to emit the full definition of type required by the test
4613 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
4614
4615 2014-04-24 David Blaikie <dblaikie@gmail.com>
4616
4617 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
4618 coax Clang into emitting the definition of the type.
4619 * gdb.cp/pr10728-x.h (y): Ditto.
4620 * gdb.cp/pr10728-y.cc (y): Ditto.
4621
4622 2014-04-24 David Blaikie <dblaikie@gmail.com>
4623
4624 * gdb.base/label.exp: XFAIL label related tests under Clang.
4625 * gdb.cp/cplabel.exp: Ditto.
4626 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
4627 under Clang those using labels.
4628
4629 2014-04-25 Yao Qi <yao@codesourcery.com>
4630
4631 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
4632 double_label.
4633 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
4634 partial_label and double_label.
4635
4636 2014-04-24 David Blaikie <dblaikie@gmail.com>
4637
4638 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
4639
4640 2014-04-24 David Blaikie <dblaikie@gmail.com>
4641
4642 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
4643 of the function to work across GCC and Clang.
4644 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
4645 pointer types (const void ** const V void **).
4646
4647 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
4648 Walfred Tedeschi <walfred.tedeschi@intel.com>
4649
4650 * Makefile.in (EXECUTABLES): Added i386-avx512.
4651 * gdb.arch/i386-avx512.c: New file.
4652 * gdb.arch/i386-avx512.exp: Likewise.
4653
4654 2014-04-23 Keith Seitz <keiths@redhat.com>
4655
4656 * lib/mi-support.exp (mi_list_breakpoints): Delete.
4657 (mi_make_breakpoint_table): New procedure.
4658 (mi_create_breakpoint): Use mi_make_breakpoint
4659 and return the result.
4660 (mi_make_breakpoint): New procedure.
4661 (mi_build_kv_pairs): New procedure.
4662
4663 * gdb.mi/mi-break.exp: Remove unused globals,
4664 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
4665 All callers updated.
4666 * gdb.mi/mi-dprintf.exp: Use variable to track command
4667 number.
4668 Update all callers of mi_create_breakpoint and use
4669 mi_make_breakpoint_table.
4670 Remove any unused global variables.
4671 * gdb.mi/mi-nonstop.exp: Likewise.
4672 * gdb.mi/mi-nsintrall.exp: Likewise.
4673 * gdb.mi/mi-nsmoribund.exp: Likewise.
4674 * gdb.mi/mi-nsthrexec.exp: Likewise.
4675 * gdb.mi/mi-reverse.exp: Likewise.
4676 * gdb.mi/mi-simplerun.exp: Likewise.
4677 * gdb.mi/mi-stepn.exp: Likewise.
4678 * gdb.mi/mi-syn-frame.exp: Likewise.
4679 * gdb.mi/mi-until.exp: Likewise.
4680 * gdb.mi/mi-var-cp.exp: Likewise.
4681 * gdb.mi/mi-var-display.exp: Likewise.
4682 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
4683 * gdb.mi/mi2-var-child.exp: Likewise.
4684 * gdb.mi/mi-vla-c99.exp: Likewise.
4685 * lib/mi-support.exp: Likewise.
4686
4687 From Ian Lance Taylor <iant@cygnus.com>:
4688 * lib/gdb.exp (parse_args): New procedure.
4689
4690 2014-04-23 Pedro Alves <palves@redhat.com>
4691
4692 * gdb.base/break-unload-file.c: New file.
4693 * gdb.base/break-unload-file.exp: New file.
4694 * gdb.base/sym-file-lib.c (baz): New function.
4695 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
4696 field.
4697 (load): Store the segment's mapped size.
4698 (unload): New function.
4699 (unload_shlib): New function.
4700 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
4701 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
4702 set a breakpoint at baz, and call it.
4703 * gdb.base/sym-file.exp: New tests for stale breakpoint
4704 instructions.
4705
4706 2014-04-23 Pedro Alves <palves@redhat.com>
4707
4708 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
4709 * gdb.base/hbreak-in-shr-unsupported.c: New file.
4710 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
4711 * gdb.base/hbreak-unmapped.c: New file.
4712 * gdb.base/hbreak-unmapped.exp: New file.
4713 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
4714 * lib/gdb.exp (gdb_is_target_remote): ... here.
4715
4716 2014-04-22 Pedro Alves <palves@redhat.com>
4717
4718 * gdb.base/consecutive-step-over.c: New file.
4719 * gdb.base/consecutive-step-over.exp: New file.
4720
4721 2014-04-22 Pedro Alves <palves@redhat.com>
4722
4723 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
4724 instead of send_gdb/gdb_expect.
4725
4726 2014-04-22 Yao Qi <yao@codesourcery.com>
4727
4728 * lib/trace-support.exp (generate_tracefile): New procedure.
4729 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
4730 return 0.
4731 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
4732 if generate_tracefile returns 1.
4733
4734 2014-04-18 Tom Tromey <palves@redhat.com>
4735 Pedro alves <tromey@redhat.com>
4736
4737 PR backtrace/15558
4738 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
4739 with a backtrace limit.
4740 * gdb.python/py-frame-inline.exp: Test running to an inline
4741 function with a backtrace limit, and printing the newest frame.
4742 * gdb.python/py-frame-inline.c (main): Call f.
4743
4744 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4745
4746 * gdb.java/jnpe.exp: Drop srcdir from untested path.
4747
4748 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4749
4750 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
4751 Drop prefix from unsupported source file path.
4752
4753 2014-04-17 Yao Qi <yao@codesourcery.com>
4754
4755 * lib/gdb.exp (with_target_charset): New proc.
4756 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
4757 with_target_charset.
4758 (test_print_strings): Likewise.
4759 (test_repeat_bytes): Likewise.
4760 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
4761 for some tests.
4762
4763 2014-04-16 Keith Seitz <keiths@redhat.com>
4764
4765 PR gdb/15827
4766 * gdb.dwarf2/corrupt.c: New file.
4767 * gdb.dwarf2/corrupt.exp: New file.
4768
4769 2014-04-16 Keith Seitz <keiths@redhat.com>
4770
4771 PR c++/16597
4772 * gdb.cp/namelessclass.cc: New file.
4773 * gdb.cp/namelessclass.exp: New file.
4774 * gdb.cp/namelessclass.S: New file.
4775
4776 2014-04-16 Doug Evans <dje@google.com>
4777
4778 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
4779 Add comment.
4780 (gdbserver_default_get_comm_port): New function.
4781 (gdbserver_start): Check if board file provided
4782 "gdbserver,get_comm_port" and use it if so.
4783 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
4784 (gdb,socketport): Set to "stdio".
4785 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
4786 (stdio_gdbserver_template): Delete.
4787 (${board}_get_remote_address): Update.
4788 (${board}_build_remote_cmd): Delete.
4789 (${board}_get_comm_port): New function.
4790 (${board}_spawn): Update.
4791 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
4792 Delete.
4793 (${board}_get_remote_address): Update.
4794 (${board}_get_comm_port): New function.
4795
4796 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
4797
4798 * gdb.base/memattr.exp: Improve regexps to handle memory regions
4799 appearing in any order.
4800
4801 2014-04-15 Doug Evans <dje@google.com>
4802
4803 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
4804 uninitialized value of "description".
4805
4806 2014-04-15 Keith Seitz <keiths@redhat.com>
4807
4808 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
4809 Remove unused globals.
4810 (test_running_the_program): Likewise.
4811 (test_controlled_execution): Likewise.
4812 (test_controlling_breakpoints): Likewise.
4813 (test_program_termination): Likewise.
4814
4815 2014-04-15 Keith Seitz <keiths@redhat.com>
4816
4817 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
4818 unused globals.
4819 (test_rbreak_creation_and_listing): Likewise.
4820 (test_ignore_count): Likewise.
4821 (test_error): Likewise.
4822
4823 2014-04-15 Pedro Alves <palves@redhat.com>
4824
4825 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
4826 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
4827 sym-file-loader.c.
4828 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4829 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4830 to sym-file-loader.c.
4831 (struct library): Forward declare.
4832 (load_shlib, lookup_function): Change prototypes.
4833 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4834 (translate_offset): Remove declarations.
4835 (get_text_addr): New declaration.
4836 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
4837 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
4838 sym-file-loader.h.
4839 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4840 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4841 here from sym-file-loader.h.
4842 (struct library): New structure.
4843 (load_shlib, lookup_function): Change prototypes and adjust to
4844 work with a struct library.
4845 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4846 (translate_offset): Make static.
4847 (get_text_addr): New function.
4848 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
4849
4850 2014-04-15 Pedro Alves <palves@redhat.com>
4851
4852 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
4853
4854 2014-04-15 Pedro Alves <palves@redhat.com>
4855
4856 * gdb.base/sym-file-loader.c: Include <limits.h>.
4857 (SELF_LINK): New define.
4858 (get_origin): New function.
4859 (load_shlib): Use it.
4860 * gdb.base/sym-file.exp: Don't early return if the target is
4861 remote. Use runto_main, and issue fail is that fails. Use
4862 gdb_load_shlibs.
4863 (shlib_name): Delete.
4864 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
4865
4866 2014-04-15 Pedro Alves <palves@redhat.com>
4867
4868 * gdb.base/sym-file.exp: Remove regex characters from test
4869 message. Don't refer to breakpoint numbers in test messages.
4870
4871 2014-04-14 Keith Seitz <keiths@redhat.com>
4872
4873 PR c++/16253
4874 * gdb.cp/var-tag.cc: New file.
4875 * gdb.cp/var-tag.exp: New file.
4876 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4877 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4878 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4879 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4880
4881 2014-04-14 Tom Tromey <tromey@redhat.com>
4882
4883 * gdb.cp/classes.exp (test_enums): Handle underlying type.
4884 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
4885 type.
4886 * gdb.cp/enum-class.exp: New file.
4887 * gdb.cp/enum-class.cc: New file.
4888
4889 2014-04-14 Tom Tromey <tromey@redhat.com>
4890
4891 * gdb.dwarf2/enum-type.exp: New file.
4892
4893 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4894
4895 * gdb.mi/mi-vla-c99.exp: New file.
4896 * gdb.mi/vla.c: New file.
4897
4898 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4899
4900 * gdb.base/vla-datatypes.c: New file.
4901 * gdb.base/vla-datatypes.exp: New file.
4902
4903 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4904
4905 * gdb.base/vla-ptr.c: New file.
4906 * gdb.base/vla-ptr.exp: New file.
4907
4908 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4909
4910 * gdb.dwarf2/count.exp: New file.
4911
4912 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4913
4914 * gdb.base/vla-sideeffect.c: New file.
4915 * gdb.base/vla-sideeffect.exp: New file.
4916
4917 2014-04-14 David Blaikie <dblaikie@gmail.com>
4918
4919 * gdb.mi/non-stop.c: Add return value for non-void function return
4920 statement.
4921 * gdb.threads/staticthreads.c: Ditto.
4922
4923 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
4924 Doug Evans <xdje42@gmail.com>
4925
4926 * gdb.guile/scm-value.c: Improve test case.
4927 * gdb.guile/scm-value.exp: Add new test.
4928
4929 2014-04-11 David Blaikie <dblaikie@gmail.com>
4930
4931 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
4932 override Clang's default.
4933
4934 2014-04-11 Joel Brobecker <brobecker@adacore.com>
4935
4936 Revert the following changes (regressions):
4937
4938 * gdb.base/vla-sideeffect.c: New file.
4939 * gdb.base/vla-sideeffect.exp: New file.
4940
4941 * gdb.dwarf2/count.exp: New file.
4942
4943 * gdb.base/vla-multi.c: New file.
4944 * gdb.base/vla-multi.exp: New file.
4945
4946 * gdb.base/vla-ptr.c: New file.
4947 * gdb.base/vla-ptr.exp: New file.
4948
4949 * gdb.base/vla-datatypes.c: New file.
4950 * gdb.base/vla-datatypes.exp: New file.
4951
4952 * gdb.mi/mi-vla-c99.exp: New file.
4953 * gdb.mi/vla.c: New file.
4954
4955 2014-04-11 Keith Seitz <keiths@redhat.com>
4956
4957 PR c++/16675
4958 * gdb.cp/cpsizeof.exp: New file.
4959 * gdb.cp/cpsizeof.cc: New file.
4960
4961 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4962
4963 * gdb.mi/mi-vla-c99.exp: New file.
4964 * gdb.mi/vla.c: New file.
4965
4966 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4967
4968 * gdb.base/vla-datatypes.c: New file.
4969 * gdb.base/vla-datatypes.exp: New file.
4970
4971 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4972
4973 * gdb.base/vla-ptr.c: New file.
4974 * gdb.base/vla-ptr.exp: New file.
4975
4976 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4977
4978 * gdb.base/vla-multi.c: New file.
4979 * gdb.base/vla-multi.exp: New file.
4980
4981 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4982
4983 * gdb.dwarf2/count.exp: New file.
4984
4985 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4986
4987 * gdb.base/vla-sideeffect.c: New file.
4988 * gdb.base/vla-sideeffect.exp: New file.
4989
4990 2014-04-11 Yao Qi <yao@codesourcery.com>
4991
4992 * gdb.base/completion.exp: Check file exists before running tests
4993 on file completion.
4994
4995 2014-04-10 Pedro Alves <palves@redhat.com>
4996
4997 * gdb.base/cond-eval-mode.c: New file.
4998 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
4999 prepare_for_testing to build the new file. Check result of
5000 runto_main.
5001 (test_break, test_watch): New procedures.
5002 (top level): Use them.
5003
5004 2014-04-08 Pierre Muller <muller@sourceware.org>
5005
5006 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
5007 Ctrl-V use for mingw hosts.
5008
5009 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
5010
5011 * gdb.python/py-value.c: Improve test case.
5012 * gdb.python/py-value.exp: Add new test.
5013
5014 2014-04-07 David Blaikie <dblaikie@gmail.com>
5015
5016 * lib/compiler.c: Identify the clang compiler.
5017 * lib/compiler.cc: Ditto.
5018
5019 2014-04-03 Yao Qi <yao@codesourcery.com>
5020
5021 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
5022
5023 2014-04-01 Anton Blanchard <anton@samba.org>
5024
5025 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
5026 messages unique.
5027
5028 2014-04-01 Anton Blanchard <anton@samba.org>
5029
5030 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
5031 prepare_for_testing.
5032
5033 2014-04-01 Anton Blanchard <anton@samba.org>
5034
5035 * gdb.arch/ppc64-atomic-inst.c: Remove.
5036 * gdb.arch/ppc64-atomic-inst.S: New file.
5037 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
5038
5039 2014-03-31 Doug Evans <dje@google.com>
5040
5041 * gdb.base/print-symbol-loading-lib.c: New file.
5042 * gdb.base/print-symbol-loading-main.c: New file.
5043 * gdb.base/print-symbol-loading.exp: New file.
5044
5045 2014-03-31 Yao Qi <yao@codesourcery.com>
5046
5047 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
5048
5049 2014-03-28 Joel Brobecker <brobecker@adacore.com>
5050
5051 * gdb.ada/mi_dyn_arr: New testcase.
5052
5053 2014-03-27 Doug Evans <dje@google.com>
5054
5055 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
5056
5057 2014-03-27 Yao Qi <yao@codesourcery.com>
5058
5059 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
5060 if target is nios2-*-*.
5061
5062 2014-03-26 Yao Qi <yao@codesourcery.com>
5063
5064 * lib/gdb.exp (readline_is_used): New proc.
5065 * gdb.base/completion.exp: Move tests on command complete up.
5066 Skip the rest of tests if readline is not used.
5067 * gdb.ada/complete.exp: Skp the test if readline is not
5068 used.
5069 * gdb.base/filesym.exp: Likewise.
5070 * gdb.base/macscp.exp: Likewise.
5071 * gdb.base/readline-ask.exp: Likewise.
5072 * gdb.base/readline.exp: Likewise.
5073 * gdb.python/py-cmd.exp: Likewise.
5074 * gdb.trace/tfile.exp: Likewise.
5075
5076 2014-03-26 Yao Qi <yao@codesourcery.com>
5077
5078 * gdb.base/macscp.exp: Fix code format issues.
5079
5080 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
5081
5082 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
5083 * gdb.asm/powerpc64le.inc: New file.
5084
5085 2014-03-25 Pedro Alves <palves@redhat.com>
5086 Doug Evans <dje@google.com>
5087
5088 * gdb.base/source-execution.c: New file.
5089 * gdb.base/source-execution.exp: New file.
5090 * gdb.base/source-execution.gdb: New file.
5091
5092 2014-03-24 Doug Evans <dje@google.com>
5093
5094 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
5095 using fission.
5096
5097 2014-03-24 Hui Zhu <hui@codesourcery.com>
5098 Pedro Alves <palves@redhat.com>
5099
5100 PR breakpoints/16101
5101 * gdb.base/dprintf.exp: Use unsupported rather than changing the
5102 test pass/fail messages. Detect missing support for dprintf when
5103 breakpoints are actually inserted.
5104 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
5105 breakpoints are actually inserted.
5106 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
5107 fails.
5108
5109 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5110
5111 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
5112
5113 2014-03-22 Doug Evans <xdje42@gmail.com>
5114
5115 * gdb.python/python.exp (python not supported): Verify multi-line
5116 python command issues an error.
5117 * gdb.guile/guile.exp (guile not supported): Verify multi-line
5118 guile command issues an error.
5119
5120 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
5121
5122 * gdb.threads/thread-specific.exp: Handle the lack of usable
5123 $this_breakpoint and $this_thread.
5124
5125 2014-03-21 Hui Zhu <hui@codesourcery.com>
5126
5127 * gdb.base/attach.exp (do_command_attach_tests): New.
5128
5129 2014-03-20 Tom Tromey <tromey@redhat.com>
5130 Pedro Alves <palves@redhat.com>
5131
5132 PR cli/15718
5133 * gdb.base/condbreak-call-false.c: New file.
5134 * gdb.base/condbreak-call-false.exp: New file.
5135
5136 2014-03-20 Pedro Alves <palves@redhat.com>
5137
5138 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
5139 Delete.
5140 (block_signals, unblock_signals): Delete.
5141 (child_function_2, main): Remove references to deleted variable
5142 and functions.
5143
5144 2014-03-20 Pedro Alves <palves@redhat.com>
5145
5146 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
5147 Use pthread_kill to signal thread 2.
5148 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5149 Adjust to make the test send itself a signal rather than using the
5150 host's "kill" command.
5151
5152 2014-03-20 Pedro Alves <palves@redhat.com>
5153
5154 * gdb.threads/multiple-step-overs.c: New file.
5155 * gdb.threads/multiple-step-overs.exp: New file.
5156 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5157 Adjust expected infrun debug output.
5158
5159 2014-03-20 Pedro Alves <palves@redhat.com>
5160
5161 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
5162 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
5163
5164 2014-03-20 Pedro Alves <palves@redhat.com>
5165
5166 PR breakpoints/7143
5167 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
5168 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
5169 of gdb_test_multiple.
5170 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
5171 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
5172
5173 2014-03-20 Pedro Alves <palves@redhat.com>
5174
5175 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
5176 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
5177
5178 2014-03-19 Pedro Alves <palves@redhat.com>
5179
5180 * gdb.base/async.exp: Remove early return.
5181
5182 2014-03-19 Pedro Alves <palves@redhat.com>
5183
5184 * gdb.base/async.exp (step& tests): Pass explicit test messages.
5185
5186 2014-03-19 Pedro Alves <palves@redhat.com>
5187
5188 * gdb.base/async.exp (test_background): Expect \r\n after
5189 "completed." in the fail pattern.
5190
5191 2014-03-19 Pedro Alves <palves@redhat.com>
5192
5193 * gdb.base/async.exp (test_background): New procedure.
5194 Use it for all background execution command tests.
5195
5196 2014-03-19 Pedro Alves <palves@redhat.com>
5197
5198 * gdb.base/async.exp: Use prepare_for_testing.
5199
5200 2014-03-19 Pedro Alves <palves@redhat.com>
5201
5202 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
5203 the same line.
5204
5205 2014-03-19 Pedro Alves <palves@redhat.com>
5206
5207 * gdb.base/async.c (main): Add "jump here" and "until here" line
5208 marker comments.
5209 * gdb.base/async.exp (jump_here): New global.
5210 (jump& test): Use it.
5211 (until_here): New global.
5212 (until& test): Use it.
5213
5214 2014-03-19 Pedro Alves <palves@redhat.com>
5215
5216 * gdb.base/async.exp: Don't frob gdb_protocol.
5217
5218 2014-03-18 Doug Evans <xdje42@gmail.com>
5219
5220 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
5221 Fix spelling of exec-done-display.
5222
5223 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5224
5225 PR gdb/15358
5226 * gdb.base/gdb-sigterm.c: New file.
5227 * gdb.base/gdb-sigterm.exp: New file.
5228
5229 2014-03-18 Pedro Alves <palves@redhat.com>
5230
5231 PR gdb/13860
5232 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
5233 * lib/mi-support.exp (mi_expect_stop): Add special handling for
5234 solib-event.
5235
5236 2014-03-17 Joel Brobecker <brobecker@adacore.com>
5237
5238 * gdb.ada/pckd_arr_ren: New testcase.
5239
5240 2014-03-13 Doug Evans <xdje42@gmail.com>
5241
5242 PR guile/16612
5243 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
5244 collect after discarding symbols.
5245
5246 2014-03-13 Ludovic Courtès <ludo@gnu.org>
5247 Doug Evans <xdje42@gmail.com>
5248
5249 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
5250 to history survives a gc.
5251
5252 2014-03-13 Pedro Alves <palves@redhat.com>
5253
5254 * gdb.base/default.exp: Don't test "target procfs".
5255
5256 2014-03-13 Pedro Alves <palves@redhat.com>
5257
5258 * gdb.base/default.exp: Update "target child" and "target procfs"
5259 tests to not expect "Unix".
5260
5261 2014-03-12 Tom Tromey <tromey@redhat.com>
5262
5263 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
5264 New procs. Add target-async tests.
5265 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
5266 Add target-async tests.
5267
5268 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5269
5270 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
5271 'func_start' and 'func_end' for the beginning and end of the
5272 function code, respectively.
5273 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
5274 'func_end' instead of 'func' and 'main'.
5275
5276 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5277
5278 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
5279 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
5280 generate the debug info assembler source.
5281
5282 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5283
5284 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
5285 * gdb.dwarf2/arr-subrange.exp: Likewise.
5286 * gdb.dwarf2/dwz.exp: Likewise.
5287 * gdb.dwarf2/method-ptr.exp: Likewise.
5288 * gdb.dwarf2/missing-sig-type.exp: Likewise.
5289 * gdb.dwarf2/subrange.exp: Likewise.
5290 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
5291 * gdb.dwarf2/implptrpiece.exp: Likewise.
5292 * gdb.dwarf2/nostaticblock.exp: Likewise.
5293
5294 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5295
5296 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
5297 directory to absolute path name arguments.
5298
5299 2014-03-10 Joel Brobecker <brobecker@adacore.com>
5300
5301 * gdb.ada/tagged_access: New testcase.
5302
5303 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
5304
5305 * gdb.btrace/data.exp: Update expected output.
5306
5307 2014-03-06 Yao Qi <yao@codesourcery.com>
5308
5309 * gdb.trace/pr16508.exp: New file.
5310
5311 2014-03-05 Pedro Alves <palves@redhat.com>
5312
5313 PR gdb/16575
5314 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
5315 procedure.
5316 (top level): Adjust to use it. Add tests that exercise breakpoint
5317 interaction with the code-cache.
5318
5319 2014-02-26 Ludovic Courtès <ludo@gnu.org>
5320
5321 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
5322 test for 'history-append!'.
5323
5324 2014-02-26 Joel Brobecker <brobecker@adacore.com>
5325
5326 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
5327 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
5328 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
5329 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
5330 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
5331 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
5332
5333 2014-02-26 Joel Brobecker <brobecker@adacore.com>
5334
5335 * testsuite/gdb.python/py-pp-re-notag.c: New file.
5336 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
5337 * testsuite/gdb.python/py-pp-re-notag.p: New file.
5338
5339 2014-02-26 Joel Brobecker <brobecker@adacore.com>
5340
5341 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
5342
5343 2014-02-26 Joel Brobecker <brobecker@adacore.com>
5344
5345 * gdb.dwarf2/arr-stride.c: New file.
5346 * gdb.dwarf2/arr-stride.exp: New file.
5347
5348 2014-02-26 Pedro Alves <palves@redhat.com>
5349
5350 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
5351 that won't ever trigger. Make sure that GDB reports the correct
5352 breakpoint that caused the stop.
5353
5354 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5355
5356 PR gdb/16626
5357 * gdb.base/auto-load-script: New file.
5358 * gdb.base/auto-load.c: New file.
5359 * gdb.base/auto-load.exp: New file.
5360
5361 PR gdb/16626
5362 * gdb.base/auto-load.exp: Fix out-of-srctree run.
5363
5364 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5365
5366 Fix dw2-icycle.exp -fsanitize=address GDB crash.
5367 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
5368
5369 2014-02-24 Doug Evans <dje@google.com>
5370
5371 * lib/gdb.exp (run_on_host): Log error output if program fails.
5372
5373 2014-02-21 Pedro Alves <palves@redhat.com>
5374
5375 * gdb.threads/step-after-sr-lock.c: Rename to ...
5376 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
5377 * gdb.threads/step-after-sr-lock.exp: Rename to ...
5378 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5379 ... this.
5380
5381 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
5382
5383 PR tdep/16397
5384 * gdb.arch/amd64-stap-special-operands.exp: New file.
5385 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
5386 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
5387 * gdb.arch/amd64-stap-triplet.S: Likewise.
5388 * gdb.arch/amd64-stap-triplet.c: Likewise.
5389
5390 2014-02-20 Joel Brobecker <brobecker@adacore.com>
5391
5392 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
5393 in .section pseudo-op.
5394
5395 2014-02-20 lin zuojian <manjian2006@gmail.com>
5396 Joel Brobecker <brobecker@adacore.com>
5397 Doug Evans <xdje42@gmail.com>
5398
5399 PR symtab/16581
5400 * gdb.dwarf2/dw2-icycle.S: New file.
5401 * gdb.dwarf2/dw2-icycle.c: New file.
5402 * gdb.dwarf2/dw2-icycle.exp: New file.
5403
5404 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
5405
5406 * gdb.python/py-value-cc.cc: Improve test case to enable testing
5407 operations on gdb.Value objects.
5408 * gdb.python/py-value-cc.exp: Add new test to test operations on
5409 gdb.Value objects.
5410
5411 2014-02-18 Doug Evans <dje@google.com>
5412
5413 * Makefile.in (TESTS): New variable.
5414 (expanded_tests, expanded_tests_or_none): New variables
5415 (check-single): Pass $(expanded_tests_or_none) to runtest.
5416 (check-parallel): Only run tests in $(TESTS) if non-empty.
5417 (check/no-matching-tests-found): New rule.
5418 * README: Document TESTS makefile variable.
5419
5420 2014-02-18 Doug Evans <dje@google.com>
5421
5422 * Makefile.in (check-parallel): rm -rf outputs temp.
5423
5424 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5425
5426 Fix "ERROR: no fileid for" in the testsuite.
5427 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
5428
5429 2014-02-12 Doug Evans <dje@google.com>
5430
5431 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
5432 (MISCELLANEOUS): New variable.
5433 (clean): rm -rf $(MISCELLANEOUS).
5434 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
5435 dwp live in the same directory as symlinks, with each symlink pointed
5436 to a differently named file in a different directory.
5437
5438 2014-02-11 Doug Evans <dje@google.com>
5439
5440 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
5441 of Tcl file commands.
5442
5443 2014-02-10 Mark Kettenis <kettenis@gnu.org>
5444
5445 * gdb.threads/step-after-sr-lock.exp: Avoid executing
5446 "kill -SIGUSR1 -1".
5447
5448 2014-02-10 Joel Brobecker <brobecker@adacore.com>
5449
5450 * gdb.ada/tick_length_array_enum_idx: New testcase.
5451
5452 2014-02-10 Doug Evans <xdje42@gmail.com>
5453
5454 * configure.ac (AC_OUTPUT): Add gdb.guile.
5455 * configure: Regenerate.
5456 * lib/gdb-guile.exp: New file.
5457 * lib/gdb.exp (get_target_charset): New function.
5458 * gdb.base/help.exp: Update expected output from "apropos apropos".
5459 * gdb.guile/Makefile.in: New file.
5460 * gdb.guile/guile.exp: New file.
5461 * gdb.guile/scm-arch.c: New file.
5462 * gdb.guile/scm-arch.exp: New file.
5463 * gdb.guile/scm-block.c: New file.
5464 * gdb.guile/scm-block.exp: New file.
5465 * gdb.guile/scm-breakpoint.c: New file.
5466 * gdb.guile/scm-breakpoint.exp: New file.
5467 * gdb.guile/scm-disasm.c: New file.
5468 * gdb.guile/scm-disasm.exp: New file.
5469 * gdb.guile/scm-equal.c: New file.
5470 * gdb.guile/scm-equal.exp: New file.
5471 * gdb.guile/scm-error.exp: New file.
5472 * gdb.guile/scm-error.scm: New file.
5473 * gdb.guile/scm-frame-args.c: New file.
5474 * gdb.guile/scm-frame-args.exp: New file.
5475 * gdb.guile/scm-frame-args.scm: New file.
5476 * gdb.guile/scm-frame-inline.c: New file.
5477 * gdb.guile/scm-frame-inline.exp: New file.
5478 * gdb.guile/scm-frame.c: New file.
5479 * gdb.guile/scm-frame.exp: New file.
5480 * gdb.guile/scm-generics.exp: New file.
5481 * gdb.guile/scm-gsmob.exp: New file.
5482 * gdb.guile/scm-iterator.c: New file.
5483 * gdb.guile/scm-iterator.exp: New file.
5484 * gdb.guile/scm-math.c: New file.
5485 * gdb.guile/scm-math.exp: New file.
5486 * gdb.guile/scm-objfile-script-gdb.in: New file.
5487 * gdb.guile/scm-objfile-script.c: New file.
5488 * gdb.guile/scm-objfile-script.exp: New file.
5489 * gdb.guile/scm-objfile.c: New file.
5490 * gdb.guile/scm-objfile.exp: New file.
5491 * gdb.guile/scm-ports.exp: New file.
5492 * gdb.guile/scm-pretty-print.c: New file.
5493 * gdb.guile/scm-pretty-print.exp: New file.
5494 * gdb.guile/scm-pretty-print.scm: New file.
5495 * gdb.guile/scm-section-script.c: New file.
5496 * gdb.guile/scm-section-script.exp: New file.
5497 * gdb.guile/scm-section-script.scm: New file.
5498 * gdb.guile/scm-symbol.c: New file.
5499 * gdb.guile/scm-symbol.exp: New file.
5500 * gdb.guile/scm-symtab-2.c: New file.
5501 * gdb.guile/scm-symtab.c: New file.
5502 * gdb.guile/scm-symtab.exp: New file.
5503 * gdb.guile/scm-type.c: New file.
5504 * gdb.guile/scm-type.exp: New file.
5505 * gdb.guile/scm-value-cc.cc: New file.
5506 * gdb.guile/scm-value-cc.exp: New file.
5507 * gdb.guile/scm-value.c: New file.
5508 * gdb.guile/scm-value.exp: New file.
5509 * gdb.guile/source2.scm: New file.
5510 * gdb.guile/types-module.cc: New file.
5511 * gdb.guile/types-module.exp: New file.
5512
5513 2014-02-10 Yao Qi <yao@codesourcery.com>
5514
5515 PR testsuite/16543
5516 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
5517 * configure: Regenerated.
5518 * Makefile.in: New file.
5519
5520 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
5521
5522 * gdb.python/py-framefilter.exp: Fix typo.
5523
5524 2014-02-08 Yao Qi <yao@codesourcery.com>
5525
5526 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
5527 that no =breakpoint-modified is emitted when breakpoints are
5528 modified through MI commands.
5529
5530 2014-02-07 Pedro Alves <pedro@codesourcery.com>
5531 Pedro Alves <palves@redhat.com>
5532
5533 * gdb.threads/step-after-sr-lock.c: New file.
5534 * gdb.threads/step-after-sr-lock.exp: New file.
5535
5536 2014-02-07 Pedro Alves <palves@redhat.com>
5537
5538 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
5539
5540 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5541
5542 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
5543 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
5544
5545 2014-02-06 Doug Evans <xdje42@gmail.com>
5546
5547 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
5548 output.
5549
5550 * gdb.gdb/python-interrupts.exp: New file.
5551
5552 2014-02-05 Yao Qi <yao@codesourcery.com>
5553
5554 * gdb.trace/report.exp (use_collected_data): Test the output
5555 of "info threads" and "info inferiors".
5556
5557 2014-02-05 Yao Qi <yao@codesourcery.com>
5558
5559 Revert this patch:
5560
5561 2013-05-24 Yao Qi <yao@codesourcery.com>
5562
5563 * gdb.trace/tfile.exp: Test inferior and thread.
5564
5565 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5566
5567 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
5568 on a function.
5569 * gdb.base/step-bt.c: Call hello via function pointer to make
5570 sure its first instruction is executed on powerpc64le-linux.
5571
5572 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5573
5574 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
5575
5576 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5577
5578 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
5579 of the test patterns for use on little-endian systems.
5580
5581 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5582
5583 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
5584 (decimal_vector): Fix for little-endian.
5585
5586 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
5587
5588 * gdb.arch/sparc-sysstep.exp: New file.
5589 * gdb.arch/sparc-sysstep.c: Likewise.
5590
5591 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
5592
5593 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5594
5595 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
5596
5597 2014-01-23 Tom Tromey <tromey@redhat.com>
5598
5599 * gdb.ada/array_char_idx: New testcase.
5600
5601 2014-01-23 Tom Tromey <tromey@redhat.com>
5602
5603 PR python/16487:
5604 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
5605 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
5606 classes.
5607
5608 2014-01-23 Tom Tromey <tromey@redhat.com>
5609
5610 PR python/16491:
5611 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
5612 string from an inferior frame.
5613 * gdb.python/py-framefilter-mi.exp: Update.
5614
5615 2014-01-22 Doug Evans <dje@google.com>
5616
5617 * gdb.server/server-mon.exp: Add tests for "set debug-format".
5618
5619 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5620
5621 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
5622
5623 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5624
5625 * gdb.trace/entry-values.exp: Remove excess space character from
5626 regex patterns. Handle s390 call instruction.
5627
5628 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5629
5630 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
5631 define "*_start" label. Make "name" static.
5632 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
5633 ${name} by references to ${name}_start.
5634
5635 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5636
5637 * gdb.base/info-macros.exp: Remove "debug" from the compile
5638 options.
5639
5640 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5641
5642 * gdb.dlang/demangle.exp: New file.
5643
5644 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5645
5646 * gdb.dlang/primitive-types.exp: New file.
5647
5648 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5649
5650 * configure.ac: Create gdb.dlang/Makefile.
5651 * configure: Regenerate.
5652 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
5653 * gdb.dlang/Makefile.in: New file.
5654 * lib/d-support.exp: New file.
5655 * lib/gdb.exp (skip_d_tests): New proc.
5656
5657 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5658
5659 * gdb.btrace/delta.exp: Check reverse stepi.
5660 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
5661 * gdb.btrace/finish.exp: New.
5662 * gdb.btrace/next.exp: New.
5663 * gdb.btrace/nexti.exp: New.
5664 * gdb.btrace/record_goto.c: Add comments.
5665 * gdb.btrace/step.exp: New.
5666 * gdb.btrace/stepi.exp: New.
5667 * gdb.btrace/multi-thread-step.c: New.
5668 * gdb.btrace/multi-thread-step.exp: New.
5669 * gdb.btrace/rn-dl-bind.c: New.
5670 * gdb.btrace/rn-dl-bind.exp: New.
5671 * gdb.btrace/data.c: New.
5672 * gdb.btrace/data.exp: New.
5673 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5674
5675 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5676
5677 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
5678 * gdb.btrace/exception.exp: Update.
5679 * gdb.btrace/instruction_history.exp: Update.
5680 * gdb.btrace/record_goto.exp: Update.
5681 * gdb.btrace/tailcall.exp: Update.
5682 * gdb.btrace/unknown_functions.exp: Update.
5683 * gdb.btrace/delta.exp: New.
5684
5685 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5686
5687 * gdb.btrace/record_goto.exp: Add backtrace test.
5688 * gdb.btrace/tailcall.exp: Add backtrace test.
5689
5690 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5691
5692 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
5693 * gdb.btrace/record_goto.c: New.
5694 * gdb.btrace/record_goto.exp: New.
5695 * gdb.btrace/x86-record_goto.S: New.
5696
5697 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5698
5699 * gdb.btrace/function_call_history.exp: Update tests.
5700 * gdb.btrace/instruction_history.exp: Update tests.
5701
5702 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5703
5704 * gdb.btrace/function_call_history.exp: Fix expected field
5705 order for "record function-call-history".
5706 Add new tests for "record function-call-history /c".
5707 * gdb.btrace/exception.cc: New.
5708 * gdb.btrace/exception.exp: New.
5709 * gdb.btrace/tailcall.exp: New.
5710 * gdb.btrace/x86-tailcall.S: New.
5711 * gdb.btrace/x86-tailcall.c: New.
5712 * gdb.btrace/unknown_functions.c: New.
5713 * gdb.btrace/unknown_functions.exp: New.
5714 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5715
5716 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5717
5718 * gdb.btrace/instruction_history.exp: Update.
5719 * gdb.btrace/function_call_history.exp: Update.
5720
5721 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5722
5723 * gdb.btrace/function_call_history.exp: Fix expected function
5724 trace.
5725 * gdb.btrace/instruction_history.exp: Initialize traced.
5726 Remove traced_functions.
5727
5728 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5729
5730 * gdb.btrace/function_call_history.exp: Update
5731 * gdb.btrace/instruction_history.exp: Update.
5732
5733 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5734
5735 * gdb.btrace/enable.exp: Update expected text.
5736
5737 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
5738
5739 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
5740 bytes.
5741
5742 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
5743
5744 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
5745
5746 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
5747
5748 * lib/gdb.exp (supports_process_record): Return true for
5749 arm*-linux*. (supports_reverse): Likewise.
5750
5751 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
5752
5753 PR python/15464
5754 PR python/16113
5755 * gdb.python/py-type.c: Enhance test case.
5756 * gdb.python/py-value-cc.cc: Likewise
5757 * gdb.python/py-type.exp: Add new tests.
5758 * gdb.python/py-value-cc.exp: Likewise
5759
5760 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
5761 Pedro Alves <palves@redhat.com>
5762
5763 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
5764 Make "name" extern.
5765 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
5766 references to ${name}_start by references to ${name}.
5767
5768 2014-01-10 Joel Brobecker <brobecker@adacore.com>
5769
5770 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
5771
5772 2014-01-10 Joel Brobecker <brobecker@adacore.com>
5773
5774 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
5775
5776 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
5777 Pedro Alves <palves@redhat.com>
5778
5779 * gdb.mi/mi-info-os.exp: Connect to the target with
5780 mi_gdb_target_load.
5781
5782 2014-01-08 Pedro Alves <palves@redhat.com>
5783
5784 * gdb.threads/reconnect-signal.c: New file.
5785 * gdb.threads/reconnect-signal.exp: New file.
5786
5787 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5788
5789 * gdb.base/source-dir.exp: New file.
5790
5791 2014-01-07 Joel Brobecker <brobecker@adacore.com>
5792
5793 * gdb.ada/mi_interface: New testcase.
5794
5795 2014-01-07 Joel Brobecker <brobecker@adacore.com>
5796
5797 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
5798 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
5799 gdb.ada/pp-rec-component/pck.ads: New files.
5800
5801 2014-01-07 Joel Brobecker <brobecker@adacore.com>
5802
5803 * gdb.python/py-pp-integral.c: New file.
5804 * gdb.python/py-pp-integral.py: New file.
5805 * gdb.python/py-pp-integral.exp: New file.
5806
5807 For older changes see ChangeLog-1993-2013.
5808 \f
5809 ;; Local Variables:
5810 ;; mode: change-log
5811 ;; left-margin: 8
5812 ;; fill-column: 74
5813 ;; version-control: never
5814 ;; End:
5815
5816 Copyright 2014-2015 Free Software Foundation, Inc.
5817 Copying and distribution of this file, with or without modification,
5818 are permitted provided the copyright notice and this notice are preserved.