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