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