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