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