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