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