]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
(Ada) Handle same component names when searching in tagged types
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2017-12-15 Xavier Roirand <roirand@adacore.com>
2
3 * gdb.ada/same_component_name: New testcase.
4
5 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6
7 * gdb.ada/str_binop_equal: New testcase.
8
9 2017-12-14 Joel Brobecker <brobecker@adacore.com>
10
11 * gdb.ada/task_switch_in_core: New testcase.
12
13 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
14
15 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
16 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
17 call test_bkpt_qualified.
18 (test_bkpt_qualified): New proc.
19
20 2017-12-13 Pedro Alves <palves@redhat.com>
21
22 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
23 Tighten regexp by matching with an anchor.
24
25 2017-12-13 Pedro Alves <palves@redhat.com>
26
27 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
28 ("expression with namespace"): New set of tests.
29 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
30 (Nested::Test_NS::qux): New.
31 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
32 defaults to 'start_quote_char' and 'end_quote_char' parameters.
33
34 2017-12-13 Joel Brobecker <brobecker@adacore.com>
35
36 * gdb.base/server-del-break.c: New file.
37 * gdb.base/server-del-break.exp: New file.
38
39 2017-12-12 Stafford Horne <shorne@gmail.com>
40
41 * gdb.xml/tdesc-regs.exp: Add or1k support.
42
43 2017-12-12 Stafford Horne <shorne@gmail.com>
44
45 * gdb.base/bp-permanent.c: Define nop of or1k.
46
47 2017-12-11 Joel Brobecker <brobecker@adacore.com>
48
49 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
50 output with components being reordered.
51
52 2017-12-11 Joel Brobecker <brobecker@adacore.com>
53
54 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
55 output with components being reordered.
56
57 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
58 Pedro Alves <palves@redhat.com>
59
60 * gdb.base/maint.exp (check for .gdb_index): Check also for
61 .debug_names.
62 * gdb.dlang/watch-loc.c (.debug_aranges): New.
63 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
64 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
65 (.gdb_index used after symbol reloading): Support also .debug_names.
66 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
67
68 2017-12-08 Yao Qi <yao.qi@linaro.org>
69
70 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
71 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
72
73 2017-12-08 Yao Qi <yao.qi@linaro.org>
74
75 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
76 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
77
78 2017-12-08 Yao Qi <yao.qi@linaro.org>
79
80 * gdb.arch/aarch64-tagged-pointer.c: New file.
81 * gdb.arch/aarch64-tagged-pointer.exp: New file.
82
83 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
84
85 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
86 "int".
87
88 2017-12-07 Keith Seitz <keiths@redhat.com>
89
90 PR breakpoints/22569
91 * gdb.linespec/ls-errs.exp: Change expected result of "break
92 -source this file has spaces.c -line 3".
93 Check that an explicit source file followed by whitespace is
94 identified as an invalid explicit location.
95
96 2017-12-07 Keith Seitz <keiths@redhat.com>
97
98 * gdb.cp/nested-types.cc: New file.
99 * gdb.cp/nested-types.exp: New file.
100 * lib/cp-support.exp: Load data-structures.exp library.
101 (debug_cp_test_ptype_class): New global.
102 (cp_ptype_class_verbose, next_line): New procedures.
103 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
104 Add and document new return value.
105 Switch the list of lines to a queue.
106 Add support for new `type' key for nested type definitions.
107 Add debugging/troubleshooting messages.
108 * lib/data-structures.exp: New file.
109
110 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
111
112 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
113 with proc_with_prefix, don't use with_test_prefix.
114
115 2017-12-07 Tom Tromey <tom@tromey.com>
116
117 * gdb.base/break.exp: Add test for empty "commands".
118
119 2017-12-07 Yao Qi <yao.qi@linaro.org>
120
121 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
122 malloc and catch syscall.
123
124 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
125
126 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
127 tests for explicit locations.
128
129 2017-12-06 Pedro Alves <palves@redhat.com>
130
131 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
132 force-disabling XML descriptions.
133
134 2017-12-04 Pedro Alves <palves@redhat.com>
135
136 PR gdb/22499
137 * gdb.arch/amd64-disp-step-avx.S: New file.
138 * gdb.arch/amd64-disp-step-avx.exp: New file.
139
140 2017-12-03 Pedro Alves <palves@redhat.com>
141
142 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
143 and <string.h>.
144 (parent_function): Print distinct messages when waitpid fails, or
145 the child exits with a signal, or the child exits for an unhandled
146 reason.
147 * gdb.threads/process-dies-while-detaching.exp
148 (detach_and_expect_exit): New 'inf_output_re' parameter and use
149 it. Wait for both inferior output and GDB's prompt. Use an
150 indirect spawn id list.
151 (do_detach): New parameter 'child_exit'. Use it to compute
152 expected inferior output.
153 (test_detach, test_detach_watch, test_detach_killed_outside):
154 Adjust to pass down the expected child exit kind.
155
156 2017-12-01 Joel Brobecker <brobecker@adacore.com>
157 Sergio Durigan Junior <sergiodj@redhat.com>
158 Pedro Alves <palves@redhat.com>
159
160 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
161
162 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
163
164 * gdb.base/relocate.exp: Add tests to guarantee that arguments
165 to 'symbol-file' and 'add-symbol-file' can be
166 position-independent.
167
168 2017-12-01 Yao Qi <yao.qi@linaro.org>
169
170 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
171 the URL in copyright header.
172 * gdb.arch/aarch64-fp.exp: Likewise.
173 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
174 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
175 * gdb.base/expand-psymtabs.exp: Likewise.
176 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
177 * gdb.fortran/common-block.exp: Likewise.
178 * gdb.fortran/common-block.f90: Likewise.
179 * gdb.fortran/logical.exp: Likewise.
180 * gdb.fortran/vla-datatypes.f90: Likewise.
181 * gdb.fortran/vla-sub.f90: Likewise.
182
183 2017-11-30 Joel Brobecker <brobecker@adacore.com>
184
185 * gdb.ada/repeat_dyn: New testcase.
186
187 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
188
189 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
190 Update for changed thread numbering.
191 * gdb.cell/bt.exp: Update for changed GDB output.
192
193 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
194
195 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
196 setting isremote by hand.
197 * boards/dwarf4-gdb-index.exp: Likewise.
198 * boards/fission.exp: Likewise.
199 * boards/stabs.exp: Likewise.
200
201 2017-11-30 Pedro Alves <palves@redhat.com>
202
203 * gdb.linespec/cpls-ops.exp
204 (check_explicit_skips_function_argument): Extract the underlying
205 type of size_t instead of hardcoding it.
206
207 2017-11-29 Pedro Alves <palves@redhat.com>
208
209 PR c++/19436
210 * gdb.linespec/cpls-abi-tag.cc: New file.
211 * gdb.linespec/cpls-abi-tag.exp: New file.
212
213 2017-11-29 Pedro Alves <palves@redhat.com>
214
215 * gdb.base/langs.exp: Use -qualified.
216 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
217 it.
218 * gdb.cp/namespace.exp: Use -qualified.
219 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
220 (overload-3, template-overload, template-ret-type, const-overload)
221 (const-overload-quoted, anon-ns, ambiguous-prefix): New
222 procedures.
223 (test_driver): Call them.
224 * gdb.cp/save-bp-qualified.cc: New.
225 * gdb.cp/save-bp-qualified.exp: New.
226 * gdb.linespec/explicit.exp: Test -qualified.
227 * lib/completion-support.exp (completion::explicit_opts_list): Add
228 "-qualified".
229 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
230
231 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
232
233 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
234
235 2017-11-29 Tom Tromey <tom@tromey.com>
236
237 * gdb.base/relocate.exp: Update invalid argument test.
238 Add new tests for invalid arguments.
239
240 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
241
242 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
243 Return 0 as a long.
244 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
245
246 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
247
248 * gdb.cp/breakpoint.cc (bar): Set return type to void.
249 * gdb.cp/psymtab-parameter.cc (func): Likewise.
250 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
251 func ().
252 * gdb.cp/shadow.cc (B.func): Return 0.
253
254 2017-11-27 Joel Brobecker <brobecker@adacore.com>
255
256 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
257 expected output in gdb_expect call to allow the exception
258 message to be present as well. Fix syntax confusion to avoid
259 TCL thinking that exception_name is an array.
260
261 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
262
263 * gdb.arch/spu-info.c: Include <unistd.h>.
264 (do_signal_test): Fix broken calls to write.
265 * gdb.arch/spu-info.exp: Use prepare_for_testing.
266 Fix checks for empty mailboxes. Update signal tests for corrected
267 do_signal_test routine. Allow nonzero event status.
268 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
269 * gdb.cell/arch.exp: Use standard_output_file.
270 * gdb.cell/break.exp: Likewise.
271 * gdb.cell/bt.exp: Likewise.
272 * gdb.cell/core.exp: Likewise.
273 * gdb.cell/dwarfaddr.exp: Likewise.
274 * gdb.cell/ea-cache.exp: Likewise.
275 * gdb.cell/ea-standalone.exp: Likewise.
276 * gdb.cell/f-regs.exp: Likewise.
277 * gdb.cell/fork.exp: Likewise.
278 * gdb.cell/gcore.exp: Likewise.
279 * gdb.cell/mem-access.exp: Likewise.
280 * gdb.cell/ptype.exp: Likewise.
281 * gdb.cell/registers.exp: Likewise.
282 * gdb.cell/sizeof.exp: Likewise.
283 * gdb.cell/solib-symbol.exp: Likewise.
284 * gdb.cell/solib.exp: Likewise.
285
286 2017-11-25 Pedro Alves <palves@redhat.com>
287
288 * gdb.base/complete-empty.exp: New file.
289 * gdb.base/completion.exp: Adjust.
290
291 2017-11-25 Pedro Alves <palves@redhat.com>
292
293 * gdb.linespec/cpls-ops.cc: New file.
294 * gdb.linespec/cpls-ops.exp: New file.
295 * lib/completion-support.exp (test_complete_prefix_range_re): New,
296 factored out from ...
297 (test_complete_prefix_range): ... this.
298
299 2017-11-24 Pedro Alves <palves@redhat.com>
300
301 * gdb.linespec/cpcompletion.exp: New file.
302 * gdb.linespec/cpls-hyphen.cc: New file.
303 * gdb.linespec/cpls.cc: New file.
304 * gdb.linespec/cpls2.cc: New file.
305 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
306 test to use test_gdb_complete_unique. Add label completion,
307 keyword completion and explicit location completion tests.
308 * lib/completion-support.exp: New file.
309
310 2017-11-24 Joel Brobecker <brobecker@adacore.com>
311
312 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
313 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
314 when hitting an exception catchpoint.
315
316 2017-11-22 Yao Qi <yao.qi@linaro.org>
317
318 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
319
320 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
321
322 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
323 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
324 * gdb.dwarf2/info-locals-optimized-out.c: New file.
325
326 2017-11-22 Yao Qi <yao.qi@linaro.org>
327
328 * gdb.base/info-os.exp: Pass pthreads.
329 * gdb.multi/multi-attach.exp: Likewise.
330
331 2017-11-22 Yao Qi <yao.qi@linaro.org>
332
333 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
334 compiler.
335
336 2017-11-22 Yao Qi <yao.qi@linaro.org>
337
338 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
339 * gdb.base/break-interp.exp: Likewise.
340 * gdb.base/jit-attach-pie.exp: Likewise.
341
342 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
343
344 * gdb.base/float128.c (large128): New variable.
345 * gdb.base/float128.exp: Add test to print largest __float128 value.
346
347 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
348
349 * gdb.arch/vsx-regs.exp: Update register content checks.
350
351 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
352
353 * gdb.arch/ppc-longdouble.exp: New file.
354 * gdb.arch/ppc-longdouble.c: Likewise.
355
356 2017-11-21 Pedro Alves <palves@redhat.com>
357
358 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
359
360 2017-11-20 Pedro Alves <palves@redhat.com>
361
362 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
363 (long_double_typedef): New typedefs.
364 Use DEF on double and long double.
365 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
366 cases.
367 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
368 and 'long_double_ptr_same_size' locals. Use them to decide
369 whether cast from array/function to float is valid/invalid.
370
371 2017-11-17 Tom Tromey <tom@tromey.com>
372
373 * gdb.rust/traits.rs: New file.
374 * gdb.rust/traits.exp: New file.
375
376 2017-11-17 Joel Brobecker <brobecker@adacore.com>
377
378 * gdb.ada/minsyms: New testcase.
379
380 2017-11-16 Pedro Alves <palves@redhat.com>
381
382 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
383 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
384
385 2017-11-16 Pedro Alves <palves@redhat.com>
386
387 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
388 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
389
390 2017-11-16 Pedro Alves <palves@redhat.com>
391
392 * gdb.server/reconnect-ctrl-c.c: New file.
393 * gdb.server/reconnect-ctrl-c.exp: New file.
394
395 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
396
397 * gdb.python/py-rbreak.exp: New file.
398 * gdb.python/py-rbreak.c: New file.
399 * gdb.python/py-rbreak-func2.c: New file.
400
401 2017-11-16 Pedro Alves <palves@redhat.com>
402
403 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
404 pattern.
405 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
406 GDB.
407
408 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
409
410 * gdb.tui/completionn.exp (test_tab_completion): Add space in
411 regex.
412
413 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
414
415 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
416 test names.
417
418 2017-11-09 Pedro Alves <palves@redhat.com>
419
420 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
421 factored out from ...
422 (top level): ... here, and adjusted to avoid expecting beyond the
423 prompt in a single gdb_test_multiple.
424
425 2017-11-09 Pedro Alves <palves@redhat.com>
426
427 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
428 output.
429 * gdb.server/ext-attach.exp ("kill" test): Likewise.
430 * gdb.server/ext-restart.exp ("kill" test): Likewise.
431 * gdb.server/ext-run.exp ("kill" test): Likewise.
432 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
433
434 2017-11-09 Pedro Alves <palves@redhat.com>
435
436 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
437 match till end of line.
438
439 2017-11-09 Pedro Alves <palves@redhat.com>
440
441 * gdb.base/memattr.exp: Tighten regexes to match the end line.
442
443 2017-11-09 Pedro Alves <palves@redhat.com>
444
445 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
446 New procedures, factored out from ...
447 (top level): ... here, and adjusted to avoid expecting beyond the
448 prompt in one go.
449
450 2017-11-09 Pedro Alves <palves@redhat.com>
451
452 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
453 output. Fix '?' match.
454
455 2017-11-08 Joel Brobecker <brobecker@adacore.com>
456
457 * gdb.ada/scoped_watch: New testcase.
458 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
459 which is actually correct.
460 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
461 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
462
463 2017-11-08 Pedro Alves <palves@redhat.com>
464
465 * gdb.gdb/complaints.exp (test_initial_complaints)
466 (test_serial_complaints, test_short_complaints): Call
467 complaint_internal instead of complaint.
468
469 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
470
471 * gdb.threads/tls-core.c: New file.
472 * gdb.threads/tls-core.exp: Likewise.
473
474 2017-11-08 Pedro Alves <palves@redhat.com>
475
476 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
477 (p Exported_Capitalized): New test.
478 (p exported_capitalized): New test.
479
480 2017-11-07 Pedro Alves <palves@redhat.com>
481
482 * gdb.cp/ena-dis-br-range.exp: Add more tests.
483
484 2017-11-07 Pedro Alves <palves@redhat.com>
485
486 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
487 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
488 (disable_invalid, disable_inverted, disable_negative): New
489 procedures.
490 ("bad numbers"): New set of tests.
491
492 2017-11-07 Pedro Alves <palves@redhat.com>
493
494 * gdb.cp/ena-dis-br-range.exp: Add tests.
495
496 2017-11-07 Pedro Alves <palves@redhat.com>
497
498 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
499
500 2017-11-07 Xavier Roirand <roirand@adacore.com>
501 Pedro Alves <palves@redhat.com>
502
503 * gdb.base/ena-dis-br.exp: Add reference to
504 gdb.cp/ena-dis-br-range.exp.
505 * gdb.cp/ena-dis-br-range.exp: New file.
506 * gdb.cp/ena-dis-br-range.cc: New file.
507
508 2017-11-06 Pedro Alves <palves@redhat.com>
509
510 * gdb.base/attach-non-pgrp-leader.c: New.
511 * gdb.base/attach-non-pgrp-leader.exp: New.
512
513 2017-11-06 Pedro Alves <palves@redhat.com>
514
515 * configure.ac: No longer check for termio.h and sgtty.h.
516 * configure: Regenerate.
517 * remote-utils.c: Include termios.h instead of gdb_termios.h.
518 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
519 Remove termio and sgtty code.
520
521 2017-11-03 Yao Qi <yao.qi@linaro.org>
522
523 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
524 in GDB is disabled.
525
526 2017-11-03 Yao Qi <yao.qi@linaro.org>
527
528 * gdb.python/py-thrhandle.exp: Skip it if python is not
529 enabled.
530
531 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
532
533 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
534 as a breakpoint command.
535
536 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
537
538 PR python/21213
539 * gdb.python/py-infthread.exp: Test calling
540 InferiorThread.inferior () multiple times in a row.
541
542 2017-10-27 Keith Seitz <keiths@redhat.com>
543
544 * gdb.opt/inline-break.exp (break_info_1): New procedure.
545 Test "info break" for every inlined function breakpoint.
546
547 2017-10-27 Yao Qi <yao.qi@linaro.org>
548
549 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
550
551 2017-10-26 Patrick Frants <osscontribute@gmail.com>
552
553 * gdb.cp/classes.exp (test_static_members): Test printing
554 Outer::instance.
555 * gdb.cp/classes.c (struct Inner, struct Outer): New.
556 (Inner::instance, Outer::instance): New.
557
558 2017-10-24 Pedro Alves <palves@redhat.com>
559
560 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
561 extra console" test in two stages.
562
563 2017-10-24 Pedro Alves <palves@redhat.com>
564
565 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
566
567 2017-10-24 Pedro Alves <palves@redhat.com>
568
569 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
570 loop.
571
572 2017-10-24 Pedro Alves <palves@redhat.com>
573
574 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
575 $attempt" and "stoppedtry $stoppedtry" test prefixes.
576
577 2017-10-24 Pedro Alves <palves@redhat.com>
578
579 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
580 parameter and handle it. Don't output read value in test name.
581
582 2017-10-24 Pedro Alves <palves@redhat.com>
583
584 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
585 custom test name.
586
587 2017-10-24 Pedro Alves <palves@redhat.com>
588
589 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
590 include the unstable output directory name in the test's name.
591 (initial_setup_simple) <'set args'>: Use custom test name.
592
593 2017-10-24 Pedro Alves <palves@redhat.com>
594
595 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
596 with explicit test name.
597
598 2017-10-20 Pedro Alves <palves@redhat.com>
599
600 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
601 'wait -i'. Use gdb_assert and remote_close.
602
603 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
604
605 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
606 number from variable rather than hard-coded.
607
608 2017-10-19 Pedro Alves <palves@redhat.com>
609
610 * gdb.base/long-inferior-output.c: New file.
611 * gdb.base/long-inferior-output.exp: New file.
612
613 2017-11-18 Keith Seitz <keiths@redhat.com>
614
615 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
616 method.
617 (main): Call it.
618 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
619 Add additional user-defined conversion operator tests.
620
621 2017-10-17 Pedro Alves <palves@redhat.com>
622
623 * boards/native-stdio-gdbserver.exp: Load "local-board".
624
625 2017-10-17 Pedro Alves <palves@redhat.com>
626
627 * gdb.base/quit-live.c: New file.
628 * gdb.base/quit-live.exp: New file.
629
630 2017-10-16 Keith Seitz <keiths@redhat.com>
631
632 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
633 (class_with_protected_typedef, class_with_private_typedef)
634 (struct_with_public_typedef, struct_with_protected_typedef)
635 (struct_with_private_typedef): New classes/structs.
636 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
637 typedefs and access specifiers.
638
639 2017-10-16 Pedro Alves <palves@redhat.com>
640 Simon Marchi <simon.marchi@polymtl.ca>
641
642 * README (Local vs Remote vs Native): New section.
643 * boards/local-board.exp: New file, with bits factored out from
644 ...
645 * boards/native-extended-gdbserver.exp: ... here. Load
646 "local-board".
647 * boards/native-gdbserver.exp: Load "local-board".
648 (${board}_spawn, ${board}_exec): Delete.
649 * boards/native-stdio-gdbserver.exp: Most contents factored out to
650 ...
651 * boards/stdio-gdbserver-base.exp: ... this new file.
652 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
653 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
654 procedure.
655 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
656 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
657 stdio_gdbserver_command.
658 (${board}_get_remote_address, ${board}_get_comm_port)
659 (${board}_download, ${board}_upload): Delete.
660 (get_target_remote_pipe_cmd): New.
661
662 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
663
664 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
665 test_bkpt_deletion, test_bkpt_cond_and_cmds,
666 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
667 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
668 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
669 remove with_test_prefix.
670
671 2017-10-13 Pedro Alves <palves@redhat.com>
672
673 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
674 * gdb.base/annota1.exp: Use it instead of is_remote.
675 * gdb.base/annota3.exp: Use it instead of is_remote.
676 * gdb.cp/annota2.exp: Use it instead of is_remote.
677 * gdb.cp/annota3.exp: Use it instead of is_remote.
678 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
679
680 2017-10-13 Pedro Alves <palves@redhat.com>
681
682 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
683 (test_num_test_vars, run_and_count_vars, find_env)
684 (test_set_unset_env, test_inherit_env_var): New procedures.
685 (top level): Use them.
686
687 2017-10-13 Pedro Alves <palves@redhat.com>
688
689 * lib/selftest-support.exp (selftest_setup): Extend comments, and
690 also skip on stub-like targets.
691
692 2017-10-13 Pedro Alves <palves@redhat.com>
693
694 PR gdb/22293
695 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
696 (top level): Move some tests to ...
697 (test_not_found): ... this new procedure.
698 (top level): Call it.
699
700 2017-10-13 Pedro Alves <palves@redhat.com>
701
702 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
703 expect different "info terminal" output if testing with a
704 non-native target.
705
706 2017-10-13 Pedro Alves <palves@redhat.com>
707 Simon Marchi <simon.marchi@polymtl.ca>
708
709 PR python/12966
710 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
711
712 2017-10-13 Pedro Alves <palves@redhat.com>
713
714 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
715 already.
716
717 2017-10-13 Pedro Alves <palves@redhat.com>
718
719 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
720 is_remote.
721
722 2017-10-13 Pedro Alves <palves@redhat.com>
723
724 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
725 is_remote.
726
727 2017-10-13 Pedro Alves <palves@redhat.com>
728
729 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
730 is set.
731 (corefile_test_attach): Likewise. Check can_spawn_for_attach
732 instead of is_remote.
733
734 2017-10-13 Pedro Alves <palves@redhat.com>
735
736 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
737 (top level): Add comment.
738
739 2017-10-13 Pedro Alves <palves@redhat.com>
740
741 * gdb.base/remote.exp (top level): Fix comment typo and add
742 missing return.
743
744 2017-10-13 Pedro Alves <palves@redhat.com>
745 Simon Marchi <simon.marchi@polymtl.ca>
746
747 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
748 calls and add comments. Skip test if use_gdb_stub is set.
749 (top level): Use "set cwd" command instead of "cd" command.
750
751 2017-10-13 Pedro Alves <palves@redhat.com>
752
753 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
754 is_remote target check.
755
756 2017-10-13 Pedro Alves <palves@redhat.com>
757
758 * gdb.base/scope.exp: Use build_executable + clean_restart +
759 gdb_file_cmd instead of prepare_for_testing and no longer skip
760 "before run" tests on is_remote target boards. Update comments.
761 * boards/native-extended-gdbserver.exp
762 (extended_gdbserver_load_last_file): New, factored out from ...
763 (gdb_load): ... this. Move further below and add comment.
764 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
765
766 2017-10-12 Pedro Alves <palves@redhat.com>
767
768 * gdb.base/attach.exp: Remove references to gdb64.
769 * gdb.base/dbx.exp: Remove references to gdb64.
770
771 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
772 Pedro Alves <palves@redhat.com>
773
774 * gdb.base/label.exp: Remove is_remote target check.
775
776 2017-10-12 Pedro Alves <palves@redhat.com>
777
778 * gdb.base/auvx.exp (coredir): Update comment.
779 (top level) <core_works>: Use "set cwd" command instead of "cd"
780 command.
781
782 2017-10-12 Pedro Alves <palves@redhat.com>
783 Simon Marchi <simon.marchi@polymtl.ca>
784
785 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
786 target boards.
787
788 2017-10-12 Pedro Alves <palves@redhat.com>
789 Simon Marchi <simon.marchi@polymtl.ca>
790
791 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
792 Instead skip if there's any gdb_protocol set.
793
794 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
795 Pedro Alves <palves@redhat.com>
796
797 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
798
799 2017-10-12 Pedro Alves <palves@redhat.com>
800 Simon Marchi <simon.marchi@polymtl.ca>
801
802 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
803 instead of on dejagnu remote boards.
804
805 2017-10-12 Pedro Alves <palves@redhat.com>
806 Simon Marchi <simon.marchi@polymtl.ca>
807
808 * gdb.base/inferior-died.exp: Remove is_remote and isnative
809 checks. Use build_executable + clean_restart instead of
810 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
811 of enabling non-stop after starting gdb.
812
813 2017-10-12 Pedro Alves <palves@redhat.com>
814
815 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
816 * gdb.threads/non-ldr-exc-2.exp: Ditto.
817 * gdb.threads/non-ldr-exc-3.exp: Ditto.
818 * gdb.threads/non-ldr-exc-4.exp: Ditto.
819
820 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
821
822 * gdb.arch/arc-tdesc-cpu.exp: New file.
823 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
824
825 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
826
827 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
828
829 2017-10-10 Pedro Alves <palves@redhat.com>
830
831 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
832 expect CLI output.
833
834 2017-10-10 Pedro Alves <palves@redhat.com>
835
836 * lib/selftest-support.exp (selftest_setup): Update for
837 captured_command_loop's prototype change.
838
839 2017-10-09 Pedro Alves <palves@redhat.com>
840
841 Test both arch1=>arch2 and arch2=>arch1.
842
843 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
844 (srcfile2, binfile2, march1, march2): Remove globals. Largely
845 factored out to...
846 (append_arch1_options, append_arch2_options, append_arch_options)
847 (build_executables): New procedures.
848 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
849 local.
850 (top level): Add new 'first_arch' testing axis.
851
852 2017-10-09 Pedro Alves <palves@redhat.com>
853
854 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
855 (barrier): New.
856 (thread_start, all_started): New functions.
857 (main): Spawn new thread and wait until it is scheduled.
858 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
859 option.
860 (do_test): Add 'selected_thread' parameter. Run to all_started
861 instead of main. Explicitly set the breakpoint at main. Switch
862 to the SELECTED_THREAD thread.
863 (top level): Test handling the exec event with either the main
864 thread or the second thread selected.
865
866 2017-10-09 Pedro Alves <palves@redhat.com>
867
868 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
869 logic. Move STOP marker after the value checks.
870 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
871 regexp.
872
873 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
874
875 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
876
877 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
878
879 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
880 integer-to-dfp conversion.
881 * gdb.base/dfp-test.exp: Likewise.
882
883 2017-10-04 Pedro Alves <palves@redhat.com>
884
885 * gdb.multi/hangout.c: Include <unistd.h>.
886 (hangout_loop): New function.
887 (main): Call alarm. Call hangout_loop in a loop.
888 * gdb.multi/hello.c: Include <unistd.h>.
889 (hello_loop): New function.
890 (main): Call alarm. Call hangout_loop in a loop.
891 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
892 inferior with the other selected.
893
894 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
895
896 * gdb.mi/list-thread-groups-available.exp: New file.
897 * gdb.mi/list-thread-groups-available.c: New file.
898
899 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
900
901 * gdb.base/set-cwd.exp: Make it available on
902 native-extended-gdbserver.
903
904 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
905
906 * gdb.base/set-cwd.c: New file.
907 * gdb.base/set-cwd.exp: Likewise.
908
909 2017-10-02 Tom Tromey <tom@tromey.com>
910
911 PR rust/22236:
912 * gdb.rust/simple.rs (main): New variable "fslice".
913 * gdb.rust/simple.exp: Add slice tests. Update string tests.
914
915 2017-10-02 Tom Tromey <tom@tromey.com>
916
917 * gdb.rust/simple.exp: Test ptype of a slice.
918
919 2017-10-02 Tom Tromey <tom@tromey.com>
920
921 * gdb.rust/simple.exp: Test index of slice.
922
923 2017-09-27 Tom Tromey <tom@tromey.com>
924
925 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
926
927 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
928 Pedro Alves <palves@redhat.com>
929
930 * gdb.base/compare-sections.exp (get value of read-only section): Read
931 as unsigned value.
932 (corrupt read-only section): Likewise and don't set written if patching
933 failed.
934
935 2017-09-21 Kevin Buettner <kevinb@redhat.com>
936
937 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
938 files.
939
940 2017-09-20 Pedro Alves <palves@redhat.com>
941
942 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
943 symbol names in gdb's output.
944 * gdb.cp/overload.exp ("list all overloads"): Likewise.
945
946 2017-09-20 Pedro Alves <palves@redhat.com>
947
948 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
949 Rename to ...
950 (test_list_ambiguous_symbol): ... this and add a symbol name
951 parameter. Adjust.
952 (test_list_ambiguous_function): Reimplement on top of
953 test_list_ambiguous_symbol and also test listing ambiguous
954 variables.
955 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
956 (ambiguous_fun): ... this.
957 (ambiguous_var): New.
958 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
959 (ambiguous_fun): ... this.
960 (ambiguous_var): New.
961
962 2017-09-19 John Baldwin <jhb@FreeBSD.org>
963
964 * gdb.base/starti.c: New file.
965 * gdb.base/starti.exp: New file.
966 * lib/gdb.exp (gdb_starti_cmd): New procedure.
967
968 2017-09-14 Pedro Alves <palves@redhat.com>
969
970 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
971 (top level): Use it instead of runto.
972
973 2017-09-11 Tom Tromey <tom@tromey.com>
974
975 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
976
977 2017-09-11 Tom Tromey <tom@tromey.com>
978
979 * gdb.python/py-infthread.exp: Add tests for new_thread event.
980 * gdb.python/py-inferior.exp: Add tests for new inferior events.
981
982 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
983
984 * gdb.fortran/printing-types.exp: New file.
985 * gdb.fortran/printing-types.exp: New file.
986
987 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
988
989 * gdb.fortran/vla-ptype.exp: Fix typos.
990 * gdb.fortran/vla-value.exp: Same.
991
992 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
993
994 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
995 * gdb.mi/mi-var-child-f.exp: Likewise.
996 * gdb.mi/mi-vla-fortran.exp: Likewise.
997
998 2017-09-08 Frank Penczek <frank.penczek@intel.com>
999 Christoph Weinmann <christoph.t.weinmann@intel.com>
1000 Bernhard Heckel <bernhard.heckel@intel.com>
1001
1002 * gdb.fortran/ptr-indentation.f90: New file.
1003 * gdb.fortran/ptr-indentation.exp: New file.
1004
1005 2017-09-05 Tom Tromey <tom@tromey.com>
1006
1007 PR gdb/22010:
1008 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
1009
1010 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
1011
1012 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
1013
1014 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1015
1016 * gdb.threads/tls-nodebug-pie.c: New file.
1017 * gdb.threads/tls-nodebug-pie.exp: New file.
1018
1019 2017-09-05 Tom Tromey <tom@tromey.com>
1020
1021 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
1022 for rust.
1023
1024 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
1025
1026 * gdb.multi/multi-arch-exec.exp: Test with different
1027 "follow-exec-mode" settings.
1028 (do_test): New procedure.
1029
1030 2017-09-04 Pedro Alves <palves@redhat.com>
1031
1032 * gdb.base/func-static.c (S::method const, S::method volatile)
1033 (S::method volatile const): New methods.
1034 (c_s, v_s, cv_s): New instances.
1035 (main): Call method() on them.
1036 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
1037 (cannot_resolve): New procedure.
1038 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
1039 print-quote-unquoted columns.
1040 (do_test): Test printing each scope too.
1041
1042 2017-09-04 Pedro Alves <palves@redhat.com>
1043
1044 * gdb.base/local-static.exp: Also test with
1045 class::method::variable wholly quoted.
1046 * gdb.cp/m-static.exp (class::method::variable): Remove test.
1047
1048 2017-09-04 Pedro Alves <palves@redhat.com>
1049
1050 * gdb.base/local-static.c: New.
1051 * gdb.base/local-static.cc: New.
1052 * gdb.base/local-static.exp: New.
1053
1054 2017-09-04 Pedro Alves <palves@redhat.com>
1055
1056 * gdb.asm/asm-source.exp: Add casts to int.
1057 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
1058 (dataglobal64_1, dataglobal64_2): New globals.
1059 * gdb.base/nodebug.exp: Test different expressions involving the
1060 new globals, with print, whatis and ptype. Add casts to int.
1061 * gdb.base/solib-display.exp: Add casts to int.
1062 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
1063 * gdb.cp/m-static.exp: Add cast to int.
1064 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
1065 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
1066 tls variable with no debug info without a cast. Test with a cast
1067 to int too.
1068 * gdb.trace/entry-values.exp: Add casts.
1069
1070 2017-09-04 Pedro Alves <palves@redhat.com>
1071
1072 * gdb.base/nodebug.exp: Test that ptype's error about functions
1073 with unknown return type includes the function name too.
1074
1075 2017-09-04 Pedro Alves <palves@redhat.com>
1076
1077 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
1078 return type of munmap in infcall.
1079 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
1080 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
1081 type of ftell in infcall.
1082 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
1083 type of getpid in infcall.
1084 * gdb.base/infcall-exec.exp: Cast return type of execlp in
1085 infcall.
1086 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
1087 Bail on failure to extract the pid.
1088 * gdb.base/nodebug.c: #include <stdint.h>.
1089 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
1090 New functions.
1091 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
1092 Change expected output of print/whatis/ptype with functions with
1093 no debug info. Test all supported languages. Call
1094 test_call_promotion.
1095 * gdb.compile/compile.exp: Adjust expected output to expect
1096 warning.
1097 * gdb.threads/siginfo-threads.exp: Likewise.
1098
1099 2017-09-04 Pedro Alves <palves@redhat.com>
1100
1101 * gdb.base/callfuncs.exp (do_function_calls): New parameter
1102 "prototypes". Test calling float functions via prototyped and
1103 unprototyped function pointers.
1104 (perform_all_tests): New parameter "prototypes". Pass it down.
1105 (top level): Pass down "prototypes" parameter to
1106 perform_all_tests.
1107
1108 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
1109
1110 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
1111 Test with nested loops.
1112
1113 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
1114
1115 * gdb.base/commands.exp: Call the new procedures.
1116 (loop_break_test, loop_continue_test): New procedures.
1117
1118 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
1119
1120 * gdb.base/commands.exp: Call new procedure.
1121 (define_if_without_arg_test): New procedure.
1122
1123 2017-09-04 Pedro Alves <palves@redhat.com>
1124
1125 * gdb.base/list-ambiguous.exp: New file.
1126 * gdb.base/list-ambiguous0.c: New file.
1127 * gdb.base/list-ambiguous1.c: New file.
1128 * gdb.base/list.exp (test_list_range): Adjust expected output.
1129
1130 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1131
1132 * gdb.base/share-env-with-gdbserver.c: New file.
1133 * gdb.base/share-env-with-gdbserver.exp: Likewise.
1134
1135 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
1136
1137 * gdb.base/commands.exp (gdbvar_simple_if_test,
1138 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
1139 progvar_simple_if_test, progvar_simple_while_test,
1140 progvar_complex_if_while_test, user_defined_command_test,
1141 user_defined_command_args_eval,
1142 user_defined_command_args_stack_test,
1143 user_defined_command_manyargs_test, bp_deleted_in_command_test,
1144 temporary_breakpoint_commands,
1145 gdb_test_no_prompt, redefine_hook_test,
1146 redefine_backtrace_test): Remove "global gdb_prompt".
1147
1148 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
1149
1150 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
1151 New proc, call it from toplevel.
1152
1153 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
1154
1155 PR remote/21852
1156 * gdb.server/normal.c: New file, copied from gdb.base.
1157 * gdb.server/run-without-local-binary.exp: New file.
1158
1159 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
1160
1161 * gdb.arch/sparc64-adi.exp: New file.
1162 * gdb.arch/sparc64-adi.c: New file.
1163
1164 2017-08-22 Pedro Alves <palves@redhat.com>
1165
1166 * gdb.cp/overload.exp (line_range_pattern): New procedure.
1167 (top level): Add "list all overloads" tests.
1168
1169 2017-08-22 Tom Tromey <tom@tromey.com>
1170
1171 * gdb.gdb/xfullpath.exp: Remove.
1172
1173 2017-08-21 Pedro Alves <palves@redhat.com>
1174
1175 PR gdb/19487
1176 * gdb.base/symbol-alias.c: New.
1177 * gdb.base/symbol-alias2.c: New.
1178 * gdb.base/symbol-alias.exp: New.
1179
1180 2017-08-21 Pedro Alves <palves@redhat.com>
1181
1182 * gdb.base/dfp-test.c
1183 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
1184 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
1185 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
1186 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
1187 * gdb.base/whatis-ptype-typedefs.c: New.
1188 * gdb.base/whatis-ptype-typedefs.exp: New.
1189 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
1190 (an_int, an_int_type, an_int_type2): New globals.
1191 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
1192 involving typedefs and cast expressions.
1193 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
1194 (lookup_typedefs_function): New.
1195 (typedefs_pretty_printers_dict): New.
1196 (top level): Register lookup_typedefs_function in
1197 gdb.pretty_printers.
1198
1199 2017-08-18 Yao Qi <yao.qi@linaro.org>
1200
1201 * gdb.server/unittest.exp: New.
1202
1203 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
1204
1205 PR gdb/21954
1206 * gdb.base/environ.exp: Add test to check if 'unset environment'
1207 works.
1208
1209 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
1210
1211 * lib/gdb.exp (universal_compile_options): New caching proc.
1212 (gdb_compile): Suppress GCC's coloring of messages.
1213
1214 2017-08-14 Tom Tromey <tom@tromey.com>
1215
1216 PR gdb/21675:
1217 * gdb.base/printcmds.exp (test_radices): New function.
1218 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
1219 * gdb.base/sizeof.exp (check_valueof): Use p/d.
1220 * lib/gdb.exp (get_integer_valueof): Use p/d.
1221
1222 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
1223
1224 * lib/gdb.exp (get_valueof): Don't capture end-of-line
1225 characters.
1226
1227 2017-08-05 Tom Tromey <tom@tromey.com>
1228
1229 * gdb.rust/simple.exp: Allow String to appear in a different
1230 namespace.
1231
1232 2017-07-26 Yao Qi <yao.qi@linaro.org>
1233
1234 * gdb.gdb/unittest.exp: Invoke command
1235 "maintenance check xml-descriptions".
1236
1237 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1238
1239 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
1240 calling context.
1241 (hex128): Drop erroneous calculation of parameters.
1242
1243 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
1244
1245 * gdb.python/py-unwind.exp: Disable stack protection when
1246 building test file.
1247
1248 2017-07-20 Pedro Alves <palves@redhat.com>
1249
1250 * gdb.base/default.exp (set language): Adjust expected output.
1251
1252 2017-07-20 Pedro Alves <palves@redhat.com>
1253
1254 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
1255 (test_minsym): ... this, and make static.
1256 (get_pck__foo__bar__minsym): Rename to ...
1257 (get_test_minsym): ... this.
1258 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
1259 symbol names and comments.
1260 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
1261 (get_test_minsym): ... this.
1262 (pck__foo__bar__minsym__2): Rename to ...
1263 (test_minsym): ... this.
1264 (main): Adjust.
1265
1266 2017-07-17 Pedro Alves <palves@redhat.com>
1267
1268 * gdb.base/completion.exp: Adjust expected output.
1269 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
1270 the completer works.
1271
1272 2017-07-17 Pedro Alves <palves@redhat.com>
1273
1274 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
1275
1276 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
1277
1278 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
1279
1280 2017-07-14 Tom Tromey <tom@tromey.com>
1281
1282 PR rust/21764:
1283 * gdb.rust/simple.exp: Add tests.
1284
1285 2017-07-14 Tom Tromey <tom@tromey.com>
1286
1287 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
1288
1289 2017-07-14 Pedro Alves <palves@redhat.com>
1290
1291 * gdb.linespec/base/one/thefile.cc (z1): New function.
1292 * gdb.linespec/base/two/thefile.cc (z2): New function.
1293 * gdb.linespec/linespec.exp: Add tests.
1294
1295 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
1296
1297 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
1298 to mi_create_breakpoint.
1299
1300 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
1301
1302 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
1303 mi_create_breakpoint.
1304
1305 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
1306
1307 * gdb.dlang/demangle.exp: Update for demangling changes.
1308
1309 2017-07-09 Tom Tromey <tom@tromey.com>
1310
1311 * gdb.dwarf2/shortpiece.exp: New file.
1312
1313 2017-07-06 David Blaikie <dblaikie@gmail.com>
1314
1315 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
1316 built from fissiont-multi-cu{1,2}.c.
1317 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
1318 except putting 'main' and 'func' in separate CUs in the same DWO file.
1319 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
1320 test.
1321 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
1322 test.
1323
1324 2017-07-06 Pedro Alves <palves@redhat.com>
1325
1326 * gdb.python/py-unwind.exp: Test flushregs.
1327
1328 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
1329
1330 PR cli/21688
1331 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
1332 tests for alias commands and trailing whitespace.
1333
1334 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
1335
1336 PR cli/21688
1337 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
1338 procedure. Call it.
1339
1340 2017-06-29 Pedro Alves <palves@redhat.com>
1341
1342 * gdb.base/printcmds.exp: Add tests.
1343
1344 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
1345
1346 PR gdb/21337
1347 * gdb.base/reread-readsym.exp: New file.
1348 * gdb.base/reread-readsym.c: New file.
1349
1350 2017-06-21 Kevin Buettner <kevinb@redhat.com>
1351
1352 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
1353 subpattern.
1354
1355 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
1356
1357 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
1358 extended mnemonic.
1359 * gdb.arch/powerpc-power9.s: Likewise.
1360
1361 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
1362
1363 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
1364 on 32-bit x86 targets. Exploit is_*_target macros where
1365 appropriate.
1366
1367 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1368
1369 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
1370 register pieces.
1371
1372 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1373
1374 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
1375 located in one or more DWARF pieces.
1376
1377 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1378
1379 * lib/gdb.exp (get_endianness): New proc.
1380 * gdb.arch/aarch64-fp.exp: Use it.
1381 * gdb.arch/altivec-regs.exp: Likewise.
1382 * gdb.arch/e500-regs.exp: Likewise.
1383 * gdb.arch/vsx-regs.exp: Likewise.
1384 * gdb.base/dump.exp: Likewise.
1385 * gdb.base/funcargs.exp: Likewise.
1386 * gdb.base/gnu_vector.exp: Likewise.
1387 * gdb.dwarf2/formdata16.exp: Likewise.
1388 * gdb.dwarf2/implptrpiece.exp: Likewise.
1389 * gdb.dwarf2/nonvar-access.exp: Likewise.
1390 * gdb.python/py-inferior.exp: Likewise.
1391 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1392
1393 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1394
1395 PR gdb/21226
1396 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
1397 stack value pieces are taken from the LSB end.
1398
1399 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1400
1401 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
1402 variable at nonzero offset.
1403
1404 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1405
1406 * gdb.dwarf2/var-access.c: New file.
1407 * gdb.dwarf2/var-access.exp: New test.
1408 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
1409
1410 2017-06-12 Tom Tromey <tom@tromey.com>
1411
1412 * gdb.dwarf2/formdata16.exp: Add tests.
1413
1414 2017-06-12 Tom Tromey <tom@tromey.com>
1415
1416 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
1417
1418 2017-06-12 Tom Tromey <tom@tromey.com>
1419
1420 PR exp/16225:
1421 * gdb.reverse/i386-sse-reverse.exp: Update tests.
1422 * gdb.arch/vsx-regs.exp: Update tests.
1423 * gdb.arch/s390-vregs.exp (hex128): New proc.
1424 Update test.
1425 * gdb.arch/altivec-regs.exp: Update tests.
1426
1427 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1428
1429 * gdb.base/startup-with-shell.c: New file.
1430 * gdb.base/startup-with-shell.exp: Likewise.
1431
1432 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1433
1434 * gdb.server/non-existing-program.exp: Update regex in order to
1435 reflect the fact that gdbserver is now using fork_inferior (with a
1436 shell) to startup the inferior.
1437
1438 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
1439
1440 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
1441 support function calls from GDB.
1442
1443 2017-05-21 Tom Tromey <tom@tromey.com>
1444
1445 PR rust/21466:
1446 * gdb.rust/unsized.exp: New file.
1447 * gdb.rust/unsized.rs: New file.
1448
1449 2017-05-19 Tom Tromey <tom@tromey.com>
1450
1451 PR rust/21484:
1452 * gdb.rust/watch.exp: New file.
1453 * gdb.rust/watch.rs: New file.
1454
1455 2017-05-18 Tom Tromey <tom@tromey.com>
1456
1457 * gdb.rust/simple.exp: Allow Box to be qualified.
1458
1459 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
1460
1461 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
1462
1463 2017-05-18 Pedro Alves <palves@redhat.com>
1464
1465 * gdb.base/fileio.c (test_write, test_read, test_close)
1466 (test_fstat): Don't print 'ret' in the fail path.
1467
1468 2017-05-18 Pedro Alves <palves@redhat.com>
1469
1470 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
1471 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
1472 (test_system, test_rename, test_unlink, test_time): Change
1473 prototypes.
1474 * gdb.base/fileio.exp (stop_msg): Adjust.
1475
1476 2017-05-18 Pedro Alves <palves@redhat.com>
1477
1478 * gdb.base/fileio.c (null_str): New global.
1479 (test_stat): Use it.
1480 * gdb.base/fileio.exp: Remove nowarnings.
1481
1482 2017-05-17 Yao Qi <yao.qi@linaro.org>
1483
1484 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
1485
1486 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
1487
1488 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
1489 argument command.
1490 (top-level): Invoke test_set_inferior_tty.
1491
1492 2017-05-04 Pedro Alves <palves@redhat.com>
1493
1494 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
1495 Add parens to print call for Python 3.
1496
1497 2017-05-03 Keith Seitz <keiths@redhat.com>
1498
1499 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
1500 (main): Call it.
1501
1502 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1503
1504 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
1505 to prev and next.
1506
1507 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1508
1509 * gdb.python/py-record-btrace.exp: Remove test for
1510 gdb.BtraceInstruction.error.
1511
1512 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1513
1514 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
1515
1516 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1517
1518 * gdb.python/py-record-btrace-threads.c: New file.
1519 * gdb.python/py-record-btrace-threads.exp: New file.
1520
1521 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
1522
1523 PR testsuite/8595
1524 * gdb.base/environ.exp: Make test available in all architectures.
1525 Move bits related to "info program" testing to
1526 gdb.base/info-program.exp. Rewrite tests to use the two new
1527 procedures mentione below.
1528 (test_set_show_env_var) New procedure.
1529 (test_set_show_env_var_equal): Likewise.
1530 * gdb.base/info-program.exp: New file.
1531
1532 2017-04-27 Keith Seitz <keiths@redhat.com>
1533
1534 * gdb.cp/oranking.cc (test15): New function.
1535 (main): Call test15 and declare additional variables for testing.
1536 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
1537 "p foo101('abc')" tests.
1538 Add tests for cv qualifier overloads.
1539 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
1540 "lvalue reference overload" test.
1541 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
1542 "print value of f1 on Child&& in f2" test.
1543
1544 2017-04-19 Pedro Alves <palves@redhat.com>
1545
1546 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
1547 procedure.
1548 (top level): Call it.
1549 * lib/gdb.exp (gdb_define_cmd): New procedure.
1550
1551 2017-04-12 Pedro Alves <palves@redhat.com>
1552
1553 PR gdb/21323
1554 * gdb.cp/wide_char_types.c: Include <wchar.h>.
1555 (wchar): New global.
1556 * gdb.cp/wide_char_types.exp (wide_char_types_program)
1557 (do_test_wide_char, wide_char_types_no_program, top level): Add
1558 wchar_t testing.
1559
1560 2017-04-12 Pedro Alves <palves@redhat.com>
1561
1562 PR c++/21323
1563 * gdb.cp/wide_char_types.c: New file.
1564 * gdb.cp/wide_char_types.exp: New file.
1565
1566 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
1567
1568 PR gdb/21352
1569 * gdb.trace/tsv.exp: Add test for "tsave -r".
1570
1571 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
1572
1573 * gdb.dlang/watch-loc.c: New file.
1574 * gdb.dlang/watch-loc.exp: New file.
1575
1576 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1577
1578 * gdb.python/py-section-script.exp (sepdebug): New testcases.
1579
1580 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1581
1582 * gdb.arch/arc-analyze-prologue.S: New file.
1583 * gdb.arch/arc-analyze-prologue.exp: Likewise.
1584
1585 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1586
1587 * gdb.arch/arc-decode-insn.S: New file.
1588 * gdb.arch/arc-decode-insn.exp: Likewise.
1589
1590 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
1591
1592 PR tdep/20928
1593 * gdb.arch/sparc64-regs.exp: New file.
1594 * gdb.arch/sparc64-regs.S: Likewise.
1595
1596 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
1597
1598 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
1599 and memory view on Python 3.
1600
1601 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
1602 Keith Seitz <keiths@redhat.com>
1603
1604 PR gdb/14441
1605 * gdb.cp/demangle.exp: Add rvalue reference tests.
1606 * gdb.cp/rvalue-ref-casts.cc: New file.
1607 * gdb.cp/rvalue-ref-casts.exp: New file.
1608 * gdb.cp/rvalue-ref-overload.cc: New file.
1609 * gdb.cp/rvalue-ref-overload.exp: New file.
1610 * gdb.cp/rvalue-ref-params.cc: New file.
1611 * gdb.cp/rvalue-ref-params.exp: New file.
1612 * gdb.cp/rvalue-ref-sizeof.cc: New file.
1613 * gdb.cp/rvalue-ref-sizeof.exp: New file.
1614 * gdb.cp/rvalue-ref-types.cc: New file.
1615 * gdb.cp/rvalue-ref-types.exp: New file.
1616 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
1617 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
1618
1619 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1620
1621 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
1622 New procedure.
1623
1624 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1625
1626 * lib/mi-support.exp (mi_gdb_test): Add additional message
1627 for unexpected output.
1628
1629 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
1630
1631 * gdb.base/examine-backward.c (Barrier): New character array
1632 constant, to ensure that TestStrings is preceded by a string
1633 terminator.
1634
1635 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1636
1637 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
1638 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
1639 and implicit pointer into such a location.
1640
1641 2017-03-16 Doug Evans <dje@google.com>
1642
1643 * gdb.python/py-lazy-string (pointer): Really add new typedef.
1644
1645 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
1646
1647 * gdb.cp/m-static.exp: Fix expectation for prototype of
1648 test5.single_constructor and single_constructor::single_constructor.
1649
1650 2017-03-16 Doug Evans <dje@google.com>
1651
1652 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
1653 * gdb.guile/scm-lazy-string.c: New file.
1654 * gdb.guile/scm-value.exp: Move lazy string tests to ...
1655 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
1656 for pointer, array, typedef lazy strings.
1657
1658 2017-03-16 Doug Evans <dje@google.com>
1659
1660 PR python/17728, python/18439, python/18779
1661 * gdb.python/py-value.c (main) Delete locals sptr, sn.
1662 * gdb.python/py-lazy-string.c (pointer): New typedef.
1663 (main): New locals ptr, array, typedef_ptr.
1664 * gdb.python/py-value.exp: Move lazy string tests to ...
1665 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
1666 array, typedef lazy strings.
1667
1668 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
1669
1670 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
1671 Add optional 'test' parameter.
1672
1673 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
1674
1675 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
1676 Skip for versions of DejaGnu < 1.5.
1677
1678 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
1679
1680 * lib/gdb.exp (dejagnu_version): New proc.
1681 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
1682 Use dejagnu_version.
1683
1684 2017-03-10 Keith Seitz <keiths@redhat.com>
1685
1686 PR c++/8128
1687 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
1688 type from destructor regexps.
1689 Add a branch which actually passes the test.
1690 Adjust "ptype t5i" test names.
1691
1692 2017-03-08 Pedro Alves <palves@redhat.com>
1693
1694 * gdb.base/step-over-exit.exp: Add explicit test message.
1695
1696 2017-03-08 Pedro Alves <palves@redhat.com>
1697
1698 PR gdb/18360
1699 * gdb.threads/interrupt-while-step-over.c: New file.
1700 * gdb.threads/interrupt-while-step-over.exp: New file.
1701
1702 2017-03-08 Pedro Alves <palves@redhat.com>
1703
1704 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
1705 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
1706
1707 2017-03-08 Pedro Alves <palves@redhat.com>
1708
1709 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
1710 PKRU as not supported as a PASS.
1711
1712 2017-03-08 Pedro Alves <palves@redhat.com>
1713
1714 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
1715 prefix instead of $binfile1/$binfile2.
1716 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
1717 in test message.
1718 * gdb.python/py-completion.exp: Use "load python file" as test
1719 messages instead of unstable path names.
1720
1721 2017-03-08 Pedro Alves <palves@redhat.com>
1722 Jan Kratochvil <jan.kratochvil@redhat.com>
1723
1724 PR cli/21218
1725 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
1726 New proc.
1727 (top level): Call it.
1728
1729 2017-03-08 Pedro Alves <palves@redhat.com>
1730
1731 PR tui/21216
1732 * gdb.tui/tui-nl-filtered-output.exp: New file.
1733
1734 2017-03-08 Pedro Alves <palves@redhat.com>
1735
1736 * gdb.base/completion.exp: Move TUI completion tests to ...
1737 * gdb.tui/completion.exp: ... this new file.
1738
1739 2017-03-08 Pedro Alves <palves@redhat.com>
1740
1741 * gdb.base/tui-disasm-long-lines.c,
1742 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
1743 gdb.base/tui-layout.exp: Move to ...
1744 * gdb.tui/: ... this new directory.
1745
1746 2017-03-07 Pedro Alves <palves@redhat.com>
1747
1748 * gdb.base/tui-layout.c: New file.
1749 * gdb.base/tui-layout.exp: New file.
1750
1751 2017-03-07 Pedro Alves <palves@redhat.com>
1752
1753 * gdb.base/tui-layout.c: Rename to ...
1754 * gdb.base/tui-disasm-long-lines.c: ... this.
1755 * gdb.base/tui-layout.exp: Rename to ...
1756 * gdb.base/tui-disasm-long-lines.exp: ... this.
1757
1758 2017-03-07 Pedro Alves <palves@redhat.com>
1759
1760 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
1761
1762 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
1763
1764 * i386-mpx-call.c: New file.
1765 * i386-mpx-call.exp: New file.
1766
1767 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
1768
1769 * gdb.arch/powerpc-power.exp: Delete test.
1770 * gdb.arch/powerpc-power.s: Likewise.
1771 * gdb.disasm/disassembler-options.exp: New test.
1772 * gdb.arch/powerpc-altivec.exp: Likewise.
1773 * gdb.arch/powerpc-altivec.s: Likewise.
1774 * gdb.arch/powerpc-altivec2.exp: Likewise.
1775 * gdb.arch/powerpc-altivec2.s: Likewise.
1776 * gdb.arch/powerpc-altivec3.exp: Likewise.
1777 * gdb.arch/powerpc-altivec3.s: Likewise.
1778 * gdb.arch/powerpc-power7.exp: Likewise.
1779 * gdb.arch/powerpc-power7.s: Likewise.
1780 * gdb.arch/powerpc-power8.exp: Likewise.
1781 * gdb.arch/powerpc-power8.s: Likewise.
1782 * gdb.arch/powerpc-power9.exp: Likewise.
1783 * gdb.arch/powerpc-power9.s: Likewise.
1784 * gdb.arch/powerpc-vsx.exp: Likewise.
1785 * gdb.arch/powerpc-vsx.s: Likewise.
1786 * gdb.arch/powerpc-vsx2.exp: Likewise.
1787 * gdb.arch/powerpc-vsx2.s: Likewise.
1788 * gdb.arch/powerpc-vsx3.exp: Likewise.
1789 * gdb.arch/powerpc-vsx3.s: Likewise.
1790 * gdb.arch/arm-disassembler-options.exp: Likewise.
1791 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
1792 * gdb.arch/s390-disassembler-options.exp: Likewise.
1793
1794 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
1795
1796 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
1797 (check_supported_features): ... this. Changed return type to void.
1798 (supports_rdseed): New static global.
1799 (rdseed): Check supports_rdseed.
1800 (initialize): Call check_supported_features.
1801
1802 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1803
1804 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
1805 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
1806 and lqarx/stqcx.
1807 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
1808 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
1809
1810 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1811
1812 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
1813 uppercase.
1814
1815 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1816
1817 * gdb.dwarf2/formdata16.c: New file.
1818 * gdb.dwarf2/formdata16.exp: New file.
1819 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
1820
1821 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1822
1823 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
1824 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
1825 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
1826 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
1827 DW_AT_GNU_*.
1828
1829 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1830
1831 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
1832
1833 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
1834
1835 PR gdb/21164
1836 * gdb.base/maint.exp: Add testcases for when the commands do
1837 not have arguments.
1838
1839 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
1840
1841 * gdb.cp/chained-calls.exp: Use p instead of P.
1842
1843 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
1844
1845 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
1846 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
1847
1848 2017-02-14 Tom Tromey <tom@tromey.com>
1849
1850 PR python/13598:
1851 * gdb.python/py-events.exp: Add before_prompt event tests.
1852
1853 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
1854
1855 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
1856
1857 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
1858
1859 * gdb.linespec/explicit.c (my_unique_function_name): New function.
1860 (main): Call my_unique_function_name.
1861 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
1862 completion of patterns with a single match.
1863 Add missing -re switches to gdb_test_multiple calls.
1864
1865 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
1866
1867 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
1868 return if core file is not recognized.
1869
1870 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
1871
1872 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
1873 and extra UIs.
1874
1875 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
1876
1877 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
1878 proc_with_prefix.
1879
1880 2017-02-10 Tom Tromey <tom@tromey.com>
1881
1882 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
1883
1884 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
1885
1886 PR gdb/21122
1887 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
1888
1889 2017-02-08 Jerome Guitton <guitton@adacore.com>
1890
1891 * gdb.base/define.exp: Add test for command abbreviations
1892 in define.
1893
1894 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
1895
1896 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
1897 * gdb.reverse/insn-reverse-x86.c: New file.
1898
1899 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
1900
1901 PR tdep/20936
1902 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
1903
1904 2017-02-03 Tom Tromey <tom@tromey.com>
1905
1906 PR rust/21097:
1907 * gdb.rust/simple.exp: Add new tests.
1908
1909 2017-02-02 Pedro Alves <palves@redhat.com>
1910
1911 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
1912 tests.
1913
1914 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
1915
1916 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
1917 taking a 2-byte value out of a 4-byte DWARF implicit value on
1918 big-endian targets.
1919 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
1920 logic. Add test cases for DW_OP_implicit.
1921
1922 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1923
1924 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
1925
1926 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1927
1928 * gdb.btrace/enable.exp: Call gdb_exit before
1929 skip_gdbserver_tests.
1930
1931 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1932
1933 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
1934 GDBFLAGS.
1935
1936 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1937
1938 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
1939 the test is skipped.
1940 * gdb.btrace/data.exp: Likewise.
1941 * gdb.btrace/delta.exp: Likewise.
1942 * gdb.btrace/dlopen.exp: Likewise.
1943 * gdb.btrace/enable-running.exp: Likewise.
1944 * gdb.btrace/enable.exp: Likewise.
1945 * gdb.btrace/exception.exp: Likewise.
1946 * gdb.btrace/function_call_history.exp: Likewise.
1947 * gdb.btrace/gcore.exp: Likewise.
1948 * gdb.btrace/instruction_history.exp: Likewise.
1949 * gdb.btrace/multi-thread-step.exp: Likewise.
1950 * gdb.btrace/nohist.exp: Likewise.
1951 * gdb.btrace/non-stop.exp: Likewise.
1952 * gdb.btrace/reconnect.exp: Likewise.
1953 * gdb.btrace/record_goto-step.exp: Likewise.
1954 * gdb.btrace/record_goto.exp: Likewise.
1955 * gdb.btrace/rn-dl-bind.exp: Likewise.
1956 * gdb.btrace/segv.exp: Likewise.
1957 * gdb.btrace/step.exp: Likewise.
1958 * gdb.btrace/stepi.exp: Likewise.
1959 * gdb.btrace/tailcall-only.exp: Likewise.
1960 * gdb.btrace/tailcall.exp: Likewise.
1961 * gdb.btrace/tsx.exp: Likewise.
1962 * gdb.btrace/unknown_functions.exp: Likewise.
1963 * gdb.btrace/vdso.exp: Likewise.
1964
1965 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1966
1967 * gdb.btrace/enable-running.c: New.
1968 * gdb.btrace/enable-running.exp: New.
1969
1970 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1971
1972 * gdb.arch/amd64-gs_base.c: New file.
1973 * gdb.arch/amd64-gs_base.exp: New file.
1974
1975 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
1976
1977 * lib/memory.exp: Remove spurious empty newlines.
1978
1979 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
1980
1981 * gdb.python/py-bad-printers.exp: Load python file using "source".
1982 * gdb.python/py-events.exp: Likewise.
1983 * gdb.python/py-evsignal.exp: Likewise.
1984 * gdb.python/py-evthreads.exp: Likewise.
1985 * gdb.python/py-frame-args.exp: Likewise.
1986 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
1987 * gdb.python/py-framefilter-mi.exp: Likewise.
1988 * gdb.python/py-framefilter.exp: Likewise.
1989 * gdb.python/py-mi.exp: Likewise.
1990 * gdb.python/py-pp-maint.exp: Likewise.
1991 * gdb.python/py-pp-registration.exp: Likewise.
1992 * gdb.python/py-prettyprint.exp: Likewise.
1993 (run_lang_tests): Likewise.
1994 * gdb.python/py-typeprint.exp: Likewise.
1995
1996 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
1997
1998 * lib/memory.exp: New file.
1999 * lib/gdb.exp: Load memory.exp.
2000 * gdb.base/memattr.exp (delete_memory): Move proc to
2001 lib/memory.exp and rename to delete_memory_regions.
2002 Replace delete_memory with delete_memory_regions.
2003 Cleanup memory regions before tests.
2004 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
2005 before tests.
2006
2007 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
2008
2009 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
2010 files.
2011 (initialize): New function conditionally defined.
2012 (testcases): Move within conditional block.
2013 (main): Call initialize.
2014 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
2015 of gdb.reverse/insn-reverse.c.
2016 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
2017 gdb.reverse/insn-reverse.c.
2018
2019 2017-01-26 Yao Qi <yao.qi@linaro.org>
2020
2021 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
2022 disassemble on address 0.
2023
2024 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
2025 Yao Qi <yao.qi@linaro.org>
2026
2027 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
2028 * gdb.dwarf2/implptr-64bit.S: Remove.
2029 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
2030 variables in caller's context. Add DW_OP_implicit_value.
2031
2032 2017-01-25 Yao Qi <yao.qi@linaro.org>
2033
2034 * lib/dwarf.exp (Dwarf::_location): Handle
2035 DW_OP_GNU_implicit_pointer with proper size.
2036
2037 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
2038
2039 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
2040 and add untested calls.
2041
2042 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
2043
2044 * gdb.python/python.exp: Check line number against what GDB thinks
2045 the line number is for func1.
2046
2047 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
2048
2049 * gdb.dlang/debug-expr.exp: New file.
2050
2051 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
2052
2053 Fix test names for the following files:
2054
2055 * gdb.ada/exec_changed.exp
2056 * gdb.ada/info_types.exp
2057 * gdb.arch/aarch64-atomic-inst.exp
2058 * gdb.arch/aarch64-fp.exp
2059 * gdb.arch/altivec-abi.exp
2060 * gdb.arch/altivec-regs.exp
2061 * gdb.arch/amd64-byte.exp
2062 * gdb.arch/amd64-disp-step.exp
2063 * gdb.arch/amd64-dword.exp
2064 * gdb.arch/amd64-entry-value-inline.exp
2065 * gdb.arch/amd64-entry-value-param.exp
2066 * gdb.arch/amd64-entry-value-paramref.exp
2067 * gdb.arch/amd64-entry-value.exp
2068 * gdb.arch/amd64-i386-address.exp
2069 * gdb.arch/amd64-invalid-stack-middle.exp
2070 * gdb.arch/amd64-invalid-stack-top.exp
2071 * gdb.arch/amd64-optimout-repeat.exp
2072 * gdb.arch/amd64-prologue-skip.exp
2073 * gdb.arch/amd64-prologue-xmm.exp
2074 * gdb.arch/amd64-stap-special-operands.exp
2075 * gdb.arch/amd64-stap-wrong-subexp.exp
2076 * gdb.arch/amd64-tailcall-cxx.exp
2077 * gdb.arch/amd64-tailcall-noret.exp
2078 * gdb.arch/amd64-tailcall-ret.exp
2079 * gdb.arch/amd64-tailcall-self.exp
2080 * gdb.arch/amd64-word.exp
2081 * gdb.arch/arm-bl-branch-dest.exp
2082 * gdb.arch/arm-disp-step.exp
2083 * gdb.arch/arm-neon.exp
2084 * gdb.arch/arm-single-step-kernel-helper.exp
2085 * gdb.arch/avr-flash-qualifier.exp
2086 * gdb.arch/disp-step-insn-reloc.exp
2087 * gdb.arch/e500-abi.exp
2088 * gdb.arch/e500-regs.exp
2089 * gdb.arch/ftrace-insn-reloc.exp
2090 * gdb.arch/i386-avx512.exp
2091 * gdb.arch/i386-bp_permanent.exp
2092 * gdb.arch/i386-byte.exp
2093 * gdb.arch/i386-cfi-notcurrent.exp
2094 * gdb.arch/i386-disp-step.exp
2095 * gdb.arch/i386-dr3-watch.exp
2096 * gdb.arch/i386-float.exp
2097 * gdb.arch/i386-gnu-cfi.exp
2098 * gdb.arch/i386-mpx-map.exp
2099 * gdb.arch/i386-mpx-sigsegv.exp
2100 * gdb.arch/i386-mpx-simple_segv.exp
2101 * gdb.arch/i386-mpx.exp
2102 * gdb.arch/i386-permbkpt.exp
2103 * gdb.arch/i386-prologue.exp
2104 * gdb.arch/i386-signal.exp
2105 * gdb.arch/i386-size-overlap.exp
2106 * gdb.arch/i386-unwind.exp
2107 * gdb.arch/i386-word.exp
2108 * gdb.arch/mips-fcr.exp
2109 * gdb.arch/powerpc-d128-regs.exp
2110 * gdb.arch/powerpc-stackless.exp
2111 * gdb.arch/ppc64-atomic-inst.exp
2112 * gdb.arch/s390-stackless.exp
2113 * gdb.arch/s390-tdbregs.exp
2114 * gdb.arch/s390-vregs.exp
2115 * gdb.arch/sparc-sysstep.exp
2116 * gdb.arch/thumb-bx-pc.exp
2117 * gdb.arch/thumb-singlestep.exp
2118 * gdb.arch/thumb2-it.exp
2119 * gdb.arch/vsx-regs.exp
2120 * gdb.asm/asm-source.exp
2121 * gdb.base/a2-run.exp
2122 * gdb.base/advance.exp
2123 * gdb.base/all-bin.exp
2124 * gdb.base/anon.exp
2125 * gdb.base/args.exp
2126 * gdb.base/arithmet.exp
2127 * gdb.base/async-shell.exp
2128 * gdb.base/async.exp
2129 * gdb.base/attach-pie-noexec.exp
2130 * gdb.base/attach-twice.exp
2131 * gdb.base/auto-load.exp
2132 * gdb.base/bang.exp
2133 * gdb.base/bitfields.exp
2134 * gdb.base/break-always.exp
2135 * gdb.base/break-caller-line.exp
2136 * gdb.base/break-entry.exp
2137 * gdb.base/break-inline.exp
2138 * gdb.base/break-on-linker-gcd-function.exp
2139 * gdb.base/break-probes.exp
2140 * gdb.base/break.exp
2141 * gdb.base/breakpoint-shadow.exp
2142 * gdb.base/call-ar-st.exp
2143 * gdb.base/call-sc.exp
2144 * gdb.base/call-signal-resume.exp
2145 * gdb.base/call-strs.exp
2146 * gdb.base/callfuncs.exp
2147 * gdb.base/catch-fork-static.exp
2148 * gdb.base/catch-gdb-caused-signals.exp
2149 * gdb.base/catch-load.exp
2150 * gdb.base/catch-signal-fork.exp
2151 * gdb.base/catch-signal.exp
2152 * gdb.base/catch-syscall.exp
2153 * gdb.base/charset.exp
2154 * gdb.base/checkpoint.exp
2155 * gdb.base/chng-syms.exp
2156 * gdb.base/code-expr.exp
2157 * gdb.base/code_elim.exp
2158 * gdb.base/commands.exp
2159 * gdb.base/completion.exp
2160 * gdb.base/complex.exp
2161 * gdb.base/cond-expr.exp
2162 * gdb.base/condbreak.exp
2163 * gdb.base/consecutive.exp
2164 * gdb.base/continue-all-already-running.exp
2165 * gdb.base/coredump-filter.exp
2166 * gdb.base/corefile.exp
2167 * gdb.base/dbx.exp
2168 * gdb.base/debug-expr.exp
2169 * gdb.base/define.exp
2170 * gdb.base/del.exp
2171 * gdb.base/disabled-location.exp
2172 * gdb.base/disasm-end-cu.exp
2173 * gdb.base/disasm-optim.exp
2174 * gdb.base/display.exp
2175 * gdb.base/duplicate-bp.exp
2176 * gdb.base/ena-dis-br.exp
2177 * gdb.base/ending-run.exp
2178 * gdb.base/enumval.exp
2179 * gdb.base/environ.exp
2180 * gdb.base/eu-strip-infcall.exp
2181 * gdb.base/eval-avoid-side-effects.exp
2182 * gdb.base/eval-skip.exp
2183 * gdb.base/exitsignal.exp
2184 * gdb.base/expand-psymtabs.exp
2185 * gdb.base/filesym.exp
2186 * gdb.base/find-unmapped.exp
2187 * gdb.base/finish.exp
2188 * gdb.base/float.exp
2189 * gdb.base/foll-exec-mode.exp
2190 * gdb.base/foll-exec.exp
2191 * gdb.base/foll-fork.exp
2192 * gdb.base/fortran-sym-case.exp
2193 * gdb.base/freebpcmd.exp
2194 * gdb.base/func-ptr.exp
2195 * gdb.base/func-ptrs.exp
2196 * gdb.base/funcargs.exp
2197 * gdb.base/gcore-buffer-overflow.exp
2198 * gdb.base/gcore-relro-pie.exp
2199 * gdb.base/gcore-relro.exp
2200 * gdb.base/gcore.exp
2201 * gdb.base/gdb1090.exp
2202 * gdb.base/gdb11530.exp
2203 * gdb.base/gdb11531.exp
2204 * gdb.base/gdb1821.exp
2205 * gdb.base/gdbindex-stabs.exp
2206 * gdb.base/gdbvars.exp
2207 * gdb.base/hbreak.exp
2208 * gdb.base/hbreak2.exp
2209 * gdb.base/included.exp
2210 * gdb.base/infcall-input.exp
2211 * gdb.base/inferior-died.exp
2212 * gdb.base/infnan.exp
2213 * gdb.base/info-macros.exp
2214 * gdb.base/info-os.exp
2215 * gdb.base/info-proc.exp
2216 * gdb.base/info-shared.exp
2217 * gdb.base/info-target.exp
2218 * gdb.base/infoline.exp
2219 * gdb.base/interp.exp
2220 * gdb.base/interrupt.exp
2221 * gdb.base/jit-reader.exp
2222 * gdb.base/jit-simple.exp
2223 * gdb.base/kill-after-signal.exp
2224 * gdb.base/kill-detach-inferiors-cmd.exp
2225 * gdb.base/label.exp
2226 * gdb.base/langs.exp
2227 * gdb.base/ldbl_e308.exp
2228 * gdb.base/line-symtabs.exp
2229 * gdb.base/linespecs.exp
2230 * gdb.base/list.exp
2231 * gdb.base/long_long.exp
2232 * gdb.base/longest-types.exp
2233 * gdb.base/maint.exp
2234 * gdb.base/max-value-size.exp
2235 * gdb.base/memattr.exp
2236 * gdb.base/mips_pro.exp
2237 * gdb.base/morestack.exp
2238 * gdb.base/moribund-step.exp
2239 * gdb.base/multi-forks.exp
2240 * gdb.base/nested-addr.exp
2241 * gdb.base/nextoverexit.exp
2242 * gdb.base/noreturn-finish.exp
2243 * gdb.base/noreturn-return.exp
2244 * gdb.base/nostdlib.exp
2245 * gdb.base/offsets.exp
2246 * gdb.base/opaque.exp
2247 * gdb.base/pc-fp.exp
2248 * gdb.base/permissions.exp
2249 * gdb.base/print-symbol-loading.exp
2250 * gdb.base/prologue-include.exp
2251 * gdb.base/psymtab.exp
2252 * gdb.base/ptype.exp
2253 * gdb.base/random-signal.exp
2254 * gdb.base/randomize.exp
2255 * gdb.base/range-stepping.exp
2256 * gdb.base/readline-ask.exp
2257 * gdb.base/recpar.exp
2258 * gdb.base/recurse.exp
2259 * gdb.base/relational.exp
2260 * gdb.base/restore.exp
2261 * gdb.base/return-nodebug.exp
2262 * gdb.base/return.exp
2263 * gdb.base/run-after-attach.exp
2264 * gdb.base/save-bp.exp
2265 * gdb.base/scope.exp
2266 * gdb.base/sect-cmd.exp
2267 * gdb.base/set-lang-auto.exp
2268 * gdb.base/set-noassign.exp
2269 * gdb.base/setvar.exp
2270 * gdb.base/sigall.exp
2271 * gdb.base/sigbpt.exp
2272 * gdb.base/siginfo-addr.exp
2273 * gdb.base/siginfo-infcall.exp
2274 * gdb.base/siginfo-obj.exp
2275 * gdb.base/siginfo.exp
2276 * gdb.base/signals-state-child.exp
2277 * gdb.base/signest.exp
2278 * gdb.base/sigstep.exp
2279 * gdb.base/sizeof.exp
2280 * gdb.base/skip.exp
2281 * gdb.base/solib-corrupted.exp
2282 * gdb.base/solib-nodir.exp
2283 * gdb.base/solib-search.exp
2284 * gdb.base/stack-checking.exp
2285 * gdb.base/stale-infcall.exp
2286 * gdb.base/stap-probe.exp
2287 * gdb.base/start.exp
2288 * gdb.base/step-break.exp
2289 * gdb.base/step-bt.exp
2290 * gdb.base/step-line.exp
2291 * gdb.base/step-over-exit.exp
2292 * gdb.base/step-over-syscall.exp
2293 * gdb.base/step-resume-infcall.exp
2294 * gdb.base/step-test.exp
2295 * gdb.base/store.exp
2296 * gdb.base/structs3.exp
2297 * gdb.base/sym-file.exp
2298 * gdb.base/symbol-without-target_section.exp
2299 * gdb.base/term.exp
2300 * gdb.base/testenv.exp
2301 * gdb.base/ui-redirect.exp
2302 * gdb.base/until.exp
2303 * gdb.base/unwindonsignal.exp
2304 * gdb.base/value-double-free.exp
2305 * gdb.base/vla-datatypes.exp
2306 * gdb.base/vla-ptr.exp
2307 * gdb.base/vla-sideeffect.exp
2308 * gdb.base/volatile.exp
2309 * gdb.base/watch-cond-infcall.exp
2310 * gdb.base/watch-cond.exp
2311 * gdb.base/watch-non-mem.exp
2312 * gdb.base/watch-read.exp
2313 * gdb.base/watch-vfork.exp
2314 * gdb.base/watchpoint-cond-gone.exp
2315 * gdb.base/watchpoint-delete.exp
2316 * gdb.base/watchpoint-hw-hit-once.exp
2317 * gdb.base/watchpoint-hw.exp
2318 * gdb.base/watchpoint-stops-at-right-insn.exp
2319 * gdb.base/watchpoints.exp
2320 * gdb.base/wchar.exp
2321 * gdb.base/whatis-exp.exp
2322 * gdb.btrace/buffer-size.exp
2323 * gdb.btrace/data.exp
2324 * gdb.btrace/delta.exp
2325 * gdb.btrace/dlopen.exp
2326 * gdb.btrace/enable.exp
2327 * gdb.btrace/exception.exp
2328 * gdb.btrace/function_call_history.exp
2329 * gdb.btrace/gcore.exp
2330 * gdb.btrace/instruction_history.exp
2331 * gdb.btrace/nohist.exp
2332 * gdb.btrace/reconnect.exp
2333 * gdb.btrace/record_goto-step.exp
2334 * gdb.btrace/record_goto.exp
2335 * gdb.btrace/rn-dl-bind.exp
2336 * gdb.btrace/segv.exp
2337 * gdb.btrace/step.exp
2338 * gdb.btrace/stepi.exp
2339 * gdb.btrace/tailcall-only.exp
2340 * gdb.btrace/tailcall.exp
2341 * gdb.btrace/tsx.exp
2342 * gdb.btrace/unknown_functions.exp
2343 * gdb.btrace/vdso.exp
2344 * gdb.compile/compile-ifunc.exp
2345 * gdb.compile/compile-ops.exp
2346 * gdb.compile/compile-print.exp
2347 * gdb.compile/compile-setjmp.exp
2348 * gdb.cp/abstract-origin.exp
2349 * gdb.cp/ambiguous.exp
2350 * gdb.cp/annota2.exp
2351 * gdb.cp/annota3.exp
2352 * gdb.cp/anon-ns.exp
2353 * gdb.cp/anon-struct.exp
2354 * gdb.cp/anon-union.exp
2355 * gdb.cp/arg-reference.exp
2356 * gdb.cp/baseenum.exp
2357 * gdb.cp/bool.exp
2358 * gdb.cp/breakpoint.exp
2359 * gdb.cp/bs15503.exp
2360 * gdb.cp/call-c.exp
2361 * gdb.cp/casts.exp
2362 * gdb.cp/chained-calls.exp
2363 * gdb.cp/class2.exp
2364 * gdb.cp/classes.exp
2365 * gdb.cp/cmpd-minsyms.exp
2366 * gdb.cp/converts.exp
2367 * gdb.cp/cp-relocate.exp
2368 * gdb.cp/cpcompletion.exp
2369 * gdb.cp/cpexprs.exp
2370 * gdb.cp/cplabel.exp
2371 * gdb.cp/cplusfuncs.exp
2372 * gdb.cp/cpsizeof.exp
2373 * gdb.cp/ctti.exp
2374 * gdb.cp/derivation.exp
2375 * gdb.cp/destrprint.exp
2376 * gdb.cp/dispcxx.exp
2377 * gdb.cp/enum-class.exp
2378 * gdb.cp/exception.exp
2379 * gdb.cp/exceptprint.exp
2380 * gdb.cp/expand-psymtabs-cxx.exp
2381 * gdb.cp/expand-sals.exp
2382 * gdb.cp/extern-c.exp
2383 * gdb.cp/filename.exp
2384 * gdb.cp/formatted-ref.exp
2385 * gdb.cp/fpointer.exp
2386 * gdb.cp/gdb1355.exp
2387 * gdb.cp/gdb2495.exp
2388 * gdb.cp/hang.exp
2389 * gdb.cp/impl-this.exp
2390 * gdb.cp/infcall-dlopen.exp
2391 * gdb.cp/inherit.exp
2392 * gdb.cp/iostream.exp
2393 * gdb.cp/koenig.exp
2394 * gdb.cp/local.exp
2395 * gdb.cp/m-data.exp
2396 * gdb.cp/m-static.exp
2397 * gdb.cp/mb-ctor.exp
2398 * gdb.cp/mb-inline.exp
2399 * gdb.cp/mb-templates.exp
2400 * gdb.cp/member-name.exp
2401 * gdb.cp/member-ptr.exp
2402 * gdb.cp/meth-typedefs.exp
2403 * gdb.cp/method.exp
2404 * gdb.cp/method2.exp
2405 * gdb.cp/minsym-fallback.exp
2406 * gdb.cp/misc.exp
2407 * gdb.cp/namelessclass.exp
2408 * gdb.cp/namespace-enum.exp
2409 * gdb.cp/namespace-nested-import.exp
2410 * gdb.cp/namespace.exp
2411 * gdb.cp/nextoverthrow.exp
2412 * gdb.cp/no-dmgl-verbose.exp
2413 * gdb.cp/non-trivial-retval.exp
2414 * gdb.cp/noparam.exp
2415 * gdb.cp/nsdecl.exp
2416 * gdb.cp/nsimport.exp
2417 * gdb.cp/nsnested.exp
2418 * gdb.cp/nsnoimports.exp
2419 * gdb.cp/nsrecurs.exp
2420 * gdb.cp/nsstress.exp
2421 * gdb.cp/nsusing.exp
2422 * gdb.cp/operator.exp
2423 * gdb.cp/oranking.exp
2424 * gdb.cp/overload-const.exp
2425 * gdb.cp/overload.exp
2426 * gdb.cp/ovldbreak.exp
2427 * gdb.cp/ovsrch.exp
2428 * gdb.cp/paren-type.exp
2429 * gdb.cp/parse-lang.exp
2430 * gdb.cp/pass-by-ref.exp
2431 * gdb.cp/pr-1023.exp
2432 * gdb.cp/pr-1210.exp
2433 * gdb.cp/pr-574.exp
2434 * gdb.cp/pr10687.exp
2435 * gdb.cp/pr12028.exp
2436 * gdb.cp/pr17132.exp
2437 * gdb.cp/pr17494.exp
2438 * gdb.cp/pr9067.exp
2439 * gdb.cp/pr9167.exp
2440 * gdb.cp/pr9631.exp
2441 * gdb.cp/printmethod.exp
2442 * gdb.cp/psmang.exp
2443 * gdb.cp/psymtab-parameter.exp
2444 * gdb.cp/ptype-cv-cp.exp
2445 * gdb.cp/ptype-flags.exp
2446 * gdb.cp/re-set-overloaded.exp
2447 * gdb.cp/ref-types.exp
2448 * gdb.cp/rtti.exp
2449 * gdb.cp/scope-err.exp
2450 * gdb.cp/shadow.exp
2451 * gdb.cp/smartp.exp
2452 * gdb.cp/static-method.exp
2453 * gdb.cp/static-print-quit.exp
2454 * gdb.cp/temargs.exp
2455 * gdb.cp/templates.exp
2456 * gdb.cp/try_catch.exp
2457 * gdb.cp/typedef-operator.exp
2458 * gdb.cp/typeid.exp
2459 * gdb.cp/userdef.exp
2460 * gdb.cp/using-crash.exp
2461 * gdb.cp/var-tag.exp
2462 * gdb.cp/virtbase.exp
2463 * gdb.cp/virtfunc.exp
2464 * gdb.cp/virtfunc2.exp
2465 * gdb.cp/vla-cxx.exp
2466 * gdb.disasm/t01_mov.exp
2467 * gdb.disasm/t02_mova.exp
2468 * gdb.disasm/t03_add.exp
2469 * gdb.disasm/t04_sub.exp
2470 * gdb.disasm/t05_cmp.exp
2471 * gdb.disasm/t06_ari2.exp
2472 * gdb.disasm/t07_ari3.exp
2473 * gdb.disasm/t08_or.exp
2474 * gdb.disasm/t09_xor.exp
2475 * gdb.disasm/t10_and.exp
2476 * gdb.disasm/t11_logs.exp
2477 * gdb.disasm/t12_bit.exp
2478 * gdb.disasm/t13_otr.exp
2479 * gdb.dlang/circular.exp
2480 * gdb.dwarf2/arr-stride.exp
2481 * gdb.dwarf2/arr-subrange.exp
2482 * gdb.dwarf2/atomic-type.exp
2483 * gdb.dwarf2/bad-regnum.exp
2484 * gdb.dwarf2/bitfield-parent-optimized-out.exp
2485 * gdb.dwarf2/callframecfa.exp
2486 * gdb.dwarf2/clztest.exp
2487 * gdb.dwarf2/corrupt.exp
2488 * gdb.dwarf2/data-loc.exp
2489 * gdb.dwarf2/dup-psym.exp
2490 * gdb.dwarf2/dw2-anon-mptr.exp
2491 * gdb.dwarf2/dw2-anonymous-func.exp
2492 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
2493 * gdb.dwarf2/dw2-bad-unresolved.exp
2494 * gdb.dwarf2/dw2-basic.exp
2495 * gdb.dwarf2/dw2-canonicalize-type.exp
2496 * gdb.dwarf2/dw2-case-insensitive.exp
2497 * gdb.dwarf2/dw2-common-block.exp
2498 * gdb.dwarf2/dw2-compdir-oldgcc.exp
2499 * gdb.dwarf2/dw2-compressed.exp
2500 * gdb.dwarf2/dw2-const.exp
2501 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
2502 * gdb.dwarf2/dw2-cu-size.exp
2503 * gdb.dwarf2/dw2-dup-frame.exp
2504 * gdb.dwarf2/dw2-entry-value.exp
2505 * gdb.dwarf2/dw2-icycle.exp
2506 * gdb.dwarf2/dw2-ifort-parameter.exp
2507 * gdb.dwarf2/dw2-inline-break.exp
2508 * gdb.dwarf2/dw2-inline-param.exp
2509 * gdb.dwarf2/dw2-intercu.exp
2510 * gdb.dwarf2/dw2-intermix.exp
2511 * gdb.dwarf2/dw2-lexical-block-bare.exp
2512 * gdb.dwarf2/dw2-linkage-name-trust.exp
2513 * gdb.dwarf2/dw2-minsym-in-cu.exp
2514 * gdb.dwarf2/dw2-noloc.exp
2515 * gdb.dwarf2/dw2-op-call.exp
2516 * gdb.dwarf2/dw2-op-out-param.exp
2517 * gdb.dwarf2/dw2-opt-structptr.exp
2518 * gdb.dwarf2/dw2-param-error.exp
2519 * gdb.dwarf2/dw2-producer.exp
2520 * gdb.dwarf2/dw2-ranges-base.exp
2521 * gdb.dwarf2/dw2-ref-missing-frame.exp
2522 * gdb.dwarf2/dw2-reg-undefined.exp
2523 * gdb.dwarf2/dw2-regno-invalid.exp
2524 * gdb.dwarf2/dw2-restore.exp
2525 * gdb.dwarf2/dw2-restrict.exp
2526 * gdb.dwarf2/dw2-single-line-discriminators.exp
2527 * gdb.dwarf2/dw2-strp.exp
2528 * gdb.dwarf2/dw2-undefined-ret-addr.exp
2529 * gdb.dwarf2/dw2-unresolved.exp
2530 * gdb.dwarf2/dw2-var-zero-addr.exp
2531 * gdb.dwarf2/dw4-sig-types.exp
2532 * gdb.dwarf2/dwz.exp
2533 * gdb.dwarf2/dynarr-ptr.exp
2534 * gdb.dwarf2/enum-type.exp
2535 * gdb.dwarf2/gdb-index.exp
2536 * gdb.dwarf2/implptr-64bit.exp
2537 * gdb.dwarf2/implptr-optimized-out.exp
2538 * gdb.dwarf2/implptr.exp
2539 * gdb.dwarf2/implref-array.exp
2540 * gdb.dwarf2/implref-const.exp
2541 * gdb.dwarf2/implref-global.exp
2542 * gdb.dwarf2/implref-struct.exp
2543 * gdb.dwarf2/mac-fileno.exp
2544 * gdb.dwarf2/main-subprogram.exp
2545 * gdb.dwarf2/member-ptr-forwardref.exp
2546 * gdb.dwarf2/method-ptr.exp
2547 * gdb.dwarf2/missing-sig-type.exp
2548 * gdb.dwarf2/nonvar-access.exp
2549 * gdb.dwarf2/opaque-type-lookup.exp
2550 * gdb.dwarf2/pieces-optimized-out.exp
2551 * gdb.dwarf2/pieces.exp
2552 * gdb.dwarf2/pr10770.exp
2553 * gdb.dwarf2/pr13961.exp
2554 * gdb.dwarf2/staticvirtual.exp
2555 * gdb.dwarf2/subrange.exp
2556 * gdb.dwarf2/symtab-producer.exp
2557 * gdb.dwarf2/trace-crash.exp
2558 * gdb.dwarf2/typeddwarf.exp
2559 * gdb.dwarf2/valop.exp
2560 * gdb.dwarf2/watch-notconst.exp
2561 * gdb.fortran/array-element.exp
2562 * gdb.fortran/charset.exp
2563 * gdb.fortran/common-block.exp
2564 * gdb.fortran/complex.exp
2565 * gdb.fortran/derived-type-function.exp
2566 * gdb.fortran/derived-type.exp
2567 * gdb.fortran/logical.exp
2568 * gdb.fortran/module.exp
2569 * gdb.fortran/multi-dim.exp
2570 * gdb.fortran/nested-funcs.exp
2571 * gdb.fortran/print-formatted.exp
2572 * gdb.fortran/subarray.exp
2573 * gdb.fortran/vla-alloc-assoc.exp
2574 * gdb.fortran/vla-datatypes.exp
2575 * gdb.fortran/vla-history.exp
2576 * gdb.fortran/vla-ptr-info.exp
2577 * gdb.fortran/vla-ptype-sub.exp
2578 * gdb.fortran/vla-ptype.exp
2579 * gdb.fortran/vla-sizeof.exp
2580 * gdb.fortran/vla-type.exp
2581 * gdb.fortran/vla-value-sub-arbitrary.exp
2582 * gdb.fortran/vla-value-sub-finish.exp
2583 * gdb.fortran/vla-value-sub.exp
2584 * gdb.fortran/vla-value.exp
2585 * gdb.fortran/whatis_type.exp
2586 * gdb.go/chan.exp
2587 * gdb.go/handcall.exp
2588 * gdb.go/hello.exp
2589 * gdb.go/integers.exp
2590 * gdb.go/methods.exp
2591 * gdb.go/package.exp
2592 * gdb.go/strings.exp
2593 * gdb.go/types.exp
2594 * gdb.go/unsafe.exp
2595 * gdb.guile/scm-arch.exp
2596 * gdb.guile/scm-block.exp
2597 * gdb.guile/scm-breakpoint.exp
2598 * gdb.guile/scm-cmd.exp
2599 * gdb.guile/scm-disasm.exp
2600 * gdb.guile/scm-equal.exp
2601 * gdb.guile/scm-frame-args.exp
2602 * gdb.guile/scm-frame-inline.exp
2603 * gdb.guile/scm-frame.exp
2604 * gdb.guile/scm-iterator.exp
2605 * gdb.guile/scm-math.exp
2606 * gdb.guile/scm-objfile.exp
2607 * gdb.guile/scm-ports.exp
2608 * gdb.guile/scm-symbol.exp
2609 * gdb.guile/scm-symtab.exp
2610 * gdb.guile/scm-value-cc.exp
2611 * gdb.guile/types-module.exp
2612 * gdb.linespec/break-ask.exp
2613 * gdb.linespec/cpexplicit.exp
2614 * gdb.linespec/explicit.exp
2615 * gdb.linespec/keywords.exp
2616 * gdb.linespec/linespec.exp
2617 * gdb.linespec/ls-dollar.exp
2618 * gdb.linespec/ls-errs.exp
2619 * gdb.linespec/skip-two.exp
2620 * gdb.linespec/thread.exp
2621 * gdb.mi/mi-async.exp
2622 * gdb.mi/mi-basics.exp
2623 * gdb.mi/mi-break.exp
2624 * gdb.mi/mi-catch-load.exp
2625 * gdb.mi/mi-cli.exp
2626 * gdb.mi/mi-cmd-param-changed.exp
2627 * gdb.mi/mi-console.exp
2628 * gdb.mi/mi-detach.exp
2629 * gdb.mi/mi-disassemble.exp
2630 * gdb.mi/mi-eval.exp
2631 * gdb.mi/mi-file-transfer.exp
2632 * gdb.mi/mi-file.exp
2633 * gdb.mi/mi-fill-memory.exp
2634 * gdb.mi/mi-inheritance-syntax-error.exp
2635 * gdb.mi/mi-linespec-err-cp.exp
2636 * gdb.mi/mi-logging.exp
2637 * gdb.mi/mi-memory-changed.exp
2638 * gdb.mi/mi-read-memory.exp
2639 * gdb.mi/mi-record-changed.exp
2640 * gdb.mi/mi-reg-undefined.exp
2641 * gdb.mi/mi-regs.exp
2642 * gdb.mi/mi-return.exp
2643 * gdb.mi/mi-reverse.exp
2644 * gdb.mi/mi-simplerun.exp
2645 * gdb.mi/mi-solib.exp
2646 * gdb.mi/mi-stack.exp
2647 * gdb.mi/mi-stepi.exp
2648 * gdb.mi/mi-syn-frame.exp
2649 * gdb.mi/mi-until.exp
2650 * gdb.mi/mi-var-block.exp
2651 * gdb.mi/mi-var-child.exp
2652 * gdb.mi/mi-var-cmd.exp
2653 * gdb.mi/mi-var-cp.exp
2654 * gdb.mi/mi-var-display.exp
2655 * gdb.mi/mi-var-invalidate.exp
2656 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
2657 * gdb.mi/mi-vla-fortran.exp
2658 * gdb.mi/mi-watch.exp
2659 * gdb.mi/mi2-var-child.exp
2660 * gdb.mi/user-selected-context-sync.exp
2661 * gdb.modula2/unbounded-array.exp
2662 * gdb.multi/dummy-frame-restore.exp
2663 * gdb.multi/multi-arch-exec.exp
2664 * gdb.multi/multi-arch.exp
2665 * gdb.multi/tids.exp
2666 * gdb.multi/watchpoint-multi.exp
2667 * gdb.opencl/callfuncs.exp
2668 * gdb.opencl/convs_casts.exp
2669 * gdb.opencl/datatypes.exp
2670 * gdb.opencl/operators.exp
2671 * gdb.opencl/vec_comps.exp
2672 * gdb.opt/clobbered-registers-O2.exp
2673 * gdb.opt/inline-break.exp
2674 * gdb.opt/inline-bt.exp
2675 * gdb.opt/inline-cmds.exp
2676 * gdb.opt/inline-locals.exp
2677 * gdb.pascal/case-insensitive-symbols.exp
2678 * gdb.pascal/floats.exp
2679 * gdb.pascal/gdb11492.exp
2680 * gdb.python/lib-types.exp
2681 * gdb.python/py-arch.exp
2682 * gdb.python/py-as-string.exp
2683 * gdb.python/py-bad-printers.exp
2684 * gdb.python/py-block.exp
2685 * gdb.python/py-breakpoint-create-fail.exp
2686 * gdb.python/py-breakpoint.exp
2687 * gdb.python/py-caller-is.exp
2688 * gdb.python/py-cmd.exp
2689 * gdb.python/py-explore-cc.exp
2690 * gdb.python/py-explore.exp
2691 * gdb.python/py-finish-breakpoint.exp
2692 * gdb.python/py-finish-breakpoint2.exp
2693 * gdb.python/py-frame-args.exp
2694 * gdb.python/py-frame-inline.exp
2695 * gdb.python/py-frame.exp
2696 * gdb.python/py-framefilter-mi.exp
2697 * gdb.python/py-infthread.exp
2698 * gdb.python/py-lazy-string.exp
2699 * gdb.python/py-linetable.exp
2700 * gdb.python/py-mi-events.exp
2701 * gdb.python/py-mi-objfile.exp
2702 * gdb.python/py-mi.exp
2703 * gdb.python/py-objfile.exp
2704 * gdb.python/py-pp-integral.exp
2705 * gdb.python/py-pp-maint.exp
2706 * gdb.python/py-pp-re-notag.exp
2707 * gdb.python/py-pp-registration.exp
2708 * gdb.python/py-recurse-unwind.exp
2709 * gdb.python/py-strfns.exp
2710 * gdb.python/py-symbol.exp
2711 * gdb.python/py-symtab.exp
2712 * gdb.python/py-sync-interp.exp
2713 * gdb.python/py-typeprint.exp
2714 * gdb.python/py-unwind-maint.exp
2715 * gdb.python/py-unwind.exp
2716 * gdb.python/py-value-cc.exp
2717 * gdb.python/py-xmethods.exp
2718 * gdb.reverse/amd64-tailcall-reverse.exp
2719 * gdb.reverse/break-precsave.exp
2720 * gdb.reverse/break-reverse.exp
2721 * gdb.reverse/consecutive-precsave.exp
2722 * gdb.reverse/consecutive-reverse.exp
2723 * gdb.reverse/finish-precsave.exp
2724 * gdb.reverse/finish-reverse-bkpt.exp
2725 * gdb.reverse/finish-reverse.exp
2726 * gdb.reverse/fstatat-reverse.exp
2727 * gdb.reverse/getresuid-reverse.exp
2728 * gdb.reverse/i386-precsave.exp
2729 * gdb.reverse/i386-reverse.exp
2730 * gdb.reverse/i386-sse-reverse.exp
2731 * gdb.reverse/i387-env-reverse.exp
2732 * gdb.reverse/i387-stack-reverse.exp
2733 * gdb.reverse/insn-reverse.exp
2734 * gdb.reverse/machinestate-precsave.exp
2735 * gdb.reverse/machinestate.exp
2736 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2737 * gdb.reverse/pipe-reverse.exp
2738 * gdb.reverse/readv-reverse.exp
2739 * gdb.reverse/recvmsg-reverse.exp
2740 * gdb.reverse/rerun-prec.exp
2741 * gdb.reverse/s390-mvcle.exp
2742 * gdb.reverse/step-precsave.exp
2743 * gdb.reverse/step-reverse.exp
2744 * gdb.reverse/time-reverse.exp
2745 * gdb.reverse/until-precsave.exp
2746 * gdb.reverse/until-reverse.exp
2747 * gdb.reverse/waitpid-reverse.exp
2748 * gdb.reverse/watch-precsave.exp
2749 * gdb.reverse/watch-reverse.exp
2750 * gdb.rust/generics.exp
2751 * gdb.rust/methods.exp
2752 * gdb.rust/modules.exp
2753 * gdb.rust/simple.exp
2754 * gdb.server/connect-with-no-symbol-file.exp
2755 * gdb.server/ext-attach.exp
2756 * gdb.server/ext-restart.exp
2757 * gdb.server/ext-wrapper.exp
2758 * gdb.server/file-transfer.exp
2759 * gdb.server/server-exec-info.exp
2760 * gdb.server/server-kill.exp
2761 * gdb.server/server-mon.exp
2762 * gdb.server/wrapper.exp
2763 * gdb.stabs/exclfwd.exp
2764 * gdb.stabs/gdb11479.exp
2765 * gdb.threads/clone-new-thread-event.exp
2766 * gdb.threads/corethreads.exp
2767 * gdb.threads/current-lwp-dead.exp
2768 * gdb.threads/dlopen-libpthread.exp
2769 * gdb.threads/gcore-thread.exp
2770 * gdb.threads/sigstep-threads.exp
2771 * gdb.threads/watchpoint-fork.exp
2772 * gdb.trace/actions-changed.exp
2773 * gdb.trace/backtrace.exp
2774 * gdb.trace/change-loc.exp
2775 * gdb.trace/circ.exp
2776 * gdb.trace/collection.exp
2777 * gdb.trace/disconnected-tracing.exp
2778 * gdb.trace/ftrace.exp
2779 * gdb.trace/mi-trace-frame-collected.exp
2780 * gdb.trace/mi-trace-unavailable.exp
2781 * gdb.trace/mi-traceframe-changed.exp
2782 * gdb.trace/mi-tsv-changed.exp
2783 * gdb.trace/no-attach-trace.exp
2784 * gdb.trace/passc-dyn.exp
2785 * gdb.trace/qtro.exp
2786 * gdb.trace/range-stepping.exp
2787 * gdb.trace/read-memory.exp
2788 * gdb.trace/save-trace.exp
2789 * gdb.trace/signal.exp
2790 * gdb.trace/status-stop.exp
2791 * gdb.trace/tfile.exp
2792 * gdb.trace/trace-break.exp
2793 * gdb.trace/trace-buffer-size.exp
2794 * gdb.trace/trace-condition.exp
2795 * gdb.trace/tracefile-pseudo-reg.exp
2796 * gdb.trace/tstatus.exp
2797 * gdb.trace/unavailable.exp
2798 * gdb.trace/while-dyn.exp
2799 * gdb.trace/while-stepping.exp
2800
2801 2016-12-22 Doug Evans <xdje42@gmail.com>
2802
2803 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
2804 and msymbols.
2805
2806 2016-12-19 Yao Qi <yao.qi@linaro.org>
2807
2808 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
2809 (test_with_self): Don't call do_steps_and_nexts, and remove
2810 code about stepping into xmalloc.
2811
2812 2016-12-09 Yao Qi <yao.qi@linaro.org>
2813
2814 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
2815
2816 2016-12-09 Yao Qi <yao.qi@linaro.org>
2817
2818 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
2819
2820 2016-12-09 Pedro Alves <palves@redhat.com>
2821
2822 * gdb.base/all-architectures-0.exp: New file.
2823 * gdb.base/all-architectures-1.exp: New file.
2824 * gdb.base/all-architectures-2.exp: New file.
2825 * gdb.base/all-architectures-3.exp: New file.
2826 * gdb.base/all-architectures-4.exp: New file.
2827 * gdb.base/all-architectures-5.exp: New file.
2828 * gdb.base/all-architectures-6.exp: New file.
2829 * gdb.base/all-architectures-7.exp: New file.
2830 * gdb.base/all-architectures.exp.in: New file.
2831
2832 2016-12-09 Yao Qi <yao.qi@linaro.org>
2833
2834 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
2835
2836 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
2837
2838 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
2839 possible.
2840 Remove useless pattern-matching code.
2841
2842 2016-12-02 Pedro Alves <palves@redhat.com>
2843
2844 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
2845 procedure.
2846 (top level): Call it.
2847
2848 2016-12-02 Pedro Alves <palves@redhat.com>
2849
2850 * gdb.base/commands.exp (user_defined_command_args_stack_test):
2851 New procedure.
2852 (top level): Call it.
2853
2854 2016-12-02 Pedro Alves <palves@redhat.com>
2855
2856 PR cli/20559
2857 * gdb.base/commands.exp (user_defined_command_args_eval): New
2858 procedure.
2859 (top level): Call it.
2860
2861 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
2862
2863 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
2864 timeout handling.
2865
2866 2016-12-02 Tom Tromey <tom@tromey.com>
2867
2868 * gdb.dwarf2/main-subprogram.c: New file.
2869 * gdb.dwarf2/main-subprogram.exp: New file.
2870
2871 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2872
2873 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
2874 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
2875 gdb_test_no_output for a couple of cases.
2876 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
2877
2878 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
2879
2880 Fix test names and standardize compilation error messages throughout
2881 the following files:
2882
2883 * gdb.ada/start.exp
2884 * gdb.arch/alpha-step.exp
2885 * gdb.arch/e500-prologue.exp
2886 * gdb.arch/ftrace-insn-reloc.exp
2887 * gdb.arch/gdb1291.exp
2888 * gdb.arch/gdb1431.exp
2889 * gdb.arch/gdb1558.exp
2890 * gdb.arch/i386-dr3-watch.exp
2891 * gdb.arch/i386-sse-stack-align.exp
2892 * gdb.arch/ia64-breakpoint-shadow.exp
2893 * gdb.arch/pa-nullify.exp
2894 * gdb.arch/powerpc-aix-prologue.exp
2895 * gdb.arch/thumb-bx-pc.exp
2896 * gdb.base/annota1.exp
2897 * gdb.base/annota3.exp
2898 * gdb.base/arrayidx.exp
2899 * gdb.base/assign.exp
2900 * gdb.base/attach.exp
2901 * gdb.base/auxv.exp
2902 * gdb.base/bang.exp
2903 * gdb.base/bfp-test.exp
2904 * gdb.base/bigcore.exp
2905 * gdb.base/bitfields2.exp
2906 * gdb.base/break-fun-addr.exp
2907 * gdb.base/break-probes.exp
2908 * gdb.base/call-rt-st.exp
2909 * gdb.base/callexit.exp
2910 * gdb.base/catch-fork-kill.exp
2911 * gdb.base/charset.exp
2912 * gdb.base/checkpoint.exp
2913 * gdb.base/comprdebug.exp
2914 * gdb.base/constvars.exp
2915 * gdb.base/coredump-filter.exp
2916 * gdb.base/cursal.exp
2917 * gdb.base/cvexpr.exp
2918 * gdb.base/detach.exp
2919 * gdb.base/display.exp
2920 * gdb.base/dmsym.exp
2921 * gdb.base/dprintf-pending.exp
2922 * gdb.base/dso2dso.exp
2923 * gdb.base/dtrace-probe.exp
2924 * gdb.base/dump.exp
2925 * gdb.base/enum_cond.exp
2926 * gdb.base/exe-lock.exp
2927 * gdb.base/exec-invalid-sysroot.exp
2928 * gdb.base/execl-update-breakpoints.exp
2929 * gdb.base/exprs.exp
2930 * gdb.base/fileio.exp
2931 * gdb.base/find.exp
2932 * gdb.base/finish.exp
2933 * gdb.base/fixsection.exp
2934 * gdb.base/foll-vfork.exp
2935 * gdb.base/frame-args.exp
2936 * gdb.base/gcore.exp
2937 * gdb.base/gdb1250.exp
2938 * gdb.base/global-var-nested-by-dso.exp
2939 * gdb.base/gnu-ifunc.exp
2940 * gdb.base/hashline1.exp
2941 * gdb.base/hashline2.exp
2942 * gdb.base/hashline3.exp
2943 * gdb.base/hbreak-in-shr-unsupported.exp
2944 * gdb.base/huge.exp
2945 * gdb.base/infcall-input.exp
2946 * gdb.base/info-fun.exp
2947 * gdb.base/info-shared.exp
2948 * gdb.base/jit-simple.exp
2949 * gdb.base/jit-so.exp
2950 * gdb.base/jit.exp
2951 * gdb.base/jump.exp
2952 * gdb.base/label.exp
2953 * gdb.base/lineinc.exp
2954 * gdb.base/logical.exp
2955 * gdb.base/longjmp.exp
2956 * gdb.base/macscp.exp
2957 * gdb.base/miscexprs.exp
2958 * gdb.base/new-ui-echo.exp
2959 * gdb.base/new-ui-pending-input.exp
2960 * gdb.base/new-ui.exp
2961 * gdb.base/nodebug.exp
2962 * gdb.base/nofield.exp
2963 * gdb.base/offsets.exp
2964 * gdb.base/overlays.exp
2965 * gdb.base/pending.exp
2966 * gdb.base/pointers.exp
2967 * gdb.base/pr11022.exp
2968 * gdb.base/printcmds.exp
2969 * gdb.base/prologue.exp
2970 * gdb.base/ptr-typedef.exp
2971 * gdb.base/realname-expand.exp
2972 * gdb.base/relativedebug.exp
2973 * gdb.base/relocate.exp
2974 * gdb.base/remote.exp
2975 * gdb.base/reread.exp
2976 * gdb.base/return2.exp
2977 * gdb.base/savedregs.exp
2978 * gdb.base/sep.exp
2979 * gdb.base/sepdebug.exp
2980 * gdb.base/sepsymtab.exp
2981 * gdb.base/set-inferior-tty.exp
2982 * gdb.base/setshow.exp
2983 * gdb.base/shlib-call.exp
2984 * gdb.base/sigaltstack.exp
2985 * gdb.base/siginfo-addr.exp
2986 * gdb.base/signals.exp
2987 * gdb.base/signull.exp
2988 * gdb.base/sigrepeat.exp
2989 * gdb.base/so-impl-ld.exp
2990 * gdb.base/solib-display.exp
2991 * gdb.base/solib-overlap.exp
2992 * gdb.base/solib-search.exp
2993 * gdb.base/solib-symbol.exp
2994 * gdb.base/structs.exp
2995 * gdb.base/structs2.exp
2996 * gdb.base/symtab-search-order.exp
2997 * gdb.base/twice.exp
2998 * gdb.base/unload.exp
2999 * gdb.base/varargs.exp
3000 * gdb.base/watchpoint-solib.exp
3001 * gdb.base/watchpoint.exp
3002 * gdb.base/whatis.exp
3003 * gdb.base/wrong_frame_bt_full.exp
3004 * gdb.btrace/dlopen.exp
3005 * gdb.cell/ea-standalone.exp
3006 * gdb.cell/ea-test.exp
3007 * gdb.cp/dispcxx.exp
3008 * gdb.cp/gdb2384.exp
3009 * gdb.cp/method2.exp
3010 * gdb.cp/nextoverthrow.exp
3011 * gdb.cp/pr10728.exp
3012 * gdb.disasm/am33.exp
3013 * gdb.disasm/h8300s.exp
3014 * gdb.disasm/mn10300.exp
3015 * gdb.disasm/sh3.exp
3016 * gdb.dwarf2/dw2-dir-file-name.exp
3017 * gdb.fortran/complex.exp
3018 * gdb.fortran/library-module.exp
3019 * gdb.guile/scm-pretty-print.exp
3020 * gdb.guile/scm-symbol.exp
3021 * gdb.guile/scm-type.exp
3022 * gdb.guile/scm-value.exp
3023 * gdb.linespec/linespec.exp
3024 * gdb.mi/gdb701.exp
3025 * gdb.mi/gdb792.exp
3026 * gdb.mi/mi-breakpoint-changed.exp
3027 * gdb.mi/mi-dprintf-pending.exp
3028 * gdb.mi/mi-dprintf.exp
3029 * gdb.mi/mi-exit-code.exp
3030 * gdb.mi/mi-pending.exp
3031 * gdb.mi/mi-solib.exp
3032 * gdb.mi/new-ui-mi-sync.exp
3033 * gdb.mi/pr11022.exp
3034 * gdb.mi/user-selected-context-sync.exp
3035 * gdb.opt/solib-intra-step.exp
3036 * gdb.python/py-events.exp
3037 * gdb.python/py-finish-breakpoint.exp
3038 * gdb.python/py-mi.exp
3039 * gdb.python/py-prettyprint.exp
3040 * gdb.python/py-shared.exp
3041 * gdb.python/py-symbol.exp
3042 * gdb.python/py-template.exp
3043 * gdb.python/py-type.exp
3044 * gdb.python/py-value.exp
3045 * gdb.reverse/solib-precsave.exp
3046 * gdb.reverse/solib-reverse.exp
3047 * gdb.server/solib-list.exp
3048 * gdb.stabs/weird.exp
3049 * gdb.threads/reconnect-signal.exp
3050 * gdb.threads/stepi-random-signal.exp
3051 * gdb.trace/actions.exp
3052 * gdb.trace/ax.exp
3053 * gdb.trace/backtrace.exp
3054 * gdb.trace/change-loc.exp
3055 * gdb.trace/deltrace.exp
3056 * gdb.trace/ftrace-lock.exp
3057 * gdb.trace/ftrace.exp
3058 * gdb.trace/infotrace.exp
3059 * gdb.trace/mi-tracepoint-changed.exp
3060 * gdb.trace/packetlen.exp
3061 * gdb.trace/passcount.exp
3062 * gdb.trace/pending.exp
3063 * gdb.trace/range-stepping.exp
3064 * gdb.trace/report.exp
3065 * gdb.trace/stap-trace.exp
3066 * gdb.trace/tfind.exp
3067 * gdb.trace/trace-break.exp
3068 * gdb.trace/trace-condition.exp
3069 * gdb.trace/trace-enable-disable.exp
3070 * gdb.trace/trace-mt.exp
3071 * gdb.trace/tracecmd.exp
3072 * gdb.trace/tspeed.exp
3073 * gdb.trace/tsv.exp
3074 * lib/perftest.exp
3075
3076 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3077
3078 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
3079 with gdb_test_no_output.
3080 Use command as test name.
3081
3082 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3083
3084 Fix test names starting with uppercase throughout the files.
3085
3086 * gdb.ada/assign_1.exp
3087 * gdb.ada/boolean_expr.exp
3088 * gdb.base/arrayidx.exp
3089 * gdb.base/del.exp
3090 * gdb.base/gcore-buffer-overflow.exp
3091 * gdb.base/testenv.exp
3092 * gdb.compile/compile.exp
3093 * gdb.python/py-framefilter-invalidarg.exp
3094 * gdb.python/py-framefilter.exp
3095
3096 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3097
3098 Fix test names starting with uppercase throughout the files.
3099
3100 * gdb.ada/array_return.exp
3101 * gdb.ada/expr_delims.exp
3102 * gdb.ada/mi_dyn_arr.exp
3103 * gdb.ada/mi_interface.exp
3104 * gdb.ada/mi_var_array.exp
3105 * gdb.ada/watch_arg.exp
3106 * gdb.arch/alpha-step.exp
3107 * gdb.arch/altivec-regs.exp
3108 * gdb.arch/e500-regs.exp
3109 * gdb.arch/powerpc-d128-regs.exp
3110 * gdb.base/arrayidx.exp
3111 * gdb.base/break.exp
3112 * gdb.base/checkpoint.exp
3113 * gdb.base/debug-expr.exp
3114 * gdb.base/dmsym.exp
3115 * gdb.base/radix.exp
3116 * gdb.base/sepdebug.exp
3117 * gdb.base/testenv.exp
3118 * gdb.base/watch_thread_num.exp
3119 * gdb.base/watchpoint-cond-gone.exp
3120 * gdb.cell/break.exp
3121 * gdb.cell/ea-cache.exp
3122 * gdb.compile/compile.exp
3123 * gdb.cp/gdb2495.exp
3124 * gdb.gdb/selftest.exp
3125 * gdb.gdb/xfullpath.exp
3126 * gdb.go/hello.exp
3127 * gdb.go/integers.exp
3128 * gdb.objc/basicclass.exp
3129 * gdb.pascal/hello.exp
3130 * gdb.pascal/integers.exp
3131 * gdb.python/py-breakpoint.exp
3132 * gdb.python/py-cmd.exp
3133 * gdb.python/py-linetable.exp
3134 * gdb.python/py-xmethods.exp
3135 * gdb.python/python.exp
3136 * gdb.reverse/consecutive-precsave.exp
3137 * gdb.reverse/finish-precsave.exp
3138 * gdb.reverse/i386-precsave.exp
3139 * gdb.reverse/machinestate-precsave.exp
3140 * gdb.reverse/sigall-precsave.exp
3141 * gdb.reverse/solib-precsave.exp
3142 * gdb.reverse/step-precsave.exp
3143 * gdb.reverse/until-precsave.exp
3144 * gdb.reverse/watch-precsave.exp
3145 * gdb.threads/leader-exit.exp
3146 * gdb.threads/pthreads.exp
3147 * gdb.threads/wp-replication.exp
3148 * gdb.trace/actions.exp
3149 * gdb.trace/mi-tsv-changed.exp
3150 * gdb.trace/tsv.exp
3151
3152 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3153
3154 Fix test names starting with uppercase throughout the files.
3155
3156 * gdb.arch/i386-bp_permanent.exp
3157 * gdb.arch/i386-gnu-cfi.exp
3158 * gdb.base/disasm-end-cu.exp
3159 * gdb.base/macscp.exp
3160 * gdb.base/pending.exp
3161 * gdb.base/watch_thread_num.exp
3162 * gdb.cp/exception.exp
3163 * gdb.cp/gdb2495.exp
3164 * gdb.cp/local.exp
3165 * gdb.python/py-evsignal.exp
3166 * gdb.python/python.exp
3167 * gdb.trace/tracecmd.exp
3168
3169 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3170
3171 Fix test names starting with uppercase throughout the files.
3172
3173 * gdb.base/charset.exp
3174 * gdb.base/eval.exp
3175 * gdb.base/multi-forks.exp
3176 * gdb.guile/scm-progspace.exp
3177 * gdb.opencl/datatypes.exp
3178 * gdb.python/py-block.exp
3179 * gdb.python/py-function.exp
3180 * gdb.python/py-symbol.exp
3181 * gdb.python/py-symtab.exp
3182 * gdb.python/py-xmethods.exp
3183 * gdb.reverse/break-precsave.exp
3184 * gdb.reverse/break-reverse.exp
3185 * gdb.reverse/consecutive-precsave.exp
3186 * gdb.reverse/consecutive-reverse.exp
3187 * gdb.reverse/finish-precsave.exp
3188 * gdb.reverse/finish-reverse-bkpt.exp
3189 * gdb.reverse/finish-reverse.exp
3190 * gdb.reverse/fstatat-reverse.exp
3191 * gdb.reverse/getresuid-reverse.exp
3192 * gdb.reverse/i386-precsave.exp
3193 * gdb.reverse/i386-reverse.exp
3194 * gdb.reverse/i386-sse-reverse.exp
3195 * gdb.reverse/i387-stack-reverse.exp
3196 * gdb.reverse/insn-reverse.exp
3197 * gdb.reverse/machinestate-precsave.exp
3198 * gdb.reverse/machinestate.exp
3199 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3200 * gdb.reverse/pipe-reverse.exp
3201 * gdb.reverse/readv-reverse.exp
3202 * gdb.reverse/recvmsg-reverse.exp
3203 * gdb.reverse/rerun-prec.exp
3204 * gdb.reverse/s390-mvcle.exp
3205 * gdb.reverse/sigall-precsave.exp
3206 * gdb.reverse/sigall-reverse.exp
3207 * gdb.reverse/solib-precsave.exp
3208 * gdb.reverse/solib-reverse.exp
3209 * gdb.reverse/step-precsave.exp
3210 * gdb.reverse/step-reverse.exp
3211 * gdb.reverse/time-reverse.exp
3212 * gdb.reverse/until-precsave.exp
3213 * gdb.reverse/until-reverse.exp
3214 * gdb.reverse/waitpid-reverse.exp
3215 * gdb.reverse/watch-precsave.exp
3216 * gdb.reverse/watch-reverse.exp
3217
3218 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3219
3220 Fix test names starting with uppercase throughout the files.
3221
3222 * gdb.arch/i386-mpx-simple_segv.exp
3223 * gdb.arch/i386-mpx.exp
3224 * gdb.arch/i386-permbkpt.exp
3225 * gdb.arch/pa-nullify.exp
3226 * gdb.arch/powerpc-d128-regs.exp
3227 * gdb.arch/vsx-regs.exp
3228 * gdb.base/bfp-test.exp
3229 * gdb.base/break.exp
3230 * gdb.base/breakpoint-shadow.exp
3231 * gdb.base/callfuncs.exp
3232 * gdb.base/charset.exp
3233 * gdb.base/commands.exp
3234 * gdb.base/completion.exp
3235 * gdb.base/dfp-test.exp
3236 * gdb.base/echo.exp
3237 * gdb.base/ending-run.exp
3238 * gdb.base/eval.exp
3239 * gdb.base/expand-psymtabs.exp
3240 * gdb.base/float128.exp
3241 * gdb.base/floatn.exp
3242 * gdb.base/foll-exec-mode.exp
3243 * gdb.base/gdb1056.exp
3244 * gdb.base/gdb11531.exp
3245 * gdb.base/kill-after-signal.exp
3246 * gdb.base/multi-forks.exp
3247 * gdb.base/overlays.exp
3248 * gdb.base/pending.exp
3249 * gdb.base/sepdebug.exp
3250 * gdb.base/testenv.exp
3251 * gdb.base/valgrind-db-attach.exp
3252 * gdb.base/watch_thread_num.exp
3253 * gdb.base/watchpoint-cond-gone.exp
3254 * gdb.base/watchpoint.exp
3255 * gdb.base/watchpoints.exp
3256 * gdb.cp/arg-reference.exp
3257 * gdb.cp/baseenum.exp
3258 * gdb.cp/operator.exp
3259 * gdb.cp/shadow.exp
3260 * gdb.dwarf2/dw2-op-out-param.exp
3261 * gdb.dwarf2/dw2-reg-undefined.exp
3262 * gdb.go/chan.exp
3263 * gdb.go/hello.exp
3264 * gdb.go/integers.exp
3265 * gdb.go/methods.exp
3266 * gdb.go/package.exp
3267 * gdb.guile/scm-parameter.exp
3268 * gdb.guile/scm-progspace.exp
3269 * gdb.guile/scm-value.exp
3270 * gdb.mi/mi-pending.exp
3271 * gdb.mi/user-selected-context-sync.exp
3272 * gdb.multi/multi-attach.exp
3273 * gdb.multi/tids.exp
3274 * gdb.opt/clobbered-registers-O2.exp
3275 * gdb.pascal/floats.exp
3276 * gdb.pascal/integers.exp
3277 * gdb.python/py-block.exp
3278 * gdb.python/py-events.exp
3279 * gdb.python/py-parameter.exp
3280 * gdb.python/py-symbol.exp
3281 * gdb.python/py-symtab.exp
3282 * gdb.python/py-type.exp
3283 * gdb.python/py-value.exp
3284 * gdb.python/py-xmethods.exp
3285 * gdb.python/python.exp
3286 * gdb.reverse/break-precsave.exp
3287 * gdb.reverse/consecutive-precsave.exp
3288 * gdb.reverse/finish-precsave.exp
3289 * gdb.reverse/i386-precsave.exp
3290 * gdb.reverse/machinestate-precsave.exp
3291 * gdb.reverse/sigall-precsave.exp
3292 * gdb.reverse/solib-precsave.exp
3293 * gdb.reverse/step-precsave.exp
3294 * gdb.reverse/until-precsave.exp
3295 * gdb.reverse/watch-precsave.exp
3296 * gdb.server/ext-attach.exp
3297 * gdb.server/ext-restart.exp
3298 * gdb.server/ext-run.exp
3299 * gdb.server/ext-wrapper.exp
3300 * gdb.stabs/gdb11479.exp
3301 * gdb.stabs/weird.exp
3302 * gdb.threads/attach-many-short-lived-threads.exp
3303 * gdb.threads/kill.exp
3304 * gdb.threads/watchpoint-fork.exp
3305
3306 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3307
3308 Fix test names starting with uppercase throughout all the files below.
3309
3310 * gdb.ada/array_return.exp
3311 * gdb.ada/catch_ex.exp
3312 * gdb.ada/info_exc.exp
3313 * gdb.ada/mi_catch_ex.exp
3314 * gdb.ada/mi_dyn_arr.exp
3315 * gdb.ada/mi_ex_cond.exp
3316 * gdb.ada/mi_exc_info.exp
3317 * gdb.ada/mi_interface.exp
3318 * gdb.ada/mi_task_arg.exp
3319 * gdb.ada/mi_task_info.exp
3320 * gdb.ada/mi_var_array.exp
3321 * gdb.arch/alpha-step.exp
3322 * gdb.arch/amd64-disp-step.exp
3323 * gdb.arch/arm-disp-step.exp
3324 * gdb.arch/disp-step-insn-reloc.exp
3325 * gdb.arch/e500-prologue.exp
3326 * gdb.arch/ftrace-insn-reloc.exp
3327 * gdb.arch/gdb1558.exp
3328 * gdb.arch/i386-bp_permanent.exp
3329 * gdb.arch/i386-disp-step.exp
3330 * gdb.arch/i386-float.exp
3331 * gdb.arch/i386-gnu-cfi.exp
3332 * gdb.arch/ia64-breakpoint-shadow.exp
3333 * gdb.arch/mips16-thunks.exp
3334 * gdb.arch/pa-nullify.exp
3335 * gdb.arch/powerpc-aix-prologue.exp
3336 * gdb.arch/powerpc-power.exp
3337 * gdb.arch/ppc-dfp.exp
3338 * gdb.arch/s390-tdbregs.exp
3339 * gdb.arch/spu-info.exp
3340 * gdb.arch/spu-ls.exp
3341 * gdb.arch/thumb-bx-pc.exp
3342 * gdb.base/advance.exp
3343 * gdb.base/annota-input-while-running.exp
3344 * gdb.base/arrayidx.exp
3345 * gdb.base/asmlabel.exp
3346 * gdb.base/async.exp
3347 * gdb.base/attach-wait-input.exp
3348 * gdb.base/auto-connect-native-target.exp
3349 * gdb.base/batch-preserve-term-settings.exp
3350 * gdb.base/bfp-test.exp
3351 * gdb.base/bigcore.exp
3352 * gdb.base/bp-permanent.exp
3353 * gdb.base/break-always.exp
3354 * gdb.base/break-fun-addr.exp
3355 * gdb.base/break-idempotent.exp
3356 * gdb.base/break-main-file-remove-fail.exp
3357 * gdb.base/break-probes.exp
3358 * gdb.base/break-unload-file.exp
3359 * gdb.base/break.exp
3360 * gdb.base/call-ar-st.exp
3361 * gdb.base/call-rt-st.exp
3362 * gdb.base/call-sc.exp
3363 * gdb.base/call-signal-resume.exp
3364 * gdb.base/call-strs.exp
3365 * gdb.base/callexit.exp
3366 * gdb.base/callfuncs.exp
3367 * gdb.base/catch-gdb-caused-signals.exp
3368 * gdb.base/catch-signal-siginfo-cond.exp
3369 * gdb.base/catch-syscall.exp
3370 * gdb.base/compare-sections.exp
3371 * gdb.base/cond-eval-mode.exp
3372 * gdb.base/condbreak-call-false.exp
3373 * gdb.base/consecutive-step-over.exp
3374 * gdb.base/cursal.exp
3375 * gdb.base/disabled-location.exp
3376 * gdb.base/disasm-end-cu.exp
3377 * gdb.base/display.exp
3378 * gdb.base/double-prompt-target-event-error.exp
3379 * gdb.base/dprintf-bp-same-addr.exp
3380 * gdb.base/dprintf-detach.exp
3381 * gdb.base/dprintf-next.exp
3382 * gdb.base/dprintf-non-stop.exp
3383 * gdb.base/dprintf-pending.exp
3384 * gdb.base/dso2dso.exp
3385 * gdb.base/ending-run.exp
3386 * gdb.base/enum_cond.exp
3387 * gdb.base/examine-backward.exp
3388 * gdb.base/exe-lock.exp
3389 * gdb.base/exec-invalid-sysroot.exp
3390 * gdb.base/execl-update-breakpoints.exp
3391 * gdb.base/execution-termios.exp
3392 * gdb.base/fileio.exp
3393 * gdb.base/fixsection.exp
3394 * gdb.base/foll-exec-mode.exp
3395 * gdb.base/foll-exec.exp
3396 * gdb.base/fork-running-state.exp
3397 * gdb.base/frame-args.exp
3398 * gdb.base/fullpath-expand.exp
3399 * gdb.base/func-ptr.exp
3400 * gdb.base/gcore-relro-pie.exp
3401 * gdb.base/gdb1090.exp
3402 * gdb.base/gdb1555.exp
3403 * gdb.base/global-var-nested-by-dso.exp
3404 * gdb.base/gnu-ifunc.exp
3405 * gdb.base/hbreak-in-shr-unsupported.exp
3406 * gdb.base/hbreak-unmapped.exp
3407 * gdb.base/hook-stop.exp
3408 * gdb.base/infcall-input.exp
3409 * gdb.base/info-fun.exp
3410 * gdb.base/info-shared.exp
3411 * gdb.base/interrupt-noterm.exp
3412 * gdb.base/jit-so.exp
3413 * gdb.base/jit.exp
3414 * gdb.base/line-symtabs.exp
3415 * gdb.base/list.exp
3416 * gdb.base/longjmp.exp
3417 * gdb.base/macscp.exp
3418 * gdb.base/max-value-size.exp
3419 * gdb.base/nodebug.exp
3420 * gdb.base/nofield.exp
3421 * gdb.base/overlays.exp
3422 * gdb.base/paginate-after-ctrl-c-running.exp
3423 * gdb.base/paginate-bg-execution.exp
3424 * gdb.base/paginate-inferior-exit.exp
3425 * gdb.base/pending.exp
3426 * gdb.base/pr11022.exp
3427 * gdb.base/printcmds.exp
3428 * gdb.base/ptr-typedef.exp
3429 * gdb.base/ptype.exp
3430 * gdb.base/randomize.exp
3431 * gdb.base/range-stepping.exp
3432 * gdb.base/realname-expand.exp
3433 * gdb.base/relativedebug.exp
3434 * gdb.base/remote.exp
3435 * gdb.base/savedregs.exp
3436 * gdb.base/sepdebug.exp
3437 * gdb.base/set-noassign.exp
3438 * gdb.base/shlib-call.exp
3439 * gdb.base/shreloc.exp
3440 * gdb.base/sigaltstack.exp
3441 * gdb.base/sigbpt.exp
3442 * gdb.base/siginfo-addr.exp
3443 * gdb.base/siginfo-obj.exp
3444 * gdb.base/siginfo-thread.exp
3445 * gdb.base/signest.exp
3446 * gdb.base/signull.exp
3447 * gdb.base/sigrepeat.exp
3448 * gdb.base/skip.exp
3449 * gdb.base/so-impl-ld.exp
3450 * gdb.base/solib-corrupted.exp
3451 * gdb.base/solib-disc.exp
3452 * gdb.base/solib-display.exp
3453 * gdb.base/solib-overlap.exp
3454 * gdb.base/solib-search.exp
3455 * gdb.base/solib-symbol.exp
3456 * gdb.base/source-execution.exp
3457 * gdb.base/sss-bp-on-user-bp-2.exp
3458 * gdb.base/sss-bp-on-user-bp.exp
3459 * gdb.base/stack-checking.exp
3460 * gdb.base/stale-infcall.exp
3461 * gdb.base/step-break.exp
3462 * gdb.base/step-line.exp
3463 * gdb.base/step-over-exit.exp
3464 * gdb.base/step-test.exp
3465 * gdb.base/structs.exp
3466 * gdb.base/sym-file.exp
3467 * gdb.base/symtab-search-order.exp
3468 * gdb.base/term.exp
3469 * gdb.base/type-opaque.exp
3470 * gdb.base/unload.exp
3471 * gdb.base/until-nodebug.exp
3472 * gdb.base/until.exp
3473 * gdb.base/unwindonsignal.exp
3474 * gdb.base/watch-cond.exp
3475 * gdb.base/watch-non-mem.exp
3476 * gdb.base/watch_thread_num.exp
3477 * gdb.base/watchpoint-reuse-slot.exp
3478 * gdb.base/watchpoint-solib.exp
3479 * gdb.base/watchpoint.exp
3480 * gdb.btrace/dlopen.exp
3481 * gdb.cell/arch.exp
3482 * gdb.cell/break.exp
3483 * gdb.cell/bt.exp
3484 * gdb.cell/core.exp
3485 * gdb.cell/data.exp
3486 * gdb.cell/dwarfaddr.exp
3487 * gdb.cell/ea-cache.exp
3488 * gdb.cell/ea-standalone.exp
3489 * gdb.cell/ea-test.exp
3490 * gdb.cell/f-regs.exp
3491 * gdb.cell/fork.exp
3492 * gdb.cell/gcore.exp
3493 * gdb.cell/mem-access.exp
3494 * gdb.cell/ptype.exp
3495 * gdb.cell/registers.exp
3496 * gdb.cell/sizeof.exp
3497 * gdb.cell/solib-symbol.exp
3498 * gdb.cell/solib.exp
3499 * gdb.compile/compile-tls.exp
3500 * gdb.cp/exception.exp
3501 * gdb.cp/gdb2495.exp
3502 * gdb.cp/local.exp
3503 * gdb.cp/mb-inline.exp
3504 * gdb.cp/mb-templates.exp
3505 * gdb.cp/pr10687.exp
3506 * gdb.cp/pr9167.exp
3507 * gdb.cp/scope-err.exp
3508 * gdb.cp/templates.exp
3509 * gdb.cp/virtfunc.exp
3510 * gdb.dwarf2/dw2-dir-file-name.exp
3511 * gdb.dwarf2/dw2-single-line-discriminators.exp
3512 * gdb.fortran/complex.exp
3513 * gdb.fortran/library-module.exp
3514 * gdb.guile/guile.exp
3515 * gdb.guile/scm-cmd.exp
3516 * gdb.guile/scm-frame-inline.exp
3517 * gdb.guile/scm-objfile.exp
3518 * gdb.guile/scm-pretty-print.exp
3519 * gdb.guile/scm-symbol.exp
3520 * gdb.guile/scm-type.exp
3521 * gdb.guile/scm-value.exp
3522 * gdb.linespec/keywords.exp
3523 * gdb.linespec/ls-errs.exp
3524 * gdb.linespec/macro-relative.exp
3525 * gdb.linespec/thread.exp
3526 * gdb.mi/mi-breakpoint-changed.exp
3527 * gdb.mi/mi-dprintf-pending.exp
3528 * gdb.mi/mi-fullname-deleted.exp
3529 * gdb.mi/mi-logging.exp
3530 * gdb.mi/mi-pending.exp
3531 * gdb.mi/mi-solib.exp
3532 * gdb.mi/new-ui-mi-sync.exp
3533 * gdb.mi/user-selected-context-sync.exp
3534 * gdb.multi/dummy-frame-restore.exp
3535 * gdb.multi/multi-arch-exec.exp
3536 * gdb.multi/remove-inferiors.exp
3537 * gdb.multi/watchpoint-multi-exit.exp
3538 * gdb.opt/solib-intra-step.exp
3539 * gdb.perf/backtrace.exp
3540 * gdb.perf/single-step.exp
3541 * gdb.perf/skip-command.exp
3542 * gdb.perf/skip-prologue.exp
3543 * gdb.perf/solib.exp
3544 * gdb.python/lib-types.exp
3545 * gdb.python/py-as-string.exp
3546 * gdb.python/py-bad-printers.exp
3547 * gdb.python/py-block.exp
3548 * gdb.python/py-breakpoint.exp
3549 * gdb.python/py-cmd.exp
3550 * gdb.python/py-events.exp
3551 * gdb.python/py-evthreads.exp
3552 * gdb.python/py-finish-breakpoint.exp
3553 * gdb.python/py-finish-breakpoint2.exp
3554 * gdb.python/py-frame-inline.exp
3555 * gdb.python/py-frame.exp
3556 * gdb.python/py-inferior.exp
3557 * gdb.python/py-infthread.exp
3558 * gdb.python/py-mi.exp
3559 * gdb.python/py-objfile.exp
3560 * gdb.python/py-pp-maint.exp
3561 * gdb.python/py-pp-registration.exp
3562 * gdb.python/py-prettyprint.exp
3563 * gdb.python/py-recurse-unwind.exp
3564 * gdb.python/py-shared.exp
3565 * gdb.python/py-symbol.exp
3566 * gdb.python/py-symtab.exp
3567 * gdb.python/py-template.exp
3568 * gdb.python/py-type.exp
3569 * gdb.python/py-unwind-maint.exp
3570 * gdb.python/py-unwind.exp
3571 * gdb.python/py-value.exp
3572 * gdb.python/python.exp
3573 * gdb.reverse/finish-reverse-bkpt.exp
3574 * gdb.reverse/insn-reverse.exp
3575 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3576 * gdb.reverse/solib-precsave.exp
3577 * gdb.reverse/solib-reverse.exp
3578 * gdb.stabs/gdb11479.exp
3579 * gdb.stabs/weird.exp
3580 * gdb.threads/fork-child-threads.exp
3581 * gdb.threads/fork-plus-threads.exp
3582 * gdb.threads/fork-thread-pending.exp
3583 * gdb.threads/forking-threads-plus-breakpoint.exp
3584 * gdb.threads/hand-call-in-threads.exp
3585 * gdb.threads/interrupted-hand-call.exp
3586 * gdb.threads/linux-dp.exp
3587 * gdb.threads/local-watch-wrong-thread.exp
3588 * gdb.threads/next-while-other-thread-longjmps.exp
3589 * gdb.threads/non-ldr-exit.exp
3590 * gdb.threads/pending-step.exp
3591 * gdb.threads/print-threads.exp
3592 * gdb.threads/process-dies-while-detaching.exp
3593 * gdb.threads/process-dies-while-handling-bp.exp
3594 * gdb.threads/pthreads.exp
3595 * gdb.threads/queue-signal.exp
3596 * gdb.threads/reconnect-signal.exp
3597 * gdb.threads/signal-command-handle-nopass.exp
3598 * gdb.threads/signal-command-multiple-signals-pending.exp
3599 * gdb.threads/signal-delivered-right-thread.exp
3600 * gdb.threads/signal-sigtrap.exp
3601 * gdb.threads/sigthread.exp
3602 * gdb.threads/staticthreads.exp
3603 * gdb.threads/stepi-random-signal.exp
3604 * gdb.threads/thread-unwindonsignal.exp
3605 * gdb.threads/thread_check.exp
3606 * gdb.threads/thread_events.exp
3607 * gdb.threads/tid-reuse.exp
3608 * gdb.threads/tls-nodebug.exp
3609 * gdb.threads/tls-shared.exp
3610 * gdb.threads/tls-so_extern.exp
3611 * gdb.threads/tls.exp
3612 * gdb.threads/wp-replication.exp
3613 * gdb.trace/actions-changed.exp
3614 * gdb.trace/actions.exp
3615 * gdb.trace/backtrace.exp
3616 * gdb.trace/change-loc.exp
3617 * gdb.trace/collection.exp
3618 * gdb.trace/deltrace.exp
3619 * gdb.trace/disconnected-tracing.exp
3620 * gdb.trace/entry-values.exp
3621 * gdb.trace/ftrace-lock.exp
3622 * gdb.trace/ftrace.exp
3623 * gdb.trace/infotrace.exp
3624 * gdb.trace/mi-trace-frame-collected.exp
3625 * gdb.trace/mi-trace-unavailable.exp
3626 * gdb.trace/mi-traceframe-changed.exp
3627 * gdb.trace/mi-tracepoint-changed.exp
3628 * gdb.trace/mi-tsv-changed.exp
3629 * gdb.trace/no-attach-trace.exp
3630 * gdb.trace/packetlen.exp
3631 * gdb.trace/passc-dyn.exp
3632 * gdb.trace/passcount.exp
3633 * gdb.trace/pending.exp
3634 * gdb.trace/pr16508.exp
3635 * gdb.trace/qtro.exp
3636 * gdb.trace/range-stepping.exp
3637 * gdb.trace/read-memory.exp
3638 * gdb.trace/report.exp
3639 * gdb.trace/save-trace.exp
3640 * gdb.trace/signal.exp
3641 * gdb.trace/stap-trace.exp
3642 * gdb.trace/status-stop.exp
3643 * gdb.trace/strace.exp
3644 * gdb.trace/tfile.exp
3645 * gdb.trace/tfind.exp
3646 * gdb.trace/trace-break.exp
3647 * gdb.trace/trace-condition.exp
3648 * gdb.trace/trace-enable-disable.exp
3649 * gdb.trace/trace-mt.exp
3650 * gdb.trace/tracecmd.exp
3651 * gdb.trace/tracefile-pseudo-reg.exp
3652 * gdb.trace/tspeed.exp
3653 * gdb.trace/tstatus.exp
3654 * gdb.trace/tsv.exp
3655 * gdb.trace/unavailable.exp
3656 * gdb.trace/while-dyn.exp
3657 * gdb.trace/while-stepping.exp
3658 * lib/gdb-guile.exp
3659 * lib/gdb.exp
3660 * lib/mi-support.exp
3661 * lib/pascal.exp
3662 * lib/perftest.exp
3663 * lib/prelink-support.exp
3664 * lib/selftest-support.exp
3665
3666 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
3667
3668 * Makefile.in: Include disable-implicit-rules.mk.
3669
3670 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3671
3672 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
3673 non-byte-aligned bit fields.
3674
3675 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3676
3677 PR gdb/12616
3678 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
3679 respects the DW_AT_data_bit_offset attribute.
3680
3681 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
3682
3683 * gdb.base/default.exp: Fix output of "set language".
3684
3685 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
3686
3687 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
3688 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
3689 make.
3690 * configure.ac: Remove checks for the make program.
3691 * configure: Re-generate.
3692
3693 2016-11-16 Kevin Buettner <kevinb@redhat.com>
3694
3695 * gdb.python/py-recurse-unwind.c (main): Add loop.
3696 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
3697 to read_register() and gdb.parse_and_eval(). Make each code
3698 call a separate case that can be individually tested.
3699 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
3700 proc. Call cont_and_backtrace for each of the code paths that
3701 we want to test in the unwinder.
3702
3703 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
3704
3705 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
3706 the definition of struct S.
3707
3708 2016-11-11 Catherine Moore <clm@codesourcery.com>
3709
3710 * gdb.base/dump.exp: Identify verilog format dump tests as such.
3711
3712 2016-11-09 Pedro Alves <palves@redhat.com>
3713
3714 * gdb.base/commands.exp (runto_or_return): New procedure.
3715 (gdbvar_simple_if_test, gdbvar_simple_while_test)
3716 (gdbvar_complex_if_while_test, progvar_simple_if_test)
3717 (progvar_simple_while_test, progvar_complex_if_while_test)
3718 (if_while_breakpoint_command_test)
3719 (infrun_breakpoint_command_test, breakpoint_command_test)
3720 (user_defined_command_test, watchpoint_command_test)
3721 (test_command_prompt_position, redefine_hook_test)
3722 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
3723 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
3724 multi_line_input and multi_line. Remove gdb_expect and
3725 gdb_stop_suppressing_tests uses.
3726 * lib/gdb.exp (valnum_re): New global.
3727 (multi_line_input): New procedure.
3728
3729 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
3730
3731 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
3732 Remove.
3733 (test_setup): Define with proc_with_prefix.
3734 (test_cli_inferior): Likewise.
3735 (test_cli_thread): Likewise.
3736 (test_cli_frame): Likewise.
3737 (test_cli_select_frame): Likewise.
3738 (test_cli_up_down): Likewise.
3739 (test_mi_thread_select): Likewise.
3740 (test_mi_stack_select_frame): Likewise.
3741 (test_cli_in_mi_inferior): Likewise.
3742 (test_cli_in_mi_thread): Likewise.
3743 (test_cli_in_mi_frame): Likewise.
3744 (top level): Do not use with_test_prefix_procname.
3745
3746 2016-11-09 Pedro Alves <palves@redhat.com>
3747
3748 * gdb.base/commands.exp (gdbvar_simple_if_test)
3749 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
3750 (progvar_simple_if_test, progvar_simple_while_test)
3751 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
3752 (infrun_breakpoint_command_test, breakpoint_command_test)
3753 (user_defined_command_test, watchpoint_command_test)
3754 (test_command_prompt_position, deprecated_command_test)
3755 (bp_deleted_in_command, temporary_breakpoint_commands)
3756 (stray_arg0_test, source_file_with_indented_comment)
3757 (recursive_source_test, if_commands_test)
3758 (error_clears_commands_left, redefine_hook_test)
3759 (redefine_backtrace_test): Use proc_with_prefix.
3760 * lib/gdb.exp (proc_with_prefix): New proc.
3761
3762 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
3763
3764 * gdb.base/tui-layout.c: New file.
3765 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
3766 disassembly window contains very long lines.
3767
3768 2016-11-08 Tom Tromey <tom@tromey.com>
3769
3770 * gdb.python/py-value.exp (test_value_creation): Make "long" test
3771 depend on Python 2.
3772
3773 2016-11-08 Tom Tromey <tom@tromey.com>
3774
3775 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
3776 New method.
3777
3778 2016-10-29 Manish Goregaokar <manish@mozilla.com>
3779
3780 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
3781
3782 2016-10-27 Manish Goregaokar <manish@mozilla.com>
3783
3784 * gdb.rust/simple.rs: Add test for univariant enums without
3785 discriminants and for encoded struct-like enums.
3786
3787 2016-10-28 Pedro Alves <palves@redhat.com>
3788
3789 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
3790 gdb_test_multiple, tighten regexps and match symtabs and line
3791 tables incrementally.
3792
3793 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
3794
3795 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
3796 general.
3797
3798 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
3799
3800 * gdb.base/exec-invalid-sysroot.exp: New file.
3801
3802 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3803
3804 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
3805
3806 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3807
3808 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
3809
3810 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
3811
3812 * gdb.base/killed-outside.exp: Remove $options from a call to
3813 `prepare_for_testing'.
3814
3815 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
3816
3817 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
3818 Change test message.
3819
3820 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
3821
3822 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
3823 Update comment.
3824
3825 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
3826
3827 * gdb.trace/mi-trace-save.exp: New file.
3828
3829 2016-10-13 Yao Qi <yao.qi@linaro.org>
3830
3831 * gdb.base/code_elim.exp (get_var_address): Remove.
3832 * gdb.base/relocate.exp: Likewise.
3833 * gdb.base/shreloc.exp: Likewise.
3834 * lib/gdb.exp (get_var_address): New.
3835
3836 2016-10-13 Yao Qi <yao.qi@linaro.org>
3837
3838 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
3839 floating point tests if $skip_float_test is false.
3840
3841 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
3842
3843 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
3844 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
3845 argc values.
3846 Add 1 to argc so we guarantee distinct initial/modified argc values.
3847
3848 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3849
3850 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
3851
3852 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3853
3854 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
3855 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
3856 * gdb.arch/vsx-regs.exp: Likewise.
3857
3858 2016-10-07 Yao Qi <yao.qi@linaro.org>
3859
3860 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
3861
3862 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
3863
3864 * gdb.python/python.exp: Test decode_line("*0").
3865
3866 2016-10-06 Doug Evans <dje@google.com>
3867
3868 * gdb.python/py-value.exp (test_value_creation): Add test for large
3869 unsigned 64-bit value.
3870
3871 2016-10-06 Tom Tromey <tom@tromey.com>
3872
3873 * gdb.compile/compile.exp: Change java tests to rust.
3874 * gdb.base/setshow.exp: Change java tests to rust.
3875 * gdb.base/default.exp: Remove java from language list.
3876 * README (Examples): Update language example.
3877 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
3878 test.
3879 * lib/gdb.exp (skip_java_tests): Remove.
3880 * lib/java.exp: Remove.
3881 * gdb.java: Remove.
3882
3883 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
3884
3885 * gdb.arch/mips-fcr.exp: New test.
3886 * gdb.arch/mips-fcr.c: Source for the new test.
3887
3888 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
3889
3890 * gdb.base/solib-disc.exp: Use `standard_output_file'
3891 throughout.
3892
3893 2016-10-06 Pedro Alves <palves@redhat.com>
3894
3895 * gdb.base/jit-simple-dl.c: New file.
3896 * gdb.base/jit-simple-jit.c: New file, factored out from ...
3897 * gdb.base/jit-simple.c: ... this.
3898 * gdb.base/jit-simple.exp (jit_run): Delete.
3899 (build_jit): New proc.
3900 (jit_test_reread): Recompile either the main program or the shared
3901 library, depending on what is being tested. Skip changing address
3902 if caller wants to. Compare before/after addresses. If testing
3903 standalone, explicitly load the binary. Test "maint info
3904 breakpoints".
3905 (top level): Add "standalone vs shared lib" and "change address"
3906 vs "same address" axes.
3907
3908 2016-10-06 Pedro Alves <palves@redhat.com>
3909
3910 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
3911 call.
3912 (jit_run): Delete.
3913 (jit_test_reread): Use with_test_prefix. Reload the main binary
3914 explicitly. Compare the before/after addresses of the JIT
3915 descriptor.
3916
3917 2016-08-15 Doug Evans <dje@google.com>
3918
3919 * gdb.xml/extra-regs.xml: Update, end field now required, default type
3920 for single bitfields is bool.
3921 * gdb.xml/tdesc-regs.exp: Ditto.
3922
3923 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3924
3925 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
3926
3927 2016-10-05 Yao Qi <yao.qi@linaro.org>
3928
3929 * lib/gdb.exp (support_complex_tests): Return zero if
3930 gdb_skip_float_test return true.
3931
3932 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
3933 Simon Marchi <simon.marchi@ericsson.com>
3934
3935 PR gdb/20487
3936 * gdb.mi/user-selected-context-sync.exp: New file.
3937 * gdb.mi/user-selected-context-sync.c: New file.
3938
3939 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
3940 Simon Marchi <simon.marchi@ericsson.com>
3941
3942 PR gdb/20487
3943 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
3944 =thread-select-event check.
3945
3946 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
3947
3948 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
3949 the compulsory L operand changes.
3950 * gdb.arch/powerpc-power.s: Likewise.
3951
3952 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3953
3954 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
3955 * gdb.base/jit-attach-pie.c: New file.
3956 * gdb.base/jit-attach-pie.exp: New file.
3957
3958 2016-09-28 Pedro Alves <palves@redhat.com>
3959
3960 * gdb.base/infcall-input.c: New file.
3961 * gdb.base/infcall-input.exp: New file.
3962
3963 2016-09-22 Yao Qi <yao.qi@linaro.org>
3964
3965 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
3966 (gdb_exit): Rename it to ...
3967 (gdbserver_gdb_exit): ... Close GDBserver.
3968 (gdb_exit): New proc, call gdbserver_gdb_exit.
3969 (mi_gdb_exit): Likewise.
3970
3971 2016-09-22 Yao Qi <yao.qi@linaro.org>
3972
3973 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
3974 path.
3975 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
3976 Remove duplication.
3977
3978 2016-09-22 Yao Qi <yao.qi@linaro.org>
3979
3980 * lib/gdbserver-support.exp: Check the existence of
3981 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
3982
3983 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
3984
3985 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
3986
3987 2016-09-21 Tom Tromey <tom@tromey.com>
3988
3989 PR gdb/20604:
3990 * gdb.base/quit.exp: New file.
3991
3992 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
3993
3994 * .gitignore: New file.
3995
3996 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
3997
3998 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
3999 throughout.
4000
4001 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4002
4003 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
4004
4005 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4006
4007 * gdb.cp/casts.cc (decltype): Move it ...
4008 (main): ... with its call to ...
4009 * gdb.cp/casts03.cc: ... a new file.
4010 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
4011
4012 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4013
4014 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
4015
4016 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
4017
4018 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
4019 and sync up the test with tests in gas/testsuite/gas/ppc.
4020 * gdb.arch/powerpc-power.exp: Likewise.
4021
4022 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4023
4024 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
4025
4026 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
4027 Jan Kratochvil <jan.kratochvil@redhat.com>
4028
4029 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
4030 make m1's definition to be different from m2's. Use 'dummy' as an
4031 argument for probe 'two'.
4032
4033 2016-09-10 Jon Beniston <jon@beniston.com>
4034
4035 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
4036 for sim target.
4037
4038 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
4039
4040 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
4041 variable declaration.
4042 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
4043 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
4044 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
4045 received HWCAP as its argument.
4046
4047 2016-09-06 Pedro Alves <palves@redhat.com>
4048
4049 * gdb.base/new-ui-pending-input.c: New file.
4050 * gdb.base/new-ui-pending-input.exp: New file.
4051 * gdb.exp (clear_gdb_spawn_id): New procedure.
4052 (with_spawn_id): Check whether gdb_spawn_id exists before
4053 referencing it. If gdb_spawn_id didn't exist on entry, clear it
4054 on exit.
4055
4056 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
4057
4058 * gdb.base/float128.c: New file.
4059 * gdb.base/float128.exp: Likewise.
4060 * gdb.base/floatn.c: Likewise.
4061 * gdb.base/floatn.exp: Likewise.
4062
4063 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
4064
4065 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
4066
4067 2016-09-05 Pedro Alves <palves@redhat.com>
4068
4069 PR backtrace/19927
4070 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
4071 unwinders are immediately called as side effect of "source" or
4072 "disable unwinder" commands.
4073 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
4074
4075 2016-09-02 Yao Qi <yao.qi@linaro.org>
4076
4077 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
4078 is true and $type is "float" or "double".
4079
4080 2016-09-02 Yao Qi <yao.qi@linaro.org>
4081
4082 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
4083 true.
4084 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
4085 * gdb.base/call-rt-st.exp: Likewise.
4086 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
4087 return value instead of gdb,skip_float_test.
4088 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
4089 (do_function_calls): Use its return value instead of
4090 gdb,skip_float_test.
4091 * gdb.base/finish.exp: Likewise.
4092 * gdb.base/funcargs.exp: Likewise.
4093 * gdb.base/return.exp: Likewise.
4094 * gdb.base/return2.exp: Likewise.
4095 * gdb.base/varargs.exp: Likewise.
4096 * lib/gdb.exp (gdb_skip_float_test): Change it to
4097 gdb_caching_proc. Detect the broken ptrace on arm-linux.
4098
4099 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
4100
4101 * gdb.multi/tids.exp: Test "thread apply all".
4102
4103 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4104
4105 * gdb.base/default.exp (tty): Remove.
4106
4107 2016-08-24 Kevin Buettner <kevinb@redhat.com>
4108
4109 * gdb.python/py-recurse-unwind.c: New file.
4110 * gdb.python/py-recurse-unwind.py: New file.
4111 * gdb.python/py-recurse-unwind.exp: New file.
4112
4113 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
4114
4115 * gdb.base/set-inferior-tty.exp: New file.
4116 * gdb.base/set-inferior-tty.c: New file.
4117
4118 2016-08-23 Pedro Alves <palves@redhat.com>
4119
4120 PR gdb/20494
4121 * gdb.base/new-ui-echo.c: New file.
4122 * gdb.base/new-ui-echo.exp: New file.
4123
4124 2016-08-23 Yao Qi <yao.qi@linaro.org>
4125
4126 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
4127 gdbserver_spawn.
4128 * gdb.server/connect-without-multi-process.exp (do_test):
4129 Likewise.
4130
4131 2016-08-23 Yao Qi <yao.qi@linaro.org>
4132
4133 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
4134 standalone_txt. Delete gdb_txt and standalone_txt on host
4135 and target. Spawn the binary on target. Copy files from
4136 target to host.
4137
4138 2016-08-22 Pedro Alves <palves@redhat.com>
4139
4140 PR gdb/20505
4141 * gdb.base/vdso-warning.exp: Test core dumps too. Use
4142 with_test_prefix. Factor out bits to ...
4143 (test_no_vdso): ... this new procedure.
4144
4145 2016-08-19 Carl Love <cel@us.ibm.com>
4146
4147 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
4148 maintaining separate logic for constructing the output path.
4149 * gdb.arch/powerpc-d128-regs.exp: Likewise.
4150 * gdb.arch/ppc-dfp.exp: Likewise.
4151 * gdb.arch/ppc-fp.exp: Likewise.
4152 * gdb.arch/vsx-regs.exp: Likewise.
4153 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
4154 binprefix for generating the additional binary files.
4155
4156 2016-08-19 Pedro Alves <palves@redhat.com>
4157
4158 * gdb.trace/mi-trace-frame-collected.exp
4159 (test_trace_frame_collected): On x32, expect two registers.
4160
4161 2016-08-18 Carl Love <cel@us.ibm.com>
4162
4163 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
4164 and sync up the test with tests in gas/testsuite/gas/ppc.
4165 * gdb.arch/powerpc-power.exp: Likewise.
4166
4167 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
4168
4169 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
4170 expected error message.
4171
4172 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
4173
4174 * gdb.multi/remove-inferiors.exp: New file.
4175 * gdb.multi/remove-inferiors.c: New file.
4176
4177 2016-08-12 Yao Qi <yao.qi@linaro.org>
4178
4179 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
4180 argument list.
4181
4182 2016-08-10 Pedro Alves <palves@redhat.com>
4183
4184 PR gdb/19187
4185 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
4186 setup_kfails.
4187
4188 2016-08-09 Pedro Alves <palves@redhat.com>
4189 Simon Marchi <simon.marchi@ericsson.com>
4190
4191 PR gdb/20418
4192 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
4193 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
4194
4195 2016-08-09 Pedro Alves <palves@redhat.com>
4196
4197 PR mi/20431
4198 * gdb.mi/mi-cmd-error.exp: New file.
4199
4200 2016-08-09 Pedro Alves <palves@redhat.com>
4201
4202 PR gdb/18653
4203 * gdb.base/signals-state-child.c: New file.
4204 * gdb.base/signals-state-child.exp: New file.
4205 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
4206
4207 2016-08-09 Pedro Alves <palves@redhat.com>
4208
4209 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
4210
4211 2016-08-03 Tom Tromey <tom@tromey.com>
4212
4213 PR python/18565:
4214 * gdb.python/py-frame-inline.exp: Add Frame.function test.
4215
4216 2016-08-01 Yao Qi <yao.qi@linaro.org>
4217
4218 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
4219 variable mode to "multi-process" if $multi_process is 1, otherwise
4220 set it to "single-process".
4221
4222 2016-08-01 Yao Qi <yao.qi@linaro.org>
4223
4224 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
4225 * gdb.cp/cpexprs.exp: Likewise.
4226 * gdb.cp/m-static.exp: Likewise.
4227
4228 2016-07-26 Tom Tromey <tom@tromey.com>
4229
4230 PR python/20190:
4231 * gdb.threads/tls.exp (check_thread_local): Add python symbol
4232 test.
4233
4234 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
4235
4236 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
4237 selecting assembly source files.
4238 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
4239 assembly source files.
4240 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
4241 assembly source files.
4242 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
4243 selecting assembly source files.
4244
4245 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
4246
4247 * gdb.base/new-ui.exp (do_test_invalid_args): New
4248 procedure.
4249
4250 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
4251
4252 * gdb.btrace/reconnect.c: New file.
4253 * gdb.btrace/reconnect.exp: New file.
4254
4255 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
4256
4257 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
4258 to test_catch_syscall_group.
4259 (test_catch_syscall_group): New.
4260
4261 2016-07-21 Tom Tromey <tom@tromey.com>
4262
4263 * gdb.rust/simple.rs (main): Use empty struct expression.
4264 * gdb.rust/simple.exp: Add tests for empty struct expression.
4265
4266 2016-07-21 Yao Qi <yao.qi@linaro.org>
4267
4268 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
4269 if gdb_skip_xml_test is true on some targets.
4270
4271 2016-07-21 Yao Qi <yao.qi@linaro.org>
4272
4273 * gdb.server/solib-list.exp: Unset last_loaded_file.
4274
4275 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4276
4277 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
4278 "step into captured_main (args)".
4279
4280 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4281
4282 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
4283
4284 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4285
4286 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
4287
4288 2016-07-19 Pedro Alves <palves@redhat.com>
4289
4290 * gdb.opt/inline-break.exp: Remove optimize=-O2.
4291 * gdb.opt/inline-bt.exp: Likewise.
4292 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
4293 additional_flags=-Winline.
4294 * gdb.opt/inline-locals.exp: Likewise.
4295 * gdb.opt/inline-markers.c (ATTR): Define.
4296 (inlined_fn): Use it.
4297
4298 2016-07-19 Yao Qi <yao.qi@linaro.org>
4299
4300 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
4301 (test_with_self): Remove some code. Remove argument executable.
4302 (top-level): Use do_self_tests.
4303
4304 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
4305 Don Breazeal <donb@codesourcery.com>
4306
4307 * gdb.base/maint.exp: Escape paths used in regular expressions.
4308 * gdb.stabs/weird.exp: Likewise.
4309
4310 2016-07-13 Tom Tromey <tom@tromey.com>
4311
4312 PR python/15620, PR python/18620:
4313 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
4314 (test_bkpt_events): New procs.
4315
4316 2016-07-13 Tom Tromey <tom@tromey.com>
4317
4318 PR python/17698:
4319 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
4320 test.
4321 (test_watchpoints): Likewise.
4322 (test_bkpt_pending): New proc.
4323
4324 2016-07-13 Tom Tromey <tom@tromey.com>
4325
4326 PR cli/18053:
4327 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
4328 completion test.
4329
4330 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4331
4332 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
4333 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
4334 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
4335 f_label.
4336 (g): Rename g_end_lbl to g_label.
4337 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
4338 low_pc and high_pc.
4339 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
4340
4341 2016-07-12 Tom Tromey <tom@tromey.com>
4342
4343 PR python/19293:
4344 * gdb.python/py-unwind-maint.exp: Update tests.
4345
4346 2016-07-12 Yao Qi <yao.qi@linaro.org>
4347
4348 * lib/selftest-support.exp (selftest_setup): Match the output
4349 when captured_main is inlined.
4350
4351 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4352
4353 * gdb.fortran/derived-types.exp (result_line, result_line_2):
4354 New variables.
4355 (print this%a, print this%b, print this): New tests.
4356 * gdb.fortran/derived-types.f90 (this): New object and
4357 initialization.
4358
4359 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
4360
4361 * gdb.ada/arraydim.exp: Remove extra directory level in build
4362 directory.
4363
4364 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
4365
4366 * lib/ada.exp: Remove extra directory level in build directory.
4367 * gdb.ada/cond_lang.exp: Likewise.
4368 * gdb.ada/exec_changed.exp: Likewise.
4369 * gdb.ada/lang_switch.exp: Likewise.
4370
4371 2016-07-06 Manish Goregaokar <manish@mozilla.com>
4372
4373 * simple.rs: Add test for raw pointer subscripting.
4374 * simple.exp: Add test expectations.
4375
4376 2016-07-05 Yao Qi <yao.qi@linaro.org>
4377
4378 * gdb.mi/mi-reverse.exp: Match =record-started output.
4379
4380 2016-07-01 Pedro Alves <palves@redhat.com>
4381
4382 * gdb.base/jit-reader.exp (info_registers_current_frame): New
4383 procedure.
4384 (jit_reader_test): Test the jit reader's unwinder.
4385 * gdb.base/jithost.c (jit_function_00_code): New global.
4386 (main): Use memcpy to fill in the mmapped code, instead of poking
4387 bytes manually here.
4388 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
4389 value.
4390 (read_debug_info): Save the function's range.
4391 (read_sp): New function.
4392 (unwind_frame): Use it. Also unwind RBP.
4393 (get_frame_id): Use read_sp.
4394 (gdb_init_reader): Use calloc instead of malloc.
4395 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
4396 parameter. Use gdb_test_multiple.
4397
4398 2016-07-01 Pedro Alves <palves@redhat.com>
4399 Antoine Tremblay <antoine.tremblay@ericsson.com>
4400
4401 * gdb.threads/process-dies-while-detaching.c: New file.
4402 * gdb.threads/process-dies-while-detaching.exp: New file.
4403
4404 2016-07-01 Pedro Alves <palves@redhat.com>
4405
4406 * gdb.multi/watchpoint-multi-exit.c: New file.
4407 * gdb.multi/watchpoint-multi-exit.exp: New file.
4408
4409 2016-06-30 Pedro Alves <palves@redhat.com>
4410
4411 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
4412 unset inferior_spawn_id.
4413
4414 2016-06-30 Pedro Alves <palves@redhat.com>
4415
4416 * lib/mi-support.exp (default_mi_gdb_start): Declare global
4417 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
4418
4419 2016-06-29 Yao Qi <yao.qi@linaro.org>
4420
4421 * gdb.base/return.c: Add copyright header.
4422
4423 2016-06-29 Tom Tromey <tom@tromey.com>
4424
4425 PR python/20129:
4426 * gdb.python/py-framefilter.exp: Add tests for setting priority
4427 and disabling of non-existent frame filter.
4428
4429 2016-06-29 Yao Qi <yao.qi@linaro.org>
4430
4431 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
4432 0x0f07ff.
4433
4434 2016-06-28 Yao Qi <yao.qi@linaro.org>
4435
4436 * gdb.base/catch-syscall.exp: Remove check on isnative and target
4437 triplets. Start gdb, execute catch syscall, and continue. Check
4438 gdb's output to determine catch syscall is supported.
4439
4440 2016-06-27 Manish Goregaokar <manish@mozilla.com>
4441
4442 * gdb.rust/simple.rs: Add test for returning unit in a function.
4443 * gdb.rust/simple.exp: Add expectation for functions returning
4444 unit.
4445
4446 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
4447
4448 * gdb.python/py-breakpoint-create-fail.c,
4449 gdb.python/py-breakpoint-create-fail.exp,
4450 gdb.python/py-breakpoint-create-fail.py: New testcase.
4451
4452 2016-06-25 Manish Goregaokar <manish@mozilla.com>
4453
4454 PR gdb/20239
4455 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
4456 * gdb.rust/simple.exp: Add test expectations for new NonZero
4457 tests.
4458
4459 2016-06-24 David Taylor <dtaylor@emc.com>
4460
4461 * gdb.base/offsets.exp: New file.
4462 * gdb.base/offsets.c: New file.
4463
4464 2016-06-23 Tom Tromey <tom@tromey.com>
4465
4466 PR gdb/16483:
4467 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
4468 before any filters are loaded.
4469
4470 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
4471
4472 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
4473 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
4474 structs.
4475 * gdb.fortran/derived-type-function.exp: New file.
4476 * gdb.fortran/derived-type-function.f90: New file.
4477
4478
4479 2016-06-21 Pedro Alves <palves@redhat.com>
4480
4481 * gdb.base/new-ui.exp: New file.
4482 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
4483 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
4484 (with_spawn_id): New procedure.
4485
4486 2016-06-21 Pedro Alves <palves@redhat.com>
4487
4488 * gdb.mi/mi-exec-run.exp: New file.
4489
4490 2016-06-21 Pedro Alves <palves@redhat.com>
4491
4492 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
4493 breakpoint command's output on the main UI.
4494 (test_break): New procedure, factored out from calls in the top
4495 level.
4496 (top level): Use foreach_with_prefix to test MI as main UI and as
4497 separate UI.
4498
4499 2016-06-21 Pedro Alves <palves@redhat.com>
4500
4501 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
4502 (test_awatch_creation_and_listing)
4503 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
4504 Remove 'type' parameter.
4505 (test_watchpoint_all): New parameter mi_mode. Remove
4506 with_test_prefix.
4507 (top level): Use foreach_with_prefix, and add main/separate UI MI
4508 testing axis.
4509
4510 2016-06-21 Pedro Alves <palves@redhat.com>
4511
4512 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
4513 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
4514 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
4515 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
4516 (gdb_main_spawn_id, mi_spawn_id): Declare and
4517 comment.
4518 (mi_create_inferior_pty): New procedure,
4519 factored out from default_mi_gdb_start.
4520 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
4521 procedures.
4522 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
4523 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
4524 Use mi_create_inferior_pty.
4525 (mi_gdb_start): Use eval to pass down args list.
4526
4527 2016-06-21 Pedro Alves <palves@redhat.com>
4528
4529 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
4530 * gdb.opt/inline-cmds.exp: Add MI tests.
4531
4532 2016-06-21 Pedro Alves <palves@redhat.com>
4533
4534 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
4535
4536 2016-06-21 Pedro Alves <palves@redhat.com>
4537
4538 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
4539 (top level): Use it instead of mi_execute_to.
4540
4541 2016-06-21 Pedro Alves <palves@redhat.com>
4542
4543 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
4544 (cont_handler_str): New.
4545 (signal_stop_handler): Set stop_handler_str instead of printing to
4546 stdout.
4547 (continue_handler): Set cont_handler_str instead of printing to
4548 stdout.
4549 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
4550 mi_send_resuming_command. Print stop_handler_str and
4551 cont_handler_str instead of expecting the python events print
4552 directly.
4553
4554 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
4555
4556 * gdb.base/jit-reader.exp: New file.
4557 * gdb.base/jithost.c: New file.
4558 * gdb.base/jithost.h: New file.
4559 * gdb.base/jitreader.c : New file.
4560 * gdb.base/jit-protocol.h: New file.
4561
4562 2016-06-17 Yao Qi <yao.qi@linaro.org>
4563
4564 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
4565 parameters follow_fork and detach_on_fork. Set follow-fork-mode
4566 and detach-on-fork. Adjust tests.
4567 (top level): Invoke break_cond_on_syscall with combinations of
4568 syscall, follow-fork-mode and detach-on-fork.
4569
4570 2016-06-17 Yao Qi <yao.qi@linaro.org>
4571
4572 * gdb.base/step-over-exit.c: New.
4573 * gdb.base/step-over-exit.exp: New.
4574
4575 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
4576
4577 * gdb.base/float.exp: Add target check for nds32*-*-*.
4578 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
4579
4580 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
4581
4582 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
4583 for unsupported target features.
4584 * gdb.base/call-rt-st.exp: Likewise.
4585 * gdb.base/call-sc.exp: Likewise.
4586 * gdb.base/call-signal-resume.exp: Likewise.
4587 * gdb.base/call-strs.exp: Likewise.
4588 * gdb.base/callexit.exp: Likewise.
4589 * gdb.base/callfuncs.exp: Likewise.
4590 * gdb.base/nodebug.exp: Likewise.
4591 * gdb.base/printcmds.exp: Likewise.
4592 * gdb.base/ptype.exp: Likewise.
4593 * gdb.base/structs.exp: Likewise.
4594 * gdb.base/unwindonsignal.exp: Likewise.
4595 * gdb.cp/gdb2495.exp: Likewise.
4596 * gdb.cp/templates.exp: Likewise.
4597 * gdb.cp/virtfunc.exp: Likewise.
4598 * gdb.threads/hand-call-in-threads.exp: Likewise.
4599 * gdb.threads/interrupted-hand-call.exp: Likewise.
4600 * gdb.threads/thread-unwindonsignal.exp: Likewise.
4601
4602 2016-06-10 Tom Tromey <tom@tromey.com>
4603
4604 PR rust/20110:
4605 * gdb.rust/expr.exp: Add test for integer constant larger than
4606 i32.
4607
4608 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
4609
4610 * gdb.fortran/nested-funcs.exp: New.
4611 * gdb.fortran/nested-funcs.f90: New.
4612
4613 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
4614
4615 * gdb.base/examine-backward.c: New file.
4616 * gdb.base/examine-backward.exp: New file.
4617
4618 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
4619
4620 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
4621 matching.
4622
4623 2016-06-02 Tom Tromey <tom@tromey.com>
4624
4625 PR python/18984:
4626 * gdb.python/py-shared.exp: Add solib_name test.
4627
4628 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
4629
4630 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
4631
4632 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
4633
4634 PR c++/19893
4635 * gdb.dwarf2/implref.exp: Rename to...
4636 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
4637 * gdb.dwarf2/implref-array.c: New file.
4638 * gdb.dwarf2/implref-array.exp: Likewise.
4639 * gdb.dwarf2/implref-global.c: Likewise.
4640 * gdb.dwarf2/implref-global.exp: Likewise.
4641 * gdb.dwarf2/implref-struct.c: Likewise.
4642 * gdb.dwarf2/implref-struct.exp: Likewise.
4643
4644 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4645
4646 * gdb.trace/trace-condition.exp: Add 64bit tests.
4647
4648 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4649
4650 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
4651 bits types.
4652 (main): Adapt to 8 to 64 bits types.
4653 * gdb.trace/trace-condition.exp: Add new tests.
4654
4655 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4656
4657 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
4658
4659 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4660
4661 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
4662 Move condition tests...
4663 * gdb.trace/trace-condition.exp: Here.
4664
4665 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4666
4667 * gdb.trace/trace-condition.exp: Add counter-case tests.
4668
4669 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4670
4671 PR c++/15231
4672 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
4673 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
4674
4675 2016-05-27 Pedro Alves <palves@redhat.com>
4676
4677 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4678 New procedure.
4679 (top level): Call it, and bail out of DejaGnu is known to be bad.
4680
4681 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
4682
4683 * gdb.base/whatis.c: Extend the test case.
4684 * gdb.base/whatis.exp: Add additional tests.
4685
4686 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4687
4688 * gdb.fortran/type.f90: Add pointer variable.
4689 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
4690
4691 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4692
4693 * gdb.fortran/vla-type.exp: Fix testcase name.
4694
4695 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4696
4697 * gdb.fortran/vla-type.exp: Access elements in nested structs.
4698
4699 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4700
4701 * gdb.fortran/type.f90: Add nested structures.
4702 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
4703 * gdb.fortran/derived-type.exp: Adapt expected output.
4704 * gdb.fortran/vla-type.exp: Adapt expected output.
4705
4706 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4707
4708 * gdb.fortran/whatis_type.exp: Adapt expected output.
4709
4710 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4711
4712 * gdb.fortran/print_type.exp: Fix expected output.
4713 * gdb.fortran/whatis_type.exp: Fix expected output.
4714
4715 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4716
4717 * gdb.fortran/whatis_type.exp: Use multi_line.
4718
4719 2016-05-24 Tom Tromey <tom@tromey.com>
4720
4721 PR python/17386:
4722 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
4723 use value as an index.
4724
4725 2016-05-23 Tom Tromey <tom@tromey.com>
4726
4727 PR python/17981:
4728 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
4729 no-breakpoint case.
4730
4731 2016-05-24 Pedro Alves <palves@redhat.com>
4732
4733 PR gdb/19828
4734 * gdb.threads/clone-attach-detach.c: New file.
4735 * gdb.threads/clone-attach-detach.exp: New file.
4736
4737 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
4738
4739 * gdb.base/annota-input-while-running.exp: Fix syntax error.
4740
4741 2016-05-23 Tom Tromey <tom@tromey.com>
4742
4743 PR python/19438, PR python/18393:
4744 * gdb.python/py-progspace.exp: Add "dir" test.
4745 * gdb.python/py-objfile.exp: Add "dir" test.
4746
4747 2016-05-23 Yao Qi <yao.qi@linaro.org>
4748
4749 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
4750 * gdb.arch/thumb2-it.exp: Likewise.
4751
4752 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
4753
4754 * gdb.mi/mi-threads-interrupt.c: New file.
4755 * gdb.mi/mi-threads-interrupt.exp: New file.
4756
4757 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
4758
4759 PR gdb/18077
4760 * gdb.mi/mi-async-run.exp: New file.
4761 * gdb.mi/mi-async-run.c: New file.
4762
4763 2016-05-17 Tom Tromey <tom@tromey.com>
4764 Manish Goregaokar <manishsmail@gmail.com>
4765
4766 * lib/rust-support.exp: New file.
4767 * lib/gdb.exp (skip_rust_tests): New proc.
4768 (build_executable_from_specs): Handle rust.
4769 * lib/future.exp (gdb_find_rustc): New proc.
4770 (gdb_default_target_compile): Handle rust.
4771 * gdb.rust/expr.exp: New file.
4772 * gdb.rust/generics.exp: New file.
4773 * gdb.rust/generics.rs: New file.
4774 * gdb.rust/methods.exp: New file.
4775 * gdb.rust/methods.rs: New file.
4776 * gdb.rust/modules.exp: New file.
4777 * gdb.rust/modules.rs: New file.
4778 * gdb.rust/simple.exp: New file.
4779 * gdb.rust/simple.rs: New file.
4780
4781 2016-05-17 Tom Tromey <tom@tromey.com>
4782
4783 * gdb.base/default.exp (set language): Add rust.
4784
4785 2016-05-17 Tom Tromey <tom@tromey.com>
4786
4787 * gdb.gdb/unittest.exp: New file.
4788
4789 2016-05-16 Yao Qi <yao.qi@linaro.org>
4790
4791 * gdb.base/batch-preserve-term-settings.exp: Remove variable
4792 shell_prompt. Update shell_prompt_re.
4793
4794 2016-05-12 Doug Evans <dje@google.com>
4795
4796 PR symtab/19999
4797 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
4798 $options when building executable.
4799 * gdb.dwarf2/fission-loclists-pie.S: New file.
4800 * gdb.dwarf2/fission-loclists-pie.exp: New file.
4801
4802 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
4803
4804 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
4805 of [is_remote target],
4806
4807 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
4808
4809 * lib/gdb.exp (use_gdb_stub): New procedure.
4810
4811 2016-05-03 Yunlian Jiang <yunlian@google.com>
4812 Doug Evans <dje@google.com>
4813
4814 PR symtab/19914
4815 * gdb.dwarf2/dwp-sepdebug.c: New file.
4816 * gdb.dwarf2/dwp-sepdebug.exp: New file.
4817
4818 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
4819
4820 * gdb.base/detach.exp: Remove is_remote check.
4821
4822 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
4823
4824 * gdb.base/annota-input-while-running.exp: Don't check for
4825 [is_remote target]. Enable annotations after running to main.
4826 Remove unused "set test..." line.
4827
4828 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
4829
4830 * gdb.trace/trace-enable-disable.exp: New file.
4831 * gdb.trace/trace-enable-disable.c: New file.
4832
4833 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
4834
4835 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
4836 use it in info sharedlibrary test.
4837 * gdb.trace/ftrace-lock.exp: Likewise.
4838 * gdb.trace/ftrace.exp: Likewise.
4839 * gdb.trace/range-stepping.exp: Likewise.
4840 * gdb.trace/trace-break.exp: Likewise.
4841 * gdb.trace/trace-condition.exp: Likewise.
4842 * gdb.trace/trace-mt.exp: Likewise.
4843
4844 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
4845
4846 * lib/gdb.exp (gdb_load_shlibs): Rename to...
4847 (gdb_load_shlib): ... this.
4848 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
4849 gdb_load_shlib.
4850 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
4851 * gdb.base/ctxobj.exp: Likewise.
4852 * gdb.base/dprintf-pending.exp: Likewise.
4853 * gdb.base/dso2dso.exp: Likewise.
4854 * gdb.base/fixsection.exp: Likewise.
4855 * gdb.base/gcore-relro.exp: Likewise.
4856 * gdb.base/gdb1555.exp: Likewise.
4857 * gdb.base/global-var-nested-by-dso.exp: Likewise.
4858 * gdb.base/gnu-ifunc.exp: Likewise.
4859 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
4860 * gdb.base/jit-so.exp (one_jit_test): Likewise.
4861 * gdb.base/pending.exp: Likewise.
4862 * gdb.base/print-file-var.exp: Likewise.
4863 * gdb.base/print-symbol-loading.exp: Likewise.
4864 * gdb.base/shlib-call.exp: Likewise.
4865 * gdb.base/shreloc.exp: Likewise.
4866 * gdb.base/so-impl-ld.exp: Likewise.
4867 * gdb.base/solib-disc.exp: Likewise.
4868 * gdb.base/solib-nodir.exp: Likewise.
4869 * gdb.base/solib-overlap.exp: Likewise.
4870 * gdb.base/solib-symbol.exp: Likewise.
4871 * gdb.base/solib-weak.exp (do_test): Likewise.
4872 * gdb.base/sym-file.exp: Likewise.
4873 * gdb.base/symtab-search-order.exp: Likewise.
4874 * gdb.base/type-opaque.exp: Likewise.
4875 * gdb.base/unload.exp: Likewise.
4876 * gdb.base/watchpoint-solib.exp: Likewise.
4877 * gdb.compile/compile.exp: Likewise.
4878 * gdb.cp/gdb2384.exp: Likewise.
4879 * gdb.cp/infcall-dlopen.exp: Likewise.
4880 * gdb.cp/re-set-overloaded.exp: Likewise.
4881 * gdb.fortran/library-module.exp: Likewise.
4882 * gdb.opt/solib-intra-step.exp: Likewise.
4883 * gdb.python/py-finish-breakpoint.exp: Likewise.
4884 * gdb.python/py-shared.exp: Likewise.
4885 * gdb.reverse/solib-precsave.exp: Likewise.
4886 * gdb.reverse/solib-reverse.exp: Likewise.
4887 * gdb.server/solib-list.exp: Likewise.
4888 * gdb.threads/dlopen-libpthread.exp: Likewise.
4889 * gdb.threads/tls-shared.exp: Likewise.
4890 * gdb.threads/tls-so_extern.exp: Likewise.
4891 * gdb.trace/change-loc.exp: Likewise.
4892 * gdb.trace/ftrace-lock.exp: Likewise.
4893 * gdb.trace/ftrace.exp: Likewise.
4894 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
4895 * gdb.trace/pending.exp: Likewise.
4896 * gdb.trace/range-stepping.exp: Likewise.
4897 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
4898 (strace_info_marker): Likewise.
4899 (strace_probe_marker): Likewise.
4900 (strace_trace_on_same_addr): Likewise.
4901 (strace_trace_on_diff_addr): Likewise.
4902 * gdb.trace/trace-break.exp: Likewise.
4903 * gdb.trace/trace-condition.exp: Likewise.
4904 * gdb.trace/trace-mt.exp: Likewise.
4905
4906 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
4907
4908 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
4909 result of gdb_remote_download.
4910 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
4911 * gdb.base/dso2dso.exp: Likewise.
4912 * gdb.base/global-var-nested-by-dso.exp: Likewise.
4913 * gdb.base/print-file-var.exp: Likewise.
4914 * gdb.base/shlib-call.exp: Likewise.
4915 * gdb.base/shreloc.exp: Likewise.
4916 * gdb.base/solib-overlap.exp: Likewise.
4917 * gdb.base/solib-weak.exp (do_test): Likewise.
4918 * gdb.base/unload.exp: Likewise.
4919
4920 2016-04-27 Yao Qi <yao.qi@linaro.org>
4921
4922 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
4923 exists.
4924
4925 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
4926
4927 * vla-type.exp: Print structure from toplevel.
4928
4929 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
4930
4931 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
4932 of dynamic types.
4933 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
4934 of dynamic types.
4935
4936 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
4937
4938 * gdb.fortran/vla-type.f90: New file.
4939 * gdb.fortran/vla-type.exp: New file.
4940
4941 2016-04-25 Yao Qi <yao.qi@linaro.org>
4942
4943 * gdb.base/branch-to-self.c: New file.
4944 * gdb.base/branch-to-self.exp: New file.
4945
4946 2016-04-22 Yao Qi <yao.qi@linaro.org>
4947
4948 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
4949 more after $hex.
4950
4951 2016-04-22 Yao Qi <yao.qi@linaro.org>
4952
4953 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
4954 * gdb.base/annota3.exp: Likewise.
4955
4956 2016-04-22 Yao Qi <yao.qi@linaro.org>
4957
4958 * gdb.reverse/step-precsave.exp: Do one step and test program
4959 stops in "callee" and do multiple steps until program goes out
4960 of "callee".
4961 * gdb.reverse/step-reverse.exp: Likewise.
4962
4963 2016-04-22 Yao Qi <yao.qi@linaro.org>
4964
4965 * gdb.trace/signal.exp: Also pass if
4966 $tracepoint_hits($i) > $iterations.
4967
4968 2016-04-22 Yao Qi <yao.qi@linaro.org>
4969
4970 * gdb.trace/signal.c: New file.
4971 * gdb.trace/signal.exp: New file.
4972
4973 2016-04-19 Doug Evans <xdje42@gmail.com>
4974
4975 * gdb.base/bad-file.exp: New file.
4976
4977 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
4978
4979 * gdb.dwarf2/implref.exp: New file.
4980
4981 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
4982
4983 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
4984 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
4985 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
4986 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
4987 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
4988 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
4989 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
4990 * lib/fortran.exp (fortran_int4): New procedure.
4991 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
4992 (fortran_logical4): Likewise.
4993
4994 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
4995
4996 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
4997
4998 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
4999
5000 * lib/compiler.c: Add Intel specific preprocessor macros.
5001 * lib/compiler.cc: Likewise.
5002
5003 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
5004
5005 * gdb.server/connect-with-no-symbol-file.c: New file.
5006 * gdb.server/connect-with-no-symbol-file.exp: New file.
5007
5008 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
5009
5010 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
5011
5012 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
5013
5014 * boards/gdbserver-base.exp (${board}_download): Copy source file to
5015 standard output directory.
5016
5017 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
5018
5019 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
5020
5021 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
5022
5023 * gdb.btrace/instruction_history.c (loop): Add declaration.
5024
5025 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
5026
5027 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
5028
5029 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
5030
5031 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
5032 parentheses to print.
5033 (continue_handler): Likewise.
5034
5035 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
5036
5037 * gdb.server/solib-list.exp: Remove is_remote check.
5038 Pass shlib= to gdb_compile. Don't link shared library with
5039 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
5040 Run binary filename through "readlink -f" on the target.
5041
5042 2016-04-08 Pedro Alves <palves@redhat.com>
5043
5044 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
5045 interpreter filename as argument to gdbserver_spawn.
5046 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
5047 Return empty if $last_loaded_file does not exist.
5048
5049 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5050
5051 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
5052 * gdb.base/jit-main.c: Use exit after usage.
5053
5054 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5055
5056 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
5057 GDBHISTSIZE prior to the tests.
5058 * gdb.base/gdbinit-history.exp: Likewise.
5059
5060 2016-04-07 Pedro Alves <palves@redhat.com>
5061
5062 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
5063 instead of build_executable. Use gdb_load_shlibs.
5064
5065 2016-04-07 Yao Qi <yao.qi@linaro.org>
5066
5067 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
5068 Execute "si" command.
5069
5070 2016-04-07 Yao Qi <yao.qi@linaro.org>
5071
5072 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
5073 number instead of the comments on some line.
5074
5075 2016-04-06 Don Breazeal <donb@codesourcery.com>
5076
5077 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
5078 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
5079
5080 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
5081
5082 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
5083 standard_output_file. Remove unused binfile variable.
5084
5085 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
5086
5087 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
5088 * gdb.python/py-mi-objfile.exp: Match "list main" output
5089 in console format.
5090
5091 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
5092
5093 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
5094 absolute.
5095
5096 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
5097
5098 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
5099 absolute.
5100 * gdb.trace/ftrace.exp: Likewise.
5101 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
5102 targets as well.
5103 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
5104 (gdb_load_shlibs): Copy libraries to test directory when testing
5105 natively. Only set solib-search-path if testing remotely.
5106 * lib/mi-support.exp (mi_load_shlibs): Likewise.
5107
5108 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
5109
5110 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
5111 gdb_download. Use it even if the target is not remote.
5112 * gdb.base/jit.exp (compile_jit_test): Likewise.
5113 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
5114 output directory if the destination board is local, otherwise use
5115 the standard remote_download from DejaGnu.
5116 (gdb_download): Remove.
5117 (gdb_load_shlibs): Use gdb_remote_download instead of
5118 gdb_download.
5119 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
5120 Use gdb_remote_download instead of gdb_download. Use it even if
5121 the target is not remote.
5122 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
5123 instead of gdb_download.
5124
5125 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
5126
5127 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
5128 (test_insert_delete_modify): Call mi_load_shlibs before trying to
5129 run.
5130
5131 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
5132
5133 PR gdb/19820
5134 * gdb.base/printcmds.exp: Add artificial arrays tests.
5135
5136 2016-03-31 Pedro Alves <palves@redhat.com>
5137
5138 PR gdb/19858
5139 * gdb.base/jit-main.c: Include unistd.h.
5140 (ATTACH): Define to 0 if not already defined.
5141 (wait_for_gdb, mypid): New globals.
5142 (WAIT_FOR_GDB): New macro.
5143 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
5144 some breakpoint locations.
5145 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
5146 New procedures.
5147 (one_jit_test): Add REATTACH parameter, and handle it. Use
5148 continue_to_test_location.
5149 (top level): Test attach, and adjusts calls to one_jit_test.
5150
5151 2016-03-31 Pedro Alves <palves@redhat.com>
5152
5153 PR gdb/19858
5154 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
5155 BINSUFFIX parameter, and handle it.
5156 (top level): Adjust calls compile_jit_test.
5157
5158 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
5159
5160 PR python/19743
5161 * gdb.python/py-mi-events-gdb.py: New file.
5162 * gdb.python/py-mi-events.c: New file.
5163 * gdb.python/py-mi-events.exp: New file.
5164
5165 2016-03-30 Yao Qi <yao.qi@linaro.org>
5166
5167 * gdb.reverse/until-precsave.exp: Match function name only.
5168 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
5169 Move malloc to a condition block.
5170 * gdb.reverse/until-reverse.exp: Match function name only.
5171
5172 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
5173
5174 * gdb.trace/ftrace.exp: Set arg0exp for s390.
5175 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
5176 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
5177 variable for GPR 0 instead of assuming it is register 0.
5178 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
5179 * lib/trace-support.exp: Add s390 registers.
5180
5181 2016-03-29 Yao Qi <yao.qi@linaro.org>
5182
5183 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
5184
5185 2016-03-24 Yao Qi <yao.qi@linaro.org>
5186
5187 * gdb.reverse/break-reverse.exp: Add quotation mark in the
5188 test message.
5189
5190 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5191
5192 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
5193 maintaining separate logic for constructing the output path.
5194
5195 2016-03-16 Don Breazeal <donb@codesourcery.com>
5196
5197 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
5198 Retry fork and waitpid on interrupted system call errors.
5199 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
5200 Use with_timeout_factor to increase timeout by factor of 10.
5201
5202 2016-03-15 Don Breazeal <donb@codesourcery.com>
5203
5204 * gdb.cp/scope-err.cc: New test program.
5205 * gdb.cp/scope-err.exp: New test script.
5206 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
5207 lines and "set breakpoint here" comment.
5208 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
5209 Fixed some whitespace and format issues.
5210 * gdb.mi/mi-linespec-err-cp.cc: New test program.
5211 * gdb.mi/mi-linespec-err-cp.exp: New test script.
5212
5213 2016-03-15 Doug Evans <dje@google.com>
5214
5215 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
5216 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
5217 All callers updated. Add tests for enums, mixed flags register.
5218
5219 2016-03-15 Doug Evans <dje@google.com>
5220
5221 * gdb.base/skip.c (main): Call test_skip_file_and_function.
5222 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
5223
5224 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
5225
5226 * gdb.base/default.exp: Add $_as_string to the list of expected
5227 convenience functions.
5228
5229 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
5230
5231 * gdb.base/maint.exp: New tests for 'maint info line-table'.
5232
5233 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
5234
5235 * gdb.python/py-as-string.exp: New file.
5236 * gdb.python/py-as-string.c: New file.
5237
5238 2016-03-09 Pedro Alves <palves@redhat.com>
5239
5240 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
5241 signal" -> "Thread NN received signal" output change.
5242 * gdb.threads/ia64-sigill.exp: Likewise.
5243 * gdb.threads/linux-dp.exp: Likewise.
5244 * gdb.threads/manythreads.exp: Likewise.
5245 * gdb.threads/pending-step.exp: Likewise.
5246 * gdb.threads/print-threads.exp: Likewise.
5247 * gdb.threads/sigstep-threads.exp: Likewise.
5248 * gdb.threads/staticthreads.exp: Likewise.
5249 * gdb.threads/tls.exp: Likewise.
5250
5251 2016-03-09 Pedro Alves <palves@redhat.com>
5252
5253 * gdb.base/command-line-input.exp: New file.
5254
5255 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5256
5257 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
5258 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
5259 * gdb.trace/pending.exp: Accept leading dot before function name.
5260 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
5261 * lib/trace-support.exp: Set registers for ppc.
5262
5263 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5264
5265 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
5266 use it for disassembly; accept .main in addition to main in backtrace.
5267
5268 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
5269 Marcin Kościelnicki <koriakin@0x04.net>
5270
5271 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
5272 (gdb_recursion_test_ptr): New global variable.
5273 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
5274 gdb_recursion_test.
5275 (gdb_c_test): Ditto.
5276
5277 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5278
5279 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
5280 ordering.
5281
5282 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5283
5284 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
5285 (bar): Add bar_start_lbl label.
5286 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
5287 of foo/bar for emitting DWARF and tracing.
5288
5289 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
5290
5291 * analyze-racy-logs.py: Set executable bit.
5292
5293 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
5294
5295 * Makefile.in (DEFAULT_RACY_ITER): New variable.
5296 (CHECK_TARGET_TMP): Likewise.
5297 (check-single-racy): New rule.
5298 (check-parallel-racy): Likewise.
5299 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
5300 (do-check-parallel-racy): New rule.
5301 (check-racy/%.exp): Likewise.
5302 * README (Racy testcases): New section.
5303 * analyze-racy-logs.py: New file.
5304
5305 2016-03-03 Doug Evans <dje@google.com>
5306
5307 * gdb.base/skip.exp: Use with_test_prefix.
5308
5309 2016-03-03 Yao Qi <yao.qi@linaro.org>
5310
5311 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
5312 Invoke step_over_syscall "clone" and break_cond_on_syscall
5313 "clone".
5314 * gdb.base/step-over-clone.c: New file.
5315
5316 2016-03-03 Yao Qi <yao.qi@linaro.org>
5317
5318 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
5319 code format.
5320
5321 2016-03-03 Yao Qi <yao.qi@linaro.org>
5322
5323 * gdb.base/disp-step-fork.c: Rename to ...
5324 * gdb.base/step-over-fork.c: ... it. New file.
5325 * gdb.base/disp-step-vfork.c: Rename to ...
5326 * gdb.base/step-over-vfork.c: ... it. New file.
5327 * gdb.base/disp-step-syscall.exp: Rename to ...
5328 * gdb.base/step-over-syscall.exp: ... it. New file.
5329 (disp_step_cross_syscall): Rename to ...
5330 (step_over_syscall): ... it.
5331
5332 2016-03-03 Yao Qi <yao.qi@linaro.org>
5333
5334 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
5335 If target supports condition evaluation on target, invoke
5336 break_cond_on_syscall for fork and vfork.
5337
5338 2016-03-03 Yao Qi <yao.qi@linaro.org>
5339
5340 * gdb.base/disp-step-syscall.exp: Don't invoke
5341 support_displaced_stepping.
5342 (disp_step_cross_syscall): Test with displaced stepping off and
5343 on if supported.
5344
5345 2016-03-03 Yao Qi <yao.qi@linaro.org>
5346
5347 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
5348 proc.
5349 (setup): New proc.
5350 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
5351 and setup.
5352
5353 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5354
5355 * gdb.fortran/vla-history.exp: Remove breakpoint.
5356
5357 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5358
5359 * gdb.fortran/vla-history.exp: Lookup array elements and printing
5360 exceeds timeout.
5361
5362 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5363
5364 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
5365 breakpoint.
5366
5367 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5368
5369 * gdb.mi/vla.f90: Nullify pointer after declaration.
5370
5371 2016-03-01 Pedro Alves <palves@redhat.com>
5372
5373 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
5374
5375 2016-03-01 Pedro Alves <palves@redhat.com>
5376
5377 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
5378 before anything else.
5379 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
5380 _GNU_SOURCE here.
5381 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
5382 before anything else.
5383 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
5384
5385 2016-03-01 Pedro Alves <palves@redhat.com>
5386
5387 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
5388
5389 2016-03-01 Yao Qi <yao.qi@linaro.org>
5390
5391 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
5392 prepare_for_testing.
5393
5394 2016-03-01 Yao Qi <yao.qi@linaro.org>
5395
5396 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
5397
5398 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5399
5400 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
5401 manually constructing the output path.
5402
5403 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5404
5405 * gdb.arch/s390-stackless.S: New.
5406 * gdb.arch/s390-stackless.exp: New.
5407
5408 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
5409
5410 * gdb.dlang/circular.c: New file.
5411 * gdb.dlang/circular.exp: New file.
5412
5413 2016-02-26 Yao Qi <yao.qi@linaro.org>
5414
5415 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
5416 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
5417 (testcases): Update.
5418
5419 2016-02-26 Yao Qi <yao.qi@linaro.org>
5420
5421 * gdb.reverse/aarch64.c: Rename to ...
5422 * gdb.reverse/insn-reverse.c: ... it.
5423 * gdb.reverse/aarch64.exp: Rename to ...
5424 * gdb.reverse/insn-reverse.exp: ... it.
5425
5426 2016-02-26 Yao Qi <yao.qi@linaro.org>
5427
5428 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
5429 (testcase_ftype): New.
5430 (testcases): New array.
5431 (n_testcases): New.
5432 (main): Call each element in testcases.
5433 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
5434 (read_testcase): New.
5435 Do the tests in a loop.
5436
5437 2016-02-25 Yao Qi <yao.qi@linaro.org>
5438
5439 * gdb.base/branches.c: Remove.
5440
5441 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
5442
5443 PR gdb/13808
5444 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
5445
5446 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
5447
5448 * gdb.trace/ftrace.exp: Remove unnecessary target check.
5449
5450 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
5451
5452 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
5453 change x86_64 call_insn to 'callq'.
5454
5455 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
5456
5457 * gdb.trace/tfile-avx.c: Move to...
5458 * gdb.trace/tracefile-pseudo-reg.c: Here.
5459 * gdb.trace/tfile-avx.exp: Move to...
5460 * gdb.trace/tracefile-pseudo-reg.exp: Here.
5461
5462 2016-02-24 Gary Benson <gbenson@redhat.com>
5463
5464 * gdb.base/attach-pie-noexec.exp: Do not expect an error
5465 message on attach.
5466
5467 2016-02-23 Doug Evans <dje@google.com>
5468
5469 * gdb.base/skip.c (test_skip): New function.
5470 (end_test_skip_file_and_function): New function.
5471 (test_skip_file_and_function): New function.
5472 * gdb.base/skip1.c (test_skip): New function.
5473 (skip1_test_skip_file_and_function): New function.
5474 * gdb.base/skip.exp: Add tests for new skip options.
5475 * gdb.base/skip-solib.exp: Update expected output.
5476 * gdb.perf/skip-command.cc: New file.
5477 * gdb.perf/skip-command.exp: New file.
5478 * gdb.perf/skip-command.py: New file.
5479
5480 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
5481
5482 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
5483 info registers pattern.
5484
5485 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
5486
5487 * lib/future.exp: Add D support.
5488 (gdb_find_gdc): New proc.
5489 (gdb_default_target_compile): Add D support.
5490
5491 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
5492
5493 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
5494 user+system time.
5495 (trace_speed_test): Determine the iteration count for a time
5496 between 15..30 seconds.
5497
5498 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
5499
5500 * gdb.arch/i386-mpx-sigsegv.c: New file.
5501 * gdb.arch/i386-mpx-sigsegv.exp: New file.
5502 * gdb.arch/i386-mpx-simple_segv.c: New file.
5503 * gdb.arch/i386-mpx-simple_segv.exp: New file.
5504
5505 2016-02-18 Yao Qi <yao.qi@linaro.org>
5506
5507 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
5508 Don't call setup_kfail.
5509
5510 2016-02-18 Yao Qi <yao.qi@linaro.org>
5511
5512 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
5513 Set "set breakpoint condition-evaluation" per $cond_bp_target.
5514
5515 2016-02-16 Doug Evans <dje@google.com>
5516
5517 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
5518 * gdb.base/skip1.c: Ditto.
5519 * gdb.base/skip.exp: Whitespace cleanup.
5520
5521 2016-02-16 Don Breazeal <donb@codesourcery.com>
5522
5523 PR remote/19496
5524 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
5525 Remove kfail for PR remote/19496.
5526
5527 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
5528
5529 * lib/gdb.exp (standard_temp_file): Return a path specific to
5530 the runtest invocation.
5531
5532 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
5533
5534 * gdb.trace/save-trace.exp: Change relative path to be in the
5535 standard output directory.
5536
5537 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5538
5539 * gdb.arch/i386-prologue.c: Add missing prototypes.
5540
5541 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5542
5543 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
5544 * gdb.arch/i386-prologue.exp: Likewise.
5545 * gdb.arch/i386-size.exp: Likewise.
5546
5547 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
5548
5549 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
5550 define object file path.
5551 * gdb.btrace/gcore.exp: Use standard_output_file to define core
5552 file path.
5553 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
5554 standard_output_file to define binfile.
5555
5556 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5557
5558 Fix compatibility with recent gfortran-5.3.1.
5559 * gdb.fortran/vla-history.exp (print vla1 allocated)
5560 (print vla2 allocated, print $2, print $3): Remove
5561 (print $4): Rename to ...
5562 (print $2): ... here.
5563 (print $9): Rename to ...
5564 (print $5): ... here.
5565 (print $10): Rename to ...
5566 (print $6): ... here.
5567 * gdb.fortran/vla.f90: Add pvla initialization.
5568
5569 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5570
5571 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
5572 New test.
5573 * gdb.fortran/vla-value-sub.exp: Likewise.
5574
5575 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
5576
5577 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
5578
5579 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
5580
5581 * i386-biarch-core.exp: Define corefile using
5582 standard_output_file.
5583
5584 2016-02-12 Yao Qi <yao.qi@linaro.org>
5585
5586 * gdb.arch/arm-single-step-kernel-helper.c: New.
5587 * gdb.arch/arm-single-step-kernel-helper.exp: New.
5588
5589 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
5590
5591 * gdb.btrace/tailcall-only.exp: New.
5592 * gdb.btrace/tailcall-only.c: New.
5593 * gdb.btrace/x86_64-tailcall-only.S: New.
5594 * gdb.btrace/i686-tailcall-only.S: New.
5595
5596 2016-02-11 Pedro Alves <palves@redhat.com>
5597
5598 * README (Parallel testing): Add missing double quotes.
5599
5600 2016-02-11 Pedro Alves <palves@redhat.com>
5601
5602 * README (Parallel testing): New section.
5603 (GDB_PARALLEL): Rewrite.
5604 (FORCE_PARALLEL): Document.
5605
5606 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
5607
5608 * gdb.trace/tfile-avx.c: New test.
5609 * gdb.trace/tfile-avx.exp: New test.
5610
5611 2016-02-09 Keith Seitz <keiths@redhat.com>
5612
5613 PR breakpoints/19546
5614 * gdb.base/infcall-exec.c: New file.
5615 * gdb.base/infcall-exec2.c: New file.
5616 * gdb.base/infcall-exec.exp: New file.
5617
5618 2016-02-09 Keith Seitz <keiths@redhat.com>
5619
5620 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
5621 (toplevel): Call test_bkpt_address.
5622
5623 2016-02-09 Keith Seitz <keiths@redhat.com>
5624
5625 PR python/19506
5626 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
5627 (toplevel): Call test_bkpt_address.
5628
5629 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
5630
5631 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
5632 to AC_OUTPUT.
5633 * configure: Regenerate.
5634
5635 2016-02-09 Pedro Alves <palves@redhat.com>
5636
5637 PR breakpoints/19548
5638 * gdb.base/execl-update-breakpoints.c (some_function): New
5639 function.
5640 (main): Call it.
5641 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
5642 Tighten expected GDB output.
5643
5644 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
5645
5646 * Makefile.in (ALL_SUBDIRS): Remove.
5647 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
5648 (distclean maintainer-clean realclean): Likewise.
5649 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
5650 * configure: Regenerate.
5651 * gdb.ada/Makefile.in: Delete.
5652 * gdb.arch/Makefile.in: Likewise.
5653 * gdb.asm/Makefile.in: Likewise.
5654 * gdb.base/Makefile.in: Likewise.
5655 * gdb.btrace/Makefile.in: Likewise.
5656 * gdb.cell/Makefile.in: Likewise.
5657 * gdb.compile/Makefile.in: Likewise.
5658 * gdb.cp/Makefile.in: Likewise.
5659 * gdb.disasm/Makefile.in: Likewise.
5660 * gdb.dlang/Makefile.in: Likewise.
5661 * gdb.dwarf2/Makefile.in: Likewise.
5662 * gdb.fortran/Makefile.in: Likewise.
5663 * gdb.gdb/Makefile.in: Likewise.
5664 * gdb.go/Makefile.in: Likewise.
5665 * gdb.guile/Makefile.in: Likewise.
5666 * gdb.java/Makefile.in: Likewise.
5667 * gdb.linespec/Makefile.in: Likewise.
5668 * gdb.mi/Makefile.in: Likewise.
5669 * gdb.modula2/Makefile.in: Likewise.
5670 * gdb.multi/Makefile.in: Likewise.
5671 * gdb.objc/Makefile.in: Likewise.
5672 * gdb.opencl/Makefile.in: Likewise.
5673 * gdb.opt/Makefile.in: Likewise.
5674 * gdb.pascal/Makefile.in: Likewise.
5675 * gdb.perf/Makefile.in: Likewise.
5676 * gdb.python/Makefile.in: Likewise.
5677 * gdb.reverse/Makefile.in: Likewise.
5678 * gdb.server/Makefile.in: Likewise.
5679 * gdb.stabs/Makefile.in: Likewise.
5680 * gdb.threads/Makefile.in: Likewise.
5681 * gdb.trace/Makefile.in: Likewise.
5682 * gdb.xml/Makefile.in: Likewise.
5683 * lib/gdb.exp (make_gdb_parallel_path): Add check for
5684 GDB_PARALLEL.
5685 (standard_output_file): Remove check for GDB_PARALLEL, always
5686 return path in outputs/$subdir/$testname.
5687
5688 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
5689
5690 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
5691 (site.exp): Assign abs_srcdir to tcl's srcdir.
5692
5693 2016-02-04 Yao Qi <yao.qi@linaro.org>
5694
5695 * gdb.base/foll-exec-mode.c: Include limits.h.
5696 (main): Add parameters argc and argv. Get directory from
5697 argv[0].
5698 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
5699 compilation.
5700 * gdb.base/foll-exec.c: Include limits.h.
5701 (main): Add parameters argc and argv.
5702 Get directory from argv[0].
5703 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
5704 Adjust tests on the number of lines as source code changed.
5705 * gdb.base/foll-vfork-exit.c: Include limits.h.
5706 (main): Add one line of statement before vfork.
5707 * gdb.base/foll-vfork.c: Include limits.h and string.h.
5708 (main): Add parameters argc and argv. Get directory from
5709 argv[0].
5710 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
5711 (setup_gdb): Set tbreak to skip some source lines.
5712 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
5713 (main): Add parameters argc and argv. Get directory from
5714 argv[0].
5715 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
5716 compilation.
5717 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
5718 (main): Add parameters argc and argv. Get directory from
5719 argv[0].
5720 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
5721 compilation.
5722
5723 2016-02-01 Doug Evans <dje@google.com>
5724
5725 * gdb.base/skip.exp: Clean up multiple references to same test name.
5726
5727 2016-02-01 Pedro Alves <palves@redhat.com>
5728
5729 PR remote/19496
5730 * gdb.threads/forking-threads-plus-breakpoint.exp
5731 (displaced_stepping_supported): New global.
5732 (probe_displaced_stepping_support): New procedure.
5733 (do_test): Add 'displaced' parameter, and use it.
5734 (top level): Check for displaced stepping support. Add displaced
5735 stepping on/off testing axis.
5736
5737 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
5738
5739 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
5740 pointer. Don't perform further tests on the unassociated pointer
5741 if the first test fails.
5742
5743 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
5744
5745 * gdb.base/max-value-size.c: New file.
5746 * gdb.base/max-value-size.exp: New file.
5747 * gdb.base/huge.exp: Disable max-value-size for this test.
5748
5749 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
5750
5751 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
5752
5753 2016-01-28 Yao Qi <yao.qi@linaro.org>
5754
5755 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
5756
5757 2016-01-25 Pedro Alves <palves@redhat.com>
5758
5759 PR threads/19461
5760 * gdb.base/fork-running-state.c: New file.
5761 * gdb.base/fork-running-state.exp: New file.
5762
5763 2016-01-25 Pedro Alves <palves@redhat.com>
5764
5765 PR gdb/19494
5766 * gdb.base/catch-fork-kill.c: New file.
5767 * gdb.base/catch-fork-kill.exp: New file.
5768
5769 2016-01-25 Pedro Alves <palves@redhat.com>
5770
5771 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
5772 Delete, moved to lib/gdb.exp.
5773 * gdb.threads/forking-threads-plus-breakpoint.exp
5774 (foreach_with_prefix): Likewise.
5775 * gdb.threads/process-dies-while-handling-bp.exp
5776 (foreach_with_prefix): Likewise.
5777 * lib/gdb.exp (foreach_with_prefix): New procedure.
5778
5779 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
5780
5781 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
5782 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
5783
5784 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
5785
5786 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
5787 endian targets.
5788
5789 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5790 Pedro Alves <palves@redhat.com>
5791
5792 Fix testsuite compatibility with Guile.
5793 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
5794 number.
5795
5796 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5797
5798 Fix testsuite compatibility with Guile.
5799 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
5800 (thread 1): New test for backtrace through signal handler.
5801
5802 2016-01-22 Yao Qi <yao.qi@linaro.org>
5803
5804 PR testsuite/19491
5805 * gdb.base/multi-forks.c: Include
5806 ../lib/unbuffer_output.c
5807 (main): Call gdb_unbuffer_output.
5808
5809 2016-01-21 Doug Evans <dje@google.com>
5810
5811 * lib/ada.exp (gdb_compile_ada): Fix typo.
5812
5813 2016-01-21 Joel Brobecker <brobecker@adacore.com>
5814
5815 * gdb.base/break-fun-addr.exp: New file.
5816 * gdb.base/break-fun-addr1.c: New file.
5817 * gdb.base/break-fun-addr2.c: New file.
5818
5819 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
5820
5821 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
5822 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
5823 enum flag values.
5824
5825 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5826
5827 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
5828 when GDB can not set the vector return value. Add more comments
5829 for clarification.
5830
5831 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
5832
5833 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
5834 command.
5835
5836 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
5837
5838 * Makefile.in (DO_RUNTEST): Add --status and update usages.
5839
5840 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
5841
5842 * Makefile.in (check-single): Pass --status to runtest.
5843 (check/%.exp): Likewise.
5844
5845 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
5846
5847 * Makefile.in (check-parallel): Propagate return code from make
5848 do-check-parallel.
5849
5850 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
5851
5852 * gdb.trace/ftrace.exp: Fix expected message on continue.
5853 * gdb.trace/pending.exp: Fix expected message on continue.
5854 * gdb.trace/trace-break.exp: Fix expected message on continue.
5855
5856 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
5857
5858 * lib/gdb.exp (gdb_test): Remove unused global references.
5859
5860 2016-01-18 Pedro Alves <palves@redhat.com>
5861
5862 * gdb.base/async-shell.exp: Adjust expected output.
5863 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
5864 * gdb.base/siginfo-thread.exp: Adjust expected output.
5865 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
5866 * gdb.java/jnpe.exp: Adjust expected output.
5867 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
5868 * gdb.threads/continue-pending-status.exp: Adjust expected output.
5869 * gdb.threads/leader-exit.exp: Adjust expected output.
5870 * gdb.threads/manythreads.exp: Adjust expected output.
5871 * gdb.threads/pthreads.exp: Adjust expected output.
5872 * gdb.threads/schedlock.exp: Adjust expected output.
5873 * gdb.threads/siginfo-threads.exp: Adjust expected output.
5874 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
5875 expected output.
5876 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
5877 output.
5878 * gdb.threads/sigthread.exp: Adjust expected output.
5879 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
5880
5881 2016-01-18 Yao Qi <yao.qi@linaro.org>
5882
5883 * gdb.guile/scm-section-script.c: Replace @progbits with
5884 %progbits.
5885 * gdb.python/py-section-script.c: Likewise.
5886
5887 2016-01-15 Pedro Alves <palves@redhat.com>
5888
5889 * gdb.multi/tids.exp: Test star wildcard ranges.
5890
5891 2016-01-15 Pedro Alves <palves@redhat.com>
5892
5893 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
5894 command from "thread apply" invocation.
5895 (thr_apply_info_thr_invalid): Default the expected output to the
5896 input tid list.
5897 (top level): Add tests that use convenience variables. Add tests
5898 for "thread apply" with a valid TID list, but missing the command.
5899
5900 2016-01-13 Pedro Alves <palves@redhat.com>
5901
5902 * gdb.base/default.exp: Expect $_gthread as well.
5903 * gdb.multi/tids.exp: Test $_gthread.
5904 * gdb.threads/thread-specific.exp: Test $_gthread.
5905
5906 2016-01-13 Pedro Alves <palves@redhat.com>
5907
5908 * gdb.multi/tids.exp: Test "info threads -gid".
5909
5910 2016-01-13 Pedro Alves <palves@redhat.com>
5911
5912 * gdb.multi/tids.exp: Test InferiorThread.global_num and
5913 Breakpoint.thread.
5914 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
5915
5916 2016-01-07 Pedro Alves <palves@redhat.com>
5917
5918 * gdb.base/break.exp: Adjust to output changes.
5919 * gdb.base/hbreak2.exp: Likewise.
5920 * gdb.base/sepdebug.exp: Likewise.
5921 * gdb.base/watch_thread_num.exp: Likewise.
5922 * gdb.linespec/keywords.exp: Likewise.
5923 * gdb.multi/info-threads.exp: Likewise.
5924 * gdb.threads/thread-find.exp: Likewise.
5925 * gdb.multi/tids.c: New file.
5926 * gdb.multi/tids.exp: New file.
5927
5928 2016-01-13 Pedro Alves <palves@redhat.com>
5929
5930 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
5931
5932 2016-01-13 Pedro Alves <palves@redhat.com>
5933
5934 * gdb.base/default.exp: Expect $_inferior as well.
5935 * gdb.multi/base.exp: Test $_inferior.
5936
5937 2016-01-13 Pedro Alves <palves@redhat.com>
5938
5939 PR breakpoints/19388
5940 * gdb.base/catch-signal-siginfo-cond.c: New file.
5941 * gdb.base/catch-signal-siginfo-cond.exp: New file.
5942
5943 2016-01-12 Josh Stone <jistone@redhat.com>
5944 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5945
5946 * gdb.base/catch-syscall.c (do_execve): New variable.
5947 (main): Conditionally trigger an execve.
5948 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
5949 (test_catch_syscall_execve): New, check entry/return across execve.
5950 (do_syscall_tests): Call test_catch_syscall_execve.
5951
5952 2016-01-12 Pedro Alves <palves@redhat.com>
5953
5954 * gdb.base/random-signal.exp (do_test): New procedure, with body
5955 of testcase moved in.
5956
5957 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5958 Pedro Alves <palves@redhat.com>
5959
5960 * gdb.base/funcargs.exp (finish from indirectly called function):
5961 Reintroduce the case for 'First'.
5962
5963 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5964 Pedro Alves <palves@redhat.com>
5965
5966 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
5967 (tcatch_vfork_then_child_follow_exec)
5968 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
5969 identification.
5970
5971 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5972
5973 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
5974 and repeats to unlimited.
5975 * gdb.python/py-value.exp: Likewise.
5976 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
5977 and repeats to unlimited.
5978
5979 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5980
5981 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
5982 and reordering the functions.
5983 * gdb.multi/hangout.c: Likewise.
5984 * gdb.multi/hello.c: Likewise.
5985
5986 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
5987
5988 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
5989 absolute.
5990 (SingleStatisticTestResult.report): Use dict.keys instead of
5991 dict.iterkeys.
5992
5993 2016-01-06 Pedro Alves <palves@redhat.com>
5994
5995 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
5996
5997 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
5998
5999 * gdb.btrace/dlopen.exp: New.
6000 * gdb.btrace/dlopen.c: New.
6001 * gdb.btrace/dlopen-dso.c: New.
6002
6003 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
6004
6005 * lib/gdb.exp (gdb_test): Update comments to clarify that the
6006 PATTERN argument is optional.
6007
6008 2015-12-24 Joel Brobecker <brobecker@adacore.com>
6009
6010 * lib/ada.exp (target_compile_ada_from_dir): New function.
6011 (gdb_compile_ada): Reimplement avoiding the use of project files.
6012 * gdb.ada/gnat_ada.gpr: Delete.
6013 * gdb.ada/cond_lang.exp: Adjust test to make path before
6014 filename optional.
6015 * gdb.ada/small_reg_param.exp: Likewise.
6016
6017 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
6018
6019 * gdb.base/foll-vork.exp: Remove HP-UX special case.
6020
6021 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
6022
6023 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
6024 case.
6025
6026 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
6027
6028 * gdb.base/break.exp: Remove dead code.
6029 * gdb.base/sepdebug.exp: Likewise.
6030
6031 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
6032
6033 * gdb.asm/asm-source.exp: Remove HP-UX references.
6034 * gdb.base/annota1.exp: Likewise.
6035 * gdb.base/annota3.exp: Likewise.
6036 * gdb.base/attach.exp: Likewise.
6037 * gdb.base/bigcore.exp: Likewise.
6038 * gdb.base/break.exp: Likewise.
6039 * gdb.base/call-ar-st.exp: Likewise.
6040 * gdb.base/callfuncs.exp: Likewise.
6041 * gdb.base/catch-fork-static.exp: Likewise.
6042 * gdb.base/display.exp: Likewise.
6043 * gdb.base/foll-exec-mode.exp: Likewise.
6044 * gdb.base/foll-exec.exp: Likewise.
6045 * gdb.base/foll-fork.exp: Likewise.
6046 * gdb.base/foll-vfork.exp: Likewise.
6047 * gdb.base/funcargs.exp: Likewise.
6048 * gdb.base/hbreak2.exp: Likewise.
6049 * gdb.base/inferior-died.exp: Likewise.
6050 * gdb.base/interrupt.exp: Likewise.
6051 * gdb.base/multi-forks.exp: Likewise.
6052 * gdb.base/nodebug.exp: Likewise.
6053 * gdb.base/sepdebug.exp: Likewise.
6054 * gdb.base/solib1.c: Likewise.
6055 * gdb.base/step-test.exp: Likewise.
6056 * gdb.mi/non-stop.c: Likewise.
6057 * gdb.mi/pthreads.c: Likewise.
6058 * gdb.multi/bkpt-multi-exec.ex: Likewise.
6059 * gdb.threads/pthreads.c: Likewise.
6060 * gdb.threads/staticthreads.exp: Likewise.
6061 * lib/future.exp: Likewise.
6062 * lib/gdb.exp: Likewise.
6063 * gdb.base/so-indr-cl.c: Remove.
6064 * gdb.base/so-indr-cl.exp: Likewise.
6065 * gdb.base/solib.c: Likewise.
6066 * gdb.base/solib.exp: Likewise.
6067 * gdb.base/solib2.c: Likewise.
6068
6069 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
6070
6071 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
6072 * gdb.base/call-ar-st.exp: Likewise.
6073 * gdb.base/callfuncs.exp: Likewise.
6074 * gdb.base/condbreak.exp: Likewise.
6075 * gdb.base/constvars.exp: Likewise.
6076 * gdb.base/hbreak2.exp: Likewise.
6077 * gdb.base/langs.exp: Likewise.
6078 * gdb.base/list.exp: Likewise.
6079 * gdb.base/long_long.exp: Likewise.
6080 * gdb.base/ptype.exp: Likewise.
6081 * gdb.base/scope.exp: Likewise.
6082 * gdb.base/signals.exp: Likewise.
6083 * gdb.base/so-impl-ld.exp: Likewise.
6084 * gdb.base/varargs.exp: Likewise.
6085 * gdb.base/volatile.exp: Likewise.
6086 * gdb.base/whatis.exp: Likewise.
6087 * gdb.cp/cplusfuncs.exp: Likewise.
6088 * gdb.cp/inherit.exp: Likewise.
6089 * gdb.cp/local.exp: Likewise.
6090 * gdb.cp/member-ptr.exp: Likewise.
6091 * gdb.cp/method.exp: Likewise.
6092 * gdb.cp/overload.exp: Likewise.
6093 * gdb.cp/templates.exp: Likewise.
6094 * gdb.stabs/weird.exp: Likewise.
6095 * lib/compiler.c: Likewise.
6096 * lib/compiler.cc: Likewise.
6097 * lib/cp-support.exp: Likewise.
6098 * lib/gdb.exp: Likewise.
6099
6100 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
6101
6102 * configure.ac: Remove HP-UX case.
6103 * configure: Regenerate.
6104
6105 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
6106
6107 * lib/gdb.exp (gdb_compile): Add function doc.
6108
6109 2015-12-17 Pedro Alves <palves@redhat.com>
6110
6111 PR threads/19354
6112 * gdb.multi/info-threads.exp: New file.
6113
6114 2015-12-15 Yao Qi <yao.qi@linaro.org>
6115
6116 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
6117 is aarch64*-*-*.
6118
6119 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6120
6121 * gdb.base/history-duplicates.exp: Skip if no readline support.
6122
6123 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6124
6125 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
6126
6127 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6128
6129 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
6130
6131 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6132
6133 * gdb.base/completion.exp: Skip tests that interrupt GDB with
6134 ctrl-C if nointerrupts target property is set.
6135 * gdb.base/double-prompt-target-event-error.exp: Likewise.
6136 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
6137 * gdb.base/paginate-bg-execution.exp: Likewise.
6138 * gdb.base/paginate-execution-startup.exp: Likewise.
6139 * gdb.base/random-signal.exp: Likewise.
6140 * gdb.base/range-stepping.exp: Likewise.
6141 * gdb.cp/annota2.exp: Likewise.
6142 * gdb.cp/annota3.exp: Likewise.
6143 * gdb.gdb/selftest.exp: Likewise.
6144 * gdb.threads/continue-pending-status.exp: Likewise.
6145 * gdb.threads/leader-exit.exp: Likewise.
6146 * gdb.threads/manythreads.exp: Likewise.
6147 * gdb.threads/pthreads.exp: Likewise.
6148 * gdb.threads/schedlock.exp: Likewise.
6149 * gdb.threads/sigthread.exp: Likewise.
6150
6151 2015-12-11 Don Breazeal <donb@codesourcery.com>
6152
6153 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
6154 remote.
6155 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
6156 * gdb.base/foll-exec.exp (main): Enable for target remote.
6157 * gdb.base/foll-fork.exp (main): Likewise.
6158 * gdb.base/foll-vfork.exp (main): Likewise.
6159 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
6160 (proc continue_to_exit_bp_loc): Use clean_restart.
6161 * gdb.base/pie-execl.exp (main): Disable for target remote.
6162 * gdb.base/watch-vfork.exp (main): Enable for target remote.
6163 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
6164 * gdb.threads/execl.exp (main): Likewise.
6165 * gdb.threads/fork-child-threads.exp (main): Likewise.
6166 * gdb.threads/fork-plus-threads.exp (main): Disable for target
6167 remote.
6168 * gdb.threads/fork-thread-pending.exp (main): Enable for target
6169 remote.
6170 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
6171 pid.tid style ptids, instead of just tid.
6172 * gdb.threads/thread-execl.exp (main): Enable for target remote.
6173 * gdb.threads/watchpoint-fork.exp (main): Likewise.
6174 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
6175 ptids, instead of just tid.
6176
6177 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6178
6179 * gdb.base/list.exp (test_list_forward): Add end of file error
6180 test.
6181 (test_repeat_list_command): Add end of file error test.
6182 (test_list_backwards): Add beginning of file error test.
6183
6184 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6185
6186 * gdb.base/list.exp (test_list_invalid_args): New function,
6187 defined, and called.
6188
6189 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6190
6191 * gdb.base/list.exp (test_list): Make test names unique.
6192
6193 2015-12-11 Yao Qi <yao.qi@linaro.org>
6194
6195 * gdb.base/coremaker2.c: Remove.
6196
6197 2015-12-10 Pedro Alves <palves@redhat.com>
6198
6199 * gdb.multi/base.exp: Remove stale "spaces" references.
6200
6201 2015-12-10 Pedro Alves <palves@redhat.com>
6202
6203 * gdb.multi/base.exp: Don't use nowarnings.
6204 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
6205 * gdb.multi/hangout.c: Include stdio.h.
6206 * gdb.multi/hello.c: Include stdlib.h.
6207 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
6208 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
6209 * gdb.multi/multi-arch.exp: Don't use nowarnings.
6210
6211 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
6212
6213 * gdb.dwarf2/dw2-ranges-base.c: New file.
6214 * gdb.dwarf2/dw2-ranges-base.exp: New file.
6215 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
6216 support additional line table, and debug ranges generation.
6217 (Dwarf::ranges): New function, generate .debug_ranges.
6218 (Dwarf::lines): Support generating simple line table programs.
6219 (Dwarf::assemble): Initialise new namespace variables.
6220
6221 2015-12-09 Kevin Buettner <kevinb@redhat.com>
6222
6223 * gdb.base/async.exp (proc test_background): Add case for
6224 asynchronous execution not supported.
6225
6226 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
6227
6228 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
6229 format and change test names to make them unique.
6230
6231 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
6232 Pedro Alves <pedro@redhat.com>
6233
6234 PR gdb/18702
6235 Add checking of floatformats setup on x86_64 hosts.
6236 * gdb.arch/i386-float.S (main): Load bigval and smallval.
6237 (smallval, bigval): New labels/constants.
6238 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
6239 float" after loading bigval and smallval.
6240
6241 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
6242
6243 * gdb.ada/fun_overload_menu.exp: New testcase.
6244 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
6245
6246 2015-12-04 Josh Stone <jistone@redhat.com>
6247
6248 * gdb.base/catch-fork-static.exp: New.
6249
6250 2015-12-03 Yao Qi <yao.qi@linaro.org>
6251
6252 * gdb.base/sizeof.c: Don't include stdio.h and
6253 ../lib/unbuffer_output.c.
6254 (main): New variable 'size' and 'value'. Remove printf and
6255 gdb_unbuffer_output. Assign return value to size and value.
6256 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
6257 at the beginning.
6258 (check_sizeof): Check the result by printing variable 'size'.
6259 (check_valueof): Check the result by printing variable 'value'.
6260
6261 2015-12-01 Yao Qi <yao.qi@linaro.org>
6262
6263 * gdb.base/disp-step-syscall.exp: Define syscall instruction
6264 for aarch64*-*-linux* target.
6265
6266 2015-11-30 Pedro Alves <palves@redhat.com>
6267
6268 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
6269
6270 2015-11-30 Pedro Alves <palves@redhat.com>
6271
6272 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
6273 Handle non-stop mode vCont replies.
6274
6275 2015-11-30 Pedro Alves <palves@redhat.com>
6276
6277 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
6278 prepare_for_testing. Start gdb with "set non-stop on" appended to
6279 GDBFLAGS. Lax expected stop output.
6280
6281 2015-11-27 Yao Qi <yao.qi@linaro.org>
6282
6283 * gdb.arch/arm-neon.exp: New.
6284 * gdb.arch/arm-neon.c: New.
6285
6286 2015-11-27 Yao Qi <yao.qi@linaro.org>
6287
6288 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
6289
6290 2015-11-27 Yao Qi <yao.qi@linaro.org>
6291
6292 * gdb.cp/annota2.exp: Allow multiple occurrences of the
6293 frames-invalid annotation.
6294
6295 2015-11-27 Yao Qi <yao.qi@linaro.org>
6296
6297 * gdb.cp/annota2.exp: Use ${frames_invalid}.
6298
6299 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
6300
6301 * gdb.threads/names.exp: New file.
6302 * gdb.threads/names.c: New file.
6303 * README: Mention gdb,no_thread_names.
6304
6305 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
6306
6307 PR 19297
6308 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
6309 support" error.
6310
6311 2015-11-24 Pedro Alves <palves@redhat.com>
6312
6313 PR 17539
6314 * gdb.base/display.exp: Expect displays to be sorted in ascending
6315 order. Use multi_line.
6316 * gdb.base/solib-display.exp: Likewise.
6317
6318 2015-11-24 Pedro Alves <palves@redhat.com>
6319
6320 PR 17539
6321 * gdb.base/display.exp: Expect displays to be sorted in ascending
6322 order. Use multi_line.
6323 * gdb.base/solib-display.exp: Likewise.
6324
6325 2015-11-24 Pedro Alves <palves@redhat.com>
6326
6327 PR 17539
6328 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
6329 threads in ascending order.
6330 * gdb.base/foll-fork.exp: Likewise.
6331 * gdb.base/foll-vfork.exp: Likewise.
6332 * gdb.base/multi-forks.exp: Likewise.
6333 * gdb.mi/mi-nonstop.exp: Likewise.
6334 * gdb.mi/mi-nsintrall.exp: Likewise.
6335 * gdb.multi/base.exp: Likewise.
6336 * gdb.multi/multi-arch.exp: Likewise.
6337 * gdb.python/py-inferior.exp: Likewise.
6338 * gdb.threads/break-while-running.exp: Likewise.
6339 * gdb.threads/execl.exp: Likewise.
6340 * gdb.threads/gcore-thread.exp: Likewise.
6341 * gdb.threads/info-threads-cur-sal.exp: Likewise.
6342 * gdb.threads/kill.exp: Likewise.
6343 * gdb.threads/linux-dp.exp: Likewise.
6344 * gdb.threads/multiple-step-overs.exp: Likewise.
6345 * gdb.threads/next-bp-other-thread.exp: Likewise.
6346 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
6347 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
6348 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
6349 * gdb.threads/thread-find.exp: Likewise.
6350 * gdb.threads/tls.exp: Likewise.
6351 * lib/mi-support.exp (mi_reverse_list): Delete.
6352 (mi_check_thread_states): No longer reverse list.
6353
6354 2015-11-24 Pedro Alves <palves@redhat.com>
6355
6356 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
6357 use lowercase.
6358
6359 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
6360
6361 * gdb.trace/actions.c: Include trace-common.h.
6362 (main): Add a location for a fast tracepoint.
6363 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
6364 the normal tracepoints.
6365 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
6366
6367 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
6368
6369 * save-trace.exp: Factor out code to these...
6370 (gdb_save_tracepoints): New.
6371 (gdb_load_tracepoints): New.
6372 (do_save_load_test): New.
6373
6374 2015-11-23 Kevin Buettner <kevinb@redhat.com>
6375
6376 * gdb.base/asmlabel.exp: New test.
6377 * gdb.base/asmlabel.c: New test case.
6378
6379 2015-11-23 Joel Brobecker <brobecker@adacore.com>
6380
6381 * gdb.base/wrong_frame_bt_full-main.c: New file.
6382 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
6383 * gdb.base/wrong_frame_bt_full.exp: New file.
6384
6385 2015-11-23 Joel Brobecker <brobecker@adacore.com>
6386
6387 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
6388
6389 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
6390
6391 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
6392 pstate register when comparing registers values in
6393 sparc64-*-linux-gnu targets to avoid spurious differences.
6394
6395 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
6396
6397 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
6398
6399 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
6400
6401 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
6402 as type argument to gdb_compile.
6403 * gdb.base/nested-subp2.exp: Likewise.
6404 * gdb.base/nested-subp3.exp: Likewise.
6405
6406 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
6407
6408 * lib/dwarf.exp (_note): Fix left shift of negative value.
6409 * gdb.trace/trace-condition.exp: Likewise.
6410
6411 2015-11-13 Yao Qi <yao.qi@linaro.org>
6412
6413 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
6414 comments about d10v.
6415 (test_scalar_returns): Likewise.
6416 * gdb.base/d10v.ld: Remove.
6417 * gdb.base/overlays.exp: Remove the target triplet checking for
6418 d10v-*-*.
6419 * gdb.base/structs.exp (test_struct_returns): Remove the
6420 comments about d10v.
6421 (test_struct_calls): Likewise.
6422
6423 2015-11-13 Yao Qi <yao.qi@linaro.org>
6424
6425 * gdb.base/gnu_vector.exp: Check the return value by "p res".
6426 * gdb.base/gnu_vector.c: Don't include stdio.h.
6427 (main): Don't print res and call add_some_intvecs.
6428
6429 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
6430
6431 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
6432 macro.
6433 (func5): Removed.
6434 (func4): Use FAST_TRACEPOINT_LABEL.
6435 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
6436 macro.
6437 (func): Removed.
6438 (thread_function): Use FAST_TRACEPOINT_LABEL.
6439 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
6440 (func): Remove.
6441 (marker): Use FAST_TRACEPOINT_LABEL.
6442 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
6443 (pendfunc1): Remove.
6444 (pendfunc): Use FAST_TRACEPOINT_LABEL.
6445 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
6446 (foo): Remove.
6447 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
6448 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
6449 macro.
6450 (func): Remove.
6451 (marker): Use FAST_TRACEPOINT_LABEL.
6452 * gdb.trace/trace-common.h: New header.
6453 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
6454 macro.
6455 (func): Remove.
6456 (marker): Use FAST_TRACEPOINT_LABEL.
6457 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
6458 (func): Remove.
6459 (thread_function): Use FAST_TRACEPOINT_LABEL.
6460
6461 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
6462
6463 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
6464 in front.
6465 * gdb.trace/change-loc.exp: Use global pcreg definition.
6466 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
6467 * gdb.trace/entry-values.exp: Use global spreg definition, add $
6468 in front.
6469 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
6470 * gdb.trace/pending.exp: Likewise.
6471 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
6472 * gdb.trace/trace-break.exp: Likewise.
6473 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
6474 in front.
6475 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
6476 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
6477 in front.
6478 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
6479
6480 2015-11-09 Joel Brobecker <brobecker@adacore.com>
6481
6482 * gdb.ada/fin_fun_out: New testcase.
6483
6484 2015-11-07 Kevin Buettner <kevinb@redhat.com>
6485
6486 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
6487 value associated with DW_AT_byte_size.
6488 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
6489 constants for DW_AT_byte_size, DW_AT_lower_bound, and
6490 DW_AT_upper_bound.
6491
6492 2015-11-07 Kevin Buettner <kevinb@redhat.com>
6493
6494 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
6495 (gdb_target_symbol_prefix_flags): Define in terms of _asm
6496 version.
6497 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
6498 gdb.dwarf2/dw2-canonicalize-type.exp,
6499 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
6500 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
6501 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
6502 provided by gdb_target_symbol_prefix_flags_asm.
6503 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
6504 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
6505 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
6506 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
6507 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
6508 macros where needed). Use this macro for symbols which require
6509 the prefix provided by SYMBOL_PREFIX.
6510
6511 2015-11-05 Kevin Buettner <kevinb@redhat.com>
6512
6513 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
6514 New procs.
6515 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
6516 representing expressions, of more than one list element.
6517 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
6518 to prepend linker symbol prefix to f.
6519 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
6520 table_1 and table_2.
6521 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
6522 Likewise, for f and g.
6523 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
6524 for ptr.
6525 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
6526 for main.
6527 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
6528 table_1_ptr and table_2_ptr.
6529
6530 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6531 Joel Brobecker <brobecker@adacore.com>
6532
6533 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
6534
6535 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
6536
6537 * gdb.reverse/s390-mvcle.c: New test.
6538 * gdb.reverse/s390-mvcle.exp: New file.
6539 * lib/gdb.exp: Enable reverse tests on s390*-linux.
6540
6541 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
6542
6543 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
6544
6545 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
6546
6547 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
6548 reaching marker2.
6549 * gdb.reverse/getresuid-reverse.exp: Likewise.
6550 * gdb.reverse/pipe-reverse.exp: Likewise.
6551 * gdb.reverse/readv-reverse.exp: Likewise.
6552 * gdb.reverse/recvmsg-reverse.exp: Likewise.
6553 * gdb.reverse/time-reverse.exp: Likewise.
6554 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
6555
6556 2015-10-30 Yao Qi <yao.qi@linaro.org>
6557
6558 * gdb.threads/wp-replication.c (watch_count_done): Remove.
6559 (empty_cycle): Remove.
6560 (main): Don't call empty_cycle. Don't use watch_count_done.
6561 * gdb.threads/wp-replication.exp: Don't set breakpoint on
6562 empty_cycle. Rewrite the code counting HW watchpoints.
6563
6564 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
6565
6566 * gdb.reverse/fstatat-reverse.c: New test.
6567 * gdb.reverse/fstatat-reverse.exp: New file.
6568 * gdb.reverse/getresuid-reverse.c: New test.
6569 * gdb.reverse/getresuid-reverse.exp: New file.
6570 * gdb.reverse/pipe-reverse.c: New test.
6571 * gdb.reverse/pipe-reverse.exp: New file.
6572 * gdb.reverse/readv-reverse.c: New test.
6573 * gdb.reverse/readv-reverse.exp: New file.
6574 * gdb.reverse/recvmsg-reverse.c: New test.
6575 * gdb.reverse/recvmsg-reverse.exp: New file.
6576 * gdb.reverse/time-reverse.c: New test.
6577 * gdb.reverse/time-reverse.exp: New file.
6578 * gdb.reverse/waitpid-reverse.c: New test.
6579 * gdb.reverse/waitpid-reverse.exp: New file.
6580
6581 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6582
6583 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
6584
6585 2015-10-26 Doug Evans <dje@google.com>
6586
6587 PR symtab/17391
6588 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
6589 * gdb.dwarf2/bad-regnum.c: New file.
6590 * gdb.dwarf2/bad-regnum.exp: New file.
6591
6592 2015-10-26 Doug Evans <dje@google.com>
6593
6594 PR python/18938
6595 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
6596 file.
6597
6598 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6599
6600 * gdb.compile/compile.exp (compile code globalvar): Update expectation
6601 for a change by "Mention language in compile error message".
6602
6603 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
6604
6605 PR python/18073
6606 * gdb.python/py-type.c (C::a_method): New.
6607 (C::a_const_method): New.
6608 (C::a_static_method): New.
6609 (a_function): New.
6610 * gdb.python/py-type.exp (test_fields): Test getting fields
6611 from function and method.
6612
6613 2015-10-21 Keven Boell <keven.boell@intel.com>
6614
6615 * gdb.fortran/vla-alloc-assoc.exp: New file.
6616 * gdb.fortran/vla-datatypes.exp: New file.
6617 * gdb.fortran/vla-datatypes.f90: New file.
6618 * gdb.fortran/vla-history.exp: New file.
6619 * gdb.fortran/vla-ptype-sub.exp: New file.
6620 * gdb.fortran/vla-ptype.exp: New file.
6621 * gdb.fortran/vla-sizeof.exp: New file.
6622 * gdb.fortran/vla-sub.f90: New file.
6623 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
6624 * gdb.fortran/vla-value-sub-finish.exp: New file.
6625 * gdb.fortran/vla-value-sub.exp: New file.
6626 * gdb.fortran/vla-value.exp: New file.
6627 * gdb.fortran/vla-ptr-info.exp: New file.
6628 * gdb.mi/mi-vla-fortran.exp: New file.
6629 * gdb.mi/vla.f90: New file.
6630
6631 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
6632
6633 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
6634 of hardwired timeout value.
6635
6636 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6637 Pedro Alves <palves@redhat.com>
6638
6639 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
6640 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
6641
6642 2015-10-19 Josh Stone <jistone@redhat.com>
6643
6644 * gdb.base/catch-syscall.c: Include <sched.h>.
6645 (unknown_syscall): New variable.
6646 (main): Trigger a vfork and an unknown syscall.
6647 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
6648 (unknown_syscall_number): Likewise.
6649 (check_call_to_syscall): Accept an optional syscall pattern.
6650 (check_return_from_syscall): Likewise.
6651 (check_continue): Likewise.
6652 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
6653 (test_catch_syscall_skipping_return): New test toggling off 'catch
6654 syscall' to step over the syscall return, then toggling back on.
6655 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
6656 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
6657 (do_syscall_tests): Call test_catch_syscall_without_args and
6658 test_catch_syscall_mid_vfork.
6659 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
6660 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
6661
6662 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
6663
6664 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
6665 print g_vE): Add new pass patterns.
6666 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
6667 print various symbol names for vptr fields.
6668
6669 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
6670
6671 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
6672 results.
6673
6674 2015-10-12 Yao Qi <yao.qi@linaro.org>
6675
6676 * gdb.arch/disp-step-insn-reloc.exp: New test case.
6677
6678 2015-10-12 Yao Qi <yao.qi@linaro.org>
6679
6680 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
6681 is aarch64*-*-linux*.
6682
6683 2015-10-12 Yao Qi <yao.qi@linaro.org>
6684
6685 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
6686 (can_relocate_bcond_true): ... it.
6687 (can_relocate_bcond_false): New function.
6688 (foo): Likewise.
6689 (can_relocate_bl): Likewise.
6690 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
6691 can_relocate_bl.
6692
6693 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
6694
6695 * gdb.base/nested-addr.c: New file.
6696 * gdb.base/nested-addr.exp: New testcase.
6697
6698 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
6699
6700 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
6701 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
6702 its output. Ignore the output of "record goto begin" and instead
6703 check that GDB is replaying.
6704
6705 2015-10-09 Pedro Alves <palves@redhat.com>
6706
6707 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
6708 (top level): Use it in the run with no args test.
6709
6710 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
6711
6712 * gdb.dlang/properties.exp: New file.
6713
6714 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
6715
6716 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
6717 whether or not address 0x1000 is mapped on the target.
6718
6719 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
6720
6721 * gdb.python/py-type.exp: Do not run tests if binaries fail to
6722 build.
6723
6724 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
6725
6726 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
6727 instruction-history test.
6728
6729 2015-09-28 Doug Evans <dje@google.com>
6730
6731 * gdb.base/gcore.c (array_func): Add reference to static_array.
6732
6733 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
6734
6735 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
6736 source line.
6737
6738 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
6739
6740 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
6741 short or char as base type.
6742
6743 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
6744
6745 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
6746 to allow any size enum.
6747
6748 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
6749
6750 * gdb.ada/array_ptr_renaming.exp: New testcase.
6751 * gdb.ada/array_ptr_renaming/foo.adb: New file.
6752 * gdb.ada/array_ptr_renaming/pack.ads: New file.
6753
6754 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
6755
6756 * gdb.trace/ftrace-lock.c: New file.
6757 * gdb.trace/ftrace-lock.exp: New file.
6758
6759 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
6760
6761 * gdb.arch/insn-reloc.c: New file.
6762 * gdb.arch/ftrace-insn-reloc.exp: New file.
6763
6764 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
6765
6766 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
6767 instruction.
6768 * gdb.trace/pendshr1.c (pendfunc): Likewise.
6769 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
6770 * gdb.trace/range-stepping.c: Likewise.
6771 * gdb.trace/trace-break.c: Likewise.
6772 * gdb.trace/trace-mt.c (thread_function): Likewise.
6773 * gdb.trace/ftrace.c (marker): Likewise.
6774 * gdb.trace/trace-condition.c (marker): Likewise.
6775 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
6776 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
6777 is_aarch64_target.
6778
6779 2015-09-18 Doug Evans <xdje42@gmail.com>
6780
6781 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
6782 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
6783
6784 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6785
6786 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
6787 the breakpoint.
6788
6789 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6790
6791 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
6792 the pending breakpoint. Remove timeout override for "Run till
6793 MI pending breakpoint on pendfunc3 on thread 2" test.
6794
6795 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6796
6797 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
6798 filename pattern.
6799
6800 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6801
6802 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
6803 in breakpoint filename pattern.
6804
6805 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6806
6807 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
6808
6809 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6810
6811 * gdb.linespec/explicit.exp: Check for readline support for
6812 tab-completion tests. Fix obvious typo.
6813
6814 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
6815
6816 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
6817 and replay.
6818
6819 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
6820
6821 * gdb.btrace/non-stop.c: New.
6822 * gdb.btrace/non-stop.exp: New.
6823
6824 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
6825 Yao Qi <yao.qi@linaro.org>
6826
6827 * gdb.trace/trace-condition.c: New file.
6828 * gdb.trace/trace-condition.exp: New file.
6829
6830 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
6831
6832 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
6833 for testing bytecode compilation.
6834
6835 2015-09-16 Pedro Alves <palves@redhat.com>
6836 Sandra Loosemore <sandra@codesourcery.com>
6837
6838 * gdb.threads/non-stop-fair-events.c (timeout): New global.
6839 (SECONDS): Redefine.
6840 (main): Call pthread_kill and alarm early.
6841 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
6842 support.
6843 (test): If the target can't hardware step and doesn't support
6844 displaced stepping, increase the timeout.
6845
6846 2015-09-16 Pedro Alves <palves@redhat.com>
6847
6848 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
6849 (enable_debug): New procedures.
6850 (test): Use them. Bail out if waiting for threads fails.
6851 (top level): Bail out if a test fails.
6852
6853 2015-09-16 Yao Qi <yao.qi@linaro.org>
6854
6855 * gdb.asm/asm-source.exp: Set asm-arch for
6856 aarch64*-*-* target.
6857 * gdb.asm/aarch64.inc: New file.
6858
6859 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
6860
6861 * gdb.ada/array_of_variable_length.exp: New testcase.
6862 * gdb.ada/array_of_variable_length/foo.adb: New file.
6863 * gdb.ada/array_of_variable_length/pck.adb: New file.
6864 * gdb.ada/array_of_variable_length/pck.ads: New file.
6865
6866 2015-09-15 Doug Evans <dje@google.com>
6867
6868 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
6869 of function static local variable.
6870
6871 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6872
6873 * gdb.threads/tls-so_extern.exp: New test file.
6874 * gdb.threads/tls-so_extern.c: New test file.
6875 * gdb.threads/tls-so_extern_main.c: New test file.
6876
6877 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6878
6879 * gdb.opt/solib-intra-step-lib.c: New file.
6880 * gdb.opt/solib-intra-step-main.c: New file.
6881 * gdb.opt/solib-intra-step.exp: New file.
6882
6883 2015-09-15 Pedro Alves <palves@redhat.com>
6884
6885 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
6886 gdb_continue_to_breakpoint instead of gdb_test_multiple.
6887
6888 2015-09-14 Pedro Alves <palves@redhat.com>
6889
6890 * gdb.base/hook-stop-continue.c: Delete.
6891 * gdb.base/hook-stop-continue.exp: Delete.
6892 * gdb.base/hook-stop-frame.c: Delete.
6893 * gdb.base/hook-stop-frame.exp: Delete.
6894 * gdb.base/hook-stop.c: New file.
6895 * gdb.base/hook-stop.exp: New file.
6896
6897 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
6898
6899 * gdb.ada/access_to_packed_array.exp: New testcase.
6900 * gdb.ada/access_to_packed_array/foo.adb: New file.
6901 * gdb.ada/access_to_packed_array/pack.adb: New file.
6902 * gdb.ada/access_to_packed_array/pack.ads: New file.
6903
6904 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
6905
6906 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
6907 buffer size test.
6908
6909 2015-09-11 Don Breazeal <donb@codesourcery.com>
6910
6911 * gdb.base/foll-exec.c: Add copyright header. Fix
6912 formatting issues.
6913 * gdb.base/foll-exec.exp (zap_session): Delete proc.
6914 (do_exec_tests): Use clean_restart in place of zap_session,
6915 and for test initialization. Fix formatting issues. Use
6916 fail in place of perror.
6917 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
6918 an expect statement to match an expression with output from
6919 the program under debug.
6920 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
6921 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
6922 * gdb.threads/non-ldr-exc-2.exp: Likewise.
6923 * gdb.threads/non-ldr-exc-3.exp: Likewise.
6924 * gdb.threads/non-ldr-exc-4.exp: Likewise.
6925
6926 2015-09-09 Doug Evans <dje@google.com>
6927
6928 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
6929
6930 2015-09-09 Doug Evans <dje@google.com>
6931
6932 * gdb.base/pie-execl.exp: Fix result test of build_executable.
6933
6934 2015-09-09 Doug Evans <dje@google.com>
6935
6936 * gdb.base/savedregs.exp: Fix typo.
6937
6938 2015-09-09 Pedro Alves <palves@redhat.com>
6939
6940 * gdb.mi/mi-cli.exp: Add CLI finish tests.
6941
6942 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
6943
6944 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
6945 command actually switches threads. Give up on remaining
6946 tests if target fails to stop at breakpoint.
6947
6948 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
6949
6950 * gdb.ada/funcall_char.exp: New testcase.
6951 * gdb.ada/funcall_char/foo.adb: New file.
6952
6953 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
6954
6955 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
6956 expected outputs. Add two testcases for completing ambiguous
6957 functions.
6958 * gdb.ada/complete/aux_pck.adb: New file.
6959 * gdb.ada/complete/aux_pck.ads: New file.
6960 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
6961 Ambiguous_Func functions.
6962 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
6963 * gdb.ada/complete/pck.adb: Likewise.
6964
6965 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
6966
6967 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
6968 failures to run the test program under GDB.
6969
6970 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
6971
6972 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
6973 to C.
6974
6975 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
6976
6977 * gdb.base/run-after-attach.exp: New test file.
6978 * gdb.base/run-after-attach.c: New test file.
6979
6980 2015-08-26 Don Breazeal <donb@codesourcery.com>
6981
6982 * gdb.base/foll-exec-2.c: New test program.
6983 * gdb.base/foll-exec-2.exp: New test.
6984
6985 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
6986
6987 * gdb.base/nested-subp1.exp: New file.
6988 * gdb.base/nested-subp1.c: New file.
6989 * gdb.base/nested-subp2.exp: New file.
6990 * gdb.base/nested-subp2.c: New file.
6991 * gdb.base/nested-subp3.exp: New file.
6992 * gdb.base/nested-subp3.c: New file.
6993
6994 2015-08-24 Pedro Alves <palves@redhat.com>
6995
6996 * gdb.server/connect-without-multi-process.c: New file.
6997 * gdb.server/connect-without-multi-process.exp: New file.
6998
6999 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
7000
7001 * gdb.opt/inline-markers.c: Make z int.
7002
7003 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
7004
7005 * gdb.opt/inline-markers.c: Make z volatile.
7006
7007 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
7008
7009 * gdb.opt/inline-bt.c: New volatile global z.
7010 * gdb.opt/inline-cmds.c: Likewise.
7011 * gdb.opt/inline-locals.c: Likewise.
7012 * gdb.opt/inline-markers.c: New extern global z.
7013 (marker): Use z.
7014 (inline_fn): Likewise.
7015
7016 2015-08-24 Pedro Alves <palves@redhat.com>
7017
7018 * config/m32r-stub.exp: Remove file.
7019 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
7020 * gdb.base/call-rt-st.exp: Likewise.
7021 * gdb.base/call-strs.exp: Likewise.
7022 * gdb.base/default.exp: Remove references to h8300-*-hms and
7023 *-*-udi*.
7024 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
7025
7026 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7027
7028 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
7029 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
7030 and "return" use KFAIL when GDB can not read/write the vector
7031 return value.
7032
7033 2015-08-21 Gary Benson <gbenson@redhat.com>
7034
7035 * gdb.trace/pending.exp: Cope with remote transfer warnings.
7036
7037 2015-08-20 Pedro Alves <palves@redhat.com>
7038
7039 * gdb.server/solib-list.exp: No longer expect an interior stop in
7040 non-stop mode.
7041
7042 2015-08-20 Pedro Alves <palves@redhat.com>
7043
7044 * gdb.server/connect-stopped-target.c: New file.
7045 * gdb.server/connect-stopped-target.exp: New file.
7046
7047 2015-08-20 Pedro Alves <palves@redhat.com>
7048
7049 * gdb.dwarf2/comp-unit-lang.exp: New file.
7050 * gdb.dwarf2/comp-unit-lang.c: New file.
7051
7052 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
7053
7054 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
7055 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
7056
7057 2015-08-19 Kevin Buettner <kevinb@redhat.com>
7058
7059 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
7060 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
7061
7062 2015-08-18 Doug Evans <dje@google.com>
7063 Adrian Sendroiu <adrian.sendroiu@freescale.com>
7064
7065 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
7066 skip_python_tests. New arg prompt_regexp.
7067 (skip_python_tests): New function.
7068 * lib/mi-support.exp (mi_skip_python_tests): New function.
7069 * gdb.python/py-mi-objfile-gdb.py: New file.
7070 * gdb.python/py-mi-objfile.c: New file.
7071 * gdb.python/py-mi-objfile.exp: New file.
7072
7073 2015-08-17 Keith Seitz <keiths@redhat.com>
7074
7075 * gdb.linespec/explicit.exp: Move strace test from here ...
7076 * gdb.trace/strace.exp: ... to here.
7077
7078 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
7079
7080 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
7081 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
7082
7083 2015-08-14 Doug Evans <xdje42@gmail.com>
7084
7085 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
7086 inferior before selecting a new file.
7087
7088 2015-08-14 Doug Evans <xdje42@gmail.com>
7089
7090 * gdb.mi/mi-disassemble.exp: Update.
7091 * gdb.base/disasm-optim.S: New file.
7092 * gdb.base/disasm-optim.c: New file.
7093 * gdb.base/disasm-optim.h: New file.
7094 * gdb.base/disasm-optim.exp: New file.
7095
7096 2015-08-14 Keith Seitz <keiths@redhat.com>
7097
7098 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
7099 "evaluated-by".
7100
7101 2015-08-13 Joel Brobecker <brobecker@adacore.com>
7102
7103 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
7104
7105 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
7106
7107 * gdb.ada/fun_renaming.exp: New testcase.
7108 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
7109 * gdb.ada/fun_renaming/pack.adb: New file.
7110 * gdb.ada/fun_renaming/pack.ads: New file.
7111
7112 2015-08-12 Keith Seitz <keiths@redhat.com>
7113
7114 * gdb.base/dso2dso.exp: Pass basename of source file in call to
7115 gdb_get_line_number.
7116
7117 2015-08-12 Joel Brobecker <brobecker@adacore.com>
7118
7119 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
7120 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
7121 gdb.base/dso2dso.exp: New files.
7122
7123 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
7124 Pedro Alves <palves@redhat.com>
7125 Keith Seitz <keiths@redhat.com>
7126
7127 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
7128 GDBFLAGS.
7129
7130 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
7131
7132 * gdb.base/gdbhistsize-history.exp
7133 (test_histsize_history_setting): Use save_vars.
7134 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7135 Use save_vars.
7136 (test_no_truncation_of_unlimited_history_file): Use save_vars.
7137 * gdb.base/readline.exp: Use save_vars.
7138
7139 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
7140
7141 * lib/gdb.exp (save_vars): New proc.
7142
7143 2015-08-11 Keith Seitz <keiths@redhat.com>
7144
7145 * gdb.base/help.exp: Update help_breakpoint_text.
7146
7147 2015-08-11 Keith Seitz <keiths@redhat.com>
7148
7149 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
7150 (at toplevel): Call test_explicit_breakpoints.
7151 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
7152 breakpoints.
7153 * lib/mi-support.exp (mi_make_breakpoint): Add support for
7154 breakpoint conditions, "-cond".
7155
7156 2015-08-11 Keith Seitz <keiths@redhat.com>
7157
7158 * gdb.linespec/3explicit.c: New file.
7159 * gdb.linespec/cpexplicit.cc: New file.
7160 * gdb.linespec/cpexplicit.exp: New file.
7161 * gdb.linespec/explicit.c: New file.
7162 * gdb.linespec/explicit.exp: New file.
7163 * gdb.linespec/explicit2.c: New file.
7164 * gdb.linespec/ls-errs.exp: Add explicit location tests.
7165 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
7166 before using in the matching pattern.
7167 Clarify that `prefix' is a regular expression.
7168
7169 2015-08-11 Keith Seitz <keiths@redhat.com>
7170
7171 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
7172 test.
7173 Add tests for missing ",FMT" and ",".
7174
7175 2015-08-10 Doug Evans <dje@google.com>
7176 Keith Seitz <keiths@redhat.com>
7177
7178 PR gdb/17960
7179 * gdb.base/completion.exp: Add location completer tests.
7180
7181 2015-08-07 Pedro Alves <palves@redhat.com>
7182
7183 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
7184 tests here.
7185 (top level): Run do_test with and without displaced stepping.
7186
7187 2015-08-07 Pedro Alves <palves@redhat.com>
7188
7189 * gdb.base/valgrind-disp-step.c: New file.
7190 * gdb.base/valgrind-disp-step.exp: New file.
7191
7192 2015-08-07 Pedro Alves <palves@redhat.com>
7193
7194 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
7195 Delete function.
7196 (main): Add alarm. Run an infinite loop instead of calling
7197 wait_threads.
7198 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
7199 comment.
7200 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
7201 Delete function.
7202 (main): Add alarm. Run an infinite loop instead of calling
7203 wait_threads.
7204 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
7205 comment.
7206
7207 2015-08-07 Pedro Alves <palves@redhat.com>
7208
7209 * gdb.base/checkpoint-ns.exp: New file.
7210 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
7211 standard_testfile.
7212
7213 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
7214
7215 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
7216 * gdb.btrace/instruction_history.exp: Update.
7217 * gdb.btrace/tsx.exp: New.
7218 * gdb.btrace/tsx.c: New.
7219
7220 2015-08-06 Pedro Alves <palves@redhat.com>
7221
7222 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
7223 increase timeout.
7224 * gdb.reverse/until-precsave.exp: Bump timeouts.
7225
7226 2015-08-06 Pedro Alves <palves@redhat.com>
7227
7228 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
7229
7230 2015-08-06 Pedro Alves <palves@redhat.com>
7231
7232 PR gdb/18749
7233 * gdb.threads/process-dies-while-handling-bp.c: New file.
7234 * gdb.threads/process-dies-while-handling-bp.exp: New file.
7235
7236 2015-08-06 Pedro Alves <palves@redhat.com>
7237
7238 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
7239 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
7240
7241 2015-08-05 Pedro Alves <palves@redhat.com>
7242
7243 * gdb.threads/next-while-other-thread-longjmps.c: New file.
7244 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
7245
7246 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
7247
7248 * gdb.base/bp-permanent.exp: Report test as unsupported if
7249 the target cannot stop at the permanent breakpoint.
7250
7251 2015-08-03 Doug Evans <dje@google.com>
7252
7253 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
7254 10000.
7255
7256 2015-08-03 Doug Evans <dje@google.com>
7257
7258 * Makefile.in (workers/%.worker, build-perf): New rule.
7259 (GDB_PERFTEST_MODE): New variable.
7260 (check-perf): Use it.
7261 (clean): Clean up gdb.perf parallel build subdirs.
7262 * lib/build-piece.exp: New file.
7263 * lib/gdb.exp (make_gdb_parallel_path): New function
7264 (standard_output_file, standard_temp_file): Call it.
7265 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
7266 of $GDB_PARALLEL.
7267 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
7268
7269 2015-08-03 Doug Evans <dje@google.com>
7270
7271 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
7272 (LOG_FILE_NAME): New global.
7273 (TextReporter.__init__): Initialize self.txt_sum.
7274 (TextReporter.report): Add support for multiple data-points.
7275 Move report to perftest.sum, put raw data in perftest.log.
7276 (TextReporter.start): Open sum and log files.
7277 (TextReporter.end): Close sum and log files.
7278 * gdb.perf/lib/perftest/testresult.py
7279 (SingleStatisticTestResult.record): Handle multiple data-points.
7280
7281 2015-07-31 Pedro Alves <palves@redhat.com>
7282
7283 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
7284 Use spawn_id_get_pid. Wait for spawn id after eof. Use
7285 kill_wait_spawned_process instead of explicit "kill -9".
7286 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
7287 returning a spawn id instead of a pid. Use spawn_id_get_pid and
7288 kill_wait_spawned_process.
7289 * gdb.base/attach-twice.exp: Likewise.
7290 * gdb.base/attach.exp: Likewise.
7291 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
7292 gdb_test_multiple.
7293 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
7294 returning a spawn id instead of a pid. Use spawn_id_get_pid and
7295 kill_wait_spawned_process.
7296 * gdb.base/valgrind-infcall.exp: Likewise.
7297 * gdb.multi/multi-attach.exp: Likewise.
7298 * gdb.python/py-prompt.exp: Likewise.
7299 * gdb.python/py-sync-interp.exp: Likewise.
7300 * gdb.server/ext-attach.exp: Likewise.
7301 * gdb.threads/attach-into-signal.exp (corefunc): Use
7302 spawn_wait_for_attach, spawn_id_get_pid and
7303 kill_wait_spawned_process.
7304 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
7305 spawn_wait_for_attach returning a spawn id instead of a pid. Use
7306 spawn_id_get_pid and kill_wait_spawned_process.
7307 * gdb.threads/attach-stopped.exp (corefunc): Use
7308 spawn_wait_for_attach, spawn_id_get_pid and
7309 kill_wait_spawned_process.
7310 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
7311 Use spawn_id_get_pid. Wait for spawn id after eof. Use
7312 kill_wait_spawned_process instead of explicit "kill -9".
7313 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
7314 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
7315 (spawn_wait_for_attach): Use spawn instead of exec to spawn
7316 processes. Don't map cygwin/windows pids here. Now returns a
7317 spawn id list.
7318
7319 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
7320
7321 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
7322 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
7323 correct patch.
7324
7325 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
7326
7327 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
7328
7329 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
7330
7331 Reapply:
7332 2014-05-21 Mark Wielaard <mjw@redhat.com>
7333
7334 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
7335
7336 2015-07-30 Pedro Alves <palves@redhat.com>
7337
7338 * linux-low.c (handle_extended_wait): Set the child's last
7339 reported status to TARGET_WAITKIND_STOPPED.
7340
7341 2015-07-30 Pedro Alves <palves@redhat.com>
7342
7343 PR threads/18600
7344 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
7345 only shows inferior 1.
7346
7347 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
7348 Pedro Alves <palves@redhat.com>
7349
7350 PR threads/18600
7351 * gdb.threads/fork-plus-threads.c: New file.
7352 * gdb.threads/fork-plus-threads.exp: New file.
7353
7354 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7355
7356 * gdb.base/batch-preserve-term-settings.exp
7357 (test_terminal_settings_preserved_after_cli_exit): Use
7358 send_quit_command.
7359
7360 2015-07-29 Pedro Alves <palves@redhat.com>
7361 Don Breazeal <donb@codesourcery.com>
7362
7363 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
7364 output from both inferior_spawn_id and gdb_spawn_id.
7365
7366 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
7367
7368 * gdb.threads/attach-into-signal.exp (corefunc): Use
7369 with_test_prefix on nested loops, uniquefying the test messages.
7370
7371 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
7372
7373 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
7374 commit.
7375
7376 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7377
7378 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
7379 New proc.
7380 (test_terminal_settings_preserved_after_sigterm): New test.
7381
7382 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7383
7384 * gdb.base/batch-preserve-term-settings.exp
7385 (test_terminal_settings_preserved_after_cli_exit): New test.
7386
7387 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7388
7389 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
7390 manipulation of saved_gdbflags.
7391 (test_terminal_settings_preserved): Remove global declaration of
7392 the unused variable pagination_prompt. Remove manipulation of
7393 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
7394 GDBFLAGS.
7395
7396 2015-07-29 Pedro Alves <palves@redhat.com>
7397
7398 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
7399
7400 2015-07-29 Pedro Alves <palves@redhat.com>
7401
7402 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
7403 at the top.
7404
7405 2015-07-29 Pedro Alves <palves@redhat.com>
7406
7407 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
7408 (main): Call gdb_unbuffer_output.
7409 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
7410 (main): Call gdb_unbuffer_output.
7411 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
7412 (main): Call gdb_unbuffer_output.
7413 * gdb.base/call-strs.exp: Adjust to step over the
7414 gdb_unbuffer_output call.
7415 * gdb.base/catch-gdb-caused-signals.c: Include
7416 "../lib/unbuffer_output.c".
7417 (main): Call gdb_unbuffer_output.
7418 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
7419 (main): Call gdb_unbuffer_output.
7420 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
7421 (main): Call gdb_unbuffer_output.
7422 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
7423 (main): Call gdb_unbuffer_output.
7424 * gdb.base/shlib-call.exp: Adjust to step over the
7425 gdb_unbuffer_output call.
7426 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
7427 (main): Call gdb_unbuffer_output.
7428 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
7429 (main): Call gdb_unbuffer_output.
7430 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
7431 (main): Rename to ...
7432 (test): ... this.
7433 (main): Reimplement.
7434 * gdb.base/varargs.exp: Run to test instead of to main.
7435 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
7436 (main): Call gdb_unbuffer_output.
7437
7438 2015-07-29 Pedro Alves <palves@redhat.com>
7439
7440 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
7441 factore out from mi_continue_dprintf. For call-style dprintfs,
7442 expect dprintf output out of $inferior_spawn_id.
7443 (mi_continue_dprintf): Use mi_expect_dprintf.
7444 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
7445 (main): Call gdb_unbuffer_output.
7446
7447 2015-07-29 Pedro Alves <palves@redhat.com>
7448
7449 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
7450 (default_mi_gdb_start): Set inferior_spawn_id instead of
7451 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
7452 gdb_spawn_id.
7453 (mi_gdb_test): Always expect inferior output from both
7454 $inferior_spawn_id and $gdb_spawn_id.
7455
7456 2015-07-29 Pedro Alves <palves@redhat.com>
7457
7458 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
7459 send_inferior and $inferior_spawn_id.
7460
7461 2015-07-29 Pedro Alves <palves@redhat.com>
7462
7463 * gdb.gdb/complaints.exp (test_initial_complaints)
7464 (test_serial_complaints, test_short_complaints): Use
7465 gdb_test_stdio.
7466 (test_empty_complaint): Handle $inferior_spawn_id !=
7467 $gdb_spawn_id.
7468
7469 2015-07-29 Pedro Alves <palves@redhat.com>
7470
7471 * gdb.base/varargs.exp: Use gdb_test_stdio.
7472
7473 2015-07-29 Pedro Alves <palves@redhat.com>
7474
7475 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
7476
7477 2015-07-29 Pedro Alves <palves@redhat.com>
7478
7479 * gdb.base/ending-run.exp: Use gdb_test_stdio.
7480
7481 2015-07-29 Pedro Alves <palves@redhat.com>
7482
7483 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
7484 parameter into two new parameters, "inf_result" and "gdb_result".
7485 Expect inferior output and gdb output from $inferior_spawn_id and
7486 $gdb_spawn_id, respectively. Adjust all callers.
7487
7488 2015-07-29 Pedro Alves <palves@redhat.com>
7489
7490 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
7491 of gdb_test_sequence.
7492
7493 2015-07-29 Pedro Alves <palves@redhat.com>
7494
7495 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
7496 (saw_spurious_output): Expect inferior output from
7497 $inferior_spawn_id. Use gdb_test_stdio.
7498
7499 2015-07-29 Pedro Alves <palves@redhat.com>
7500
7501 * gdb.base/dprintf.exp: Use standard_testfile. Change
7502 prepare_for_testing call.
7503 (srcfile): Don't set.
7504 (restart): New procedure.
7505 (test_dprintf): New procecure, use to continue over dprintfs.
7506 (test_call, test_agent): New procedures, tests moved here.
7507 Restart gdb and recreate dprintfs. Adjust expected output.
7508
7509 2015-07-29 Pedro Alves <palves@redhat.com>
7510
7511 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
7512
7513 2015-07-29 Pedro Alves <palves@redhat.com>
7514
7515 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
7516
7517 2015-07-29 Pedro Alves <palves@redhat.com>
7518
7519 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
7520 gdb_test_stdio.
7521
7522 2015-07-29 Pedro Alves <palves@redhat.com>
7523
7524 * lib/gdb.exp (gdb_test_stdio): New procedure.
7525
7526 2015-07-29 Pedro Alves <palves@redhat.com>
7527
7528 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
7529
7530 2015-07-29 Pedro Alves <palves@redhat.com>
7531
7532 * gdb.base/call-signal-resume.exp: Remove check for
7533 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
7534 * gdb.base/unwindonsignal.exp: Likewise.
7535 * gdb.base/call-signals.c (gen_signal): Remove printf call.
7536 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
7537
7538 2015-07-29 Pedro Alves <palves@redhat.com>
7539
7540 * gdb.base/siginfo-addr.c (pass): New function.
7541 (handler): Call it iff si_addr is correct.
7542 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
7543 Set a breakpoint at "pass" and continue to it.
7544
7545 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
7546
7547 * gdb.python/py-objfile.exp: Make some tests have unique names.
7548 * gdb.python/py-pp-registration.exp: Likewise.
7549
7550 2015-07-28 Pedro Alves <palves@redhat.com>
7551
7552 * gdb.server/server-exec-info.exp: Issue a "disconnect".
7553
7554 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
7555
7556 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
7557
7558 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
7559
7560 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
7561
7562 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
7563
7564 * gdb.base/gdb-sigterm-2.exp: New test.
7565
7566 2015-07-25 Doug Evans <xdje42@gmail.com>
7567
7568 Revert:
7569 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
7570 (workers/%.worker, build-perf): New rule.
7571 (GDB_PERFTEST_MODE): New variable.
7572 (check-perf): Use it.
7573 (clean): Clean up gdb.perf parallel build subdirs.
7574 * lib/build-piece.exp: New file.
7575 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
7576 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
7577 name.
7578 (standard_temp_file): Ditto.
7579 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
7580 of $GDB_PARALLEL.
7581
7582 2015-07-24 Doug Evans <dje@google.com>
7583
7584 * gdb.perf/lib/perftest/utils.py: New file.
7585 * gdb.perf/gm-hello.cc: New file.
7586 * gdb.perf/gm-pervasive-typedef.cc: New file.
7587 * gdb.perf/gm-pervasive-typedef.h: New file.
7588 * gdb.perf/gm-std.cc: New file.
7589 * gdb.perf/gm-std.h: New file.
7590 * gdb.perf/gm-use-cerr.cc: New file.
7591 * gdb.perf/gm-utils.h: New file.
7592 * gdb.perf/gmonster-null-lookup.py: New file.
7593 * gdb.perf/gmonster-pervasive-typedef.py: New file.
7594 * gdb.perf/gmonster-print-cerr.py: New file.
7595 * gdb.perf/gmonster-ptype-string.py: New file.
7596 * gdb.perf/gmonster-runto-main.py: New file.
7597 * gdb.perf/gmonster-select-file.py: New file.
7598 * gdb.perf/gmonster1-null-lookup.exp: New file.
7599 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
7600 * gdb.perf/gmonster1-print-cerr.exp: New file.
7601 * gdb.perf/gmonster1-ptype-string.exp: New file.
7602 * gdb.perf/gmonster1-runto-main.exp: New file.
7603 * gdb.perf/gmonster1-select-file.exp: New file.
7604 * gdb.perf/gmonster1.cc: New file.
7605 * gdb.perf/gmonster1.exp: New file.
7606 * gdb.perf/gmonster2-null-lookup.exp: New file.
7607 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
7608 * gdb.perf/gmonster2-print-cerr.exp: New file.
7609 * gdb.perf/gmonster2-ptype-string.exp: New file.
7610 * gdb.perf/gmonster2-runto-main.exp: New file.
7611 * gdb.perf/gmonster2-select-file.exp: New file.
7612 * gdb.perf/gmonster2.cc: New file.
7613 * gdb.perf/gmonster2.exp: New file.
7614
7615 2015-07-24 Doug Evans <dje@google.com>
7616
7617 * gdb.perf/README: New file.
7618 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
7619 * lib/gen-perf-test.exp: New file.
7620
7621 2015-07-24 Doug Evans <dje@google.com>
7622
7623 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
7624 (PerfTest::startup): New function.
7625 (PerfTest::run): Return result of calling body.
7626 (PerfTest::assemble): Rewrite.
7627 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
7628 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
7629 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
7630 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
7631 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
7632
7633 2015-07-24 Doug Evans <dje@google.com>
7634
7635 * lib/gdb.exp (clean_restart): Make executable optional.
7636
7637 2015-07-24 Doug Evans <dje@google.com>
7638
7639 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
7640 compiler_info references.
7641 * gdb.cp/temargs.exp: Ditto.
7642 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
7643 (get_compiler_info): Early exit if already computed. Set compiler_info
7644 to "unknown" if there was a problem.
7645 (test_compiler_info): Add function comment. Call get_compiler_info.
7646
7647 2015-07-24 Doug Evans <dje@google.com>
7648
7649 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
7650 (workers/%.worker, build-perf): New rule.
7651 (GDB_PERFTEST_MODE): New variable.
7652 (check-perf): Use it.
7653 (clean): Clean up gdb.perf parallel build subdirs.
7654 * lib/build-piece.exp: New file.
7655 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
7656 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
7657 name.
7658 (standard_temp_file): Ditto.
7659 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
7660 of $GDB_PARALLEL.
7661
7662 2015-07-24 Doug Evans <dje@google.com>
7663
7664 * lib/future.exp (gdb_default_target_compile): New option
7665 "early_flags".
7666 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
7667 --as-needed.
7668
7669 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
7670
7671 * gdb.base/catch-syscall.exp: Call gdb_exit before
7672 gdb_skip_xml_test.
7673
7674 2015-07-24 Pedro Alves <palves@redhat.com>
7675
7676 * gdb.python/py-events.exp: Accept output between the stop event
7677 and the prompt.
7678 * gdb.python/py-evsignal.exp: Likewise.
7679 * gdb.python/py-evthreads.exp: Likewise.
7680
7681 2015-07-24 Pedro Alves <palves@redhat.com>
7682
7683 PR gdb/18717
7684 * gdb.threads/non-ldr-exit.c: New file.
7685 * gdb.threads/non-ldr-exit.exp: New file.
7686
7687 2015-07-24 Yao Qi <yao.qi@linaro.org>
7688
7689 * gdb.server/ext-wrapper.exp: Test --wrapper option when
7690 restarting process.
7691
7692 2015-07-24 Yao Qi <yao.qi@linaro.org>
7693
7694 * gdb.server/ext-restart.exp: New file.
7695
7696 2015-07-24 Yao Qi <yao.qi@linaro.org>
7697
7698 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
7699 argument options.
7700 * gdb.server/ext-wrapper.exp: New file.
7701
7702 2015-07-23 Doug Evans <dje@google.com>
7703
7704 * gdb.dwarf2/dw2-dummy-cu.S: New file.
7705 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
7706
7707 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
7708
7709 * gdb.ada/var_arr_typedef.exp: New testcase.
7710 * gdb.ada/var_arr_typedef/pack.adb: New file.
7711 * gdb.ada/var_arr_typedef/pack.ads: New file.
7712 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
7713
7714 2015-07-20 Joel Brobecker <brobecker@adacore.com>
7715
7716 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
7717
7718 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7719
7720 * gdb.arch/i386-biarch-core.exp: Replace istarget
7721 by "complete set gnutarget". Remove expectation for the "core-file"
7722 command.
7723
7724 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7725
7726 Revert the previous commit:
7727 Tests for validate symbol file using build-id.
7728
7729 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
7730
7731 Tests for validate symbol file using build-id.
7732 * gdb.base/solib-mismatch-lib.c: New file.
7733 * gdb.base/solib-mismatch-libmod.c: New file.
7734 * gdb.base/solib-mismatch.c: New file.
7735 * gdb.base/solib-mismatch.exp: New file.
7736
7737 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
7738
7739 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
7740 nios2-*-linux*.
7741 * gdb.base/sigbpt.exp (stepi_out): Likewise.
7742 * gdb.base/siginfo.exp: Likewise.
7743 * gdb.base/sigstep.exp (advance, advancei): Likewise.
7744
7745 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
7746
7747 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
7748 Move it to ...
7749 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
7750 ... here.
7751 * gdb.trace/range-stepping.exp: Check that the target supports
7752 range stepping.
7753
7754 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7755
7756 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
7757
7758 2015-07-14 Pedro Alves <palves@redhat.com>
7759
7760 * gdb.base/killed-outside.exp: New file.
7761 * gdb.base/killed-outside.c: New file.
7762
7763 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7764
7765 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
7766 (n at main): New.
7767 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
7768
7769 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
7770
7771 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
7772 infcall tests instead of setting up for KFAIL.
7773
7774 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
7775
7776 * gdb.btrace/record_goto-step.exp: New.
7777
7778 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7779
7780 PR compile/18484
7781 * gdb.compile/compile.c (struct struct_type): Add volatile to
7782 selffield's type.
7783 * gdb.compile/compile.exp
7784 (compile code struct_object.selffield = &struct_object): Skip further
7785 struct_object tests if this one xfails.
7786
7787 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
7788
7789 PR exp/18617
7790 * gdb.trace/ax.exp: Add test.
7791
7792 2015-07-07 Yao Qi <yao.qi@linaro.org>
7793
7794 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
7795 instead of istarget "aarch64*-*-*".
7796 * gdb.arch/aarch64-fp.exp: Likewise.
7797 * gdb.base/float.exp: Likewise.
7798 * gdb.reverse/aarch64.exp: Likewise.
7799 * lib/gdb.exp (is_aarch64_target): New proc.
7800
7801 2015-07-07 Yao Qi <yao.qi@linaro.org>
7802
7803 * lib/gdb.exp (is_aarch32_target): New proc.
7804 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
7805 instead of "istarget "arm*-*-*"".
7806 * gdb.arch/arm-disp-step.exp: Likewise.
7807 * gdb.arch/thumb-bx-pc.exp: Likewise.
7808 * gdb.arch/thumb-prologue.exp: Likewise.
7809 * gdb.arch/thumb-singlestep.exp: Likewise.
7810 * gdb.base/disp-step-syscall.exp: Likewise.
7811 * gdb.base/float.exp: Likewise.
7812
7813 2015-07-07 Yao Qi <yao.qi@linaro.org>
7814
7815 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
7816 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
7817
7818 2015-07-07 Yao Qi <yao.qi@linaro.org>
7819
7820 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
7821 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
7822 if it exists.
7823 * gdb.multi/multi-arch.exp: Likewise.
7824
7825 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
7826
7827 * gdb.python/py-lazy-string.exp: Add missing parentheses to
7828 print.
7829
7830 2015-07-07 Yao Qi <yao.qi@linaro.org>
7831
7832 * gdb.arch/thumb-singlestep.exp: Do one more single step.
7833
7834 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
7835
7836 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
7837 '[' and ']' characters.
7838
7839 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
7840
7841 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
7842
7843 2015-06-29 Pedro Alves <palves@redhat.com>
7844
7845 PR threads/18127
7846 * gdb.threads/hand-call-new-thread.c: New file.
7847 * gdb.threads/hand-call-new-thread.c: New file.
7848
7849 2015-06-26 Keith Seitz <keiths@redhat.com>
7850 Doug Evans <dje@google.com>
7851
7852 PR 16253
7853 * gdb.cp/var-tag-2.cc: New file.
7854 * gdb.cp/var-tag-3.cc: New file.
7855 * gdb.cp/var-tag-4.cc: New file.
7856 * gdb.cp/var-tag.cc: New file.
7857 * gdb.cp/var-tag.exp: New file.
7858
7859 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
7860
7861 * gdb.base/history-duplicates.exp: New test.
7862
7863 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
7864
7865 * gdb.base/completion.exp: Test the completion of the "focus"
7866 command.
7867
7868 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7869
7870 * gdb.arch/amd64-prologue-skip.S: New file.
7871 * gdb.arch/amd64-prologue-skip.exp: New file.
7872
7873 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
7874
7875 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
7876 is_address_zero_readable check.
7877
7878 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
7879
7880 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
7881 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
7882
7883 2015-06-24 Yao Qi <yao.qi@linaro.org>
7884
7885 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
7886 linux targets.
7887
7888 2015-06-24 Yao Qi <yao.qi@linaro.org>
7889
7890 * lib/gdb.exp (supports_get_siginfo_type): New proc.
7891 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
7892 * gdb.base/siginfo-thread.exp: Likewise.
7893
7894 2015-06-22 Yao Qi <yao.qi@linaro.org>
7895
7896 * boards/remote-gdbserver-on-localhost.exp: Add comments.
7897
7898 2015-06-22 Yao Qi <yao.qi@linaro.org>
7899
7900 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
7901 aarch64*-*-*.
7902 (skip_hw_watchpoint_tests): Likewise.
7903
7904 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
7905
7906 * gdb.base/gdbinit-history.exp: Test the interaction between
7907 setting GDBHISTSIZE and setting the history size via .gdbinit.
7908
7909 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7910
7911 PR gdb/16999
7912 * gdb.base/gdbhistsize-history.exp: New test.
7913
7914 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7915
7916 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
7917 with GDBHISTSIZE.
7918 * gdb.base/readline.exp: Likewise.
7919
7920 2015-06-17 Yao Qi <yao.qi@linaro.org>
7921
7922 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
7923 line.
7924
7925 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7926
7927 * gdb.base/gdbinit-history.exp: Add test case to check that
7928 an unlimited history file does not get truncated on exit.
7929
7930 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7931
7932 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
7933 (VECTOR): New macro. Use it...
7934 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
7935 ...for these typedefs.
7936 (int8, char1, int1, double1): New typedefs.
7937 (struct just_int2, struct two_int2): New structures.
7938 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
7939 (add_structvecs, add_singlevecs): New functions.
7940 (main): Call add_some_intvecs twice.
7941 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
7942 the compile and exit upon failure. Try compiling for the "native"
7943 architecture. Test inferior function calls with vector arguments
7944 and vector return value handling with "finish" and "return".
7945
7946 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
7947
7948 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
7949 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
7950 PE file.
7951 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
7952
7953 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7954
7955 PR breakpoints/16465
7956 * gdb.mi/mi-dprintf-pending.c: New file.
7957 * gdb.mi/mi-dprintf-pending.exp: New test.
7958 * gdb.mi/mi-dprintf-pendshr.c: New file.
7959
7960 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7961 Mircea Gherzan <mircea.gherzan@intel.com>
7962
7963 * gdb.arch/i386-mpx-map.c: New file.
7964 * gdb.arch/i386-mpx-map.exp: New File.
7965
7966 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7967
7968 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
7969 * gdb.arch/i386-mpx.exp: Indentation fixed.
7970
7971 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7972
7973 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
7974 function and improved indentation.
7975 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
7976 gdb_test_multiple. Added additional tests to skip the test.
7977
7978 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7979
7980 * gdb.arch/i386-avx512.c: Change path in include file.
7981 * gdb.arch/i386-avx512.exp: Change include dir path
7982 compilation flag.
7983 * gdb.arch/i386-mpx.c: Change path in include file.
7984 * gdb.arch/i386-mpx.exp: Change include dir path compilation
7985 flag.
7986
7987 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7988
7989 * gdb.compile/compile-print.exp (compile print *vararray@3)
7990 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
7991
7992 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7993
7994 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
7995 (do not keep jit in memory): ... this.
7996 (expect 5): Change it to ...
7997 (expect no 5): ... this.
7998
7999 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
8000
8001 PR gdb/15564
8002 * gdb.mi/mi-detach.exp: New file.
8003
8004 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8005
8006 PR symtab/18392
8007 * gdb.arch/amd64-tailcall-self.S: New file.
8008 * gdb.arch/amd64-tailcall-self.c: New file.
8009 * gdb.arch/amd64-tailcall-self.exp: New file.
8010
8011 2015-05-28 Don Breazeal <donb@codesourcery.com>
8012
8013 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
8014 tests for remote targets by checking is_target_gdbserver.
8015
8016 2015-05-27 Doug Evans <dje@google.com>
8017
8018 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
8019 * gdb.dwarf2/opaque-type-lookup.c: New file.
8020 * gdb.dwarf2/opaque-type-lookup.exp: New file.
8021
8022 2015-05-26 Doug Evans <dje@google.com>
8023
8024 * gdb.cp/iostream.cc: New file.
8025 * gdb.cp/iostream.exp: New file.
8026
8027 2015-05-26 Doug Evans <dje@google.com>
8028
8029 * gdb.dwarf2/dw2-op-call.exp: Update.
8030 * gdb.dwarf2/dw4-sig-types.exp: Update.
8031 * gdb.dwarf2/implptr.exp: Update.
8032 * gdb.mi/mi-cmd-param-changed.exp: Update.
8033
8034 2015-05-26 Doug Evans <dje@google.com>
8035
8036 * gdb.python/py-lazy-string.c: New file.
8037 * gdb.python/py-lazy-string.exp: New file.
8038 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
8039 (main): Update. Add estring3.
8040 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
8041 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
8042
8043 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
8044 Yao Qi <yao.qi@linaro.org>
8045
8046 * gdb.reverse/aarch64.c: New.
8047 * gdb.reverse/aarch64.exp: New.
8048
8049 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
8050
8051 * lib/gdb.exp (supports_process_record): Return true for
8052 aarch64*-linux*.
8053 (supports_reverse): Likewise.
8054
8055 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
8056
8057 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8058 Use with_test_prefix.
8059
8060 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8061
8062 * gdb.base/completion.exp: Add test for completion of layout
8063 names.
8064
8065 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
8066
8067 * lib/gdb.exp (skip_tui_tests): New proc.
8068 * gdb.base/tui-layout.exp: Check skip_tui_tests.
8069
8070 2015-05-19 Pedro Alves <palves@redhat.com>
8071
8072 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8073 Save the whole env array instead of just HOME. Unset HISTSIZE in
8074 the environment while testing. Restore whole environment
8075 afterwards.
8076
8077 2015-05-16 Doug Evans <xdje42@gmail.com>
8078
8079 * gdb.guile/scm-ports.c: New file.
8080 * gdb.guile/scm-ports.exp: Add memory port tests.
8081
8082 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8083
8084 * gdb.compile/compile-print.c: New file.
8085 * gdb.compile/compile-print.exp: New file.
8086
8087 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8088
8089 * gdb.compile/compile-ops.exp: Cast param to void.
8090 * gdb.compile/compile.exp: Complete type for _gdb_expr.
8091 (compile code struct_object.selffield = &struct_object): Add xfail.
8092
8093 2015-05-15 Joel Brobecker <brobecker@adacore.com>
8094
8095 * gdb.ada/arr_enum_with_gap: New testcase.
8096
8097 2015-05-15 Joel Brobecker <brobecker@adacore.com>
8098
8099 * gdb.ada/byte_packed_arr: New testcase.
8100
8101 2015-05-15 Joel Brobecker <brobecker@adacore.com>
8102
8103 * gdb.ada/pckd_neg: New testcase.
8104
8105 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
8106
8107 PR gdb/17820
8108 * gdb.base/gdbinit-history.exp: New test.
8109 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
8110 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
8111
8112 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
8113
8114 * gdb.python/py-xmethods.cc: Enhance test case.
8115 * gdb.python/py-xmethods.exp: New tests.
8116 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
8117 function.
8118 (B_indexoper): Likewise.
8119 (global_dm_list) : Add new xmethod worker functions.
8120
8121 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
8122
8123 * gdb.base/coredump-filter.exp: Correctly unset
8124 "coredump_var_addr" array.
8125
8126 2015-05-08 Pedro Alves <palves@redhat.com>
8127
8128 * gdb.server/non-existing-program.exp: Unset spawn_id.
8129
8130 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
8131
8132 PR python/18291
8133 * gdb.python/py-xmethods.exp: Add tests.
8134
8135 2015-05-08 Yao Qi <yao.qi@linaro.org>
8136
8137 PR gdb/18208
8138 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
8139 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
8140 function set_coredump_filter, and remove remote_exec call.
8141 Remove argument ipid. Callers update.
8142 (top level): Don't get inferior's PID.
8143
8144 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
8145
8146 * gdb.base/watch_thread_num.exp: Skip test on targets without
8147 access watchpoints.
8148
8149 2015-05-06 Pedro Alves <palves@redhat.com>
8150
8151 PR server/18081
8152 * gdb.server/non-existing-program.exp: New file.
8153
8154 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8155
8156 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
8157
8158 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8159
8160 * gdb.ada/out_of_line_in_inlined: New testcase.
8161
8162 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8163
8164 * gdb.ada/var_rec_arr: New testcase.
8165
8166 2015-04-30 Yao Qi <yao.qi@linaro.org>
8167
8168 * gdb.base/break-idempotent.exp: If
8169 skip_hw_watchpoint_multi_tests returns true, skip the tests
8170 on "rwatch" and "awatch".
8171
8172 2015-04-30 Yao Qi <yao.qi@linaro.org>
8173
8174 * gdb.base/relativedebug.exp: Invoke gdb command
8175 "info sharedlibrary", and if libc.so doesn't have debug info,
8176 skip the test.
8177
8178 2015-04-29 Doug Evans <dje@google.com>
8179
8180 * gdb.python/py-xmethods.exp: Add ptype tests.
8181 * gdb.python/py-xmethods.py (E_method_char_worker): Add
8182 get_result_type method.
8183
8184 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
8185
8186 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
8187 the target does not support hardware watchpoints.
8188
8189 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
8190
8191 * gdb.base/break-always.exp: Abort testing if writing to memory
8192 causes an error.
8193
8194 2015-04-28 Doug Evans <dje@google.com>
8195
8196 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
8197 * gdb.python/py-pp-registration.exp: ... here. New file.
8198 * gdb.python/py-pp-registration.c: New file.
8199 * gdb.python/py-pp-registration.py: New file.
8200
8201 2015-04-28 Doug Evans <dje@google.com>
8202
8203 * gdb.python/py-bad-printers.c: New file.
8204 * gdb.python/py-bad-printers.py: New file.
8205 * gdb.python/py-bad-printers.exp: New file.
8206
8207 2015-04-28 Sasha Smundak <asmundak@google.com>
8208
8209 * gdb.python/py-type.exp: New test.
8210
8211 2015-04-28 Andy Wingo <wingo@igalia.com>
8212
8213 * gdb.python/py-parameter.exp:
8214 * gdb.guile/scm-parameter.exp: Escape the path that we are
8215 matching against, as it might contain characters that are special
8216 to regular expressions.
8217
8218 2015-04-27 Joel Brobecker <brobecker@adacore.com>
8219
8220 * gdb.ada/rec_comp: New testcase.
8221
8222 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
8223
8224 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
8225 before using it.
8226
8227 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
8228
8229 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
8230 new tests for verilog output.
8231
8232 2015-04-24 Yao Qi <yao.qi@linaro.org>
8233
8234 * boards/remote-gdbserver-on-localhost.exp: New file.
8235
8236 2015-04-23 Pedro Alves <palves@redhat.com>
8237
8238 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
8239 $inferior_spawn_id instead of $inferior_spawn_id directly. On
8240 "end of file", remove $inferior_spawn_id from the indirect list.
8241
8242 2015-04-23 Pedro Alves <palves@redhat.com>
8243
8244 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
8245
8246 2015-04-23 Pedro Alves <palves@redhat.com>
8247
8248 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
8249 on $any_spawn_id instead of only on $gdb_spawn_id.
8250
8251 2015-04-21 Pierre Muller <muller@sourceware.org>
8252
8253 PR pascal/17815
8254 * lib/pascal.exp (gpc_compile): Add new option "class".
8255 (fpc_compile): Likewise.
8256 * gdb.pascal/case-insensitive-symbols.pas: New file.
8257 * gdb.pascal/case-insensitive-symbols.exp: New file.
8258
8259 2015-04-20 Gary Benson <gbenson@redhat.com>
8260
8261 * gdb.base/attach.exp: Fix three extended remote failures.
8262
8263 2015-04-17 Gary Benson <gbenson@redhat.com>
8264
8265 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
8266 the main executable over the remote protocol.
8267
8268 2015-04-16 Pedro Alves <palves@redhat.com>
8269
8270 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
8271 a new gdbserver if gdbserver_reconnect_p is set.
8272
8273 2015-04-16 Pedro Alves <palves@redhat.com>
8274
8275 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
8276 is set, don't exit gdbserver.
8277
8278 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8279
8280 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
8281 appropriate .insn, such that an older assembler can be used.
8282 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
8283 the z/Architecture instruction set on 31-bit targets as well.
8284
8285 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8286
8287 * gdb.go/handcall.exp: Remove all logic related to the first
8288 breakpoint and rely on go_runto_main instead.
8289 * gdb.go/strings.exp: Likewise.
8290 * gdb.go/unsafe.exp: Likewise.
8291 * gdb.go/hello.exp: Likewise. Also rename the remaining
8292 breakpoint marker to "breakpoint 1".
8293 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
8294 * gdb.go/strings.go: Likewise.
8295 * gdb.go/unsafe.go: Likewise.
8296 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
8297 "set breakpoint 2 here" and rename the remaining breakpoint marker
8298 to "breakpoint 1".
8299
8300 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
8301
8302 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
8303 if itertools.imap is not present.
8304 * gdb.python/py-objfile.exp: Add parentheses.
8305 * gdb.python/py-type.exp: Same.
8306 * gdb.python/py-unwind-maint.py: Same.
8307
8308 2015-04-15 Yao Qi <yao.qi@linaro.org>
8309
8310 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
8311 of ":$ptr_size" and set its form explicitly.
8312
8313 2015-04-15 Pedro Alves <palves@redhat.com>
8314 Yao Qi <yao.qi@linaro.org>
8315
8316 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
8317 timeout by factor of 4.
8318 (test_regular_watch): Likewise.
8319 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
8320 * gdb.reverse/sigall-reverse.exp: Likewise.
8321 * gdb.reverse/until-precsave.exp: Likewise.
8322 * lib/gdb.exp (with_timeout_factor): New proc.
8323 (gdb_expect): Move some code to ...
8324 (get_largest_timeout): ... here. New procedure.
8325
8326 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
8327
8328 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
8329
8330 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
8331
8332 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
8333 to write to the .text section.
8334
8335 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
8336
8337 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
8338 Handle the case of targets that do not provide PID information.
8339
8340 2015-04-13 Yao Qi <yao.qi@linaro.org>
8341
8342 * lib/gdbserver-support.exp (gdb_exit): Catch exception
8343 and use expect instead of gdb_expect.
8344
8345 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
8346
8347 * gdb.base/coredump-filter.exp: Rename variable "addr" to
8348 "coredump_var_addr" to avoid naming conflict with other testcases.
8349
8350 2015-04-10 Pedro Alves <palves@redhat.com>
8351
8352 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
8353 gdb_test_sequence and gdb_assert.
8354
8355 2015-04-10 Pedro Alves <palves@redhat.com>
8356
8357 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
8358 test messages that don't include the breakpoint address.
8359
8360 2015-04-10 Yao Qi <yao.qi@linaro.org>
8361
8362 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
8363 false for some offset and width combinations which aren't
8364 supported by linux kernel.
8365
8366 2015-04-10 Pedro Alves <palves@redhat.com>
8367
8368 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
8369 procedure, factored out from ...
8370 (top level): ... here. Add "set displaced-stepping" testing axis.
8371 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
8372 parameter "displaced". Use it.
8373 (top level): Use foreach and add "set displaced-stepping" testing
8374 axis.
8375
8376 2015-04-10 Pedro Alves <palves@redhat.com>
8377
8378 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
8379 Remove comment.
8380 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
8381 both the address of the instruction that triggers the watchpoint
8382 and the address of the instruction immediately after, and use
8383 those addresses for the test. Fix comment.
8384
8385 2015-04-10 Pedro Alves <palves@redhat.com>
8386
8387 * gdb.base/sigstep.exp (breakpoint_to_handler)
8388 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
8389 Test "backtrace" in handler.
8390 (breakpoint_over_handler): New parameter 'displaced'. Use it.
8391 (top level): Add new "displaced" test axis to
8392 breakpoint_to_handler, breakpoint_to_handler_entry and
8393 breakpoint_over_handler.
8394
8395 2015-04-10 Pedro Alves <palves@redhat.com>
8396
8397 PR gdb/18216
8398 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
8399
8400 2015-04-10 Yao Qi <yao.qi@linaro.org>
8401
8402 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
8403 (test_add_rn_pc): New function.
8404 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
8405 (top level): Invoke test_add_rn_pc.
8406
8407 2015-04-10 Pedro Alves <palves@redhat.com>
8408
8409 PR gdb/13858
8410 * gdb.base/step-over-no-symbols.exp: New file.
8411
8412 2015-04-09 Andy Wingo <wingo@igalia.com>
8413
8414 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
8415 after the Python tests.
8416
8417 2015-04-08 Keith Seitz <keiths@redhat.com>
8418
8419 PR python/16699
8420 * gdb.python/py-completion.exp: New tests for completion.
8421 * gdb.python/py-completion.py (CompleteLimit1): New class.
8422 (CompleteLimit2): Likewise.
8423 (CompleteLimit3): Likewise.
8424 (CompleteLimit4): Likewise.
8425 (CompleteLimit5): Likewise.
8426 (CompleteLimit6): Likewise.
8427 (CompleteLimit7): Likewise.
8428
8429 2015-04-08 Pedro Alves <palves@redhat.com>
8430
8431 PR gdb/18214
8432 PR gdb/18216
8433 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
8434 function.
8435 (main): Install it as SIGUSR1 handler.
8436 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
8437 parameter. Always use "setup" as prefix. Toggle "set
8438 displaced-stepping" off/on depending on global. Don't switch to
8439 thread 1 here.
8440 (top level): Add displaced stepping "off/on" test axis. Update
8441 "setup" calls. Wrap each subtest with with_test_prefix. Test
8442 continuing with a queued signal in each thread.
8443
8444 2015-04-08 Pedro Alves <palves@redhat.com>
8445
8446 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
8447 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
8448 gdb_breakpoint instead of gdb_test that doesn't expect anything.
8449 Return early if running to main fails.
8450 * gdb.trace/while-stepping.exp: Likewise.
8451
8452 2015-04-07 Pedro Alves <palves@redhat.com>
8453
8454 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
8455 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
8456 interact with inferior program.
8457
8458 2015-04-07 Pedro Alves <palves@redhat.com>
8459
8460 * lib/gdb.exp (inferior_spawn_id): New global.
8461 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
8462 spawn id after processing the user code.
8463 (default_gdb_start): Set inferior_spawn_id.
8464 (send_inferior): New procedure.
8465 * lib/gdbserver-support.exp (gdbserver_start): Set
8466 inferior_spawn_id.
8467 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
8468
8469 2015-04-07 Pedro Alves <palves@redhat.com>
8470
8471 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
8472 * lib/gdbserver-support.exp (gdbserver_start): Make
8473 $server_spawn_id global.
8474 (gdbserver_start): Don't wait for gdbserver's spawn id with
8475 expect_background.
8476 (close_gdbserver): New procedure.
8477 (gdb_exit): Rename the default version and reimplement.
8478
8479 2015-04-07 Pedro Alves <palves@redhat.com>
8480
8481 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
8482 append the substituted item, not the original item.
8483
8484 2015-04-07 Pedro Alves <palves@redhat.com>
8485
8486 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
8487 gdb_expect.
8488
8489 2015-04-07 Pedro Alves <palves@redhat.com>
8490
8491 * gdb.base/interrupt.exp: Don't handle the case of the inferior
8492 output appearing once only.
8493
8494 2015-04-07 Pedro Alves <palves@redhat.com>
8495
8496 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
8497 that doesn't expect anything. Return early if running to main
8498 fails.
8499
8500 2015-04-07 Yao Qi <yao.qi@linaro.org>
8501
8502 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
8503 (child_function): Call alarm.
8504 (main): Move call to alarm into the loop.
8505 * gdb.threads/non-stop-fair-events.exp: Build program with
8506 -DTIMEOUT=$timeout.
8507
8508 2015-04-06 Doug Evans <xdje42@gmail.com>
8509
8510 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
8511 Fix dest parameter to board_info.
8512 (fpc_compile): Ditto.
8513 (gdb_compile_pascal): Rename dest arg to destfile.
8514
8515 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
8516
8517 * gdb.ada/funcall_ref.exp: New file.
8518 * gdb.ada/funcall_ref/foo.adb: New file.
8519
8520 2015-04-02 Yao Qi <yao.qi@linaro.org>
8521
8522 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
8523 is remote.
8524
8525 2015-04-02 Gary Benson <gbenson@redhat.com>
8526
8527 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
8528
8529 2015-04-01 Sasha Smundak <asmundak@google.com>
8530
8531 * gdb.python/py-unwind-maint.c: New file.
8532 * gdb.python/py-unwind-maint.exp: New test.
8533 * gdb.python/py-unwind-maint.py: New file.
8534 * gdb.python/py-unwind.c: New file.
8535 * gdb.python/py-unwind.exp: New test.
8536 * gdb.python/py-unwind.py: New test.
8537
8538 2015-04-01 Pedro Alves <palves@redhat.com>
8539
8540 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
8541 to fail instead of non-existent $test.
8542
8543 2015-04-01 Pedro Alves <palves@redhat.com>
8544
8545 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
8546 GDBFLAGS if not empty.
8547
8548 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
8549
8550 * gdb.ada/complete.exp: Remove "multi_line".
8551 * gdb.ada/info_exc.exp: Remove "multi_line".
8552 * gdb.ada/packed_tagged.exp: Remove "multi_line".
8553 * gdb.ada/ptype_field.exp: Remove "multi_line".
8554 * gdb.ada/sym_print_name.exp: Remove "multi_line".
8555 * gdb.ada/tagged.exp: Remove "multi_line".
8556 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
8557 [multi_line ...]
8558 * gdb.btrace/delta.exp: Likewise.
8559 * gdb.btrace/exception.exp: Likewise.
8560 * gdb.btrace/function_call_history.exp: Likewise.
8561 * gdb.btrace/instruction_history.exp: Likewise.
8562 * gdb.btrace/nohist.exp: Likewise.
8563 * gdb.btrace/record_goto.exp: Likewise.
8564 * gdb.btrace/segv.exp: Likewise.
8565 * gdb.btrace/stepi.exp: Likewise.
8566 * gdb.btrace/tailcall.exp: Likewise.
8567 * gdb.btrace/unknown_functions.exp: Likewise.
8568 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
8569 * lib/gdb.exp: Add the "multi_line" helper.
8570
8571 2015-04-01 Pedro Alves <palves@redhat.com>
8572
8573 * gdb.threads/tid-reuse.c: New file.
8574 * gdb.threads/tid-reuse.exp: New file.
8575
8576 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
8577
8578 PR corefiles/16092
8579 * gdb.base/coredump-filter.c: New file.
8580 * gdb.base/coredump-filter.exp: Likewise.
8581
8582 2015-03-27 Petr Machata <pmachata@redhat.com>
8583
8584 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
8585 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
8586 (Dwarf::assemble): Initialize them.
8587 (Dwarf::lines): New function.
8588
8589 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
8590
8591 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
8592 SYMBOL_PREFIX for x86_64-*-cygwin.
8593
8594 2015-03-26 Andy Wingo <wingo@igalia.com>
8595
8596 PR symtab/18148
8597 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
8598 const_value but not a location.
8599 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
8600 location defined in non-main CUs are visible.
8601
8602 2015-03-26 Yao Qi <yao.qi@linaro.org>
8603
8604 PR testsuite/18139
8605 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
8606 Add a line number entry for the same line.
8607 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
8608 Add a line number entry for the same line.
8609
8610 2015-03-26 Yao Qi <yao.qi@linaro.org>
8611
8612 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
8613 .int 0.
8614 (func): Likewise. Add .Lfunc_1 label.
8615 Use .Lfunc_1 label.
8616 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
8617 .int 0.
8618 (func): Likewise.
8619 Use .Lfunc_1 label.
8620
8621 2015-03-26 Yao Qi <yao.qi@linaro.org>
8622
8623 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
8624 Call gdb_compile instead to compile each .s files without debug
8625 information.
8626
8627 2015-03-26 Yao Qi <yao.qi@linaro.org>
8628
8629 * gdb.base/savedregs.exp (process_saved_regs): Make
8630 "Saved registers:" optional in the pattern.
8631
8632 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
8633
8634 * gdb.btrace/next.exp: Merged into step.exp.
8635 * gdb.btrace/finish.exp: Merged into step.exp.
8636 * gdb.btrace/nexti.exp: Merged into stepi.exp.
8637 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
8638 "record goto" and checking the exact replay position.
8639 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
8640 check for "Recording format" in "info record" output.
8641 * gdb.btrace/record_goto.exp: Choose test file based on target.
8642 * gdb.btrace/x86-record_goto.S: Renamed into ...
8643 * gdb.btrace/x86_64-record_goto.S: ... this.
8644 * gdb.btrace/i686-record_goto.S: New.
8645 * gdb.btrace/x86-tailcall.S: Renamed into ...
8646 * gdb.btrace/x86_64-tailcall.S: ... this.
8647 * gdb.btrace/i686-tailcall.S: New.
8648 * gdb.btrace/x86-tailcall.c: Renamed into ...
8649 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
8650 separate statements. Update test.
8651 * gdb.btrace/delta.exp: Use record_goto.c as test file.
8652 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
8653 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
8654 * gdb.btrace/tailcall.exp: Choose test file based on target.
8655 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
8656
8657 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
8658
8659 * gdb.btrace/exception.exp: Increase BTS buffer size.
8660
8661 2015-03-24 Pedro Alves <palves@redhat.com>
8662
8663 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
8664
8665 2015-03-24 Pedro Alves <palves@redhat.com>
8666
8667 * gdb.threads/schedlock.exp (test_step): No longer expect that
8668 "set scheduler-locking step" with "next" over a function call runs
8669 threads unlocked.
8670
8671 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8672
8673 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
8674
8675 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8676
8677 PR breakpoints/16466
8678 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
8679 * gdb.mi/mi-pending.c (thread_func): New function.
8680 (int main): Add threading support required.
8681 * gdb.mi/mi-pending.exp: Add tests for this issue.
8682 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
8683 (pendfunc2): Remove stdio dependency.
8684 * gdb.mi/mi-pendshr2.c: New file.
8685
8686 2015-03-23 Keith Seitz <keiths@redhat.com>
8687
8688 * gdb.linespec/keywords.c: New file.
8689 * gdb.linespec/keywords.exp: New file.
8690
8691 2015-03-23 Keith Seitz <keiths@redhat.com>
8692
8693 PR gdb/18021
8694 * gdb.dwarf2/staticvirtual.exp: New test.
8695
8696 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8697
8698 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
8699 * README: Remove HP-UX and gdb.hp.
8700 (configuration):
8701 * configure: Regenerate.
8702 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
8703 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
8704 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
8705 gdb.hp/gdb.defects/Makefile.
8706 * gdb.hp/Makefile.in: File deleted.
8707 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
8708 * gdb.hp/gdb.aCC/optimize.c: File deleted.
8709 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
8710 * gdb.hp/gdb.aCC/run.c: File deleted.
8711 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
8712 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
8713 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
8714 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
8715 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
8716 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
8717 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
8718 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
8719 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
8720 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
8721 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
8722 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
8723 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
8724 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
8725 * gdb.hp/gdb.base-hp/reg.s: File deleted.
8726 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
8727 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
8728 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
8729 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
8730 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
8731 * gdb.hp/gdb.compat/Makefile.in: File deleted.
8732 * gdb.hp/gdb.compat/average.c: File deleted.
8733 * gdb.hp/gdb.compat/sum.c: File deleted.
8734 * gdb.hp/gdb.compat/xdb.c: File deleted.
8735 * gdb.hp/gdb.compat/xdb0.c: File deleted.
8736 * gdb.hp/gdb.compat/xdb0.h: File deleted.
8737 * gdb.hp/gdb.compat/xdb1.c: File deleted.
8738 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
8739 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
8740 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
8741 * gdb.hp/gdb.defects/Makefile.in: File deleted.
8742 * gdb.hp/gdb.defects/bs14602.c: File deleted.
8743 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
8744 * gdb.hp/gdb.defects/solib-d.c: File deleted.
8745 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
8746 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
8747 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
8748 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
8749 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
8750 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
8751 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
8752 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
8753 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
8754 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
8755 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
8756 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
8757 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
8758 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
8759 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
8760 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
8761 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
8762 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
8763 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
8764 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
8765 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
8766 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
8767 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
8768 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
8769 * gdb.hp/tools/odump: File deleted.
8770
8771 2015-03-19 Pedro Alves <palves@redhat.com>
8772
8773 * gdb.threads/continue-pending-status.exp (saw_thread_2)
8774 (saw_thread_3): New globals.
8775 (top level): Increment them when an event for the corresponding
8776 thread is seen.
8777 (no thread starvation): New test.
8778
8779 2015-03-19 Pedro Alves <palves@redhat.com>
8780
8781 * gdb.threads/continue-pending-status.c: New file.
8782 * gdb.threads/continue-pending-status.exp: New file.
8783
8784 2015-03-18 Pedro Alves <palves@redhat.com>
8785
8786 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
8787 Use gdb_is_target_remote instead of is_remote. Use
8788 gdb_test_multiple instead of gdb_expect. Exit early if
8789 gdb_test_multiple hits its internal matches. Tighten stepi tests
8790 expected output. Fail on exit with any signal, instead of just
8791 SIGILL.
8792
8793 2015-03-18 Yao Qi <yao.qi@linaro.org>
8794
8795 PR tdep/18107
8796 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
8797 variable.
8798 * gdb.base/catch-syscall.exp: Don't skip it on
8799 aarch64*-*-linux* target. Remove elements in all_syscalls.
8800 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
8801 target.
8802 (setup_all_syscalls): New proc.
8803
8804 2015-03-16 Yao Qi <yao.qi@linaro.org>
8805
8806 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
8807 (top level): Skip tests if valid_addr_p returns false for
8808 $cmd1 or $cmd2.
8809
8810 2015-03-11 Andy Wingo <wingo@igalia.com>
8811
8812 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
8813
8814 2015-03-11 Yao Qi <yao.qi@linaro.org>
8815
8816 * gdb.base/catch-syscall.exp: Fix typo in comments.
8817
8818 2015-03-11 Yao Qi <yao.qi@linaro.org>
8819
8820 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
8821
8822 2015-03-09 Pedro Alves <palves@redhat.com>
8823
8824 * dg-extract-results.py: Delete.
8825
8826 2015-03-09 Pedro Alves <palves@redhat.com>
8827
8828 Merge dg-extract-results.sh from GCC upstream (r218843).
8829
8830 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
8831 * dg-extract-results.sh: Use --text with grep to avoid issues with
8832 binary files. Fall back to cat -v, if that doesn't work.
8833
8834 2015-03-05 Pedro Alves <palves@redhat.com>
8835
8836 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
8837
8838 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
8839
8840 * lib/mi-support.exp (mi_expect_interrupt): Accept
8841 alternative event for when in all-stop mode.
8842
8843 2015-03-04 Pedro Alves <palves@redhat.com>
8844
8845 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
8846
8847 2015-03-04 Mark Kettenis <kettenis@gnu.org>
8848
8849 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
8850
8851 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
8852
8853 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
8854 regexps for GDB's current line display, accept a hex address
8855 preceding the line number.
8856
8857 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
8858
8859 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
8860 the 'arch1' variable for "s390*-linux*" targets.
8861
8862 2015-03-04 Pedro Alves <palves@redhat.com>
8863
8864 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
8865 (main): Pass missing retval argument to pthread_join call.
8866
8867 2015-03-02 Pedro Alves <palves@redhat.com>
8868
8869 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
8870 (top level): Call do_test with non-stop as well.
8871
8872 2015-03-02 Pedro Alves <palves@redhat.com>
8873
8874 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
8875 -1.
8876
8877 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8878
8879 * gdb.arch/s390-vregs.exp: New test.
8880 * gdb.arch/s390-vregs.S: New file.
8881
8882 2015-02-27 Pedro Alves <palves@redhat.com>
8883
8884 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
8885 call to catch_command_errors.
8886 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
8887 catch_command_errors.
8888
8889 2015-02-27 Pedro Alves <palves@redhat.com>
8890
8891 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
8892 "true" for boolean result.
8893 * gdb.gdb/selftest.exp (test_with_self): Also accept full
8894 prototype of main.
8895
8896 2015-02-27 Pedro Alves <palves@redhat.com>
8897
8898 * lib/unbuffer_output.c: New file.
8899 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
8900 (main): Call gdb_unbuffer_output.
8901
8902 2015-02-27 Yao Qi <yao.qi@linaro.org>
8903
8904 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
8905 target.
8906
8907 2015-02-26 Doug Evans <dje@google.com>
8908
8909 * gdb.cp/class2.cc (Dbase, D): New classes.
8910 (main): New local delta.
8911 * gdb.cp/class2.exp: Test printing delta.
8912 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
8913 (dynbar): New global.
8914 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
8915
8916 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8917
8918 * gdb.compile/compile-ifunc.c: New file.
8919 * gdb.compile/compile-ifunc.exp: New file.
8920
8921 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
8922
8923 * gdb.base/structs.exp: Check for correct struct on finish.
8924
8925 2015-02-26 Yao Qi <yao.qi@linaro.org>
8926
8927 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
8928 is zero.
8929
8930 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8931
8932 * gdb.arch/cordic.ko.bz2: New file.
8933 * gdb.arch/cordic.ko.debug.bz2: New file.
8934 * gdb.arch/ppc64-symtab-cordic.exp: New file.
8935
8936 2015-02-25 Yao Qi <yao.qi@linaro.org>
8937
8938 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
8939 aarch64*-*-* target.
8940
8941 2015-02-23 Pedro Alves <palves@redhat.com>
8942
8943 * lib/gdb.exp (delete_breakpoints): Rewrite using
8944 gdb_test_multiple.
8945
8946 2015-02-23 Pedro Alves <palves@redhat.com>
8947
8948 * gdb.base/info-os.c: Include stdlib.h.
8949
8950 2015-02-22 Doug Evans <xdje42@gmail.com>
8951
8952 PR symtab/17855
8953 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
8954 is read after symbols have been re-read.
8955 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
8956 * gdb.ada/exec_changed/second.adb (Second): Ditto.
8957
8958 2015-02-21 Doug Evans <dje@google.com>
8959
8960 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
8961
8962 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8963
8964 PR corefiles/17808
8965 * gdb.arch/i386-biarch-core.core.bz2: New file.
8966 * gdb.arch/i386-biarch-core.exp: New file.
8967
8968 2015-02-21 Pedro Alves <palves@redhat.com>
8969
8970 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
8971 runto_main fails.
8972
8973 2015-02-20 Pedro Alves <palves@redhat.com>
8974
8975 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
8976 info probes.
8977
8978 2015-02-20 Pedro Alves <palves@redhat.com>
8979
8980 * gdb.threads/multi-create-ns-info-thr.exp: New file.
8981
8982 2015-02-20 Pedro Alves <palves@redhat.com>
8983
8984 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
8985 clean_restart before gdb_target_supports_trace.
8986
8987 2015-02-20 Pedro Alves <palves@redhat.com>
8988
8989 PR threads/18006
8990 * gdb.threads/clone-thread_db.c: New file.
8991 * gdb.threads/clone-thread_db.exp: New file.
8992
8993 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
8994
8995 PR breakpoints/16812
8996 * gdb.base/catch-gdb-caused-signals.c: New file.
8997 * gdb.base/catch-gdb-caused-signals.exp: New file.
8998
8999 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
9000
9001 * configure: Regenerated.
9002 * configure.ac: Use GDB_AC_TRANSFORM.
9003 * aclocal.m4: sinclude ../transform.m4.
9004
9005 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
9006
9007 * lib/dtrace.exp: New file.
9008 * gdb.base/dtrace-probe.exp: Likewise.
9009 * gdb.base/dtrace-probe.d: Likewise.
9010 * gdb.base/dtrace-probe.c: Likewise.
9011 * lib/pdtrace.in: Likewise.
9012 * configure.ac: Output variables with the transformed names of
9013 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
9014 * configure: Regenerated.
9015
9016 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
9017
9018 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
9019 expected message when trying to access $_probe_* convenience
9020 variables while not on a probe.
9021
9022 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9023
9024 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
9025
9026 2015-02-11 Pedro Alves <pedro@codesourcery.com>
9027
9028 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
9029 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
9030
9031 2015-02-10 Doug Evans <xdje42@gmail.com>
9032
9033 * lib/gdb.exp (gdb_load): Always return a result.
9034
9035 2015-02-10 Pedro Alves <palves@redhat.com>
9036
9037 * gdb.threads/signal-sigtrap.c: New file.
9038 * gdb.threads/signal-sigtrap.exp: New file.
9039
9040 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
9041
9042 * gdb.trace/no-attach-trace.c: New file.
9043 * gdb.trace/no-attach-trace.exp: New file.
9044
9045 2015-02-09 Mark Wielaard <mjw@redhat.com>
9046
9047 * gdb.dwarf2/atomic.c: New file.
9048 * gdb.dwarf2/atomic-type.exp: Likewise.
9049
9050 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9051
9052 * gdb.btrace/buffer-size.exp: Update "info record" output.
9053 * gdb.btrace/delta.exp: Update "info record" output.
9054 * gdb.btrace/enable.exp: Update "info record" output.
9055 * gdb.btrace/finish.exp: Update "info record" output.
9056 * gdb.btrace/instruction_history.exp: Update "info record" output.
9057 * gdb.btrace/next.exp: Update "info record" output.
9058 * gdb.btrace/nexti.exp: Update "info record" output.
9059 * gdb.btrace/step.exp: Update "info record" output.
9060 * gdb.btrace/stepi.exp: Update "info record" output.
9061 * gdb.btrace/nohist.exp: Update "info record" output.
9062
9063 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9064
9065 * gdb.btrace/buffer-size: New.
9066
9067 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9068
9069 * gdb.btrace/delta.exp: Update "info record" output.
9070 * gdb.btrace/enable.exp: Update "info record" output.
9071 * gdb.btrace/finish.exp: Update "info record" output.
9072 * gdb.btrace/instruction_history.exp: Update "info record" output.
9073 * gdb.btrace/next.exp: Update "info record" output.
9074 * gdb.btrace/nexti.exp: Update "info record" output.
9075 * gdb.btrace/step.exp: Update "info record" output.
9076 * gdb.btrace/stepi.exp: Update "info record" output.
9077 * gdb.btrace/nohist.exp: Update "info record" output.
9078
9079 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
9080
9081 PR gdb/15678
9082 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
9083
9084 2015-02-06 Pedro Alves <palves@redhat.com>
9085
9086 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
9087 macro.
9088 (seconds_left, again): New globals.
9089 (main): Wait seconds_left in a 1-second sleep loop instead of
9090 sleeping 180 seconds. If 'again' is set, reset the seconds
9091 counter.
9092 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
9093 'again' in the inferior before detaching. Print the seconds left.
9094 (options): New global.
9095 (top level): Build program with -DTIMEOUT=$timeout.
9096
9097 2015-02-06 Pedro Alves <palves@redhat.com>
9098
9099 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
9100 determine how many seconds to pass to 'alarm'.
9101 * gdb.base/gdb-sigterm.exp (top level): Build program with
9102 -DTIMEOUT=$timeout.
9103 (do_test): Return success/failure indication. Add more verbose
9104 logging. Don't fail if 200 single steps are seen. Instead, fail
9105 when the test times out.
9106 (passes): New global.
9107 (top level): Break the testing loop if testing fails on any
9108 iteration. Use gdb_assert.
9109
9110 2015-02-04 Don Breazeal <donb@codesourcery.com>
9111
9112 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
9113 and initialize them.
9114 (ipc_cleanup): New function.
9115 (main): Don't declare shmid, semid, and msqid. Add a call to
9116 atexit so that we call ipc_cleanup on exit.
9117
9118 2015-02-04 Pedro Alves <palves@redhat.com>
9119
9120 * boards/native-extended-gdbserver.exp: Remove any target variant
9121 specifications from the board name before clearing the isremote
9122 flag from board_info.
9123
9124 2015-01-31 Doug Evans <xdje42@gmail.com>
9125
9126 * gdb.base/maint.exp <maint print type argc>: Update expected output.
9127
9128 2015-01-31 Gary Benson <gbenson@redhat.com>
9129
9130 * gdb.base/completion.exp: Disable completion limiting for
9131 existing tests. Add new tests to check completion limiting.
9132 * gdb.linespec/ls-errs.exp: Disable completion limiting.
9133
9134 2015-01-31 Doug Evans <xdje42@gmail.com>
9135
9136 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
9137
9138 2015-01-31 Doug Evans <xdje42@gmail.com>
9139
9140 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
9141 entries. Duplicate file section script entries.
9142 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
9143 inlined entries. Add test for safe-path rejection.
9144 * gdb.python/py-section-script.c: Add duplicate inlined section script
9145 entries. Duplicate file section script entries.
9146 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
9147 inlined entries. Add test for safe-path rejection.
9148
9149 2015-01-29 Joel Brobecker <brobecker@adacore.com>
9150
9151 * gdb.ada/disc_arr_bound: New testcase.
9152
9153 2015-01-29 Joel Brobecker <brobecker@adacore.com>
9154
9155 * gdb.ada/mi_var_array: New testcase.
9156
9157 2015-01-27 Doug Evans <dje@google.com>
9158
9159 * gdb.python/py-objfile.exp: Add tests for objfile.username.
9160 Add test for objfile.filename, objfile.username after objfile
9161 has been unloaded.
9162
9163 2015-01-26 Joel Brobecker <brobecker@adacore.com>
9164
9165 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
9166 the second test to print the name attribute of value
9167 returned by the call to gdb.lookup_type, and adjust
9168 the expected output accordingly.
9169
9170 2015-01-25 Mark Wielaard <mjw@redhat.com>
9171
9172 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
9173 * gdb.base/disp-step-fork.c: Include unistd.h.
9174 * gdb.base/siginfo-obj.c: Include stdio.h.
9175 * gdb.base/siginfo-thread.c: Likewise.
9176 * gdb.mi/non-stop.c: Include unistd.h.
9177 * gdb.mi/nsthrexec.c: Include stdio.h.
9178 * gdb.mi/pthreads.c: Include unistd.h.
9179 * gdb.modula2/unbounded1.c (main): Declare returns int.
9180 * gdb.reverse/consecutive-reverse.c: Likewise.
9181 * gdb.threads/create-fail.c: Include unistd.h.
9182 * gdb.threads/killed.c: Likewise.
9183 * gdb.threads/linux-dp.c: Likewise.
9184 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
9185 * gdb.threads/non-ldr-exc-2.c: Likewise.
9186 * gdb.threads/non-ldr-exc-3.c: Likewise.
9187 * gdb.threads/non-ldr-exc-4.c: Likewise.
9188 * gdb.threads/pthreads.c: Include unistd.h.
9189 (main): Declare returns int.
9190 * gdb.threads/tls-main.c (foo): New declaration.
9191 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
9192
9193 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
9194
9195 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
9196 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
9197
9198 2015-01-15 Mark Wielaard <mjw@redhat.com>
9199
9200 * gdb.base/noreturn-return.c: New file.
9201 * gdb.base/noreturn-return.exp: New file.
9202 * gdb.base/noreturn-finish.c: New file.
9203 * gdb.base/noreturn-finish.exp: New file.
9204
9205 2015-01-23 Pedro Alves <palves@redhat.com>
9206
9207 * gdb.threads/continue-pending-after-query.c: New file.
9208 * gdb.threads/continue-pending-after-query.exp: New file.
9209
9210 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
9211 Simon Marchi <simon.marchi@ericsson.com>
9212
9213 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
9214 * gdb.base/valgrind-db-attach.exp: Same.
9215 * gdb.base/valgrind-infcall.exp: Same.
9216 * lib/mi-support.exp (default_mi_gdb_start): Same.
9217 * lib/prompt.exp (default_prompt_gdb_start): Same.
9218 * lib/gdb.exp (default_gdb_spawn): Same.
9219 (gdb_interact): New.
9220
9221
9222 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9223
9224 * gdb.compile/compile.exp (pointer to jit function): New test.
9225
9226 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
9227
9228 * lib/gdb.exp (supports_process_record): Return true for
9229 powerpc*-*-linux*.
9230 (supports_reverse): Likewise.
9231
9232 2015-01-15 Don Breazeal <donb@codesourcery.com>
9233
9234 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
9235 instead of checking whether the target board is remote and
9236 use spawn_wait_for_attach instead of exec/sleep.
9237 * gdb.base/attach-twice.exp: Likewise.
9238
9239 2015-01-15 Joel Brobecker <brobecker@adacore.com>
9240
9241 * gdb.ada/var_arr_attrs: New testcase.
9242
9243 2015-01-14 Pedro Alves <palves@redhat.com>
9244 Joel Brobecker <brobecker@adacore.com>
9245
9246 PR gdb/17525
9247 * gdb.base/bp-cmds-execution-x-script.c: New file.
9248 * gdb.base/bp-cmds-execution-x-script.exp: New file.
9249 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
9250
9251 2015-01-14 Pedro Alves <palves@redhat.com>
9252
9253 PR cli/17828
9254 * gdb.base/batch-preserve-term-settings.c: New file.
9255 * gdb.base/batch-preserve-term-settings.exp: New file.
9256
9257 2015-01-13 Doug Evans <dje@google.com>
9258
9259 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
9260 binary.
9261
9262 2015-01-13 Joel Brobecker <brobecker@adacore.com>
9263
9264 * Makefile.in (clean mostlyclean): Do not delete *.py.
9265
9266 2015-01-13 Joel Brobecker <brobecker@adacore.com>
9267
9268 * gdb.python/py-lookup-type.exp: New file.
9269
9270 2015-01-12 Pedro Alves <palves@redhat.com>
9271
9272 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
9273 restore GDBFLAGS before returning.
9274
9275 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9276
9277 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
9278 is_amd64_regs_target and is_x86_like_target.
9279
9280 2015-01-11 Doug Evans <xdje42@gmail.com>
9281
9282 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
9283 is given without an explicit form.
9284 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
9285 attributes.
9286 * gdb.dwarf/corrupt.exp: Ditto.
9287 * gdb.dwarf2/enum-type.exp: Ditto.
9288 * gdb.trace/entry-values.exp: Ditto.
9289 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
9290
9291 2015-01-11 Doug Evans <xdje42@gmail.com>
9292
9293 PR gdb/15830
9294 * gdb.base/maint.exp: Remove references to "maint demangle".
9295 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
9296 Add tests for explicitly specifying language to demangle.
9297 * gdb.dlang/demangle.exp: Ditto.
9298
9299 2015-01-09 Pedro Alves <palves@redhat.com>
9300
9301 * gdb.threads/non-stop-fair-events.c: New file.
9302 * gdb.threads/non-stop-fair-events.exp: New file.
9303
9304 2015-01-09 Pedro Alves <palves@redhat.com>
9305
9306 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
9307 the global scope. Set a breakpoint after all threads are started
9308 rather than stepping over two source lines. Expect the prompt.
9309 * gdb.base/watch_thread_num.c (threads_started_barrier): New
9310 global.
9311 (NUM): Now 15.
9312 (main): Use threads_started_barrier to wait for all threads to
9313 start. Main thread no longer calls thread_function. Exit after
9314 180 seconds.
9315 (loop): New function.
9316 (thread_function): Wait on threads_started_barrier barrier. Call
9317 'loop' at each iteration.
9318 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
9319 threads have started, instead of hardcoding number of "next"
9320 steps. Use an access watchpoint instead of a write watchpoint.
9321
9322 2015-01-09 Pedro Alves <palves@redhat.com>
9323
9324 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
9325 (thread_func): Wait on barrier.
9326 (main): Wait for all threads to start before stopping GDB.
9327 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
9328 global.
9329 (thread1_func, thread2_func): Wait on barrier.
9330 (main): Wait for all threads to start before stopping GDB.
9331 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
9332 New global.
9333 (thread1_func, thread2_func): Wait on barrier.
9334 (main): Wait for all threads to start before stopping GDB.
9335
9336 2015-01-09 Pedro Alves <palves@redhat.com>
9337
9338 * gdb.threads/attach-many-short-lived-threads.c: New file.
9339 * gdb.threads/attach-many-short-lived-threads.exp: New file.
9340
9341 2014-01-09 Pedro Alves <palves@redhat.com>
9342
9343 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
9344 instead of to thread 2.
9345 * gdb.threads/signal-command-multiple-signals-pending.c (main):
9346 Add barrier around each pthread_create call instead of around all
9347 calls.
9348 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
9349 Set a break on thread_function and have the child threads hit it
9350 one at at a time.
9351
9352 2015-01-09 Pedro Alves <palves@redhat.com>
9353
9354 * lib/gdb.exp (can_spawn_for_attach): New procedure.
9355 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
9356 false.
9357 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
9358 checking whether the target board is remote.
9359 * gdb.multi/multi-attach.exp: Likewise.
9360 * gdb.python/py-sync-interp.exp: Likewise.
9361 * gdb.server/ext-attach.exp: Likewise.
9362 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
9363 tests that need to attach, instead of checking whether the target
9364 board is remote at the top of the file.
9365
9366 2015-01-08 Yao Qi <yao@codesourcery.com>
9367
9368 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
9369
9370 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9371
9372 Fix testcase compilation.
9373 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
9374
9375 2015-01-06 Joel Brobecker <brobecker@adacore.com>
9376
9377 * gdb.python/py-type.exp: Add a couple test about empty
9378 array creation, and negative-length array creation.
9379
9380 2015-01-02 Doug Evans <xdje42@gmail.com>
9381
9382 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
9383
9384 2015-01-02 Doug Evans <dje@google.com>
9385
9386 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
9387
9388 2014-12-29 Yao Qi <yao@codesourcery.com>
9389
9390 * gdb.trace/entry-values.exp: Update comments. Rename variable
9391 bar_call_foo to returned_from_foo.
9392
9393 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
9394
9395 PR gdb/17394
9396 * gdb.linespec/break-asm-file.c: New file.
9397 * gdb.linespec/break-asm-file.exp: New file.
9398 * gdb.linespec/break-asm-file0.s: New file.
9399 * gdb.linespec/break-asm-file1.s: New file.
9400
9401 2014-12-18 Nigel Stephens <nigel@mips.com>
9402 Maciej W. Rozycki <macro@codesourcery.com>
9403
9404 * gdb.base/float.exp: Handle the new output from "info float" on
9405 MIPS targets.
9406
9407 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9408
9409 Fix MinGW compilation.
9410 * gdb.compile/compile-ops.exp: Update untested message if
9411 !skip_compile_feature_tests.
9412 * gdb.compile/compile-setjmp.exp: Likewise.
9413 * gdb.compile/compile-tls.exp: Likewise.
9414 * gdb.compile/compile.exp: Likewise.
9415 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
9416 supported on this host".
9417
9418 2014-12-16 Doug Evans <xdje42@gmail.com>
9419
9420 * boards/stabs.exp: New file.
9421
9422 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
9423
9424 * gdb.base/completion.exp: Adjust to format changes of "maint
9425 print user-registers".
9426
9427 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
9428
9429 PR server/17457
9430 * gdb.arch/aarch64-fp.c: New file.
9431 * gdb.arch/aarch64-fp.exp: New file.
9432
9433 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
9434
9435 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
9436 r210637, r210913, r211666, r215400, r215817).
9437
9438 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
9439 * dg-extract-results.py: New file.
9440 * dg-extract-results.sh: Use it if the environment seems
9441 suitable.
9442
9443 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
9444
9445 * dg-extract-results.py (parse_run): Handle warnings that
9446 are printed before a test harness is run.
9447
9448 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
9449
9450 * dg-extract-results.py (Named): Remove __cmp__ method.
9451 (output_variation): Use a key to sort variation.harnesses.
9452
9453 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
9454
9455 * dg-extract-results.py: For Python 3, force sys.stdout to
9456 handle surrogate escape sequences.
9457 (safe_open): New function.
9458 (output_segment, main): Use it.
9459
9460 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
9461
9462 * dg-extract-results.py (Prog.result_re): Include options
9463 in test name.
9464
9465 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
9466
9467 * dg-extract-results.py (output_variation): Always sort if
9468 do_sum.
9469
9470 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
9471
9472 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
9473 as long as we get pagination notifications.
9474
9475 2014-12-15 Jason Merrill <jason@redhat.com>
9476
9477 * Makefile.in (check-gdb.%): Restore.
9478 * README: Mention it.
9479
9480 2014-12-13 Joel Brobecker <brobecker@adacore.com>
9481
9482 * gdb.ada/str_uninit: New testcase.
9483
9484 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9485
9486 PR symtab/17642
9487 * gdb.base/vla-stub-define.c: New file.
9488 * gdb.base/vla-stub.c: New file.
9489 * gdb.base/vla-stub.exp: New file.
9490
9491 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
9492 Jan Kratochvil <jan.kratochvil@redhat.com>
9493 Tom Tromey <tromey@redhat.com>
9494
9495 * configure.ac: Add gdb.compile/.
9496 * configure: Regenerate.
9497 * gdb.compile/Makefile.in: New file.
9498 * gdb.compile/compile-ops.exp: New file.
9499 * gdb.compile/compile-ops.c: New file.
9500 * gdb.compile/compile-tls.c: New file.
9501 * gdb.compile/compile-tls.exp: New file.
9502 * gdb.compile/compile-constvar.S: New file.
9503 * gdb.compile/compile-constvar.c: New file.
9504 * gdb.compile/compile-mod.c: New file.
9505 * gdb.compile/compile-nodebug.c: New file.
9506 * gdb.compile/compile-setjmp-mod.c: New file.
9507 * gdb.compile/compile-setjmp.c: New file.
9508 * gdb.compile/compile-setjmp.exp: New file.
9509 * gdb.compile/compile-shlib.c: New file.
9510 * gdb.compile/compile.c: New file.
9511 * gdb.compile/compile.exp: New file.
9512 * lib/gdb.exp (skip_compile_feature_tests): New proc.
9513
9514 2014-12-12 Tom Tromey <tromey@redhat.com>
9515
9516 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
9517 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
9518
9519 2014-12-12 Doug Evans <dje@google.com>
9520
9521 * lib/gdb-python.exp (get_python_valueof): New function.
9522 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
9523
9524 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
9525
9526 * gdb.base/completion.exp: Add test for completion of "info
9527 registers ".
9528
9529 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
9530
9531 * gdb.base/func-ptrs.c: New file.
9532 * gdb.base/func-ptrs.exp: New file.
9533
9534 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
9535
9536 PR breakpoints/17012
9537 * gdb.base/dprintf-detach.c: New file.
9538 * gdb.base/dprintf-detach.exp: New file.
9539
9540 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
9541
9542 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
9543 * lib/gdb.exp (target_is_gdbserver): New procedure.
9544
9545 2014-12-08 Doug Evans <dje@google.com>
9546
9547 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
9548
9549 2014-12-05 Yao Qi <yao@codesourcery.com>
9550
9551 * gdb.guile/scm-error.exp: Remove the third argument to
9552 gdb_remote_download.
9553 * gdb.guile/scm-frame-args.exp: Likewise.
9554 * gdb.guile/scm-section-script.exp: Likewise.
9555
9556 2014-12-05 Yao Qi <yao@codesourcery.com>
9557
9558 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
9559
9560 2014-12-04 Doug Evans <dje@google.com>
9561
9562 * gdb.python/py-objfile.exp: Add tests for
9563 objfile.add_separate_debug_file.
9564
9565 2014-12-04 Doug Evans <dje@google.com>
9566
9567 * lib/gdb.exp (get_build_id): New function.
9568 (build_id_debug_filename_get): Rewrite to use it.
9569 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
9570
9571 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
9572
9573 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
9574 `method(long)', not just 0x0.
9575 * gdb.cp/nsalias.exp: Align code labels to 4.
9576 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
9577 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
9578 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
9579 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
9580 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
9581 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
9582
9583 2014-12-02 Doug Evans <dje@google.com>
9584
9585 PR symtab/17602
9586 * gdb.cp/anon-ns.cc: Move guts of this file to ...
9587 * gdb.cp/anon-ns2.cc: ... here. New file.
9588 * gdb.cp/anon-ns.exp: Update.
9589
9590 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
9591
9592 * gdb.python/py-events.py (inferior_call_handler): New.
9593 (register_changed_handler, memory_changed_handler): New.
9594 (test_events.invoke): Register new handlers.
9595 * gdb.python/py-events.exp: Add tests for inferior call,
9596 memory_changed and register_changed events.
9597
9598 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
9599
9600 * gdb.base/execl-update-breakpoints.exp: Specify the link address
9601 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
9602 if the linker doesn't understand this.
9603
9604 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
9605
9606 * gdb.python/python.exp: Change expected reply to help().
9607
9608 2014-12-01 Yao Qi <yao@codesourcery.com>
9609
9610 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
9611 AC_CONFIG_SUBDIRS(gdb.gdbtk).
9612 * configure: Re-generated.
9613
9614 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
9615
9616 * gdb.cp/chained-calls.cc: New file.
9617 * gdb.cp/chained-calls.exp: New file.
9618 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
9619
9620 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
9621
9622 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
9623 * gdb.dwarf2/symtab-producer.exp: Same.
9624 * gdb.gdb/python-interrupts.exp: Same.
9625 * gdb.gdb/python-selftest.exp: Same.
9626 * gdb.python/py-linetable.exp: Same.
9627 * gdb.python/py-type.exp: Same.
9628 * gdb.python/py-value-cc.exp: Same.
9629 * gdb.python/py-value.exp: Same.
9630
9631 2014-11-28 Yao Qi <yao@codesourcery.com>
9632
9633 * gdb.base/break-probes.exp: Match library name prefixed with
9634 sysroot.
9635
9636 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
9637
9638 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
9639 test expected output. Add parentheses for the call to print.
9640 Remove L suffix from integers.
9641
9642 2014-11-26 Doug Evans <dje@google.com>
9643
9644 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
9645
9646 2014-11-22 Yao Qi <yao@codesourcery.com>
9647
9648 * gdb.trace/entry-values.c: Remove asms.
9649 (foo): Add foo_label.
9650 (bar): Add bar_label.
9651 * gdb.trace/entry-values.exp: Remove code computing foo's
9652 length and bar's length.
9653 (Dwarf::assemble): Invoke function_range for bar and use
9654 MACRO_AT_func for foo.
9655
9656 2014-11-22 Yao Qi <yao@codesourcery.com>
9657
9658 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
9659 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
9660 Use .Lgcc43_procstart instead of gcc43.
9661
9662 2014-11-21 Joel Brobecker <brobecker@adacore.com>
9663
9664 * gdb.ada/n_arr_bound: New testcase.
9665
9666 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
9667
9668 PR breakpoints/10737
9669 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
9670 test_catch_syscall_multi_arch.
9671 (test_catch_syscall_multi_arch): New function.
9672
9673 2014-11-20 Doug Evans <xdje42@gmail.com>
9674
9675 * gdb.base/maint.exp: Update expected output.
9676
9677 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
9678
9679 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
9680 4-byte instruction on S390.
9681
9682 2014-11-19 Joel Brobecker <brobecker@adacore.com>
9683
9684 * gdb.ada/arr_arr: New testcase.
9685
9686 2014-11-19 Joel Brobecker <brobecker@adacore.com>
9687
9688 * gdb.ada/pkd_arr_elem: New Testcase.
9689
9690 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
9691
9692 * gdb.reverse/break-precsave: Expect completion message for
9693 core file reads.
9694 * gdb.reverse/consecutive-precsave.exp: Likewise.
9695 * gdb.reverse/finish-precsave.exp: Likewise.
9696 * gdb.reverse/i386-precsave.exp: Likewise.
9697 * gdb.reverse/machinestate-precsave.exp: Likewise.
9698 * gdb.reverse/sigall-precsave.exp: Likewise.
9699 * gdb.reverse/solib-precsave.exp: Likewise.
9700 * gdb.reverse/step-precsave.exp: Likewise.
9701 * gdb.reverse/until-precsave.exp: Likewise.
9702 * gdb.reverse/watch-precsave.exp: Likewise.
9703
9704 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9705
9706 * gdb.base/bp-permanent.c: Include unistd.h.
9707 * gdb.python/py-framefilter-mi.c (main): Add return type.
9708 * gdb.python/py-framefilter.c (main): Likewise.
9709 * gdb.trace/actions-changed.c (main): Likewise.
9710
9711 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9712
9713 * gdb.mi/until.c: Add eye-catchers.
9714 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
9715 line numbers.
9716
9717 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9718
9719 * gdb.base/condbreak.exp: Drop references to removed non-prototype
9720 function header variants in break1.c.
9721 * gdb.base/ena-dis-br.exp: Likewise.
9722 * gdb.base/hbreak2.exp: Likewise.
9723 * gdb.reverse/until-precsave.exp: Drop references to removed
9724 non-prototype function header variants in ur1.c.
9725 * gdb.reverse/until-reverse.exp: Likewise.
9726
9727 2014-11-17 Petr Machata <pmachata@redhat.com>
9728
9729 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
9730 ${_cu_offset_size} bytes abbrev offset.
9731
9732 2014-11-15 Doug Evans <xdje42@gmail.com>
9733
9734 PR symtab/17559
9735 * gdb.base/line-symtabs.exp: New file.
9736 * gdb.base/line-symtabs.c: New file.
9737 * gdb.base/line-symtabs.h: New file.
9738
9739 2014-11-14 Yao Qi <yao@codesourcery.com>
9740
9741 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
9742 (func): Add label func_label.
9743 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
9744 Replace low_pc and high_pc with MACRO_AT_range.
9745 Replace name, low_pc and high_pc with MACRO_AT_func.
9746
9747 2014-11-14 Yao Qi <yao@codesourcery.com>
9748
9749 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
9750 Replace name, low_pc and high_pc with MACRO_AT_func.
9751
9752 2014-11-14 Yao Qi <yao@codesourcery.com>
9753
9754 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
9755 produce debug information.
9756 * gdb.dwarf2/implptr-optimized-out.S: Removed.
9757
9758 2014-11-14 Yao Qi <yao@codesourcery.com>
9759
9760 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
9761 object and get function length.
9762 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
9763 with MACRO_AT_func.
9764 (top-level): Replace gdb_compile and clean_restart with
9765 prepare_for_testing.
9766 * gdb.dwarf2/main.c (main): Add label main_label.
9767
9768 2014-11-14 Yao Qi <yao@codesourcery.com>
9769
9770 * lib/dwarf.exp (function_range): New procedure.
9771 (Dwarf::_handle_macro_at_func): New procedure.
9772 (Dwarf::_handle_macro_at_range): New procedure.
9773 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
9774
9775 2014-11-14 Yao Qi <yao@codesourcery.com>
9776
9777 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
9778 (_handle_attribute): New procedure.
9779
9780 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9781
9782 * gdb.ada/cond_lang/foo.c (callme): Add return type.
9783 * gdb.base/call-sc.c (zed): Likewise.
9784 * gdb.base/checkpoint.c (main): Likewise.
9785 * gdb.base/dump.c (main): Likewise.
9786 * gdb.base/gcore.c (main): Likewise.
9787 * gdb.base/huge.c (main): Likewise.
9788 * gdb.base/multi-forks.c (main): Likewise.
9789 * gdb.base/pr10179-a.c (main): Likewise.
9790 * gdb.base/savedregs.c (main): Likewise.
9791 * gdb.base/sigaltstack.c (main): Likewise.
9792 * gdb.base/siginfo.c (main): Likewise.
9793 * gdb.base/structs.c (zed): Likewise.
9794 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
9795 * gdb.mi/mi-syn-frame.c (main): Likewise.
9796 * gdb.mi/until.c (foo, main): Likewise.
9797 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
9798 * gdb.base/solib-weak.c (foo): Declare.
9799 * gdb.base/attach-twice.c: Include stdio.h.
9800 * gdb.base/weaklib1.c: Likewise.
9801 * gdb.base/weaklib2.c: Likewise.
9802 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
9803 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
9804 unistd.h.
9805 * gdb.base/attach-pie-misread.c: Include stdlib.h.
9806 * gdb.mi/mi-exit-code.c: Likewise.
9807 * gdb.base/break-interp-lib.c: Include string.h.
9808 * gdb.base/coremaker.c: Likewise.
9809 * gdb.base/testenv.c: Likewise.
9810 * gdb.python/py-finish-breakpoint.c: Likewise.
9811 * gdb.base/inferior-died.c: Include sys/wait.h.
9812 * gdb.base/fileio.c: Include time.h.
9813 * gdb.base/async-shell.c: Include unistd.h.
9814 * gdb.base/dprintf-non-stop.c: Likewise.
9815 * gdb.base/info-os.c: Likewise.
9816 * gdb.mi/mi-console.c: Likewise.
9817 * gdb.mi/watch-nonstop.c: Likewise.
9818 * gdb.python/py-events.c: Likewise.
9819 * gdb.base/async.c (baz): Move up before its invocation.
9820 * gdb.base/code_elim2.c (my_global_func): Likewise.
9821 * gdb.base/skip-solib-lib.c (multiply): Likewise.
9822 * gdb.base/advance.c (func2): Likewise.
9823
9824 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9825
9826 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
9827 variant.
9828 * gdb.base/annota3.c: Likewise.
9829 * gdb.base/async.c: Likewise.
9830 * gdb.base/average.c: Likewise.
9831 * gdb.base/call-ar-st.c: Likewise.
9832 * gdb.base/call-rt-st.c: Likewise.
9833 * gdb.base/call-sc.c: Likewise.
9834 * gdb.base/call-strs.c: Likewise.
9835 * gdb.base/ending-run.c: Likewise.
9836 * gdb.base/execd-prog.c: Likewise.
9837 * gdb.base/exprs.c: Likewise.
9838 * gdb.base/foll-exec.c: Likewise.
9839 * gdb.base/foll-fork.c: Likewise.
9840 * gdb.base/foll-vfork.c: Likewise.
9841 * gdb.base/funcargs.c: Likewise.
9842 * gdb.base/gcore.c: Likewise.
9843 * gdb.base/jump.c: Likewise.
9844 * gdb.base/langs0.c: Likewise.
9845 * gdb.base/langs1.c: Likewise.
9846 * gdb.base/langs2.c: Likewise.
9847 * gdb.base/mips_pro.c: Likewise.
9848 * gdb.base/nodebug.c: Likewise.
9849 * gdb.base/opaque0.c: Likewise.
9850 * gdb.base/opaque1.c: Likewise.
9851 * gdb.base/recurse.c: Likewise.
9852 * gdb.base/run.c: Likewise.
9853 * gdb.base/scope0.c: Likewise.
9854 * gdb.base/scope1.c: Likewise.
9855 * gdb.base/setshow.c: Likewise.
9856 * gdb.base/setvar.c: Likewise.
9857 * gdb.base/shmain.c: Likewise.
9858 * gdb.base/shr1.c: Likewise.
9859 * gdb.base/shr2.c: Likewise.
9860 * gdb.base/sigall.c: Likewise.
9861 * gdb.base/signals.c: Likewise.
9862 * gdb.base/so-indr-cl.c: Likewise.
9863 * gdb.base/solib2.c: Likewise.
9864 * gdb.base/structs.c: Likewise.
9865 * gdb.base/sum.c: Likewise.
9866 * gdb.base/vforked-prog.c: Likewise.
9867 * gdb.base/watchpoint.c: Likewise.
9868 * gdb.reverse/shr2.c: Likewise.
9869 * gdb.reverse/until-reverse.c: Likewise.
9870 * gdb.reverse/ur1.c: Likewise.
9871 * gdb.reverse/watch-reverse.c: Likewise.
9872
9873 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9874
9875 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
9876 variant.
9877 * gdb.base/sepdebug.exp: Drop references to removed code.
9878
9879 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9880
9881 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
9882 variant. Preserve original line numbering.
9883 * gdb.base/list1.c: Likewise.
9884
9885 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9886
9887 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
9888 variant.
9889 * gdb.base/break1.c: Likewise.
9890 * gdb.base/break.exp: Drop references to removed code.
9891
9892 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9893
9894 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
9895 variant.
9896
9897 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9898
9899 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
9900
9901 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9902
9903 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
9904 logic into perform_all_tests() and invoke it with and without
9905 function header prototypes.
9906 (do_function_calls): Remove conditional XFAIL for PR 5318.
9907 (rerun_and_prepare): Remove duplicate code.
9908 (perform_all_tests): New. Main logic moved here.
9909
9910 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9911
9912 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
9913 code guarded by #ifdef NO_PROTOTYPES.
9914 (t_double_many_args): Likewise.
9915 (DEF_FUNC_MANY_ARGS_1): Likewise.
9916 (DEF_FUNC_VALUES_1): Likewise.
9917 (t_structs_ldc): Renamed from t_structs_fc in conditional code
9918 guarded by #ifdef PROTOTYPES.
9919
9920 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9921
9922 * gdb.mi/mi-console.c: Add eye-catcher.
9923 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
9924 instead of literal line number.
9925
9926 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9927
9928 * gdb.base/shr2.c: Add eye-catcher.
9929 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
9930 line number.
9931
9932 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9933
9934 * gdb.base/jump.c: Add eye-catchers.
9935 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
9936 numbers.
9937
9938 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9939
9940 * gdb.base/execd-prog.c: Add eye-catchers.
9941 * gdb.base/foll-exec.c: Likewise.
9942 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
9943 line numbers.
9944
9945 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9946
9947 * gdb.base/ending-run.c: Add eye-catchers.
9948 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
9949 literal line numbers.
9950
9951 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9952
9953 * gdb.base/call-rt-st.c: Add eye-catchers.
9954 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
9955 literal line numbers.
9956
9957 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9958
9959 * gdb.base/call-ar-st.c: Add eye-catchers.
9960 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
9961 literal line numbers.
9962
9963 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9964
9965 * gdb.base/average.c: Add eye-catchers.
9966 * gdb.base/sum.c: Likewise.
9967 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
9968 regexps dynamically.
9969
9970 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9971
9972 * gdb.base/solib1.c: Add eye-catchers.
9973 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
9974 literal line numbers.
9975
9976 2014-11-12 Pedro Alves <palves@redhat.com>
9977
9978 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
9979 leader has exited.
9980
9981 2014-11-12 Pedro Alves <palves@redhat.com>
9982
9983 * gdb.arch/i386-bp_permanent.c: New file.
9984 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
9985 (srcfile): Set to i386-bp_permanent.c.
9986 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
9987 that stepi does not execute the 'leave' instruction, instead of
9988 testing it does execute.
9989 * gdb.base/bp-permanent.c: New file.
9990 * gdb.base/bp-permanent.exp: New file.
9991
9992 2014-11-10 Doug Evans <xdje42@gmail.com>
9993
9994 PR symtab/17564
9995 * gdb.base/symtab-search-order.exp: New file.
9996 * gdb.base/symtab-search-order.c: New file.
9997 * gdb.base/symtab-search-order-1.c: New file.
9998 * gdb.base/symtab-search-order-shlib-1.c: New file.
9999
10000 2014-11-07 Pedro Alves <palves@redhat.com>
10001
10002 PR gdb/17511
10003 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
10004 i?86-*-linux*.
10005
10006 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
10007
10008 PR c++/17494
10009 * gdb.cp/pr17494.cc: New file.
10010 * gdb.cp/pr17494.exp: New file.
10011
10012 2014-11-02 Yao Qi <yao@codesourcery.com>
10013
10014 * gdb.python/python.exp: Get working directory and match the
10015 output of "set extended-prompt \\w " with it.
10016
10017 2014-10-30 Doug Evans <dje@google.com>
10018
10019 * gdb.python/py-objfile.exp: Add tests for setting random attributes
10020 in objfiles.
10021 * gdb.python/py-progspace.exp: Add tests for setting random attributes
10022 in progspaces.
10023
10024 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
10025
10026 * gdb.base/fullpath-expand.exp: Skip for a remote host.
10027 * gdb.base/realname-expand.exp: Likewise.
10028 * gdb.linespec/macro-relative.exp: Likewise.
10029
10030 2014-10-29 Pedro Alves <palves@redhat.com>
10031
10032 PR gdb/17408
10033 * gdb.threads/schedlock.c (some_function): New function.
10034 (call_function): New global.
10035 (MAYBE_CALL_SOME_FUNCTION): New macro.
10036 (thread_function): Call it.
10037 * gdb.threads/schedlock.exp (get_args): Add description parameter,
10038 and use it instead of a global counter. Adjust all callers.
10039 (get_current_thread): Use "find current thread" for test message
10040 here rather than having all callers pass down the same string.
10041 (goto_loop): New procedure, factored out from ...
10042 (my_continue): ... this.
10043 (step_ten_loops): Change parameter from test message to command to
10044 use. Adjust.
10045 (list_count): Delete global.
10046 (check_result): New procedure, factored out from duplicate top
10047 level code.
10048 (continue tests): Wrap in with_test_prefix.
10049 (test_step): New procedure, factored out from duplicate top level
10050 code.
10051 (top level): Test "step" in combination with all scheduler-locking
10052 modes. Test "next" in combination with all scheduler-locking
10053 modes, and in combination with stepping over a function call or
10054 not.
10055 * gdb.threads/next-bp-other-thread.c: New file.
10056 * gdb.threads/next-bp-other-thread.exp: New file.
10057
10058 2014-10-29 Pedro Alves <palves@redhat.com>
10059
10060 PR python/17372
10061 * gdb.python/python.exp: Test a multi-line command that spawns
10062 interactive Python.
10063 * gdb.base/multi-line-starts-subshell.exp: New file.
10064
10065 2014-10-29 Yao Qi <yao@codesourcery.com>
10066
10067 * gdb.base/fileio.exp: Make directories on host.
10068
10069 2014-10-29 Yao Qi <yao@codesourcery.com>
10070
10071 * gdb.base/fileio.c (test_write): Close the file.
10072
10073 2014-10-28 Pedro Alves <palves@redhat.com>
10074
10075 PR gdb/12623
10076 * gdb.base/sigstep.c (no_handler): New global.
10077 (main): If 'no_handler is true, set the signal handlers to
10078 SIG_IGN.
10079 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
10080 with_sw_watch and no_handler parameters. Handle them.
10081 (top level) <stepping over handler when stopped at a breakpoint
10082 test>: Add a test axis for testing with a software watchpoint, and
10083 another for testing with the signal handler set to SIG_IGN.
10084 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
10085 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
10086
10087 2014-10-28 Pedro Alves <palves@redhat.com>
10088
10089 PR gdb/17511
10090 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
10091 * gdb.base/sigstep.exp (other_handler_location): New global.
10092 (advance): Support stepping into the signal handler, and running
10093 commands while in the handler.
10094 (in_handler_map): New global.
10095 (top level): In the advance test, add combinations for getting
10096 into the handler with stepping commands, and for running commands
10097 in the handler. Add comment descripting the advancei tests.
10098
10099 2014-10-28 Pedro Alves <palves@redhat.com>
10100
10101 * gdb.base/sigstep.exp: Use build_executable instead of
10102 prepare_for_testing.
10103 (top level): Move code that starts GDB, runs to main and creates a
10104 display to ...
10105 (restart): ... this new procedure.
10106 (top level): Move backtrace from signal handler test to ...
10107 (validate_backtrace): ... this new procedure.
10108 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
10109 with_test_prefix. Always restart GDB.
10110 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
10111 with_test_prefix. Always restart GDB. No need to delete
10112 breakpoints after the test.
10113 (test_skip_handler): Remove prefix parameter.
10114 (skip_over_handler, breakpoint_to_handler)
10115 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
10116 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
10117 restart GDB. No need to delete breakpoints after the test.
10118 (top level): Use foreach to call the test procedures with
10119 different commands.
10120
10121 2014-10-28 Pedro Alves <palves@redhat.com>
10122
10123 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
10124 instead of GNATS numbers.
10125 * gdb.base/sigbpt.exp: Likewise.
10126 * gdb.base/siginfo.exp: Likewise.
10127 * gdb.base/sigstep.exp: Likewise.
10128
10129 2014-10-27 Pedro Alves <palves@redhat.com>
10130
10131 * gdb.base/sigstep.c (dummy): New global.
10132 (main): Issue a couple writes to the new global.
10133 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
10134 procedures.
10135 (skip_over_handler): Use test_skip_handler.
10136 (top level): Call skip_over_handler for stepi and nexti too.
10137 (breakpoint_over_handler): Use test_skip_handler.
10138 (top level): Call breakpoint_over_handler for stepi and nexti too.
10139
10140 2014-10-27 Yao Qi <yao@codesourcery.com>
10141
10142 * gdb.trace/tfile.c (adjust_function_address)
10143 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
10144 function descriptor.
10145
10146 2014-10-24 Don Breazeal <donb@codesourcery.com>
10147
10148 * gdb.base/foll-fork.exp (test_follow_fork,
10149 catch_fork_child_follow): Check for updated fork messages emitted
10150 from infrun.c.
10151 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
10152 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
10153 vfork_and_exec_child_follow_through_step): Check for updated vfork
10154 messages emitted from infrun.c.
10155
10156 2014-10-24 Pedro Alves <palves@redhat.com>
10157
10158 * gdb.base/corefile.exp: Remove references to ultrix.
10159 * gdb.base/interrupt.exp: Likewise.
10160 * gdb.base/whatis.exp: Likewise.
10161 * gdb.gdb/selftest.exp: Likewise.
10162 * gdb.threads/manythreads.exp: Likewise.
10163 * gdb.threads/print-threads.exp: Likewise.
10164 * gdb.threads/pthreads.exp:: Likewise.
10165 * gdb.threads/schedlock.exp: Likewise.
10166
10167 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
10168
10169 * gdb.cp/non-trivial-retval.cc: Add a test case.
10170 * gdb.cp/non-trivial-retval.exp: Add a test.
10171
10172 2014-10-20 Yao Qi <yao@codesourcery.com>
10173
10174 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
10175 * gdb.python/py-objfile-script-gdb.py: New file.
10176 * gdb.python/py-objfile-script.exp: Update reference to
10177 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
10178 of remote_download. Remove the dest file.
10179
10180 2014-10-20 Yao Qi <yao@codesourcery.com>
10181
10182 * gdb.base/checkpoint.exp: Don't remove file copied on host.
10183 * gdb.base/step-line.exp: Likewise.
10184 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10185 * gdb.dwarf2/dw2-basic.exp: Likewise.
10186 * gdb.dwarf2/dw2-compressed.exp: Likewise.
10187 * gdb.dwarf2/dw2-filename.exp: Likewise.
10188 * gdb.dwarf2/dw2-intercu.exp: Likewise.
10189 * gdb.dwarf2/dw2-intermix.exp: Likewise.
10190 * gdb.dwarf2/dw2-producer.exp: Likewise.
10191 * gdb.dwarf2/mac-fileno.exp: Likewise.
10192 * gdb.python/py-frame-args.exp: Likewise.
10193 * gdb.python/py-framefilter.exp: Likewise.
10194 * gdb.python/py-mi.exp: Likewise.
10195 * gdb.python/py-objfile-script.exp: Likewise
10196 * gdb.python/py-pp-integral.exp: Likewise.
10197 * gdb.python/py-pp-re-notag.exp: Likewise.
10198 * gdb.python/py-prettyprint.exp: Likewise.
10199 * gdb.python/py-section-script.exp: Likewise.
10200 * gdb.python/py-typeprint.exp: Likewise.
10201 * gdb.python/py-xmethods.exp: Likewise.
10202 * gdb.stabs/weird.exp: Likewise.
10203 * gdb.xml/tdesc-regs.exp: Likewise.
10204
10205 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
10206
10207 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
10208 (out_cu): Use addr_len for the size of addresses.
10209 (out_line): Likewise. Size DW_LNE_set_address instruction
10210 according to addr_len.
10211 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
10212 (FUNC): Add START_INSNS to definition.
10213
10214 2014-10-18 Yao Qi <yao@codesourcery.com>
10215
10216 * gdb.base/argv0-symlink.exp: Check argv[0] value if
10217 gdb_has_argv0 return true.
10218 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
10219 check [target_info exists noargs], check [gdb_has_argv0]
10220 instead.
10221 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
10222 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
10223 procedures.
10224
10225 2014-10-17 Doug Evans <dje@google.com>
10226
10227 * gdb.python/py-events.exp: Update expected output for clear_objfiles
10228 event.
10229 * gdb.python/py-events.py: Add clear_objfiles event.
10230
10231 2014-10-17 Doug Evans <dje@google.com>
10232
10233 * gdb.python/py-objfile.exp: Test progspace attribute.
10234
10235 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
10236
10237 * gdb.guile/scm-breakpoint.exp: Do not assume any
10238 directory separators when matching source file paths.
10239 * gdb.python/py-breakpoint.exp: Likewise.
10240 * gdb.reverse/break-precsave.exp: Likewise.
10241 * gdb.reverse/break-reverse.exp: Likewise.
10242 * gdb.reverse/consecutive-precsave.exp: Likewise.
10243 * gdb.reverse/finish-precsave.exp: Likewise.
10244 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
10245 * gdb.reverse/finish-reverse.exp: Likewise.
10246 * gdb.reverse/i386-precsave.exp: Likewise.
10247 * gdb.reverse/i387-env-reverse.exp: Likewise.
10248 * gdb.reverse/i387-stack-reverse.exp: Likewise.
10249 * gdb.reverse/machinestate-precsave.exp: Likewise.
10250 * gdb.reverse/machinestate.exp: Likewise.
10251 * gdb.reverse/sigall-precsave.exp: Likewise.
10252 * gdb.reverse/solib-precsave.exp: Likewise.
10253 * gdb.reverse/step-precsave.exp: Likewise.
10254 * gdb.reverse/until-precsave.exp: Likewise.
10255 * gdb.reverse/watch-precsave.exp: Likewise.
10256 * gdb.reverse/watch-reverse.exp: Likewise.
10257
10258 2014-10-17 Yao Qi <yao@codesourcery.com>
10259
10260 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
10261 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
10262
10263 2014-10-17 Pedro Alves <palves@redhat.com>
10264
10265 PR gdb/17471
10266 * gdb.base/bg-execution-repeat.c: New file.
10267 * gdb.base/bg-execution-repeat.exp: New file.
10268
10269 2014-10-17 Pedro Alves <palves@redhat.com>
10270
10271 PR gdb/17300
10272 * gdb.base/continue-all-already-running.c: New file.
10273 * gdb.base/continue-all-already-running.exp: New file.
10274
10275 2014-10-17 Pedro Alves <palves@redhat.com>
10276
10277 PR gdb/17472
10278 * gdb.base/annota-input-while-running.c: New file.
10279 * gdb.base/annota-input-while-running.exp: New file.
10280
10281 2014-10-17 Pedro Alves <palves@redhat.com>
10282
10283 * gdb.base/callfuncs.exp: emove references to osf.
10284 * gdb.base/sigall.exp: Likewise.
10285 * gdb.gdb/selftest.exp: Likewise.
10286 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
10287 * gdb.mi/non-stop.c: Likewise.
10288 * gdb.mi/pthreads.c: Likewise.
10289 * gdb.reverse/sigall-precsave.exp: Likewise.
10290 * gdb.reverse/sigall-reverse.exp: Likewise.
10291 * gdb.threads/pthreads.c: Likewise.
10292 * gdb.threads/pthreads.exp: Likewise.
10293
10294 2014-10-17 Yao Qi <yao@codesourcery.com>
10295
10296 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
10297 check 'target_info exists noargs'.
10298 (test_command_prompt_position): Likewise.
10299 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
10300 Remove "set args".
10301 (progvar_simple_while_test): Likewise.
10302 (progvar_complex_if_while_test): Likewise.
10303 (if_while_breakpoint_command_test): Likewise.
10304 (infrun_breakpoint_command_test): Likewise.
10305 (breakpoint_command_test): Likewise.
10306 (watchpoint_command_test): Likewise.
10307 (bp_deleted_in_command_test): Likewise.
10308 (temporary_breakpoint_commands): Likewise.
10309
10310 2014-10-16 Yao Qi <yao@codesourcery.com>
10311
10312 * gdb.base/remotetimeout.exp: Remove noargs checking.
10313
10314 2014-10-15 Pedro Alves <palves@redhat.com>
10315
10316 PR breakpoints/9649
10317 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
10318 * gdb.base/breakpoint-in-ro-region.exp
10319 (probe_target_hardware_step): New procedure.
10320 (top level): Probe hardware stepping and hardware breakpoint
10321 support. Test stepping through a read-only region, with both
10322 "breakpoint auto-hw" on and off and both "always-inserted" on and
10323 off.
10324
10325 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
10326
10327 * gdb.dlang/demangle.exp: Update for demangling changes.
10328
10329 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
10330
10331 * gdb.cp/non-trivial-retval.cc: Add new test cases.
10332 * gdb.cp/non-trivial-retval.exp: Add new tests.
10333
10334 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
10335
10336 PR c++/13403
10337 PR c++/15154
10338 * gdb.cp/non-trivial-retval.cc: New file.
10339 * gdb.cp/non-trivial-retval.exp: New file.
10340
10341 2014-10-15 Yao Qi <yao@codesourcery.com>
10342
10343 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
10344 remote host.
10345
10346 2014-10-15 Yao Qi <yao@codesourcery.com>
10347
10348 * gdb.python/py-symbol.exp: Match file base name if host is
10349 remote, otherwise match file name with dir name.
10350 * gdb.python/py-symtab.exp: Likewise.
10351 * gdb.python/python.exp: Likewise.
10352
10353 2014-10-15 Yao Qi <yao@codesourcery.com>
10354
10355 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
10356 pattern.
10357 * gdb.python/py-symtab.exp: Likewise.
10358 * gdb.python/python.exp: Remove trailing ".*". Fix typo
10359 locationn.
10360
10361 2014-10-14 Joel Brobecker <brobecker@adacore.com>
10362
10363 * gdb.ada/addr_arith: New testcase.
10364
10365 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
10366
10367 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
10368 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
10369 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
10370 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
10371
10372 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
10373
10374 * gdb.arch/stap-eval-lang-ada.S: Likewise.
10375 * gdb.arch/stap-eval-lang-ada.c: Likewise.
10376 * gdb.arch/stap-eval-lang-ada.exp: New file.
10377
10378 2014-10-14 Yao Qi <yao@codesourcery.com>
10379
10380 * gdb.mi/mi-var-child.c (nothing1): New function.
10381 (nothing2): New function.
10382 (do_children_tests): Set function pointers by nothing1 and
10383 nothing2.
10384 * gdb.mi/mi-var-child.exp: Step over new added statements.
10385 Update test to match the new output.
10386 * gdb.mi/var-cmd.c (nothing1): New function.
10387 (nothing2): New function.
10388 (do_children_tests): Set function pointers by nothing1 and
10389 nothing2.
10390 * gdb.mi/mi-var-display.exp: Update test to match output.
10391 Step to the line specified by $line_dct_nothing.
10392 Increase the number of lines to step.
10393
10394 2014-10-14 Yao Qi <yao@codesourcery.com>
10395
10396 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
10397 tests.
10398 * gdb.mi/mi2-var-child.exp: Likewise.
10399
10400 2014-10-13 Doug Evans <dje@google.com>
10401
10402 * gdb.python/py-objfile.exp: Change name of file name test.
10403
10404 2014-10-13 Doug Evans <dje@google.com>
10405
10406 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
10407 from the start of the CU.
10408
10409 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10410 Yao Qi <yao@codesourcery.com>
10411
10412 Fix "save breakpoints" for "catch" command.
10413 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
10414 Remove -nonewline. Match also the added "main" line.
10415
10416 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10417
10418 Fix "save breakpoints" for "disable $bpnum" command.
10419 * gdb.base/save-bp.c (main): Add label.
10420 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
10421
10422 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10423
10424 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
10425
10426 2014-10-11 Yao Qi <yao@codesourcery.com>
10427
10428 * gdb.server/server-kill.exp: Execute command
10429 "set remote trace-status-packet on" before "tstatus".
10430
10431 2014-10-11 Yao Qi <yao@codesourcery.com>
10432
10433 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
10434 (main): Call getppid.
10435 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
10436 and continue to it. Read variable "server_pid".
10437
10438 2014-10-11 Yao Qi <yao@codesourcery.com>
10439
10440 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
10441
10442 2014-10-11 Yao Qi <yao@codesourcery.com>
10443
10444 * gdb.threads/thread-find.exp: Don't execute command
10445 "info threads".
10446 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
10447 * gdb.threads/linux-dp.exp: Don't check the condition
10448 $threads_created equals to zero.
10449
10450 2014-10-10 Pedro Alves <palves@redhat.com>
10451
10452 * gdb.base/bigcore.exp: Remove references to IRIX.
10453 * gdb.base/funcargs.exp: Likewise.
10454 * gdb.base/interrupt.exp: Likewise.
10455 * gdb.base/mips_pro.exp: Likewise.
10456 * gdb.base/nodebug.exp: Likewise.
10457 * gdb.base/setvar.exp: Likewise.
10458 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
10459
10460 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10461 Pedro Alves <palves@redhat.com>
10462
10463 PR symtab/14466
10464 * gdb.base/vdso-warning.c: New file.
10465 * gdb.base/vdso-warning.exp: New file.
10466
10467 2014-10-02 Doug Evans <dje@google.com>
10468
10469 * gdb.base/structs.c (main): Don't run forever.
10470
10471 2014-10-02 Pedro Alves <palves@redhat.com>
10472
10473 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
10474 (top level) <stop threads 1, stop threads 2>: Use it.
10475
10476 2014-10-02 Pedro Alves <palves@redhat.com>
10477
10478 * gdb.threads/break-while-running.exp (test): Add new
10479 'update_thread_list' argument. Skip "info threads" if false.
10480 (top level): Add new 'update_thread_list' axis.
10481
10482 2014-10-02 Pedro Alves <palves@redhat.com>
10483
10484 PR breakpoints/17431
10485 * gdb.base/execl-update-breakpoints.c: New file.
10486 * gdb.base/execl-update-breakpoints.exp: New file.
10487
10488 2014-10-01 Pedro Alves <palves@redhat.com>
10489
10490 * gdb.base/breakpoint-in-ro-region.c: New file.
10491 * gdb.base/breakpoint-in-ro-region.exp: New file.
10492
10493 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
10494
10495 * gdb.mi/mi-exit-code.exp: New file.
10496 * gdb.mi/mi-exit-code.c: New file.
10497
10498 2014-09-30 Yao Qi <yao@codesourcery.com>
10499
10500 * lib/prelink-support.exp (build_executable_own_libs): Error if
10501 the target isn't native.
10502
10503 2014-09-30 Yao Qi <yao@codesourcery.com>
10504
10505 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
10506 false.
10507
10508 2014-09-22 Pedro Alves <palves@redhat.com>
10509
10510 * gdb.threads/break-while-running.exp: New file.
10511 * gdb.threads/break-while-running.c: New file.
10512
10513 2014-09-19 Yao Qi <yao@codesourcery.com>
10514
10515 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
10516 Invoke test. Restart GDB with --readnow and invoke test again.
10517
10518 2014-09-19 Yao Qi <yao@codesourcery.com>
10519
10520 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
10521 proc set_breakpoint_on_gcd_function. Invoke
10522 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
10523 invoke set_breakpoint_on_gcd_function again.
10524
10525 2014-09-18 Doug Evans <dje@google.com>
10526
10527 * gdb.dwarf2/symtab-producer.exp: New file.
10528
10529 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
10530
10531 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
10532 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
10533 * gdb.base/global-var-nested-by-dso.c: Likewise.
10534 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10535
10536 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
10537 Pedro Alves <palves@redhat.com>
10538
10539 * gdb.base/watch-bitfields.exp: Pass string other than test file
10540 name to prepare_for_testing.
10541 (watch): New procedure.
10542 (expect_watchpoint): Use with_test_prefix.
10543 (top level): Factor out tests to ...
10544 (test_watch_location, test_regular_watch): ... these new
10545 procedures, and use with_test_prefix and gdb_continue_to_end.
10546
10547 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
10548
10549 PR breakpoints/12526
10550 * gdb.base/watch-bitfields.exp: New file.
10551 * gdb.base/watch-bitfields.c: New file.
10552
10553 2014-09-16 Pedro Alves <palves@redhat.com>
10554
10555 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
10556 software and hardware addresses, not software address against
10557 itself.
10558
10559 2014-09-16 Pedro Alves <palves@redhat.com>
10560
10561 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
10562 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
10563
10564 2014-09-16 Pedro Alves <palves@redhat.com>
10565
10566 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
10567 files.
10568 * gdb.base/a2-run.exp: Remove all code guarded by istarget
10569 "*-*-vxworks*" throughout.
10570 * gdb.base/break.exp: Likewise.
10571 * gdb.base/default.exp: Likewise.
10572 * gdb.base/scope.exp: Likewise.
10573 * gdb.base/sepdebug.exp: Likewise.
10574 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
10575 throughout.
10576 * gdb.base/run.c: Likewise.
10577 * gdb.base/sepdebug.c: Likewise.
10578 * gdb.hp/gdb.aCC/run.c: Likewise.
10579 * gdb.reverse/until-reverse.c: Likewise.
10580 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
10581
10582 2014-09-16 Yao Qi <yao@codesourcery.com>
10583
10584 * boards/local-remote-host-native.exp: New file.
10585
10586 2014-09-14 Doug Evans <xdje42@gmail.com>
10587
10588 * gdb.threads/queue-signal.c (thread_count): New variable.
10589 (thread_count_mutex, thread_count_condvar): New variables.
10590 (incr_thread_count, wait_all_threads_running): New functions.
10591 (main): Wait for all threads to be in their thread functions.
10592
10593 2014-09-13 Doug Evans <xdje42@gmail.com>
10594
10595 * gdb.threads/queue-signal.c: New file.
10596 * gdb.threads/queue-signal.exp: New file.
10597
10598 2014-09-13 Doug Evans <xdje42@gmail.com>
10599
10600 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
10601 be consistent with what default_gdb_init uses.
10602 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
10603 the plain text of the prompt. Add some logging printfs.
10604 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
10605
10606 2014-09-12 Pedro Alves <palves@redhat.com>
10607
10608 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
10609 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
10610 * gdb.arch/i386-size-overlap.exp: Likewise.
10611 * gdb.arch/i386-size.exp: Likewise.
10612 * gdb.arch/i386-unwind.exp: Likewise.
10613 * gdb.base/a2-run.exp: Likewise.
10614 * gdb.base/break.exp: Likewise.
10615 * gdb.base/charset.exp: Likewise.
10616 * gdb.base/chng-syms.exp: Likewise.
10617 * gdb.base/commands.exp: Likewise.
10618 * gdb.base/dbx.exp: Likewise.
10619 * gdb.base/find.exp: Likewise.
10620 * gdb.base/funcargs.exp: Likewise.
10621 * gdb.base/jit-simple.exp: Likewise.
10622 * gdb.base/reread.exp: Likewise.
10623 * gdb.base/sepdebug.exp: Likewise.
10624 * gdb.base/step-bt.exp: Likewise.
10625 * gdb.cp/mb-inline.exp: Likewise.
10626 * gdb.cp/mb-templates.exp: Likewise.
10627 * gdb.objc/basicclass.exp: Likewise.
10628 * gdb.threads/killed.exp: Likewise.
10629
10630 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10631
10632 PR tdep/17379
10633 * gdb.arch/powerpc-stackless.S: New file.
10634 * gdb.arch/powerpc-stackless.exp: New file.
10635
10636 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10637
10638 * gdb.base/attach.c: Include unistd.h.
10639 (main): Call alarm. Add label postloop.
10640 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
10641 gdb_breakpoint, gdb_continue_to_breakpoint.
10642 (test_command_line_attach_run): Kill ${testpid} in one exit path.
10643
10644 2014-09-11 Pedro Alves <palves@redhat.com>
10645
10646 PR gdb/17347
10647 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
10648 * gdb.base/attach.exp (test_command_line_attach_run): New
10649 procedure.
10650 (top level): Call it.
10651
10652 2014-09-11 Pedro Alves <palves@redhat.com>
10653
10654 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
10655 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
10656 (do_command_attach_tests): Use spawn_wait_for_attach.
10657 * gdb.base/solib-overlap.exp: Likewise.
10658 * gdb.multi/multi-attach.exp: Likewise.
10659 * gdb.python/py-prompt.exp: Likewise.
10660 * gdb.python/py-sync-interp.exp: Likewise.
10661 * gdb.server/ext-attach.exp: Likewise.
10662
10663 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
10664
10665 * gdb.fortran/array-element.exp: Remove unexpected "continue"
10666 command in testcase. Simplify testcase.
10667
10668 2014-09-10 Joel Brobecker <brobecker@adacore.com>
10669
10670 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
10671
10672 2014-09-10 Joel Brobecker <brobecker@adacore.com>
10673
10674 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
10675
10676 2014-09-10 Joel Brobecker <brobecker@adacore.com>
10677
10678 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
10679
10680 2014-09-10 Joel Brobecker <brobecker@adacore.com>
10681
10682 * gdb.dwarf2/dynarr-ptr.c: New file.
10683 * gdb.dwarf2/dynarr-ptr.exp: New file.
10684
10685 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10686
10687 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
10688 of 30 rather than hardcoding 120 for a slow test case. Take the
10689 `gdb,timeout' target setting into account for this calculation.
10690 Don't extend the timeout for the test cases that don't need it.
10691
10692 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10693
10694 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
10695 a factor of 2 for a slow test case. Take the `gdb,timeout'
10696 target setting into account for this calculation.
10697 * gdb.reverse/until-precsave.exp: Increase the timeout by
10698 a factor of 15 and 3 respectively rather than adding 120
10699 for a pair of slow test cases. Take the `gdb,timeout'
10700 target setting into account for this calculation.
10701
10702 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10703
10704 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
10705 timeout, don't pass one down to gdb_expect.
10706 (gdb_expect): Rework timeout selection.
10707
10708 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10709
10710 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
10711 exception on timeout.
10712 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
10713 (gdbserver_start_extended): Catch any `gdbserver_start' error
10714 exceptions.
10715 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
10716 * lib/mi-support.exp (mi_gdb_target_load): Catch any
10717 `gdbserver_gdb_load' error exceptions.
10718
10719 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10720
10721 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
10722 120 on waiting for the TCP socket to open.
10723
10724 2014-09-09 Doug Evans <xdje42@gmail.com>
10725
10726 * gdb.base/default.exp (show_conv_list): Add _caller_is,
10727 _caller_matches, _any_caller_is, _any_caller_matches.
10728
10729 2014-09-09 Doug Evans <xdje42@gmail.com>
10730
10731 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
10732
10733 2014-09-09 Yao Qi <yao@codesourcery.com>
10734
10735 * gdb.mi/mi-var-display.exp: Set print symbol off.
10736
10737 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
10738
10739 PR gdb/17035
10740 * gdb.base/commands.exp: Add tests to verify user-defined
10741 commands with empty bodies.
10742 * gdb.python/py-cmd.exp: Test that we don't show user-defined
10743 python commands in `show user command`.
10744 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
10745 scheme commands in `show user command`.
10746
10747 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10748
10749 PR python/17355
10750 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
10751 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
10752 * gdb.python/py-framefilter-invalidarg.exp: New file.
10753 * gdb.python/py-framefilter-invalidarg.py: New file.
10754
10755 2014-09-06 Doug Evans <xdje42@gmail.com>
10756
10757 PR 15276
10758 * gdb.python/py-caller-is.c: New file.
10759 * gdb.python/py-caller-is.exp: New file.
10760
10761 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
10762
10763 PR gdb/17235
10764 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
10765 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
10766
10767 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
10768
10769 PR fortran/17237
10770 * gdb.fortran/print-formatted.exp: New file.
10771 * gdb.fortran/print-formatted.f90: Likewise.
10772
10773 2014-09-03 Sasha Smundak <asmundak@google.com>
10774
10775 * gdb.python/py-frame.exp: Test Frame.read_register.
10776
10777 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
10778
10779 PR python/16699
10780 * gdb.python/py-completion.exp: New file.
10781 * gdb.python/py-completion.py: Likewise.
10782
10783 2014-08-28 Doug Evans <dje@google.com>
10784
10785 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
10786 eax,etc. are live with values set by gdb and thus the compiler can't
10787 use them.
10788 * gdb.arch/i386-pseudo.c (main): Ditto.
10789
10790 2014-08-27 Doug Evans <dje@google.com>
10791
10792 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
10793
10794 2014-08-25 Doug Evans <dje@google.com>
10795
10796 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
10797 (main): Ditto.
10798
10799 2014-08-25 Doug Evans <dje@google.com>
10800
10801 * gdb.threads/thread-execl.exp: #include <stdio.h>.
10802
10803 2014-08-24 Yao Qi <yao@codesourcery.com>
10804
10805 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
10806 symbol off.
10807 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
10808
10809 2014-08-22 Doug Evans <dje@google.com>
10810
10811 PR 17276
10812 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
10813 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
10814 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
10815
10816 2014-08-22 Yao Qi <yao@codesourcery.com>
10817
10818 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
10819 * gdb.python/py-finish-breakpoint2.exp: Likewise.
10820 * gdb.python/python.exp: Likewise. Use .py file on the host
10821 instead of the build.
10822
10823 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10824
10825 * gdb.threads/gcore-stale-thread.c: New file.
10826 * gdb.threads/gcore-stale-thread.exp: New file.
10827
10828 2014-08-21 Pedro Alves <palves@redhat.com>
10829
10830 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
10831 * gdb.base/gcore-relro-pie.exp: Likewise.
10832 * gdb.base/gcore-relro.exp: Likewise.
10833 * gdb.base/gcore.exp: Likewise.
10834 * gdb.base/print-symbol-loading.exp: Likewise.
10835 * gdb.threads/gcore-thread.exp: Likewise.
10836 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
10837
10838 2014-08-20 Pedro Alves <palves@redhat.com>
10839 Jan Kratochvil <jan.kratochvil@redhat.com>
10840
10841 * Makefile.in (EXTRA_RULES, CC): New variables, get from
10842 configure.
10843 (EXPECT): Handle READ1 being set.
10844 (all): Depend on EXTRA_RULES.
10845 (check-read1, expect-read1, read1.so, read1): New rules.
10846 * README (Testsuite Parameters): Document the READ1 make variable.
10847 (Race detection): New section.
10848 * configure: Regenerate.
10849 * configure.ac: If build==host==target, and running under a
10850 GNU/glibc system, add read1 to the extra Makefile rules.
10851 (EXTRA_RULES): AC_SUBST it.
10852 * lib/read1.c: New file.
10853
10854 2014-08-20 Joel Brobecker <brobecker@adacore.com>
10855
10856 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
10857 the handling of variables declared as a typedef to an array
10858 which a DW_AT_data_location attribute.
10859
10860 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
10861 Pedro Alves <palves@redhat.com>
10862
10863 PR symtab/14604
10864 PR symtab/14605
10865 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
10866 gdb_test.
10867
10868 2014-08-19 Pedro Alves <palves@redhat.com>
10869
10870 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
10871
10872 2014-08-19 Yao Qi <yao@codesourcery.com>
10873
10874 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
10875 right line.
10876
10877 2014-08-18 David Blaikie <dblaikie@gmail.com>
10878
10879 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
10880
10881 2014-08-18 Joel Brobecker <brobecker@adacore.com>
10882
10883 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
10884 attribute in array range.
10885
10886 2014-08-18 Joel Brobecker <brobecker@adacore.com>
10887
10888 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
10889
10890 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
10891
10892 PR c++/17132
10893 * gdb.cp/pr17132.cc: New file.
10894 * gdb.cp/pr17132.exp: New file.
10895
10896 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
10897
10898 * gdb.python/py-xmethods.py (A_getarrayind)
10899 (E_method_char_worker.__call__, E_method_int_worker.__call__):
10900 Use 'print' with function call syntax.
10901 (E_method_matcher.match): Fix tab vs space indentation mixup.
10902
10903 2014-08-15 Yao Qi <yao@codesourcery.com>
10904
10905 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
10906 false.
10907
10908 2014-08-15 Yao Qi <yao@codesourcery.com>
10909
10910 * gdb.cp/casts.exp: Set print symbol off.
10911 * gdb.cp/class2.exp: Likewise.
10912 * gdb.cp/overload.exp: Likewise.
10913 * gdb.cp/templates.exp: Likewise.
10914
10915 2014-08-11 Doug Evans <dje@google.com>
10916
10917 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
10918 (test_load_shlib): Update.
10919
10920 2014-08-09 Yao Qi <yao@codesourcery.com>
10921
10922 * gdb.base/display.exp: Invoke is_address_zero_readable.
10923 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
10924 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
10925 * gdb.base/hbreak-unmapped.exp: Return if
10926 is_address_zero_readable returns true.
10927 * gdb.base/signest.exp: Likewise.
10928 * gdb.base/signull.exp: Likewise.
10929 * gdb.base/sigbpt.exp: Likewise.
10930 * gdb.guile/scm-disasm.exp: Do the test if
10931 is_address_zero_readable returns false.
10932 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
10933 * gdb.python/py-arch.exp: Likewise.
10934 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
10935 * lib/gdb.exp (is_address_zero_readable): New proc.
10936
10937 2014-08-09 Yao Qi <yao@codesourcery.com>
10938
10939 PR testsuite/13443
10940 * gdb.mi/mi-var-display.exp: Make test messages unique.
10941
10942 2014-08-04 Tom Tromey <tromey@redhat.com>
10943
10944 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
10945 target 0".
10946
10947 2014-08-04 Tom Tromey <tromey@redhat.com>
10948
10949 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
10950 "target_resume".
10951
10952 2014-08-01 Joel Brobecker <brobecker@adacore.com>
10953
10954 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
10955 inner_vla_struct_object_size.
10956 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
10957 as xfail.
10958
10959 2014-07-30 Pedro Alves <palves@redhat.com>
10960
10961 * gdb.threads/signal-command-handle-nopass.exp (test): Add
10962 comment.
10963
10964 2014-07-29 Yao Qi <yao@codesourcery.com>
10965
10966 PR gdb/17206
10967 * gdb.base/until-nodebug.exp: New.
10968
10969 2014-07-28 Doug Evans <xdje42@gmail.com>
10970
10971 PR guile/17203
10972 * gdb.guile/scm-parameter.exp: Add tests for trying to create
10973 previously existing parameter, and previously ambiguously spelled
10974 parameter.
10975
10976 2014-07-28 Will Newton <will.newton@linaro.org>
10977
10978 * gdb.base/varargs.exp: Remove KFAILs for ARM.
10979
10980 2014-07-26 Ludovic Courtès <ludo@gnu.org>
10981 Doug Evans <xdje42@gmail.com>
10982
10983 PR guile/17146
10984 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
10985
10986 2014-07-25 Pedro Alves <palves@redhat.com>
10987
10988 * gdb.threads/signal-command-handle-nopass.c: New file.
10989 * gdb.threads/signal-command-handle-nopass.exp: New file.
10990 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
10991 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
10992 * gdb.threads/signal-delivered-right-thread.c: New file.
10993 * gdb.threads/signal-delivered-right-thread.exp: New file.
10994
10995 2014-07-25 Pedro Alves <palves@redhat.com>
10996
10997 * gdb.base/double-prompt-target-event-error.exp
10998 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
10999 match.
11000 (cancel_pagination_in_target_event): Rework double prompt
11001 detection.
11002 * gdb.base/paginate-after-ctrl-c-running.exp
11003 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
11004 <return>' match.
11005 * gdb.base/paginate-bg-execution.exp
11006 (test_bg_execution_pagination_return)
11007 (test_bg_execution_pagination_cancel): Remove '-notransfer
11008 <return>' matches.
11009 * gdb.base/paginate-execution-startup.exp
11010 (test_fg_execution_pagination_return)
11011 (test_fg_execution_pagination_cancel): Remove '-notransfer
11012 <return>' matches.
11013 * gdb.base/paginate-inferior-exit.exp
11014 (test_paginate_inferior_exited): Remove '-notransfer <return>'
11015 match.
11016 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
11017 * lib/gdb.exp (pagination_prompt): Run text through
11018 string_to_regexp.
11019 (gdb_test_multiple): Match $pagination_prompt instead of
11020 "<return>".
11021 (string_to_regexp): Move to lib/gdb-utils.exp.
11022
11023 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11024
11025 * gdb.arch/amd64-entry-value-paramref.S: New file.
11026 * gdb.arch/amd64-entry-value-paramref.cc: New file.
11027 * gdb.arch/amd64-entry-value-paramref.exp: New file.
11028 * gdb.arch/amd64-optimout-repeat.S: New file.
11029 * gdb.arch/amd64-optimout-repeat.c: New file.
11030 * gdb.arch/amd64-optimout-repeat.exp: New file.
11031
11032 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11033
11034 PR gdb/17170
11035 * gdb.base/statistics.exp: New file.
11036
11037 2014-07-17 Doug Evans <dje@google.com>
11038
11039 PR gdb/17170
11040 * gdb.base/maint.exp: Update testing of per-command stats.
11041
11042 2014-07-16 Pedro Alves <palves@redhat.com>
11043
11044 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
11045 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
11046 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
11047 (tfile_write_buf): New functions.
11048 (add_memory_block): Rewrite using the above.
11049 (adjust_function_address): New function.
11050 (FUNCTION_ADDRESS): New macro.
11051 (write_basic_trace_file): Remove short_x local, and use
11052 tfile_write_16. Change type of func_addr local to unsigned long
11053 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
11054 here. Cast argument of add_memory_block to char pointer.
11055 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
11056 (main): Remove parameters.
11057 * gdb.trace/tfile.exp: Remove nowarnings.
11058
11059 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
11060
11061 * gdb.base/debug-expr.exp: Test string evaluation with
11062 "debug expression" on.
11063
11064 2014-07-15 Pedro Alves <palves@redhat.com>
11065
11066 * gdb.base/reread.exp: Use clean_restart.
11067
11068 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
11069
11070 * gdb.arch/avr-flash-qualifer.c: New.
11071 * gdb.arch/avr-flash-qualifer.exp: New.
11072
11073 2014-07-14 Pedro Alves <palves@redhat.com>
11074
11075 * gdb.base/paginate-after-ctrl-c-running.c: New file.
11076 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
11077
11078 2014-07-14 Pedro Alves <palves@redhat.com>
11079
11080 * gdb.base/double-prompt-target-event-error.c: New file.
11081 * gdb.base/double-prompt-target-event-error.exp: New file.
11082
11083 2014-07-14 Pedro Alves <palves@redhat.com>
11084
11085 PR gdb/17072
11086 * gdb.base/paginate-inferior-exit.c: New file.
11087 * gdb.base/paginate-inferior-exit.exp: New file.
11088
11089 2014-07-14 Pedro Alves <palves@redhat.com>
11090
11091 PR gdb/17072
11092 * gdb.base/paginate-bg-execution.c: New file.
11093 * gdb.base/paginate-bg-execution.exp: New file.
11094
11095 2014-07-14 Pedro Alves <palves@redhat.com>
11096
11097 PR gdb/17072
11098 * gdb.base/paginate-execution-startup.c: New file.
11099 * gdb.base/paginate-execution-startup.exp: New file.
11100 * lib/gdb.exp (pagination_prompt): New global.
11101 (default_gdb_spawn): New procedure, factored out from
11102 default_gdb_spawn.
11103 (default_gdb_start): Adjust to call default_gdb_spawn.
11104 (gdb_spawn): New procedure.
11105
11106 2014-07-14 Pedro Alves <palves@redhat.com>
11107
11108 * lib/gdb.exp (gdb_assert): New procedure.
11109 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
11110
11111 2014-07-14 Pedro Alves <palves@redhat.com>
11112
11113 * gdb.base/execution-termios.c: New file.
11114 * gdb.base/execution-termios.exp: New file.
11115
11116 2014-07-14 Tom Tromey <tromey@redhat.com>
11117
11118 * gdb.cp/vla-cxx.cc: New file.
11119 * gdb.cp/vla-cxx.exp: New file.
11120
11121 2014-07-14 Tom Tromey <tromey@redhat.com>
11122
11123 * gdb.reverse/rerun-prec.c: New file.
11124 * gdb.reverse/rerun-prec.exp: New file.
11125
11126 2014-07-12 Maciej W. Rozycki <macro@mips.com>
11127 Maciej W. Rozycki <macro@codesourcery.com>
11128
11129 * lib/gdb-utils.exp: New file.
11130 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
11131 inline `gdb_init_command' processing.
11132 (gdb_start_cmd): Likewise.
11133 * lib/mi-support.exp (mi_run_cmd): Likewise.
11134 * README: Document `gdb_init_command' and `gdb_init_commands'.
11135
11136 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11137
11138 Fix false FAIL running under a very long directory name.
11139 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
11140 and "set print elements 10000". Twice.
11141
11142 2014-07-11 Yao Qi <yao@codesourcery.com>
11143
11144 * gdb.base/exprs.exp: "set print symbol off".
11145
11146 2014-07-11 Pedro Alves <palves@redhat.com>
11147
11148 * gdb.threads/kill.c: New file.
11149 * gdb.threads/kill.exp: New file.
11150
11151 2014-07-10 Yao Qi <yao@codesourcery.com>
11152
11153 * gdb.trace/tfile.c (write_basic_trace_file)
11154 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
11155 address written to trace file.
11156
11157 2014-07-09 Pedro Alves <palves@redhat.com>
11158
11159 * gdb.base/attach-wait-input.exp: New file.
11160 * gdb.base/attach-wait-input.c: New file.
11161
11162 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
11163
11164 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
11165 setting up test structures.
11166 (main): Call new test function.
11167 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
11168 test function, continue into test function and walk test
11169 structures.
11170
11171 2014-07-02 Yao Qi <yao@codesourcery.com>
11172
11173 * gdb.trace/entry-values.c: Define labels 'foo_start' and
11174 'bar_start' at the beginning of functions 'foo' and 'bar'
11175 respectively.
11176 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
11177 instead of 'foo' and 'bar'.
11178
11179 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
11180
11181 * gdb.btrace/segv.exp: New.
11182 * gdb.btrace/segv.c: New.
11183
11184 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
11185
11186 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
11187 instruction.
11188
11189 2014-06-30 Mark Wielaard <mjw@redhat.com>
11190
11191 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
11192 vulture, vilify, villar): New volatile array constants.
11193 (vindictive, vegetation): New const volatile array constants.
11194 * gdb.base/volatile.exp: Test volatile and const volatile array
11195 types.
11196
11197 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11198
11199 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
11200 target lacks support for awatch, rwatch, or hbreak.
11201
11202 2014-06-27 Yao Qi <yao@codesourcery.com>
11203
11204 * gdb.multi/dummy-frame-restore.exp: New.
11205 * gdb.multi/dummy-frame-restore.c: New.
11206
11207 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
11208
11209 * gdb.btrace/gcore.exp: New.
11210
11211 2014-06-23 Pedro Alves <palves@redhat.com>
11212
11213 * gdb.base/watchpoint-reuse-slot.c: New file.
11214 * gdb.base/watchpoint-reuse-slot.exp: New file.
11215
11216 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
11217
11218 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
11219 progspace's filename in 'info', 'enable' and 'disable' command
11220 tests.
11221
11222 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11223
11224 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
11225 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
11226 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
11227
11228 2014-06-20 Gary Benson <gbenson@redhat.com>
11229
11230 * gdb.arch/i386-avx.exp: Fix include file location.
11231 * gdb.arch/i386-sse.exp: Likewise.
11232
11233 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
11234
11235 * gdb.dlang/expression.exp: New file.
11236
11237 2014-06-19 Pedro Alves <palves@redhat.com>
11238
11239 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
11240 out from ...
11241 (top level): ... here. Iterate running tests under different
11242 scheduler-locking settings.
11243
11244 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
11245
11246 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
11247 to DW_FORM_addr and use non-zero addresses.
11248
11249 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
11250
11251 PR gdb/17017
11252 * gdb.python/py-xmethods.cc: Add global function call counters and
11253 increment them in their respective functions. Remove "cout"
11254 statements.
11255 * gdb.python/py-xmethods.exp: Make tests check the global function
11256 call counters instead of depending on inferior IO.
11257
11258 2014-06-18 Don Breazeal <donb@codesourcery.com>
11259
11260 * gdb.base/foll-fork.exp (default_fork_parent_follow):
11261 Deleted procedure.
11262 (explicit_fork_parent_follow): Deleted procedure.
11263 (explicit_fork_child_follow): Deleted procedure.
11264 (test_follow_fork): New procedure.
11265 (do_fork_tests): Replace calls to deleted procedures with
11266 calls to test_follow_fork and reset GDB for subsequent
11267 procedure calls.
11268
11269 2014-06-17 Yao Qi <yao@codesourcery.com>
11270
11271 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
11272 CP1252.
11273
11274 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
11275
11276 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
11277 Initialize ptr and S explicitly.
11278 (skip_type_update_when_not_use_rtti_test): Likewise.
11279
11280 2014-06-16 Keith Seitz <keiths@redhat.com>
11281
11282 PR mi/15863
11283 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
11284 the inferior is started.
11285
11286 2014-06-16 Pedro Alves <palves@redhat.com>
11287
11288 * gdb.base/break-main-file-remove-fail.c: New file.
11289 * gdb.base/break-main-file-remove-fail.exp: New file.
11290 * gdb.base/break-unload-file.exp: Use build_executable instead of
11291 prepare_for_testing.
11292 (test_break): New parameter "initial_load". Handle it.
11293 (top level): Add initial_load cmdline/file axis.
11294
11295 2014-06-12 Tom Tromey <tromey@redhat.com>
11296
11297 * gdb.base/completion.exp: Don't use directory name in test.
11298
11299 2014-06-09 Gary Benson <gbenson@redhat.com>
11300
11301 * gdb.base/sigall.c [Functions to send signals]: Reorder to
11302 separate the always-available ANSI-standard signals from the
11303 signals that require checking.
11304 (main): Likewise.
11305 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
11306 Likewise.
11307 (main): Likewise.
11308
11309 2014-06-07 Keith Seitz <keiths@redhat.com>
11310
11311 Revert:
11312 PR c++/16253
11313 * gdb.cp/var-tag.cc: New file.
11314 * gdb.cp/var-tag.exp: New file.
11315 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
11316 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
11317 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
11318 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
11319
11320 2014-06-06 Doug Evans <xdje42@gmail.com>
11321
11322 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
11323
11324 2014-06-06 Pedro Alves <palves@redhat.com>
11325
11326 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
11327 in target debug output instead of looking at RSP packets,
11328 disabling the test on any target that uses hardware stepping.
11329 Update comments.
11330
11331 2014-06-06 Pedro Alves <palves@redhat.com>
11332
11333 * gdb.base/break-unload-file.exp: Fix typo.
11334
11335 2014-06-06 Yao Qi <yao@codesourcery.com>
11336
11337 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
11338 from "jit_function" to "^jit_function".
11339
11340 2014-06-06 Yao Qi <yao@codesourcery.com>
11341
11342 * gdb.base/async.c (foo): Add one statement.
11343 * gdb.base/async.exp: Get the next instruction address and
11344 match the output of "nexti" by instruction address. Match
11345 the hex address in the output of "finish".
11346
11347 2014-06-06 Gary Benson <gbenson@redhat.com>
11348
11349 * gdb.base/call-signals.c: Remove preprocessor conditionals
11350 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
11351 SIGSEGV and SIGTERM.
11352 * gdb.base/sigall.c: Likewise.
11353 * gdb.base/unwindonsignal.c: Likewise.
11354 * gdb.reverse/sigall-reverse.c: Likewise.
11355
11356 2014-06-06 Yao Qi <yao@codesourcery.com>
11357
11358 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
11359 readable, skip the test.
11360
11361 2014-06-06 Yao Qi <yao@codesourcery.com>
11362
11363 * gdb.threads/staticthreads.c (thread_function): Move the line
11364 setting breakpoint on forward.
11365 * gdb.threads/staticthreads.exp: Update comments.
11366
11367 2014-06-05 Ludovic Courtès <ludo@gnu.org>
11368
11369 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
11370 "history-append! type error".
11371
11372 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
11373
11374 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
11375 erroneous dprintf expected input.
11376
11377 2014-06-04 Doug Evans <xdje42@gmail.com>
11378
11379 * gdb.guile/scm-generics.exp: Delete.
11380
11381 2014-06-04 Doug Evans <xdje42@gmail.com>
11382
11383 * gdb.guile/scm-breakpoint.exp: Update.
11384 Add tests for breakpoint registration.
11385
11386 2014-06-04 Tom Tromey <tromey@redhat.com>
11387
11388 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
11389 VLA-in-union.
11390 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
11391 inner_vla_struct, vla_union types. Initialize objects of those
11392 types and compute their sizes.
11393
11394 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
11395 Hui Zhu <hui@codesourcery.com>
11396
11397 * gdb.base/fileio.exp: Add test for shell not available as well as
11398 available.
11399 * gdb.base/fileio.c (test_system): Check for shell twice.
11400
11401 2014-06-04 Yao Qi <yao@codesourcery.com>
11402
11403 * gdb.base/auto-connect-native-target.exp: Remove redundant
11404 space from the regexp pattern.
11405
11406 2014-06-04 Yao Qi <yao@codesourcery.com>
11407
11408 * gdb.base/default.exp: Replace "child" with "native" in
11409 regexp pattern.
11410
11411 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
11412
11413 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
11414 * gdb.python/py-xmethods.exp: New tests to test xmethods.
11415 * gdb.python/py-xmethods.py: Python script supporting the
11416 new testcase and tests.
11417
11418 2014-06-03 Joel Brobecker <brobecker@adacore.com>
11419 Pedro Alves <palves@redhat.com>
11420
11421 PR breakpoints/17000
11422 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
11423 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
11424
11425 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
11426
11427 * gdb.base/subst.exp: Add tests to verify partial path matching
11428 output.
11429
11430 2014-06-03 Pedro Alves <palves@redhat.com>
11431
11432 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
11433 target that doesn't use software single-stepping.
11434
11435 2014-06-03 Pedro Alves <palves@redhat.com>
11436
11437 PR breakpoints/17000
11438 * gdb.base/sss-bp-on-user-bp-2.c: New file.
11439 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
11440
11441 2014-06-02 Doug Evans <xdje42@gmail.com>
11442
11443 * gdb.guile/scm-parameter.exp: New file.
11444
11445 2014-06-02 Doug Evans <xdje42@gmail.com>
11446
11447 * gdb.guile/scm-cmd.c: New file.
11448 * gdb.guile/scm-cmd.exp: New file.
11449
11450 2014-06-02 Doug Evans <xdje42@gmail.com>
11451
11452 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
11453 pretty-printer lookup.
11454 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
11455 (make-pp_s-printer): Call it.
11456 (make-pretty-printer-from-dict): New function.
11457 (lookup-pretty-printer-maker-from-dict): New function.
11458 (*pretty-printer*): Simplify.
11459 (make-objfile-pp_s-printer): New function.
11460 (install-objfile-pretty-printers!): New function.
11461 (make-progspace-pp_s-printer): New function.
11462 (install-progspace-pretty-printers!): New function.
11463 * gdb.guile/scm-progspace.c: New file.
11464 * gdb.guile/scm-progspace.exp: New file.
11465
11466 2014-06-02 Pedro Alves <palves@redhat.com>
11467
11468 * gdb.base/dprintf-bp-same-addr.c: New file.
11469 * gdb.base/dprintf-bp-same-addr.exp: New file.
11470
11471 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11472
11473 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
11474 * gdb.arch/powerpc-power.s: Likewise.
11475
11476 2014-06-02 Joel Brobecker <brobecker@adacore.com>
11477
11478 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
11479
11480 2014-06-01 Yao Qi <yao@codesourcery.com>
11481
11482 * gdb.base/watchpoint.exp (test_watch_location): Check null
11483 pointer can be dereferenced. If not, do the test, otherwise
11484 skip it.
11485
11486 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
11487
11488 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
11489 results.
11490 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
11491
11492 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
11493
11494 * gdb.arch/amd64-invalid-stack-middle.S: New file.
11495 * gdb.arch/amd64-invalid-stack-middle.c: New file.
11496 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
11497 * gdb.arch/amd64-invalid-stack-top.c: New file.
11498 * gdb.arch/amd64-invalid-stack-top.exp: New file.
11499
11500 2014-05-30 Pedro Alves <palves@redhat.com>
11501
11502 PR breakpoints/17000
11503 * gdb.base/sss-bp-on-user-bp.c: New file.
11504 * gdb.base/sss-bp-on-user-bp.exp: New file.
11505
11506 2014-05-30 David Blaikie <dblaikie@gmail.com>
11507
11508 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
11509 gnu_inline semantics via attribute.
11510 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
11511 source explicitly specifies the required semantics.
11512
11513 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
11514
11515 * gdb.reverse/sigall-reverse.exp: Fix a typo.
11516
11517 2014-05-29 Pedro Alves <palves@redhat.com>
11518 Tom Tromey <tromey@redhat.com>
11519
11520 * gdb.base/async-shell.exp: Don't enable target-async.
11521 * gdb.base/async.exp
11522 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
11523 parameter. Adjust.
11524 (top level): Don't test with "target-async".
11525 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
11526 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
11527 * gdb.base/inferior-died.exp: Don't enable target-async.
11528 * gdb.base/interrupt-noterm.exp: Likewise.
11529 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
11530 * gdb.mi/mi-nonstop-exit.exp: Likewise.
11531 * gdb.mi/mi-nonstop.exp: Likewise.
11532 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
11533 * gdb.mi/mi-nsintrall.exp: Likewise.
11534 * gdb.mi/mi-nsmoribund.exp: Likewise.
11535 * gdb.mi/mi-nsthrexec.exp: Likewise.
11536 * gdb.mi/mi-watch-nonstop.exp: Likewise.
11537 * gdb.multi/watchpoint-multi.exp: Adjust comment.
11538 * gdb.python/py-evsignal.exp: Don't enable target-async.
11539 * gdb.python/py-evthreads.exp: Likewise.
11540 * gdb.python/py-prompt.exp: Likewise.
11541 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
11542 * gdb.server/solib-list.exp: Don't enable target-async.
11543 * gdb.threads/thread-specific-bp.exp: Likewise.
11544 * lib/mi-support.exp: Adjust to use mi-async.
11545
11546 2014-05-29 Pedro Alves <palves@redhat.com>
11547
11548 PR gdb/13860
11549 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
11550 reason, even in sync mode.
11551
11552 2014-05-29 Pedro Alves <palves@redhat.com>
11553 Hui Zhu <hui@codesourcery.com>
11554
11555 PR PR15693
11556 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
11557 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
11558 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
11559 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
11560
11561 2014-05-28 Joel Brobecker <brobecker@adacore.com>
11562
11563 * config/monitor.exp (gdb_target_monitor): Replace use of
11564 "set remotebaud" by "set serial baud".
11565
11566 2014-05-26 Andy Wingo <wingo@igalia.com>
11567
11568 * gdb.guile/scm-breakpoint.exp:
11569 * gdb.guile/scm-gsmob.exp: Update to use plain old object
11570 properties instead of gdb-object-properties.
11571
11572 2014-05-26 Yao Qi <yao@codesourcery.com>
11573
11574 * gdb.server/no-thread-db.exp: Specify source file name
11575 explicitly when setting a breakpoint.
11576
11577 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
11578
11579 * gdb.btrace/vdso.c: New.
11580 * gdb.btrace/vdso.exp: New.
11581
11582 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
11583
11584 * gdb.base/gcore.exp (capture_command_output): Move ...
11585 * lib/gdb.exp (capture_command_output): ... here.
11586
11587 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
11588
11589 * gdb.btrace/data.exp: Test memory access during btrace replay.
11590
11591 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
11592
11593 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
11594
11595 2014-05-21 Pedro Alves <palves@redhat.com>
11596
11597 PR gdb/13860
11598 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
11599 (top level): Test that output related to execution commands is
11600 sent to the console with CLI commands, but not with MI commands.
11601 Test that breakpoint events are always mirrored to the console.
11602 Also expect the new source line to be output after a "next" in
11603 async mode too. Make it a pass/fail test.
11604 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
11605 output.
11606 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
11607
11608 2014-05-21 Pedro Alves <palves@redhat.com>
11609
11610 * gdb.base/list.exp (build_pattern, test_list): New procedures.
11611 Use them to test variations of "list" after reaching a breakpoint.
11612 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
11613 Test "list" with listsize 10 after reaching a breakpoint.
11614 * gdb.python/python.exp (decode_line current location line
11615 number): Adjust expected line number.
11616
11617 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
11618
11619 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
11620 behavior for $args, pass it directly to "run".
11621
11622 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
11623
11624 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
11625 30000 to 65536.
11626
11627 2014-05-21 Pedro Alves <palves@redhat.com>
11628
11629 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
11630 auto-connect-native-target off".
11631 * gdb.base/auto-connect-native-target.c: New file.
11632 * gdb.base/auto-connect-native-target.exp: New file.
11633
11634 2014-05-21 Pedro Alves <palves@redhat.com>
11635
11636 * gdb.base/default.exp: Test "target native" instead of "target
11637 child".
11638
11639 2014-05-21 Mark Wielaard <mjw@redhat.com>
11640
11641 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11642
11643 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11644
11645 Fix TLS access for -static -pthread.
11646 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
11647 <HAVE_TLS> (thread_function, main): Initialize it.
11648 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
11649 Add clean_restart.
11650 <$have_tls != "">: Check TLSVAR.
11651
11652 2014-05-21 Pedro Alves <palves@redhat.com>
11653
11654 * gdb.base/dcache-line-read-error.c: New.
11655 * gdb.base/dcache-line-read-error.exp: New.
11656
11657 2014-05-20 Pedro Alves <palves@redhat.com>
11658
11659 * gdb.base/compare-sections.c: New file.
11660 * gdb.base/compare-sections.exp: New file.
11661
11662 2014-05-20 Pedro Alves <palves@redhat.com>
11663
11664 * gdb.base/break-idempotent.c: New file.
11665 * gdb.base/break-idempotent.exp: New file.
11666
11667 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
11668
11669 * gdb.btrace/nohist.exp: New.
11670
11671 2014-05-20 Yao Qi <yao@codesourcery.com>
11672
11673 * lib/gdb.exp (gdb_init): Set timeout if test file is under
11674 gdb.reverse directory and gdb_reverse_timeout exists in board
11675 setting.
11676 * README: Document gdb_reverse_timeout.
11677
11678 2014-05-20 Yao Qi <yao@codesourcery.com>
11679
11680 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
11681 'test_file_name'. Treat args as a string instead of a list.
11682 (gdb_init): Rename argument 'args' by 'test_file_name'.
11683
11684 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11685
11686 * gdb.arch/powerpc-power.exp: New file.
11687 * gdb.arch/powerpc-power.s: New file.
11688
11689 2014-05-16 Doug Evans <dje@google.com>
11690
11691 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
11692 * gdb.base/completion.exp: Check that all expected files exist
11693 before doing file completion.
11694
11695 2014-05-16 Doug Evans <dje@google.com>
11696
11697 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
11698 Update.
11699 (do_syscall_tests_without_xml): Update.
11700
11701 2014-05-16 Pedro Alves <palves@redhat.com>
11702
11703 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
11704 instead of "unknown output after running".
11705
11706 2014-05-16 Yao Qi <yao@codesourcery.com>
11707
11708 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
11709 file1.txt from host at the end.
11710 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11711
11712 2014-05-15 Doug Evans <dje@google.com>
11713
11714 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
11715 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
11716 loading file. Add test for TU lookup.
11717
11718 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
11719
11720 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
11721 calling "-exec-arguments" or "set args" before running the
11722 inferior.
11723
11724 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
11725
11726 * lib/mi-support.exp (mi_expect_stop): Expect message for
11727 inferiors that exit with non-zero exit code.
11728
11729 2014-05-14 Yao Qi <yao@codesourcery.com>
11730
11731 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
11732 match absolute path on remote host.
11733 (test_file_list_exec_source_files): Remove "/" from the
11734 pattern.
11735
11736 2014-05-14 Yao Qi <yao@codesourcery.com>
11737
11738 * boards/local-remote-host-notty.exp (${board}_file): New
11739 proc.
11740
11741 2014-05-07 Kyle McMartin <kyle@redhat.com>
11742
11743 Pushed by Joel Brobecker <brobecker@adacore.com>.
11744 * gdb.arch/aarch64-atomic-inst.c: New file.
11745 * gdb.arch/aarch64-atomic-inst.exp: New file.
11746
11747 2014-05-07 Yao Qi <yao@codesourcery.com>
11748
11749 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
11750 in current context" too.
11751
11752 2014-05-05 Keith Seitz <keiths@redhat.com>
11753
11754 * gdb.linespec/ls-dollar.exp: Add test for linespec
11755 file:convenience_variable.
11756
11757 2014-05-05 Yao Qi <yao@codesourcery.com>
11758
11759 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
11760 traceframes into tfile and ctf trace files. Read data from
11761 trace file and test collected data.
11762 (gdb_collect_locals_test): Likewise.
11763 (gdb_unavailable_registers_test): Likewise.
11764 (gdb_unavailable_floats): Likewise.
11765 (gdb_collect_globals_test): Likewise.
11766 (top-level): Append "ctf" to trace_file_targets if GDB
11767 supports.
11768
11769 2014-05-05 Yao Qi <yao@codesourcery.com>
11770
11771 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
11772 code to ...
11773 (gdb_collect_args_test_1): ... it. New proc.
11774 (gdb_collect_locals_test): Move some code to ...
11775 (gdb_collect_locals_test_1): ... it. New proc.
11776 (gdb_unavailable_registers_test): Move some code to ...
11777 (gdb_unavailable_registers_test_1): ... it. New proc.
11778 (gdb_unavailable_floats): Move some code to ...
11779 (gdb_unavailable_floats_1): ... it. New proc.
11780
11781 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
11782
11783 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
11784 probes to test for bitness recognition.
11785 * gdb.arch/amd64-stap-optional-prefix.exp
11786 (test_probe_value_without_reg): New procedure.
11787 Add code to test for different kinds of bitness.
11788
11789 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
11790
11791 PR breakpoints/16889
11792 * gdb.arch/amd64-stap-optional-prefix.S: New file.
11793 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
11794
11795 2014-05-01 Pedro Alves <palves@redhat.com>
11796
11797 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
11798 gdb_file_cmd if no file is specified.
11799 * boards/native-extended-gdbserver.exp (gdb_load): Use the
11800 last_loaded_file to set the remote exec-file.
11801
11802 2014-05-01 Pedro Alves <palves@redhat.com>
11803
11804 * boards/local-remote-host.exp: New file.
11805
11806 2014-05-01 Pedro Alves <palves@redhat.com>
11807
11808 * boards/local-remote-host.exp: Rename to ...
11809 * boards/local-remote-host-notty.exp: ... this.
11810
11811 2014-04-28 Joel Brobecker <brobecker@adacore.com>
11812
11813 * gdb.ada/dyn_arrayidx: New testcase.
11814
11815 2014-04-26 Yao Qi <yao@codesourcery.com>
11816
11817 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
11818 and compute the length of function main. Save it in
11819 $main_length.
11820 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
11821 (top-level): Use gdb_compile to compile objects into
11822 executable and restart GDB. Remove invocation to
11823 prepare_for_testing.
11824
11825 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
11826 Pedro Alves <palves@redhat.com>
11827
11828 PR server/16255
11829 * gdb.multi/multi-attach.c: New file.
11830 * gdb.multi/multi-attach.exp: New file.
11831
11832 2014-04-25 Pedro Alves <palves@redhat.com>
11833
11834 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
11835 user.
11836 (top level): Test that "set remote conditional-breakpoints-packet
11837 off" works as intended.
11838 * gdb.base/dprintf.exp: Test that "set remote
11839 breakpoint-commands-packet off" works as intended.
11840 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
11841 New function.
11842 (top level): Call it.
11843 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
11844 remote fast-tracepoints-packet off" works as intended.
11845 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
11846 * lib/gdb.exp (gdb_is_target_remote): ... here.
11847
11848 2014-04-24 David Blaikie <dblaikie@gmail.com>
11849
11850 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
11851 ensure clang would not discard them.
11852 * gdb.base/gdbvars.c: Ditto.
11853 * gdb.base/memattr.c: Ditto.
11854 * gdb.base/whatis.c: Ditto.
11855 * gdb.python/py-prettyprint.c: Ditto.
11856 * gdb.trace/actions.c: Ditto.
11857 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
11858 ensure clang would not discard it.
11859
11860 2014-04-24 David Blaikie <dblaikie@gmail.com>
11861
11862 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
11863 clang to emit the full definition of type required by the test
11864 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
11865
11866 2014-04-24 David Blaikie <dblaikie@gmail.com>
11867
11868 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
11869 coax Clang into emitting the definition of the type.
11870 * gdb.cp/pr10728-x.h (y): Ditto.
11871 * gdb.cp/pr10728-y.cc (y): Ditto.
11872
11873 2014-04-24 David Blaikie <dblaikie@gmail.com>
11874
11875 * gdb.base/label.exp: XFAIL label related tests under Clang.
11876 * gdb.cp/cplabel.exp: Ditto.
11877 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
11878 under Clang those using labels.
11879
11880 2014-04-25 Yao Qi <yao@codesourcery.com>
11881
11882 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
11883 double_label.
11884 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
11885 partial_label and double_label.
11886
11887 2014-04-24 David Blaikie <dblaikie@gmail.com>
11888
11889 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
11890
11891 2014-04-24 David Blaikie <dblaikie@gmail.com>
11892
11893 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
11894 of the function to work across GCC and Clang.
11895 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
11896 pointer types (const void ** const V void **).
11897
11898 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
11899 Walfred Tedeschi <walfred.tedeschi@intel.com>
11900
11901 * Makefile.in (EXECUTABLES): Added i386-avx512.
11902 * gdb.arch/i386-avx512.c: New file.
11903 * gdb.arch/i386-avx512.exp: Likewise.
11904
11905 2014-04-23 Keith Seitz <keiths@redhat.com>
11906
11907 * lib/mi-support.exp (mi_list_breakpoints): Delete.
11908 (mi_make_breakpoint_table): New procedure.
11909 (mi_create_breakpoint): Use mi_make_breakpoint
11910 and return the result.
11911 (mi_make_breakpoint): New procedure.
11912 (mi_build_kv_pairs): New procedure.
11913
11914 * gdb.mi/mi-break.exp: Remove unused globals,
11915 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
11916 All callers updated.
11917 * gdb.mi/mi-dprintf.exp: Use variable to track command
11918 number.
11919 Update all callers of mi_create_breakpoint and use
11920 mi_make_breakpoint_table.
11921 Remove any unused global variables.
11922 * gdb.mi/mi-nonstop.exp: Likewise.
11923 * gdb.mi/mi-nsintrall.exp: Likewise.
11924 * gdb.mi/mi-nsmoribund.exp: Likewise.
11925 * gdb.mi/mi-nsthrexec.exp: Likewise.
11926 * gdb.mi/mi-reverse.exp: Likewise.
11927 * gdb.mi/mi-simplerun.exp: Likewise.
11928 * gdb.mi/mi-stepn.exp: Likewise.
11929 * gdb.mi/mi-syn-frame.exp: Likewise.
11930 * gdb.mi/mi-until.exp: Likewise.
11931 * gdb.mi/mi-var-cp.exp: Likewise.
11932 * gdb.mi/mi-var-display.exp: Likewise.
11933 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
11934 * gdb.mi/mi2-var-child.exp: Likewise.
11935 * gdb.mi/mi-vla-c99.exp: Likewise.
11936 * lib/mi-support.exp: Likewise.
11937
11938 From Ian Lance Taylor <iant@cygnus.com>:
11939 * lib/gdb.exp (parse_args): New procedure.
11940
11941 2014-04-23 Pedro Alves <palves@redhat.com>
11942
11943 * gdb.base/break-unload-file.c: New file.
11944 * gdb.base/break-unload-file.exp: New file.
11945 * gdb.base/sym-file-lib.c (baz): New function.
11946 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
11947 field.
11948 (load): Store the segment's mapped size.
11949 (unload): New function.
11950 (unload_shlib): New function.
11951 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
11952 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
11953 set a breakpoint at baz, and call it.
11954 * gdb.base/sym-file.exp: New tests for stale breakpoint
11955 instructions.
11956
11957 2014-04-23 Pedro Alves <palves@redhat.com>
11958
11959 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
11960 * gdb.base/hbreak-in-shr-unsupported.c: New file.
11961 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
11962 * gdb.base/hbreak-unmapped.c: New file.
11963 * gdb.base/hbreak-unmapped.exp: New file.
11964 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
11965 * lib/gdb.exp (gdb_is_target_remote): ... here.
11966
11967 2014-04-22 Pedro Alves <palves@redhat.com>
11968
11969 * gdb.base/consecutive-step-over.c: New file.
11970 * gdb.base/consecutive-step-over.exp: New file.
11971
11972 2014-04-22 Pedro Alves <palves@redhat.com>
11973
11974 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
11975 instead of send_gdb/gdb_expect.
11976
11977 2014-04-22 Yao Qi <yao@codesourcery.com>
11978
11979 * lib/trace-support.exp (generate_tracefile): New procedure.
11980 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
11981 return 0.
11982 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
11983 if generate_tracefile returns 1.
11984
11985 2014-04-18 Tom Tromey <palves@redhat.com>
11986 Pedro alves <tromey@redhat.com>
11987
11988 PR backtrace/15558
11989 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
11990 with a backtrace limit.
11991 * gdb.python/py-frame-inline.exp: Test running to an inline
11992 function with a backtrace limit, and printing the newest frame.
11993 * gdb.python/py-frame-inline.c (main): Call f.
11994
11995 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
11996
11997 * gdb.java/jnpe.exp: Drop srcdir from untested path.
11998
11999 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
12000
12001 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
12002 Drop prefix from unsupported source file path.
12003
12004 2014-04-17 Yao Qi <yao@codesourcery.com>
12005
12006 * lib/gdb.exp (with_target_charset): New proc.
12007 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
12008 with_target_charset.
12009 (test_print_strings): Likewise.
12010 (test_repeat_bytes): Likewise.
12011 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
12012 for some tests.
12013
12014 2014-04-16 Keith Seitz <keiths@redhat.com>
12015
12016 PR gdb/15827
12017 * gdb.dwarf2/corrupt.c: New file.
12018 * gdb.dwarf2/corrupt.exp: New file.
12019
12020 2014-04-16 Keith Seitz <keiths@redhat.com>
12021
12022 PR c++/16597
12023 * gdb.cp/namelessclass.cc: New file.
12024 * gdb.cp/namelessclass.exp: New file.
12025 * gdb.cp/namelessclass.S: New file.
12026
12027 2014-04-16 Doug Evans <dje@google.com>
12028
12029 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
12030 Add comment.
12031 (gdbserver_default_get_comm_port): New function.
12032 (gdbserver_start): Check if board file provided
12033 "gdbserver,get_comm_port" and use it if so.
12034 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
12035 (gdb,socketport): Set to "stdio".
12036 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
12037 (stdio_gdbserver_template): Delete.
12038 (${board}_get_remote_address): Update.
12039 (${board}_build_remote_cmd): Delete.
12040 (${board}_get_comm_port): New function.
12041 (${board}_spawn): Update.
12042 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
12043 Delete.
12044 (${board}_get_remote_address): Update.
12045 (${board}_get_comm_port): New function.
12046
12047 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
12048
12049 * gdb.base/memattr.exp: Improve regexps to handle memory regions
12050 appearing in any order.
12051
12052 2014-04-15 Doug Evans <dje@google.com>
12053
12054 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
12055 uninitialized value of "description".
12056
12057 2014-04-15 Keith Seitz <keiths@redhat.com>
12058
12059 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
12060 Remove unused globals.
12061 (test_running_the_program): Likewise.
12062 (test_controlled_execution): Likewise.
12063 (test_controlling_breakpoints): Likewise.
12064 (test_program_termination): Likewise.
12065
12066 2014-04-15 Keith Seitz <keiths@redhat.com>
12067
12068 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
12069 unused globals.
12070 (test_rbreak_creation_and_listing): Likewise.
12071 (test_ignore_count): Likewise.
12072 (test_error): Likewise.
12073
12074 2014-04-15 Pedro Alves <palves@redhat.com>
12075
12076 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
12077 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
12078 sym-file-loader.c.
12079 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
12080 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
12081 to sym-file-loader.c.
12082 (struct library): Forward declare.
12083 (load_shlib, lookup_function): Change prototypes.
12084 (find_shstrtab, find_strtab, find_shdr, find_symtab)
12085 (translate_offset): Remove declarations.
12086 (get_text_addr): New declaration.
12087 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
12088 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
12089 sym-file-loader.h.
12090 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
12091 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
12092 here from sym-file-loader.h.
12093 (struct library): New structure.
12094 (load_shlib, lookup_function): Change prototypes and adjust to
12095 work with a struct library.
12096 (find_shstrtab, find_strtab, find_shdr, find_symtab)
12097 (translate_offset): Make static.
12098 (get_text_addr): New function.
12099 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
12100
12101 2014-04-15 Pedro Alves <palves@redhat.com>
12102
12103 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
12104
12105 2014-04-15 Pedro Alves <palves@redhat.com>
12106
12107 * gdb.base/sym-file-loader.c: Include <limits.h>.
12108 (SELF_LINK): New define.
12109 (get_origin): New function.
12110 (load_shlib): Use it.
12111 * gdb.base/sym-file.exp: Don't early return if the target is
12112 remote. Use runto_main, and issue fail is that fails. Use
12113 gdb_load_shlibs.
12114 (shlib_name): Delete.
12115 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
12116
12117 2014-04-15 Pedro Alves <palves@redhat.com>
12118
12119 * gdb.base/sym-file.exp: Remove regex characters from test
12120 message. Don't refer to breakpoint numbers in test messages.
12121
12122 2014-04-14 Keith Seitz <keiths@redhat.com>
12123
12124 PR c++/16253
12125 * gdb.cp/var-tag.cc: New file.
12126 * gdb.cp/var-tag.exp: New file.
12127 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12128 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12129 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12130 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12131
12132 2014-04-14 Tom Tromey <tromey@redhat.com>
12133
12134 * gdb.cp/classes.exp (test_enums): Handle underlying type.
12135 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
12136 type.
12137 * gdb.cp/enum-class.exp: New file.
12138 * gdb.cp/enum-class.cc: New file.
12139
12140 2014-04-14 Tom Tromey <tromey@redhat.com>
12141
12142 * gdb.dwarf2/enum-type.exp: New file.
12143
12144 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12145
12146 * gdb.mi/mi-vla-c99.exp: New file.
12147 * gdb.mi/vla.c: New file.
12148
12149 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12150
12151 * gdb.base/vla-datatypes.c: New file.
12152 * gdb.base/vla-datatypes.exp: New file.
12153
12154 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12155
12156 * gdb.base/vla-ptr.c: New file.
12157 * gdb.base/vla-ptr.exp: New file.
12158
12159 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12160
12161 * gdb.dwarf2/count.exp: New file.
12162
12163 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12164
12165 * gdb.base/vla-sideeffect.c: New file.
12166 * gdb.base/vla-sideeffect.exp: New file.
12167
12168 2014-04-14 David Blaikie <dblaikie@gmail.com>
12169
12170 * gdb.mi/non-stop.c: Add return value for non-void function return
12171 statement.
12172 * gdb.threads/staticthreads.c: Ditto.
12173
12174 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
12175 Doug Evans <xdje42@gmail.com>
12176
12177 * gdb.guile/scm-value.c: Improve test case.
12178 * gdb.guile/scm-value.exp: Add new test.
12179
12180 2014-04-11 David Blaikie <dblaikie@gmail.com>
12181
12182 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
12183 override Clang's default.
12184
12185 2014-04-11 Joel Brobecker <brobecker@adacore.com>
12186
12187 Revert the following changes (regressions):
12188
12189 * gdb.base/vla-sideeffect.c: New file.
12190 * gdb.base/vla-sideeffect.exp: New file.
12191
12192 * gdb.dwarf2/count.exp: New file.
12193
12194 * gdb.base/vla-multi.c: New file.
12195 * gdb.base/vla-multi.exp: New file.
12196
12197 * gdb.base/vla-ptr.c: New file.
12198 * gdb.base/vla-ptr.exp: New file.
12199
12200 * gdb.base/vla-datatypes.c: New file.
12201 * gdb.base/vla-datatypes.exp: New file.
12202
12203 * gdb.mi/mi-vla-c99.exp: New file.
12204 * gdb.mi/vla.c: New file.
12205
12206 2014-04-11 Keith Seitz <keiths@redhat.com>
12207
12208 PR c++/16675
12209 * gdb.cp/cpsizeof.exp: New file.
12210 * gdb.cp/cpsizeof.cc: New file.
12211
12212 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12213
12214 * gdb.mi/mi-vla-c99.exp: New file.
12215 * gdb.mi/vla.c: New file.
12216
12217 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12218
12219 * gdb.base/vla-datatypes.c: New file.
12220 * gdb.base/vla-datatypes.exp: New file.
12221
12222 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12223
12224 * gdb.base/vla-ptr.c: New file.
12225 * gdb.base/vla-ptr.exp: New file.
12226
12227 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12228
12229 * gdb.base/vla-multi.c: New file.
12230 * gdb.base/vla-multi.exp: New file.
12231
12232 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12233
12234 * gdb.dwarf2/count.exp: New file.
12235
12236 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12237
12238 * gdb.base/vla-sideeffect.c: New file.
12239 * gdb.base/vla-sideeffect.exp: New file.
12240
12241 2014-04-11 Yao Qi <yao@codesourcery.com>
12242
12243 * gdb.base/completion.exp: Check file exists before running tests
12244 on file completion.
12245
12246 2014-04-10 Pedro Alves <palves@redhat.com>
12247
12248 * gdb.base/cond-eval-mode.c: New file.
12249 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
12250 prepare_for_testing to build the new file. Check result of
12251 runto_main.
12252 (test_break, test_watch): New procedures.
12253 (top level): Use them.
12254
12255 2014-04-08 Pierre Muller <muller@sourceware.org>
12256
12257 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
12258 Ctrl-V use for mingw hosts.
12259
12260 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
12261
12262 * gdb.python/py-value.c: Improve test case.
12263 * gdb.python/py-value.exp: Add new test.
12264
12265 2014-04-07 David Blaikie <dblaikie@gmail.com>
12266
12267 * lib/compiler.c: Identify the clang compiler.
12268 * lib/compiler.cc: Ditto.
12269
12270 2014-04-03 Yao Qi <yao@codesourcery.com>
12271
12272 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
12273
12274 2014-04-01 Anton Blanchard <anton@samba.org>
12275
12276 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
12277 messages unique.
12278
12279 2014-04-01 Anton Blanchard <anton@samba.org>
12280
12281 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
12282 prepare_for_testing.
12283
12284 2014-04-01 Anton Blanchard <anton@samba.org>
12285
12286 * gdb.arch/ppc64-atomic-inst.c: Remove.
12287 * gdb.arch/ppc64-atomic-inst.S: New file.
12288 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
12289
12290 2014-03-31 Doug Evans <dje@google.com>
12291
12292 * gdb.base/print-symbol-loading-lib.c: New file.
12293 * gdb.base/print-symbol-loading-main.c: New file.
12294 * gdb.base/print-symbol-loading.exp: New file.
12295
12296 2014-03-31 Yao Qi <yao@codesourcery.com>
12297
12298 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
12299
12300 2014-03-28 Joel Brobecker <brobecker@adacore.com>
12301
12302 * gdb.ada/mi_dyn_arr: New testcase.
12303
12304 2014-03-27 Doug Evans <dje@google.com>
12305
12306 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
12307
12308 2014-03-27 Yao Qi <yao@codesourcery.com>
12309
12310 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
12311 if target is nios2-*-*.
12312
12313 2014-03-26 Yao Qi <yao@codesourcery.com>
12314
12315 * lib/gdb.exp (readline_is_used): New proc.
12316 * gdb.base/completion.exp: Move tests on command complete up.
12317 Skip the rest of tests if readline is not used.
12318 * gdb.ada/complete.exp: Skp the test if readline is not
12319 used.
12320 * gdb.base/filesym.exp: Likewise.
12321 * gdb.base/macscp.exp: Likewise.
12322 * gdb.base/readline-ask.exp: Likewise.
12323 * gdb.base/readline.exp: Likewise.
12324 * gdb.python/py-cmd.exp: Likewise.
12325 * gdb.trace/tfile.exp: Likewise.
12326
12327 2014-03-26 Yao Qi <yao@codesourcery.com>
12328
12329 * gdb.base/macscp.exp: Fix code format issues.
12330
12331 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
12332
12333 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
12334 * gdb.asm/powerpc64le.inc: New file.
12335
12336 2014-03-25 Pedro Alves <palves@redhat.com>
12337 Doug Evans <dje@google.com>
12338
12339 * gdb.base/source-execution.c: New file.
12340 * gdb.base/source-execution.exp: New file.
12341 * gdb.base/source-execution.gdb: New file.
12342
12343 2014-03-24 Doug Evans <dje@google.com>
12344
12345 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
12346 using fission.
12347
12348 2014-03-24 Hui Zhu <hui@codesourcery.com>
12349 Pedro Alves <palves@redhat.com>
12350
12351 PR breakpoints/16101
12352 * gdb.base/dprintf.exp: Use unsupported rather than changing the
12353 test pass/fail messages. Detect missing support for dprintf when
12354 breakpoints are actually inserted.
12355 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
12356 breakpoints are actually inserted.
12357 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
12358 fails.
12359
12360 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12361
12362 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
12363
12364 2014-03-22 Doug Evans <xdje42@gmail.com>
12365
12366 * gdb.python/python.exp (python not supported): Verify multi-line
12367 python command issues an error.
12368 * gdb.guile/guile.exp (guile not supported): Verify multi-line
12369 guile command issues an error.
12370
12371 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
12372
12373 * gdb.threads/thread-specific.exp: Handle the lack of usable
12374 $this_breakpoint and $this_thread.
12375
12376 2014-03-21 Hui Zhu <hui@codesourcery.com>
12377
12378 * gdb.base/attach.exp (do_command_attach_tests): New.
12379
12380 2014-03-20 Tom Tromey <tromey@redhat.com>
12381 Pedro Alves <palves@redhat.com>
12382
12383 PR cli/15718
12384 * gdb.base/condbreak-call-false.c: New file.
12385 * gdb.base/condbreak-call-false.exp: New file.
12386
12387 2014-03-20 Pedro Alves <palves@redhat.com>
12388
12389 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
12390 Delete.
12391 (block_signals, unblock_signals): Delete.
12392 (child_function_2, main): Remove references to deleted variable
12393 and functions.
12394
12395 2014-03-20 Pedro Alves <palves@redhat.com>
12396
12397 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
12398 Use pthread_kill to signal thread 2.
12399 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
12400 Adjust to make the test send itself a signal rather than using the
12401 host's "kill" command.
12402
12403 2014-03-20 Pedro Alves <palves@redhat.com>
12404
12405 * gdb.threads/multiple-step-overs.c: New file.
12406 * gdb.threads/multiple-step-overs.exp: New file.
12407 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
12408 Adjust expected infrun debug output.
12409
12410 2014-03-20 Pedro Alves <palves@redhat.com>
12411
12412 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
12413 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
12414
12415 2014-03-20 Pedro Alves <palves@redhat.com>
12416
12417 PR breakpoints/7143
12418 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
12419 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
12420 of gdb_test_multiple.
12421 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
12422 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
12423
12424 2014-03-20 Pedro Alves <palves@redhat.com>
12425
12426 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
12427 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
12428
12429 2014-03-19 Pedro Alves <palves@redhat.com>
12430
12431 * gdb.base/async.exp: Remove early return.
12432
12433 2014-03-19 Pedro Alves <palves@redhat.com>
12434
12435 * gdb.base/async.exp (step& tests): Pass explicit test messages.
12436
12437 2014-03-19 Pedro Alves <palves@redhat.com>
12438
12439 * gdb.base/async.exp (test_background): Expect \r\n after
12440 "completed." in the fail pattern.
12441
12442 2014-03-19 Pedro Alves <palves@redhat.com>
12443
12444 * gdb.base/async.exp (test_background): New procedure.
12445 Use it for all background execution command tests.
12446
12447 2014-03-19 Pedro Alves <palves@redhat.com>
12448
12449 * gdb.base/async.exp: Use prepare_for_testing.
12450
12451 2014-03-19 Pedro Alves <palves@redhat.com>
12452
12453 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
12454 the same line.
12455
12456 2014-03-19 Pedro Alves <palves@redhat.com>
12457
12458 * gdb.base/async.c (main): Add "jump here" and "until here" line
12459 marker comments.
12460 * gdb.base/async.exp (jump_here): New global.
12461 (jump& test): Use it.
12462 (until_here): New global.
12463 (until& test): Use it.
12464
12465 2014-03-19 Pedro Alves <palves@redhat.com>
12466
12467 * gdb.base/async.exp: Don't frob gdb_protocol.
12468
12469 2014-03-18 Doug Evans <xdje42@gmail.com>
12470
12471 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
12472 Fix spelling of exec-done-display.
12473
12474 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
12475
12476 PR gdb/15358
12477 * gdb.base/gdb-sigterm.c: New file.
12478 * gdb.base/gdb-sigterm.exp: New file.
12479
12480 2014-03-18 Pedro Alves <palves@redhat.com>
12481
12482 PR gdb/13860
12483 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
12484 * lib/mi-support.exp (mi_expect_stop): Add special handling for
12485 solib-event.
12486
12487 2014-03-17 Joel Brobecker <brobecker@adacore.com>
12488
12489 * gdb.ada/pckd_arr_ren: New testcase.
12490
12491 2014-03-13 Doug Evans <xdje42@gmail.com>
12492
12493 PR guile/16612
12494 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
12495 collect after discarding symbols.
12496
12497 2014-03-13 Ludovic Courtès <ludo@gnu.org>
12498 Doug Evans <xdje42@gmail.com>
12499
12500 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
12501 to history survives a gc.
12502
12503 2014-03-13 Pedro Alves <palves@redhat.com>
12504
12505 * gdb.base/default.exp: Don't test "target procfs".
12506
12507 2014-03-13 Pedro Alves <palves@redhat.com>
12508
12509 * gdb.base/default.exp: Update "target child" and "target procfs"
12510 tests to not expect "Unix".
12511
12512 2014-03-12 Tom Tromey <tromey@redhat.com>
12513
12514 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
12515 New procs. Add target-async tests.
12516 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
12517 Add target-async tests.
12518
12519 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12520
12521 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
12522 'func_start' and 'func_end' for the beginning and end of the
12523 function code, respectively.
12524 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
12525 'func_end' instead of 'func' and 'main'.
12526
12527 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12528
12529 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
12530 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
12531 generate the debug info assembler source.
12532
12533 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12534
12535 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
12536 * gdb.dwarf2/arr-subrange.exp: Likewise.
12537 * gdb.dwarf2/dwz.exp: Likewise.
12538 * gdb.dwarf2/method-ptr.exp: Likewise.
12539 * gdb.dwarf2/missing-sig-type.exp: Likewise.
12540 * gdb.dwarf2/subrange.exp: Likewise.
12541 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
12542 * gdb.dwarf2/implptrpiece.exp: Likewise.
12543 * gdb.dwarf2/nostaticblock.exp: Likewise.
12544
12545 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12546
12547 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
12548 directory to absolute path name arguments.
12549
12550 2014-03-10 Joel Brobecker <brobecker@adacore.com>
12551
12552 * gdb.ada/tagged_access: New testcase.
12553
12554 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
12555
12556 * gdb.btrace/data.exp: Update expected output.
12557
12558 2014-03-06 Yao Qi <yao@codesourcery.com>
12559
12560 * gdb.trace/pr16508.exp: New file.
12561
12562 2014-03-05 Pedro Alves <palves@redhat.com>
12563
12564 PR gdb/16575
12565 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
12566 procedure.
12567 (top level): Adjust to use it. Add tests that exercise breakpoint
12568 interaction with the code-cache.
12569
12570 2014-02-26 Ludovic Courtès <ludo@gnu.org>
12571
12572 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
12573 test for 'history-append!'.
12574
12575 2014-02-26 Joel Brobecker <brobecker@adacore.com>
12576
12577 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
12578 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
12579 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
12580 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
12581 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
12582 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
12583
12584 2014-02-26 Joel Brobecker <brobecker@adacore.com>
12585
12586 * testsuite/gdb.python/py-pp-re-notag.c: New file.
12587 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
12588 * testsuite/gdb.python/py-pp-re-notag.p: New file.
12589
12590 2014-02-26 Joel Brobecker <brobecker@adacore.com>
12591
12592 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
12593
12594 2014-02-26 Joel Brobecker <brobecker@adacore.com>
12595
12596 * gdb.dwarf2/arr-stride.c: New file.
12597 * gdb.dwarf2/arr-stride.exp: New file.
12598
12599 2014-02-26 Pedro Alves <palves@redhat.com>
12600
12601 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
12602 that won't ever trigger. Make sure that GDB reports the correct
12603 breakpoint that caused the stop.
12604
12605 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12606
12607 PR gdb/16626
12608 * gdb.base/auto-load-script: New file.
12609 * gdb.base/auto-load.c: New file.
12610 * gdb.base/auto-load.exp: New file.
12611
12612 PR gdb/16626
12613 * gdb.base/auto-load.exp: Fix out-of-srctree run.
12614
12615 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12616
12617 Fix dw2-icycle.exp -fsanitize=address GDB crash.
12618 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
12619
12620 2014-02-24 Doug Evans <dje@google.com>
12621
12622 * lib/gdb.exp (run_on_host): Log error output if program fails.
12623
12624 2014-02-21 Pedro Alves <palves@redhat.com>
12625
12626 * gdb.threads/step-after-sr-lock.c: Rename to ...
12627 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
12628 * gdb.threads/step-after-sr-lock.exp: Rename to ...
12629 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
12630 ... this.
12631
12632 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
12633
12634 PR tdep/16397
12635 * gdb.arch/amd64-stap-special-operands.exp: New file.
12636 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
12637 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
12638 * gdb.arch/amd64-stap-triplet.S: Likewise.
12639 * gdb.arch/amd64-stap-triplet.c: Likewise.
12640
12641 2014-02-20 Joel Brobecker <brobecker@adacore.com>
12642
12643 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
12644 in .section pseudo-op.
12645
12646 2014-02-20 lin zuojian <manjian2006@gmail.com>
12647 Joel Brobecker <brobecker@adacore.com>
12648 Doug Evans <xdje42@gmail.com>
12649
12650 PR symtab/16581
12651 * gdb.dwarf2/dw2-icycle.S: New file.
12652 * gdb.dwarf2/dw2-icycle.c: New file.
12653 * gdb.dwarf2/dw2-icycle.exp: New file.
12654
12655 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
12656
12657 * gdb.python/py-value-cc.cc: Improve test case to enable testing
12658 operations on gdb.Value objects.
12659 * gdb.python/py-value-cc.exp: Add new test to test operations on
12660 gdb.Value objects.
12661
12662 2014-02-18 Doug Evans <dje@google.com>
12663
12664 * Makefile.in (TESTS): New variable.
12665 (expanded_tests, expanded_tests_or_none): New variables
12666 (check-single): Pass $(expanded_tests_or_none) to runtest.
12667 (check-parallel): Only run tests in $(TESTS) if non-empty.
12668 (check/no-matching-tests-found): New rule.
12669 * README: Document TESTS makefile variable.
12670
12671 2014-02-18 Doug Evans <dje@google.com>
12672
12673 * Makefile.in (check-parallel): rm -rf outputs temp.
12674
12675 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12676
12677 Fix "ERROR: no fileid for" in the testsuite.
12678 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
12679
12680 2014-02-12 Doug Evans <dje@google.com>
12681
12682 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
12683 (MISCELLANEOUS): New variable.
12684 (clean): rm -rf $(MISCELLANEOUS).
12685 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
12686 dwp live in the same directory as symlinks, with each symlink pointed
12687 to a differently named file in a different directory.
12688
12689 2014-02-11 Doug Evans <dje@google.com>
12690
12691 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
12692 of Tcl file commands.
12693
12694 2014-02-10 Mark Kettenis <kettenis@gnu.org>
12695
12696 * gdb.threads/step-after-sr-lock.exp: Avoid executing
12697 "kill -SIGUSR1 -1".
12698
12699 2014-02-10 Joel Brobecker <brobecker@adacore.com>
12700
12701 * gdb.ada/tick_length_array_enum_idx: New testcase.
12702
12703 2014-02-10 Doug Evans <xdje42@gmail.com>
12704
12705 * configure.ac (AC_OUTPUT): Add gdb.guile.
12706 * configure: Regenerate.
12707 * lib/gdb-guile.exp: New file.
12708 * lib/gdb.exp (get_target_charset): New function.
12709 * gdb.base/help.exp: Update expected output from "apropos apropos".
12710 * gdb.guile/Makefile.in: New file.
12711 * gdb.guile/guile.exp: New file.
12712 * gdb.guile/scm-arch.c: New file.
12713 * gdb.guile/scm-arch.exp: New file.
12714 * gdb.guile/scm-block.c: New file.
12715 * gdb.guile/scm-block.exp: New file.
12716 * gdb.guile/scm-breakpoint.c: New file.
12717 * gdb.guile/scm-breakpoint.exp: New file.
12718 * gdb.guile/scm-disasm.c: New file.
12719 * gdb.guile/scm-disasm.exp: New file.
12720 * gdb.guile/scm-equal.c: New file.
12721 * gdb.guile/scm-equal.exp: New file.
12722 * gdb.guile/scm-error.exp: New file.
12723 * gdb.guile/scm-error.scm: New file.
12724 * gdb.guile/scm-frame-args.c: New file.
12725 * gdb.guile/scm-frame-args.exp: New file.
12726 * gdb.guile/scm-frame-args.scm: New file.
12727 * gdb.guile/scm-frame-inline.c: New file.
12728 * gdb.guile/scm-frame-inline.exp: New file.
12729 * gdb.guile/scm-frame.c: New file.
12730 * gdb.guile/scm-frame.exp: New file.
12731 * gdb.guile/scm-generics.exp: New file.
12732 * gdb.guile/scm-gsmob.exp: New file.
12733 * gdb.guile/scm-iterator.c: New file.
12734 * gdb.guile/scm-iterator.exp: New file.
12735 * gdb.guile/scm-math.c: New file.
12736 * gdb.guile/scm-math.exp: New file.
12737 * gdb.guile/scm-objfile-script-gdb.in: New file.
12738 * gdb.guile/scm-objfile-script.c: New file.
12739 * gdb.guile/scm-objfile-script.exp: New file.
12740 * gdb.guile/scm-objfile.c: New file.
12741 * gdb.guile/scm-objfile.exp: New file.
12742 * gdb.guile/scm-ports.exp: New file.
12743 * gdb.guile/scm-pretty-print.c: New file.
12744 * gdb.guile/scm-pretty-print.exp: New file.
12745 * gdb.guile/scm-pretty-print.scm: New file.
12746 * gdb.guile/scm-section-script.c: New file.
12747 * gdb.guile/scm-section-script.exp: New file.
12748 * gdb.guile/scm-section-script.scm: New file.
12749 * gdb.guile/scm-symbol.c: New file.
12750 * gdb.guile/scm-symbol.exp: New file.
12751 * gdb.guile/scm-symtab-2.c: New file.
12752 * gdb.guile/scm-symtab.c: New file.
12753 * gdb.guile/scm-symtab.exp: New file.
12754 * gdb.guile/scm-type.c: New file.
12755 * gdb.guile/scm-type.exp: New file.
12756 * gdb.guile/scm-value-cc.cc: New file.
12757 * gdb.guile/scm-value-cc.exp: New file.
12758 * gdb.guile/scm-value.c: New file.
12759 * gdb.guile/scm-value.exp: New file.
12760 * gdb.guile/source2.scm: New file.
12761 * gdb.guile/types-module.cc: New file.
12762 * gdb.guile/types-module.exp: New file.
12763
12764 2014-02-10 Yao Qi <yao@codesourcery.com>
12765
12766 PR testsuite/16543
12767 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
12768 * configure: Regenerated.
12769 * Makefile.in: New file.
12770
12771 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
12772
12773 * gdb.python/py-framefilter.exp: Fix typo.
12774
12775 2014-02-08 Yao Qi <yao@codesourcery.com>
12776
12777 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
12778 that no =breakpoint-modified is emitted when breakpoints are
12779 modified through MI commands.
12780
12781 2014-02-07 Pedro Alves <pedro@codesourcery.com>
12782 Pedro Alves <palves@redhat.com>
12783
12784 * gdb.threads/step-after-sr-lock.c: New file.
12785 * gdb.threads/step-after-sr-lock.exp: New file.
12786
12787 2014-02-07 Pedro Alves <palves@redhat.com>
12788
12789 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
12790
12791 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
12792
12793 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
12794 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
12795
12796 2014-02-06 Doug Evans <xdje42@gmail.com>
12797
12798 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
12799 output.
12800
12801 * gdb.gdb/python-interrupts.exp: New file.
12802
12803 2014-02-05 Yao Qi <yao@codesourcery.com>
12804
12805 * gdb.trace/report.exp (use_collected_data): Test the output
12806 of "info threads" and "info inferiors".
12807
12808 2014-02-05 Yao Qi <yao@codesourcery.com>
12809
12810 Revert this patch:
12811
12812 2013-05-24 Yao Qi <yao@codesourcery.com>
12813
12814 * gdb.trace/tfile.exp: Test inferior and thread.
12815
12816 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
12817
12818 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
12819 on a function.
12820 * gdb.base/step-bt.c: Call hello via function pointer to make
12821 sure its first instruction is executed on powerpc64le-linux.
12822
12823 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
12824
12825 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
12826
12827 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
12828
12829 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
12830 of the test patterns for use on little-endian systems.
12831
12832 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
12833
12834 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
12835 (decimal_vector): Fix for little-endian.
12836
12837 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
12838
12839 * gdb.arch/sparc-sysstep.exp: New file.
12840 * gdb.arch/sparc-sysstep.c: Likewise.
12841
12842 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
12843
12844 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12845
12846 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
12847
12848 2014-01-23 Tom Tromey <tromey@redhat.com>
12849
12850 * gdb.ada/array_char_idx: New testcase.
12851
12852 2014-01-23 Tom Tromey <tromey@redhat.com>
12853
12854 PR python/16487:
12855 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
12856 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
12857 classes.
12858
12859 2014-01-23 Tom Tromey <tromey@redhat.com>
12860
12861 PR python/16491:
12862 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
12863 string from an inferior frame.
12864 * gdb.python/py-framefilter-mi.exp: Update.
12865
12866 2014-01-22 Doug Evans <dje@google.com>
12867
12868 * gdb.server/server-mon.exp: Add tests for "set debug-format".
12869
12870 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
12871
12872 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
12873
12874 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
12875
12876 * gdb.trace/entry-values.exp: Remove excess space character from
12877 regex patterns. Handle s390 call instruction.
12878
12879 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
12880
12881 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
12882 define "*_start" label. Make "name" static.
12883 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
12884 ${name} by references to ${name}_start.
12885
12886 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
12887
12888 * gdb.base/info-macros.exp: Remove "debug" from the compile
12889 options.
12890
12891 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
12892
12893 * gdb.dlang/demangle.exp: New file.
12894
12895 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
12896
12897 * gdb.dlang/primitive-types.exp: New file.
12898
12899 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
12900
12901 * configure.ac: Create gdb.dlang/Makefile.
12902 * configure: Regenerate.
12903 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
12904 * gdb.dlang/Makefile.in: New file.
12905 * lib/d-support.exp: New file.
12906 * lib/gdb.exp (skip_d_tests): New proc.
12907
12908 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12909
12910 * gdb.btrace/delta.exp: Check reverse stepi.
12911 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
12912 * gdb.btrace/finish.exp: New.
12913 * gdb.btrace/next.exp: New.
12914 * gdb.btrace/nexti.exp: New.
12915 * gdb.btrace/record_goto.c: Add comments.
12916 * gdb.btrace/step.exp: New.
12917 * gdb.btrace/stepi.exp: New.
12918 * gdb.btrace/multi-thread-step.c: New.
12919 * gdb.btrace/multi-thread-step.exp: New.
12920 * gdb.btrace/rn-dl-bind.c: New.
12921 * gdb.btrace/rn-dl-bind.exp: New.
12922 * gdb.btrace/data.c: New.
12923 * gdb.btrace/data.exp: New.
12924 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
12925
12926 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12927
12928 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
12929 * gdb.btrace/exception.exp: Update.
12930 * gdb.btrace/instruction_history.exp: Update.
12931 * gdb.btrace/record_goto.exp: Update.
12932 * gdb.btrace/tailcall.exp: Update.
12933 * gdb.btrace/unknown_functions.exp: Update.
12934 * gdb.btrace/delta.exp: New.
12935
12936 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12937
12938 * gdb.btrace/record_goto.exp: Add backtrace test.
12939 * gdb.btrace/tailcall.exp: Add backtrace test.
12940
12941 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12942
12943 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
12944 * gdb.btrace/record_goto.c: New.
12945 * gdb.btrace/record_goto.exp: New.
12946 * gdb.btrace/x86-record_goto.S: New.
12947
12948 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12949
12950 * gdb.btrace/function_call_history.exp: Update tests.
12951 * gdb.btrace/instruction_history.exp: Update tests.
12952
12953 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12954
12955 * gdb.btrace/function_call_history.exp: Fix expected field
12956 order for "record function-call-history".
12957 Add new tests for "record function-call-history /c".
12958 * gdb.btrace/exception.cc: New.
12959 * gdb.btrace/exception.exp: New.
12960 * gdb.btrace/tailcall.exp: New.
12961 * gdb.btrace/x86-tailcall.S: New.
12962 * gdb.btrace/x86-tailcall.c: New.
12963 * gdb.btrace/unknown_functions.c: New.
12964 * gdb.btrace/unknown_functions.exp: New.
12965 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
12966
12967 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12968
12969 * gdb.btrace/instruction_history.exp: Update.
12970 * gdb.btrace/function_call_history.exp: Update.
12971
12972 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12973
12974 * gdb.btrace/function_call_history.exp: Fix expected function
12975 trace.
12976 * gdb.btrace/instruction_history.exp: Initialize traced.
12977 Remove traced_functions.
12978
12979 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12980
12981 * gdb.btrace/function_call_history.exp: Update
12982 * gdb.btrace/instruction_history.exp: Update.
12983
12984 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12985
12986 * gdb.btrace/enable.exp: Update expected text.
12987
12988 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
12989
12990 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
12991 bytes.
12992
12993 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
12994
12995 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
12996
12997 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
12998
12999 * lib/gdb.exp (supports_process_record): Return true for
13000 arm*-linux*. (supports_reverse): Likewise.
13001
13002 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
13003
13004 PR python/15464
13005 PR python/16113
13006 * gdb.python/py-type.c: Enhance test case.
13007 * gdb.python/py-value-cc.cc: Likewise
13008 * gdb.python/py-type.exp: Add new tests.
13009 * gdb.python/py-value-cc.exp: Likewise
13010
13011 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13012 Pedro Alves <palves@redhat.com>
13013
13014 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
13015 Make "name" extern.
13016 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
13017 references to ${name}_start by references to ${name}.
13018
13019 2014-01-10 Joel Brobecker <brobecker@adacore.com>
13020
13021 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
13022
13023 2014-01-10 Joel Brobecker <brobecker@adacore.com>
13024
13025 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
13026
13027 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
13028 Pedro Alves <palves@redhat.com>
13029
13030 * gdb.mi/mi-info-os.exp: Connect to the target with
13031 mi_gdb_target_load.
13032
13033 2014-01-08 Pedro Alves <palves@redhat.com>
13034
13035 * gdb.threads/reconnect-signal.c: New file.
13036 * gdb.threads/reconnect-signal.exp: New file.
13037
13038 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13039
13040 * gdb.base/source-dir.exp: New file.
13041
13042 2014-01-07 Joel Brobecker <brobecker@adacore.com>
13043
13044 * gdb.ada/mi_interface: New testcase.
13045
13046 2014-01-07 Joel Brobecker <brobecker@adacore.com>
13047
13048 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
13049 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
13050 gdb.ada/pp-rec-component/pck.ads: New files.
13051
13052 2014-01-07 Joel Brobecker <brobecker@adacore.com>
13053
13054 * gdb.python/py-pp-integral.c: New file.
13055 * gdb.python/py-pp-integral.py: New file.
13056 * gdb.python/py-pp-integral.exp: New file.
13057
13058 For older changes see ChangeLog-1993-2013.
13059 \f
13060 ;; Local Variables:
13061 ;; mode: change-log
13062 ;; left-margin: 8
13063 ;; fill-column: 74
13064 ;; version-control: never
13065 ;; End:
13066
13067 Copyright 2014-2017 Free Software Foundation, Inc.
13068 Copying and distribution of this file, with or without modification,
13069 are permitted provided the copyright notice and this notice are preserved.