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