GDB testsuite: Re-enable -fdiagnostics-color=never
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2
3 * lib/gdb.exp (gdb_compile): Re-enable use of
4 universal_compile_options for languages other than Rust.
5
6 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7
8 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
9
10 2018-01-17 Mike Gulick <mgulick@mathworks.com>
11
12 PR gdb/16577
13 * gdb.base/solib-vanish.exp: New.
14 * gdb.base/solib-vanish-main.c: New.
15 * gdb.base/solib-vanish-lib1.c: New.
16 * gdb.base/solib-vanish-lib2.c: New.
17
18 2018-01-17 Yao Qi <yao.qi@linaro.org>
19
20 * gdb.compile/compile.exp: Match the address printed for
21 frame in the output of command "bt".
22
23 2018-01-15 Tom Tromey <tom@tromey.com>
24
25 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
26 compute sp_reg.
27
28 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
29
30 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
31 to prepare.
32 (prepare): Return 0 on error, 1 on success.
33
34 2018-01-12 Pedro Alves <palves@redhat.com>
35
36 * gdb.base/continue-after-aborted-step-over.c: New.
37 * gdb.base/continue-after-aborted-step-over.exp: New.
38
39 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
40
41 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
42 options when not creating an executable.
43
44 2018-01-11 Pedro Alves <palves@redhat.com>
45
46 PR remote/22597
47 * gdb.server/stop-reply-no-thread.c: New file.
48 * gdb.server/stop-reply-no-thread.exp: New file.
49
50 2018-01-10 Pedro Alves <palves@redhat.com>
51
52 PR gdb/22670
53 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
54 functions too. Test setting breakpoints and printing C functions
55 with no debug info too.
56 * gdb.ada/bp_c_mixed_case/qux.c: New file.
57
58 2018-01-10 Pedro Alves <palves@redhat.com>
59
60 PR gdb/22670
61 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
62 a fail.
63
64 2018-01-10 Pedro Alves <palves@redhat.com>
65
66 PR gdb/22670
67 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
68
69 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
70
71 * gdb.server/unittest.exp: Match the output in non-development
72 mode.
73
74 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
75
76 * gdb.gdb/unittest.exp: Match output in non-development mode.
77
78 2018-01-08 Joel Brobecker <brobecker@adacore.com>
79
80 * gdb.ada/access_tagged_param.exp: Relax expected output
81 for value of "ObjL" in "continue" to pck.inspect breakpoint
82 test.
83
84 2018-01-08 Joel Brobecker <brobecker@adacore.com>
85
86 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
87 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
88
89 2018-01-05 Pedro Alves <palves@redhat.com>
90
91 PR gdb/18653
92 * gdb.base/libsegfault.exp: New.
93
94 2018-01-05 Joel Brobecker <brobecker@adacore.com>
95
96 PR gdb/22670
97 * gdb.ada/access_tagged_param.exp: New file.
98 * gdb.ada/access_tagged_param/foo.adb: New file.
99
100 2018-01-05 Pedro Alves <palves@redhat.com>
101
102 PR gdb/22670
103 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
104 exercise lower case too, and to exercise both full matching and
105 wild matching.
106
107 2018-01-05 Joel Brobecker <brobecker@adacore.com>
108
109 * gdb.ada/rename_subscript_param: New testcase.
110
111 2018-01-05 Jerome Guitton <guitton@adacore.com>
112
113 * gdb.ada/arr_acc_idx_w_gap: New testcase.
114
115 2018-01-05 Joel Brobecker <brobecker@adacore.com>
116
117 * gdb.ada/convvar_comp: New testcase.
118
119 2018-01-05 Xavier Roirand <roirand@adacore.com>
120
121 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
122 (My_Table): New global variable.
123 * testsuite/gdb.ada/array_char_idx.exp: Add test.
124
125 2018-01-04 Joel Brobecker <brobecker@adacore.com>
126
127 PR gdb/22670
128 * gdb.ada/maint_with_ada: New testcase.
129
130 2018-01-04 Joel Brobecker <brobecker@adacore.com>
131
132 PR gdb/22670
133 * gdb.ada/bp_c_mixed_case: New testcase.
134
135 2018-01-04 Joel Brobecker <brobecker@adacore.com>
136
137 PR gdb/22670
138 * gdb.ada/complete.exp: Add "complete break ada" test.
139
140 2018-01-04 Joel Brobecker <brobecker@adacore.com>
141
142 PR gdb/22670
143 * gdb.ada/info_addr_mixed_case: New testcase.
144
145 2018-01-03 Xavier Roirand <roirand@adacore.com>
146
147 * gdb.ada/excep_handle.exp: New testcase.
148 * gdb.ada/excep_handle/foo.adb: New file.
149 * gdb.ada/excep_handle/pck.ads: New file.
150
151 2018-01-03 Joel Brobecker <brobecker@adacore.com>
152
153 * gdb.base/step-line.c: Add extra empty line in copyright header.
154 * gdb.base/step-line.inp: Likewise.
155
156 2018-01-02 Joel Brobecker <brobecker@adacore.com>
157
158 * gdb.ada/dyn_stride.exp: Add slice test.
159
160 2018-01-02 Joel Brobecker <brobecker@adacore.com>
161
162 * gdb.ada/dyn_stride: New testcase.
163
164 2017-12-27 Stafford Horne <shorne@gmail.com>
165
166 * gdb.xml/extra-regs.xml: Add example foo reggroup.
167 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
168
169 2017-12-27 Stafford Horne <shorne@gmail.com>
170
171 * gdb.base/reggroups.c: New file.
172 * gdb.base/reggroups.exp: New file.
173
174 2017-12-18 Joel Brobecker <brobecker@adacore.com>
175
176 * gdb.dwarf2/ada-valprint-error.c: New file.
177 * gdb.dwarf2/ada-valprint-error.exp: New file.
178
179 2017-12-18 Joel Brobecker <brobecker@adacore.com>
180
181 * gdb.ada/assign_arr: New testcase.
182
183 2017-12-18 Xavier Roirand <roirand@adacore.com>
184
185 * gdb.ada/funcall_ptr: New testcase.
186
187 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
188
189 PR cli/16224
190 * gdb.base/ptype-offsets.cc: New file.
191 * gdb.base/ptype-offsets.exp: New file.
192
193 2017-12-15 Yao Qi <yao.qi@linaro.org>
194
195 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
196 if XML is disabled.
197
198 2017-12-15 Xavier Roirand <roirand@adacore.com>
199
200 * gdb.ada/same_component_name: New testcase.
201
202 2017-12-14 Joel Brobecker <brobecker@adacore.com>
203
204 * gdb.ada/str_binop_equal: New testcase.
205
206 2017-12-14 Joel Brobecker <brobecker@adacore.com>
207
208 * gdb.ada/task_switch_in_core: New testcase.
209
210 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
211
212 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
213 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
214 call test_bkpt_qualified.
215 (test_bkpt_qualified): New proc.
216
217 2017-12-13 Pedro Alves <palves@redhat.com>
218
219 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
220 Tighten regexp by matching with an anchor.
221
222 2017-12-13 Pedro Alves <palves@redhat.com>
223
224 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
225 ("expression with namespace"): New set of tests.
226 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
227 (Nested::Test_NS::qux): New.
228 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
229 defaults to 'start_quote_char' and 'end_quote_char' parameters.
230
231 2017-12-13 Joel Brobecker <brobecker@adacore.com>
232
233 * gdb.base/server-del-break.c: New file.
234 * gdb.base/server-del-break.exp: New file.
235
236 2017-12-12 Stafford Horne <shorne@gmail.com>
237
238 * gdb.xml/tdesc-regs.exp: Add or1k support.
239
240 2017-12-12 Stafford Horne <shorne@gmail.com>
241
242 * gdb.base/bp-permanent.c: Define nop of or1k.
243
244 2017-12-11 Joel Brobecker <brobecker@adacore.com>
245
246 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
247 output with components being reordered.
248
249 2017-12-11 Joel Brobecker <brobecker@adacore.com>
250
251 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
252 output with components being reordered.
253
254 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
255 Pedro Alves <palves@redhat.com>
256
257 * gdb.base/maint.exp (check for .gdb_index): Check also for
258 .debug_names.
259 * gdb.dlang/watch-loc.c (.debug_aranges): New.
260 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
261 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
262 (.gdb_index used after symbol reloading): Support also .debug_names.
263 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
264
265 2017-12-08 Yao Qi <yao.qi@linaro.org>
266
267 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
268 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
269
270 2017-12-08 Yao Qi <yao.qi@linaro.org>
271
272 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
273 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
274
275 2017-12-08 Yao Qi <yao.qi@linaro.org>
276
277 * gdb.arch/aarch64-tagged-pointer.c: New file.
278 * gdb.arch/aarch64-tagged-pointer.exp: New file.
279
280 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
281
282 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
283 "int".
284
285 2017-12-07 Keith Seitz <keiths@redhat.com>
286
287 PR breakpoints/22569
288 * gdb.linespec/ls-errs.exp: Change expected result of "break
289 -source this file has spaces.c -line 3".
290 Check that an explicit source file followed by whitespace is
291 identified as an invalid explicit location.
292
293 2017-12-07 Keith Seitz <keiths@redhat.com>
294
295 * gdb.cp/nested-types.cc: New file.
296 * gdb.cp/nested-types.exp: New file.
297 * lib/cp-support.exp: Load data-structures.exp library.
298 (debug_cp_test_ptype_class): New global.
299 (cp_ptype_class_verbose, next_line): New procedures.
300 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
301 Add and document new return value.
302 Switch the list of lines to a queue.
303 Add support for new `type' key for nested type definitions.
304 Add debugging/troubleshooting messages.
305 * lib/data-structures.exp: New file.
306
307 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
308
309 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
310 with proc_with_prefix, don't use with_test_prefix.
311
312 2017-12-07 Tom Tromey <tom@tromey.com>
313
314 * gdb.base/break.exp: Add test for empty "commands".
315
316 2017-12-07 Yao Qi <yao.qi@linaro.org>
317
318 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
319 malloc and catch syscall.
320
321 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
322
323 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
324 tests for explicit locations.
325
326 2017-12-06 Pedro Alves <palves@redhat.com>
327
328 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
329 force-disabling XML descriptions.
330
331 2017-12-04 Pedro Alves <palves@redhat.com>
332
333 PR gdb/22499
334 * gdb.arch/amd64-disp-step-avx.S: New file.
335 * gdb.arch/amd64-disp-step-avx.exp: New file.
336
337 2017-12-03 Pedro Alves <palves@redhat.com>
338
339 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
340 and <string.h>.
341 (parent_function): Print distinct messages when waitpid fails, or
342 the child exits with a signal, or the child exits for an unhandled
343 reason.
344 * gdb.threads/process-dies-while-detaching.exp
345 (detach_and_expect_exit): New 'inf_output_re' parameter and use
346 it. Wait for both inferior output and GDB's prompt. Use an
347 indirect spawn id list.
348 (do_detach): New parameter 'child_exit'. Use it to compute
349 expected inferior output.
350 (test_detach, test_detach_watch, test_detach_killed_outside):
351 Adjust to pass down the expected child exit kind.
352
353 2017-12-01 Joel Brobecker <brobecker@adacore.com>
354 Sergio Durigan Junior <sergiodj@redhat.com>
355 Pedro Alves <palves@redhat.com>
356
357 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
358
359 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
360
361 * gdb.base/relocate.exp: Add tests to guarantee that arguments
362 to 'symbol-file' and 'add-symbol-file' can be
363 position-independent.
364
365 2017-12-01 Yao Qi <yao.qi@linaro.org>
366
367 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
368 the URL in copyright header.
369 * gdb.arch/aarch64-fp.exp: Likewise.
370 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
371 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
372 * gdb.base/expand-psymtabs.exp: Likewise.
373 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
374 * gdb.fortran/common-block.exp: Likewise.
375 * gdb.fortran/common-block.f90: Likewise.
376 * gdb.fortran/logical.exp: Likewise.
377 * gdb.fortran/vla-datatypes.f90: Likewise.
378 * gdb.fortran/vla-sub.f90: Likewise.
379
380 2017-11-30 Joel Brobecker <brobecker@adacore.com>
381
382 * gdb.ada/repeat_dyn: New testcase.
383
384 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
385
386 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
387 Update for changed thread numbering.
388 * gdb.cell/bt.exp: Update for changed GDB output.
389
390 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
391
392 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
393 setting isremote by hand.
394 * boards/dwarf4-gdb-index.exp: Likewise.
395 * boards/fission.exp: Likewise.
396 * boards/stabs.exp: Likewise.
397
398 2017-11-30 Pedro Alves <palves@redhat.com>
399
400 * gdb.linespec/cpls-ops.exp
401 (check_explicit_skips_function_argument): Extract the underlying
402 type of size_t instead of hardcoding it.
403
404 2017-11-29 Pedro Alves <palves@redhat.com>
405
406 PR c++/19436
407 * gdb.linespec/cpls-abi-tag.cc: New file.
408 * gdb.linespec/cpls-abi-tag.exp: New file.
409
410 2017-11-29 Pedro Alves <palves@redhat.com>
411
412 * gdb.base/langs.exp: Use -qualified.
413 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
414 it.
415 * gdb.cp/namespace.exp: Use -qualified.
416 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
417 (overload-3, template-overload, template-ret-type, const-overload)
418 (const-overload-quoted, anon-ns, ambiguous-prefix): New
419 procedures.
420 (test_driver): Call them.
421 * gdb.cp/save-bp-qualified.cc: New.
422 * gdb.cp/save-bp-qualified.exp: New.
423 * gdb.linespec/explicit.exp: Test -qualified.
424 * lib/completion-support.exp (completion::explicit_opts_list): Add
425 "-qualified".
426 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
427
428 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
429
430 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
431
432 2017-11-29 Tom Tromey <tom@tromey.com>
433
434 * gdb.base/relocate.exp: Update invalid argument test.
435 Add new tests for invalid arguments.
436
437 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
438
439 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
440 Return 0 as a long.
441 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
442
443 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
444
445 * gdb.cp/breakpoint.cc (bar): Set return type to void.
446 * gdb.cp/psymtab-parameter.cc (func): Likewise.
447 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
448 func ().
449 * gdb.cp/shadow.cc (B.func): Return 0.
450
451 2017-11-27 Joel Brobecker <brobecker@adacore.com>
452
453 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
454 expected output in gdb_expect call to allow the exception
455 message to be present as well. Fix syntax confusion to avoid
456 TCL thinking that exception_name is an array.
457
458 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
459
460 * gdb.arch/spu-info.c: Include <unistd.h>.
461 (do_signal_test): Fix broken calls to write.
462 * gdb.arch/spu-info.exp: Use prepare_for_testing.
463 Fix checks for empty mailboxes. Update signal tests for corrected
464 do_signal_test routine. Allow nonzero event status.
465 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
466 * gdb.cell/arch.exp: Use standard_output_file.
467 * gdb.cell/break.exp: Likewise.
468 * gdb.cell/bt.exp: Likewise.
469 * gdb.cell/core.exp: Likewise.
470 * gdb.cell/dwarfaddr.exp: Likewise.
471 * gdb.cell/ea-cache.exp: Likewise.
472 * gdb.cell/ea-standalone.exp: Likewise.
473 * gdb.cell/f-regs.exp: Likewise.
474 * gdb.cell/fork.exp: Likewise.
475 * gdb.cell/gcore.exp: Likewise.
476 * gdb.cell/mem-access.exp: Likewise.
477 * gdb.cell/ptype.exp: Likewise.
478 * gdb.cell/registers.exp: Likewise.
479 * gdb.cell/sizeof.exp: Likewise.
480 * gdb.cell/solib-symbol.exp: Likewise.
481 * gdb.cell/solib.exp: Likewise.
482
483 2017-11-25 Pedro Alves <palves@redhat.com>
484
485 * gdb.base/complete-empty.exp: New file.
486 * gdb.base/completion.exp: Adjust.
487
488 2017-11-25 Pedro Alves <palves@redhat.com>
489
490 * gdb.linespec/cpls-ops.cc: New file.
491 * gdb.linespec/cpls-ops.exp: New file.
492 * lib/completion-support.exp (test_complete_prefix_range_re): New,
493 factored out from ...
494 (test_complete_prefix_range): ... this.
495
496 2017-11-24 Pedro Alves <palves@redhat.com>
497
498 * gdb.linespec/cpcompletion.exp: New file.
499 * gdb.linespec/cpls-hyphen.cc: New file.
500 * gdb.linespec/cpls.cc: New file.
501 * gdb.linespec/cpls2.cc: New file.
502 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
503 test to use test_gdb_complete_unique. Add label completion,
504 keyword completion and explicit location completion tests.
505 * lib/completion-support.exp: New file.
506
507 2017-11-24 Joel Brobecker <brobecker@adacore.com>
508
509 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
510 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
511 when hitting an exception catchpoint.
512
513 2017-11-22 Yao Qi <yao.qi@linaro.org>
514
515 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
516
517 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
518
519 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
520 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
521 * gdb.dwarf2/info-locals-optimized-out.c: New file.
522
523 2017-11-22 Yao Qi <yao.qi@linaro.org>
524
525 * gdb.base/info-os.exp: Pass pthreads.
526 * gdb.multi/multi-attach.exp: Likewise.
527
528 2017-11-22 Yao Qi <yao.qi@linaro.org>
529
530 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
531 compiler.
532
533 2017-11-22 Yao Qi <yao.qi@linaro.org>
534
535 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
536 * gdb.base/break-interp.exp: Likewise.
537 * gdb.base/jit-attach-pie.exp: Likewise.
538
539 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
540
541 * gdb.base/float128.c (large128): New variable.
542 * gdb.base/float128.exp: Add test to print largest __float128 value.
543
544 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
545
546 * gdb.arch/vsx-regs.exp: Update register content checks.
547
548 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
549
550 * gdb.arch/ppc-longdouble.exp: New file.
551 * gdb.arch/ppc-longdouble.c: Likewise.
552
553 2017-11-21 Pedro Alves <palves@redhat.com>
554
555 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
556
557 2017-11-20 Pedro Alves <palves@redhat.com>
558
559 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
560 (long_double_typedef): New typedefs.
561 Use DEF on double and long double.
562 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
563 cases.
564 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
565 and 'long_double_ptr_same_size' locals. Use them to decide
566 whether cast from array/function to float is valid/invalid.
567
568 2017-11-17 Tom Tromey <tom@tromey.com>
569
570 * gdb.rust/traits.rs: New file.
571 * gdb.rust/traits.exp: New file.
572
573 2017-11-17 Joel Brobecker <brobecker@adacore.com>
574
575 * gdb.ada/minsyms: New testcase.
576
577 2017-11-16 Pedro Alves <palves@redhat.com>
578
579 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
580 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
581
582 2017-11-16 Pedro Alves <palves@redhat.com>
583
584 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
585 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
586
587 2017-11-16 Pedro Alves <palves@redhat.com>
588
589 * gdb.server/reconnect-ctrl-c.c: New file.
590 * gdb.server/reconnect-ctrl-c.exp: New file.
591
592 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
593
594 * gdb.python/py-rbreak.exp: New file.
595 * gdb.python/py-rbreak.c: New file.
596 * gdb.python/py-rbreak-func2.c: New file.
597
598 2017-11-16 Pedro Alves <palves@redhat.com>
599
600 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
601 pattern.
602 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
603 GDB.
604
605 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
606
607 * gdb.tui/completionn.exp (test_tab_completion): Add space in
608 regex.
609
610 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
611
612 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
613 test names.
614
615 2017-11-09 Pedro Alves <palves@redhat.com>
616
617 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
618 factored out from ...
619 (top level): ... here, and adjusted to avoid expecting beyond the
620 prompt in a single gdb_test_multiple.
621
622 2017-11-09 Pedro Alves <palves@redhat.com>
623
624 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
625 output.
626 * gdb.server/ext-attach.exp ("kill" test): Likewise.
627 * gdb.server/ext-restart.exp ("kill" test): Likewise.
628 * gdb.server/ext-run.exp ("kill" test): Likewise.
629 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
630
631 2017-11-09 Pedro Alves <palves@redhat.com>
632
633 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
634 match till end of line.
635
636 2017-11-09 Pedro Alves <palves@redhat.com>
637
638 * gdb.base/memattr.exp: Tighten regexes to match the end line.
639
640 2017-11-09 Pedro Alves <palves@redhat.com>
641
642 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
643 New procedures, factored out from ...
644 (top level): ... here, and adjusted to avoid expecting beyond the
645 prompt in one go.
646
647 2017-11-09 Pedro Alves <palves@redhat.com>
648
649 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
650 output. Fix '?' match.
651
652 2017-11-08 Joel Brobecker <brobecker@adacore.com>
653
654 * gdb.ada/scoped_watch: New testcase.
655 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
656 which is actually correct.
657 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
658 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
659
660 2017-11-08 Pedro Alves <palves@redhat.com>
661
662 * gdb.gdb/complaints.exp (test_initial_complaints)
663 (test_serial_complaints, test_short_complaints): Call
664 complaint_internal instead of complaint.
665
666 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
667
668 * gdb.threads/tls-core.c: New file.
669 * gdb.threads/tls-core.exp: Likewise.
670
671 2017-11-08 Pedro Alves <palves@redhat.com>
672
673 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
674 (p Exported_Capitalized): New test.
675 (p exported_capitalized): New test.
676
677 2017-11-07 Pedro Alves <palves@redhat.com>
678
679 * gdb.cp/ena-dis-br-range.exp: Add more tests.
680
681 2017-11-07 Pedro Alves <palves@redhat.com>
682
683 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
684 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
685 (disable_invalid, disable_inverted, disable_negative): New
686 procedures.
687 ("bad numbers"): New set of tests.
688
689 2017-11-07 Pedro Alves <palves@redhat.com>
690
691 * gdb.cp/ena-dis-br-range.exp: Add tests.
692
693 2017-11-07 Pedro Alves <palves@redhat.com>
694
695 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
696
697 2017-11-07 Xavier Roirand <roirand@adacore.com>
698 Pedro Alves <palves@redhat.com>
699
700 * gdb.base/ena-dis-br.exp: Add reference to
701 gdb.cp/ena-dis-br-range.exp.
702 * gdb.cp/ena-dis-br-range.exp: New file.
703 * gdb.cp/ena-dis-br-range.cc: New file.
704
705 2017-11-06 Pedro Alves <palves@redhat.com>
706
707 * gdb.base/attach-non-pgrp-leader.c: New.
708 * gdb.base/attach-non-pgrp-leader.exp: New.
709
710 2017-11-06 Pedro Alves <palves@redhat.com>
711
712 * configure.ac: No longer check for termio.h and sgtty.h.
713 * configure: Regenerate.
714 * remote-utils.c: Include termios.h instead of gdb_termios.h.
715 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
716 Remove termio and sgtty code.
717
718 2017-11-03 Yao Qi <yao.qi@linaro.org>
719
720 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
721 in GDB is disabled.
722
723 2017-11-03 Yao Qi <yao.qi@linaro.org>
724
725 * gdb.python/py-thrhandle.exp: Skip it if python is not
726 enabled.
727
728 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
729
730 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
731 as a breakpoint command.
732
733 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
734
735 PR python/21213
736 * gdb.python/py-infthread.exp: Test calling
737 InferiorThread.inferior () multiple times in a row.
738
739 2017-10-27 Keith Seitz <keiths@redhat.com>
740
741 * gdb.opt/inline-break.exp (break_info_1): New procedure.
742 Test "info break" for every inlined function breakpoint.
743
744 2017-10-27 Yao Qi <yao.qi@linaro.org>
745
746 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
747
748 2017-10-26 Patrick Frants <osscontribute@gmail.com>
749
750 * gdb.cp/classes.exp (test_static_members): Test printing
751 Outer::instance.
752 * gdb.cp/classes.c (struct Inner, struct Outer): New.
753 (Inner::instance, Outer::instance): New.
754
755 2017-10-24 Pedro Alves <palves@redhat.com>
756
757 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
758 extra console" test in two stages.
759
760 2017-10-24 Pedro Alves <palves@redhat.com>
761
762 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
763
764 2017-10-24 Pedro Alves <palves@redhat.com>
765
766 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
767 loop.
768
769 2017-10-24 Pedro Alves <palves@redhat.com>
770
771 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
772 $attempt" and "stoppedtry $stoppedtry" test prefixes.
773
774 2017-10-24 Pedro Alves <palves@redhat.com>
775
776 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
777 parameter and handle it. Don't output read value in test name.
778
779 2017-10-24 Pedro Alves <palves@redhat.com>
780
781 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
782 custom test name.
783
784 2017-10-24 Pedro Alves <palves@redhat.com>
785
786 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
787 include the unstable output directory name in the test's name.
788 (initial_setup_simple) <'set args'>: Use custom test name.
789
790 2017-10-24 Pedro Alves <palves@redhat.com>
791
792 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
793 with explicit test name.
794
795 2017-10-20 Pedro Alves <palves@redhat.com>
796
797 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
798 'wait -i'. Use gdb_assert and remote_close.
799
800 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
801
802 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
803 number from variable rather than hard-coded.
804
805 2017-10-19 Pedro Alves <palves@redhat.com>
806
807 * gdb.base/long-inferior-output.c: New file.
808 * gdb.base/long-inferior-output.exp: New file.
809
810 2017-11-18 Keith Seitz <keiths@redhat.com>
811
812 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
813 method.
814 (main): Call it.
815 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
816 Add additional user-defined conversion operator tests.
817
818 2017-10-17 Pedro Alves <palves@redhat.com>
819
820 * boards/native-stdio-gdbserver.exp: Load "local-board".
821
822 2017-10-17 Pedro Alves <palves@redhat.com>
823
824 * gdb.base/quit-live.c: New file.
825 * gdb.base/quit-live.exp: New file.
826
827 2017-10-16 Keith Seitz <keiths@redhat.com>
828
829 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
830 (class_with_protected_typedef, class_with_private_typedef)
831 (struct_with_public_typedef, struct_with_protected_typedef)
832 (struct_with_private_typedef): New classes/structs.
833 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
834 typedefs and access specifiers.
835
836 2017-10-16 Pedro Alves <palves@redhat.com>
837 Simon Marchi <simon.marchi@polymtl.ca>
838
839 * README (Local vs Remote vs Native): New section.
840 * boards/local-board.exp: New file, with bits factored out from
841 ...
842 * boards/native-extended-gdbserver.exp: ... here. Load
843 "local-board".
844 * boards/native-gdbserver.exp: Load "local-board".
845 (${board}_spawn, ${board}_exec): Delete.
846 * boards/native-stdio-gdbserver.exp: Most contents factored out to
847 ...
848 * boards/stdio-gdbserver-base.exp: ... this new file.
849 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
850 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
851 procedure.
852 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
853 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
854 stdio_gdbserver_command.
855 (${board}_get_remote_address, ${board}_get_comm_port)
856 (${board}_download, ${board}_upload): Delete.
857 (get_target_remote_pipe_cmd): New.
858
859 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
860
861 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
862 test_bkpt_deletion, test_bkpt_cond_and_cmds,
863 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
864 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
865 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
866 remove with_test_prefix.
867
868 2017-10-13 Pedro Alves <palves@redhat.com>
869
870 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
871 * gdb.base/annota1.exp: Use it instead of is_remote.
872 * gdb.base/annota3.exp: Use it instead of is_remote.
873 * gdb.cp/annota2.exp: Use it instead of is_remote.
874 * gdb.cp/annota3.exp: Use it instead of is_remote.
875 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
876
877 2017-10-13 Pedro Alves <palves@redhat.com>
878
879 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
880 (test_num_test_vars, run_and_count_vars, find_env)
881 (test_set_unset_env, test_inherit_env_var): New procedures.
882 (top level): Use them.
883
884 2017-10-13 Pedro Alves <palves@redhat.com>
885
886 * lib/selftest-support.exp (selftest_setup): Extend comments, and
887 also skip on stub-like targets.
888
889 2017-10-13 Pedro Alves <palves@redhat.com>
890
891 PR gdb/22293
892 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
893 (top level): Move some tests to ...
894 (test_not_found): ... this new procedure.
895 (top level): Call it.
896
897 2017-10-13 Pedro Alves <palves@redhat.com>
898
899 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
900 expect different "info terminal" output if testing with a
901 non-native target.
902
903 2017-10-13 Pedro Alves <palves@redhat.com>
904 Simon Marchi <simon.marchi@polymtl.ca>
905
906 PR python/12966
907 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
908
909 2017-10-13 Pedro Alves <palves@redhat.com>
910
911 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
912 already.
913
914 2017-10-13 Pedro Alves <palves@redhat.com>
915
916 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
917 is_remote.
918
919 2017-10-13 Pedro Alves <palves@redhat.com>
920
921 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
922 is_remote.
923
924 2017-10-13 Pedro Alves <palves@redhat.com>
925
926 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
927 is set.
928 (corefile_test_attach): Likewise. Check can_spawn_for_attach
929 instead of is_remote.
930
931 2017-10-13 Pedro Alves <palves@redhat.com>
932
933 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
934 (top level): Add comment.
935
936 2017-10-13 Pedro Alves <palves@redhat.com>
937
938 * gdb.base/remote.exp (top level): Fix comment typo and add
939 missing return.
940
941 2017-10-13 Pedro Alves <palves@redhat.com>
942 Simon Marchi <simon.marchi@polymtl.ca>
943
944 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
945 calls and add comments. Skip test if use_gdb_stub is set.
946 (top level): Use "set cwd" command instead of "cd" command.
947
948 2017-10-13 Pedro Alves <palves@redhat.com>
949
950 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
951 is_remote target check.
952
953 2017-10-13 Pedro Alves <palves@redhat.com>
954
955 * gdb.base/scope.exp: Use build_executable + clean_restart +
956 gdb_file_cmd instead of prepare_for_testing and no longer skip
957 "before run" tests on is_remote target boards. Update comments.
958 * boards/native-extended-gdbserver.exp
959 (extended_gdbserver_load_last_file): New, factored out from ...
960 (gdb_load): ... this. Move further below and add comment.
961 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
962
963 2017-10-12 Pedro Alves <palves@redhat.com>
964
965 * gdb.base/attach.exp: Remove references to gdb64.
966 * gdb.base/dbx.exp: Remove references to gdb64.
967
968 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
969 Pedro Alves <palves@redhat.com>
970
971 * gdb.base/label.exp: Remove is_remote target check.
972
973 2017-10-12 Pedro Alves <palves@redhat.com>
974
975 * gdb.base/auvx.exp (coredir): Update comment.
976 (top level) <core_works>: Use "set cwd" command instead of "cd"
977 command.
978
979 2017-10-12 Pedro Alves <palves@redhat.com>
980 Simon Marchi <simon.marchi@polymtl.ca>
981
982 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
983 target boards.
984
985 2017-10-12 Pedro Alves <palves@redhat.com>
986 Simon Marchi <simon.marchi@polymtl.ca>
987
988 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
989 Instead skip if there's any gdb_protocol set.
990
991 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
992 Pedro Alves <palves@redhat.com>
993
994 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
995
996 2017-10-12 Pedro Alves <palves@redhat.com>
997 Simon Marchi <simon.marchi@polymtl.ca>
998
999 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
1000 instead of on dejagnu remote boards.
1001
1002 2017-10-12 Pedro Alves <palves@redhat.com>
1003 Simon Marchi <simon.marchi@polymtl.ca>
1004
1005 * gdb.base/inferior-died.exp: Remove is_remote and isnative
1006 checks. Use build_executable + clean_restart instead of
1007 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
1008 of enabling non-stop after starting gdb.
1009
1010 2017-10-12 Pedro Alves <palves@redhat.com>
1011
1012 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
1013 * gdb.threads/non-ldr-exc-2.exp: Ditto.
1014 * gdb.threads/non-ldr-exc-3.exp: Ditto.
1015 * gdb.threads/non-ldr-exc-4.exp: Ditto.
1016
1017 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
1018
1019 * gdb.arch/arc-tdesc-cpu.exp: New file.
1020 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
1021
1022 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
1023
1024 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
1025
1026 2017-10-10 Pedro Alves <palves@redhat.com>
1027
1028 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
1029 expect CLI output.
1030
1031 2017-10-10 Pedro Alves <palves@redhat.com>
1032
1033 * lib/selftest-support.exp (selftest_setup): Update for
1034 captured_command_loop's prototype change.
1035
1036 2017-10-09 Pedro Alves <palves@redhat.com>
1037
1038 Test both arch1=>arch2 and arch2=>arch1.
1039
1040 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
1041 (srcfile2, binfile2, march1, march2): Remove globals. Largely
1042 factored out to...
1043 (append_arch1_options, append_arch2_options, append_arch_options)
1044 (build_executables): New procedures.
1045 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
1046 local.
1047 (top level): Add new 'first_arch' testing axis.
1048
1049 2017-10-09 Pedro Alves <palves@redhat.com>
1050
1051 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
1052 (barrier): New.
1053 (thread_start, all_started): New functions.
1054 (main): Spawn new thread and wait until it is scheduled.
1055 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
1056 option.
1057 (do_test): Add 'selected_thread' parameter. Run to all_started
1058 instead of main. Explicitly set the breakpoint at main. Switch
1059 to the SELECTED_THREAD thread.
1060 (top level): Test handling the exec event with either the main
1061 thread or the second thread selected.
1062
1063 2017-10-09 Pedro Alves <palves@redhat.com>
1064
1065 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
1066 logic. Move STOP marker after the value checks.
1067 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
1068 regexp.
1069
1070 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
1071
1072 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
1073
1074 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
1075
1076 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
1077 integer-to-dfp conversion.
1078 * gdb.base/dfp-test.exp: Likewise.
1079
1080 2017-10-04 Pedro Alves <palves@redhat.com>
1081
1082 * gdb.multi/hangout.c: Include <unistd.h>.
1083 (hangout_loop): New function.
1084 (main): Call alarm. Call hangout_loop in a loop.
1085 * gdb.multi/hello.c: Include <unistd.h>.
1086 (hello_loop): New function.
1087 (main): Call alarm. Call hangout_loop in a loop.
1088 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
1089 inferior with the other selected.
1090
1091 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
1092
1093 * gdb.mi/list-thread-groups-available.exp: New file.
1094 * gdb.mi/list-thread-groups-available.c: New file.
1095
1096 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1097
1098 * gdb.base/set-cwd.exp: Make it available on
1099 native-extended-gdbserver.
1100
1101 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1102
1103 * gdb.base/set-cwd.c: New file.
1104 * gdb.base/set-cwd.exp: Likewise.
1105
1106 2017-10-02 Tom Tromey <tom@tromey.com>
1107
1108 PR rust/22236:
1109 * gdb.rust/simple.rs (main): New variable "fslice".
1110 * gdb.rust/simple.exp: Add slice tests. Update string tests.
1111
1112 2017-10-02 Tom Tromey <tom@tromey.com>
1113
1114 * gdb.rust/simple.exp: Test ptype of a slice.
1115
1116 2017-10-02 Tom Tromey <tom@tromey.com>
1117
1118 * gdb.rust/simple.exp: Test index of slice.
1119
1120 2017-09-27 Tom Tromey <tom@tromey.com>
1121
1122 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
1123
1124 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
1125 Pedro Alves <palves@redhat.com>
1126
1127 * gdb.base/compare-sections.exp (get value of read-only section): Read
1128 as unsigned value.
1129 (corrupt read-only section): Likewise and don't set written if patching
1130 failed.
1131
1132 2017-09-21 Kevin Buettner <kevinb@redhat.com>
1133
1134 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
1135 files.
1136
1137 2017-09-20 Pedro Alves <palves@redhat.com>
1138
1139 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
1140 symbol names in gdb's output.
1141 * gdb.cp/overload.exp ("list all overloads"): Likewise.
1142
1143 2017-09-20 Pedro Alves <palves@redhat.com>
1144
1145 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
1146 Rename to ...
1147 (test_list_ambiguous_symbol): ... this and add a symbol name
1148 parameter. Adjust.
1149 (test_list_ambiguous_function): Reimplement on top of
1150 test_list_ambiguous_symbol and also test listing ambiguous
1151 variables.
1152 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
1153 (ambiguous_fun): ... this.
1154 (ambiguous_var): New.
1155 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
1156 (ambiguous_fun): ... this.
1157 (ambiguous_var): New.
1158
1159 2017-09-19 John Baldwin <jhb@FreeBSD.org>
1160
1161 * gdb.base/starti.c: New file.
1162 * gdb.base/starti.exp: New file.
1163 * lib/gdb.exp (gdb_starti_cmd): New procedure.
1164
1165 2017-09-14 Pedro Alves <palves@redhat.com>
1166
1167 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
1168 (top level): Use it instead of runto.
1169
1170 2017-09-11 Tom Tromey <tom@tromey.com>
1171
1172 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
1173
1174 2017-09-11 Tom Tromey <tom@tromey.com>
1175
1176 * gdb.python/py-infthread.exp: Add tests for new_thread event.
1177 * gdb.python/py-inferior.exp: Add tests for new inferior events.
1178
1179 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
1180
1181 * gdb.fortran/printing-types.exp: New file.
1182 * gdb.fortran/printing-types.exp: New file.
1183
1184 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
1185
1186 * gdb.fortran/vla-ptype.exp: Fix typos.
1187 * gdb.fortran/vla-value.exp: Same.
1188
1189 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
1190
1191 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
1192 * gdb.mi/mi-var-child-f.exp: Likewise.
1193 * gdb.mi/mi-vla-fortran.exp: Likewise.
1194
1195 2017-09-08 Frank Penczek <frank.penczek@intel.com>
1196 Christoph Weinmann <christoph.t.weinmann@intel.com>
1197 Bernhard Heckel <bernhard.heckel@intel.com>
1198
1199 * gdb.fortran/ptr-indentation.f90: New file.
1200 * gdb.fortran/ptr-indentation.exp: New file.
1201
1202 2017-09-05 Tom Tromey <tom@tromey.com>
1203
1204 PR gdb/22010:
1205 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
1206
1207 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
1208
1209 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
1210
1211 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1212
1213 * gdb.threads/tls-nodebug-pie.c: New file.
1214 * gdb.threads/tls-nodebug-pie.exp: New file.
1215
1216 2017-09-05 Tom Tromey <tom@tromey.com>
1217
1218 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
1219 for rust.
1220
1221 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
1222
1223 * gdb.multi/multi-arch-exec.exp: Test with different
1224 "follow-exec-mode" settings.
1225 (do_test): New procedure.
1226
1227 2017-09-04 Pedro Alves <palves@redhat.com>
1228
1229 * gdb.base/func-static.c (S::method const, S::method volatile)
1230 (S::method volatile const): New methods.
1231 (c_s, v_s, cv_s): New instances.
1232 (main): Call method() on them.
1233 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
1234 (cannot_resolve): New procedure.
1235 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
1236 print-quote-unquoted columns.
1237 (do_test): Test printing each scope too.
1238
1239 2017-09-04 Pedro Alves <palves@redhat.com>
1240
1241 * gdb.base/local-static.exp: Also test with
1242 class::method::variable wholly quoted.
1243 * gdb.cp/m-static.exp (class::method::variable): Remove test.
1244
1245 2017-09-04 Pedro Alves <palves@redhat.com>
1246
1247 * gdb.base/local-static.c: New.
1248 * gdb.base/local-static.cc: New.
1249 * gdb.base/local-static.exp: New.
1250
1251 2017-09-04 Pedro Alves <palves@redhat.com>
1252
1253 * gdb.asm/asm-source.exp: Add casts to int.
1254 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
1255 (dataglobal64_1, dataglobal64_2): New globals.
1256 * gdb.base/nodebug.exp: Test different expressions involving the
1257 new globals, with print, whatis and ptype. Add casts to int.
1258 * gdb.base/solib-display.exp: Add casts to int.
1259 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
1260 * gdb.cp/m-static.exp: Add cast to int.
1261 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
1262 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
1263 tls variable with no debug info without a cast. Test with a cast
1264 to int too.
1265 * gdb.trace/entry-values.exp: Add casts.
1266
1267 2017-09-04 Pedro Alves <palves@redhat.com>
1268
1269 * gdb.base/nodebug.exp: Test that ptype's error about functions
1270 with unknown return type includes the function name too.
1271
1272 2017-09-04 Pedro Alves <palves@redhat.com>
1273
1274 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
1275 return type of munmap in infcall.
1276 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
1277 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
1278 type of ftell in infcall.
1279 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
1280 type of getpid in infcall.
1281 * gdb.base/infcall-exec.exp: Cast return type of execlp in
1282 infcall.
1283 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
1284 Bail on failure to extract the pid.
1285 * gdb.base/nodebug.c: #include <stdint.h>.
1286 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
1287 New functions.
1288 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
1289 Change expected output of print/whatis/ptype with functions with
1290 no debug info. Test all supported languages. Call
1291 test_call_promotion.
1292 * gdb.compile/compile.exp: Adjust expected output to expect
1293 warning.
1294 * gdb.threads/siginfo-threads.exp: Likewise.
1295
1296 2017-09-04 Pedro Alves <palves@redhat.com>
1297
1298 * gdb.base/callfuncs.exp (do_function_calls): New parameter
1299 "prototypes". Test calling float functions via prototyped and
1300 unprototyped function pointers.
1301 (perform_all_tests): New parameter "prototypes". Pass it down.
1302 (top level): Pass down "prototypes" parameter to
1303 perform_all_tests.
1304
1305 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
1306
1307 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
1308 Test with nested loops.
1309
1310 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
1311
1312 * gdb.base/commands.exp: Call the new procedures.
1313 (loop_break_test, loop_continue_test): New procedures.
1314
1315 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
1316
1317 * gdb.base/commands.exp: Call new procedure.
1318 (define_if_without_arg_test): New procedure.
1319
1320 2017-09-04 Pedro Alves <palves@redhat.com>
1321
1322 * gdb.base/list-ambiguous.exp: New file.
1323 * gdb.base/list-ambiguous0.c: New file.
1324 * gdb.base/list-ambiguous1.c: New file.
1325 * gdb.base/list.exp (test_list_range): Adjust expected output.
1326
1327 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1328
1329 * gdb.base/share-env-with-gdbserver.c: New file.
1330 * gdb.base/share-env-with-gdbserver.exp: Likewise.
1331
1332 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
1333
1334 * gdb.base/commands.exp (gdbvar_simple_if_test,
1335 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
1336 progvar_simple_if_test, progvar_simple_while_test,
1337 progvar_complex_if_while_test, user_defined_command_test,
1338 user_defined_command_args_eval,
1339 user_defined_command_args_stack_test,
1340 user_defined_command_manyargs_test, bp_deleted_in_command_test,
1341 temporary_breakpoint_commands,
1342 gdb_test_no_prompt, redefine_hook_test,
1343 redefine_backtrace_test): Remove "global gdb_prompt".
1344
1345 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
1346
1347 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
1348 New proc, call it from toplevel.
1349
1350 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
1351
1352 PR remote/21852
1353 * gdb.server/normal.c: New file, copied from gdb.base.
1354 * gdb.server/run-without-local-binary.exp: New file.
1355
1356 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
1357
1358 * gdb.arch/sparc64-adi.exp: New file.
1359 * gdb.arch/sparc64-adi.c: New file.
1360
1361 2017-08-22 Pedro Alves <palves@redhat.com>
1362
1363 * gdb.cp/overload.exp (line_range_pattern): New procedure.
1364 (top level): Add "list all overloads" tests.
1365
1366 2017-08-22 Tom Tromey <tom@tromey.com>
1367
1368 * gdb.gdb/xfullpath.exp: Remove.
1369
1370 2017-08-21 Pedro Alves <palves@redhat.com>
1371
1372 PR gdb/19487
1373 * gdb.base/symbol-alias.c: New.
1374 * gdb.base/symbol-alias2.c: New.
1375 * gdb.base/symbol-alias.exp: New.
1376
1377 2017-08-21 Pedro Alves <palves@redhat.com>
1378
1379 * gdb.base/dfp-test.c
1380 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
1381 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
1382 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
1383 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
1384 * gdb.base/whatis-ptype-typedefs.c: New.
1385 * gdb.base/whatis-ptype-typedefs.exp: New.
1386 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
1387 (an_int, an_int_type, an_int_type2): New globals.
1388 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
1389 involving typedefs and cast expressions.
1390 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
1391 (lookup_typedefs_function): New.
1392 (typedefs_pretty_printers_dict): New.
1393 (top level): Register lookup_typedefs_function in
1394 gdb.pretty_printers.
1395
1396 2017-08-18 Yao Qi <yao.qi@linaro.org>
1397
1398 * gdb.server/unittest.exp: New.
1399
1400 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
1401
1402 PR gdb/21954
1403 * gdb.base/environ.exp: Add test to check if 'unset environment'
1404 works.
1405
1406 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
1407
1408 * lib/gdb.exp (universal_compile_options): New caching proc.
1409 (gdb_compile): Suppress GCC's coloring of messages.
1410
1411 2017-08-14 Tom Tromey <tom@tromey.com>
1412
1413 PR gdb/21675:
1414 * gdb.base/printcmds.exp (test_radices): New function.
1415 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
1416 * gdb.base/sizeof.exp (check_valueof): Use p/d.
1417 * lib/gdb.exp (get_integer_valueof): Use p/d.
1418
1419 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
1420
1421 * lib/gdb.exp (get_valueof): Don't capture end-of-line
1422 characters.
1423
1424 2017-08-05 Tom Tromey <tom@tromey.com>
1425
1426 * gdb.rust/simple.exp: Allow String to appear in a different
1427 namespace.
1428
1429 2017-07-26 Yao Qi <yao.qi@linaro.org>
1430
1431 * gdb.gdb/unittest.exp: Invoke command
1432 "maintenance check xml-descriptions".
1433
1434 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1435
1436 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
1437 calling context.
1438 (hex128): Drop erroneous calculation of parameters.
1439
1440 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
1441
1442 * gdb.python/py-unwind.exp: Disable stack protection when
1443 building test file.
1444
1445 2017-07-20 Pedro Alves <palves@redhat.com>
1446
1447 * gdb.base/default.exp (set language): Adjust expected output.
1448
1449 2017-07-20 Pedro Alves <palves@redhat.com>
1450
1451 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
1452 (test_minsym): ... this, and make static.
1453 (get_pck__foo__bar__minsym): Rename to ...
1454 (get_test_minsym): ... this.
1455 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
1456 symbol names and comments.
1457 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
1458 (get_test_minsym): ... this.
1459 (pck__foo__bar__minsym__2): Rename to ...
1460 (test_minsym): ... this.
1461 (main): Adjust.
1462
1463 2017-07-17 Pedro Alves <palves@redhat.com>
1464
1465 * gdb.base/completion.exp: Adjust expected output.
1466 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
1467 the completer works.
1468
1469 2017-07-17 Pedro Alves <palves@redhat.com>
1470
1471 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
1472
1473 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
1474
1475 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
1476
1477 2017-07-14 Tom Tromey <tom@tromey.com>
1478
1479 PR rust/21764:
1480 * gdb.rust/simple.exp: Add tests.
1481
1482 2017-07-14 Tom Tromey <tom@tromey.com>
1483
1484 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
1485
1486 2017-07-14 Pedro Alves <palves@redhat.com>
1487
1488 * gdb.linespec/base/one/thefile.cc (z1): New function.
1489 * gdb.linespec/base/two/thefile.cc (z2): New function.
1490 * gdb.linespec/linespec.exp: Add tests.
1491
1492 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
1493
1494 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
1495 to mi_create_breakpoint.
1496
1497 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
1498
1499 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
1500 mi_create_breakpoint.
1501
1502 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
1503
1504 * gdb.dlang/demangle.exp: Update for demangling changes.
1505
1506 2017-07-09 Tom Tromey <tom@tromey.com>
1507
1508 * gdb.dwarf2/shortpiece.exp: New file.
1509
1510 2017-07-06 David Blaikie <dblaikie@gmail.com>
1511
1512 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
1513 built from fissiont-multi-cu{1,2}.c.
1514 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
1515 except putting 'main' and 'func' in separate CUs in the same DWO file.
1516 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
1517 test.
1518 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
1519 test.
1520
1521 2017-07-06 Pedro Alves <palves@redhat.com>
1522
1523 * gdb.python/py-unwind.exp: Test flushregs.
1524
1525 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
1526
1527 PR cli/21688
1528 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
1529 tests for alias commands and trailing whitespace.
1530
1531 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
1532
1533 PR cli/21688
1534 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
1535 procedure. Call it.
1536
1537 2017-06-29 Pedro Alves <palves@redhat.com>
1538
1539 * gdb.base/printcmds.exp: Add tests.
1540
1541 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
1542
1543 PR gdb/21337
1544 * gdb.base/reread-readsym.exp: New file.
1545 * gdb.base/reread-readsym.c: New file.
1546
1547 2017-06-21 Kevin Buettner <kevinb@redhat.com>
1548
1549 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
1550 subpattern.
1551
1552 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
1553
1554 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
1555 extended mnemonic.
1556 * gdb.arch/powerpc-power9.s: Likewise.
1557
1558 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
1559
1560 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
1561 on 32-bit x86 targets. Exploit is_*_target macros where
1562 appropriate.
1563
1564 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1565
1566 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
1567 register pieces.
1568
1569 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1570
1571 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
1572 located in one or more DWARF pieces.
1573
1574 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1575
1576 * lib/gdb.exp (get_endianness): New proc.
1577 * gdb.arch/aarch64-fp.exp: Use it.
1578 * gdb.arch/altivec-regs.exp: Likewise.
1579 * gdb.arch/e500-regs.exp: Likewise.
1580 * gdb.arch/vsx-regs.exp: Likewise.
1581 * gdb.base/dump.exp: Likewise.
1582 * gdb.base/funcargs.exp: Likewise.
1583 * gdb.base/gnu_vector.exp: Likewise.
1584 * gdb.dwarf2/formdata16.exp: Likewise.
1585 * gdb.dwarf2/implptrpiece.exp: Likewise.
1586 * gdb.dwarf2/nonvar-access.exp: Likewise.
1587 * gdb.python/py-inferior.exp: Likewise.
1588 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1589
1590 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1591
1592 PR gdb/21226
1593 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
1594 stack value pieces are taken from the LSB end.
1595
1596 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1597
1598 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
1599 variable at nonzero offset.
1600
1601 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1602
1603 * gdb.dwarf2/var-access.c: New file.
1604 * gdb.dwarf2/var-access.exp: New test.
1605 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
1606
1607 2017-06-12 Tom Tromey <tom@tromey.com>
1608
1609 * gdb.dwarf2/formdata16.exp: Add tests.
1610
1611 2017-06-12 Tom Tromey <tom@tromey.com>
1612
1613 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
1614
1615 2017-06-12 Tom Tromey <tom@tromey.com>
1616
1617 PR exp/16225:
1618 * gdb.reverse/i386-sse-reverse.exp: Update tests.
1619 * gdb.arch/vsx-regs.exp: Update tests.
1620 * gdb.arch/s390-vregs.exp (hex128): New proc.
1621 Update test.
1622 * gdb.arch/altivec-regs.exp: Update tests.
1623
1624 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1625
1626 * gdb.base/startup-with-shell.c: New file.
1627 * gdb.base/startup-with-shell.exp: Likewise.
1628
1629 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1630
1631 * gdb.server/non-existing-program.exp: Update regex in order to
1632 reflect the fact that gdbserver is now using fork_inferior (with a
1633 shell) to startup the inferior.
1634
1635 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
1636
1637 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
1638 support function calls from GDB.
1639
1640 2017-05-21 Tom Tromey <tom@tromey.com>
1641
1642 PR rust/21466:
1643 * gdb.rust/unsized.exp: New file.
1644 * gdb.rust/unsized.rs: New file.
1645
1646 2017-05-19 Tom Tromey <tom@tromey.com>
1647
1648 PR rust/21484:
1649 * gdb.rust/watch.exp: New file.
1650 * gdb.rust/watch.rs: New file.
1651
1652 2017-05-18 Tom Tromey <tom@tromey.com>
1653
1654 * gdb.rust/simple.exp: Allow Box to be qualified.
1655
1656 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
1657
1658 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
1659
1660 2017-05-18 Pedro Alves <palves@redhat.com>
1661
1662 * gdb.base/fileio.c (test_write, test_read, test_close)
1663 (test_fstat): Don't print 'ret' in the fail path.
1664
1665 2017-05-18 Pedro Alves <palves@redhat.com>
1666
1667 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
1668 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
1669 (test_system, test_rename, test_unlink, test_time): Change
1670 prototypes.
1671 * gdb.base/fileio.exp (stop_msg): Adjust.
1672
1673 2017-05-18 Pedro Alves <palves@redhat.com>
1674
1675 * gdb.base/fileio.c (null_str): New global.
1676 (test_stat): Use it.
1677 * gdb.base/fileio.exp: Remove nowarnings.
1678
1679 2017-05-17 Yao Qi <yao.qi@linaro.org>
1680
1681 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
1682
1683 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
1684
1685 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
1686 argument command.
1687 (top-level): Invoke test_set_inferior_tty.
1688
1689 2017-05-04 Pedro Alves <palves@redhat.com>
1690
1691 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
1692 Add parens to print call for Python 3.
1693
1694 2017-05-03 Keith Seitz <keiths@redhat.com>
1695
1696 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
1697 (main): Call it.
1698
1699 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1700
1701 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
1702 to prev and next.
1703
1704 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1705
1706 * gdb.python/py-record-btrace.exp: Remove test for
1707 gdb.BtraceInstruction.error.
1708
1709 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1710
1711 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
1712
1713 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1714
1715 * gdb.python/py-record-btrace-threads.c: New file.
1716 * gdb.python/py-record-btrace-threads.exp: New file.
1717
1718 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
1719
1720 PR testsuite/8595
1721 * gdb.base/environ.exp: Make test available in all architectures.
1722 Move bits related to "info program" testing to
1723 gdb.base/info-program.exp. Rewrite tests to use the two new
1724 procedures mentione below.
1725 (test_set_show_env_var) New procedure.
1726 (test_set_show_env_var_equal): Likewise.
1727 * gdb.base/info-program.exp: New file.
1728
1729 2017-04-27 Keith Seitz <keiths@redhat.com>
1730
1731 * gdb.cp/oranking.cc (test15): New function.
1732 (main): Call test15 and declare additional variables for testing.
1733 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
1734 "p foo101('abc')" tests.
1735 Add tests for cv qualifier overloads.
1736 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
1737 "lvalue reference overload" test.
1738 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
1739 "print value of f1 on Child&& in f2" test.
1740
1741 2017-04-19 Pedro Alves <palves@redhat.com>
1742
1743 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
1744 procedure.
1745 (top level): Call it.
1746 * lib/gdb.exp (gdb_define_cmd): New procedure.
1747
1748 2017-04-12 Pedro Alves <palves@redhat.com>
1749
1750 PR gdb/21323
1751 * gdb.cp/wide_char_types.c: Include <wchar.h>.
1752 (wchar): New global.
1753 * gdb.cp/wide_char_types.exp (wide_char_types_program)
1754 (do_test_wide_char, wide_char_types_no_program, top level): Add
1755 wchar_t testing.
1756
1757 2017-04-12 Pedro Alves <palves@redhat.com>
1758
1759 PR c++/21323
1760 * gdb.cp/wide_char_types.c: New file.
1761 * gdb.cp/wide_char_types.exp: New file.
1762
1763 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
1764
1765 PR gdb/21352
1766 * gdb.trace/tsv.exp: Add test for "tsave -r".
1767
1768 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
1769
1770 * gdb.dlang/watch-loc.c: New file.
1771 * gdb.dlang/watch-loc.exp: New file.
1772
1773 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1774
1775 * gdb.python/py-section-script.exp (sepdebug): New testcases.
1776
1777 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1778
1779 * gdb.arch/arc-analyze-prologue.S: New file.
1780 * gdb.arch/arc-analyze-prologue.exp: Likewise.
1781
1782 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1783
1784 * gdb.arch/arc-decode-insn.S: New file.
1785 * gdb.arch/arc-decode-insn.exp: Likewise.
1786
1787 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
1788
1789 PR tdep/20928
1790 * gdb.arch/sparc64-regs.exp: New file.
1791 * gdb.arch/sparc64-regs.S: Likewise.
1792
1793 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
1794
1795 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
1796 and memory view on Python 3.
1797
1798 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
1799 Keith Seitz <keiths@redhat.com>
1800
1801 PR gdb/14441
1802 * gdb.cp/demangle.exp: Add rvalue reference tests.
1803 * gdb.cp/rvalue-ref-casts.cc: New file.
1804 * gdb.cp/rvalue-ref-casts.exp: New file.
1805 * gdb.cp/rvalue-ref-overload.cc: New file.
1806 * gdb.cp/rvalue-ref-overload.exp: New file.
1807 * gdb.cp/rvalue-ref-params.cc: New file.
1808 * gdb.cp/rvalue-ref-params.exp: New file.
1809 * gdb.cp/rvalue-ref-sizeof.cc: New file.
1810 * gdb.cp/rvalue-ref-sizeof.exp: New file.
1811 * gdb.cp/rvalue-ref-types.cc: New file.
1812 * gdb.cp/rvalue-ref-types.exp: New file.
1813 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
1814 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
1815
1816 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1817
1818 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
1819 New procedure.
1820
1821 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1822
1823 * lib/mi-support.exp (mi_gdb_test): Add additional message
1824 for unexpected output.
1825
1826 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
1827
1828 * gdb.base/examine-backward.c (Barrier): New character array
1829 constant, to ensure that TestStrings is preceded by a string
1830 terminator.
1831
1832 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1833
1834 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
1835 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
1836 and implicit pointer into such a location.
1837
1838 2017-03-16 Doug Evans <dje@google.com>
1839
1840 * gdb.python/py-lazy-string (pointer): Really add new typedef.
1841
1842 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
1843
1844 * gdb.cp/m-static.exp: Fix expectation for prototype of
1845 test5.single_constructor and single_constructor::single_constructor.
1846
1847 2017-03-16 Doug Evans <dje@google.com>
1848
1849 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
1850 * gdb.guile/scm-lazy-string.c: New file.
1851 * gdb.guile/scm-value.exp: Move lazy string tests to ...
1852 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
1853 for pointer, array, typedef lazy strings.
1854
1855 2017-03-16 Doug Evans <dje@google.com>
1856
1857 PR python/17728, python/18439, python/18779
1858 * gdb.python/py-value.c (main) Delete locals sptr, sn.
1859 * gdb.python/py-lazy-string.c (pointer): New typedef.
1860 (main): New locals ptr, array, typedef_ptr.
1861 * gdb.python/py-value.exp: Move lazy string tests to ...
1862 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
1863 array, typedef lazy strings.
1864
1865 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
1866
1867 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
1868 Add optional 'test' parameter.
1869
1870 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
1871
1872 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
1873 Skip for versions of DejaGnu < 1.5.
1874
1875 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
1876
1877 * lib/gdb.exp (dejagnu_version): New proc.
1878 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
1879 Use dejagnu_version.
1880
1881 2017-03-10 Keith Seitz <keiths@redhat.com>
1882
1883 PR c++/8128
1884 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
1885 type from destructor regexps.
1886 Add a branch which actually passes the test.
1887 Adjust "ptype t5i" test names.
1888
1889 2017-03-08 Pedro Alves <palves@redhat.com>
1890
1891 * gdb.base/step-over-exit.exp: Add explicit test message.
1892
1893 2017-03-08 Pedro Alves <palves@redhat.com>
1894
1895 PR gdb/18360
1896 * gdb.threads/interrupt-while-step-over.c: New file.
1897 * gdb.threads/interrupt-while-step-over.exp: New file.
1898
1899 2017-03-08 Pedro Alves <palves@redhat.com>
1900
1901 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
1902 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
1903
1904 2017-03-08 Pedro Alves <palves@redhat.com>
1905
1906 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
1907 PKRU as not supported as a PASS.
1908
1909 2017-03-08 Pedro Alves <palves@redhat.com>
1910
1911 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
1912 prefix instead of $binfile1/$binfile2.
1913 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
1914 in test message.
1915 * gdb.python/py-completion.exp: Use "load python file" as test
1916 messages instead of unstable path names.
1917
1918 2017-03-08 Pedro Alves <palves@redhat.com>
1919 Jan Kratochvil <jan.kratochvil@redhat.com>
1920
1921 PR cli/21218
1922 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
1923 New proc.
1924 (top level): Call it.
1925
1926 2017-03-08 Pedro Alves <palves@redhat.com>
1927
1928 PR tui/21216
1929 * gdb.tui/tui-nl-filtered-output.exp: New file.
1930
1931 2017-03-08 Pedro Alves <palves@redhat.com>
1932
1933 * gdb.base/completion.exp: Move TUI completion tests to ...
1934 * gdb.tui/completion.exp: ... this new file.
1935
1936 2017-03-08 Pedro Alves <palves@redhat.com>
1937
1938 * gdb.base/tui-disasm-long-lines.c,
1939 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
1940 gdb.base/tui-layout.exp: Move to ...
1941 * gdb.tui/: ... this new directory.
1942
1943 2017-03-07 Pedro Alves <palves@redhat.com>
1944
1945 * gdb.base/tui-layout.c: New file.
1946 * gdb.base/tui-layout.exp: New file.
1947
1948 2017-03-07 Pedro Alves <palves@redhat.com>
1949
1950 * gdb.base/tui-layout.c: Rename to ...
1951 * gdb.base/tui-disasm-long-lines.c: ... this.
1952 * gdb.base/tui-layout.exp: Rename to ...
1953 * gdb.base/tui-disasm-long-lines.exp: ... this.
1954
1955 2017-03-07 Pedro Alves <palves@redhat.com>
1956
1957 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
1958
1959 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
1960
1961 * i386-mpx-call.c: New file.
1962 * i386-mpx-call.exp: New file.
1963
1964 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
1965
1966 * gdb.arch/powerpc-power.exp: Delete test.
1967 * gdb.arch/powerpc-power.s: Likewise.
1968 * gdb.disasm/disassembler-options.exp: New test.
1969 * gdb.arch/powerpc-altivec.exp: Likewise.
1970 * gdb.arch/powerpc-altivec.s: Likewise.
1971 * gdb.arch/powerpc-altivec2.exp: Likewise.
1972 * gdb.arch/powerpc-altivec2.s: Likewise.
1973 * gdb.arch/powerpc-altivec3.exp: Likewise.
1974 * gdb.arch/powerpc-altivec3.s: Likewise.
1975 * gdb.arch/powerpc-power7.exp: Likewise.
1976 * gdb.arch/powerpc-power7.s: Likewise.
1977 * gdb.arch/powerpc-power8.exp: Likewise.
1978 * gdb.arch/powerpc-power8.s: Likewise.
1979 * gdb.arch/powerpc-power9.exp: Likewise.
1980 * gdb.arch/powerpc-power9.s: Likewise.
1981 * gdb.arch/powerpc-vsx.exp: Likewise.
1982 * gdb.arch/powerpc-vsx.s: Likewise.
1983 * gdb.arch/powerpc-vsx2.exp: Likewise.
1984 * gdb.arch/powerpc-vsx2.s: Likewise.
1985 * gdb.arch/powerpc-vsx3.exp: Likewise.
1986 * gdb.arch/powerpc-vsx3.s: Likewise.
1987 * gdb.arch/arm-disassembler-options.exp: Likewise.
1988 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
1989 * gdb.arch/s390-disassembler-options.exp: Likewise.
1990
1991 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
1992
1993 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
1994 (check_supported_features): ... this. Changed return type to void.
1995 (supports_rdseed): New static global.
1996 (rdseed): Check supports_rdseed.
1997 (initialize): Call check_supported_features.
1998
1999 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2000
2001 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
2002 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
2003 and lqarx/stqcx.
2004 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
2005 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
2006
2007 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2008
2009 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
2010 uppercase.
2011
2012 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2013
2014 * gdb.dwarf2/formdata16.c: New file.
2015 * gdb.dwarf2/formdata16.exp: New file.
2016 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
2017
2018 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2019
2020 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
2021 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
2022 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
2023 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
2024 DW_AT_GNU_*.
2025
2026 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2027
2028 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
2029
2030 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
2031
2032 PR gdb/21164
2033 * gdb.base/maint.exp: Add testcases for when the commands do
2034 not have arguments.
2035
2036 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
2037
2038 * gdb.cp/chained-calls.exp: Use p instead of P.
2039
2040 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
2041
2042 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
2043 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
2044
2045 2017-02-14 Tom Tromey <tom@tromey.com>
2046
2047 PR python/13598:
2048 * gdb.python/py-events.exp: Add before_prompt event tests.
2049
2050 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2051
2052 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
2053
2054 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
2055
2056 * gdb.linespec/explicit.c (my_unique_function_name): New function.
2057 (main): Call my_unique_function_name.
2058 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
2059 completion of patterns with a single match.
2060 Add missing -re switches to gdb_test_multiple calls.
2061
2062 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
2063
2064 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
2065 return if core file is not recognized.
2066
2067 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2068
2069 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
2070 and extra UIs.
2071
2072 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2073
2074 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
2075 proc_with_prefix.
2076
2077 2017-02-10 Tom Tromey <tom@tromey.com>
2078
2079 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
2080
2081 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
2082
2083 PR gdb/21122
2084 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
2085
2086 2017-02-08 Jerome Guitton <guitton@adacore.com>
2087
2088 * gdb.base/define.exp: Add test for command abbreviations
2089 in define.
2090
2091 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
2092
2093 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
2094 * gdb.reverse/insn-reverse-x86.c: New file.
2095
2096 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
2097
2098 PR tdep/20936
2099 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
2100
2101 2017-02-03 Tom Tromey <tom@tromey.com>
2102
2103 PR rust/21097:
2104 * gdb.rust/simple.exp: Add new tests.
2105
2106 2017-02-02 Pedro Alves <palves@redhat.com>
2107
2108 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
2109 tests.
2110
2111 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
2112
2113 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
2114 taking a 2-byte value out of a 4-byte DWARF implicit value on
2115 big-endian targets.
2116 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
2117 logic. Add test cases for DW_OP_implicit.
2118
2119 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2120
2121 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
2122
2123 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2124
2125 * gdb.btrace/enable.exp: Call gdb_exit before
2126 skip_gdbserver_tests.
2127
2128 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2129
2130 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
2131 GDBFLAGS.
2132
2133 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2134
2135 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
2136 the test is skipped.
2137 * gdb.btrace/data.exp: Likewise.
2138 * gdb.btrace/delta.exp: Likewise.
2139 * gdb.btrace/dlopen.exp: Likewise.
2140 * gdb.btrace/enable-running.exp: Likewise.
2141 * gdb.btrace/enable.exp: Likewise.
2142 * gdb.btrace/exception.exp: Likewise.
2143 * gdb.btrace/function_call_history.exp: Likewise.
2144 * gdb.btrace/gcore.exp: Likewise.
2145 * gdb.btrace/instruction_history.exp: Likewise.
2146 * gdb.btrace/multi-thread-step.exp: Likewise.
2147 * gdb.btrace/nohist.exp: Likewise.
2148 * gdb.btrace/non-stop.exp: Likewise.
2149 * gdb.btrace/reconnect.exp: Likewise.
2150 * gdb.btrace/record_goto-step.exp: Likewise.
2151 * gdb.btrace/record_goto.exp: Likewise.
2152 * gdb.btrace/rn-dl-bind.exp: Likewise.
2153 * gdb.btrace/segv.exp: Likewise.
2154 * gdb.btrace/step.exp: Likewise.
2155 * gdb.btrace/stepi.exp: Likewise.
2156 * gdb.btrace/tailcall-only.exp: Likewise.
2157 * gdb.btrace/tailcall.exp: Likewise.
2158 * gdb.btrace/tsx.exp: Likewise.
2159 * gdb.btrace/unknown_functions.exp: Likewise.
2160 * gdb.btrace/vdso.exp: Likewise.
2161
2162 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2163
2164 * gdb.btrace/enable-running.c: New.
2165 * gdb.btrace/enable-running.exp: New.
2166
2167 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
2168
2169 * gdb.arch/amd64-gs_base.c: New file.
2170 * gdb.arch/amd64-gs_base.exp: New file.
2171
2172 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
2173
2174 * lib/memory.exp: Remove spurious empty newlines.
2175
2176 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
2177
2178 * gdb.python/py-bad-printers.exp: Load python file using "source".
2179 * gdb.python/py-events.exp: Likewise.
2180 * gdb.python/py-evsignal.exp: Likewise.
2181 * gdb.python/py-evthreads.exp: Likewise.
2182 * gdb.python/py-frame-args.exp: Likewise.
2183 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
2184 * gdb.python/py-framefilter-mi.exp: Likewise.
2185 * gdb.python/py-framefilter.exp: Likewise.
2186 * gdb.python/py-mi.exp: Likewise.
2187 * gdb.python/py-pp-maint.exp: Likewise.
2188 * gdb.python/py-pp-registration.exp: Likewise.
2189 * gdb.python/py-prettyprint.exp: Likewise.
2190 (run_lang_tests): Likewise.
2191 * gdb.python/py-typeprint.exp: Likewise.
2192
2193 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
2194
2195 * lib/memory.exp: New file.
2196 * lib/gdb.exp: Load memory.exp.
2197 * gdb.base/memattr.exp (delete_memory): Move proc to
2198 lib/memory.exp and rename to delete_memory_regions.
2199 Replace delete_memory with delete_memory_regions.
2200 Cleanup memory regions before tests.
2201 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
2202 before tests.
2203
2204 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
2205
2206 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
2207 files.
2208 (initialize): New function conditionally defined.
2209 (testcases): Move within conditional block.
2210 (main): Call initialize.
2211 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
2212 of gdb.reverse/insn-reverse.c.
2213 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
2214 gdb.reverse/insn-reverse.c.
2215
2216 2017-01-26 Yao Qi <yao.qi@linaro.org>
2217
2218 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
2219 disassemble on address 0.
2220
2221 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
2222 Yao Qi <yao.qi@linaro.org>
2223
2224 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
2225 * gdb.dwarf2/implptr-64bit.S: Remove.
2226 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
2227 variables in caller's context. Add DW_OP_implicit_value.
2228
2229 2017-01-25 Yao Qi <yao.qi@linaro.org>
2230
2231 * lib/dwarf.exp (Dwarf::_location): Handle
2232 DW_OP_GNU_implicit_pointer with proper size.
2233
2234 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
2235
2236 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
2237 and add untested calls.
2238
2239 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
2240
2241 * gdb.python/python.exp: Check line number against what GDB thinks
2242 the line number is for func1.
2243
2244 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
2245
2246 * gdb.dlang/debug-expr.exp: New file.
2247
2248 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
2249
2250 Fix test names for the following files:
2251
2252 * gdb.ada/exec_changed.exp
2253 * gdb.ada/info_types.exp
2254 * gdb.arch/aarch64-atomic-inst.exp
2255 * gdb.arch/aarch64-fp.exp
2256 * gdb.arch/altivec-abi.exp
2257 * gdb.arch/altivec-regs.exp
2258 * gdb.arch/amd64-byte.exp
2259 * gdb.arch/amd64-disp-step.exp
2260 * gdb.arch/amd64-dword.exp
2261 * gdb.arch/amd64-entry-value-inline.exp
2262 * gdb.arch/amd64-entry-value-param.exp
2263 * gdb.arch/amd64-entry-value-paramref.exp
2264 * gdb.arch/amd64-entry-value.exp
2265 * gdb.arch/amd64-i386-address.exp
2266 * gdb.arch/amd64-invalid-stack-middle.exp
2267 * gdb.arch/amd64-invalid-stack-top.exp
2268 * gdb.arch/amd64-optimout-repeat.exp
2269 * gdb.arch/amd64-prologue-skip.exp
2270 * gdb.arch/amd64-prologue-xmm.exp
2271 * gdb.arch/amd64-stap-special-operands.exp
2272 * gdb.arch/amd64-stap-wrong-subexp.exp
2273 * gdb.arch/amd64-tailcall-cxx.exp
2274 * gdb.arch/amd64-tailcall-noret.exp
2275 * gdb.arch/amd64-tailcall-ret.exp
2276 * gdb.arch/amd64-tailcall-self.exp
2277 * gdb.arch/amd64-word.exp
2278 * gdb.arch/arm-bl-branch-dest.exp
2279 * gdb.arch/arm-disp-step.exp
2280 * gdb.arch/arm-neon.exp
2281 * gdb.arch/arm-single-step-kernel-helper.exp
2282 * gdb.arch/avr-flash-qualifier.exp
2283 * gdb.arch/disp-step-insn-reloc.exp
2284 * gdb.arch/e500-abi.exp
2285 * gdb.arch/e500-regs.exp
2286 * gdb.arch/ftrace-insn-reloc.exp
2287 * gdb.arch/i386-avx512.exp
2288 * gdb.arch/i386-bp_permanent.exp
2289 * gdb.arch/i386-byte.exp
2290 * gdb.arch/i386-cfi-notcurrent.exp
2291 * gdb.arch/i386-disp-step.exp
2292 * gdb.arch/i386-dr3-watch.exp
2293 * gdb.arch/i386-float.exp
2294 * gdb.arch/i386-gnu-cfi.exp
2295 * gdb.arch/i386-mpx-map.exp
2296 * gdb.arch/i386-mpx-sigsegv.exp
2297 * gdb.arch/i386-mpx-simple_segv.exp
2298 * gdb.arch/i386-mpx.exp
2299 * gdb.arch/i386-permbkpt.exp
2300 * gdb.arch/i386-prologue.exp
2301 * gdb.arch/i386-signal.exp
2302 * gdb.arch/i386-size-overlap.exp
2303 * gdb.arch/i386-unwind.exp
2304 * gdb.arch/i386-word.exp
2305 * gdb.arch/mips-fcr.exp
2306 * gdb.arch/powerpc-d128-regs.exp
2307 * gdb.arch/powerpc-stackless.exp
2308 * gdb.arch/ppc64-atomic-inst.exp
2309 * gdb.arch/s390-stackless.exp
2310 * gdb.arch/s390-tdbregs.exp
2311 * gdb.arch/s390-vregs.exp
2312 * gdb.arch/sparc-sysstep.exp
2313 * gdb.arch/thumb-bx-pc.exp
2314 * gdb.arch/thumb-singlestep.exp
2315 * gdb.arch/thumb2-it.exp
2316 * gdb.arch/vsx-regs.exp
2317 * gdb.asm/asm-source.exp
2318 * gdb.base/a2-run.exp
2319 * gdb.base/advance.exp
2320 * gdb.base/all-bin.exp
2321 * gdb.base/anon.exp
2322 * gdb.base/args.exp
2323 * gdb.base/arithmet.exp
2324 * gdb.base/async-shell.exp
2325 * gdb.base/async.exp
2326 * gdb.base/attach-pie-noexec.exp
2327 * gdb.base/attach-twice.exp
2328 * gdb.base/auto-load.exp
2329 * gdb.base/bang.exp
2330 * gdb.base/bitfields.exp
2331 * gdb.base/break-always.exp
2332 * gdb.base/break-caller-line.exp
2333 * gdb.base/break-entry.exp
2334 * gdb.base/break-inline.exp
2335 * gdb.base/break-on-linker-gcd-function.exp
2336 * gdb.base/break-probes.exp
2337 * gdb.base/break.exp
2338 * gdb.base/breakpoint-shadow.exp
2339 * gdb.base/call-ar-st.exp
2340 * gdb.base/call-sc.exp
2341 * gdb.base/call-signal-resume.exp
2342 * gdb.base/call-strs.exp
2343 * gdb.base/callfuncs.exp
2344 * gdb.base/catch-fork-static.exp
2345 * gdb.base/catch-gdb-caused-signals.exp
2346 * gdb.base/catch-load.exp
2347 * gdb.base/catch-signal-fork.exp
2348 * gdb.base/catch-signal.exp
2349 * gdb.base/catch-syscall.exp
2350 * gdb.base/charset.exp
2351 * gdb.base/checkpoint.exp
2352 * gdb.base/chng-syms.exp
2353 * gdb.base/code-expr.exp
2354 * gdb.base/code_elim.exp
2355 * gdb.base/commands.exp
2356 * gdb.base/completion.exp
2357 * gdb.base/complex.exp
2358 * gdb.base/cond-expr.exp
2359 * gdb.base/condbreak.exp
2360 * gdb.base/consecutive.exp
2361 * gdb.base/continue-all-already-running.exp
2362 * gdb.base/coredump-filter.exp
2363 * gdb.base/corefile.exp
2364 * gdb.base/dbx.exp
2365 * gdb.base/debug-expr.exp
2366 * gdb.base/define.exp
2367 * gdb.base/del.exp
2368 * gdb.base/disabled-location.exp
2369 * gdb.base/disasm-end-cu.exp
2370 * gdb.base/disasm-optim.exp
2371 * gdb.base/display.exp
2372 * gdb.base/duplicate-bp.exp
2373 * gdb.base/ena-dis-br.exp
2374 * gdb.base/ending-run.exp
2375 * gdb.base/enumval.exp
2376 * gdb.base/environ.exp
2377 * gdb.base/eu-strip-infcall.exp
2378 * gdb.base/eval-avoid-side-effects.exp
2379 * gdb.base/eval-skip.exp
2380 * gdb.base/exitsignal.exp
2381 * gdb.base/expand-psymtabs.exp
2382 * gdb.base/filesym.exp
2383 * gdb.base/find-unmapped.exp
2384 * gdb.base/finish.exp
2385 * gdb.base/float.exp
2386 * gdb.base/foll-exec-mode.exp
2387 * gdb.base/foll-exec.exp
2388 * gdb.base/foll-fork.exp
2389 * gdb.base/fortran-sym-case.exp
2390 * gdb.base/freebpcmd.exp
2391 * gdb.base/func-ptr.exp
2392 * gdb.base/func-ptrs.exp
2393 * gdb.base/funcargs.exp
2394 * gdb.base/gcore-buffer-overflow.exp
2395 * gdb.base/gcore-relro-pie.exp
2396 * gdb.base/gcore-relro.exp
2397 * gdb.base/gcore.exp
2398 * gdb.base/gdb1090.exp
2399 * gdb.base/gdb11530.exp
2400 * gdb.base/gdb11531.exp
2401 * gdb.base/gdb1821.exp
2402 * gdb.base/gdbindex-stabs.exp
2403 * gdb.base/gdbvars.exp
2404 * gdb.base/hbreak.exp
2405 * gdb.base/hbreak2.exp
2406 * gdb.base/included.exp
2407 * gdb.base/infcall-input.exp
2408 * gdb.base/inferior-died.exp
2409 * gdb.base/infnan.exp
2410 * gdb.base/info-macros.exp
2411 * gdb.base/info-os.exp
2412 * gdb.base/info-proc.exp
2413 * gdb.base/info-shared.exp
2414 * gdb.base/info-target.exp
2415 * gdb.base/infoline.exp
2416 * gdb.base/interp.exp
2417 * gdb.base/interrupt.exp
2418 * gdb.base/jit-reader.exp
2419 * gdb.base/jit-simple.exp
2420 * gdb.base/kill-after-signal.exp
2421 * gdb.base/kill-detach-inferiors-cmd.exp
2422 * gdb.base/label.exp
2423 * gdb.base/langs.exp
2424 * gdb.base/ldbl_e308.exp
2425 * gdb.base/line-symtabs.exp
2426 * gdb.base/linespecs.exp
2427 * gdb.base/list.exp
2428 * gdb.base/long_long.exp
2429 * gdb.base/longest-types.exp
2430 * gdb.base/maint.exp
2431 * gdb.base/max-value-size.exp
2432 * gdb.base/memattr.exp
2433 * gdb.base/mips_pro.exp
2434 * gdb.base/morestack.exp
2435 * gdb.base/moribund-step.exp
2436 * gdb.base/multi-forks.exp
2437 * gdb.base/nested-addr.exp
2438 * gdb.base/nextoverexit.exp
2439 * gdb.base/noreturn-finish.exp
2440 * gdb.base/noreturn-return.exp
2441 * gdb.base/nostdlib.exp
2442 * gdb.base/offsets.exp
2443 * gdb.base/opaque.exp
2444 * gdb.base/pc-fp.exp
2445 * gdb.base/permissions.exp
2446 * gdb.base/print-symbol-loading.exp
2447 * gdb.base/prologue-include.exp
2448 * gdb.base/psymtab.exp
2449 * gdb.base/ptype.exp
2450 * gdb.base/random-signal.exp
2451 * gdb.base/randomize.exp
2452 * gdb.base/range-stepping.exp
2453 * gdb.base/readline-ask.exp
2454 * gdb.base/recpar.exp
2455 * gdb.base/recurse.exp
2456 * gdb.base/relational.exp
2457 * gdb.base/restore.exp
2458 * gdb.base/return-nodebug.exp
2459 * gdb.base/return.exp
2460 * gdb.base/run-after-attach.exp
2461 * gdb.base/save-bp.exp
2462 * gdb.base/scope.exp
2463 * gdb.base/sect-cmd.exp
2464 * gdb.base/set-lang-auto.exp
2465 * gdb.base/set-noassign.exp
2466 * gdb.base/setvar.exp
2467 * gdb.base/sigall.exp
2468 * gdb.base/sigbpt.exp
2469 * gdb.base/siginfo-addr.exp
2470 * gdb.base/siginfo-infcall.exp
2471 * gdb.base/siginfo-obj.exp
2472 * gdb.base/siginfo.exp
2473 * gdb.base/signals-state-child.exp
2474 * gdb.base/signest.exp
2475 * gdb.base/sigstep.exp
2476 * gdb.base/sizeof.exp
2477 * gdb.base/skip.exp
2478 * gdb.base/solib-corrupted.exp
2479 * gdb.base/solib-nodir.exp
2480 * gdb.base/solib-search.exp
2481 * gdb.base/stack-checking.exp
2482 * gdb.base/stale-infcall.exp
2483 * gdb.base/stap-probe.exp
2484 * gdb.base/start.exp
2485 * gdb.base/step-break.exp
2486 * gdb.base/step-bt.exp
2487 * gdb.base/step-line.exp
2488 * gdb.base/step-over-exit.exp
2489 * gdb.base/step-over-syscall.exp
2490 * gdb.base/step-resume-infcall.exp
2491 * gdb.base/step-test.exp
2492 * gdb.base/store.exp
2493 * gdb.base/structs3.exp
2494 * gdb.base/sym-file.exp
2495 * gdb.base/symbol-without-target_section.exp
2496 * gdb.base/term.exp
2497 * gdb.base/testenv.exp
2498 * gdb.base/ui-redirect.exp
2499 * gdb.base/until.exp
2500 * gdb.base/unwindonsignal.exp
2501 * gdb.base/value-double-free.exp
2502 * gdb.base/vla-datatypes.exp
2503 * gdb.base/vla-ptr.exp
2504 * gdb.base/vla-sideeffect.exp
2505 * gdb.base/volatile.exp
2506 * gdb.base/watch-cond-infcall.exp
2507 * gdb.base/watch-cond.exp
2508 * gdb.base/watch-non-mem.exp
2509 * gdb.base/watch-read.exp
2510 * gdb.base/watch-vfork.exp
2511 * gdb.base/watchpoint-cond-gone.exp
2512 * gdb.base/watchpoint-delete.exp
2513 * gdb.base/watchpoint-hw-hit-once.exp
2514 * gdb.base/watchpoint-hw.exp
2515 * gdb.base/watchpoint-stops-at-right-insn.exp
2516 * gdb.base/watchpoints.exp
2517 * gdb.base/wchar.exp
2518 * gdb.base/whatis-exp.exp
2519 * gdb.btrace/buffer-size.exp
2520 * gdb.btrace/data.exp
2521 * gdb.btrace/delta.exp
2522 * gdb.btrace/dlopen.exp
2523 * gdb.btrace/enable.exp
2524 * gdb.btrace/exception.exp
2525 * gdb.btrace/function_call_history.exp
2526 * gdb.btrace/gcore.exp
2527 * gdb.btrace/instruction_history.exp
2528 * gdb.btrace/nohist.exp
2529 * gdb.btrace/reconnect.exp
2530 * gdb.btrace/record_goto-step.exp
2531 * gdb.btrace/record_goto.exp
2532 * gdb.btrace/rn-dl-bind.exp
2533 * gdb.btrace/segv.exp
2534 * gdb.btrace/step.exp
2535 * gdb.btrace/stepi.exp
2536 * gdb.btrace/tailcall-only.exp
2537 * gdb.btrace/tailcall.exp
2538 * gdb.btrace/tsx.exp
2539 * gdb.btrace/unknown_functions.exp
2540 * gdb.btrace/vdso.exp
2541 * gdb.compile/compile-ifunc.exp
2542 * gdb.compile/compile-ops.exp
2543 * gdb.compile/compile-print.exp
2544 * gdb.compile/compile-setjmp.exp
2545 * gdb.cp/abstract-origin.exp
2546 * gdb.cp/ambiguous.exp
2547 * gdb.cp/annota2.exp
2548 * gdb.cp/annota3.exp
2549 * gdb.cp/anon-ns.exp
2550 * gdb.cp/anon-struct.exp
2551 * gdb.cp/anon-union.exp
2552 * gdb.cp/arg-reference.exp
2553 * gdb.cp/baseenum.exp
2554 * gdb.cp/bool.exp
2555 * gdb.cp/breakpoint.exp
2556 * gdb.cp/bs15503.exp
2557 * gdb.cp/call-c.exp
2558 * gdb.cp/casts.exp
2559 * gdb.cp/chained-calls.exp
2560 * gdb.cp/class2.exp
2561 * gdb.cp/classes.exp
2562 * gdb.cp/cmpd-minsyms.exp
2563 * gdb.cp/converts.exp
2564 * gdb.cp/cp-relocate.exp
2565 * gdb.cp/cpcompletion.exp
2566 * gdb.cp/cpexprs.exp
2567 * gdb.cp/cplabel.exp
2568 * gdb.cp/cplusfuncs.exp
2569 * gdb.cp/cpsizeof.exp
2570 * gdb.cp/ctti.exp
2571 * gdb.cp/derivation.exp
2572 * gdb.cp/destrprint.exp
2573 * gdb.cp/dispcxx.exp
2574 * gdb.cp/enum-class.exp
2575 * gdb.cp/exception.exp
2576 * gdb.cp/exceptprint.exp
2577 * gdb.cp/expand-psymtabs-cxx.exp
2578 * gdb.cp/expand-sals.exp
2579 * gdb.cp/extern-c.exp
2580 * gdb.cp/filename.exp
2581 * gdb.cp/formatted-ref.exp
2582 * gdb.cp/fpointer.exp
2583 * gdb.cp/gdb1355.exp
2584 * gdb.cp/gdb2495.exp
2585 * gdb.cp/hang.exp
2586 * gdb.cp/impl-this.exp
2587 * gdb.cp/infcall-dlopen.exp
2588 * gdb.cp/inherit.exp
2589 * gdb.cp/iostream.exp
2590 * gdb.cp/koenig.exp
2591 * gdb.cp/local.exp
2592 * gdb.cp/m-data.exp
2593 * gdb.cp/m-static.exp
2594 * gdb.cp/mb-ctor.exp
2595 * gdb.cp/mb-inline.exp
2596 * gdb.cp/mb-templates.exp
2597 * gdb.cp/member-name.exp
2598 * gdb.cp/member-ptr.exp
2599 * gdb.cp/meth-typedefs.exp
2600 * gdb.cp/method.exp
2601 * gdb.cp/method2.exp
2602 * gdb.cp/minsym-fallback.exp
2603 * gdb.cp/misc.exp
2604 * gdb.cp/namelessclass.exp
2605 * gdb.cp/namespace-enum.exp
2606 * gdb.cp/namespace-nested-import.exp
2607 * gdb.cp/namespace.exp
2608 * gdb.cp/nextoverthrow.exp
2609 * gdb.cp/no-dmgl-verbose.exp
2610 * gdb.cp/non-trivial-retval.exp
2611 * gdb.cp/noparam.exp
2612 * gdb.cp/nsdecl.exp
2613 * gdb.cp/nsimport.exp
2614 * gdb.cp/nsnested.exp
2615 * gdb.cp/nsnoimports.exp
2616 * gdb.cp/nsrecurs.exp
2617 * gdb.cp/nsstress.exp
2618 * gdb.cp/nsusing.exp
2619 * gdb.cp/operator.exp
2620 * gdb.cp/oranking.exp
2621 * gdb.cp/overload-const.exp
2622 * gdb.cp/overload.exp
2623 * gdb.cp/ovldbreak.exp
2624 * gdb.cp/ovsrch.exp
2625 * gdb.cp/paren-type.exp
2626 * gdb.cp/parse-lang.exp
2627 * gdb.cp/pass-by-ref.exp
2628 * gdb.cp/pr-1023.exp
2629 * gdb.cp/pr-1210.exp
2630 * gdb.cp/pr-574.exp
2631 * gdb.cp/pr10687.exp
2632 * gdb.cp/pr12028.exp
2633 * gdb.cp/pr17132.exp
2634 * gdb.cp/pr17494.exp
2635 * gdb.cp/pr9067.exp
2636 * gdb.cp/pr9167.exp
2637 * gdb.cp/pr9631.exp
2638 * gdb.cp/printmethod.exp
2639 * gdb.cp/psmang.exp
2640 * gdb.cp/psymtab-parameter.exp
2641 * gdb.cp/ptype-cv-cp.exp
2642 * gdb.cp/ptype-flags.exp
2643 * gdb.cp/re-set-overloaded.exp
2644 * gdb.cp/ref-types.exp
2645 * gdb.cp/rtti.exp
2646 * gdb.cp/scope-err.exp
2647 * gdb.cp/shadow.exp
2648 * gdb.cp/smartp.exp
2649 * gdb.cp/static-method.exp
2650 * gdb.cp/static-print-quit.exp
2651 * gdb.cp/temargs.exp
2652 * gdb.cp/templates.exp
2653 * gdb.cp/try_catch.exp
2654 * gdb.cp/typedef-operator.exp
2655 * gdb.cp/typeid.exp
2656 * gdb.cp/userdef.exp
2657 * gdb.cp/using-crash.exp
2658 * gdb.cp/var-tag.exp
2659 * gdb.cp/virtbase.exp
2660 * gdb.cp/virtfunc.exp
2661 * gdb.cp/virtfunc2.exp
2662 * gdb.cp/vla-cxx.exp
2663 * gdb.disasm/t01_mov.exp
2664 * gdb.disasm/t02_mova.exp
2665 * gdb.disasm/t03_add.exp
2666 * gdb.disasm/t04_sub.exp
2667 * gdb.disasm/t05_cmp.exp
2668 * gdb.disasm/t06_ari2.exp
2669 * gdb.disasm/t07_ari3.exp
2670 * gdb.disasm/t08_or.exp
2671 * gdb.disasm/t09_xor.exp
2672 * gdb.disasm/t10_and.exp
2673 * gdb.disasm/t11_logs.exp
2674 * gdb.disasm/t12_bit.exp
2675 * gdb.disasm/t13_otr.exp
2676 * gdb.dlang/circular.exp
2677 * gdb.dwarf2/arr-stride.exp
2678 * gdb.dwarf2/arr-subrange.exp
2679 * gdb.dwarf2/atomic-type.exp
2680 * gdb.dwarf2/bad-regnum.exp
2681 * gdb.dwarf2/bitfield-parent-optimized-out.exp
2682 * gdb.dwarf2/callframecfa.exp
2683 * gdb.dwarf2/clztest.exp
2684 * gdb.dwarf2/corrupt.exp
2685 * gdb.dwarf2/data-loc.exp
2686 * gdb.dwarf2/dup-psym.exp
2687 * gdb.dwarf2/dw2-anon-mptr.exp
2688 * gdb.dwarf2/dw2-anonymous-func.exp
2689 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
2690 * gdb.dwarf2/dw2-bad-unresolved.exp
2691 * gdb.dwarf2/dw2-basic.exp
2692 * gdb.dwarf2/dw2-canonicalize-type.exp
2693 * gdb.dwarf2/dw2-case-insensitive.exp
2694 * gdb.dwarf2/dw2-common-block.exp
2695 * gdb.dwarf2/dw2-compdir-oldgcc.exp
2696 * gdb.dwarf2/dw2-compressed.exp
2697 * gdb.dwarf2/dw2-const.exp
2698 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
2699 * gdb.dwarf2/dw2-cu-size.exp
2700 * gdb.dwarf2/dw2-dup-frame.exp
2701 * gdb.dwarf2/dw2-entry-value.exp
2702 * gdb.dwarf2/dw2-icycle.exp
2703 * gdb.dwarf2/dw2-ifort-parameter.exp
2704 * gdb.dwarf2/dw2-inline-break.exp
2705 * gdb.dwarf2/dw2-inline-param.exp
2706 * gdb.dwarf2/dw2-intercu.exp
2707 * gdb.dwarf2/dw2-intermix.exp
2708 * gdb.dwarf2/dw2-lexical-block-bare.exp
2709 * gdb.dwarf2/dw2-linkage-name-trust.exp
2710 * gdb.dwarf2/dw2-minsym-in-cu.exp
2711 * gdb.dwarf2/dw2-noloc.exp
2712 * gdb.dwarf2/dw2-op-call.exp
2713 * gdb.dwarf2/dw2-op-out-param.exp
2714 * gdb.dwarf2/dw2-opt-structptr.exp
2715 * gdb.dwarf2/dw2-param-error.exp
2716 * gdb.dwarf2/dw2-producer.exp
2717 * gdb.dwarf2/dw2-ranges-base.exp
2718 * gdb.dwarf2/dw2-ref-missing-frame.exp
2719 * gdb.dwarf2/dw2-reg-undefined.exp
2720 * gdb.dwarf2/dw2-regno-invalid.exp
2721 * gdb.dwarf2/dw2-restore.exp
2722 * gdb.dwarf2/dw2-restrict.exp
2723 * gdb.dwarf2/dw2-single-line-discriminators.exp
2724 * gdb.dwarf2/dw2-strp.exp
2725 * gdb.dwarf2/dw2-undefined-ret-addr.exp
2726 * gdb.dwarf2/dw2-unresolved.exp
2727 * gdb.dwarf2/dw2-var-zero-addr.exp
2728 * gdb.dwarf2/dw4-sig-types.exp
2729 * gdb.dwarf2/dwz.exp
2730 * gdb.dwarf2/dynarr-ptr.exp
2731 * gdb.dwarf2/enum-type.exp
2732 * gdb.dwarf2/gdb-index.exp
2733 * gdb.dwarf2/implptr-64bit.exp
2734 * gdb.dwarf2/implptr-optimized-out.exp
2735 * gdb.dwarf2/implptr.exp
2736 * gdb.dwarf2/implref-array.exp
2737 * gdb.dwarf2/implref-const.exp
2738 * gdb.dwarf2/implref-global.exp
2739 * gdb.dwarf2/implref-struct.exp
2740 * gdb.dwarf2/mac-fileno.exp
2741 * gdb.dwarf2/main-subprogram.exp
2742 * gdb.dwarf2/member-ptr-forwardref.exp
2743 * gdb.dwarf2/method-ptr.exp
2744 * gdb.dwarf2/missing-sig-type.exp
2745 * gdb.dwarf2/nonvar-access.exp
2746 * gdb.dwarf2/opaque-type-lookup.exp
2747 * gdb.dwarf2/pieces-optimized-out.exp
2748 * gdb.dwarf2/pieces.exp
2749 * gdb.dwarf2/pr10770.exp
2750 * gdb.dwarf2/pr13961.exp
2751 * gdb.dwarf2/staticvirtual.exp
2752 * gdb.dwarf2/subrange.exp
2753 * gdb.dwarf2/symtab-producer.exp
2754 * gdb.dwarf2/trace-crash.exp
2755 * gdb.dwarf2/typeddwarf.exp
2756 * gdb.dwarf2/valop.exp
2757 * gdb.dwarf2/watch-notconst.exp
2758 * gdb.fortran/array-element.exp
2759 * gdb.fortran/charset.exp
2760 * gdb.fortran/common-block.exp
2761 * gdb.fortran/complex.exp
2762 * gdb.fortran/derived-type-function.exp
2763 * gdb.fortran/derived-type.exp
2764 * gdb.fortran/logical.exp
2765 * gdb.fortran/module.exp
2766 * gdb.fortran/multi-dim.exp
2767 * gdb.fortran/nested-funcs.exp
2768 * gdb.fortran/print-formatted.exp
2769 * gdb.fortran/subarray.exp
2770 * gdb.fortran/vla-alloc-assoc.exp
2771 * gdb.fortran/vla-datatypes.exp
2772 * gdb.fortran/vla-history.exp
2773 * gdb.fortran/vla-ptr-info.exp
2774 * gdb.fortran/vla-ptype-sub.exp
2775 * gdb.fortran/vla-ptype.exp
2776 * gdb.fortran/vla-sizeof.exp
2777 * gdb.fortran/vla-type.exp
2778 * gdb.fortran/vla-value-sub-arbitrary.exp
2779 * gdb.fortran/vla-value-sub-finish.exp
2780 * gdb.fortran/vla-value-sub.exp
2781 * gdb.fortran/vla-value.exp
2782 * gdb.fortran/whatis_type.exp
2783 * gdb.go/chan.exp
2784 * gdb.go/handcall.exp
2785 * gdb.go/hello.exp
2786 * gdb.go/integers.exp
2787 * gdb.go/methods.exp
2788 * gdb.go/package.exp
2789 * gdb.go/strings.exp
2790 * gdb.go/types.exp
2791 * gdb.go/unsafe.exp
2792 * gdb.guile/scm-arch.exp
2793 * gdb.guile/scm-block.exp
2794 * gdb.guile/scm-breakpoint.exp
2795 * gdb.guile/scm-cmd.exp
2796 * gdb.guile/scm-disasm.exp
2797 * gdb.guile/scm-equal.exp
2798 * gdb.guile/scm-frame-args.exp
2799 * gdb.guile/scm-frame-inline.exp
2800 * gdb.guile/scm-frame.exp
2801 * gdb.guile/scm-iterator.exp
2802 * gdb.guile/scm-math.exp
2803 * gdb.guile/scm-objfile.exp
2804 * gdb.guile/scm-ports.exp
2805 * gdb.guile/scm-symbol.exp
2806 * gdb.guile/scm-symtab.exp
2807 * gdb.guile/scm-value-cc.exp
2808 * gdb.guile/types-module.exp
2809 * gdb.linespec/break-ask.exp
2810 * gdb.linespec/cpexplicit.exp
2811 * gdb.linespec/explicit.exp
2812 * gdb.linespec/keywords.exp
2813 * gdb.linespec/linespec.exp
2814 * gdb.linespec/ls-dollar.exp
2815 * gdb.linespec/ls-errs.exp
2816 * gdb.linespec/skip-two.exp
2817 * gdb.linespec/thread.exp
2818 * gdb.mi/mi-async.exp
2819 * gdb.mi/mi-basics.exp
2820 * gdb.mi/mi-break.exp
2821 * gdb.mi/mi-catch-load.exp
2822 * gdb.mi/mi-cli.exp
2823 * gdb.mi/mi-cmd-param-changed.exp
2824 * gdb.mi/mi-console.exp
2825 * gdb.mi/mi-detach.exp
2826 * gdb.mi/mi-disassemble.exp
2827 * gdb.mi/mi-eval.exp
2828 * gdb.mi/mi-file-transfer.exp
2829 * gdb.mi/mi-file.exp
2830 * gdb.mi/mi-fill-memory.exp
2831 * gdb.mi/mi-inheritance-syntax-error.exp
2832 * gdb.mi/mi-linespec-err-cp.exp
2833 * gdb.mi/mi-logging.exp
2834 * gdb.mi/mi-memory-changed.exp
2835 * gdb.mi/mi-read-memory.exp
2836 * gdb.mi/mi-record-changed.exp
2837 * gdb.mi/mi-reg-undefined.exp
2838 * gdb.mi/mi-regs.exp
2839 * gdb.mi/mi-return.exp
2840 * gdb.mi/mi-reverse.exp
2841 * gdb.mi/mi-simplerun.exp
2842 * gdb.mi/mi-solib.exp
2843 * gdb.mi/mi-stack.exp
2844 * gdb.mi/mi-stepi.exp
2845 * gdb.mi/mi-syn-frame.exp
2846 * gdb.mi/mi-until.exp
2847 * gdb.mi/mi-var-block.exp
2848 * gdb.mi/mi-var-child.exp
2849 * gdb.mi/mi-var-cmd.exp
2850 * gdb.mi/mi-var-cp.exp
2851 * gdb.mi/mi-var-display.exp
2852 * gdb.mi/mi-var-invalidate.exp
2853 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
2854 * gdb.mi/mi-vla-fortran.exp
2855 * gdb.mi/mi-watch.exp
2856 * gdb.mi/mi2-var-child.exp
2857 * gdb.mi/user-selected-context-sync.exp
2858 * gdb.modula2/unbounded-array.exp
2859 * gdb.multi/dummy-frame-restore.exp
2860 * gdb.multi/multi-arch-exec.exp
2861 * gdb.multi/multi-arch.exp
2862 * gdb.multi/tids.exp
2863 * gdb.multi/watchpoint-multi.exp
2864 * gdb.opencl/callfuncs.exp
2865 * gdb.opencl/convs_casts.exp
2866 * gdb.opencl/datatypes.exp
2867 * gdb.opencl/operators.exp
2868 * gdb.opencl/vec_comps.exp
2869 * gdb.opt/clobbered-registers-O2.exp
2870 * gdb.opt/inline-break.exp
2871 * gdb.opt/inline-bt.exp
2872 * gdb.opt/inline-cmds.exp
2873 * gdb.opt/inline-locals.exp
2874 * gdb.pascal/case-insensitive-symbols.exp
2875 * gdb.pascal/floats.exp
2876 * gdb.pascal/gdb11492.exp
2877 * gdb.python/lib-types.exp
2878 * gdb.python/py-arch.exp
2879 * gdb.python/py-as-string.exp
2880 * gdb.python/py-bad-printers.exp
2881 * gdb.python/py-block.exp
2882 * gdb.python/py-breakpoint-create-fail.exp
2883 * gdb.python/py-breakpoint.exp
2884 * gdb.python/py-caller-is.exp
2885 * gdb.python/py-cmd.exp
2886 * gdb.python/py-explore-cc.exp
2887 * gdb.python/py-explore.exp
2888 * gdb.python/py-finish-breakpoint.exp
2889 * gdb.python/py-finish-breakpoint2.exp
2890 * gdb.python/py-frame-args.exp
2891 * gdb.python/py-frame-inline.exp
2892 * gdb.python/py-frame.exp
2893 * gdb.python/py-framefilter-mi.exp
2894 * gdb.python/py-infthread.exp
2895 * gdb.python/py-lazy-string.exp
2896 * gdb.python/py-linetable.exp
2897 * gdb.python/py-mi-events.exp
2898 * gdb.python/py-mi-objfile.exp
2899 * gdb.python/py-mi.exp
2900 * gdb.python/py-objfile.exp
2901 * gdb.python/py-pp-integral.exp
2902 * gdb.python/py-pp-maint.exp
2903 * gdb.python/py-pp-re-notag.exp
2904 * gdb.python/py-pp-registration.exp
2905 * gdb.python/py-recurse-unwind.exp
2906 * gdb.python/py-strfns.exp
2907 * gdb.python/py-symbol.exp
2908 * gdb.python/py-symtab.exp
2909 * gdb.python/py-sync-interp.exp
2910 * gdb.python/py-typeprint.exp
2911 * gdb.python/py-unwind-maint.exp
2912 * gdb.python/py-unwind.exp
2913 * gdb.python/py-value-cc.exp
2914 * gdb.python/py-xmethods.exp
2915 * gdb.reverse/amd64-tailcall-reverse.exp
2916 * gdb.reverse/break-precsave.exp
2917 * gdb.reverse/break-reverse.exp
2918 * gdb.reverse/consecutive-precsave.exp
2919 * gdb.reverse/consecutive-reverse.exp
2920 * gdb.reverse/finish-precsave.exp
2921 * gdb.reverse/finish-reverse-bkpt.exp
2922 * gdb.reverse/finish-reverse.exp
2923 * gdb.reverse/fstatat-reverse.exp
2924 * gdb.reverse/getresuid-reverse.exp
2925 * gdb.reverse/i386-precsave.exp
2926 * gdb.reverse/i386-reverse.exp
2927 * gdb.reverse/i386-sse-reverse.exp
2928 * gdb.reverse/i387-env-reverse.exp
2929 * gdb.reverse/i387-stack-reverse.exp
2930 * gdb.reverse/insn-reverse.exp
2931 * gdb.reverse/machinestate-precsave.exp
2932 * gdb.reverse/machinestate.exp
2933 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2934 * gdb.reverse/pipe-reverse.exp
2935 * gdb.reverse/readv-reverse.exp
2936 * gdb.reverse/recvmsg-reverse.exp
2937 * gdb.reverse/rerun-prec.exp
2938 * gdb.reverse/s390-mvcle.exp
2939 * gdb.reverse/step-precsave.exp
2940 * gdb.reverse/step-reverse.exp
2941 * gdb.reverse/time-reverse.exp
2942 * gdb.reverse/until-precsave.exp
2943 * gdb.reverse/until-reverse.exp
2944 * gdb.reverse/waitpid-reverse.exp
2945 * gdb.reverse/watch-precsave.exp
2946 * gdb.reverse/watch-reverse.exp
2947 * gdb.rust/generics.exp
2948 * gdb.rust/methods.exp
2949 * gdb.rust/modules.exp
2950 * gdb.rust/simple.exp
2951 * gdb.server/connect-with-no-symbol-file.exp
2952 * gdb.server/ext-attach.exp
2953 * gdb.server/ext-restart.exp
2954 * gdb.server/ext-wrapper.exp
2955 * gdb.server/file-transfer.exp
2956 * gdb.server/server-exec-info.exp
2957 * gdb.server/server-kill.exp
2958 * gdb.server/server-mon.exp
2959 * gdb.server/wrapper.exp
2960 * gdb.stabs/exclfwd.exp
2961 * gdb.stabs/gdb11479.exp
2962 * gdb.threads/clone-new-thread-event.exp
2963 * gdb.threads/corethreads.exp
2964 * gdb.threads/current-lwp-dead.exp
2965 * gdb.threads/dlopen-libpthread.exp
2966 * gdb.threads/gcore-thread.exp
2967 * gdb.threads/sigstep-threads.exp
2968 * gdb.threads/watchpoint-fork.exp
2969 * gdb.trace/actions-changed.exp
2970 * gdb.trace/backtrace.exp
2971 * gdb.trace/change-loc.exp
2972 * gdb.trace/circ.exp
2973 * gdb.trace/collection.exp
2974 * gdb.trace/disconnected-tracing.exp
2975 * gdb.trace/ftrace.exp
2976 * gdb.trace/mi-trace-frame-collected.exp
2977 * gdb.trace/mi-trace-unavailable.exp
2978 * gdb.trace/mi-traceframe-changed.exp
2979 * gdb.trace/mi-tsv-changed.exp
2980 * gdb.trace/no-attach-trace.exp
2981 * gdb.trace/passc-dyn.exp
2982 * gdb.trace/qtro.exp
2983 * gdb.trace/range-stepping.exp
2984 * gdb.trace/read-memory.exp
2985 * gdb.trace/save-trace.exp
2986 * gdb.trace/signal.exp
2987 * gdb.trace/status-stop.exp
2988 * gdb.trace/tfile.exp
2989 * gdb.trace/trace-break.exp
2990 * gdb.trace/trace-buffer-size.exp
2991 * gdb.trace/trace-condition.exp
2992 * gdb.trace/tracefile-pseudo-reg.exp
2993 * gdb.trace/tstatus.exp
2994 * gdb.trace/unavailable.exp
2995 * gdb.trace/while-dyn.exp
2996 * gdb.trace/while-stepping.exp
2997
2998 2016-12-22 Doug Evans <xdje42@gmail.com>
2999
3000 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
3001 and msymbols.
3002
3003 2016-12-19 Yao Qi <yao.qi@linaro.org>
3004
3005 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
3006 (test_with_self): Don't call do_steps_and_nexts, and remove
3007 code about stepping into xmalloc.
3008
3009 2016-12-09 Yao Qi <yao.qi@linaro.org>
3010
3011 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
3012
3013 2016-12-09 Yao Qi <yao.qi@linaro.org>
3014
3015 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
3016
3017 2016-12-09 Pedro Alves <palves@redhat.com>
3018
3019 * gdb.base/all-architectures-0.exp: New file.
3020 * gdb.base/all-architectures-1.exp: New file.
3021 * gdb.base/all-architectures-2.exp: New file.
3022 * gdb.base/all-architectures-3.exp: New file.
3023 * gdb.base/all-architectures-4.exp: New file.
3024 * gdb.base/all-architectures-5.exp: New file.
3025 * gdb.base/all-architectures-6.exp: New file.
3026 * gdb.base/all-architectures-7.exp: New file.
3027 * gdb.base/all-architectures.exp.in: New file.
3028
3029 2016-12-09 Yao Qi <yao.qi@linaro.org>
3030
3031 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
3032
3033 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
3034
3035 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
3036 possible.
3037 Remove useless pattern-matching code.
3038
3039 2016-12-02 Pedro Alves <palves@redhat.com>
3040
3041 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
3042 procedure.
3043 (top level): Call it.
3044
3045 2016-12-02 Pedro Alves <palves@redhat.com>
3046
3047 * gdb.base/commands.exp (user_defined_command_args_stack_test):
3048 New procedure.
3049 (top level): Call it.
3050
3051 2016-12-02 Pedro Alves <palves@redhat.com>
3052
3053 PR cli/20559
3054 * gdb.base/commands.exp (user_defined_command_args_eval): New
3055 procedure.
3056 (top level): Call it.
3057
3058 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
3059
3060 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
3061 timeout handling.
3062
3063 2016-12-02 Tom Tromey <tom@tromey.com>
3064
3065 * gdb.dwarf2/main-subprogram.c: New file.
3066 * gdb.dwarf2/main-subprogram.exp: New file.
3067
3068 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3069
3070 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
3071 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
3072 gdb_test_no_output for a couple of cases.
3073 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
3074
3075 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3076
3077 Fix test names and standardize compilation error messages throughout
3078 the following files:
3079
3080 * gdb.ada/start.exp
3081 * gdb.arch/alpha-step.exp
3082 * gdb.arch/e500-prologue.exp
3083 * gdb.arch/ftrace-insn-reloc.exp
3084 * gdb.arch/gdb1291.exp
3085 * gdb.arch/gdb1431.exp
3086 * gdb.arch/gdb1558.exp
3087 * gdb.arch/i386-dr3-watch.exp
3088 * gdb.arch/i386-sse-stack-align.exp
3089 * gdb.arch/ia64-breakpoint-shadow.exp
3090 * gdb.arch/pa-nullify.exp
3091 * gdb.arch/powerpc-aix-prologue.exp
3092 * gdb.arch/thumb-bx-pc.exp
3093 * gdb.base/annota1.exp
3094 * gdb.base/annota3.exp
3095 * gdb.base/arrayidx.exp
3096 * gdb.base/assign.exp
3097 * gdb.base/attach.exp
3098 * gdb.base/auxv.exp
3099 * gdb.base/bang.exp
3100 * gdb.base/bfp-test.exp
3101 * gdb.base/bigcore.exp
3102 * gdb.base/bitfields2.exp
3103 * gdb.base/break-fun-addr.exp
3104 * gdb.base/break-probes.exp
3105 * gdb.base/call-rt-st.exp
3106 * gdb.base/callexit.exp
3107 * gdb.base/catch-fork-kill.exp
3108 * gdb.base/charset.exp
3109 * gdb.base/checkpoint.exp
3110 * gdb.base/comprdebug.exp
3111 * gdb.base/constvars.exp
3112 * gdb.base/coredump-filter.exp
3113 * gdb.base/cursal.exp
3114 * gdb.base/cvexpr.exp
3115 * gdb.base/detach.exp
3116 * gdb.base/display.exp
3117 * gdb.base/dmsym.exp
3118 * gdb.base/dprintf-pending.exp
3119 * gdb.base/dso2dso.exp
3120 * gdb.base/dtrace-probe.exp
3121 * gdb.base/dump.exp
3122 * gdb.base/enum_cond.exp
3123 * gdb.base/exe-lock.exp
3124 * gdb.base/exec-invalid-sysroot.exp
3125 * gdb.base/execl-update-breakpoints.exp
3126 * gdb.base/exprs.exp
3127 * gdb.base/fileio.exp
3128 * gdb.base/find.exp
3129 * gdb.base/finish.exp
3130 * gdb.base/fixsection.exp
3131 * gdb.base/foll-vfork.exp
3132 * gdb.base/frame-args.exp
3133 * gdb.base/gcore.exp
3134 * gdb.base/gdb1250.exp
3135 * gdb.base/global-var-nested-by-dso.exp
3136 * gdb.base/gnu-ifunc.exp
3137 * gdb.base/hashline1.exp
3138 * gdb.base/hashline2.exp
3139 * gdb.base/hashline3.exp
3140 * gdb.base/hbreak-in-shr-unsupported.exp
3141 * gdb.base/huge.exp
3142 * gdb.base/infcall-input.exp
3143 * gdb.base/info-fun.exp
3144 * gdb.base/info-shared.exp
3145 * gdb.base/jit-simple.exp
3146 * gdb.base/jit-so.exp
3147 * gdb.base/jit.exp
3148 * gdb.base/jump.exp
3149 * gdb.base/label.exp
3150 * gdb.base/lineinc.exp
3151 * gdb.base/logical.exp
3152 * gdb.base/longjmp.exp
3153 * gdb.base/macscp.exp
3154 * gdb.base/miscexprs.exp
3155 * gdb.base/new-ui-echo.exp
3156 * gdb.base/new-ui-pending-input.exp
3157 * gdb.base/new-ui.exp
3158 * gdb.base/nodebug.exp
3159 * gdb.base/nofield.exp
3160 * gdb.base/offsets.exp
3161 * gdb.base/overlays.exp
3162 * gdb.base/pending.exp
3163 * gdb.base/pointers.exp
3164 * gdb.base/pr11022.exp
3165 * gdb.base/printcmds.exp
3166 * gdb.base/prologue.exp
3167 * gdb.base/ptr-typedef.exp
3168 * gdb.base/realname-expand.exp
3169 * gdb.base/relativedebug.exp
3170 * gdb.base/relocate.exp
3171 * gdb.base/remote.exp
3172 * gdb.base/reread.exp
3173 * gdb.base/return2.exp
3174 * gdb.base/savedregs.exp
3175 * gdb.base/sep.exp
3176 * gdb.base/sepdebug.exp
3177 * gdb.base/sepsymtab.exp
3178 * gdb.base/set-inferior-tty.exp
3179 * gdb.base/setshow.exp
3180 * gdb.base/shlib-call.exp
3181 * gdb.base/sigaltstack.exp
3182 * gdb.base/siginfo-addr.exp
3183 * gdb.base/signals.exp
3184 * gdb.base/signull.exp
3185 * gdb.base/sigrepeat.exp
3186 * gdb.base/so-impl-ld.exp
3187 * gdb.base/solib-display.exp
3188 * gdb.base/solib-overlap.exp
3189 * gdb.base/solib-search.exp
3190 * gdb.base/solib-symbol.exp
3191 * gdb.base/structs.exp
3192 * gdb.base/structs2.exp
3193 * gdb.base/symtab-search-order.exp
3194 * gdb.base/twice.exp
3195 * gdb.base/unload.exp
3196 * gdb.base/varargs.exp
3197 * gdb.base/watchpoint-solib.exp
3198 * gdb.base/watchpoint.exp
3199 * gdb.base/whatis.exp
3200 * gdb.base/wrong_frame_bt_full.exp
3201 * gdb.btrace/dlopen.exp
3202 * gdb.cell/ea-standalone.exp
3203 * gdb.cell/ea-test.exp
3204 * gdb.cp/dispcxx.exp
3205 * gdb.cp/gdb2384.exp
3206 * gdb.cp/method2.exp
3207 * gdb.cp/nextoverthrow.exp
3208 * gdb.cp/pr10728.exp
3209 * gdb.disasm/am33.exp
3210 * gdb.disasm/h8300s.exp
3211 * gdb.disasm/mn10300.exp
3212 * gdb.disasm/sh3.exp
3213 * gdb.dwarf2/dw2-dir-file-name.exp
3214 * gdb.fortran/complex.exp
3215 * gdb.fortran/library-module.exp
3216 * gdb.guile/scm-pretty-print.exp
3217 * gdb.guile/scm-symbol.exp
3218 * gdb.guile/scm-type.exp
3219 * gdb.guile/scm-value.exp
3220 * gdb.linespec/linespec.exp
3221 * gdb.mi/gdb701.exp
3222 * gdb.mi/gdb792.exp
3223 * gdb.mi/mi-breakpoint-changed.exp
3224 * gdb.mi/mi-dprintf-pending.exp
3225 * gdb.mi/mi-dprintf.exp
3226 * gdb.mi/mi-exit-code.exp
3227 * gdb.mi/mi-pending.exp
3228 * gdb.mi/mi-solib.exp
3229 * gdb.mi/new-ui-mi-sync.exp
3230 * gdb.mi/pr11022.exp
3231 * gdb.mi/user-selected-context-sync.exp
3232 * gdb.opt/solib-intra-step.exp
3233 * gdb.python/py-events.exp
3234 * gdb.python/py-finish-breakpoint.exp
3235 * gdb.python/py-mi.exp
3236 * gdb.python/py-prettyprint.exp
3237 * gdb.python/py-shared.exp
3238 * gdb.python/py-symbol.exp
3239 * gdb.python/py-template.exp
3240 * gdb.python/py-type.exp
3241 * gdb.python/py-value.exp
3242 * gdb.reverse/solib-precsave.exp
3243 * gdb.reverse/solib-reverse.exp
3244 * gdb.server/solib-list.exp
3245 * gdb.stabs/weird.exp
3246 * gdb.threads/reconnect-signal.exp
3247 * gdb.threads/stepi-random-signal.exp
3248 * gdb.trace/actions.exp
3249 * gdb.trace/ax.exp
3250 * gdb.trace/backtrace.exp
3251 * gdb.trace/change-loc.exp
3252 * gdb.trace/deltrace.exp
3253 * gdb.trace/ftrace-lock.exp
3254 * gdb.trace/ftrace.exp
3255 * gdb.trace/infotrace.exp
3256 * gdb.trace/mi-tracepoint-changed.exp
3257 * gdb.trace/packetlen.exp
3258 * gdb.trace/passcount.exp
3259 * gdb.trace/pending.exp
3260 * gdb.trace/range-stepping.exp
3261 * gdb.trace/report.exp
3262 * gdb.trace/stap-trace.exp
3263 * gdb.trace/tfind.exp
3264 * gdb.trace/trace-break.exp
3265 * gdb.trace/trace-condition.exp
3266 * gdb.trace/trace-enable-disable.exp
3267 * gdb.trace/trace-mt.exp
3268 * gdb.trace/tracecmd.exp
3269 * gdb.trace/tspeed.exp
3270 * gdb.trace/tsv.exp
3271 * lib/perftest.exp
3272
3273 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3274
3275 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
3276 with gdb_test_no_output.
3277 Use command as test name.
3278
3279 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3280
3281 Fix test names starting with uppercase throughout the files.
3282
3283 * gdb.ada/assign_1.exp
3284 * gdb.ada/boolean_expr.exp
3285 * gdb.base/arrayidx.exp
3286 * gdb.base/del.exp
3287 * gdb.base/gcore-buffer-overflow.exp
3288 * gdb.base/testenv.exp
3289 * gdb.compile/compile.exp
3290 * gdb.python/py-framefilter-invalidarg.exp
3291 * gdb.python/py-framefilter.exp
3292
3293 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3294
3295 Fix test names starting with uppercase throughout the files.
3296
3297 * gdb.ada/array_return.exp
3298 * gdb.ada/expr_delims.exp
3299 * gdb.ada/mi_dyn_arr.exp
3300 * gdb.ada/mi_interface.exp
3301 * gdb.ada/mi_var_array.exp
3302 * gdb.ada/watch_arg.exp
3303 * gdb.arch/alpha-step.exp
3304 * gdb.arch/altivec-regs.exp
3305 * gdb.arch/e500-regs.exp
3306 * gdb.arch/powerpc-d128-regs.exp
3307 * gdb.base/arrayidx.exp
3308 * gdb.base/break.exp
3309 * gdb.base/checkpoint.exp
3310 * gdb.base/debug-expr.exp
3311 * gdb.base/dmsym.exp
3312 * gdb.base/radix.exp
3313 * gdb.base/sepdebug.exp
3314 * gdb.base/testenv.exp
3315 * gdb.base/watch_thread_num.exp
3316 * gdb.base/watchpoint-cond-gone.exp
3317 * gdb.cell/break.exp
3318 * gdb.cell/ea-cache.exp
3319 * gdb.compile/compile.exp
3320 * gdb.cp/gdb2495.exp
3321 * gdb.gdb/selftest.exp
3322 * gdb.gdb/xfullpath.exp
3323 * gdb.go/hello.exp
3324 * gdb.go/integers.exp
3325 * gdb.objc/basicclass.exp
3326 * gdb.pascal/hello.exp
3327 * gdb.pascal/integers.exp
3328 * gdb.python/py-breakpoint.exp
3329 * gdb.python/py-cmd.exp
3330 * gdb.python/py-linetable.exp
3331 * gdb.python/py-xmethods.exp
3332 * gdb.python/python.exp
3333 * gdb.reverse/consecutive-precsave.exp
3334 * gdb.reverse/finish-precsave.exp
3335 * gdb.reverse/i386-precsave.exp
3336 * gdb.reverse/machinestate-precsave.exp
3337 * gdb.reverse/sigall-precsave.exp
3338 * gdb.reverse/solib-precsave.exp
3339 * gdb.reverse/step-precsave.exp
3340 * gdb.reverse/until-precsave.exp
3341 * gdb.reverse/watch-precsave.exp
3342 * gdb.threads/leader-exit.exp
3343 * gdb.threads/pthreads.exp
3344 * gdb.threads/wp-replication.exp
3345 * gdb.trace/actions.exp
3346 * gdb.trace/mi-tsv-changed.exp
3347 * gdb.trace/tsv.exp
3348
3349 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3350
3351 Fix test names starting with uppercase throughout the files.
3352
3353 * gdb.arch/i386-bp_permanent.exp
3354 * gdb.arch/i386-gnu-cfi.exp
3355 * gdb.base/disasm-end-cu.exp
3356 * gdb.base/macscp.exp
3357 * gdb.base/pending.exp
3358 * gdb.base/watch_thread_num.exp
3359 * gdb.cp/exception.exp
3360 * gdb.cp/gdb2495.exp
3361 * gdb.cp/local.exp
3362 * gdb.python/py-evsignal.exp
3363 * gdb.python/python.exp
3364 * gdb.trace/tracecmd.exp
3365
3366 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3367
3368 Fix test names starting with uppercase throughout the files.
3369
3370 * gdb.base/charset.exp
3371 * gdb.base/eval.exp
3372 * gdb.base/multi-forks.exp
3373 * gdb.guile/scm-progspace.exp
3374 * gdb.opencl/datatypes.exp
3375 * gdb.python/py-block.exp
3376 * gdb.python/py-function.exp
3377 * gdb.python/py-symbol.exp
3378 * gdb.python/py-symtab.exp
3379 * gdb.python/py-xmethods.exp
3380 * gdb.reverse/break-precsave.exp
3381 * gdb.reverse/break-reverse.exp
3382 * gdb.reverse/consecutive-precsave.exp
3383 * gdb.reverse/consecutive-reverse.exp
3384 * gdb.reverse/finish-precsave.exp
3385 * gdb.reverse/finish-reverse-bkpt.exp
3386 * gdb.reverse/finish-reverse.exp
3387 * gdb.reverse/fstatat-reverse.exp
3388 * gdb.reverse/getresuid-reverse.exp
3389 * gdb.reverse/i386-precsave.exp
3390 * gdb.reverse/i386-reverse.exp
3391 * gdb.reverse/i386-sse-reverse.exp
3392 * gdb.reverse/i387-stack-reverse.exp
3393 * gdb.reverse/insn-reverse.exp
3394 * gdb.reverse/machinestate-precsave.exp
3395 * gdb.reverse/machinestate.exp
3396 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3397 * gdb.reverse/pipe-reverse.exp
3398 * gdb.reverse/readv-reverse.exp
3399 * gdb.reverse/recvmsg-reverse.exp
3400 * gdb.reverse/rerun-prec.exp
3401 * gdb.reverse/s390-mvcle.exp
3402 * gdb.reverse/sigall-precsave.exp
3403 * gdb.reverse/sigall-reverse.exp
3404 * gdb.reverse/solib-precsave.exp
3405 * gdb.reverse/solib-reverse.exp
3406 * gdb.reverse/step-precsave.exp
3407 * gdb.reverse/step-reverse.exp
3408 * gdb.reverse/time-reverse.exp
3409 * gdb.reverse/until-precsave.exp
3410 * gdb.reverse/until-reverse.exp
3411 * gdb.reverse/waitpid-reverse.exp
3412 * gdb.reverse/watch-precsave.exp
3413 * gdb.reverse/watch-reverse.exp
3414
3415 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3416
3417 Fix test names starting with uppercase throughout the files.
3418
3419 * gdb.arch/i386-mpx-simple_segv.exp
3420 * gdb.arch/i386-mpx.exp
3421 * gdb.arch/i386-permbkpt.exp
3422 * gdb.arch/pa-nullify.exp
3423 * gdb.arch/powerpc-d128-regs.exp
3424 * gdb.arch/vsx-regs.exp
3425 * gdb.base/bfp-test.exp
3426 * gdb.base/break.exp
3427 * gdb.base/breakpoint-shadow.exp
3428 * gdb.base/callfuncs.exp
3429 * gdb.base/charset.exp
3430 * gdb.base/commands.exp
3431 * gdb.base/completion.exp
3432 * gdb.base/dfp-test.exp
3433 * gdb.base/echo.exp
3434 * gdb.base/ending-run.exp
3435 * gdb.base/eval.exp
3436 * gdb.base/expand-psymtabs.exp
3437 * gdb.base/float128.exp
3438 * gdb.base/floatn.exp
3439 * gdb.base/foll-exec-mode.exp
3440 * gdb.base/gdb1056.exp
3441 * gdb.base/gdb11531.exp
3442 * gdb.base/kill-after-signal.exp
3443 * gdb.base/multi-forks.exp
3444 * gdb.base/overlays.exp
3445 * gdb.base/pending.exp
3446 * gdb.base/sepdebug.exp
3447 * gdb.base/testenv.exp
3448 * gdb.base/valgrind-db-attach.exp
3449 * gdb.base/watch_thread_num.exp
3450 * gdb.base/watchpoint-cond-gone.exp
3451 * gdb.base/watchpoint.exp
3452 * gdb.base/watchpoints.exp
3453 * gdb.cp/arg-reference.exp
3454 * gdb.cp/baseenum.exp
3455 * gdb.cp/operator.exp
3456 * gdb.cp/shadow.exp
3457 * gdb.dwarf2/dw2-op-out-param.exp
3458 * gdb.dwarf2/dw2-reg-undefined.exp
3459 * gdb.go/chan.exp
3460 * gdb.go/hello.exp
3461 * gdb.go/integers.exp
3462 * gdb.go/methods.exp
3463 * gdb.go/package.exp
3464 * gdb.guile/scm-parameter.exp
3465 * gdb.guile/scm-progspace.exp
3466 * gdb.guile/scm-value.exp
3467 * gdb.mi/mi-pending.exp
3468 * gdb.mi/user-selected-context-sync.exp
3469 * gdb.multi/multi-attach.exp
3470 * gdb.multi/tids.exp
3471 * gdb.opt/clobbered-registers-O2.exp
3472 * gdb.pascal/floats.exp
3473 * gdb.pascal/integers.exp
3474 * gdb.python/py-block.exp
3475 * gdb.python/py-events.exp
3476 * gdb.python/py-parameter.exp
3477 * gdb.python/py-symbol.exp
3478 * gdb.python/py-symtab.exp
3479 * gdb.python/py-type.exp
3480 * gdb.python/py-value.exp
3481 * gdb.python/py-xmethods.exp
3482 * gdb.python/python.exp
3483 * gdb.reverse/break-precsave.exp
3484 * gdb.reverse/consecutive-precsave.exp
3485 * gdb.reverse/finish-precsave.exp
3486 * gdb.reverse/i386-precsave.exp
3487 * gdb.reverse/machinestate-precsave.exp
3488 * gdb.reverse/sigall-precsave.exp
3489 * gdb.reverse/solib-precsave.exp
3490 * gdb.reverse/step-precsave.exp
3491 * gdb.reverse/until-precsave.exp
3492 * gdb.reverse/watch-precsave.exp
3493 * gdb.server/ext-attach.exp
3494 * gdb.server/ext-restart.exp
3495 * gdb.server/ext-run.exp
3496 * gdb.server/ext-wrapper.exp
3497 * gdb.stabs/gdb11479.exp
3498 * gdb.stabs/weird.exp
3499 * gdb.threads/attach-many-short-lived-threads.exp
3500 * gdb.threads/kill.exp
3501 * gdb.threads/watchpoint-fork.exp
3502
3503 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3504
3505 Fix test names starting with uppercase throughout all the files below.
3506
3507 * gdb.ada/array_return.exp
3508 * gdb.ada/catch_ex.exp
3509 * gdb.ada/info_exc.exp
3510 * gdb.ada/mi_catch_ex.exp
3511 * gdb.ada/mi_dyn_arr.exp
3512 * gdb.ada/mi_ex_cond.exp
3513 * gdb.ada/mi_exc_info.exp
3514 * gdb.ada/mi_interface.exp
3515 * gdb.ada/mi_task_arg.exp
3516 * gdb.ada/mi_task_info.exp
3517 * gdb.ada/mi_var_array.exp
3518 * gdb.arch/alpha-step.exp
3519 * gdb.arch/amd64-disp-step.exp
3520 * gdb.arch/arm-disp-step.exp
3521 * gdb.arch/disp-step-insn-reloc.exp
3522 * gdb.arch/e500-prologue.exp
3523 * gdb.arch/ftrace-insn-reloc.exp
3524 * gdb.arch/gdb1558.exp
3525 * gdb.arch/i386-bp_permanent.exp
3526 * gdb.arch/i386-disp-step.exp
3527 * gdb.arch/i386-float.exp
3528 * gdb.arch/i386-gnu-cfi.exp
3529 * gdb.arch/ia64-breakpoint-shadow.exp
3530 * gdb.arch/mips16-thunks.exp
3531 * gdb.arch/pa-nullify.exp
3532 * gdb.arch/powerpc-aix-prologue.exp
3533 * gdb.arch/powerpc-power.exp
3534 * gdb.arch/ppc-dfp.exp
3535 * gdb.arch/s390-tdbregs.exp
3536 * gdb.arch/spu-info.exp
3537 * gdb.arch/spu-ls.exp
3538 * gdb.arch/thumb-bx-pc.exp
3539 * gdb.base/advance.exp
3540 * gdb.base/annota-input-while-running.exp
3541 * gdb.base/arrayidx.exp
3542 * gdb.base/asmlabel.exp
3543 * gdb.base/async.exp
3544 * gdb.base/attach-wait-input.exp
3545 * gdb.base/auto-connect-native-target.exp
3546 * gdb.base/batch-preserve-term-settings.exp
3547 * gdb.base/bfp-test.exp
3548 * gdb.base/bigcore.exp
3549 * gdb.base/bp-permanent.exp
3550 * gdb.base/break-always.exp
3551 * gdb.base/break-fun-addr.exp
3552 * gdb.base/break-idempotent.exp
3553 * gdb.base/break-main-file-remove-fail.exp
3554 * gdb.base/break-probes.exp
3555 * gdb.base/break-unload-file.exp
3556 * gdb.base/break.exp
3557 * gdb.base/call-ar-st.exp
3558 * gdb.base/call-rt-st.exp
3559 * gdb.base/call-sc.exp
3560 * gdb.base/call-signal-resume.exp
3561 * gdb.base/call-strs.exp
3562 * gdb.base/callexit.exp
3563 * gdb.base/callfuncs.exp
3564 * gdb.base/catch-gdb-caused-signals.exp
3565 * gdb.base/catch-signal-siginfo-cond.exp
3566 * gdb.base/catch-syscall.exp
3567 * gdb.base/compare-sections.exp
3568 * gdb.base/cond-eval-mode.exp
3569 * gdb.base/condbreak-call-false.exp
3570 * gdb.base/consecutive-step-over.exp
3571 * gdb.base/cursal.exp
3572 * gdb.base/disabled-location.exp
3573 * gdb.base/disasm-end-cu.exp
3574 * gdb.base/display.exp
3575 * gdb.base/double-prompt-target-event-error.exp
3576 * gdb.base/dprintf-bp-same-addr.exp
3577 * gdb.base/dprintf-detach.exp
3578 * gdb.base/dprintf-next.exp
3579 * gdb.base/dprintf-non-stop.exp
3580 * gdb.base/dprintf-pending.exp
3581 * gdb.base/dso2dso.exp
3582 * gdb.base/ending-run.exp
3583 * gdb.base/enum_cond.exp
3584 * gdb.base/examine-backward.exp
3585 * gdb.base/exe-lock.exp
3586 * gdb.base/exec-invalid-sysroot.exp
3587 * gdb.base/execl-update-breakpoints.exp
3588 * gdb.base/execution-termios.exp
3589 * gdb.base/fileio.exp
3590 * gdb.base/fixsection.exp
3591 * gdb.base/foll-exec-mode.exp
3592 * gdb.base/foll-exec.exp
3593 * gdb.base/fork-running-state.exp
3594 * gdb.base/frame-args.exp
3595 * gdb.base/fullpath-expand.exp
3596 * gdb.base/func-ptr.exp
3597 * gdb.base/gcore-relro-pie.exp
3598 * gdb.base/gdb1090.exp
3599 * gdb.base/gdb1555.exp
3600 * gdb.base/global-var-nested-by-dso.exp
3601 * gdb.base/gnu-ifunc.exp
3602 * gdb.base/hbreak-in-shr-unsupported.exp
3603 * gdb.base/hbreak-unmapped.exp
3604 * gdb.base/hook-stop.exp
3605 * gdb.base/infcall-input.exp
3606 * gdb.base/info-fun.exp
3607 * gdb.base/info-shared.exp
3608 * gdb.base/interrupt-noterm.exp
3609 * gdb.base/jit-so.exp
3610 * gdb.base/jit.exp
3611 * gdb.base/line-symtabs.exp
3612 * gdb.base/list.exp
3613 * gdb.base/longjmp.exp
3614 * gdb.base/macscp.exp
3615 * gdb.base/max-value-size.exp
3616 * gdb.base/nodebug.exp
3617 * gdb.base/nofield.exp
3618 * gdb.base/overlays.exp
3619 * gdb.base/paginate-after-ctrl-c-running.exp
3620 * gdb.base/paginate-bg-execution.exp
3621 * gdb.base/paginate-inferior-exit.exp
3622 * gdb.base/pending.exp
3623 * gdb.base/pr11022.exp
3624 * gdb.base/printcmds.exp
3625 * gdb.base/ptr-typedef.exp
3626 * gdb.base/ptype.exp
3627 * gdb.base/randomize.exp
3628 * gdb.base/range-stepping.exp
3629 * gdb.base/realname-expand.exp
3630 * gdb.base/relativedebug.exp
3631 * gdb.base/remote.exp
3632 * gdb.base/savedregs.exp
3633 * gdb.base/sepdebug.exp
3634 * gdb.base/set-noassign.exp
3635 * gdb.base/shlib-call.exp
3636 * gdb.base/shreloc.exp
3637 * gdb.base/sigaltstack.exp
3638 * gdb.base/sigbpt.exp
3639 * gdb.base/siginfo-addr.exp
3640 * gdb.base/siginfo-obj.exp
3641 * gdb.base/siginfo-thread.exp
3642 * gdb.base/signest.exp
3643 * gdb.base/signull.exp
3644 * gdb.base/sigrepeat.exp
3645 * gdb.base/skip.exp
3646 * gdb.base/so-impl-ld.exp
3647 * gdb.base/solib-corrupted.exp
3648 * gdb.base/solib-disc.exp
3649 * gdb.base/solib-display.exp
3650 * gdb.base/solib-overlap.exp
3651 * gdb.base/solib-search.exp
3652 * gdb.base/solib-symbol.exp
3653 * gdb.base/source-execution.exp
3654 * gdb.base/sss-bp-on-user-bp-2.exp
3655 * gdb.base/sss-bp-on-user-bp.exp
3656 * gdb.base/stack-checking.exp
3657 * gdb.base/stale-infcall.exp
3658 * gdb.base/step-break.exp
3659 * gdb.base/step-line.exp
3660 * gdb.base/step-over-exit.exp
3661 * gdb.base/step-test.exp
3662 * gdb.base/structs.exp
3663 * gdb.base/sym-file.exp
3664 * gdb.base/symtab-search-order.exp
3665 * gdb.base/term.exp
3666 * gdb.base/type-opaque.exp
3667 * gdb.base/unload.exp
3668 * gdb.base/until-nodebug.exp
3669 * gdb.base/until.exp
3670 * gdb.base/unwindonsignal.exp
3671 * gdb.base/watch-cond.exp
3672 * gdb.base/watch-non-mem.exp
3673 * gdb.base/watch_thread_num.exp
3674 * gdb.base/watchpoint-reuse-slot.exp
3675 * gdb.base/watchpoint-solib.exp
3676 * gdb.base/watchpoint.exp
3677 * gdb.btrace/dlopen.exp
3678 * gdb.cell/arch.exp
3679 * gdb.cell/break.exp
3680 * gdb.cell/bt.exp
3681 * gdb.cell/core.exp
3682 * gdb.cell/data.exp
3683 * gdb.cell/dwarfaddr.exp
3684 * gdb.cell/ea-cache.exp
3685 * gdb.cell/ea-standalone.exp
3686 * gdb.cell/ea-test.exp
3687 * gdb.cell/f-regs.exp
3688 * gdb.cell/fork.exp
3689 * gdb.cell/gcore.exp
3690 * gdb.cell/mem-access.exp
3691 * gdb.cell/ptype.exp
3692 * gdb.cell/registers.exp
3693 * gdb.cell/sizeof.exp
3694 * gdb.cell/solib-symbol.exp
3695 * gdb.cell/solib.exp
3696 * gdb.compile/compile-tls.exp
3697 * gdb.cp/exception.exp
3698 * gdb.cp/gdb2495.exp
3699 * gdb.cp/local.exp
3700 * gdb.cp/mb-inline.exp
3701 * gdb.cp/mb-templates.exp
3702 * gdb.cp/pr10687.exp
3703 * gdb.cp/pr9167.exp
3704 * gdb.cp/scope-err.exp
3705 * gdb.cp/templates.exp
3706 * gdb.cp/virtfunc.exp
3707 * gdb.dwarf2/dw2-dir-file-name.exp
3708 * gdb.dwarf2/dw2-single-line-discriminators.exp
3709 * gdb.fortran/complex.exp
3710 * gdb.fortran/library-module.exp
3711 * gdb.guile/guile.exp
3712 * gdb.guile/scm-cmd.exp
3713 * gdb.guile/scm-frame-inline.exp
3714 * gdb.guile/scm-objfile.exp
3715 * gdb.guile/scm-pretty-print.exp
3716 * gdb.guile/scm-symbol.exp
3717 * gdb.guile/scm-type.exp
3718 * gdb.guile/scm-value.exp
3719 * gdb.linespec/keywords.exp
3720 * gdb.linespec/ls-errs.exp
3721 * gdb.linespec/macro-relative.exp
3722 * gdb.linespec/thread.exp
3723 * gdb.mi/mi-breakpoint-changed.exp
3724 * gdb.mi/mi-dprintf-pending.exp
3725 * gdb.mi/mi-fullname-deleted.exp
3726 * gdb.mi/mi-logging.exp
3727 * gdb.mi/mi-pending.exp
3728 * gdb.mi/mi-solib.exp
3729 * gdb.mi/new-ui-mi-sync.exp
3730 * gdb.mi/user-selected-context-sync.exp
3731 * gdb.multi/dummy-frame-restore.exp
3732 * gdb.multi/multi-arch-exec.exp
3733 * gdb.multi/remove-inferiors.exp
3734 * gdb.multi/watchpoint-multi-exit.exp
3735 * gdb.opt/solib-intra-step.exp
3736 * gdb.perf/backtrace.exp
3737 * gdb.perf/single-step.exp
3738 * gdb.perf/skip-command.exp
3739 * gdb.perf/skip-prologue.exp
3740 * gdb.perf/solib.exp
3741 * gdb.python/lib-types.exp
3742 * gdb.python/py-as-string.exp
3743 * gdb.python/py-bad-printers.exp
3744 * gdb.python/py-block.exp
3745 * gdb.python/py-breakpoint.exp
3746 * gdb.python/py-cmd.exp
3747 * gdb.python/py-events.exp
3748 * gdb.python/py-evthreads.exp
3749 * gdb.python/py-finish-breakpoint.exp
3750 * gdb.python/py-finish-breakpoint2.exp
3751 * gdb.python/py-frame-inline.exp
3752 * gdb.python/py-frame.exp
3753 * gdb.python/py-inferior.exp
3754 * gdb.python/py-infthread.exp
3755 * gdb.python/py-mi.exp
3756 * gdb.python/py-objfile.exp
3757 * gdb.python/py-pp-maint.exp
3758 * gdb.python/py-pp-registration.exp
3759 * gdb.python/py-prettyprint.exp
3760 * gdb.python/py-recurse-unwind.exp
3761 * gdb.python/py-shared.exp
3762 * gdb.python/py-symbol.exp
3763 * gdb.python/py-symtab.exp
3764 * gdb.python/py-template.exp
3765 * gdb.python/py-type.exp
3766 * gdb.python/py-unwind-maint.exp
3767 * gdb.python/py-unwind.exp
3768 * gdb.python/py-value.exp
3769 * gdb.python/python.exp
3770 * gdb.reverse/finish-reverse-bkpt.exp
3771 * gdb.reverse/insn-reverse.exp
3772 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3773 * gdb.reverse/solib-precsave.exp
3774 * gdb.reverse/solib-reverse.exp
3775 * gdb.stabs/gdb11479.exp
3776 * gdb.stabs/weird.exp
3777 * gdb.threads/fork-child-threads.exp
3778 * gdb.threads/fork-plus-threads.exp
3779 * gdb.threads/fork-thread-pending.exp
3780 * gdb.threads/forking-threads-plus-breakpoint.exp
3781 * gdb.threads/hand-call-in-threads.exp
3782 * gdb.threads/interrupted-hand-call.exp
3783 * gdb.threads/linux-dp.exp
3784 * gdb.threads/local-watch-wrong-thread.exp
3785 * gdb.threads/next-while-other-thread-longjmps.exp
3786 * gdb.threads/non-ldr-exit.exp
3787 * gdb.threads/pending-step.exp
3788 * gdb.threads/print-threads.exp
3789 * gdb.threads/process-dies-while-detaching.exp
3790 * gdb.threads/process-dies-while-handling-bp.exp
3791 * gdb.threads/pthreads.exp
3792 * gdb.threads/queue-signal.exp
3793 * gdb.threads/reconnect-signal.exp
3794 * gdb.threads/signal-command-handle-nopass.exp
3795 * gdb.threads/signal-command-multiple-signals-pending.exp
3796 * gdb.threads/signal-delivered-right-thread.exp
3797 * gdb.threads/signal-sigtrap.exp
3798 * gdb.threads/sigthread.exp
3799 * gdb.threads/staticthreads.exp
3800 * gdb.threads/stepi-random-signal.exp
3801 * gdb.threads/thread-unwindonsignal.exp
3802 * gdb.threads/thread_check.exp
3803 * gdb.threads/thread_events.exp
3804 * gdb.threads/tid-reuse.exp
3805 * gdb.threads/tls-nodebug.exp
3806 * gdb.threads/tls-shared.exp
3807 * gdb.threads/tls-so_extern.exp
3808 * gdb.threads/tls.exp
3809 * gdb.threads/wp-replication.exp
3810 * gdb.trace/actions-changed.exp
3811 * gdb.trace/actions.exp
3812 * gdb.trace/backtrace.exp
3813 * gdb.trace/change-loc.exp
3814 * gdb.trace/collection.exp
3815 * gdb.trace/deltrace.exp
3816 * gdb.trace/disconnected-tracing.exp
3817 * gdb.trace/entry-values.exp
3818 * gdb.trace/ftrace-lock.exp
3819 * gdb.trace/ftrace.exp
3820 * gdb.trace/infotrace.exp
3821 * gdb.trace/mi-trace-frame-collected.exp
3822 * gdb.trace/mi-trace-unavailable.exp
3823 * gdb.trace/mi-traceframe-changed.exp
3824 * gdb.trace/mi-tracepoint-changed.exp
3825 * gdb.trace/mi-tsv-changed.exp
3826 * gdb.trace/no-attach-trace.exp
3827 * gdb.trace/packetlen.exp
3828 * gdb.trace/passc-dyn.exp
3829 * gdb.trace/passcount.exp
3830 * gdb.trace/pending.exp
3831 * gdb.trace/pr16508.exp
3832 * gdb.trace/qtro.exp
3833 * gdb.trace/range-stepping.exp
3834 * gdb.trace/read-memory.exp
3835 * gdb.trace/report.exp
3836 * gdb.trace/save-trace.exp
3837 * gdb.trace/signal.exp
3838 * gdb.trace/stap-trace.exp
3839 * gdb.trace/status-stop.exp
3840 * gdb.trace/strace.exp
3841 * gdb.trace/tfile.exp
3842 * gdb.trace/tfind.exp
3843 * gdb.trace/trace-break.exp
3844 * gdb.trace/trace-condition.exp
3845 * gdb.trace/trace-enable-disable.exp
3846 * gdb.trace/trace-mt.exp
3847 * gdb.trace/tracecmd.exp
3848 * gdb.trace/tracefile-pseudo-reg.exp
3849 * gdb.trace/tspeed.exp
3850 * gdb.trace/tstatus.exp
3851 * gdb.trace/tsv.exp
3852 * gdb.trace/unavailable.exp
3853 * gdb.trace/while-dyn.exp
3854 * gdb.trace/while-stepping.exp
3855 * lib/gdb-guile.exp
3856 * lib/gdb.exp
3857 * lib/mi-support.exp
3858 * lib/pascal.exp
3859 * lib/perftest.exp
3860 * lib/prelink-support.exp
3861 * lib/selftest-support.exp
3862
3863 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
3864
3865 * Makefile.in: Include disable-implicit-rules.mk.
3866
3867 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3868
3869 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
3870 non-byte-aligned bit fields.
3871
3872 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3873
3874 PR gdb/12616
3875 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
3876 respects the DW_AT_data_bit_offset attribute.
3877
3878 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
3879
3880 * gdb.base/default.exp: Fix output of "set language".
3881
3882 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
3883
3884 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
3885 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
3886 make.
3887 * configure.ac: Remove checks for the make program.
3888 * configure: Re-generate.
3889
3890 2016-11-16 Kevin Buettner <kevinb@redhat.com>
3891
3892 * gdb.python/py-recurse-unwind.c (main): Add loop.
3893 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
3894 to read_register() and gdb.parse_and_eval(). Make each code
3895 call a separate case that can be individually tested.
3896 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
3897 proc. Call cont_and_backtrace for each of the code paths that
3898 we want to test in the unwinder.
3899
3900 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
3901
3902 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
3903 the definition of struct S.
3904
3905 2016-11-11 Catherine Moore <clm@codesourcery.com>
3906
3907 * gdb.base/dump.exp: Identify verilog format dump tests as such.
3908
3909 2016-11-09 Pedro Alves <palves@redhat.com>
3910
3911 * gdb.base/commands.exp (runto_or_return): New procedure.
3912 (gdbvar_simple_if_test, gdbvar_simple_while_test)
3913 (gdbvar_complex_if_while_test, progvar_simple_if_test)
3914 (progvar_simple_while_test, progvar_complex_if_while_test)
3915 (if_while_breakpoint_command_test)
3916 (infrun_breakpoint_command_test, breakpoint_command_test)
3917 (user_defined_command_test, watchpoint_command_test)
3918 (test_command_prompt_position, redefine_hook_test)
3919 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
3920 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
3921 multi_line_input and multi_line. Remove gdb_expect and
3922 gdb_stop_suppressing_tests uses.
3923 * lib/gdb.exp (valnum_re): New global.
3924 (multi_line_input): New procedure.
3925
3926 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
3927
3928 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
3929 Remove.
3930 (test_setup): Define with proc_with_prefix.
3931 (test_cli_inferior): Likewise.
3932 (test_cli_thread): Likewise.
3933 (test_cli_frame): Likewise.
3934 (test_cli_select_frame): Likewise.
3935 (test_cli_up_down): Likewise.
3936 (test_mi_thread_select): Likewise.
3937 (test_mi_stack_select_frame): Likewise.
3938 (test_cli_in_mi_inferior): Likewise.
3939 (test_cli_in_mi_thread): Likewise.
3940 (test_cli_in_mi_frame): Likewise.
3941 (top level): Do not use with_test_prefix_procname.
3942
3943 2016-11-09 Pedro Alves <palves@redhat.com>
3944
3945 * gdb.base/commands.exp (gdbvar_simple_if_test)
3946 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
3947 (progvar_simple_if_test, progvar_simple_while_test)
3948 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
3949 (infrun_breakpoint_command_test, breakpoint_command_test)
3950 (user_defined_command_test, watchpoint_command_test)
3951 (test_command_prompt_position, deprecated_command_test)
3952 (bp_deleted_in_command, temporary_breakpoint_commands)
3953 (stray_arg0_test, source_file_with_indented_comment)
3954 (recursive_source_test, if_commands_test)
3955 (error_clears_commands_left, redefine_hook_test)
3956 (redefine_backtrace_test): Use proc_with_prefix.
3957 * lib/gdb.exp (proc_with_prefix): New proc.
3958
3959 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
3960
3961 * gdb.base/tui-layout.c: New file.
3962 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
3963 disassembly window contains very long lines.
3964
3965 2016-11-08 Tom Tromey <tom@tromey.com>
3966
3967 * gdb.python/py-value.exp (test_value_creation): Make "long" test
3968 depend on Python 2.
3969
3970 2016-11-08 Tom Tromey <tom@tromey.com>
3971
3972 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
3973 New method.
3974
3975 2016-10-29 Manish Goregaokar <manish@mozilla.com>
3976
3977 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
3978
3979 2016-10-27 Manish Goregaokar <manish@mozilla.com>
3980
3981 * gdb.rust/simple.rs: Add test for univariant enums without
3982 discriminants and for encoded struct-like enums.
3983
3984 2016-10-28 Pedro Alves <palves@redhat.com>
3985
3986 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
3987 gdb_test_multiple, tighten regexps and match symtabs and line
3988 tables incrementally.
3989
3990 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
3991
3992 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
3993 general.
3994
3995 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
3996
3997 * gdb.base/exec-invalid-sysroot.exp: New file.
3998
3999 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4000
4001 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
4002
4003 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4004
4005 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
4006
4007 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
4008
4009 * gdb.base/killed-outside.exp: Remove $options from a call to
4010 `prepare_for_testing'.
4011
4012 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4013
4014 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4015 Change test message.
4016
4017 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4018
4019 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4020 Update comment.
4021
4022 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4023
4024 * gdb.trace/mi-trace-save.exp: New file.
4025
4026 2016-10-13 Yao Qi <yao.qi@linaro.org>
4027
4028 * gdb.base/code_elim.exp (get_var_address): Remove.
4029 * gdb.base/relocate.exp: Likewise.
4030 * gdb.base/shreloc.exp: Likewise.
4031 * lib/gdb.exp (get_var_address): New.
4032
4033 2016-10-13 Yao Qi <yao.qi@linaro.org>
4034
4035 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
4036 floating point tests if $skip_float_test is false.
4037
4038 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
4039
4040 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
4041 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
4042 argc values.
4043 Add 1 to argc so we guarantee distinct initial/modified argc values.
4044
4045 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4046
4047 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
4048
4049 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4050
4051 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
4052 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
4053 * gdb.arch/vsx-regs.exp: Likewise.
4054
4055 2016-10-07 Yao Qi <yao.qi@linaro.org>
4056
4057 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
4058
4059 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
4060
4061 * gdb.python/python.exp: Test decode_line("*0").
4062
4063 2016-10-06 Doug Evans <dje@google.com>
4064
4065 * gdb.python/py-value.exp (test_value_creation): Add test for large
4066 unsigned 64-bit value.
4067
4068 2016-10-06 Tom Tromey <tom@tromey.com>
4069
4070 * gdb.compile/compile.exp: Change java tests to rust.
4071 * gdb.base/setshow.exp: Change java tests to rust.
4072 * gdb.base/default.exp: Remove java from language list.
4073 * README (Examples): Update language example.
4074 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
4075 test.
4076 * lib/gdb.exp (skip_java_tests): Remove.
4077 * lib/java.exp: Remove.
4078 * gdb.java: Remove.
4079
4080 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4081
4082 * gdb.arch/mips-fcr.exp: New test.
4083 * gdb.arch/mips-fcr.c: Source for the new test.
4084
4085 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4086
4087 * gdb.base/solib-disc.exp: Use `standard_output_file'
4088 throughout.
4089
4090 2016-10-06 Pedro Alves <palves@redhat.com>
4091
4092 * gdb.base/jit-simple-dl.c: New file.
4093 * gdb.base/jit-simple-jit.c: New file, factored out from ...
4094 * gdb.base/jit-simple.c: ... this.
4095 * gdb.base/jit-simple.exp (jit_run): Delete.
4096 (build_jit): New proc.
4097 (jit_test_reread): Recompile either the main program or the shared
4098 library, depending on what is being tested. Skip changing address
4099 if caller wants to. Compare before/after addresses. If testing
4100 standalone, explicitly load the binary. Test "maint info
4101 breakpoints".
4102 (top level): Add "standalone vs shared lib" and "change address"
4103 vs "same address" axes.
4104
4105 2016-10-06 Pedro Alves <palves@redhat.com>
4106
4107 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
4108 call.
4109 (jit_run): Delete.
4110 (jit_test_reread): Use with_test_prefix. Reload the main binary
4111 explicitly. Compare the before/after addresses of the JIT
4112 descriptor.
4113
4114 2016-08-15 Doug Evans <dje@google.com>
4115
4116 * gdb.xml/extra-regs.xml: Update, end field now required, default type
4117 for single bitfields is bool.
4118 * gdb.xml/tdesc-regs.exp: Ditto.
4119
4120 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4121
4122 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
4123
4124 2016-10-05 Yao Qi <yao.qi@linaro.org>
4125
4126 * lib/gdb.exp (support_complex_tests): Return zero if
4127 gdb_skip_float_test return true.
4128
4129 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
4130 Simon Marchi <simon.marchi@ericsson.com>
4131
4132 PR gdb/20487
4133 * gdb.mi/user-selected-context-sync.exp: New file.
4134 * gdb.mi/user-selected-context-sync.c: New file.
4135
4136 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
4137 Simon Marchi <simon.marchi@ericsson.com>
4138
4139 PR gdb/20487
4140 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
4141 =thread-select-event check.
4142
4143 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
4144
4145 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
4146 the compulsory L operand changes.
4147 * gdb.arch/powerpc-power.s: Likewise.
4148
4149 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4150
4151 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
4152 * gdb.base/jit-attach-pie.c: New file.
4153 * gdb.base/jit-attach-pie.exp: New file.
4154
4155 2016-09-28 Pedro Alves <palves@redhat.com>
4156
4157 * gdb.base/infcall-input.c: New file.
4158 * gdb.base/infcall-input.exp: New file.
4159
4160 2016-09-22 Yao Qi <yao.qi@linaro.org>
4161
4162 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
4163 (gdb_exit): Rename it to ...
4164 (gdbserver_gdb_exit): ... Close GDBserver.
4165 (gdb_exit): New proc, call gdbserver_gdb_exit.
4166 (mi_gdb_exit): Likewise.
4167
4168 2016-09-22 Yao Qi <yao.qi@linaro.org>
4169
4170 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
4171 path.
4172 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
4173 Remove duplication.
4174
4175 2016-09-22 Yao Qi <yao.qi@linaro.org>
4176
4177 * lib/gdbserver-support.exp: Check the existence of
4178 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
4179
4180 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
4181
4182 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
4183
4184 2016-09-21 Tom Tromey <tom@tromey.com>
4185
4186 PR gdb/20604:
4187 * gdb.base/quit.exp: New file.
4188
4189 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
4190
4191 * .gitignore: New file.
4192
4193 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
4194
4195 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
4196 throughout.
4197
4198 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4199
4200 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
4201
4202 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4203
4204 * gdb.cp/casts.cc (decltype): Move it ...
4205 (main): ... with its call to ...
4206 * gdb.cp/casts03.cc: ... a new file.
4207 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
4208
4209 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4210
4211 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
4212
4213 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
4214
4215 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
4216 and sync up the test with tests in gas/testsuite/gas/ppc.
4217 * gdb.arch/powerpc-power.exp: Likewise.
4218
4219 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4220
4221 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
4222
4223 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
4224 Jan Kratochvil <jan.kratochvil@redhat.com>
4225
4226 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
4227 make m1's definition to be different from m2's. Use 'dummy' as an
4228 argument for probe 'two'.
4229
4230 2016-09-10 Jon Beniston <jon@beniston.com>
4231
4232 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
4233 for sim target.
4234
4235 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
4236
4237 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
4238 variable declaration.
4239 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
4240 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
4241 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
4242 received HWCAP as its argument.
4243
4244 2016-09-06 Pedro Alves <palves@redhat.com>
4245
4246 * gdb.base/new-ui-pending-input.c: New file.
4247 * gdb.base/new-ui-pending-input.exp: New file.
4248 * gdb.exp (clear_gdb_spawn_id): New procedure.
4249 (with_spawn_id): Check whether gdb_spawn_id exists before
4250 referencing it. If gdb_spawn_id didn't exist on entry, clear it
4251 on exit.
4252
4253 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
4254
4255 * gdb.base/float128.c: New file.
4256 * gdb.base/float128.exp: Likewise.
4257 * gdb.base/floatn.c: Likewise.
4258 * gdb.base/floatn.exp: Likewise.
4259
4260 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
4261
4262 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
4263
4264 2016-09-05 Pedro Alves <palves@redhat.com>
4265
4266 PR backtrace/19927
4267 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
4268 unwinders are immediately called as side effect of "source" or
4269 "disable unwinder" commands.
4270 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
4271
4272 2016-09-02 Yao Qi <yao.qi@linaro.org>
4273
4274 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
4275 is true and $type is "float" or "double".
4276
4277 2016-09-02 Yao Qi <yao.qi@linaro.org>
4278
4279 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
4280 true.
4281 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
4282 * gdb.base/call-rt-st.exp: Likewise.
4283 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
4284 return value instead of gdb,skip_float_test.
4285 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
4286 (do_function_calls): Use its return value instead of
4287 gdb,skip_float_test.
4288 * gdb.base/finish.exp: Likewise.
4289 * gdb.base/funcargs.exp: Likewise.
4290 * gdb.base/return.exp: Likewise.
4291 * gdb.base/return2.exp: Likewise.
4292 * gdb.base/varargs.exp: Likewise.
4293 * lib/gdb.exp (gdb_skip_float_test): Change it to
4294 gdb_caching_proc. Detect the broken ptrace on arm-linux.
4295
4296 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
4297
4298 * gdb.multi/tids.exp: Test "thread apply all".
4299
4300 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4301
4302 * gdb.base/default.exp (tty): Remove.
4303
4304 2016-08-24 Kevin Buettner <kevinb@redhat.com>
4305
4306 * gdb.python/py-recurse-unwind.c: New file.
4307 * gdb.python/py-recurse-unwind.py: New file.
4308 * gdb.python/py-recurse-unwind.exp: New file.
4309
4310 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
4311
4312 * gdb.base/set-inferior-tty.exp: New file.
4313 * gdb.base/set-inferior-tty.c: New file.
4314
4315 2016-08-23 Pedro Alves <palves@redhat.com>
4316
4317 PR gdb/20494
4318 * gdb.base/new-ui-echo.c: New file.
4319 * gdb.base/new-ui-echo.exp: New file.
4320
4321 2016-08-23 Yao Qi <yao.qi@linaro.org>
4322
4323 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
4324 gdbserver_spawn.
4325 * gdb.server/connect-without-multi-process.exp (do_test):
4326 Likewise.
4327
4328 2016-08-23 Yao Qi <yao.qi@linaro.org>
4329
4330 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
4331 standalone_txt. Delete gdb_txt and standalone_txt on host
4332 and target. Spawn the binary on target. Copy files from
4333 target to host.
4334
4335 2016-08-22 Pedro Alves <palves@redhat.com>
4336
4337 PR gdb/20505
4338 * gdb.base/vdso-warning.exp: Test core dumps too. Use
4339 with_test_prefix. Factor out bits to ...
4340 (test_no_vdso): ... this new procedure.
4341
4342 2016-08-19 Carl Love <cel@us.ibm.com>
4343
4344 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
4345 maintaining separate logic for constructing the output path.
4346 * gdb.arch/powerpc-d128-regs.exp: Likewise.
4347 * gdb.arch/ppc-dfp.exp: Likewise.
4348 * gdb.arch/ppc-fp.exp: Likewise.
4349 * gdb.arch/vsx-regs.exp: Likewise.
4350 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
4351 binprefix for generating the additional binary files.
4352
4353 2016-08-19 Pedro Alves <palves@redhat.com>
4354
4355 * gdb.trace/mi-trace-frame-collected.exp
4356 (test_trace_frame_collected): On x32, expect two registers.
4357
4358 2016-08-18 Carl Love <cel@us.ibm.com>
4359
4360 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
4361 and sync up the test with tests in gas/testsuite/gas/ppc.
4362 * gdb.arch/powerpc-power.exp: Likewise.
4363
4364 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
4365
4366 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
4367 expected error message.
4368
4369 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
4370
4371 * gdb.multi/remove-inferiors.exp: New file.
4372 * gdb.multi/remove-inferiors.c: New file.
4373
4374 2016-08-12 Yao Qi <yao.qi@linaro.org>
4375
4376 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
4377 argument list.
4378
4379 2016-08-10 Pedro Alves <palves@redhat.com>
4380
4381 PR gdb/19187
4382 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
4383 setup_kfails.
4384
4385 2016-08-09 Pedro Alves <palves@redhat.com>
4386 Simon Marchi <simon.marchi@ericsson.com>
4387
4388 PR gdb/20418
4389 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
4390 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
4391
4392 2016-08-09 Pedro Alves <palves@redhat.com>
4393
4394 PR mi/20431
4395 * gdb.mi/mi-cmd-error.exp: New file.
4396
4397 2016-08-09 Pedro Alves <palves@redhat.com>
4398
4399 PR gdb/18653
4400 * gdb.base/signals-state-child.c: New file.
4401 * gdb.base/signals-state-child.exp: New file.
4402 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
4403
4404 2016-08-09 Pedro Alves <palves@redhat.com>
4405
4406 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
4407
4408 2016-08-03 Tom Tromey <tom@tromey.com>
4409
4410 PR python/18565:
4411 * gdb.python/py-frame-inline.exp: Add Frame.function test.
4412
4413 2016-08-01 Yao Qi <yao.qi@linaro.org>
4414
4415 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
4416 variable mode to "multi-process" if $multi_process is 1, otherwise
4417 set it to "single-process".
4418
4419 2016-08-01 Yao Qi <yao.qi@linaro.org>
4420
4421 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
4422 * gdb.cp/cpexprs.exp: Likewise.
4423 * gdb.cp/m-static.exp: Likewise.
4424
4425 2016-07-26 Tom Tromey <tom@tromey.com>
4426
4427 PR python/20190:
4428 * gdb.threads/tls.exp (check_thread_local): Add python symbol
4429 test.
4430
4431 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
4432
4433 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
4434 selecting assembly source files.
4435 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
4436 assembly source files.
4437 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
4438 assembly source files.
4439 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
4440 selecting assembly source files.
4441
4442 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
4443
4444 * gdb.base/new-ui.exp (do_test_invalid_args): New
4445 procedure.
4446
4447 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
4448
4449 * gdb.btrace/reconnect.c: New file.
4450 * gdb.btrace/reconnect.exp: New file.
4451
4452 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
4453
4454 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
4455 to test_catch_syscall_group.
4456 (test_catch_syscall_group): New.
4457
4458 2016-07-21 Tom Tromey <tom@tromey.com>
4459
4460 * gdb.rust/simple.rs (main): Use empty struct expression.
4461 * gdb.rust/simple.exp: Add tests for empty struct expression.
4462
4463 2016-07-21 Yao Qi <yao.qi@linaro.org>
4464
4465 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
4466 if gdb_skip_xml_test is true on some targets.
4467
4468 2016-07-21 Yao Qi <yao.qi@linaro.org>
4469
4470 * gdb.server/solib-list.exp: Unset last_loaded_file.
4471
4472 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4473
4474 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
4475 "step into captured_main (args)".
4476
4477 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4478
4479 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
4480
4481 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4482
4483 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
4484
4485 2016-07-19 Pedro Alves <palves@redhat.com>
4486
4487 * gdb.opt/inline-break.exp: Remove optimize=-O2.
4488 * gdb.opt/inline-bt.exp: Likewise.
4489 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
4490 additional_flags=-Winline.
4491 * gdb.opt/inline-locals.exp: Likewise.
4492 * gdb.opt/inline-markers.c (ATTR): Define.
4493 (inlined_fn): Use it.
4494
4495 2016-07-19 Yao Qi <yao.qi@linaro.org>
4496
4497 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
4498 (test_with_self): Remove some code. Remove argument executable.
4499 (top-level): Use do_self_tests.
4500
4501 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
4502 Don Breazeal <donb@codesourcery.com>
4503
4504 * gdb.base/maint.exp: Escape paths used in regular expressions.
4505 * gdb.stabs/weird.exp: Likewise.
4506
4507 2016-07-13 Tom Tromey <tom@tromey.com>
4508
4509 PR python/15620, PR python/18620:
4510 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
4511 (test_bkpt_events): New procs.
4512
4513 2016-07-13 Tom Tromey <tom@tromey.com>
4514
4515 PR python/17698:
4516 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
4517 test.
4518 (test_watchpoints): Likewise.
4519 (test_bkpt_pending): New proc.
4520
4521 2016-07-13 Tom Tromey <tom@tromey.com>
4522
4523 PR cli/18053:
4524 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
4525 completion test.
4526
4527 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4528
4529 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
4530 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
4531 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
4532 f_label.
4533 (g): Rename g_end_lbl to g_label.
4534 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
4535 low_pc and high_pc.
4536 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
4537
4538 2016-07-12 Tom Tromey <tom@tromey.com>
4539
4540 PR python/19293:
4541 * gdb.python/py-unwind-maint.exp: Update tests.
4542
4543 2016-07-12 Yao Qi <yao.qi@linaro.org>
4544
4545 * lib/selftest-support.exp (selftest_setup): Match the output
4546 when captured_main is inlined.
4547
4548 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4549
4550 * gdb.fortran/derived-types.exp (result_line, result_line_2):
4551 New variables.
4552 (print this%a, print this%b, print this): New tests.
4553 * gdb.fortran/derived-types.f90 (this): New object and
4554 initialization.
4555
4556 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
4557
4558 * gdb.ada/arraydim.exp: Remove extra directory level in build
4559 directory.
4560
4561 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
4562
4563 * lib/ada.exp: Remove extra directory level in build directory.
4564 * gdb.ada/cond_lang.exp: Likewise.
4565 * gdb.ada/exec_changed.exp: Likewise.
4566 * gdb.ada/lang_switch.exp: Likewise.
4567
4568 2016-07-06 Manish Goregaokar <manish@mozilla.com>
4569
4570 * simple.rs: Add test for raw pointer subscripting.
4571 * simple.exp: Add test expectations.
4572
4573 2016-07-05 Yao Qi <yao.qi@linaro.org>
4574
4575 * gdb.mi/mi-reverse.exp: Match =record-started output.
4576
4577 2016-07-01 Pedro Alves <palves@redhat.com>
4578
4579 * gdb.base/jit-reader.exp (info_registers_current_frame): New
4580 procedure.
4581 (jit_reader_test): Test the jit reader's unwinder.
4582 * gdb.base/jithost.c (jit_function_00_code): New global.
4583 (main): Use memcpy to fill in the mmapped code, instead of poking
4584 bytes manually here.
4585 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
4586 value.
4587 (read_debug_info): Save the function's range.
4588 (read_sp): New function.
4589 (unwind_frame): Use it. Also unwind RBP.
4590 (get_frame_id): Use read_sp.
4591 (gdb_init_reader): Use calloc instead of malloc.
4592 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
4593 parameter. Use gdb_test_multiple.
4594
4595 2016-07-01 Pedro Alves <palves@redhat.com>
4596 Antoine Tremblay <antoine.tremblay@ericsson.com>
4597
4598 * gdb.threads/process-dies-while-detaching.c: New file.
4599 * gdb.threads/process-dies-while-detaching.exp: New file.
4600
4601 2016-07-01 Pedro Alves <palves@redhat.com>
4602
4603 * gdb.multi/watchpoint-multi-exit.c: New file.
4604 * gdb.multi/watchpoint-multi-exit.exp: New file.
4605
4606 2016-06-30 Pedro Alves <palves@redhat.com>
4607
4608 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
4609 unset inferior_spawn_id.
4610
4611 2016-06-30 Pedro Alves <palves@redhat.com>
4612
4613 * lib/mi-support.exp (default_mi_gdb_start): Declare global
4614 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
4615
4616 2016-06-29 Yao Qi <yao.qi@linaro.org>
4617
4618 * gdb.base/return.c: Add copyright header.
4619
4620 2016-06-29 Tom Tromey <tom@tromey.com>
4621
4622 PR python/20129:
4623 * gdb.python/py-framefilter.exp: Add tests for setting priority
4624 and disabling of non-existent frame filter.
4625
4626 2016-06-29 Yao Qi <yao.qi@linaro.org>
4627
4628 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
4629 0x0f07ff.
4630
4631 2016-06-28 Yao Qi <yao.qi@linaro.org>
4632
4633 * gdb.base/catch-syscall.exp: Remove check on isnative and target
4634 triplets. Start gdb, execute catch syscall, and continue. Check
4635 gdb's output to determine catch syscall is supported.
4636
4637 2016-06-27 Manish Goregaokar <manish@mozilla.com>
4638
4639 * gdb.rust/simple.rs: Add test for returning unit in a function.
4640 * gdb.rust/simple.exp: Add expectation for functions returning
4641 unit.
4642
4643 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
4644
4645 * gdb.python/py-breakpoint-create-fail.c,
4646 gdb.python/py-breakpoint-create-fail.exp,
4647 gdb.python/py-breakpoint-create-fail.py: New testcase.
4648
4649 2016-06-25 Manish Goregaokar <manish@mozilla.com>
4650
4651 PR gdb/20239
4652 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
4653 * gdb.rust/simple.exp: Add test expectations for new NonZero
4654 tests.
4655
4656 2016-06-24 David Taylor <dtaylor@emc.com>
4657
4658 * gdb.base/offsets.exp: New file.
4659 * gdb.base/offsets.c: New file.
4660
4661 2016-06-23 Tom Tromey <tom@tromey.com>
4662
4663 PR gdb/16483:
4664 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
4665 before any filters are loaded.
4666
4667 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
4668
4669 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
4670 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
4671 structs.
4672 * gdb.fortran/derived-type-function.exp: New file.
4673 * gdb.fortran/derived-type-function.f90: New file.
4674
4675
4676 2016-06-21 Pedro Alves <palves@redhat.com>
4677
4678 * gdb.base/new-ui.exp: New file.
4679 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
4680 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
4681 (with_spawn_id): New procedure.
4682
4683 2016-06-21 Pedro Alves <palves@redhat.com>
4684
4685 * gdb.mi/mi-exec-run.exp: New file.
4686
4687 2016-06-21 Pedro Alves <palves@redhat.com>
4688
4689 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
4690 breakpoint command's output on the main UI.
4691 (test_break): New procedure, factored out from calls in the top
4692 level.
4693 (top level): Use foreach_with_prefix to test MI as main UI and as
4694 separate UI.
4695
4696 2016-06-21 Pedro Alves <palves@redhat.com>
4697
4698 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
4699 (test_awatch_creation_and_listing)
4700 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
4701 Remove 'type' parameter.
4702 (test_watchpoint_all): New parameter mi_mode. Remove
4703 with_test_prefix.
4704 (top level): Use foreach_with_prefix, and add main/separate UI MI
4705 testing axis.
4706
4707 2016-06-21 Pedro Alves <palves@redhat.com>
4708
4709 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
4710 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
4711 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
4712 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
4713 (gdb_main_spawn_id, mi_spawn_id): Declare and
4714 comment.
4715 (mi_create_inferior_pty): New procedure,
4716 factored out from default_mi_gdb_start.
4717 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
4718 procedures.
4719 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
4720 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
4721 Use mi_create_inferior_pty.
4722 (mi_gdb_start): Use eval to pass down args list.
4723
4724 2016-06-21 Pedro Alves <palves@redhat.com>
4725
4726 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
4727 * gdb.opt/inline-cmds.exp: Add MI tests.
4728
4729 2016-06-21 Pedro Alves <palves@redhat.com>
4730
4731 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
4732
4733 2016-06-21 Pedro Alves <palves@redhat.com>
4734
4735 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
4736 (top level): Use it instead of mi_execute_to.
4737
4738 2016-06-21 Pedro Alves <palves@redhat.com>
4739
4740 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
4741 (cont_handler_str): New.
4742 (signal_stop_handler): Set stop_handler_str instead of printing to
4743 stdout.
4744 (continue_handler): Set cont_handler_str instead of printing to
4745 stdout.
4746 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
4747 mi_send_resuming_command. Print stop_handler_str and
4748 cont_handler_str instead of expecting the python events print
4749 directly.
4750
4751 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
4752
4753 * gdb.base/jit-reader.exp: New file.
4754 * gdb.base/jithost.c: New file.
4755 * gdb.base/jithost.h: New file.
4756 * gdb.base/jitreader.c : New file.
4757 * gdb.base/jit-protocol.h: New file.
4758
4759 2016-06-17 Yao Qi <yao.qi@linaro.org>
4760
4761 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
4762 parameters follow_fork and detach_on_fork. Set follow-fork-mode
4763 and detach-on-fork. Adjust tests.
4764 (top level): Invoke break_cond_on_syscall with combinations of
4765 syscall, follow-fork-mode and detach-on-fork.
4766
4767 2016-06-17 Yao Qi <yao.qi@linaro.org>
4768
4769 * gdb.base/step-over-exit.c: New.
4770 * gdb.base/step-over-exit.exp: New.
4771
4772 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
4773
4774 * gdb.base/float.exp: Add target check for nds32*-*-*.
4775 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
4776
4777 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
4778
4779 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
4780 for unsupported target features.
4781 * gdb.base/call-rt-st.exp: Likewise.
4782 * gdb.base/call-sc.exp: Likewise.
4783 * gdb.base/call-signal-resume.exp: Likewise.
4784 * gdb.base/call-strs.exp: Likewise.
4785 * gdb.base/callexit.exp: Likewise.
4786 * gdb.base/callfuncs.exp: Likewise.
4787 * gdb.base/nodebug.exp: Likewise.
4788 * gdb.base/printcmds.exp: Likewise.
4789 * gdb.base/ptype.exp: Likewise.
4790 * gdb.base/structs.exp: Likewise.
4791 * gdb.base/unwindonsignal.exp: Likewise.
4792 * gdb.cp/gdb2495.exp: Likewise.
4793 * gdb.cp/templates.exp: Likewise.
4794 * gdb.cp/virtfunc.exp: Likewise.
4795 * gdb.threads/hand-call-in-threads.exp: Likewise.
4796 * gdb.threads/interrupted-hand-call.exp: Likewise.
4797 * gdb.threads/thread-unwindonsignal.exp: Likewise.
4798
4799 2016-06-10 Tom Tromey <tom@tromey.com>
4800
4801 PR rust/20110:
4802 * gdb.rust/expr.exp: Add test for integer constant larger than
4803 i32.
4804
4805 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
4806
4807 * gdb.fortran/nested-funcs.exp: New.
4808 * gdb.fortran/nested-funcs.f90: New.
4809
4810 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
4811
4812 * gdb.base/examine-backward.c: New file.
4813 * gdb.base/examine-backward.exp: New file.
4814
4815 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
4816
4817 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
4818 matching.
4819
4820 2016-06-02 Tom Tromey <tom@tromey.com>
4821
4822 PR python/18984:
4823 * gdb.python/py-shared.exp: Add solib_name test.
4824
4825 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
4826
4827 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
4828
4829 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
4830
4831 PR c++/19893
4832 * gdb.dwarf2/implref.exp: Rename to...
4833 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
4834 * gdb.dwarf2/implref-array.c: New file.
4835 * gdb.dwarf2/implref-array.exp: Likewise.
4836 * gdb.dwarf2/implref-global.c: Likewise.
4837 * gdb.dwarf2/implref-global.exp: Likewise.
4838 * gdb.dwarf2/implref-struct.c: Likewise.
4839 * gdb.dwarf2/implref-struct.exp: Likewise.
4840
4841 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4842
4843 * gdb.trace/trace-condition.exp: Add 64bit tests.
4844
4845 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4846
4847 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
4848 bits types.
4849 (main): Adapt to 8 to 64 bits types.
4850 * gdb.trace/trace-condition.exp: Add new tests.
4851
4852 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4853
4854 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
4855
4856 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4857
4858 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
4859 Move condition tests...
4860 * gdb.trace/trace-condition.exp: Here.
4861
4862 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4863
4864 * gdb.trace/trace-condition.exp: Add counter-case tests.
4865
4866 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4867
4868 PR c++/15231
4869 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
4870 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
4871
4872 2016-05-27 Pedro Alves <palves@redhat.com>
4873
4874 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4875 New procedure.
4876 (top level): Call it, and bail out of DejaGnu is known to be bad.
4877
4878 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
4879
4880 * gdb.base/whatis.c: Extend the test case.
4881 * gdb.base/whatis.exp: Add additional tests.
4882
4883 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4884
4885 * gdb.fortran/type.f90: Add pointer variable.
4886 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
4887
4888 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4889
4890 * gdb.fortran/vla-type.exp: Fix testcase name.
4891
4892 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4893
4894 * gdb.fortran/vla-type.exp: Access elements in nested structs.
4895
4896 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4897
4898 * gdb.fortran/type.f90: Add nested structures.
4899 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
4900 * gdb.fortran/derived-type.exp: Adapt expected output.
4901 * gdb.fortran/vla-type.exp: Adapt expected output.
4902
4903 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4904
4905 * gdb.fortran/whatis_type.exp: Adapt expected output.
4906
4907 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4908
4909 * gdb.fortran/print_type.exp: Fix expected output.
4910 * gdb.fortran/whatis_type.exp: Fix expected output.
4911
4912 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4913
4914 * gdb.fortran/whatis_type.exp: Use multi_line.
4915
4916 2016-05-24 Tom Tromey <tom@tromey.com>
4917
4918 PR python/17386:
4919 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
4920 use value as an index.
4921
4922 2016-05-23 Tom Tromey <tom@tromey.com>
4923
4924 PR python/17981:
4925 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
4926 no-breakpoint case.
4927
4928 2016-05-24 Pedro Alves <palves@redhat.com>
4929
4930 PR gdb/19828
4931 * gdb.threads/clone-attach-detach.c: New file.
4932 * gdb.threads/clone-attach-detach.exp: New file.
4933
4934 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
4935
4936 * gdb.base/annota-input-while-running.exp: Fix syntax error.
4937
4938 2016-05-23 Tom Tromey <tom@tromey.com>
4939
4940 PR python/19438, PR python/18393:
4941 * gdb.python/py-progspace.exp: Add "dir" test.
4942 * gdb.python/py-objfile.exp: Add "dir" test.
4943
4944 2016-05-23 Yao Qi <yao.qi@linaro.org>
4945
4946 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
4947 * gdb.arch/thumb2-it.exp: Likewise.
4948
4949 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
4950
4951 * gdb.mi/mi-threads-interrupt.c: New file.
4952 * gdb.mi/mi-threads-interrupt.exp: New file.
4953
4954 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
4955
4956 PR gdb/18077
4957 * gdb.mi/mi-async-run.exp: New file.
4958 * gdb.mi/mi-async-run.c: New file.
4959
4960 2016-05-17 Tom Tromey <tom@tromey.com>
4961 Manish Goregaokar <manishsmail@gmail.com>
4962
4963 * lib/rust-support.exp: New file.
4964 * lib/gdb.exp (skip_rust_tests): New proc.
4965 (build_executable_from_specs): Handle rust.
4966 * lib/future.exp (gdb_find_rustc): New proc.
4967 (gdb_default_target_compile): Handle rust.
4968 * gdb.rust/expr.exp: New file.
4969 * gdb.rust/generics.exp: New file.
4970 * gdb.rust/generics.rs: New file.
4971 * gdb.rust/methods.exp: New file.
4972 * gdb.rust/methods.rs: New file.
4973 * gdb.rust/modules.exp: New file.
4974 * gdb.rust/modules.rs: New file.
4975 * gdb.rust/simple.exp: New file.
4976 * gdb.rust/simple.rs: New file.
4977
4978 2016-05-17 Tom Tromey <tom@tromey.com>
4979
4980 * gdb.base/default.exp (set language): Add rust.
4981
4982 2016-05-17 Tom Tromey <tom@tromey.com>
4983
4984 * gdb.gdb/unittest.exp: New file.
4985
4986 2016-05-16 Yao Qi <yao.qi@linaro.org>
4987
4988 * gdb.base/batch-preserve-term-settings.exp: Remove variable
4989 shell_prompt. Update shell_prompt_re.
4990
4991 2016-05-12 Doug Evans <dje@google.com>
4992
4993 PR symtab/19999
4994 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
4995 $options when building executable.
4996 * gdb.dwarf2/fission-loclists-pie.S: New file.
4997 * gdb.dwarf2/fission-loclists-pie.exp: New file.
4998
4999 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5000
5001 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
5002 of [is_remote target],
5003
5004 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5005
5006 * lib/gdb.exp (use_gdb_stub): New procedure.
5007
5008 2016-05-03 Yunlian Jiang <yunlian@google.com>
5009 Doug Evans <dje@google.com>
5010
5011 PR symtab/19914
5012 * gdb.dwarf2/dwp-sepdebug.c: New file.
5013 * gdb.dwarf2/dwp-sepdebug.exp: New file.
5014
5015 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5016
5017 * gdb.base/detach.exp: Remove is_remote check.
5018
5019 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5020
5021 * gdb.base/annota-input-while-running.exp: Don't check for
5022 [is_remote target]. Enable annotations after running to main.
5023 Remove unused "set test..." line.
5024
5025 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5026
5027 * gdb.trace/trace-enable-disable.exp: New file.
5028 * gdb.trace/trace-enable-disable.c: New file.
5029
5030 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5031
5032 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
5033 use it in info sharedlibrary test.
5034 * gdb.trace/ftrace-lock.exp: Likewise.
5035 * gdb.trace/ftrace.exp: Likewise.
5036 * gdb.trace/range-stepping.exp: Likewise.
5037 * gdb.trace/trace-break.exp: Likewise.
5038 * gdb.trace/trace-condition.exp: Likewise.
5039 * gdb.trace/trace-mt.exp: Likewise.
5040
5041 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5042
5043 * lib/gdb.exp (gdb_load_shlibs): Rename to...
5044 (gdb_load_shlib): ... this.
5045 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
5046 gdb_load_shlib.
5047 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
5048 * gdb.base/ctxobj.exp: Likewise.
5049 * gdb.base/dprintf-pending.exp: Likewise.
5050 * gdb.base/dso2dso.exp: Likewise.
5051 * gdb.base/fixsection.exp: Likewise.
5052 * gdb.base/gcore-relro.exp: Likewise.
5053 * gdb.base/gdb1555.exp: Likewise.
5054 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5055 * gdb.base/gnu-ifunc.exp: Likewise.
5056 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
5057 * gdb.base/jit-so.exp (one_jit_test): Likewise.
5058 * gdb.base/pending.exp: Likewise.
5059 * gdb.base/print-file-var.exp: Likewise.
5060 * gdb.base/print-symbol-loading.exp: Likewise.
5061 * gdb.base/shlib-call.exp: Likewise.
5062 * gdb.base/shreloc.exp: Likewise.
5063 * gdb.base/so-impl-ld.exp: Likewise.
5064 * gdb.base/solib-disc.exp: Likewise.
5065 * gdb.base/solib-nodir.exp: Likewise.
5066 * gdb.base/solib-overlap.exp: Likewise.
5067 * gdb.base/solib-symbol.exp: Likewise.
5068 * gdb.base/solib-weak.exp (do_test): Likewise.
5069 * gdb.base/sym-file.exp: Likewise.
5070 * gdb.base/symtab-search-order.exp: Likewise.
5071 * gdb.base/type-opaque.exp: Likewise.
5072 * gdb.base/unload.exp: Likewise.
5073 * gdb.base/watchpoint-solib.exp: Likewise.
5074 * gdb.compile/compile.exp: Likewise.
5075 * gdb.cp/gdb2384.exp: Likewise.
5076 * gdb.cp/infcall-dlopen.exp: Likewise.
5077 * gdb.cp/re-set-overloaded.exp: Likewise.
5078 * gdb.fortran/library-module.exp: Likewise.
5079 * gdb.opt/solib-intra-step.exp: Likewise.
5080 * gdb.python/py-finish-breakpoint.exp: Likewise.
5081 * gdb.python/py-shared.exp: Likewise.
5082 * gdb.reverse/solib-precsave.exp: Likewise.
5083 * gdb.reverse/solib-reverse.exp: Likewise.
5084 * gdb.server/solib-list.exp: Likewise.
5085 * gdb.threads/dlopen-libpthread.exp: Likewise.
5086 * gdb.threads/tls-shared.exp: Likewise.
5087 * gdb.threads/tls-so_extern.exp: Likewise.
5088 * gdb.trace/change-loc.exp: Likewise.
5089 * gdb.trace/ftrace-lock.exp: Likewise.
5090 * gdb.trace/ftrace.exp: Likewise.
5091 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
5092 * gdb.trace/pending.exp: Likewise.
5093 * gdb.trace/range-stepping.exp: Likewise.
5094 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
5095 (strace_info_marker): Likewise.
5096 (strace_probe_marker): Likewise.
5097 (strace_trace_on_same_addr): Likewise.
5098 (strace_trace_on_diff_addr): Likewise.
5099 * gdb.trace/trace-break.exp: Likewise.
5100 * gdb.trace/trace-condition.exp: Likewise.
5101 * gdb.trace/trace-mt.exp: Likewise.
5102
5103 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5104
5105 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
5106 result of gdb_remote_download.
5107 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
5108 * gdb.base/dso2dso.exp: Likewise.
5109 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5110 * gdb.base/print-file-var.exp: Likewise.
5111 * gdb.base/shlib-call.exp: Likewise.
5112 * gdb.base/shreloc.exp: Likewise.
5113 * gdb.base/solib-overlap.exp: Likewise.
5114 * gdb.base/solib-weak.exp (do_test): Likewise.
5115 * gdb.base/unload.exp: Likewise.
5116
5117 2016-04-27 Yao Qi <yao.qi@linaro.org>
5118
5119 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
5120 exists.
5121
5122 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5123
5124 * vla-type.exp: Print structure from toplevel.
5125
5126 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5127
5128 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
5129 of dynamic types.
5130 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
5131 of dynamic types.
5132
5133 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5134
5135 * gdb.fortran/vla-type.f90: New file.
5136 * gdb.fortran/vla-type.exp: New file.
5137
5138 2016-04-25 Yao Qi <yao.qi@linaro.org>
5139
5140 * gdb.base/branch-to-self.c: New file.
5141 * gdb.base/branch-to-self.exp: New file.
5142
5143 2016-04-22 Yao Qi <yao.qi@linaro.org>
5144
5145 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
5146 more after $hex.
5147
5148 2016-04-22 Yao Qi <yao.qi@linaro.org>
5149
5150 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
5151 * gdb.base/annota3.exp: Likewise.
5152
5153 2016-04-22 Yao Qi <yao.qi@linaro.org>
5154
5155 * gdb.reverse/step-precsave.exp: Do one step and test program
5156 stops in "callee" and do multiple steps until program goes out
5157 of "callee".
5158 * gdb.reverse/step-reverse.exp: Likewise.
5159
5160 2016-04-22 Yao Qi <yao.qi@linaro.org>
5161
5162 * gdb.trace/signal.exp: Also pass if
5163 $tracepoint_hits($i) > $iterations.
5164
5165 2016-04-22 Yao Qi <yao.qi@linaro.org>
5166
5167 * gdb.trace/signal.c: New file.
5168 * gdb.trace/signal.exp: New file.
5169
5170 2016-04-19 Doug Evans <xdje42@gmail.com>
5171
5172 * gdb.base/bad-file.exp: New file.
5173
5174 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
5175
5176 * gdb.dwarf2/implref.exp: New file.
5177
5178 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
5179
5180 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
5181 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
5182 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
5183 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
5184 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
5185 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
5186 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
5187 * lib/fortran.exp (fortran_int4): New procedure.
5188 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
5189 (fortran_logical4): Likewise.
5190
5191 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
5192
5193 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
5194
5195 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
5196
5197 * lib/compiler.c: Add Intel specific preprocessor macros.
5198 * lib/compiler.cc: Likewise.
5199
5200 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
5201
5202 * gdb.server/connect-with-no-symbol-file.c: New file.
5203 * gdb.server/connect-with-no-symbol-file.exp: New file.
5204
5205 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
5206
5207 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
5208
5209 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
5210
5211 * boards/gdbserver-base.exp (${board}_download): Copy source file to
5212 standard output directory.
5213
5214 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
5215
5216 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
5217
5218 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
5219
5220 * gdb.btrace/instruction_history.c (loop): Add declaration.
5221
5222 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
5223
5224 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
5225
5226 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
5227
5228 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
5229 parentheses to print.
5230 (continue_handler): Likewise.
5231
5232 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
5233
5234 * gdb.server/solib-list.exp: Remove is_remote check.
5235 Pass shlib= to gdb_compile. Don't link shared library with
5236 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
5237 Run binary filename through "readlink -f" on the target.
5238
5239 2016-04-08 Pedro Alves <palves@redhat.com>
5240
5241 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
5242 interpreter filename as argument to gdbserver_spawn.
5243 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
5244 Return empty if $last_loaded_file does not exist.
5245
5246 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5247
5248 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
5249 * gdb.base/jit-main.c: Use exit after usage.
5250
5251 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5252
5253 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
5254 GDBHISTSIZE prior to the tests.
5255 * gdb.base/gdbinit-history.exp: Likewise.
5256
5257 2016-04-07 Pedro Alves <palves@redhat.com>
5258
5259 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
5260 instead of build_executable. Use gdb_load_shlibs.
5261
5262 2016-04-07 Yao Qi <yao.qi@linaro.org>
5263
5264 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
5265 Execute "si" command.
5266
5267 2016-04-07 Yao Qi <yao.qi@linaro.org>
5268
5269 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
5270 number instead of the comments on some line.
5271
5272 2016-04-06 Don Breazeal <donb@codesourcery.com>
5273
5274 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
5275 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
5276
5277 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
5278
5279 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
5280 standard_output_file. Remove unused binfile variable.
5281
5282 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
5283
5284 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
5285 * gdb.python/py-mi-objfile.exp: Match "list main" output
5286 in console format.
5287
5288 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
5289
5290 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
5291 absolute.
5292
5293 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
5294
5295 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
5296 absolute.
5297 * gdb.trace/ftrace.exp: Likewise.
5298 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
5299 targets as well.
5300 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
5301 (gdb_load_shlibs): Copy libraries to test directory when testing
5302 natively. Only set solib-search-path if testing remotely.
5303 * lib/mi-support.exp (mi_load_shlibs): Likewise.
5304
5305 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
5306
5307 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
5308 gdb_download. Use it even if the target is not remote.
5309 * gdb.base/jit.exp (compile_jit_test): Likewise.
5310 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
5311 output directory if the destination board is local, otherwise use
5312 the standard remote_download from DejaGnu.
5313 (gdb_download): Remove.
5314 (gdb_load_shlibs): Use gdb_remote_download instead of
5315 gdb_download.
5316 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
5317 Use gdb_remote_download instead of gdb_download. Use it even if
5318 the target is not remote.
5319 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
5320 instead of gdb_download.
5321
5322 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
5323
5324 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
5325 (test_insert_delete_modify): Call mi_load_shlibs before trying to
5326 run.
5327
5328 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
5329
5330 PR gdb/19820
5331 * gdb.base/printcmds.exp: Add artificial arrays tests.
5332
5333 2016-03-31 Pedro Alves <palves@redhat.com>
5334
5335 PR gdb/19858
5336 * gdb.base/jit-main.c: Include unistd.h.
5337 (ATTACH): Define to 0 if not already defined.
5338 (wait_for_gdb, mypid): New globals.
5339 (WAIT_FOR_GDB): New macro.
5340 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
5341 some breakpoint locations.
5342 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
5343 New procedures.
5344 (one_jit_test): Add REATTACH parameter, and handle it. Use
5345 continue_to_test_location.
5346 (top level): Test attach, and adjusts calls to one_jit_test.
5347
5348 2016-03-31 Pedro Alves <palves@redhat.com>
5349
5350 PR gdb/19858
5351 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
5352 BINSUFFIX parameter, and handle it.
5353 (top level): Adjust calls compile_jit_test.
5354
5355 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
5356
5357 PR python/19743
5358 * gdb.python/py-mi-events-gdb.py: New file.
5359 * gdb.python/py-mi-events.c: New file.
5360 * gdb.python/py-mi-events.exp: New file.
5361
5362 2016-03-30 Yao Qi <yao.qi@linaro.org>
5363
5364 * gdb.reverse/until-precsave.exp: Match function name only.
5365 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
5366 Move malloc to a condition block.
5367 * gdb.reverse/until-reverse.exp: Match function name only.
5368
5369 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
5370
5371 * gdb.trace/ftrace.exp: Set arg0exp for s390.
5372 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
5373 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
5374 variable for GPR 0 instead of assuming it is register 0.
5375 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
5376 * lib/trace-support.exp: Add s390 registers.
5377
5378 2016-03-29 Yao Qi <yao.qi@linaro.org>
5379
5380 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
5381
5382 2016-03-24 Yao Qi <yao.qi@linaro.org>
5383
5384 * gdb.reverse/break-reverse.exp: Add quotation mark in the
5385 test message.
5386
5387 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5388
5389 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
5390 maintaining separate logic for constructing the output path.
5391
5392 2016-03-16 Don Breazeal <donb@codesourcery.com>
5393
5394 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
5395 Retry fork and waitpid on interrupted system call errors.
5396 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
5397 Use with_timeout_factor to increase timeout by factor of 10.
5398
5399 2016-03-15 Don Breazeal <donb@codesourcery.com>
5400
5401 * gdb.cp/scope-err.cc: New test program.
5402 * gdb.cp/scope-err.exp: New test script.
5403 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
5404 lines and "set breakpoint here" comment.
5405 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
5406 Fixed some whitespace and format issues.
5407 * gdb.mi/mi-linespec-err-cp.cc: New test program.
5408 * gdb.mi/mi-linespec-err-cp.exp: New test script.
5409
5410 2016-03-15 Doug Evans <dje@google.com>
5411
5412 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
5413 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
5414 All callers updated. Add tests for enums, mixed flags register.
5415
5416 2016-03-15 Doug Evans <dje@google.com>
5417
5418 * gdb.base/skip.c (main): Call test_skip_file_and_function.
5419 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
5420
5421 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
5422
5423 * gdb.base/default.exp: Add $_as_string to the list of expected
5424 convenience functions.
5425
5426 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
5427
5428 * gdb.base/maint.exp: New tests for 'maint info line-table'.
5429
5430 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
5431
5432 * gdb.python/py-as-string.exp: New file.
5433 * gdb.python/py-as-string.c: New file.
5434
5435 2016-03-09 Pedro Alves <palves@redhat.com>
5436
5437 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
5438 signal" -> "Thread NN received signal" output change.
5439 * gdb.threads/ia64-sigill.exp: Likewise.
5440 * gdb.threads/linux-dp.exp: Likewise.
5441 * gdb.threads/manythreads.exp: Likewise.
5442 * gdb.threads/pending-step.exp: Likewise.
5443 * gdb.threads/print-threads.exp: Likewise.
5444 * gdb.threads/sigstep-threads.exp: Likewise.
5445 * gdb.threads/staticthreads.exp: Likewise.
5446 * gdb.threads/tls.exp: Likewise.
5447
5448 2016-03-09 Pedro Alves <palves@redhat.com>
5449
5450 * gdb.base/command-line-input.exp: New file.
5451
5452 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5453
5454 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
5455 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
5456 * gdb.trace/pending.exp: Accept leading dot before function name.
5457 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
5458 * lib/trace-support.exp: Set registers for ppc.
5459
5460 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5461
5462 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
5463 use it for disassembly; accept .main in addition to main in backtrace.
5464
5465 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
5466 Marcin Kościelnicki <koriakin@0x04.net>
5467
5468 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
5469 (gdb_recursion_test_ptr): New global variable.
5470 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
5471 gdb_recursion_test.
5472 (gdb_c_test): Ditto.
5473
5474 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5475
5476 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
5477 ordering.
5478
5479 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5480
5481 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
5482 (bar): Add bar_start_lbl label.
5483 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
5484 of foo/bar for emitting DWARF and tracing.
5485
5486 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
5487
5488 * analyze-racy-logs.py: Set executable bit.
5489
5490 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
5491
5492 * Makefile.in (DEFAULT_RACY_ITER): New variable.
5493 (CHECK_TARGET_TMP): Likewise.
5494 (check-single-racy): New rule.
5495 (check-parallel-racy): Likewise.
5496 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
5497 (do-check-parallel-racy): New rule.
5498 (check-racy/%.exp): Likewise.
5499 * README (Racy testcases): New section.
5500 * analyze-racy-logs.py: New file.
5501
5502 2016-03-03 Doug Evans <dje@google.com>
5503
5504 * gdb.base/skip.exp: Use with_test_prefix.
5505
5506 2016-03-03 Yao Qi <yao.qi@linaro.org>
5507
5508 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
5509 Invoke step_over_syscall "clone" and break_cond_on_syscall
5510 "clone".
5511 * gdb.base/step-over-clone.c: New file.
5512
5513 2016-03-03 Yao Qi <yao.qi@linaro.org>
5514
5515 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
5516 code format.
5517
5518 2016-03-03 Yao Qi <yao.qi@linaro.org>
5519
5520 * gdb.base/disp-step-fork.c: Rename to ...
5521 * gdb.base/step-over-fork.c: ... it. New file.
5522 * gdb.base/disp-step-vfork.c: Rename to ...
5523 * gdb.base/step-over-vfork.c: ... it. New file.
5524 * gdb.base/disp-step-syscall.exp: Rename to ...
5525 * gdb.base/step-over-syscall.exp: ... it. New file.
5526 (disp_step_cross_syscall): Rename to ...
5527 (step_over_syscall): ... it.
5528
5529 2016-03-03 Yao Qi <yao.qi@linaro.org>
5530
5531 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
5532 If target supports condition evaluation on target, invoke
5533 break_cond_on_syscall for fork and vfork.
5534
5535 2016-03-03 Yao Qi <yao.qi@linaro.org>
5536
5537 * gdb.base/disp-step-syscall.exp: Don't invoke
5538 support_displaced_stepping.
5539 (disp_step_cross_syscall): Test with displaced stepping off and
5540 on if supported.
5541
5542 2016-03-03 Yao Qi <yao.qi@linaro.org>
5543
5544 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
5545 proc.
5546 (setup): New proc.
5547 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
5548 and setup.
5549
5550 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5551
5552 * gdb.fortran/vla-history.exp: Remove breakpoint.
5553
5554 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5555
5556 * gdb.fortran/vla-history.exp: Lookup array elements and printing
5557 exceeds timeout.
5558
5559 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5560
5561 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
5562 breakpoint.
5563
5564 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5565
5566 * gdb.mi/vla.f90: Nullify pointer after declaration.
5567
5568 2016-03-01 Pedro Alves <palves@redhat.com>
5569
5570 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
5571
5572 2016-03-01 Pedro Alves <palves@redhat.com>
5573
5574 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
5575 before anything else.
5576 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
5577 _GNU_SOURCE here.
5578 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
5579 before anything else.
5580 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
5581
5582 2016-03-01 Pedro Alves <palves@redhat.com>
5583
5584 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
5585
5586 2016-03-01 Yao Qi <yao.qi@linaro.org>
5587
5588 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
5589 prepare_for_testing.
5590
5591 2016-03-01 Yao Qi <yao.qi@linaro.org>
5592
5593 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
5594
5595 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5596
5597 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
5598 manually constructing the output path.
5599
5600 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5601
5602 * gdb.arch/s390-stackless.S: New.
5603 * gdb.arch/s390-stackless.exp: New.
5604
5605 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
5606
5607 * gdb.dlang/circular.c: New file.
5608 * gdb.dlang/circular.exp: New file.
5609
5610 2016-02-26 Yao Qi <yao.qi@linaro.org>
5611
5612 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
5613 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
5614 (testcases): Update.
5615
5616 2016-02-26 Yao Qi <yao.qi@linaro.org>
5617
5618 * gdb.reverse/aarch64.c: Rename to ...
5619 * gdb.reverse/insn-reverse.c: ... it.
5620 * gdb.reverse/aarch64.exp: Rename to ...
5621 * gdb.reverse/insn-reverse.exp: ... it.
5622
5623 2016-02-26 Yao Qi <yao.qi@linaro.org>
5624
5625 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
5626 (testcase_ftype): New.
5627 (testcases): New array.
5628 (n_testcases): New.
5629 (main): Call each element in testcases.
5630 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
5631 (read_testcase): New.
5632 Do the tests in a loop.
5633
5634 2016-02-25 Yao Qi <yao.qi@linaro.org>
5635
5636 * gdb.base/branches.c: Remove.
5637
5638 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
5639
5640 PR gdb/13808
5641 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
5642
5643 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
5644
5645 * gdb.trace/ftrace.exp: Remove unnecessary target check.
5646
5647 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
5648
5649 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
5650 change x86_64 call_insn to 'callq'.
5651
5652 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
5653
5654 * gdb.trace/tfile-avx.c: Move to...
5655 * gdb.trace/tracefile-pseudo-reg.c: Here.
5656 * gdb.trace/tfile-avx.exp: Move to...
5657 * gdb.trace/tracefile-pseudo-reg.exp: Here.
5658
5659 2016-02-24 Gary Benson <gbenson@redhat.com>
5660
5661 * gdb.base/attach-pie-noexec.exp: Do not expect an error
5662 message on attach.
5663
5664 2016-02-23 Doug Evans <dje@google.com>
5665
5666 * gdb.base/skip.c (test_skip): New function.
5667 (end_test_skip_file_and_function): New function.
5668 (test_skip_file_and_function): New function.
5669 * gdb.base/skip1.c (test_skip): New function.
5670 (skip1_test_skip_file_and_function): New function.
5671 * gdb.base/skip.exp: Add tests for new skip options.
5672 * gdb.base/skip-solib.exp: Update expected output.
5673 * gdb.perf/skip-command.cc: New file.
5674 * gdb.perf/skip-command.exp: New file.
5675 * gdb.perf/skip-command.py: New file.
5676
5677 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
5678
5679 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
5680 info registers pattern.
5681
5682 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
5683
5684 * lib/future.exp: Add D support.
5685 (gdb_find_gdc): New proc.
5686 (gdb_default_target_compile): Add D support.
5687
5688 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
5689
5690 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
5691 user+system time.
5692 (trace_speed_test): Determine the iteration count for a time
5693 between 15..30 seconds.
5694
5695 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
5696
5697 * gdb.arch/i386-mpx-sigsegv.c: New file.
5698 * gdb.arch/i386-mpx-sigsegv.exp: New file.
5699 * gdb.arch/i386-mpx-simple_segv.c: New file.
5700 * gdb.arch/i386-mpx-simple_segv.exp: New file.
5701
5702 2016-02-18 Yao Qi <yao.qi@linaro.org>
5703
5704 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
5705 Don't call setup_kfail.
5706
5707 2016-02-18 Yao Qi <yao.qi@linaro.org>
5708
5709 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
5710 Set "set breakpoint condition-evaluation" per $cond_bp_target.
5711
5712 2016-02-16 Doug Evans <dje@google.com>
5713
5714 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
5715 * gdb.base/skip1.c: Ditto.
5716 * gdb.base/skip.exp: Whitespace cleanup.
5717
5718 2016-02-16 Don Breazeal <donb@codesourcery.com>
5719
5720 PR remote/19496
5721 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
5722 Remove kfail for PR remote/19496.
5723
5724 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
5725
5726 * lib/gdb.exp (standard_temp_file): Return a path specific to
5727 the runtest invocation.
5728
5729 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
5730
5731 * gdb.trace/save-trace.exp: Change relative path to be in the
5732 standard output directory.
5733
5734 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5735
5736 * gdb.arch/i386-prologue.c: Add missing prototypes.
5737
5738 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5739
5740 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
5741 * gdb.arch/i386-prologue.exp: Likewise.
5742 * gdb.arch/i386-size.exp: Likewise.
5743
5744 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
5745
5746 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
5747 define object file path.
5748 * gdb.btrace/gcore.exp: Use standard_output_file to define core
5749 file path.
5750 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
5751 standard_output_file to define binfile.
5752
5753 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5754
5755 Fix compatibility with recent gfortran-5.3.1.
5756 * gdb.fortran/vla-history.exp (print vla1 allocated)
5757 (print vla2 allocated, print $2, print $3): Remove
5758 (print $4): Rename to ...
5759 (print $2): ... here.
5760 (print $9): Rename to ...
5761 (print $5): ... here.
5762 (print $10): Rename to ...
5763 (print $6): ... here.
5764 * gdb.fortran/vla.f90: Add pvla initialization.
5765
5766 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5767
5768 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
5769 New test.
5770 * gdb.fortran/vla-value-sub.exp: Likewise.
5771
5772 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
5773
5774 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
5775
5776 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
5777
5778 * i386-biarch-core.exp: Define corefile using
5779 standard_output_file.
5780
5781 2016-02-12 Yao Qi <yao.qi@linaro.org>
5782
5783 * gdb.arch/arm-single-step-kernel-helper.c: New.
5784 * gdb.arch/arm-single-step-kernel-helper.exp: New.
5785
5786 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
5787
5788 * gdb.btrace/tailcall-only.exp: New.
5789 * gdb.btrace/tailcall-only.c: New.
5790 * gdb.btrace/x86_64-tailcall-only.S: New.
5791 * gdb.btrace/i686-tailcall-only.S: New.
5792
5793 2016-02-11 Pedro Alves <palves@redhat.com>
5794
5795 * README (Parallel testing): Add missing double quotes.
5796
5797 2016-02-11 Pedro Alves <palves@redhat.com>
5798
5799 * README (Parallel testing): New section.
5800 (GDB_PARALLEL): Rewrite.
5801 (FORCE_PARALLEL): Document.
5802
5803 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
5804
5805 * gdb.trace/tfile-avx.c: New test.
5806 * gdb.trace/tfile-avx.exp: New test.
5807
5808 2016-02-09 Keith Seitz <keiths@redhat.com>
5809
5810 PR breakpoints/19546
5811 * gdb.base/infcall-exec.c: New file.
5812 * gdb.base/infcall-exec2.c: New file.
5813 * gdb.base/infcall-exec.exp: New file.
5814
5815 2016-02-09 Keith Seitz <keiths@redhat.com>
5816
5817 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
5818 (toplevel): Call test_bkpt_address.
5819
5820 2016-02-09 Keith Seitz <keiths@redhat.com>
5821
5822 PR python/19506
5823 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
5824 (toplevel): Call test_bkpt_address.
5825
5826 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
5827
5828 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
5829 to AC_OUTPUT.
5830 * configure: Regenerate.
5831
5832 2016-02-09 Pedro Alves <palves@redhat.com>
5833
5834 PR breakpoints/19548
5835 * gdb.base/execl-update-breakpoints.c (some_function): New
5836 function.
5837 (main): Call it.
5838 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
5839 Tighten expected GDB output.
5840
5841 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
5842
5843 * Makefile.in (ALL_SUBDIRS): Remove.
5844 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
5845 (distclean maintainer-clean realclean): Likewise.
5846 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
5847 * configure: Regenerate.
5848 * gdb.ada/Makefile.in: Delete.
5849 * gdb.arch/Makefile.in: Likewise.
5850 * gdb.asm/Makefile.in: Likewise.
5851 * gdb.base/Makefile.in: Likewise.
5852 * gdb.btrace/Makefile.in: Likewise.
5853 * gdb.cell/Makefile.in: Likewise.
5854 * gdb.compile/Makefile.in: Likewise.
5855 * gdb.cp/Makefile.in: Likewise.
5856 * gdb.disasm/Makefile.in: Likewise.
5857 * gdb.dlang/Makefile.in: Likewise.
5858 * gdb.dwarf2/Makefile.in: Likewise.
5859 * gdb.fortran/Makefile.in: Likewise.
5860 * gdb.gdb/Makefile.in: Likewise.
5861 * gdb.go/Makefile.in: Likewise.
5862 * gdb.guile/Makefile.in: Likewise.
5863 * gdb.java/Makefile.in: Likewise.
5864 * gdb.linespec/Makefile.in: Likewise.
5865 * gdb.mi/Makefile.in: Likewise.
5866 * gdb.modula2/Makefile.in: Likewise.
5867 * gdb.multi/Makefile.in: Likewise.
5868 * gdb.objc/Makefile.in: Likewise.
5869 * gdb.opencl/Makefile.in: Likewise.
5870 * gdb.opt/Makefile.in: Likewise.
5871 * gdb.pascal/Makefile.in: Likewise.
5872 * gdb.perf/Makefile.in: Likewise.
5873 * gdb.python/Makefile.in: Likewise.
5874 * gdb.reverse/Makefile.in: Likewise.
5875 * gdb.server/Makefile.in: Likewise.
5876 * gdb.stabs/Makefile.in: Likewise.
5877 * gdb.threads/Makefile.in: Likewise.
5878 * gdb.trace/Makefile.in: Likewise.
5879 * gdb.xml/Makefile.in: Likewise.
5880 * lib/gdb.exp (make_gdb_parallel_path): Add check for
5881 GDB_PARALLEL.
5882 (standard_output_file): Remove check for GDB_PARALLEL, always
5883 return path in outputs/$subdir/$testname.
5884
5885 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
5886
5887 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
5888 (site.exp): Assign abs_srcdir to tcl's srcdir.
5889
5890 2016-02-04 Yao Qi <yao.qi@linaro.org>
5891
5892 * gdb.base/foll-exec-mode.c: Include limits.h.
5893 (main): Add parameters argc and argv. Get directory from
5894 argv[0].
5895 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
5896 compilation.
5897 * gdb.base/foll-exec.c: Include limits.h.
5898 (main): Add parameters argc and argv.
5899 Get directory from argv[0].
5900 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
5901 Adjust tests on the number of lines as source code changed.
5902 * gdb.base/foll-vfork-exit.c: Include limits.h.
5903 (main): Add one line of statement before vfork.
5904 * gdb.base/foll-vfork.c: Include limits.h and string.h.
5905 (main): Add parameters argc and argv. Get directory from
5906 argv[0].
5907 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
5908 (setup_gdb): Set tbreak to skip some source lines.
5909 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
5910 (main): Add parameters argc and argv. Get directory from
5911 argv[0].
5912 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
5913 compilation.
5914 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
5915 (main): Add parameters argc and argv. Get directory from
5916 argv[0].
5917 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
5918 compilation.
5919
5920 2016-02-01 Doug Evans <dje@google.com>
5921
5922 * gdb.base/skip.exp: Clean up multiple references to same test name.
5923
5924 2016-02-01 Pedro Alves <palves@redhat.com>
5925
5926 PR remote/19496
5927 * gdb.threads/forking-threads-plus-breakpoint.exp
5928 (displaced_stepping_supported): New global.
5929 (probe_displaced_stepping_support): New procedure.
5930 (do_test): Add 'displaced' parameter, and use it.
5931 (top level): Check for displaced stepping support. Add displaced
5932 stepping on/off testing axis.
5933
5934 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
5935
5936 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
5937 pointer. Don't perform further tests on the unassociated pointer
5938 if the first test fails.
5939
5940 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
5941
5942 * gdb.base/max-value-size.c: New file.
5943 * gdb.base/max-value-size.exp: New file.
5944 * gdb.base/huge.exp: Disable max-value-size for this test.
5945
5946 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
5947
5948 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
5949
5950 2016-01-28 Yao Qi <yao.qi@linaro.org>
5951
5952 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
5953
5954 2016-01-25 Pedro Alves <palves@redhat.com>
5955
5956 PR threads/19461
5957 * gdb.base/fork-running-state.c: New file.
5958 * gdb.base/fork-running-state.exp: New file.
5959
5960 2016-01-25 Pedro Alves <palves@redhat.com>
5961
5962 PR gdb/19494
5963 * gdb.base/catch-fork-kill.c: New file.
5964 * gdb.base/catch-fork-kill.exp: New file.
5965
5966 2016-01-25 Pedro Alves <palves@redhat.com>
5967
5968 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
5969 Delete, moved to lib/gdb.exp.
5970 * gdb.threads/forking-threads-plus-breakpoint.exp
5971 (foreach_with_prefix): Likewise.
5972 * gdb.threads/process-dies-while-handling-bp.exp
5973 (foreach_with_prefix): Likewise.
5974 * lib/gdb.exp (foreach_with_prefix): New procedure.
5975
5976 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
5977
5978 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
5979 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
5980
5981 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
5982
5983 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
5984 endian targets.
5985
5986 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5987 Pedro Alves <palves@redhat.com>
5988
5989 Fix testsuite compatibility with Guile.
5990 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
5991 number.
5992
5993 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5994
5995 Fix testsuite compatibility with Guile.
5996 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
5997 (thread 1): New test for backtrace through signal handler.
5998
5999 2016-01-22 Yao Qi <yao.qi@linaro.org>
6000
6001 PR testsuite/19491
6002 * gdb.base/multi-forks.c: Include
6003 ../lib/unbuffer_output.c
6004 (main): Call gdb_unbuffer_output.
6005
6006 2016-01-21 Doug Evans <dje@google.com>
6007
6008 * lib/ada.exp (gdb_compile_ada): Fix typo.
6009
6010 2016-01-21 Joel Brobecker <brobecker@adacore.com>
6011
6012 * gdb.base/break-fun-addr.exp: New file.
6013 * gdb.base/break-fun-addr1.c: New file.
6014 * gdb.base/break-fun-addr2.c: New file.
6015
6016 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
6017
6018 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
6019 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
6020 enum flag values.
6021
6022 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6023
6024 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
6025 when GDB can not set the vector return value. Add more comments
6026 for clarification.
6027
6028 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
6029
6030 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
6031 command.
6032
6033 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6034
6035 * Makefile.in (DO_RUNTEST): Add --status and update usages.
6036
6037 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6038
6039 * Makefile.in (check-single): Pass --status to runtest.
6040 (check/%.exp): Likewise.
6041
6042 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6043
6044 * Makefile.in (check-parallel): Propagate return code from make
6045 do-check-parallel.
6046
6047 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
6048
6049 * gdb.trace/ftrace.exp: Fix expected message on continue.
6050 * gdb.trace/pending.exp: Fix expected message on continue.
6051 * gdb.trace/trace-break.exp: Fix expected message on continue.
6052
6053 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
6054
6055 * lib/gdb.exp (gdb_test): Remove unused global references.
6056
6057 2016-01-18 Pedro Alves <palves@redhat.com>
6058
6059 * gdb.base/async-shell.exp: Adjust expected output.
6060 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
6061 * gdb.base/siginfo-thread.exp: Adjust expected output.
6062 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
6063 * gdb.java/jnpe.exp: Adjust expected output.
6064 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
6065 * gdb.threads/continue-pending-status.exp: Adjust expected output.
6066 * gdb.threads/leader-exit.exp: Adjust expected output.
6067 * gdb.threads/manythreads.exp: Adjust expected output.
6068 * gdb.threads/pthreads.exp: Adjust expected output.
6069 * gdb.threads/schedlock.exp: Adjust expected output.
6070 * gdb.threads/siginfo-threads.exp: Adjust expected output.
6071 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
6072 expected output.
6073 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
6074 output.
6075 * gdb.threads/sigthread.exp: Adjust expected output.
6076 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
6077
6078 2016-01-18 Yao Qi <yao.qi@linaro.org>
6079
6080 * gdb.guile/scm-section-script.c: Replace @progbits with
6081 %progbits.
6082 * gdb.python/py-section-script.c: Likewise.
6083
6084 2016-01-15 Pedro Alves <palves@redhat.com>
6085
6086 * gdb.multi/tids.exp: Test star wildcard ranges.
6087
6088 2016-01-15 Pedro Alves <palves@redhat.com>
6089
6090 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
6091 command from "thread apply" invocation.
6092 (thr_apply_info_thr_invalid): Default the expected output to the
6093 input tid list.
6094 (top level): Add tests that use convenience variables. Add tests
6095 for "thread apply" with a valid TID list, but missing the command.
6096
6097 2016-01-13 Pedro Alves <palves@redhat.com>
6098
6099 * gdb.base/default.exp: Expect $_gthread as well.
6100 * gdb.multi/tids.exp: Test $_gthread.
6101 * gdb.threads/thread-specific.exp: Test $_gthread.
6102
6103 2016-01-13 Pedro Alves <palves@redhat.com>
6104
6105 * gdb.multi/tids.exp: Test "info threads -gid".
6106
6107 2016-01-13 Pedro Alves <palves@redhat.com>
6108
6109 * gdb.multi/tids.exp: Test InferiorThread.global_num and
6110 Breakpoint.thread.
6111 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
6112
6113 2016-01-07 Pedro Alves <palves@redhat.com>
6114
6115 * gdb.base/break.exp: Adjust to output changes.
6116 * gdb.base/hbreak2.exp: Likewise.
6117 * gdb.base/sepdebug.exp: Likewise.
6118 * gdb.base/watch_thread_num.exp: Likewise.
6119 * gdb.linespec/keywords.exp: Likewise.
6120 * gdb.multi/info-threads.exp: Likewise.
6121 * gdb.threads/thread-find.exp: Likewise.
6122 * gdb.multi/tids.c: New file.
6123 * gdb.multi/tids.exp: New file.
6124
6125 2016-01-13 Pedro Alves <palves@redhat.com>
6126
6127 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
6128
6129 2016-01-13 Pedro Alves <palves@redhat.com>
6130
6131 * gdb.base/default.exp: Expect $_inferior as well.
6132 * gdb.multi/base.exp: Test $_inferior.
6133
6134 2016-01-13 Pedro Alves <palves@redhat.com>
6135
6136 PR breakpoints/19388
6137 * gdb.base/catch-signal-siginfo-cond.c: New file.
6138 * gdb.base/catch-signal-siginfo-cond.exp: New file.
6139
6140 2016-01-12 Josh Stone <jistone@redhat.com>
6141 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6142
6143 * gdb.base/catch-syscall.c (do_execve): New variable.
6144 (main): Conditionally trigger an execve.
6145 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
6146 (test_catch_syscall_execve): New, check entry/return across execve.
6147 (do_syscall_tests): Call test_catch_syscall_execve.
6148
6149 2016-01-12 Pedro Alves <palves@redhat.com>
6150
6151 * gdb.base/random-signal.exp (do_test): New procedure, with body
6152 of testcase moved in.
6153
6154 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6155 Pedro Alves <palves@redhat.com>
6156
6157 * gdb.base/funcargs.exp (finish from indirectly called function):
6158 Reintroduce the case for 'First'.
6159
6160 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6161 Pedro Alves <palves@redhat.com>
6162
6163 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
6164 (tcatch_vfork_then_child_follow_exec)
6165 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
6166 identification.
6167
6168 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6169
6170 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
6171 and repeats to unlimited.
6172 * gdb.python/py-value.exp: Likewise.
6173 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
6174 and repeats to unlimited.
6175
6176 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6177
6178 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
6179 and reordering the functions.
6180 * gdb.multi/hangout.c: Likewise.
6181 * gdb.multi/hello.c: Likewise.
6182
6183 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
6184
6185 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
6186 absolute.
6187 (SingleStatisticTestResult.report): Use dict.keys instead of
6188 dict.iterkeys.
6189
6190 2016-01-06 Pedro Alves <palves@redhat.com>
6191
6192 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
6193
6194 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
6195
6196 * gdb.btrace/dlopen.exp: New.
6197 * gdb.btrace/dlopen.c: New.
6198 * gdb.btrace/dlopen-dso.c: New.
6199
6200 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
6201
6202 * lib/gdb.exp (gdb_test): Update comments to clarify that the
6203 PATTERN argument is optional.
6204
6205 2015-12-24 Joel Brobecker <brobecker@adacore.com>
6206
6207 * lib/ada.exp (target_compile_ada_from_dir): New function.
6208 (gdb_compile_ada): Reimplement avoiding the use of project files.
6209 * gdb.ada/gnat_ada.gpr: Delete.
6210 * gdb.ada/cond_lang.exp: Adjust test to make path before
6211 filename optional.
6212 * gdb.ada/small_reg_param.exp: Likewise.
6213
6214 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
6215
6216 * gdb.base/foll-vork.exp: Remove HP-UX special case.
6217
6218 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
6219
6220 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
6221 case.
6222
6223 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
6224
6225 * gdb.base/break.exp: Remove dead code.
6226 * gdb.base/sepdebug.exp: Likewise.
6227
6228 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
6229
6230 * gdb.asm/asm-source.exp: Remove HP-UX references.
6231 * gdb.base/annota1.exp: Likewise.
6232 * gdb.base/annota3.exp: Likewise.
6233 * gdb.base/attach.exp: Likewise.
6234 * gdb.base/bigcore.exp: Likewise.
6235 * gdb.base/break.exp: Likewise.
6236 * gdb.base/call-ar-st.exp: Likewise.
6237 * gdb.base/callfuncs.exp: Likewise.
6238 * gdb.base/catch-fork-static.exp: Likewise.
6239 * gdb.base/display.exp: Likewise.
6240 * gdb.base/foll-exec-mode.exp: Likewise.
6241 * gdb.base/foll-exec.exp: Likewise.
6242 * gdb.base/foll-fork.exp: Likewise.
6243 * gdb.base/foll-vfork.exp: Likewise.
6244 * gdb.base/funcargs.exp: Likewise.
6245 * gdb.base/hbreak2.exp: Likewise.
6246 * gdb.base/inferior-died.exp: Likewise.
6247 * gdb.base/interrupt.exp: Likewise.
6248 * gdb.base/multi-forks.exp: Likewise.
6249 * gdb.base/nodebug.exp: Likewise.
6250 * gdb.base/sepdebug.exp: Likewise.
6251 * gdb.base/solib1.c: Likewise.
6252 * gdb.base/step-test.exp: Likewise.
6253 * gdb.mi/non-stop.c: Likewise.
6254 * gdb.mi/pthreads.c: Likewise.
6255 * gdb.multi/bkpt-multi-exec.ex: Likewise.
6256 * gdb.threads/pthreads.c: Likewise.
6257 * gdb.threads/staticthreads.exp: Likewise.
6258 * lib/future.exp: Likewise.
6259 * lib/gdb.exp: Likewise.
6260 * gdb.base/so-indr-cl.c: Remove.
6261 * gdb.base/so-indr-cl.exp: Likewise.
6262 * gdb.base/solib.c: Likewise.
6263 * gdb.base/solib.exp: Likewise.
6264 * gdb.base/solib2.c: Likewise.
6265
6266 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
6267
6268 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
6269 * gdb.base/call-ar-st.exp: Likewise.
6270 * gdb.base/callfuncs.exp: Likewise.
6271 * gdb.base/condbreak.exp: Likewise.
6272 * gdb.base/constvars.exp: Likewise.
6273 * gdb.base/hbreak2.exp: Likewise.
6274 * gdb.base/langs.exp: Likewise.
6275 * gdb.base/list.exp: Likewise.
6276 * gdb.base/long_long.exp: Likewise.
6277 * gdb.base/ptype.exp: Likewise.
6278 * gdb.base/scope.exp: Likewise.
6279 * gdb.base/signals.exp: Likewise.
6280 * gdb.base/so-impl-ld.exp: Likewise.
6281 * gdb.base/varargs.exp: Likewise.
6282 * gdb.base/volatile.exp: Likewise.
6283 * gdb.base/whatis.exp: Likewise.
6284 * gdb.cp/cplusfuncs.exp: Likewise.
6285 * gdb.cp/inherit.exp: Likewise.
6286 * gdb.cp/local.exp: Likewise.
6287 * gdb.cp/member-ptr.exp: Likewise.
6288 * gdb.cp/method.exp: Likewise.
6289 * gdb.cp/overload.exp: Likewise.
6290 * gdb.cp/templates.exp: Likewise.
6291 * gdb.stabs/weird.exp: Likewise.
6292 * lib/compiler.c: Likewise.
6293 * lib/compiler.cc: Likewise.
6294 * lib/cp-support.exp: Likewise.
6295 * lib/gdb.exp: Likewise.
6296
6297 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
6298
6299 * configure.ac: Remove HP-UX case.
6300 * configure: Regenerate.
6301
6302 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
6303
6304 * lib/gdb.exp (gdb_compile): Add function doc.
6305
6306 2015-12-17 Pedro Alves <palves@redhat.com>
6307
6308 PR threads/19354
6309 * gdb.multi/info-threads.exp: New file.
6310
6311 2015-12-15 Yao Qi <yao.qi@linaro.org>
6312
6313 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
6314 is aarch64*-*-*.
6315
6316 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6317
6318 * gdb.base/history-duplicates.exp: Skip if no readline support.
6319
6320 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6321
6322 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
6323
6324 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6325
6326 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
6327
6328 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6329
6330 * gdb.base/completion.exp: Skip tests that interrupt GDB with
6331 ctrl-C if nointerrupts target property is set.
6332 * gdb.base/double-prompt-target-event-error.exp: Likewise.
6333 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
6334 * gdb.base/paginate-bg-execution.exp: Likewise.
6335 * gdb.base/paginate-execution-startup.exp: Likewise.
6336 * gdb.base/random-signal.exp: Likewise.
6337 * gdb.base/range-stepping.exp: Likewise.
6338 * gdb.cp/annota2.exp: Likewise.
6339 * gdb.cp/annota3.exp: Likewise.
6340 * gdb.gdb/selftest.exp: Likewise.
6341 * gdb.threads/continue-pending-status.exp: Likewise.
6342 * gdb.threads/leader-exit.exp: Likewise.
6343 * gdb.threads/manythreads.exp: Likewise.
6344 * gdb.threads/pthreads.exp: Likewise.
6345 * gdb.threads/schedlock.exp: Likewise.
6346 * gdb.threads/sigthread.exp: Likewise.
6347
6348 2015-12-11 Don Breazeal <donb@codesourcery.com>
6349
6350 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
6351 remote.
6352 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
6353 * gdb.base/foll-exec.exp (main): Enable for target remote.
6354 * gdb.base/foll-fork.exp (main): Likewise.
6355 * gdb.base/foll-vfork.exp (main): Likewise.
6356 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
6357 (proc continue_to_exit_bp_loc): Use clean_restart.
6358 * gdb.base/pie-execl.exp (main): Disable for target remote.
6359 * gdb.base/watch-vfork.exp (main): Enable for target remote.
6360 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
6361 * gdb.threads/execl.exp (main): Likewise.
6362 * gdb.threads/fork-child-threads.exp (main): Likewise.
6363 * gdb.threads/fork-plus-threads.exp (main): Disable for target
6364 remote.
6365 * gdb.threads/fork-thread-pending.exp (main): Enable for target
6366 remote.
6367 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
6368 pid.tid style ptids, instead of just tid.
6369 * gdb.threads/thread-execl.exp (main): Enable for target remote.
6370 * gdb.threads/watchpoint-fork.exp (main): Likewise.
6371 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
6372 ptids, instead of just tid.
6373
6374 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6375
6376 * gdb.base/list.exp (test_list_forward): Add end of file error
6377 test.
6378 (test_repeat_list_command): Add end of file error test.
6379 (test_list_backwards): Add beginning of file error test.
6380
6381 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6382
6383 * gdb.base/list.exp (test_list_invalid_args): New function,
6384 defined, and called.
6385
6386 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6387
6388 * gdb.base/list.exp (test_list): Make test names unique.
6389
6390 2015-12-11 Yao Qi <yao.qi@linaro.org>
6391
6392 * gdb.base/coremaker2.c: Remove.
6393
6394 2015-12-10 Pedro Alves <palves@redhat.com>
6395
6396 * gdb.multi/base.exp: Remove stale "spaces" references.
6397
6398 2015-12-10 Pedro Alves <palves@redhat.com>
6399
6400 * gdb.multi/base.exp: Don't use nowarnings.
6401 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
6402 * gdb.multi/hangout.c: Include stdio.h.
6403 * gdb.multi/hello.c: Include stdlib.h.
6404 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
6405 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
6406 * gdb.multi/multi-arch.exp: Don't use nowarnings.
6407
6408 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
6409
6410 * gdb.dwarf2/dw2-ranges-base.c: New file.
6411 * gdb.dwarf2/dw2-ranges-base.exp: New file.
6412 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
6413 support additional line table, and debug ranges generation.
6414 (Dwarf::ranges): New function, generate .debug_ranges.
6415 (Dwarf::lines): Support generating simple line table programs.
6416 (Dwarf::assemble): Initialise new namespace variables.
6417
6418 2015-12-09 Kevin Buettner <kevinb@redhat.com>
6419
6420 * gdb.base/async.exp (proc test_background): Add case for
6421 asynchronous execution not supported.
6422
6423 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
6424
6425 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
6426 format and change test names to make them unique.
6427
6428 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
6429 Pedro Alves <pedro@redhat.com>
6430
6431 PR gdb/18702
6432 Add checking of floatformats setup on x86_64 hosts.
6433 * gdb.arch/i386-float.S (main): Load bigval and smallval.
6434 (smallval, bigval): New labels/constants.
6435 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
6436 float" after loading bigval and smallval.
6437
6438 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
6439
6440 * gdb.ada/fun_overload_menu.exp: New testcase.
6441 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
6442
6443 2015-12-04 Josh Stone <jistone@redhat.com>
6444
6445 * gdb.base/catch-fork-static.exp: New.
6446
6447 2015-12-03 Yao Qi <yao.qi@linaro.org>
6448
6449 * gdb.base/sizeof.c: Don't include stdio.h and
6450 ../lib/unbuffer_output.c.
6451 (main): New variable 'size' and 'value'. Remove printf and
6452 gdb_unbuffer_output. Assign return value to size and value.
6453 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
6454 at the beginning.
6455 (check_sizeof): Check the result by printing variable 'size'.
6456 (check_valueof): Check the result by printing variable 'value'.
6457
6458 2015-12-01 Yao Qi <yao.qi@linaro.org>
6459
6460 * gdb.base/disp-step-syscall.exp: Define syscall instruction
6461 for aarch64*-*-linux* target.
6462
6463 2015-11-30 Pedro Alves <palves@redhat.com>
6464
6465 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
6466
6467 2015-11-30 Pedro Alves <palves@redhat.com>
6468
6469 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
6470 Handle non-stop mode vCont replies.
6471
6472 2015-11-30 Pedro Alves <palves@redhat.com>
6473
6474 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
6475 prepare_for_testing. Start gdb with "set non-stop on" appended to
6476 GDBFLAGS. Lax expected stop output.
6477
6478 2015-11-27 Yao Qi <yao.qi@linaro.org>
6479
6480 * gdb.arch/arm-neon.exp: New.
6481 * gdb.arch/arm-neon.c: New.
6482
6483 2015-11-27 Yao Qi <yao.qi@linaro.org>
6484
6485 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
6486
6487 2015-11-27 Yao Qi <yao.qi@linaro.org>
6488
6489 * gdb.cp/annota2.exp: Allow multiple occurrences of the
6490 frames-invalid annotation.
6491
6492 2015-11-27 Yao Qi <yao.qi@linaro.org>
6493
6494 * gdb.cp/annota2.exp: Use ${frames_invalid}.
6495
6496 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
6497
6498 * gdb.threads/names.exp: New file.
6499 * gdb.threads/names.c: New file.
6500 * README: Mention gdb,no_thread_names.
6501
6502 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
6503
6504 PR 19297
6505 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
6506 support" error.
6507
6508 2015-11-24 Pedro Alves <palves@redhat.com>
6509
6510 PR 17539
6511 * gdb.base/display.exp: Expect displays to be sorted in ascending
6512 order. Use multi_line.
6513 * gdb.base/solib-display.exp: Likewise.
6514
6515 2015-11-24 Pedro Alves <palves@redhat.com>
6516
6517 PR 17539
6518 * gdb.base/display.exp: Expect displays to be sorted in ascending
6519 order. Use multi_line.
6520 * gdb.base/solib-display.exp: Likewise.
6521
6522 2015-11-24 Pedro Alves <palves@redhat.com>
6523
6524 PR 17539
6525 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
6526 threads in ascending order.
6527 * gdb.base/foll-fork.exp: Likewise.
6528 * gdb.base/foll-vfork.exp: Likewise.
6529 * gdb.base/multi-forks.exp: Likewise.
6530 * gdb.mi/mi-nonstop.exp: Likewise.
6531 * gdb.mi/mi-nsintrall.exp: Likewise.
6532 * gdb.multi/base.exp: Likewise.
6533 * gdb.multi/multi-arch.exp: Likewise.
6534 * gdb.python/py-inferior.exp: Likewise.
6535 * gdb.threads/break-while-running.exp: Likewise.
6536 * gdb.threads/execl.exp: Likewise.
6537 * gdb.threads/gcore-thread.exp: Likewise.
6538 * gdb.threads/info-threads-cur-sal.exp: Likewise.
6539 * gdb.threads/kill.exp: Likewise.
6540 * gdb.threads/linux-dp.exp: Likewise.
6541 * gdb.threads/multiple-step-overs.exp: Likewise.
6542 * gdb.threads/next-bp-other-thread.exp: Likewise.
6543 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
6544 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
6545 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
6546 * gdb.threads/thread-find.exp: Likewise.
6547 * gdb.threads/tls.exp: Likewise.
6548 * lib/mi-support.exp (mi_reverse_list): Delete.
6549 (mi_check_thread_states): No longer reverse list.
6550
6551 2015-11-24 Pedro Alves <palves@redhat.com>
6552
6553 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
6554 use lowercase.
6555
6556 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
6557
6558 * gdb.trace/actions.c: Include trace-common.h.
6559 (main): Add a location for a fast tracepoint.
6560 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
6561 the normal tracepoints.
6562 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
6563
6564 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
6565
6566 * save-trace.exp: Factor out code to these...
6567 (gdb_save_tracepoints): New.
6568 (gdb_load_tracepoints): New.
6569 (do_save_load_test): New.
6570
6571 2015-11-23 Kevin Buettner <kevinb@redhat.com>
6572
6573 * gdb.base/asmlabel.exp: New test.
6574 * gdb.base/asmlabel.c: New test case.
6575
6576 2015-11-23 Joel Brobecker <brobecker@adacore.com>
6577
6578 * gdb.base/wrong_frame_bt_full-main.c: New file.
6579 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
6580 * gdb.base/wrong_frame_bt_full.exp: New file.
6581
6582 2015-11-23 Joel Brobecker <brobecker@adacore.com>
6583
6584 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
6585
6586 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
6587
6588 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
6589 pstate register when comparing registers values in
6590 sparc64-*-linux-gnu targets to avoid spurious differences.
6591
6592 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
6593
6594 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
6595
6596 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
6597
6598 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
6599 as type argument to gdb_compile.
6600 * gdb.base/nested-subp2.exp: Likewise.
6601 * gdb.base/nested-subp3.exp: Likewise.
6602
6603 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
6604
6605 * lib/dwarf.exp (_note): Fix left shift of negative value.
6606 * gdb.trace/trace-condition.exp: Likewise.
6607
6608 2015-11-13 Yao Qi <yao.qi@linaro.org>
6609
6610 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
6611 comments about d10v.
6612 (test_scalar_returns): Likewise.
6613 * gdb.base/d10v.ld: Remove.
6614 * gdb.base/overlays.exp: Remove the target triplet checking for
6615 d10v-*-*.
6616 * gdb.base/structs.exp (test_struct_returns): Remove the
6617 comments about d10v.
6618 (test_struct_calls): Likewise.
6619
6620 2015-11-13 Yao Qi <yao.qi@linaro.org>
6621
6622 * gdb.base/gnu_vector.exp: Check the return value by "p res".
6623 * gdb.base/gnu_vector.c: Don't include stdio.h.
6624 (main): Don't print res and call add_some_intvecs.
6625
6626 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
6627
6628 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
6629 macro.
6630 (func5): Removed.
6631 (func4): Use FAST_TRACEPOINT_LABEL.
6632 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
6633 macro.
6634 (func): Removed.
6635 (thread_function): Use FAST_TRACEPOINT_LABEL.
6636 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
6637 (func): Remove.
6638 (marker): Use FAST_TRACEPOINT_LABEL.
6639 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
6640 (pendfunc1): Remove.
6641 (pendfunc): Use FAST_TRACEPOINT_LABEL.
6642 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
6643 (foo): Remove.
6644 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
6645 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
6646 macro.
6647 (func): Remove.
6648 (marker): Use FAST_TRACEPOINT_LABEL.
6649 * gdb.trace/trace-common.h: New header.
6650 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
6651 macro.
6652 (func): Remove.
6653 (marker): Use FAST_TRACEPOINT_LABEL.
6654 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
6655 (func): Remove.
6656 (thread_function): Use FAST_TRACEPOINT_LABEL.
6657
6658 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
6659
6660 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
6661 in front.
6662 * gdb.trace/change-loc.exp: Use global pcreg definition.
6663 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
6664 * gdb.trace/entry-values.exp: Use global spreg definition, add $
6665 in front.
6666 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
6667 * gdb.trace/pending.exp: Likewise.
6668 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
6669 * gdb.trace/trace-break.exp: Likewise.
6670 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
6671 in front.
6672 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
6673 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
6674 in front.
6675 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
6676
6677 2015-11-09 Joel Brobecker <brobecker@adacore.com>
6678
6679 * gdb.ada/fin_fun_out: New testcase.
6680
6681 2015-11-07 Kevin Buettner <kevinb@redhat.com>
6682
6683 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
6684 value associated with DW_AT_byte_size.
6685 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
6686 constants for DW_AT_byte_size, DW_AT_lower_bound, and
6687 DW_AT_upper_bound.
6688
6689 2015-11-07 Kevin Buettner <kevinb@redhat.com>
6690
6691 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
6692 (gdb_target_symbol_prefix_flags): Define in terms of _asm
6693 version.
6694 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
6695 gdb.dwarf2/dw2-canonicalize-type.exp,
6696 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
6697 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
6698 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
6699 provided by gdb_target_symbol_prefix_flags_asm.
6700 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
6701 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
6702 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
6703 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
6704 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
6705 macros where needed). Use this macro for symbols which require
6706 the prefix provided by SYMBOL_PREFIX.
6707
6708 2015-11-05 Kevin Buettner <kevinb@redhat.com>
6709
6710 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
6711 New procs.
6712 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
6713 representing expressions, of more than one list element.
6714 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
6715 to prepend linker symbol prefix to f.
6716 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
6717 table_1 and table_2.
6718 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
6719 Likewise, for f and g.
6720 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
6721 for ptr.
6722 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
6723 for main.
6724 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
6725 table_1_ptr and table_2_ptr.
6726
6727 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6728 Joel Brobecker <brobecker@adacore.com>
6729
6730 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
6731
6732 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
6733
6734 * gdb.reverse/s390-mvcle.c: New test.
6735 * gdb.reverse/s390-mvcle.exp: New file.
6736 * lib/gdb.exp: Enable reverse tests on s390*-linux.
6737
6738 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
6739
6740 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
6741
6742 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
6743
6744 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
6745 reaching marker2.
6746 * gdb.reverse/getresuid-reverse.exp: Likewise.
6747 * gdb.reverse/pipe-reverse.exp: Likewise.
6748 * gdb.reverse/readv-reverse.exp: Likewise.
6749 * gdb.reverse/recvmsg-reverse.exp: Likewise.
6750 * gdb.reverse/time-reverse.exp: Likewise.
6751 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
6752
6753 2015-10-30 Yao Qi <yao.qi@linaro.org>
6754
6755 * gdb.threads/wp-replication.c (watch_count_done): Remove.
6756 (empty_cycle): Remove.
6757 (main): Don't call empty_cycle. Don't use watch_count_done.
6758 * gdb.threads/wp-replication.exp: Don't set breakpoint on
6759 empty_cycle. Rewrite the code counting HW watchpoints.
6760
6761 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
6762
6763 * gdb.reverse/fstatat-reverse.c: New test.
6764 * gdb.reverse/fstatat-reverse.exp: New file.
6765 * gdb.reverse/getresuid-reverse.c: New test.
6766 * gdb.reverse/getresuid-reverse.exp: New file.
6767 * gdb.reverse/pipe-reverse.c: New test.
6768 * gdb.reverse/pipe-reverse.exp: New file.
6769 * gdb.reverse/readv-reverse.c: New test.
6770 * gdb.reverse/readv-reverse.exp: New file.
6771 * gdb.reverse/recvmsg-reverse.c: New test.
6772 * gdb.reverse/recvmsg-reverse.exp: New file.
6773 * gdb.reverse/time-reverse.c: New test.
6774 * gdb.reverse/time-reverse.exp: New file.
6775 * gdb.reverse/waitpid-reverse.c: New test.
6776 * gdb.reverse/waitpid-reverse.exp: New file.
6777
6778 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6779
6780 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
6781
6782 2015-10-26 Doug Evans <dje@google.com>
6783
6784 PR symtab/17391
6785 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
6786 * gdb.dwarf2/bad-regnum.c: New file.
6787 * gdb.dwarf2/bad-regnum.exp: New file.
6788
6789 2015-10-26 Doug Evans <dje@google.com>
6790
6791 PR python/18938
6792 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
6793 file.
6794
6795 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6796
6797 * gdb.compile/compile.exp (compile code globalvar): Update expectation
6798 for a change by "Mention language in compile error message".
6799
6800 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
6801
6802 PR python/18073
6803 * gdb.python/py-type.c (C::a_method): New.
6804 (C::a_const_method): New.
6805 (C::a_static_method): New.
6806 (a_function): New.
6807 * gdb.python/py-type.exp (test_fields): Test getting fields
6808 from function and method.
6809
6810 2015-10-21 Keven Boell <keven.boell@intel.com>
6811
6812 * gdb.fortran/vla-alloc-assoc.exp: New file.
6813 * gdb.fortran/vla-datatypes.exp: New file.
6814 * gdb.fortran/vla-datatypes.f90: New file.
6815 * gdb.fortran/vla-history.exp: New file.
6816 * gdb.fortran/vla-ptype-sub.exp: New file.
6817 * gdb.fortran/vla-ptype.exp: New file.
6818 * gdb.fortran/vla-sizeof.exp: New file.
6819 * gdb.fortran/vla-sub.f90: New file.
6820 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
6821 * gdb.fortran/vla-value-sub-finish.exp: New file.
6822 * gdb.fortran/vla-value-sub.exp: New file.
6823 * gdb.fortran/vla-value.exp: New file.
6824 * gdb.fortran/vla-ptr-info.exp: New file.
6825 * gdb.mi/mi-vla-fortran.exp: New file.
6826 * gdb.mi/vla.f90: New file.
6827
6828 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
6829
6830 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
6831 of hardwired timeout value.
6832
6833 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6834 Pedro Alves <palves@redhat.com>
6835
6836 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
6837 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
6838
6839 2015-10-19 Josh Stone <jistone@redhat.com>
6840
6841 * gdb.base/catch-syscall.c: Include <sched.h>.
6842 (unknown_syscall): New variable.
6843 (main): Trigger a vfork and an unknown syscall.
6844 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
6845 (unknown_syscall_number): Likewise.
6846 (check_call_to_syscall): Accept an optional syscall pattern.
6847 (check_return_from_syscall): Likewise.
6848 (check_continue): Likewise.
6849 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
6850 (test_catch_syscall_skipping_return): New test toggling off 'catch
6851 syscall' to step over the syscall return, then toggling back on.
6852 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
6853 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
6854 (do_syscall_tests): Call test_catch_syscall_without_args and
6855 test_catch_syscall_mid_vfork.
6856 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
6857 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
6858
6859 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
6860
6861 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
6862 print g_vE): Add new pass patterns.
6863 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
6864 print various symbol names for vptr fields.
6865
6866 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
6867
6868 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
6869 results.
6870
6871 2015-10-12 Yao Qi <yao.qi@linaro.org>
6872
6873 * gdb.arch/disp-step-insn-reloc.exp: New test case.
6874
6875 2015-10-12 Yao Qi <yao.qi@linaro.org>
6876
6877 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
6878 is aarch64*-*-linux*.
6879
6880 2015-10-12 Yao Qi <yao.qi@linaro.org>
6881
6882 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
6883 (can_relocate_bcond_true): ... it.
6884 (can_relocate_bcond_false): New function.
6885 (foo): Likewise.
6886 (can_relocate_bl): Likewise.
6887 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
6888 can_relocate_bl.
6889
6890 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
6891
6892 * gdb.base/nested-addr.c: New file.
6893 * gdb.base/nested-addr.exp: New testcase.
6894
6895 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
6896
6897 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
6898 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
6899 its output. Ignore the output of "record goto begin" and instead
6900 check that GDB is replaying.
6901
6902 2015-10-09 Pedro Alves <palves@redhat.com>
6903
6904 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
6905 (top level): Use it in the run with no args test.
6906
6907 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
6908
6909 * gdb.dlang/properties.exp: New file.
6910
6911 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
6912
6913 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
6914 whether or not address 0x1000 is mapped on the target.
6915
6916 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
6917
6918 * gdb.python/py-type.exp: Do not run tests if binaries fail to
6919 build.
6920
6921 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
6922
6923 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
6924 instruction-history test.
6925
6926 2015-09-28 Doug Evans <dje@google.com>
6927
6928 * gdb.base/gcore.c (array_func): Add reference to static_array.
6929
6930 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
6931
6932 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
6933 source line.
6934
6935 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
6936
6937 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
6938 short or char as base type.
6939
6940 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
6941
6942 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
6943 to allow any size enum.
6944
6945 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
6946
6947 * gdb.ada/array_ptr_renaming.exp: New testcase.
6948 * gdb.ada/array_ptr_renaming/foo.adb: New file.
6949 * gdb.ada/array_ptr_renaming/pack.ads: New file.
6950
6951 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
6952
6953 * gdb.trace/ftrace-lock.c: New file.
6954 * gdb.trace/ftrace-lock.exp: New file.
6955
6956 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
6957
6958 * gdb.arch/insn-reloc.c: New file.
6959 * gdb.arch/ftrace-insn-reloc.exp: New file.
6960
6961 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
6962
6963 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
6964 instruction.
6965 * gdb.trace/pendshr1.c (pendfunc): Likewise.
6966 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
6967 * gdb.trace/range-stepping.c: Likewise.
6968 * gdb.trace/trace-break.c: Likewise.
6969 * gdb.trace/trace-mt.c (thread_function): Likewise.
6970 * gdb.trace/ftrace.c (marker): Likewise.
6971 * gdb.trace/trace-condition.c (marker): Likewise.
6972 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
6973 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
6974 is_aarch64_target.
6975
6976 2015-09-18 Doug Evans <xdje42@gmail.com>
6977
6978 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
6979 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
6980
6981 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6982
6983 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
6984 the breakpoint.
6985
6986 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6987
6988 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
6989 the pending breakpoint. Remove timeout override for "Run till
6990 MI pending breakpoint on pendfunc3 on thread 2" test.
6991
6992 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6993
6994 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
6995 filename pattern.
6996
6997 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6998
6999 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
7000 in breakpoint filename pattern.
7001
7002 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7003
7004 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
7005
7006 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7007
7008 * gdb.linespec/explicit.exp: Check for readline support for
7009 tab-completion tests. Fix obvious typo.
7010
7011 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7012
7013 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
7014 and replay.
7015
7016 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7017
7018 * gdb.btrace/non-stop.c: New.
7019 * gdb.btrace/non-stop.exp: New.
7020
7021 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
7022 Yao Qi <yao.qi@linaro.org>
7023
7024 * gdb.trace/trace-condition.c: New file.
7025 * gdb.trace/trace-condition.exp: New file.
7026
7027 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
7028
7029 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
7030 for testing bytecode compilation.
7031
7032 2015-09-16 Pedro Alves <palves@redhat.com>
7033 Sandra Loosemore <sandra@codesourcery.com>
7034
7035 * gdb.threads/non-stop-fair-events.c (timeout): New global.
7036 (SECONDS): Redefine.
7037 (main): Call pthread_kill and alarm early.
7038 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
7039 support.
7040 (test): If the target can't hardware step and doesn't support
7041 displaced stepping, increase the timeout.
7042
7043 2015-09-16 Pedro Alves <palves@redhat.com>
7044
7045 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
7046 (enable_debug): New procedures.
7047 (test): Use them. Bail out if waiting for threads fails.
7048 (top level): Bail out if a test fails.
7049
7050 2015-09-16 Yao Qi <yao.qi@linaro.org>
7051
7052 * gdb.asm/asm-source.exp: Set asm-arch for
7053 aarch64*-*-* target.
7054 * gdb.asm/aarch64.inc: New file.
7055
7056 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
7057
7058 * gdb.ada/array_of_variable_length.exp: New testcase.
7059 * gdb.ada/array_of_variable_length/foo.adb: New file.
7060 * gdb.ada/array_of_variable_length/pck.adb: New file.
7061 * gdb.ada/array_of_variable_length/pck.ads: New file.
7062
7063 2015-09-15 Doug Evans <dje@google.com>
7064
7065 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
7066 of function static local variable.
7067
7068 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7069
7070 * gdb.threads/tls-so_extern.exp: New test file.
7071 * gdb.threads/tls-so_extern.c: New test file.
7072 * gdb.threads/tls-so_extern_main.c: New test file.
7073
7074 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7075
7076 * gdb.opt/solib-intra-step-lib.c: New file.
7077 * gdb.opt/solib-intra-step-main.c: New file.
7078 * gdb.opt/solib-intra-step.exp: New file.
7079
7080 2015-09-15 Pedro Alves <palves@redhat.com>
7081
7082 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
7083 gdb_continue_to_breakpoint instead of gdb_test_multiple.
7084
7085 2015-09-14 Pedro Alves <palves@redhat.com>
7086
7087 * gdb.base/hook-stop-continue.c: Delete.
7088 * gdb.base/hook-stop-continue.exp: Delete.
7089 * gdb.base/hook-stop-frame.c: Delete.
7090 * gdb.base/hook-stop-frame.exp: Delete.
7091 * gdb.base/hook-stop.c: New file.
7092 * gdb.base/hook-stop.exp: New file.
7093
7094 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
7095
7096 * gdb.ada/access_to_packed_array.exp: New testcase.
7097 * gdb.ada/access_to_packed_array/foo.adb: New file.
7098 * gdb.ada/access_to_packed_array/pack.adb: New file.
7099 * gdb.ada/access_to_packed_array/pack.ads: New file.
7100
7101 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
7102
7103 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
7104 buffer size test.
7105
7106 2015-09-11 Don Breazeal <donb@codesourcery.com>
7107
7108 * gdb.base/foll-exec.c: Add copyright header. Fix
7109 formatting issues.
7110 * gdb.base/foll-exec.exp (zap_session): Delete proc.
7111 (do_exec_tests): Use clean_restart in place of zap_session,
7112 and for test initialization. Fix formatting issues. Use
7113 fail in place of perror.
7114 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
7115 an expect statement to match an expression with output from
7116 the program under debug.
7117 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
7118 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
7119 * gdb.threads/non-ldr-exc-2.exp: Likewise.
7120 * gdb.threads/non-ldr-exc-3.exp: Likewise.
7121 * gdb.threads/non-ldr-exc-4.exp: Likewise.
7122
7123 2015-09-09 Doug Evans <dje@google.com>
7124
7125 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
7126
7127 2015-09-09 Doug Evans <dje@google.com>
7128
7129 * gdb.base/pie-execl.exp: Fix result test of build_executable.
7130
7131 2015-09-09 Doug Evans <dje@google.com>
7132
7133 * gdb.base/savedregs.exp: Fix typo.
7134
7135 2015-09-09 Pedro Alves <palves@redhat.com>
7136
7137 * gdb.mi/mi-cli.exp: Add CLI finish tests.
7138
7139 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
7140
7141 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
7142 command actually switches threads. Give up on remaining
7143 tests if target fails to stop at breakpoint.
7144
7145 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
7146
7147 * gdb.ada/funcall_char.exp: New testcase.
7148 * gdb.ada/funcall_char/foo.adb: New file.
7149
7150 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
7151
7152 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
7153 expected outputs. Add two testcases for completing ambiguous
7154 functions.
7155 * gdb.ada/complete/aux_pck.adb: New file.
7156 * gdb.ada/complete/aux_pck.ads: New file.
7157 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
7158 Ambiguous_Func functions.
7159 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
7160 * gdb.ada/complete/pck.adb: Likewise.
7161
7162 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
7163
7164 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
7165 failures to run the test program under GDB.
7166
7167 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
7168
7169 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
7170 to C.
7171
7172 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
7173
7174 * gdb.base/run-after-attach.exp: New test file.
7175 * gdb.base/run-after-attach.c: New test file.
7176
7177 2015-08-26 Don Breazeal <donb@codesourcery.com>
7178
7179 * gdb.base/foll-exec-2.c: New test program.
7180 * gdb.base/foll-exec-2.exp: New test.
7181
7182 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
7183
7184 * gdb.base/nested-subp1.exp: New file.
7185 * gdb.base/nested-subp1.c: New file.
7186 * gdb.base/nested-subp2.exp: New file.
7187 * gdb.base/nested-subp2.c: New file.
7188 * gdb.base/nested-subp3.exp: New file.
7189 * gdb.base/nested-subp3.c: New file.
7190
7191 2015-08-24 Pedro Alves <palves@redhat.com>
7192
7193 * gdb.server/connect-without-multi-process.c: New file.
7194 * gdb.server/connect-without-multi-process.exp: New file.
7195
7196 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
7197
7198 * gdb.opt/inline-markers.c: Make z int.
7199
7200 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
7201
7202 * gdb.opt/inline-markers.c: Make z volatile.
7203
7204 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
7205
7206 * gdb.opt/inline-bt.c: New volatile global z.
7207 * gdb.opt/inline-cmds.c: Likewise.
7208 * gdb.opt/inline-locals.c: Likewise.
7209 * gdb.opt/inline-markers.c: New extern global z.
7210 (marker): Use z.
7211 (inline_fn): Likewise.
7212
7213 2015-08-24 Pedro Alves <palves@redhat.com>
7214
7215 * config/m32r-stub.exp: Remove file.
7216 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
7217 * gdb.base/call-rt-st.exp: Likewise.
7218 * gdb.base/call-strs.exp: Likewise.
7219 * gdb.base/default.exp: Remove references to h8300-*-hms and
7220 *-*-udi*.
7221 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
7222
7223 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7224
7225 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
7226 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
7227 and "return" use KFAIL when GDB can not read/write the vector
7228 return value.
7229
7230 2015-08-21 Gary Benson <gbenson@redhat.com>
7231
7232 * gdb.trace/pending.exp: Cope with remote transfer warnings.
7233
7234 2015-08-20 Pedro Alves <palves@redhat.com>
7235
7236 * gdb.server/solib-list.exp: No longer expect an interior stop in
7237 non-stop mode.
7238
7239 2015-08-20 Pedro Alves <palves@redhat.com>
7240
7241 * gdb.server/connect-stopped-target.c: New file.
7242 * gdb.server/connect-stopped-target.exp: New file.
7243
7244 2015-08-20 Pedro Alves <palves@redhat.com>
7245
7246 * gdb.dwarf2/comp-unit-lang.exp: New file.
7247 * gdb.dwarf2/comp-unit-lang.c: New file.
7248
7249 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
7250
7251 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
7252 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
7253
7254 2015-08-19 Kevin Buettner <kevinb@redhat.com>
7255
7256 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
7257 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
7258
7259 2015-08-18 Doug Evans <dje@google.com>
7260 Adrian Sendroiu <adrian.sendroiu@freescale.com>
7261
7262 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
7263 skip_python_tests. New arg prompt_regexp.
7264 (skip_python_tests): New function.
7265 * lib/mi-support.exp (mi_skip_python_tests): New function.
7266 * gdb.python/py-mi-objfile-gdb.py: New file.
7267 * gdb.python/py-mi-objfile.c: New file.
7268 * gdb.python/py-mi-objfile.exp: New file.
7269
7270 2015-08-17 Keith Seitz <keiths@redhat.com>
7271
7272 * gdb.linespec/explicit.exp: Move strace test from here ...
7273 * gdb.trace/strace.exp: ... to here.
7274
7275 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
7276
7277 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
7278 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
7279
7280 2015-08-14 Doug Evans <xdje42@gmail.com>
7281
7282 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
7283 inferior before selecting a new file.
7284
7285 2015-08-14 Doug Evans <xdje42@gmail.com>
7286
7287 * gdb.mi/mi-disassemble.exp: Update.
7288 * gdb.base/disasm-optim.S: New file.
7289 * gdb.base/disasm-optim.c: New file.
7290 * gdb.base/disasm-optim.h: New file.
7291 * gdb.base/disasm-optim.exp: New file.
7292
7293 2015-08-14 Keith Seitz <keiths@redhat.com>
7294
7295 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
7296 "evaluated-by".
7297
7298 2015-08-13 Joel Brobecker <brobecker@adacore.com>
7299
7300 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
7301
7302 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
7303
7304 * gdb.ada/fun_renaming.exp: New testcase.
7305 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
7306 * gdb.ada/fun_renaming/pack.adb: New file.
7307 * gdb.ada/fun_renaming/pack.ads: New file.
7308
7309 2015-08-12 Keith Seitz <keiths@redhat.com>
7310
7311 * gdb.base/dso2dso.exp: Pass basename of source file in call to
7312 gdb_get_line_number.
7313
7314 2015-08-12 Joel Brobecker <brobecker@adacore.com>
7315
7316 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
7317 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
7318 gdb.base/dso2dso.exp: New files.
7319
7320 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
7321 Pedro Alves <palves@redhat.com>
7322 Keith Seitz <keiths@redhat.com>
7323
7324 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
7325 GDBFLAGS.
7326
7327 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
7328
7329 * gdb.base/gdbhistsize-history.exp
7330 (test_histsize_history_setting): Use save_vars.
7331 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7332 Use save_vars.
7333 (test_no_truncation_of_unlimited_history_file): Use save_vars.
7334 * gdb.base/readline.exp: Use save_vars.
7335
7336 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
7337
7338 * lib/gdb.exp (save_vars): New proc.
7339
7340 2015-08-11 Keith Seitz <keiths@redhat.com>
7341
7342 * gdb.base/help.exp: Update help_breakpoint_text.
7343
7344 2015-08-11 Keith Seitz <keiths@redhat.com>
7345
7346 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
7347 (at toplevel): Call test_explicit_breakpoints.
7348 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
7349 breakpoints.
7350 * lib/mi-support.exp (mi_make_breakpoint): Add support for
7351 breakpoint conditions, "-cond".
7352
7353 2015-08-11 Keith Seitz <keiths@redhat.com>
7354
7355 * gdb.linespec/3explicit.c: New file.
7356 * gdb.linespec/cpexplicit.cc: New file.
7357 * gdb.linespec/cpexplicit.exp: New file.
7358 * gdb.linespec/explicit.c: New file.
7359 * gdb.linespec/explicit.exp: New file.
7360 * gdb.linespec/explicit2.c: New file.
7361 * gdb.linespec/ls-errs.exp: Add explicit location tests.
7362 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
7363 before using in the matching pattern.
7364 Clarify that `prefix' is a regular expression.
7365
7366 2015-08-11 Keith Seitz <keiths@redhat.com>
7367
7368 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
7369 test.
7370 Add tests for missing ",FMT" and ",".
7371
7372 2015-08-10 Doug Evans <dje@google.com>
7373 Keith Seitz <keiths@redhat.com>
7374
7375 PR gdb/17960
7376 * gdb.base/completion.exp: Add location completer tests.
7377
7378 2015-08-07 Pedro Alves <palves@redhat.com>
7379
7380 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
7381 tests here.
7382 (top level): Run do_test with and without displaced stepping.
7383
7384 2015-08-07 Pedro Alves <palves@redhat.com>
7385
7386 * gdb.base/valgrind-disp-step.c: New file.
7387 * gdb.base/valgrind-disp-step.exp: New file.
7388
7389 2015-08-07 Pedro Alves <palves@redhat.com>
7390
7391 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
7392 Delete function.
7393 (main): Add alarm. Run an infinite loop instead of calling
7394 wait_threads.
7395 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
7396 comment.
7397 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
7398 Delete function.
7399 (main): Add alarm. Run an infinite loop instead of calling
7400 wait_threads.
7401 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
7402 comment.
7403
7404 2015-08-07 Pedro Alves <palves@redhat.com>
7405
7406 * gdb.base/checkpoint-ns.exp: New file.
7407 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
7408 standard_testfile.
7409
7410 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
7411
7412 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
7413 * gdb.btrace/instruction_history.exp: Update.
7414 * gdb.btrace/tsx.exp: New.
7415 * gdb.btrace/tsx.c: New.
7416
7417 2015-08-06 Pedro Alves <palves@redhat.com>
7418
7419 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
7420 increase timeout.
7421 * gdb.reverse/until-precsave.exp: Bump timeouts.
7422
7423 2015-08-06 Pedro Alves <palves@redhat.com>
7424
7425 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
7426
7427 2015-08-06 Pedro Alves <palves@redhat.com>
7428
7429 PR gdb/18749
7430 * gdb.threads/process-dies-while-handling-bp.c: New file.
7431 * gdb.threads/process-dies-while-handling-bp.exp: New file.
7432
7433 2015-08-06 Pedro Alves <palves@redhat.com>
7434
7435 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
7436 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
7437
7438 2015-08-05 Pedro Alves <palves@redhat.com>
7439
7440 * gdb.threads/next-while-other-thread-longjmps.c: New file.
7441 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
7442
7443 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
7444
7445 * gdb.base/bp-permanent.exp: Report test as unsupported if
7446 the target cannot stop at the permanent breakpoint.
7447
7448 2015-08-03 Doug Evans <dje@google.com>
7449
7450 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
7451 10000.
7452
7453 2015-08-03 Doug Evans <dje@google.com>
7454
7455 * Makefile.in (workers/%.worker, build-perf): New rule.
7456 (GDB_PERFTEST_MODE): New variable.
7457 (check-perf): Use it.
7458 (clean): Clean up gdb.perf parallel build subdirs.
7459 * lib/build-piece.exp: New file.
7460 * lib/gdb.exp (make_gdb_parallel_path): New function
7461 (standard_output_file, standard_temp_file): Call it.
7462 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
7463 of $GDB_PARALLEL.
7464 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
7465
7466 2015-08-03 Doug Evans <dje@google.com>
7467
7468 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
7469 (LOG_FILE_NAME): New global.
7470 (TextReporter.__init__): Initialize self.txt_sum.
7471 (TextReporter.report): Add support for multiple data-points.
7472 Move report to perftest.sum, put raw data in perftest.log.
7473 (TextReporter.start): Open sum and log files.
7474 (TextReporter.end): Close sum and log files.
7475 * gdb.perf/lib/perftest/testresult.py
7476 (SingleStatisticTestResult.record): Handle multiple data-points.
7477
7478 2015-07-31 Pedro Alves <palves@redhat.com>
7479
7480 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
7481 Use spawn_id_get_pid. Wait for spawn id after eof. Use
7482 kill_wait_spawned_process instead of explicit "kill -9".
7483 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
7484 returning a spawn id instead of a pid. Use spawn_id_get_pid and
7485 kill_wait_spawned_process.
7486 * gdb.base/attach-twice.exp: Likewise.
7487 * gdb.base/attach.exp: Likewise.
7488 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
7489 gdb_test_multiple.
7490 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
7491 returning a spawn id instead of a pid. Use spawn_id_get_pid and
7492 kill_wait_spawned_process.
7493 * gdb.base/valgrind-infcall.exp: Likewise.
7494 * gdb.multi/multi-attach.exp: Likewise.
7495 * gdb.python/py-prompt.exp: Likewise.
7496 * gdb.python/py-sync-interp.exp: Likewise.
7497 * gdb.server/ext-attach.exp: Likewise.
7498 * gdb.threads/attach-into-signal.exp (corefunc): Use
7499 spawn_wait_for_attach, spawn_id_get_pid and
7500 kill_wait_spawned_process.
7501 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
7502 spawn_wait_for_attach returning a spawn id instead of a pid. Use
7503 spawn_id_get_pid and kill_wait_spawned_process.
7504 * gdb.threads/attach-stopped.exp (corefunc): Use
7505 spawn_wait_for_attach, spawn_id_get_pid and
7506 kill_wait_spawned_process.
7507 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
7508 Use spawn_id_get_pid. Wait for spawn id after eof. Use
7509 kill_wait_spawned_process instead of explicit "kill -9".
7510 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
7511 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
7512 (spawn_wait_for_attach): Use spawn instead of exec to spawn
7513 processes. Don't map cygwin/windows pids here. Now returns a
7514 spawn id list.
7515
7516 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
7517
7518 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
7519 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
7520 correct patch.
7521
7522 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
7523
7524 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
7525
7526 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
7527
7528 Reapply:
7529 2014-05-21 Mark Wielaard <mjw@redhat.com>
7530
7531 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
7532
7533 2015-07-30 Pedro Alves <palves@redhat.com>
7534
7535 * linux-low.c (handle_extended_wait): Set the child's last
7536 reported status to TARGET_WAITKIND_STOPPED.
7537
7538 2015-07-30 Pedro Alves <palves@redhat.com>
7539
7540 PR threads/18600
7541 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
7542 only shows inferior 1.
7543
7544 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
7545 Pedro Alves <palves@redhat.com>
7546
7547 PR threads/18600
7548 * gdb.threads/fork-plus-threads.c: New file.
7549 * gdb.threads/fork-plus-threads.exp: New file.
7550
7551 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7552
7553 * gdb.base/batch-preserve-term-settings.exp
7554 (test_terminal_settings_preserved_after_cli_exit): Use
7555 send_quit_command.
7556
7557 2015-07-29 Pedro Alves <palves@redhat.com>
7558 Don Breazeal <donb@codesourcery.com>
7559
7560 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
7561 output from both inferior_spawn_id and gdb_spawn_id.
7562
7563 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
7564
7565 * gdb.threads/attach-into-signal.exp (corefunc): Use
7566 with_test_prefix on nested loops, uniquefying the test messages.
7567
7568 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
7569
7570 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
7571 commit.
7572
7573 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7574
7575 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
7576 New proc.
7577 (test_terminal_settings_preserved_after_sigterm): New test.
7578
7579 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7580
7581 * gdb.base/batch-preserve-term-settings.exp
7582 (test_terminal_settings_preserved_after_cli_exit): New test.
7583
7584 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7585
7586 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
7587 manipulation of saved_gdbflags.
7588 (test_terminal_settings_preserved): Remove global declaration of
7589 the unused variable pagination_prompt. Remove manipulation of
7590 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
7591 GDBFLAGS.
7592
7593 2015-07-29 Pedro Alves <palves@redhat.com>
7594
7595 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
7596
7597 2015-07-29 Pedro Alves <palves@redhat.com>
7598
7599 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
7600 at the top.
7601
7602 2015-07-29 Pedro Alves <palves@redhat.com>
7603
7604 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
7605 (main): Call gdb_unbuffer_output.
7606 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
7607 (main): Call gdb_unbuffer_output.
7608 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
7609 (main): Call gdb_unbuffer_output.
7610 * gdb.base/call-strs.exp: Adjust to step over the
7611 gdb_unbuffer_output call.
7612 * gdb.base/catch-gdb-caused-signals.c: Include
7613 "../lib/unbuffer_output.c".
7614 (main): Call gdb_unbuffer_output.
7615 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
7616 (main): Call gdb_unbuffer_output.
7617 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
7618 (main): Call gdb_unbuffer_output.
7619 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
7620 (main): Call gdb_unbuffer_output.
7621 * gdb.base/shlib-call.exp: Adjust to step over the
7622 gdb_unbuffer_output call.
7623 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
7624 (main): Call gdb_unbuffer_output.
7625 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
7626 (main): Call gdb_unbuffer_output.
7627 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
7628 (main): Rename to ...
7629 (test): ... this.
7630 (main): Reimplement.
7631 * gdb.base/varargs.exp: Run to test instead of to main.
7632 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
7633 (main): Call gdb_unbuffer_output.
7634
7635 2015-07-29 Pedro Alves <palves@redhat.com>
7636
7637 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
7638 factore out from mi_continue_dprintf. For call-style dprintfs,
7639 expect dprintf output out of $inferior_spawn_id.
7640 (mi_continue_dprintf): Use mi_expect_dprintf.
7641 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
7642 (main): Call gdb_unbuffer_output.
7643
7644 2015-07-29 Pedro Alves <palves@redhat.com>
7645
7646 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
7647 (default_mi_gdb_start): Set inferior_spawn_id instead of
7648 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
7649 gdb_spawn_id.
7650 (mi_gdb_test): Always expect inferior output from both
7651 $inferior_spawn_id and $gdb_spawn_id.
7652
7653 2015-07-29 Pedro Alves <palves@redhat.com>
7654
7655 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
7656 send_inferior and $inferior_spawn_id.
7657
7658 2015-07-29 Pedro Alves <palves@redhat.com>
7659
7660 * gdb.gdb/complaints.exp (test_initial_complaints)
7661 (test_serial_complaints, test_short_complaints): Use
7662 gdb_test_stdio.
7663 (test_empty_complaint): Handle $inferior_spawn_id !=
7664 $gdb_spawn_id.
7665
7666 2015-07-29 Pedro Alves <palves@redhat.com>
7667
7668 * gdb.base/varargs.exp: Use gdb_test_stdio.
7669
7670 2015-07-29 Pedro Alves <palves@redhat.com>
7671
7672 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
7673
7674 2015-07-29 Pedro Alves <palves@redhat.com>
7675
7676 * gdb.base/ending-run.exp: Use gdb_test_stdio.
7677
7678 2015-07-29 Pedro Alves <palves@redhat.com>
7679
7680 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
7681 parameter into two new parameters, "inf_result" and "gdb_result".
7682 Expect inferior output and gdb output from $inferior_spawn_id and
7683 $gdb_spawn_id, respectively. Adjust all callers.
7684
7685 2015-07-29 Pedro Alves <palves@redhat.com>
7686
7687 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
7688 of gdb_test_sequence.
7689
7690 2015-07-29 Pedro Alves <palves@redhat.com>
7691
7692 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
7693 (saw_spurious_output): Expect inferior output from
7694 $inferior_spawn_id. Use gdb_test_stdio.
7695
7696 2015-07-29 Pedro Alves <palves@redhat.com>
7697
7698 * gdb.base/dprintf.exp: Use standard_testfile. Change
7699 prepare_for_testing call.
7700 (srcfile): Don't set.
7701 (restart): New procedure.
7702 (test_dprintf): New procecure, use to continue over dprintfs.
7703 (test_call, test_agent): New procedures, tests moved here.
7704 Restart gdb and recreate dprintfs. Adjust expected output.
7705
7706 2015-07-29 Pedro Alves <palves@redhat.com>
7707
7708 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
7709
7710 2015-07-29 Pedro Alves <palves@redhat.com>
7711
7712 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
7713
7714 2015-07-29 Pedro Alves <palves@redhat.com>
7715
7716 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
7717 gdb_test_stdio.
7718
7719 2015-07-29 Pedro Alves <palves@redhat.com>
7720
7721 * lib/gdb.exp (gdb_test_stdio): New procedure.
7722
7723 2015-07-29 Pedro Alves <palves@redhat.com>
7724
7725 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
7726
7727 2015-07-29 Pedro Alves <palves@redhat.com>
7728
7729 * gdb.base/call-signal-resume.exp: Remove check for
7730 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
7731 * gdb.base/unwindonsignal.exp: Likewise.
7732 * gdb.base/call-signals.c (gen_signal): Remove printf call.
7733 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
7734
7735 2015-07-29 Pedro Alves <palves@redhat.com>
7736
7737 * gdb.base/siginfo-addr.c (pass): New function.
7738 (handler): Call it iff si_addr is correct.
7739 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
7740 Set a breakpoint at "pass" and continue to it.
7741
7742 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
7743
7744 * gdb.python/py-objfile.exp: Make some tests have unique names.
7745 * gdb.python/py-pp-registration.exp: Likewise.
7746
7747 2015-07-28 Pedro Alves <palves@redhat.com>
7748
7749 * gdb.server/server-exec-info.exp: Issue a "disconnect".
7750
7751 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
7752
7753 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
7754
7755 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
7756
7757 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
7758
7759 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
7760
7761 * gdb.base/gdb-sigterm-2.exp: New test.
7762
7763 2015-07-25 Doug Evans <xdje42@gmail.com>
7764
7765 Revert:
7766 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
7767 (workers/%.worker, build-perf): New rule.
7768 (GDB_PERFTEST_MODE): New variable.
7769 (check-perf): Use it.
7770 (clean): Clean up gdb.perf parallel build subdirs.
7771 * lib/build-piece.exp: New file.
7772 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
7773 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
7774 name.
7775 (standard_temp_file): Ditto.
7776 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
7777 of $GDB_PARALLEL.
7778
7779 2015-07-24 Doug Evans <dje@google.com>
7780
7781 * gdb.perf/lib/perftest/utils.py: New file.
7782 * gdb.perf/gm-hello.cc: New file.
7783 * gdb.perf/gm-pervasive-typedef.cc: New file.
7784 * gdb.perf/gm-pervasive-typedef.h: New file.
7785 * gdb.perf/gm-std.cc: New file.
7786 * gdb.perf/gm-std.h: New file.
7787 * gdb.perf/gm-use-cerr.cc: New file.
7788 * gdb.perf/gm-utils.h: New file.
7789 * gdb.perf/gmonster-null-lookup.py: New file.
7790 * gdb.perf/gmonster-pervasive-typedef.py: New file.
7791 * gdb.perf/gmonster-print-cerr.py: New file.
7792 * gdb.perf/gmonster-ptype-string.py: New file.
7793 * gdb.perf/gmonster-runto-main.py: New file.
7794 * gdb.perf/gmonster-select-file.py: New file.
7795 * gdb.perf/gmonster1-null-lookup.exp: New file.
7796 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
7797 * gdb.perf/gmonster1-print-cerr.exp: New file.
7798 * gdb.perf/gmonster1-ptype-string.exp: New file.
7799 * gdb.perf/gmonster1-runto-main.exp: New file.
7800 * gdb.perf/gmonster1-select-file.exp: New file.
7801 * gdb.perf/gmonster1.cc: New file.
7802 * gdb.perf/gmonster1.exp: New file.
7803 * gdb.perf/gmonster2-null-lookup.exp: New file.
7804 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
7805 * gdb.perf/gmonster2-print-cerr.exp: New file.
7806 * gdb.perf/gmonster2-ptype-string.exp: New file.
7807 * gdb.perf/gmonster2-runto-main.exp: New file.
7808 * gdb.perf/gmonster2-select-file.exp: New file.
7809 * gdb.perf/gmonster2.cc: New file.
7810 * gdb.perf/gmonster2.exp: New file.
7811
7812 2015-07-24 Doug Evans <dje@google.com>
7813
7814 * gdb.perf/README: New file.
7815 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
7816 * lib/gen-perf-test.exp: New file.
7817
7818 2015-07-24 Doug Evans <dje@google.com>
7819
7820 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
7821 (PerfTest::startup): New function.
7822 (PerfTest::run): Return result of calling body.
7823 (PerfTest::assemble): Rewrite.
7824 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
7825 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
7826 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
7827 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
7828 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
7829
7830 2015-07-24 Doug Evans <dje@google.com>
7831
7832 * lib/gdb.exp (clean_restart): Make executable optional.
7833
7834 2015-07-24 Doug Evans <dje@google.com>
7835
7836 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
7837 compiler_info references.
7838 * gdb.cp/temargs.exp: Ditto.
7839 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
7840 (get_compiler_info): Early exit if already computed. Set compiler_info
7841 to "unknown" if there was a problem.
7842 (test_compiler_info): Add function comment. Call get_compiler_info.
7843
7844 2015-07-24 Doug Evans <dje@google.com>
7845
7846 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
7847 (workers/%.worker, build-perf): New rule.
7848 (GDB_PERFTEST_MODE): New variable.
7849 (check-perf): Use it.
7850 (clean): Clean up gdb.perf parallel build subdirs.
7851 * lib/build-piece.exp: New file.
7852 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
7853 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
7854 name.
7855 (standard_temp_file): Ditto.
7856 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
7857 of $GDB_PARALLEL.
7858
7859 2015-07-24 Doug Evans <dje@google.com>
7860
7861 * lib/future.exp (gdb_default_target_compile): New option
7862 "early_flags".
7863 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
7864 --as-needed.
7865
7866 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
7867
7868 * gdb.base/catch-syscall.exp: Call gdb_exit before
7869 gdb_skip_xml_test.
7870
7871 2015-07-24 Pedro Alves <palves@redhat.com>
7872
7873 * gdb.python/py-events.exp: Accept output between the stop event
7874 and the prompt.
7875 * gdb.python/py-evsignal.exp: Likewise.
7876 * gdb.python/py-evthreads.exp: Likewise.
7877
7878 2015-07-24 Pedro Alves <palves@redhat.com>
7879
7880 PR gdb/18717
7881 * gdb.threads/non-ldr-exit.c: New file.
7882 * gdb.threads/non-ldr-exit.exp: New file.
7883
7884 2015-07-24 Yao Qi <yao.qi@linaro.org>
7885
7886 * gdb.server/ext-wrapper.exp: Test --wrapper option when
7887 restarting process.
7888
7889 2015-07-24 Yao Qi <yao.qi@linaro.org>
7890
7891 * gdb.server/ext-restart.exp: New file.
7892
7893 2015-07-24 Yao Qi <yao.qi@linaro.org>
7894
7895 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
7896 argument options.
7897 * gdb.server/ext-wrapper.exp: New file.
7898
7899 2015-07-23 Doug Evans <dje@google.com>
7900
7901 * gdb.dwarf2/dw2-dummy-cu.S: New file.
7902 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
7903
7904 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
7905
7906 * gdb.ada/var_arr_typedef.exp: New testcase.
7907 * gdb.ada/var_arr_typedef/pack.adb: New file.
7908 * gdb.ada/var_arr_typedef/pack.ads: New file.
7909 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
7910
7911 2015-07-20 Joel Brobecker <brobecker@adacore.com>
7912
7913 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
7914
7915 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7916
7917 * gdb.arch/i386-biarch-core.exp: Replace istarget
7918 by "complete set gnutarget". Remove expectation for the "core-file"
7919 command.
7920
7921 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7922
7923 Revert the previous commit:
7924 Tests for validate symbol file using build-id.
7925
7926 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
7927
7928 Tests for validate symbol file using build-id.
7929 * gdb.base/solib-mismatch-lib.c: New file.
7930 * gdb.base/solib-mismatch-libmod.c: New file.
7931 * gdb.base/solib-mismatch.c: New file.
7932 * gdb.base/solib-mismatch.exp: New file.
7933
7934 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
7935
7936 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
7937 nios2-*-linux*.
7938 * gdb.base/sigbpt.exp (stepi_out): Likewise.
7939 * gdb.base/siginfo.exp: Likewise.
7940 * gdb.base/sigstep.exp (advance, advancei): Likewise.
7941
7942 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
7943
7944 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
7945 Move it to ...
7946 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
7947 ... here.
7948 * gdb.trace/range-stepping.exp: Check that the target supports
7949 range stepping.
7950
7951 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7952
7953 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
7954
7955 2015-07-14 Pedro Alves <palves@redhat.com>
7956
7957 * gdb.base/killed-outside.exp: New file.
7958 * gdb.base/killed-outside.c: New file.
7959
7960 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7961
7962 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
7963 (n at main): New.
7964 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
7965
7966 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
7967
7968 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
7969 infcall tests instead of setting up for KFAIL.
7970
7971 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
7972
7973 * gdb.btrace/record_goto-step.exp: New.
7974
7975 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7976
7977 PR compile/18484
7978 * gdb.compile/compile.c (struct struct_type): Add volatile to
7979 selffield's type.
7980 * gdb.compile/compile.exp
7981 (compile code struct_object.selffield = &struct_object): Skip further
7982 struct_object tests if this one xfails.
7983
7984 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
7985
7986 PR exp/18617
7987 * gdb.trace/ax.exp: Add test.
7988
7989 2015-07-07 Yao Qi <yao.qi@linaro.org>
7990
7991 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
7992 instead of istarget "aarch64*-*-*".
7993 * gdb.arch/aarch64-fp.exp: Likewise.
7994 * gdb.base/float.exp: Likewise.
7995 * gdb.reverse/aarch64.exp: Likewise.
7996 * lib/gdb.exp (is_aarch64_target): New proc.
7997
7998 2015-07-07 Yao Qi <yao.qi@linaro.org>
7999
8000 * lib/gdb.exp (is_aarch32_target): New proc.
8001 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
8002 instead of "istarget "arm*-*-*"".
8003 * gdb.arch/arm-disp-step.exp: Likewise.
8004 * gdb.arch/thumb-bx-pc.exp: Likewise.
8005 * gdb.arch/thumb-prologue.exp: Likewise.
8006 * gdb.arch/thumb-singlestep.exp: Likewise.
8007 * gdb.base/disp-step-syscall.exp: Likewise.
8008 * gdb.base/float.exp: Likewise.
8009
8010 2015-07-07 Yao Qi <yao.qi@linaro.org>
8011
8012 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
8013 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
8014
8015 2015-07-07 Yao Qi <yao.qi@linaro.org>
8016
8017 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
8018 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
8019 if it exists.
8020 * gdb.multi/multi-arch.exp: Likewise.
8021
8022 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
8023
8024 * gdb.python/py-lazy-string.exp: Add missing parentheses to
8025 print.
8026
8027 2015-07-07 Yao Qi <yao.qi@linaro.org>
8028
8029 * gdb.arch/thumb-singlestep.exp: Do one more single step.
8030
8031 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
8032
8033 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
8034 '[' and ']' characters.
8035
8036 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
8037
8038 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8039
8040 2015-06-29 Pedro Alves <palves@redhat.com>
8041
8042 PR threads/18127
8043 * gdb.threads/hand-call-new-thread.c: New file.
8044 * gdb.threads/hand-call-new-thread.c: New file.
8045
8046 2015-06-26 Keith Seitz <keiths@redhat.com>
8047 Doug Evans <dje@google.com>
8048
8049 PR 16253
8050 * gdb.cp/var-tag-2.cc: New file.
8051 * gdb.cp/var-tag-3.cc: New file.
8052 * gdb.cp/var-tag-4.cc: New file.
8053 * gdb.cp/var-tag.cc: New file.
8054 * gdb.cp/var-tag.exp: New file.
8055
8056 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8057
8058 * gdb.base/history-duplicates.exp: New test.
8059
8060 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8061
8062 * gdb.base/completion.exp: Test the completion of the "focus"
8063 command.
8064
8065 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8066
8067 * gdb.arch/amd64-prologue-skip.S: New file.
8068 * gdb.arch/amd64-prologue-skip.exp: New file.
8069
8070 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
8071
8072 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
8073 is_address_zero_readable check.
8074
8075 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
8076
8077 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
8078 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
8079
8080 2015-06-24 Yao Qi <yao.qi@linaro.org>
8081
8082 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
8083 linux targets.
8084
8085 2015-06-24 Yao Qi <yao.qi@linaro.org>
8086
8087 * lib/gdb.exp (supports_get_siginfo_type): New proc.
8088 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
8089 * gdb.base/siginfo-thread.exp: Likewise.
8090
8091 2015-06-22 Yao Qi <yao.qi@linaro.org>
8092
8093 * boards/remote-gdbserver-on-localhost.exp: Add comments.
8094
8095 2015-06-22 Yao Qi <yao.qi@linaro.org>
8096
8097 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
8098 aarch64*-*-*.
8099 (skip_hw_watchpoint_tests): Likewise.
8100
8101 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
8102
8103 * gdb.base/gdbinit-history.exp: Test the interaction between
8104 setting GDBHISTSIZE and setting the history size via .gdbinit.
8105
8106 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8107
8108 PR gdb/16999
8109 * gdb.base/gdbhistsize-history.exp: New test.
8110
8111 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8112
8113 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
8114 with GDBHISTSIZE.
8115 * gdb.base/readline.exp: Likewise.
8116
8117 2015-06-17 Yao Qi <yao.qi@linaro.org>
8118
8119 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
8120 line.
8121
8122 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8123
8124 * gdb.base/gdbinit-history.exp: Add test case to check that
8125 an unlimited history file does not get truncated on exit.
8126
8127 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8128
8129 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
8130 (VECTOR): New macro. Use it...
8131 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
8132 ...for these typedefs.
8133 (int8, char1, int1, double1): New typedefs.
8134 (struct just_int2, struct two_int2): New structures.
8135 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
8136 (add_structvecs, add_singlevecs): New functions.
8137 (main): Call add_some_intvecs twice.
8138 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
8139 the compile and exit upon failure. Try compiling for the "native"
8140 architecture. Test inferior function calls with vector arguments
8141 and vector return value handling with "finish" and "return".
8142
8143 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
8144
8145 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
8146 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
8147 PE file.
8148 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
8149
8150 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8151
8152 PR breakpoints/16465
8153 * gdb.mi/mi-dprintf-pending.c: New file.
8154 * gdb.mi/mi-dprintf-pending.exp: New test.
8155 * gdb.mi/mi-dprintf-pendshr.c: New file.
8156
8157 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8158 Mircea Gherzan <mircea.gherzan@intel.com>
8159
8160 * gdb.arch/i386-mpx-map.c: New file.
8161 * gdb.arch/i386-mpx-map.exp: New File.
8162
8163 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8164
8165 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
8166 * gdb.arch/i386-mpx.exp: Indentation fixed.
8167
8168 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8169
8170 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
8171 function and improved indentation.
8172 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
8173 gdb_test_multiple. Added additional tests to skip the test.
8174
8175 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8176
8177 * gdb.arch/i386-avx512.c: Change path in include file.
8178 * gdb.arch/i386-avx512.exp: Change include dir path
8179 compilation flag.
8180 * gdb.arch/i386-mpx.c: Change path in include file.
8181 * gdb.arch/i386-mpx.exp: Change include dir path compilation
8182 flag.
8183
8184 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8185
8186 * gdb.compile/compile-print.exp (compile print *vararray@3)
8187 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
8188
8189 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8190
8191 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
8192 (do not keep jit in memory): ... this.
8193 (expect 5): Change it to ...
8194 (expect no 5): ... this.
8195
8196 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
8197
8198 PR gdb/15564
8199 * gdb.mi/mi-detach.exp: New file.
8200
8201 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8202
8203 PR symtab/18392
8204 * gdb.arch/amd64-tailcall-self.S: New file.
8205 * gdb.arch/amd64-tailcall-self.c: New file.
8206 * gdb.arch/amd64-tailcall-self.exp: New file.
8207
8208 2015-05-28 Don Breazeal <donb@codesourcery.com>
8209
8210 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
8211 tests for remote targets by checking is_target_gdbserver.
8212
8213 2015-05-27 Doug Evans <dje@google.com>
8214
8215 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
8216 * gdb.dwarf2/opaque-type-lookup.c: New file.
8217 * gdb.dwarf2/opaque-type-lookup.exp: New file.
8218
8219 2015-05-26 Doug Evans <dje@google.com>
8220
8221 * gdb.cp/iostream.cc: New file.
8222 * gdb.cp/iostream.exp: New file.
8223
8224 2015-05-26 Doug Evans <dje@google.com>
8225
8226 * gdb.dwarf2/dw2-op-call.exp: Update.
8227 * gdb.dwarf2/dw4-sig-types.exp: Update.
8228 * gdb.dwarf2/implptr.exp: Update.
8229 * gdb.mi/mi-cmd-param-changed.exp: Update.
8230
8231 2015-05-26 Doug Evans <dje@google.com>
8232
8233 * gdb.python/py-lazy-string.c: New file.
8234 * gdb.python/py-lazy-string.exp: New file.
8235 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
8236 (main): Update. Add estring3.
8237 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
8238 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
8239
8240 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
8241 Yao Qi <yao.qi@linaro.org>
8242
8243 * gdb.reverse/aarch64.c: New.
8244 * gdb.reverse/aarch64.exp: New.
8245
8246 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
8247
8248 * lib/gdb.exp (supports_process_record): Return true for
8249 aarch64*-linux*.
8250 (supports_reverse): Likewise.
8251
8252 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
8253
8254 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8255 Use with_test_prefix.
8256
8257 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8258
8259 * gdb.base/completion.exp: Add test for completion of layout
8260 names.
8261
8262 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
8263
8264 * lib/gdb.exp (skip_tui_tests): New proc.
8265 * gdb.base/tui-layout.exp: Check skip_tui_tests.
8266
8267 2015-05-19 Pedro Alves <palves@redhat.com>
8268
8269 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8270 Save the whole env array instead of just HOME. Unset HISTSIZE in
8271 the environment while testing. Restore whole environment
8272 afterwards.
8273
8274 2015-05-16 Doug Evans <xdje42@gmail.com>
8275
8276 * gdb.guile/scm-ports.c: New file.
8277 * gdb.guile/scm-ports.exp: Add memory port tests.
8278
8279 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8280
8281 * gdb.compile/compile-print.c: New file.
8282 * gdb.compile/compile-print.exp: New file.
8283
8284 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8285
8286 * gdb.compile/compile-ops.exp: Cast param to void.
8287 * gdb.compile/compile.exp: Complete type for _gdb_expr.
8288 (compile code struct_object.selffield = &struct_object): Add xfail.
8289
8290 2015-05-15 Joel Brobecker <brobecker@adacore.com>
8291
8292 * gdb.ada/arr_enum_with_gap: New testcase.
8293
8294 2015-05-15 Joel Brobecker <brobecker@adacore.com>
8295
8296 * gdb.ada/byte_packed_arr: New testcase.
8297
8298 2015-05-15 Joel Brobecker <brobecker@adacore.com>
8299
8300 * gdb.ada/pckd_neg: New testcase.
8301
8302 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
8303
8304 PR gdb/17820
8305 * gdb.base/gdbinit-history.exp: New test.
8306 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
8307 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
8308
8309 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
8310
8311 * gdb.python/py-xmethods.cc: Enhance test case.
8312 * gdb.python/py-xmethods.exp: New tests.
8313 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
8314 function.
8315 (B_indexoper): Likewise.
8316 (global_dm_list) : Add new xmethod worker functions.
8317
8318 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
8319
8320 * gdb.base/coredump-filter.exp: Correctly unset
8321 "coredump_var_addr" array.
8322
8323 2015-05-08 Pedro Alves <palves@redhat.com>
8324
8325 * gdb.server/non-existing-program.exp: Unset spawn_id.
8326
8327 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
8328
8329 PR python/18291
8330 * gdb.python/py-xmethods.exp: Add tests.
8331
8332 2015-05-08 Yao Qi <yao.qi@linaro.org>
8333
8334 PR gdb/18208
8335 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
8336 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
8337 function set_coredump_filter, and remove remote_exec call.
8338 Remove argument ipid. Callers update.
8339 (top level): Don't get inferior's PID.
8340
8341 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
8342
8343 * gdb.base/watch_thread_num.exp: Skip test on targets without
8344 access watchpoints.
8345
8346 2015-05-06 Pedro Alves <palves@redhat.com>
8347
8348 PR server/18081
8349 * gdb.server/non-existing-program.exp: New file.
8350
8351 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8352
8353 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
8354
8355 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8356
8357 * gdb.ada/out_of_line_in_inlined: New testcase.
8358
8359 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8360
8361 * gdb.ada/var_rec_arr: New testcase.
8362
8363 2015-04-30 Yao Qi <yao.qi@linaro.org>
8364
8365 * gdb.base/break-idempotent.exp: If
8366 skip_hw_watchpoint_multi_tests returns true, skip the tests
8367 on "rwatch" and "awatch".
8368
8369 2015-04-30 Yao Qi <yao.qi@linaro.org>
8370
8371 * gdb.base/relativedebug.exp: Invoke gdb command
8372 "info sharedlibrary", and if libc.so doesn't have debug info,
8373 skip the test.
8374
8375 2015-04-29 Doug Evans <dje@google.com>
8376
8377 * gdb.python/py-xmethods.exp: Add ptype tests.
8378 * gdb.python/py-xmethods.py (E_method_char_worker): Add
8379 get_result_type method.
8380
8381 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
8382
8383 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
8384 the target does not support hardware watchpoints.
8385
8386 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
8387
8388 * gdb.base/break-always.exp: Abort testing if writing to memory
8389 causes an error.
8390
8391 2015-04-28 Doug Evans <dje@google.com>
8392
8393 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
8394 * gdb.python/py-pp-registration.exp: ... here. New file.
8395 * gdb.python/py-pp-registration.c: New file.
8396 * gdb.python/py-pp-registration.py: New file.
8397
8398 2015-04-28 Doug Evans <dje@google.com>
8399
8400 * gdb.python/py-bad-printers.c: New file.
8401 * gdb.python/py-bad-printers.py: New file.
8402 * gdb.python/py-bad-printers.exp: New file.
8403
8404 2015-04-28 Sasha Smundak <asmundak@google.com>
8405
8406 * gdb.python/py-type.exp: New test.
8407
8408 2015-04-28 Andy Wingo <wingo@igalia.com>
8409
8410 * gdb.python/py-parameter.exp:
8411 * gdb.guile/scm-parameter.exp: Escape the path that we are
8412 matching against, as it might contain characters that are special
8413 to regular expressions.
8414
8415 2015-04-27 Joel Brobecker <brobecker@adacore.com>
8416
8417 * gdb.ada/rec_comp: New testcase.
8418
8419 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
8420
8421 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
8422 before using it.
8423
8424 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
8425
8426 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
8427 new tests for verilog output.
8428
8429 2015-04-24 Yao Qi <yao.qi@linaro.org>
8430
8431 * boards/remote-gdbserver-on-localhost.exp: New file.
8432
8433 2015-04-23 Pedro Alves <palves@redhat.com>
8434
8435 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
8436 $inferior_spawn_id instead of $inferior_spawn_id directly. On
8437 "end of file", remove $inferior_spawn_id from the indirect list.
8438
8439 2015-04-23 Pedro Alves <palves@redhat.com>
8440
8441 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
8442
8443 2015-04-23 Pedro Alves <palves@redhat.com>
8444
8445 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
8446 on $any_spawn_id instead of only on $gdb_spawn_id.
8447
8448 2015-04-21 Pierre Muller <muller@sourceware.org>
8449
8450 PR pascal/17815
8451 * lib/pascal.exp (gpc_compile): Add new option "class".
8452 (fpc_compile): Likewise.
8453 * gdb.pascal/case-insensitive-symbols.pas: New file.
8454 * gdb.pascal/case-insensitive-symbols.exp: New file.
8455
8456 2015-04-20 Gary Benson <gbenson@redhat.com>
8457
8458 * gdb.base/attach.exp: Fix three extended remote failures.
8459
8460 2015-04-17 Gary Benson <gbenson@redhat.com>
8461
8462 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
8463 the main executable over the remote protocol.
8464
8465 2015-04-16 Pedro Alves <palves@redhat.com>
8466
8467 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
8468 a new gdbserver if gdbserver_reconnect_p is set.
8469
8470 2015-04-16 Pedro Alves <palves@redhat.com>
8471
8472 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
8473 is set, don't exit gdbserver.
8474
8475 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8476
8477 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
8478 appropriate .insn, such that an older assembler can be used.
8479 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
8480 the z/Architecture instruction set on 31-bit targets as well.
8481
8482 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8483
8484 * gdb.go/handcall.exp: Remove all logic related to the first
8485 breakpoint and rely on go_runto_main instead.
8486 * gdb.go/strings.exp: Likewise.
8487 * gdb.go/unsafe.exp: Likewise.
8488 * gdb.go/hello.exp: Likewise. Also rename the remaining
8489 breakpoint marker to "breakpoint 1".
8490 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
8491 * gdb.go/strings.go: Likewise.
8492 * gdb.go/unsafe.go: Likewise.
8493 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
8494 "set breakpoint 2 here" and rename the remaining breakpoint marker
8495 to "breakpoint 1".
8496
8497 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
8498
8499 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
8500 if itertools.imap is not present.
8501 * gdb.python/py-objfile.exp: Add parentheses.
8502 * gdb.python/py-type.exp: Same.
8503 * gdb.python/py-unwind-maint.py: Same.
8504
8505 2015-04-15 Yao Qi <yao.qi@linaro.org>
8506
8507 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
8508 of ":$ptr_size" and set its form explicitly.
8509
8510 2015-04-15 Pedro Alves <palves@redhat.com>
8511 Yao Qi <yao.qi@linaro.org>
8512
8513 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
8514 timeout by factor of 4.
8515 (test_regular_watch): Likewise.
8516 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
8517 * gdb.reverse/sigall-reverse.exp: Likewise.
8518 * gdb.reverse/until-precsave.exp: Likewise.
8519 * lib/gdb.exp (with_timeout_factor): New proc.
8520 (gdb_expect): Move some code to ...
8521 (get_largest_timeout): ... here. New procedure.
8522
8523 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
8524
8525 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
8526
8527 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
8528
8529 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
8530 to write to the .text section.
8531
8532 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
8533
8534 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
8535 Handle the case of targets that do not provide PID information.
8536
8537 2015-04-13 Yao Qi <yao.qi@linaro.org>
8538
8539 * lib/gdbserver-support.exp (gdb_exit): Catch exception
8540 and use expect instead of gdb_expect.
8541
8542 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
8543
8544 * gdb.base/coredump-filter.exp: Rename variable "addr" to
8545 "coredump_var_addr" to avoid naming conflict with other testcases.
8546
8547 2015-04-10 Pedro Alves <palves@redhat.com>
8548
8549 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
8550 gdb_test_sequence and gdb_assert.
8551
8552 2015-04-10 Pedro Alves <palves@redhat.com>
8553
8554 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
8555 test messages that don't include the breakpoint address.
8556
8557 2015-04-10 Yao Qi <yao.qi@linaro.org>
8558
8559 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
8560 false for some offset and width combinations which aren't
8561 supported by linux kernel.
8562
8563 2015-04-10 Pedro Alves <palves@redhat.com>
8564
8565 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
8566 procedure, factored out from ...
8567 (top level): ... here. Add "set displaced-stepping" testing axis.
8568 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
8569 parameter "displaced". Use it.
8570 (top level): Use foreach and add "set displaced-stepping" testing
8571 axis.
8572
8573 2015-04-10 Pedro Alves <palves@redhat.com>
8574
8575 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
8576 Remove comment.
8577 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
8578 both the address of the instruction that triggers the watchpoint
8579 and the address of the instruction immediately after, and use
8580 those addresses for the test. Fix comment.
8581
8582 2015-04-10 Pedro Alves <palves@redhat.com>
8583
8584 * gdb.base/sigstep.exp (breakpoint_to_handler)
8585 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
8586 Test "backtrace" in handler.
8587 (breakpoint_over_handler): New parameter 'displaced'. Use it.
8588 (top level): Add new "displaced" test axis to
8589 breakpoint_to_handler, breakpoint_to_handler_entry and
8590 breakpoint_over_handler.
8591
8592 2015-04-10 Pedro Alves <palves@redhat.com>
8593
8594 PR gdb/18216
8595 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
8596
8597 2015-04-10 Yao Qi <yao.qi@linaro.org>
8598
8599 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
8600 (test_add_rn_pc): New function.
8601 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
8602 (top level): Invoke test_add_rn_pc.
8603
8604 2015-04-10 Pedro Alves <palves@redhat.com>
8605
8606 PR gdb/13858
8607 * gdb.base/step-over-no-symbols.exp: New file.
8608
8609 2015-04-09 Andy Wingo <wingo@igalia.com>
8610
8611 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
8612 after the Python tests.
8613
8614 2015-04-08 Keith Seitz <keiths@redhat.com>
8615
8616 PR python/16699
8617 * gdb.python/py-completion.exp: New tests for completion.
8618 * gdb.python/py-completion.py (CompleteLimit1): New class.
8619 (CompleteLimit2): Likewise.
8620 (CompleteLimit3): Likewise.
8621 (CompleteLimit4): Likewise.
8622 (CompleteLimit5): Likewise.
8623 (CompleteLimit6): Likewise.
8624 (CompleteLimit7): Likewise.
8625
8626 2015-04-08 Pedro Alves <palves@redhat.com>
8627
8628 PR gdb/18214
8629 PR gdb/18216
8630 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
8631 function.
8632 (main): Install it as SIGUSR1 handler.
8633 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
8634 parameter. Always use "setup" as prefix. Toggle "set
8635 displaced-stepping" off/on depending on global. Don't switch to
8636 thread 1 here.
8637 (top level): Add displaced stepping "off/on" test axis. Update
8638 "setup" calls. Wrap each subtest with with_test_prefix. Test
8639 continuing with a queued signal in each thread.
8640
8641 2015-04-08 Pedro Alves <palves@redhat.com>
8642
8643 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
8644 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
8645 gdb_breakpoint instead of gdb_test that doesn't expect anything.
8646 Return early if running to main fails.
8647 * gdb.trace/while-stepping.exp: Likewise.
8648
8649 2015-04-07 Pedro Alves <palves@redhat.com>
8650
8651 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
8652 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
8653 interact with inferior program.
8654
8655 2015-04-07 Pedro Alves <palves@redhat.com>
8656
8657 * lib/gdb.exp (inferior_spawn_id): New global.
8658 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
8659 spawn id after processing the user code.
8660 (default_gdb_start): Set inferior_spawn_id.
8661 (send_inferior): New procedure.
8662 * lib/gdbserver-support.exp (gdbserver_start): Set
8663 inferior_spawn_id.
8664 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
8665
8666 2015-04-07 Pedro Alves <palves@redhat.com>
8667
8668 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
8669 * lib/gdbserver-support.exp (gdbserver_start): Make
8670 $server_spawn_id global.
8671 (gdbserver_start): Don't wait for gdbserver's spawn id with
8672 expect_background.
8673 (close_gdbserver): New procedure.
8674 (gdb_exit): Rename the default version and reimplement.
8675
8676 2015-04-07 Pedro Alves <palves@redhat.com>
8677
8678 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
8679 append the substituted item, not the original item.
8680
8681 2015-04-07 Pedro Alves <palves@redhat.com>
8682
8683 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
8684 gdb_expect.
8685
8686 2015-04-07 Pedro Alves <palves@redhat.com>
8687
8688 * gdb.base/interrupt.exp: Don't handle the case of the inferior
8689 output appearing once only.
8690
8691 2015-04-07 Pedro Alves <palves@redhat.com>
8692
8693 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
8694 that doesn't expect anything. Return early if running to main
8695 fails.
8696
8697 2015-04-07 Yao Qi <yao.qi@linaro.org>
8698
8699 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
8700 (child_function): Call alarm.
8701 (main): Move call to alarm into the loop.
8702 * gdb.threads/non-stop-fair-events.exp: Build program with
8703 -DTIMEOUT=$timeout.
8704
8705 2015-04-06 Doug Evans <xdje42@gmail.com>
8706
8707 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
8708 Fix dest parameter to board_info.
8709 (fpc_compile): Ditto.
8710 (gdb_compile_pascal): Rename dest arg to destfile.
8711
8712 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
8713
8714 * gdb.ada/funcall_ref.exp: New file.
8715 * gdb.ada/funcall_ref/foo.adb: New file.
8716
8717 2015-04-02 Yao Qi <yao.qi@linaro.org>
8718
8719 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
8720 is remote.
8721
8722 2015-04-02 Gary Benson <gbenson@redhat.com>
8723
8724 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
8725
8726 2015-04-01 Sasha Smundak <asmundak@google.com>
8727
8728 * gdb.python/py-unwind-maint.c: New file.
8729 * gdb.python/py-unwind-maint.exp: New test.
8730 * gdb.python/py-unwind-maint.py: New file.
8731 * gdb.python/py-unwind.c: New file.
8732 * gdb.python/py-unwind.exp: New test.
8733 * gdb.python/py-unwind.py: New test.
8734
8735 2015-04-01 Pedro Alves <palves@redhat.com>
8736
8737 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
8738 to fail instead of non-existent $test.
8739
8740 2015-04-01 Pedro Alves <palves@redhat.com>
8741
8742 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
8743 GDBFLAGS if not empty.
8744
8745 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
8746
8747 * gdb.ada/complete.exp: Remove "multi_line".
8748 * gdb.ada/info_exc.exp: Remove "multi_line".
8749 * gdb.ada/packed_tagged.exp: Remove "multi_line".
8750 * gdb.ada/ptype_field.exp: Remove "multi_line".
8751 * gdb.ada/sym_print_name.exp: Remove "multi_line".
8752 * gdb.ada/tagged.exp: Remove "multi_line".
8753 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
8754 [multi_line ...]
8755 * gdb.btrace/delta.exp: Likewise.
8756 * gdb.btrace/exception.exp: Likewise.
8757 * gdb.btrace/function_call_history.exp: Likewise.
8758 * gdb.btrace/instruction_history.exp: Likewise.
8759 * gdb.btrace/nohist.exp: Likewise.
8760 * gdb.btrace/record_goto.exp: Likewise.
8761 * gdb.btrace/segv.exp: Likewise.
8762 * gdb.btrace/stepi.exp: Likewise.
8763 * gdb.btrace/tailcall.exp: Likewise.
8764 * gdb.btrace/unknown_functions.exp: Likewise.
8765 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
8766 * lib/gdb.exp: Add the "multi_line" helper.
8767
8768 2015-04-01 Pedro Alves <palves@redhat.com>
8769
8770 * gdb.threads/tid-reuse.c: New file.
8771 * gdb.threads/tid-reuse.exp: New file.
8772
8773 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
8774
8775 PR corefiles/16092
8776 * gdb.base/coredump-filter.c: New file.
8777 * gdb.base/coredump-filter.exp: Likewise.
8778
8779 2015-03-27 Petr Machata <pmachata@redhat.com>
8780
8781 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
8782 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
8783 (Dwarf::assemble): Initialize them.
8784 (Dwarf::lines): New function.
8785
8786 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
8787
8788 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
8789 SYMBOL_PREFIX for x86_64-*-cygwin.
8790
8791 2015-03-26 Andy Wingo <wingo@igalia.com>
8792
8793 PR symtab/18148
8794 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
8795 const_value but not a location.
8796 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
8797 location defined in non-main CUs are visible.
8798
8799 2015-03-26 Yao Qi <yao.qi@linaro.org>
8800
8801 PR testsuite/18139
8802 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
8803 Add a line number entry for the same line.
8804 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
8805 Add a line number entry for the same line.
8806
8807 2015-03-26 Yao Qi <yao.qi@linaro.org>
8808
8809 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
8810 .int 0.
8811 (func): Likewise. Add .Lfunc_1 label.
8812 Use .Lfunc_1 label.
8813 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
8814 .int 0.
8815 (func): Likewise.
8816 Use .Lfunc_1 label.
8817
8818 2015-03-26 Yao Qi <yao.qi@linaro.org>
8819
8820 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
8821 Call gdb_compile instead to compile each .s files without debug
8822 information.
8823
8824 2015-03-26 Yao Qi <yao.qi@linaro.org>
8825
8826 * gdb.base/savedregs.exp (process_saved_regs): Make
8827 "Saved registers:" optional in the pattern.
8828
8829 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
8830
8831 * gdb.btrace/next.exp: Merged into step.exp.
8832 * gdb.btrace/finish.exp: Merged into step.exp.
8833 * gdb.btrace/nexti.exp: Merged into stepi.exp.
8834 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
8835 "record goto" and checking the exact replay position.
8836 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
8837 check for "Recording format" in "info record" output.
8838 * gdb.btrace/record_goto.exp: Choose test file based on target.
8839 * gdb.btrace/x86-record_goto.S: Renamed into ...
8840 * gdb.btrace/x86_64-record_goto.S: ... this.
8841 * gdb.btrace/i686-record_goto.S: New.
8842 * gdb.btrace/x86-tailcall.S: Renamed into ...
8843 * gdb.btrace/x86_64-tailcall.S: ... this.
8844 * gdb.btrace/i686-tailcall.S: New.
8845 * gdb.btrace/x86-tailcall.c: Renamed into ...
8846 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
8847 separate statements. Update test.
8848 * gdb.btrace/delta.exp: Use record_goto.c as test file.
8849 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
8850 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
8851 * gdb.btrace/tailcall.exp: Choose test file based on target.
8852 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
8853
8854 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
8855
8856 * gdb.btrace/exception.exp: Increase BTS buffer size.
8857
8858 2015-03-24 Pedro Alves <palves@redhat.com>
8859
8860 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
8861
8862 2015-03-24 Pedro Alves <palves@redhat.com>
8863
8864 * gdb.threads/schedlock.exp (test_step): No longer expect that
8865 "set scheduler-locking step" with "next" over a function call runs
8866 threads unlocked.
8867
8868 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8869
8870 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
8871
8872 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8873
8874 PR breakpoints/16466
8875 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
8876 * gdb.mi/mi-pending.c (thread_func): New function.
8877 (int main): Add threading support required.
8878 * gdb.mi/mi-pending.exp: Add tests for this issue.
8879 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
8880 (pendfunc2): Remove stdio dependency.
8881 * gdb.mi/mi-pendshr2.c: New file.
8882
8883 2015-03-23 Keith Seitz <keiths@redhat.com>
8884
8885 * gdb.linespec/keywords.c: New file.
8886 * gdb.linespec/keywords.exp: New file.
8887
8888 2015-03-23 Keith Seitz <keiths@redhat.com>
8889
8890 PR gdb/18021
8891 * gdb.dwarf2/staticvirtual.exp: New test.
8892
8893 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8894
8895 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
8896 * README: Remove HP-UX and gdb.hp.
8897 (configuration):
8898 * configure: Regenerate.
8899 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
8900 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
8901 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
8902 gdb.hp/gdb.defects/Makefile.
8903 * gdb.hp/Makefile.in: File deleted.
8904 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
8905 * gdb.hp/gdb.aCC/optimize.c: File deleted.
8906 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
8907 * gdb.hp/gdb.aCC/run.c: File deleted.
8908 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
8909 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
8910 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
8911 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
8912 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
8913 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
8914 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
8915 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
8916 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
8917 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
8918 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
8919 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
8920 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
8921 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
8922 * gdb.hp/gdb.base-hp/reg.s: File deleted.
8923 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
8924 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
8925 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
8926 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
8927 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
8928 * gdb.hp/gdb.compat/Makefile.in: File deleted.
8929 * gdb.hp/gdb.compat/average.c: File deleted.
8930 * gdb.hp/gdb.compat/sum.c: File deleted.
8931 * gdb.hp/gdb.compat/xdb.c: File deleted.
8932 * gdb.hp/gdb.compat/xdb0.c: File deleted.
8933 * gdb.hp/gdb.compat/xdb0.h: File deleted.
8934 * gdb.hp/gdb.compat/xdb1.c: File deleted.
8935 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
8936 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
8937 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
8938 * gdb.hp/gdb.defects/Makefile.in: File deleted.
8939 * gdb.hp/gdb.defects/bs14602.c: File deleted.
8940 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
8941 * gdb.hp/gdb.defects/solib-d.c: File deleted.
8942 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
8943 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
8944 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
8945 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
8946 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
8947 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
8948 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
8949 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
8950 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
8951 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
8952 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
8953 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
8954 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
8955 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
8956 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
8957 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
8958 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
8959 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
8960 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
8961 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
8962 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
8963 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
8964 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
8965 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
8966 * gdb.hp/tools/odump: File deleted.
8967
8968 2015-03-19 Pedro Alves <palves@redhat.com>
8969
8970 * gdb.threads/continue-pending-status.exp (saw_thread_2)
8971 (saw_thread_3): New globals.
8972 (top level): Increment them when an event for the corresponding
8973 thread is seen.
8974 (no thread starvation): New test.
8975
8976 2015-03-19 Pedro Alves <palves@redhat.com>
8977
8978 * gdb.threads/continue-pending-status.c: New file.
8979 * gdb.threads/continue-pending-status.exp: New file.
8980
8981 2015-03-18 Pedro Alves <palves@redhat.com>
8982
8983 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
8984 Use gdb_is_target_remote instead of is_remote. Use
8985 gdb_test_multiple instead of gdb_expect. Exit early if
8986 gdb_test_multiple hits its internal matches. Tighten stepi tests
8987 expected output. Fail on exit with any signal, instead of just
8988 SIGILL.
8989
8990 2015-03-18 Yao Qi <yao.qi@linaro.org>
8991
8992 PR tdep/18107
8993 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
8994 variable.
8995 * gdb.base/catch-syscall.exp: Don't skip it on
8996 aarch64*-*-linux* target. Remove elements in all_syscalls.
8997 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
8998 target.
8999 (setup_all_syscalls): New proc.
9000
9001 2015-03-16 Yao Qi <yao.qi@linaro.org>
9002
9003 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
9004 (top level): Skip tests if valid_addr_p returns false for
9005 $cmd1 or $cmd2.
9006
9007 2015-03-11 Andy Wingo <wingo@igalia.com>
9008
9009 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
9010
9011 2015-03-11 Yao Qi <yao.qi@linaro.org>
9012
9013 * gdb.base/catch-syscall.exp: Fix typo in comments.
9014
9015 2015-03-11 Yao Qi <yao.qi@linaro.org>
9016
9017 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
9018
9019 2015-03-09 Pedro Alves <palves@redhat.com>
9020
9021 * dg-extract-results.py: Delete.
9022
9023 2015-03-09 Pedro Alves <palves@redhat.com>
9024
9025 Merge dg-extract-results.sh from GCC upstream (r218843).
9026
9027 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
9028 * dg-extract-results.sh: Use --text with grep to avoid issues with
9029 binary files. Fall back to cat -v, if that doesn't work.
9030
9031 2015-03-05 Pedro Alves <palves@redhat.com>
9032
9033 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
9034
9035 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
9036
9037 * lib/mi-support.exp (mi_expect_interrupt): Accept
9038 alternative event for when in all-stop mode.
9039
9040 2015-03-04 Pedro Alves <palves@redhat.com>
9041
9042 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
9043
9044 2015-03-04 Mark Kettenis <kettenis@gnu.org>
9045
9046 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
9047
9048 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9049
9050 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
9051 regexps for GDB's current line display, accept a hex address
9052 preceding the line number.
9053
9054 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9055
9056 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
9057 the 'arch1' variable for "s390*-linux*" targets.
9058
9059 2015-03-04 Pedro Alves <palves@redhat.com>
9060
9061 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
9062 (main): Pass missing retval argument to pthread_join call.
9063
9064 2015-03-02 Pedro Alves <palves@redhat.com>
9065
9066 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
9067 (top level): Call do_test with non-stop as well.
9068
9069 2015-03-02 Pedro Alves <palves@redhat.com>
9070
9071 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
9072 -1.
9073
9074 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
9075
9076 * gdb.arch/s390-vregs.exp: New test.
9077 * gdb.arch/s390-vregs.S: New file.
9078
9079 2015-02-27 Pedro Alves <palves@redhat.com>
9080
9081 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
9082 call to catch_command_errors.
9083 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
9084 catch_command_errors.
9085
9086 2015-02-27 Pedro Alves <palves@redhat.com>
9087
9088 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
9089 "true" for boolean result.
9090 * gdb.gdb/selftest.exp (test_with_self): Also accept full
9091 prototype of main.
9092
9093 2015-02-27 Pedro Alves <palves@redhat.com>
9094
9095 * lib/unbuffer_output.c: New file.
9096 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
9097 (main): Call gdb_unbuffer_output.
9098
9099 2015-02-27 Yao Qi <yao.qi@linaro.org>
9100
9101 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
9102 target.
9103
9104 2015-02-26 Doug Evans <dje@google.com>
9105
9106 * gdb.cp/class2.cc (Dbase, D): New classes.
9107 (main): New local delta.
9108 * gdb.cp/class2.exp: Test printing delta.
9109 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
9110 (dynbar): New global.
9111 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
9112
9113 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9114
9115 * gdb.compile/compile-ifunc.c: New file.
9116 * gdb.compile/compile-ifunc.exp: New file.
9117
9118 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
9119
9120 * gdb.base/structs.exp: Check for correct struct on finish.
9121
9122 2015-02-26 Yao Qi <yao.qi@linaro.org>
9123
9124 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
9125 is zero.
9126
9127 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9128
9129 * gdb.arch/cordic.ko.bz2: New file.
9130 * gdb.arch/cordic.ko.debug.bz2: New file.
9131 * gdb.arch/ppc64-symtab-cordic.exp: New file.
9132
9133 2015-02-25 Yao Qi <yao.qi@linaro.org>
9134
9135 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
9136 aarch64*-*-* target.
9137
9138 2015-02-23 Pedro Alves <palves@redhat.com>
9139
9140 * lib/gdb.exp (delete_breakpoints): Rewrite using
9141 gdb_test_multiple.
9142
9143 2015-02-23 Pedro Alves <palves@redhat.com>
9144
9145 * gdb.base/info-os.c: Include stdlib.h.
9146
9147 2015-02-22 Doug Evans <xdje42@gmail.com>
9148
9149 PR symtab/17855
9150 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
9151 is read after symbols have been re-read.
9152 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
9153 * gdb.ada/exec_changed/second.adb (Second): Ditto.
9154
9155 2015-02-21 Doug Evans <dje@google.com>
9156
9157 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
9158
9159 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9160
9161 PR corefiles/17808
9162 * gdb.arch/i386-biarch-core.core.bz2: New file.
9163 * gdb.arch/i386-biarch-core.exp: New file.
9164
9165 2015-02-21 Pedro Alves <palves@redhat.com>
9166
9167 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
9168 runto_main fails.
9169
9170 2015-02-20 Pedro Alves <palves@redhat.com>
9171
9172 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
9173 info probes.
9174
9175 2015-02-20 Pedro Alves <palves@redhat.com>
9176
9177 * gdb.threads/multi-create-ns-info-thr.exp: New file.
9178
9179 2015-02-20 Pedro Alves <palves@redhat.com>
9180
9181 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
9182 clean_restart before gdb_target_supports_trace.
9183
9184 2015-02-20 Pedro Alves <palves@redhat.com>
9185
9186 PR threads/18006
9187 * gdb.threads/clone-thread_db.c: New file.
9188 * gdb.threads/clone-thread_db.exp: New file.
9189
9190 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
9191
9192 PR breakpoints/16812
9193 * gdb.base/catch-gdb-caused-signals.c: New file.
9194 * gdb.base/catch-gdb-caused-signals.exp: New file.
9195
9196 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
9197
9198 * configure: Regenerated.
9199 * configure.ac: Use GDB_AC_TRANSFORM.
9200 * aclocal.m4: sinclude ../transform.m4.
9201
9202 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
9203
9204 * lib/dtrace.exp: New file.
9205 * gdb.base/dtrace-probe.exp: Likewise.
9206 * gdb.base/dtrace-probe.d: Likewise.
9207 * gdb.base/dtrace-probe.c: Likewise.
9208 * lib/pdtrace.in: Likewise.
9209 * configure.ac: Output variables with the transformed names of
9210 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
9211 * configure: Regenerated.
9212
9213 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
9214
9215 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
9216 expected message when trying to access $_probe_* convenience
9217 variables while not on a probe.
9218
9219 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9220
9221 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
9222
9223 2015-02-11 Pedro Alves <pedro@codesourcery.com>
9224
9225 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
9226 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
9227
9228 2015-02-10 Doug Evans <xdje42@gmail.com>
9229
9230 * lib/gdb.exp (gdb_load): Always return a result.
9231
9232 2015-02-10 Pedro Alves <palves@redhat.com>
9233
9234 * gdb.threads/signal-sigtrap.c: New file.
9235 * gdb.threads/signal-sigtrap.exp: New file.
9236
9237 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
9238
9239 * gdb.trace/no-attach-trace.c: New file.
9240 * gdb.trace/no-attach-trace.exp: New file.
9241
9242 2015-02-09 Mark Wielaard <mjw@redhat.com>
9243
9244 * gdb.dwarf2/atomic.c: New file.
9245 * gdb.dwarf2/atomic-type.exp: Likewise.
9246
9247 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9248
9249 * gdb.btrace/buffer-size.exp: Update "info record" output.
9250 * gdb.btrace/delta.exp: Update "info record" output.
9251 * gdb.btrace/enable.exp: Update "info record" output.
9252 * gdb.btrace/finish.exp: Update "info record" output.
9253 * gdb.btrace/instruction_history.exp: Update "info record" output.
9254 * gdb.btrace/next.exp: Update "info record" output.
9255 * gdb.btrace/nexti.exp: Update "info record" output.
9256 * gdb.btrace/step.exp: Update "info record" output.
9257 * gdb.btrace/stepi.exp: Update "info record" output.
9258 * gdb.btrace/nohist.exp: Update "info record" output.
9259
9260 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9261
9262 * gdb.btrace/buffer-size: New.
9263
9264 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9265
9266 * gdb.btrace/delta.exp: Update "info record" output.
9267 * gdb.btrace/enable.exp: Update "info record" output.
9268 * gdb.btrace/finish.exp: Update "info record" output.
9269 * gdb.btrace/instruction_history.exp: Update "info record" output.
9270 * gdb.btrace/next.exp: Update "info record" output.
9271 * gdb.btrace/nexti.exp: Update "info record" output.
9272 * gdb.btrace/step.exp: Update "info record" output.
9273 * gdb.btrace/stepi.exp: Update "info record" output.
9274 * gdb.btrace/nohist.exp: Update "info record" output.
9275
9276 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
9277
9278 PR gdb/15678
9279 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
9280
9281 2015-02-06 Pedro Alves <palves@redhat.com>
9282
9283 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
9284 macro.
9285 (seconds_left, again): New globals.
9286 (main): Wait seconds_left in a 1-second sleep loop instead of
9287 sleeping 180 seconds. If 'again' is set, reset the seconds
9288 counter.
9289 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
9290 'again' in the inferior before detaching. Print the seconds left.
9291 (options): New global.
9292 (top level): Build program with -DTIMEOUT=$timeout.
9293
9294 2015-02-06 Pedro Alves <palves@redhat.com>
9295
9296 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
9297 determine how many seconds to pass to 'alarm'.
9298 * gdb.base/gdb-sigterm.exp (top level): Build program with
9299 -DTIMEOUT=$timeout.
9300 (do_test): Return success/failure indication. Add more verbose
9301 logging. Don't fail if 200 single steps are seen. Instead, fail
9302 when the test times out.
9303 (passes): New global.
9304 (top level): Break the testing loop if testing fails on any
9305 iteration. Use gdb_assert.
9306
9307 2015-02-04 Don Breazeal <donb@codesourcery.com>
9308
9309 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
9310 and initialize them.
9311 (ipc_cleanup): New function.
9312 (main): Don't declare shmid, semid, and msqid. Add a call to
9313 atexit so that we call ipc_cleanup on exit.
9314
9315 2015-02-04 Pedro Alves <palves@redhat.com>
9316
9317 * boards/native-extended-gdbserver.exp: Remove any target variant
9318 specifications from the board name before clearing the isremote
9319 flag from board_info.
9320
9321 2015-01-31 Doug Evans <xdje42@gmail.com>
9322
9323 * gdb.base/maint.exp <maint print type argc>: Update expected output.
9324
9325 2015-01-31 Gary Benson <gbenson@redhat.com>
9326
9327 * gdb.base/completion.exp: Disable completion limiting for
9328 existing tests. Add new tests to check completion limiting.
9329 * gdb.linespec/ls-errs.exp: Disable completion limiting.
9330
9331 2015-01-31 Doug Evans <xdje42@gmail.com>
9332
9333 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
9334
9335 2015-01-31 Doug Evans <xdje42@gmail.com>
9336
9337 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
9338 entries. Duplicate file section script entries.
9339 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
9340 inlined entries. Add test for safe-path rejection.
9341 * gdb.python/py-section-script.c: Add duplicate inlined section script
9342 entries. Duplicate file section script entries.
9343 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
9344 inlined entries. Add test for safe-path rejection.
9345
9346 2015-01-29 Joel Brobecker <brobecker@adacore.com>
9347
9348 * gdb.ada/disc_arr_bound: New testcase.
9349
9350 2015-01-29 Joel Brobecker <brobecker@adacore.com>
9351
9352 * gdb.ada/mi_var_array: New testcase.
9353
9354 2015-01-27 Doug Evans <dje@google.com>
9355
9356 * gdb.python/py-objfile.exp: Add tests for objfile.username.
9357 Add test for objfile.filename, objfile.username after objfile
9358 has been unloaded.
9359
9360 2015-01-26 Joel Brobecker <brobecker@adacore.com>
9361
9362 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
9363 the second test to print the name attribute of value
9364 returned by the call to gdb.lookup_type, and adjust
9365 the expected output accordingly.
9366
9367 2015-01-25 Mark Wielaard <mjw@redhat.com>
9368
9369 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
9370 * gdb.base/disp-step-fork.c: Include unistd.h.
9371 * gdb.base/siginfo-obj.c: Include stdio.h.
9372 * gdb.base/siginfo-thread.c: Likewise.
9373 * gdb.mi/non-stop.c: Include unistd.h.
9374 * gdb.mi/nsthrexec.c: Include stdio.h.
9375 * gdb.mi/pthreads.c: Include unistd.h.
9376 * gdb.modula2/unbounded1.c (main): Declare returns int.
9377 * gdb.reverse/consecutive-reverse.c: Likewise.
9378 * gdb.threads/create-fail.c: Include unistd.h.
9379 * gdb.threads/killed.c: Likewise.
9380 * gdb.threads/linux-dp.c: Likewise.
9381 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
9382 * gdb.threads/non-ldr-exc-2.c: Likewise.
9383 * gdb.threads/non-ldr-exc-3.c: Likewise.
9384 * gdb.threads/non-ldr-exc-4.c: Likewise.
9385 * gdb.threads/pthreads.c: Include unistd.h.
9386 (main): Declare returns int.
9387 * gdb.threads/tls-main.c (foo): New declaration.
9388 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
9389
9390 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
9391
9392 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
9393 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
9394
9395 2015-01-15 Mark Wielaard <mjw@redhat.com>
9396
9397 * gdb.base/noreturn-return.c: New file.
9398 * gdb.base/noreturn-return.exp: New file.
9399 * gdb.base/noreturn-finish.c: New file.
9400 * gdb.base/noreturn-finish.exp: New file.
9401
9402 2015-01-23 Pedro Alves <palves@redhat.com>
9403
9404 * gdb.threads/continue-pending-after-query.c: New file.
9405 * gdb.threads/continue-pending-after-query.exp: New file.
9406
9407 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
9408 Simon Marchi <simon.marchi@ericsson.com>
9409
9410 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
9411 * gdb.base/valgrind-db-attach.exp: Same.
9412 * gdb.base/valgrind-infcall.exp: Same.
9413 * lib/mi-support.exp (default_mi_gdb_start): Same.
9414 * lib/prompt.exp (default_prompt_gdb_start): Same.
9415 * lib/gdb.exp (default_gdb_spawn): Same.
9416 (gdb_interact): New.
9417
9418
9419 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9420
9421 * gdb.compile/compile.exp (pointer to jit function): New test.
9422
9423 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
9424
9425 * lib/gdb.exp (supports_process_record): Return true for
9426 powerpc*-*-linux*.
9427 (supports_reverse): Likewise.
9428
9429 2015-01-15 Don Breazeal <donb@codesourcery.com>
9430
9431 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
9432 instead of checking whether the target board is remote and
9433 use spawn_wait_for_attach instead of exec/sleep.
9434 * gdb.base/attach-twice.exp: Likewise.
9435
9436 2015-01-15 Joel Brobecker <brobecker@adacore.com>
9437
9438 * gdb.ada/var_arr_attrs: New testcase.
9439
9440 2015-01-14 Pedro Alves <palves@redhat.com>
9441 Joel Brobecker <brobecker@adacore.com>
9442
9443 PR gdb/17525
9444 * gdb.base/bp-cmds-execution-x-script.c: New file.
9445 * gdb.base/bp-cmds-execution-x-script.exp: New file.
9446 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
9447
9448 2015-01-14 Pedro Alves <palves@redhat.com>
9449
9450 PR cli/17828
9451 * gdb.base/batch-preserve-term-settings.c: New file.
9452 * gdb.base/batch-preserve-term-settings.exp: New file.
9453
9454 2015-01-13 Doug Evans <dje@google.com>
9455
9456 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
9457 binary.
9458
9459 2015-01-13 Joel Brobecker <brobecker@adacore.com>
9460
9461 * Makefile.in (clean mostlyclean): Do not delete *.py.
9462
9463 2015-01-13 Joel Brobecker <brobecker@adacore.com>
9464
9465 * gdb.python/py-lookup-type.exp: New file.
9466
9467 2015-01-12 Pedro Alves <palves@redhat.com>
9468
9469 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
9470 restore GDBFLAGS before returning.
9471
9472 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9473
9474 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
9475 is_amd64_regs_target and is_x86_like_target.
9476
9477 2015-01-11 Doug Evans <xdje42@gmail.com>
9478
9479 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
9480 is given without an explicit form.
9481 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
9482 attributes.
9483 * gdb.dwarf/corrupt.exp: Ditto.
9484 * gdb.dwarf2/enum-type.exp: Ditto.
9485 * gdb.trace/entry-values.exp: Ditto.
9486 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
9487
9488 2015-01-11 Doug Evans <xdje42@gmail.com>
9489
9490 PR gdb/15830
9491 * gdb.base/maint.exp: Remove references to "maint demangle".
9492 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
9493 Add tests for explicitly specifying language to demangle.
9494 * gdb.dlang/demangle.exp: Ditto.
9495
9496 2015-01-09 Pedro Alves <palves@redhat.com>
9497
9498 * gdb.threads/non-stop-fair-events.c: New file.
9499 * gdb.threads/non-stop-fair-events.exp: New file.
9500
9501 2015-01-09 Pedro Alves <palves@redhat.com>
9502
9503 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
9504 the global scope. Set a breakpoint after all threads are started
9505 rather than stepping over two source lines. Expect the prompt.
9506 * gdb.base/watch_thread_num.c (threads_started_barrier): New
9507 global.
9508 (NUM): Now 15.
9509 (main): Use threads_started_barrier to wait for all threads to
9510 start. Main thread no longer calls thread_function. Exit after
9511 180 seconds.
9512 (loop): New function.
9513 (thread_function): Wait on threads_started_barrier barrier. Call
9514 'loop' at each iteration.
9515 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
9516 threads have started, instead of hardcoding number of "next"
9517 steps. Use an access watchpoint instead of a write watchpoint.
9518
9519 2015-01-09 Pedro Alves <palves@redhat.com>
9520
9521 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
9522 (thread_func): Wait on barrier.
9523 (main): Wait for all threads to start before stopping GDB.
9524 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
9525 global.
9526 (thread1_func, thread2_func): Wait on barrier.
9527 (main): Wait for all threads to start before stopping GDB.
9528 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
9529 New global.
9530 (thread1_func, thread2_func): Wait on barrier.
9531 (main): Wait for all threads to start before stopping GDB.
9532
9533 2015-01-09 Pedro Alves <palves@redhat.com>
9534
9535 * gdb.threads/attach-many-short-lived-threads.c: New file.
9536 * gdb.threads/attach-many-short-lived-threads.exp: New file.
9537
9538 2014-01-09 Pedro Alves <palves@redhat.com>
9539
9540 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
9541 instead of to thread 2.
9542 * gdb.threads/signal-command-multiple-signals-pending.c (main):
9543 Add barrier around each pthread_create call instead of around all
9544 calls.
9545 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
9546 Set a break on thread_function and have the child threads hit it
9547 one at at a time.
9548
9549 2015-01-09 Pedro Alves <palves@redhat.com>
9550
9551 * lib/gdb.exp (can_spawn_for_attach): New procedure.
9552 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
9553 false.
9554 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
9555 checking whether the target board is remote.
9556 * gdb.multi/multi-attach.exp: Likewise.
9557 * gdb.python/py-sync-interp.exp: Likewise.
9558 * gdb.server/ext-attach.exp: Likewise.
9559 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
9560 tests that need to attach, instead of checking whether the target
9561 board is remote at the top of the file.
9562
9563 2015-01-08 Yao Qi <yao@codesourcery.com>
9564
9565 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
9566
9567 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9568
9569 Fix testcase compilation.
9570 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
9571
9572 2015-01-06 Joel Brobecker <brobecker@adacore.com>
9573
9574 * gdb.python/py-type.exp: Add a couple test about empty
9575 array creation, and negative-length array creation.
9576
9577 2015-01-02 Doug Evans <xdje42@gmail.com>
9578
9579 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
9580
9581 2015-01-02 Doug Evans <dje@google.com>
9582
9583 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
9584
9585 2014-12-29 Yao Qi <yao@codesourcery.com>
9586
9587 * gdb.trace/entry-values.exp: Update comments. Rename variable
9588 bar_call_foo to returned_from_foo.
9589
9590 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
9591
9592 PR gdb/17394
9593 * gdb.linespec/break-asm-file.c: New file.
9594 * gdb.linespec/break-asm-file.exp: New file.
9595 * gdb.linespec/break-asm-file0.s: New file.
9596 * gdb.linespec/break-asm-file1.s: New file.
9597
9598 2014-12-18 Nigel Stephens <nigel@mips.com>
9599 Maciej W. Rozycki <macro@codesourcery.com>
9600
9601 * gdb.base/float.exp: Handle the new output from "info float" on
9602 MIPS targets.
9603
9604 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9605
9606 Fix MinGW compilation.
9607 * gdb.compile/compile-ops.exp: Update untested message if
9608 !skip_compile_feature_tests.
9609 * gdb.compile/compile-setjmp.exp: Likewise.
9610 * gdb.compile/compile-tls.exp: Likewise.
9611 * gdb.compile/compile.exp: Likewise.
9612 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
9613 supported on this host".
9614
9615 2014-12-16 Doug Evans <xdje42@gmail.com>
9616
9617 * boards/stabs.exp: New file.
9618
9619 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
9620
9621 * gdb.base/completion.exp: Adjust to format changes of "maint
9622 print user-registers".
9623
9624 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
9625
9626 PR server/17457
9627 * gdb.arch/aarch64-fp.c: New file.
9628 * gdb.arch/aarch64-fp.exp: New file.
9629
9630 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
9631
9632 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
9633 r210637, r210913, r211666, r215400, r215817).
9634
9635 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
9636 * dg-extract-results.py: New file.
9637 * dg-extract-results.sh: Use it if the environment seems
9638 suitable.
9639
9640 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
9641
9642 * dg-extract-results.py (parse_run): Handle warnings that
9643 are printed before a test harness is run.
9644
9645 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
9646
9647 * dg-extract-results.py (Named): Remove __cmp__ method.
9648 (output_variation): Use a key to sort variation.harnesses.
9649
9650 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
9651
9652 * dg-extract-results.py: For Python 3, force sys.stdout to
9653 handle surrogate escape sequences.
9654 (safe_open): New function.
9655 (output_segment, main): Use it.
9656
9657 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
9658
9659 * dg-extract-results.py (Prog.result_re): Include options
9660 in test name.
9661
9662 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
9663
9664 * dg-extract-results.py (output_variation): Always sort if
9665 do_sum.
9666
9667 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
9668
9669 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
9670 as long as we get pagination notifications.
9671
9672 2014-12-15 Jason Merrill <jason@redhat.com>
9673
9674 * Makefile.in (check-gdb.%): Restore.
9675 * README: Mention it.
9676
9677 2014-12-13 Joel Brobecker <brobecker@adacore.com>
9678
9679 * gdb.ada/str_uninit: New testcase.
9680
9681 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9682
9683 PR symtab/17642
9684 * gdb.base/vla-stub-define.c: New file.
9685 * gdb.base/vla-stub.c: New file.
9686 * gdb.base/vla-stub.exp: New file.
9687
9688 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
9689 Jan Kratochvil <jan.kratochvil@redhat.com>
9690 Tom Tromey <tromey@redhat.com>
9691
9692 * configure.ac: Add gdb.compile/.
9693 * configure: Regenerate.
9694 * gdb.compile/Makefile.in: New file.
9695 * gdb.compile/compile-ops.exp: New file.
9696 * gdb.compile/compile-ops.c: New file.
9697 * gdb.compile/compile-tls.c: New file.
9698 * gdb.compile/compile-tls.exp: New file.
9699 * gdb.compile/compile-constvar.S: New file.
9700 * gdb.compile/compile-constvar.c: New file.
9701 * gdb.compile/compile-mod.c: New file.
9702 * gdb.compile/compile-nodebug.c: New file.
9703 * gdb.compile/compile-setjmp-mod.c: New file.
9704 * gdb.compile/compile-setjmp.c: New file.
9705 * gdb.compile/compile-setjmp.exp: New file.
9706 * gdb.compile/compile-shlib.c: New file.
9707 * gdb.compile/compile.c: New file.
9708 * gdb.compile/compile.exp: New file.
9709 * lib/gdb.exp (skip_compile_feature_tests): New proc.
9710
9711 2014-12-12 Tom Tromey <tromey@redhat.com>
9712
9713 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
9714 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
9715
9716 2014-12-12 Doug Evans <dje@google.com>
9717
9718 * lib/gdb-python.exp (get_python_valueof): New function.
9719 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
9720
9721 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
9722
9723 * gdb.base/completion.exp: Add test for completion of "info
9724 registers ".
9725
9726 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
9727
9728 * gdb.base/func-ptrs.c: New file.
9729 * gdb.base/func-ptrs.exp: New file.
9730
9731 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
9732
9733 PR breakpoints/17012
9734 * gdb.base/dprintf-detach.c: New file.
9735 * gdb.base/dprintf-detach.exp: New file.
9736
9737 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
9738
9739 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
9740 * lib/gdb.exp (target_is_gdbserver): New procedure.
9741
9742 2014-12-08 Doug Evans <dje@google.com>
9743
9744 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
9745
9746 2014-12-05 Yao Qi <yao@codesourcery.com>
9747
9748 * gdb.guile/scm-error.exp: Remove the third argument to
9749 gdb_remote_download.
9750 * gdb.guile/scm-frame-args.exp: Likewise.
9751 * gdb.guile/scm-section-script.exp: Likewise.
9752
9753 2014-12-05 Yao Qi <yao@codesourcery.com>
9754
9755 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
9756
9757 2014-12-04 Doug Evans <dje@google.com>
9758
9759 * gdb.python/py-objfile.exp: Add tests for
9760 objfile.add_separate_debug_file.
9761
9762 2014-12-04 Doug Evans <dje@google.com>
9763
9764 * lib/gdb.exp (get_build_id): New function.
9765 (build_id_debug_filename_get): Rewrite to use it.
9766 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
9767
9768 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
9769
9770 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
9771 `method(long)', not just 0x0.
9772 * gdb.cp/nsalias.exp: Align code labels to 4.
9773 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
9774 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
9775 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
9776 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
9777 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
9778 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
9779
9780 2014-12-02 Doug Evans <dje@google.com>
9781
9782 PR symtab/17602
9783 * gdb.cp/anon-ns.cc: Move guts of this file to ...
9784 * gdb.cp/anon-ns2.cc: ... here. New file.
9785 * gdb.cp/anon-ns.exp: Update.
9786
9787 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
9788
9789 * gdb.python/py-events.py (inferior_call_handler): New.
9790 (register_changed_handler, memory_changed_handler): New.
9791 (test_events.invoke): Register new handlers.
9792 * gdb.python/py-events.exp: Add tests for inferior call,
9793 memory_changed and register_changed events.
9794
9795 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
9796
9797 * gdb.base/execl-update-breakpoints.exp: Specify the link address
9798 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
9799 if the linker doesn't understand this.
9800
9801 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
9802
9803 * gdb.python/python.exp: Change expected reply to help().
9804
9805 2014-12-01 Yao Qi <yao@codesourcery.com>
9806
9807 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
9808 AC_CONFIG_SUBDIRS(gdb.gdbtk).
9809 * configure: Re-generated.
9810
9811 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
9812
9813 * gdb.cp/chained-calls.cc: New file.
9814 * gdb.cp/chained-calls.exp: New file.
9815 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
9816
9817 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
9818
9819 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
9820 * gdb.dwarf2/symtab-producer.exp: Same.
9821 * gdb.gdb/python-interrupts.exp: Same.
9822 * gdb.gdb/python-selftest.exp: Same.
9823 * gdb.python/py-linetable.exp: Same.
9824 * gdb.python/py-type.exp: Same.
9825 * gdb.python/py-value-cc.exp: Same.
9826 * gdb.python/py-value.exp: Same.
9827
9828 2014-11-28 Yao Qi <yao@codesourcery.com>
9829
9830 * gdb.base/break-probes.exp: Match library name prefixed with
9831 sysroot.
9832
9833 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
9834
9835 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
9836 test expected output. Add parentheses for the call to print.
9837 Remove L suffix from integers.
9838
9839 2014-11-26 Doug Evans <dje@google.com>
9840
9841 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
9842
9843 2014-11-22 Yao Qi <yao@codesourcery.com>
9844
9845 * gdb.trace/entry-values.c: Remove asms.
9846 (foo): Add foo_label.
9847 (bar): Add bar_label.
9848 * gdb.trace/entry-values.exp: Remove code computing foo's
9849 length and bar's length.
9850 (Dwarf::assemble): Invoke function_range for bar and use
9851 MACRO_AT_func for foo.
9852
9853 2014-11-22 Yao Qi <yao@codesourcery.com>
9854
9855 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
9856 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
9857 Use .Lgcc43_procstart instead of gcc43.
9858
9859 2014-11-21 Joel Brobecker <brobecker@adacore.com>
9860
9861 * gdb.ada/n_arr_bound: New testcase.
9862
9863 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
9864
9865 PR breakpoints/10737
9866 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
9867 test_catch_syscall_multi_arch.
9868 (test_catch_syscall_multi_arch): New function.
9869
9870 2014-11-20 Doug Evans <xdje42@gmail.com>
9871
9872 * gdb.base/maint.exp: Update expected output.
9873
9874 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
9875
9876 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
9877 4-byte instruction on S390.
9878
9879 2014-11-19 Joel Brobecker <brobecker@adacore.com>
9880
9881 * gdb.ada/arr_arr: New testcase.
9882
9883 2014-11-19 Joel Brobecker <brobecker@adacore.com>
9884
9885 * gdb.ada/pkd_arr_elem: New Testcase.
9886
9887 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
9888
9889 * gdb.reverse/break-precsave: Expect completion message for
9890 core file reads.
9891 * gdb.reverse/consecutive-precsave.exp: Likewise.
9892 * gdb.reverse/finish-precsave.exp: Likewise.
9893 * gdb.reverse/i386-precsave.exp: Likewise.
9894 * gdb.reverse/machinestate-precsave.exp: Likewise.
9895 * gdb.reverse/sigall-precsave.exp: Likewise.
9896 * gdb.reverse/solib-precsave.exp: Likewise.
9897 * gdb.reverse/step-precsave.exp: Likewise.
9898 * gdb.reverse/until-precsave.exp: Likewise.
9899 * gdb.reverse/watch-precsave.exp: Likewise.
9900
9901 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9902
9903 * gdb.base/bp-permanent.c: Include unistd.h.
9904 * gdb.python/py-framefilter-mi.c (main): Add return type.
9905 * gdb.python/py-framefilter.c (main): Likewise.
9906 * gdb.trace/actions-changed.c (main): Likewise.
9907
9908 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9909
9910 * gdb.mi/until.c: Add eye-catchers.
9911 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
9912 line numbers.
9913
9914 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9915
9916 * gdb.base/condbreak.exp: Drop references to removed non-prototype
9917 function header variants in break1.c.
9918 * gdb.base/ena-dis-br.exp: Likewise.
9919 * gdb.base/hbreak2.exp: Likewise.
9920 * gdb.reverse/until-precsave.exp: Drop references to removed
9921 non-prototype function header variants in ur1.c.
9922 * gdb.reverse/until-reverse.exp: Likewise.
9923
9924 2014-11-17 Petr Machata <pmachata@redhat.com>
9925
9926 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
9927 ${_cu_offset_size} bytes abbrev offset.
9928
9929 2014-11-15 Doug Evans <xdje42@gmail.com>
9930
9931 PR symtab/17559
9932 * gdb.base/line-symtabs.exp: New file.
9933 * gdb.base/line-symtabs.c: New file.
9934 * gdb.base/line-symtabs.h: New file.
9935
9936 2014-11-14 Yao Qi <yao@codesourcery.com>
9937
9938 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
9939 (func): Add label func_label.
9940 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
9941 Replace low_pc and high_pc with MACRO_AT_range.
9942 Replace name, low_pc and high_pc with MACRO_AT_func.
9943
9944 2014-11-14 Yao Qi <yao@codesourcery.com>
9945
9946 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
9947 Replace name, low_pc and high_pc with MACRO_AT_func.
9948
9949 2014-11-14 Yao Qi <yao@codesourcery.com>
9950
9951 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
9952 produce debug information.
9953 * gdb.dwarf2/implptr-optimized-out.S: Removed.
9954
9955 2014-11-14 Yao Qi <yao@codesourcery.com>
9956
9957 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
9958 object and get function length.
9959 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
9960 with MACRO_AT_func.
9961 (top-level): Replace gdb_compile and clean_restart with
9962 prepare_for_testing.
9963 * gdb.dwarf2/main.c (main): Add label main_label.
9964
9965 2014-11-14 Yao Qi <yao@codesourcery.com>
9966
9967 * lib/dwarf.exp (function_range): New procedure.
9968 (Dwarf::_handle_macro_at_func): New procedure.
9969 (Dwarf::_handle_macro_at_range): New procedure.
9970 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
9971
9972 2014-11-14 Yao Qi <yao@codesourcery.com>
9973
9974 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
9975 (_handle_attribute): New procedure.
9976
9977 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9978
9979 * gdb.ada/cond_lang/foo.c (callme): Add return type.
9980 * gdb.base/call-sc.c (zed): Likewise.
9981 * gdb.base/checkpoint.c (main): Likewise.
9982 * gdb.base/dump.c (main): Likewise.
9983 * gdb.base/gcore.c (main): Likewise.
9984 * gdb.base/huge.c (main): Likewise.
9985 * gdb.base/multi-forks.c (main): Likewise.
9986 * gdb.base/pr10179-a.c (main): Likewise.
9987 * gdb.base/savedregs.c (main): Likewise.
9988 * gdb.base/sigaltstack.c (main): Likewise.
9989 * gdb.base/siginfo.c (main): Likewise.
9990 * gdb.base/structs.c (zed): Likewise.
9991 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
9992 * gdb.mi/mi-syn-frame.c (main): Likewise.
9993 * gdb.mi/until.c (foo, main): Likewise.
9994 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
9995 * gdb.base/solib-weak.c (foo): Declare.
9996 * gdb.base/attach-twice.c: Include stdio.h.
9997 * gdb.base/weaklib1.c: Likewise.
9998 * gdb.base/weaklib2.c: Likewise.
9999 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
10000 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
10001 unistd.h.
10002 * gdb.base/attach-pie-misread.c: Include stdlib.h.
10003 * gdb.mi/mi-exit-code.c: Likewise.
10004 * gdb.base/break-interp-lib.c: Include string.h.
10005 * gdb.base/coremaker.c: Likewise.
10006 * gdb.base/testenv.c: Likewise.
10007 * gdb.python/py-finish-breakpoint.c: Likewise.
10008 * gdb.base/inferior-died.c: Include sys/wait.h.
10009 * gdb.base/fileio.c: Include time.h.
10010 * gdb.base/async-shell.c: Include unistd.h.
10011 * gdb.base/dprintf-non-stop.c: Likewise.
10012 * gdb.base/info-os.c: Likewise.
10013 * gdb.mi/mi-console.c: Likewise.
10014 * gdb.mi/watch-nonstop.c: Likewise.
10015 * gdb.python/py-events.c: Likewise.
10016 * gdb.base/async.c (baz): Move up before its invocation.
10017 * gdb.base/code_elim2.c (my_global_func): Likewise.
10018 * gdb.base/skip-solib-lib.c (multiply): Likewise.
10019 * gdb.base/advance.c (func2): Likewise.
10020
10021 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10022
10023 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
10024 variant.
10025 * gdb.base/annota3.c: Likewise.
10026 * gdb.base/async.c: Likewise.
10027 * gdb.base/average.c: Likewise.
10028 * gdb.base/call-ar-st.c: Likewise.
10029 * gdb.base/call-rt-st.c: Likewise.
10030 * gdb.base/call-sc.c: Likewise.
10031 * gdb.base/call-strs.c: Likewise.
10032 * gdb.base/ending-run.c: Likewise.
10033 * gdb.base/execd-prog.c: Likewise.
10034 * gdb.base/exprs.c: Likewise.
10035 * gdb.base/foll-exec.c: Likewise.
10036 * gdb.base/foll-fork.c: Likewise.
10037 * gdb.base/foll-vfork.c: Likewise.
10038 * gdb.base/funcargs.c: Likewise.
10039 * gdb.base/gcore.c: Likewise.
10040 * gdb.base/jump.c: Likewise.
10041 * gdb.base/langs0.c: Likewise.
10042 * gdb.base/langs1.c: Likewise.
10043 * gdb.base/langs2.c: Likewise.
10044 * gdb.base/mips_pro.c: Likewise.
10045 * gdb.base/nodebug.c: Likewise.
10046 * gdb.base/opaque0.c: Likewise.
10047 * gdb.base/opaque1.c: Likewise.
10048 * gdb.base/recurse.c: Likewise.
10049 * gdb.base/run.c: Likewise.
10050 * gdb.base/scope0.c: Likewise.
10051 * gdb.base/scope1.c: Likewise.
10052 * gdb.base/setshow.c: Likewise.
10053 * gdb.base/setvar.c: Likewise.
10054 * gdb.base/shmain.c: Likewise.
10055 * gdb.base/shr1.c: Likewise.
10056 * gdb.base/shr2.c: Likewise.
10057 * gdb.base/sigall.c: Likewise.
10058 * gdb.base/signals.c: Likewise.
10059 * gdb.base/so-indr-cl.c: Likewise.
10060 * gdb.base/solib2.c: Likewise.
10061 * gdb.base/structs.c: Likewise.
10062 * gdb.base/sum.c: Likewise.
10063 * gdb.base/vforked-prog.c: Likewise.
10064 * gdb.base/watchpoint.c: Likewise.
10065 * gdb.reverse/shr2.c: Likewise.
10066 * gdb.reverse/until-reverse.c: Likewise.
10067 * gdb.reverse/ur1.c: Likewise.
10068 * gdb.reverse/watch-reverse.c: Likewise.
10069
10070 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10071
10072 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
10073 variant.
10074 * gdb.base/sepdebug.exp: Drop references to removed code.
10075
10076 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10077
10078 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
10079 variant. Preserve original line numbering.
10080 * gdb.base/list1.c: Likewise.
10081
10082 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10083
10084 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
10085 variant.
10086 * gdb.base/break1.c: Likewise.
10087 * gdb.base/break.exp: Drop references to removed code.
10088
10089 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10090
10091 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
10092 variant.
10093
10094 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10095
10096 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
10097
10098 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10099
10100 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
10101 logic into perform_all_tests() and invoke it with and without
10102 function header prototypes.
10103 (do_function_calls): Remove conditional XFAIL for PR 5318.
10104 (rerun_and_prepare): Remove duplicate code.
10105 (perform_all_tests): New. Main logic moved here.
10106
10107 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10108
10109 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
10110 code guarded by #ifdef NO_PROTOTYPES.
10111 (t_double_many_args): Likewise.
10112 (DEF_FUNC_MANY_ARGS_1): Likewise.
10113 (DEF_FUNC_VALUES_1): Likewise.
10114 (t_structs_ldc): Renamed from t_structs_fc in conditional code
10115 guarded by #ifdef PROTOTYPES.
10116
10117 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10118
10119 * gdb.mi/mi-console.c: Add eye-catcher.
10120 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
10121 instead of literal line number.
10122
10123 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10124
10125 * gdb.base/shr2.c: Add eye-catcher.
10126 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
10127 line number.
10128
10129 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10130
10131 * gdb.base/jump.c: Add eye-catchers.
10132 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
10133 numbers.
10134
10135 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10136
10137 * gdb.base/execd-prog.c: Add eye-catchers.
10138 * gdb.base/foll-exec.c: Likewise.
10139 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
10140 line numbers.
10141
10142 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10143
10144 * gdb.base/ending-run.c: Add eye-catchers.
10145 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
10146 literal line numbers.
10147
10148 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10149
10150 * gdb.base/call-rt-st.c: Add eye-catchers.
10151 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
10152 literal line numbers.
10153
10154 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10155
10156 * gdb.base/call-ar-st.c: Add eye-catchers.
10157 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
10158 literal line numbers.
10159
10160 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10161
10162 * gdb.base/average.c: Add eye-catchers.
10163 * gdb.base/sum.c: Likewise.
10164 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
10165 regexps dynamically.
10166
10167 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10168
10169 * gdb.base/solib1.c: Add eye-catchers.
10170 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
10171 literal line numbers.
10172
10173 2014-11-12 Pedro Alves <palves@redhat.com>
10174
10175 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
10176 leader has exited.
10177
10178 2014-11-12 Pedro Alves <palves@redhat.com>
10179
10180 * gdb.arch/i386-bp_permanent.c: New file.
10181 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
10182 (srcfile): Set to i386-bp_permanent.c.
10183 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
10184 that stepi does not execute the 'leave' instruction, instead of
10185 testing it does execute.
10186 * gdb.base/bp-permanent.c: New file.
10187 * gdb.base/bp-permanent.exp: New file.
10188
10189 2014-11-10 Doug Evans <xdje42@gmail.com>
10190
10191 PR symtab/17564
10192 * gdb.base/symtab-search-order.exp: New file.
10193 * gdb.base/symtab-search-order.c: New file.
10194 * gdb.base/symtab-search-order-1.c: New file.
10195 * gdb.base/symtab-search-order-shlib-1.c: New file.
10196
10197 2014-11-07 Pedro Alves <palves@redhat.com>
10198
10199 PR gdb/17511
10200 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
10201 i?86-*-linux*.
10202
10203 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
10204
10205 PR c++/17494
10206 * gdb.cp/pr17494.cc: New file.
10207 * gdb.cp/pr17494.exp: New file.
10208
10209 2014-11-02 Yao Qi <yao@codesourcery.com>
10210
10211 * gdb.python/python.exp: Get working directory and match the
10212 output of "set extended-prompt \\w " with it.
10213
10214 2014-10-30 Doug Evans <dje@google.com>
10215
10216 * gdb.python/py-objfile.exp: Add tests for setting random attributes
10217 in objfiles.
10218 * gdb.python/py-progspace.exp: Add tests for setting random attributes
10219 in progspaces.
10220
10221 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
10222
10223 * gdb.base/fullpath-expand.exp: Skip for a remote host.
10224 * gdb.base/realname-expand.exp: Likewise.
10225 * gdb.linespec/macro-relative.exp: Likewise.
10226
10227 2014-10-29 Pedro Alves <palves@redhat.com>
10228
10229 PR gdb/17408
10230 * gdb.threads/schedlock.c (some_function): New function.
10231 (call_function): New global.
10232 (MAYBE_CALL_SOME_FUNCTION): New macro.
10233 (thread_function): Call it.
10234 * gdb.threads/schedlock.exp (get_args): Add description parameter,
10235 and use it instead of a global counter. Adjust all callers.
10236 (get_current_thread): Use "find current thread" for test message
10237 here rather than having all callers pass down the same string.
10238 (goto_loop): New procedure, factored out from ...
10239 (my_continue): ... this.
10240 (step_ten_loops): Change parameter from test message to command to
10241 use. Adjust.
10242 (list_count): Delete global.
10243 (check_result): New procedure, factored out from duplicate top
10244 level code.
10245 (continue tests): Wrap in with_test_prefix.
10246 (test_step): New procedure, factored out from duplicate top level
10247 code.
10248 (top level): Test "step" in combination with all scheduler-locking
10249 modes. Test "next" in combination with all scheduler-locking
10250 modes, and in combination with stepping over a function call or
10251 not.
10252 * gdb.threads/next-bp-other-thread.c: New file.
10253 * gdb.threads/next-bp-other-thread.exp: New file.
10254
10255 2014-10-29 Pedro Alves <palves@redhat.com>
10256
10257 PR python/17372
10258 * gdb.python/python.exp: Test a multi-line command that spawns
10259 interactive Python.
10260 * gdb.base/multi-line-starts-subshell.exp: New file.
10261
10262 2014-10-29 Yao Qi <yao@codesourcery.com>
10263
10264 * gdb.base/fileio.exp: Make directories on host.
10265
10266 2014-10-29 Yao Qi <yao@codesourcery.com>
10267
10268 * gdb.base/fileio.c (test_write): Close the file.
10269
10270 2014-10-28 Pedro Alves <palves@redhat.com>
10271
10272 PR gdb/12623
10273 * gdb.base/sigstep.c (no_handler): New global.
10274 (main): If 'no_handler is true, set the signal handlers to
10275 SIG_IGN.
10276 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
10277 with_sw_watch and no_handler parameters. Handle them.
10278 (top level) <stepping over handler when stopped at a breakpoint
10279 test>: Add a test axis for testing with a software watchpoint, and
10280 another for testing with the signal handler set to SIG_IGN.
10281 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
10282 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
10283
10284 2014-10-28 Pedro Alves <palves@redhat.com>
10285
10286 PR gdb/17511
10287 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
10288 * gdb.base/sigstep.exp (other_handler_location): New global.
10289 (advance): Support stepping into the signal handler, and running
10290 commands while in the handler.
10291 (in_handler_map): New global.
10292 (top level): In the advance test, add combinations for getting
10293 into the handler with stepping commands, and for running commands
10294 in the handler. Add comment descripting the advancei tests.
10295
10296 2014-10-28 Pedro Alves <palves@redhat.com>
10297
10298 * gdb.base/sigstep.exp: Use build_executable instead of
10299 prepare_for_testing.
10300 (top level): Move code that starts GDB, runs to main and creates a
10301 display to ...
10302 (restart): ... this new procedure.
10303 (top level): Move backtrace from signal handler test to ...
10304 (validate_backtrace): ... this new procedure.
10305 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
10306 with_test_prefix. Always restart GDB.
10307 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
10308 with_test_prefix. Always restart GDB. No need to delete
10309 breakpoints after the test.
10310 (test_skip_handler): Remove prefix parameter.
10311 (skip_over_handler, breakpoint_to_handler)
10312 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
10313 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
10314 restart GDB. No need to delete breakpoints after the test.
10315 (top level): Use foreach to call the test procedures with
10316 different commands.
10317
10318 2014-10-28 Pedro Alves <palves@redhat.com>
10319
10320 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
10321 instead of GNATS numbers.
10322 * gdb.base/sigbpt.exp: Likewise.
10323 * gdb.base/siginfo.exp: Likewise.
10324 * gdb.base/sigstep.exp: Likewise.
10325
10326 2014-10-27 Pedro Alves <palves@redhat.com>
10327
10328 * gdb.base/sigstep.c (dummy): New global.
10329 (main): Issue a couple writes to the new global.
10330 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
10331 procedures.
10332 (skip_over_handler): Use test_skip_handler.
10333 (top level): Call skip_over_handler for stepi and nexti too.
10334 (breakpoint_over_handler): Use test_skip_handler.
10335 (top level): Call breakpoint_over_handler for stepi and nexti too.
10336
10337 2014-10-27 Yao Qi <yao@codesourcery.com>
10338
10339 * gdb.trace/tfile.c (adjust_function_address)
10340 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
10341 function descriptor.
10342
10343 2014-10-24 Don Breazeal <donb@codesourcery.com>
10344
10345 * gdb.base/foll-fork.exp (test_follow_fork,
10346 catch_fork_child_follow): Check for updated fork messages emitted
10347 from infrun.c.
10348 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
10349 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
10350 vfork_and_exec_child_follow_through_step): Check for updated vfork
10351 messages emitted from infrun.c.
10352
10353 2014-10-24 Pedro Alves <palves@redhat.com>
10354
10355 * gdb.base/corefile.exp: Remove references to ultrix.
10356 * gdb.base/interrupt.exp: Likewise.
10357 * gdb.base/whatis.exp: Likewise.
10358 * gdb.gdb/selftest.exp: Likewise.
10359 * gdb.threads/manythreads.exp: Likewise.
10360 * gdb.threads/print-threads.exp: Likewise.
10361 * gdb.threads/pthreads.exp:: Likewise.
10362 * gdb.threads/schedlock.exp: Likewise.
10363
10364 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
10365
10366 * gdb.cp/non-trivial-retval.cc: Add a test case.
10367 * gdb.cp/non-trivial-retval.exp: Add a test.
10368
10369 2014-10-20 Yao Qi <yao@codesourcery.com>
10370
10371 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
10372 * gdb.python/py-objfile-script-gdb.py: New file.
10373 * gdb.python/py-objfile-script.exp: Update reference to
10374 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
10375 of remote_download. Remove the dest file.
10376
10377 2014-10-20 Yao Qi <yao@codesourcery.com>
10378
10379 * gdb.base/checkpoint.exp: Don't remove file copied on host.
10380 * gdb.base/step-line.exp: Likewise.
10381 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10382 * gdb.dwarf2/dw2-basic.exp: Likewise.
10383 * gdb.dwarf2/dw2-compressed.exp: Likewise.
10384 * gdb.dwarf2/dw2-filename.exp: Likewise.
10385 * gdb.dwarf2/dw2-intercu.exp: Likewise.
10386 * gdb.dwarf2/dw2-intermix.exp: Likewise.
10387 * gdb.dwarf2/dw2-producer.exp: Likewise.
10388 * gdb.dwarf2/mac-fileno.exp: Likewise.
10389 * gdb.python/py-frame-args.exp: Likewise.
10390 * gdb.python/py-framefilter.exp: Likewise.
10391 * gdb.python/py-mi.exp: Likewise.
10392 * gdb.python/py-objfile-script.exp: Likewise
10393 * gdb.python/py-pp-integral.exp: Likewise.
10394 * gdb.python/py-pp-re-notag.exp: Likewise.
10395 * gdb.python/py-prettyprint.exp: Likewise.
10396 * gdb.python/py-section-script.exp: Likewise.
10397 * gdb.python/py-typeprint.exp: Likewise.
10398 * gdb.python/py-xmethods.exp: Likewise.
10399 * gdb.stabs/weird.exp: Likewise.
10400 * gdb.xml/tdesc-regs.exp: Likewise.
10401
10402 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
10403
10404 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
10405 (out_cu): Use addr_len for the size of addresses.
10406 (out_line): Likewise. Size DW_LNE_set_address instruction
10407 according to addr_len.
10408 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
10409 (FUNC): Add START_INSNS to definition.
10410
10411 2014-10-18 Yao Qi <yao@codesourcery.com>
10412
10413 * gdb.base/argv0-symlink.exp: Check argv[0] value if
10414 gdb_has_argv0 return true.
10415 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
10416 check [target_info exists noargs], check [gdb_has_argv0]
10417 instead.
10418 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
10419 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
10420 procedures.
10421
10422 2014-10-17 Doug Evans <dje@google.com>
10423
10424 * gdb.python/py-events.exp: Update expected output for clear_objfiles
10425 event.
10426 * gdb.python/py-events.py: Add clear_objfiles event.
10427
10428 2014-10-17 Doug Evans <dje@google.com>
10429
10430 * gdb.python/py-objfile.exp: Test progspace attribute.
10431
10432 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
10433
10434 * gdb.guile/scm-breakpoint.exp: Do not assume any
10435 directory separators when matching source file paths.
10436 * gdb.python/py-breakpoint.exp: Likewise.
10437 * gdb.reverse/break-precsave.exp: Likewise.
10438 * gdb.reverse/break-reverse.exp: Likewise.
10439 * gdb.reverse/consecutive-precsave.exp: Likewise.
10440 * gdb.reverse/finish-precsave.exp: Likewise.
10441 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
10442 * gdb.reverse/finish-reverse.exp: Likewise.
10443 * gdb.reverse/i386-precsave.exp: Likewise.
10444 * gdb.reverse/i387-env-reverse.exp: Likewise.
10445 * gdb.reverse/i387-stack-reverse.exp: Likewise.
10446 * gdb.reverse/machinestate-precsave.exp: Likewise.
10447 * gdb.reverse/machinestate.exp: Likewise.
10448 * gdb.reverse/sigall-precsave.exp: Likewise.
10449 * gdb.reverse/solib-precsave.exp: Likewise.
10450 * gdb.reverse/step-precsave.exp: Likewise.
10451 * gdb.reverse/until-precsave.exp: Likewise.
10452 * gdb.reverse/watch-precsave.exp: Likewise.
10453 * gdb.reverse/watch-reverse.exp: Likewise.
10454
10455 2014-10-17 Yao Qi <yao@codesourcery.com>
10456
10457 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
10458 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
10459
10460 2014-10-17 Pedro Alves <palves@redhat.com>
10461
10462 PR gdb/17471
10463 * gdb.base/bg-execution-repeat.c: New file.
10464 * gdb.base/bg-execution-repeat.exp: New file.
10465
10466 2014-10-17 Pedro Alves <palves@redhat.com>
10467
10468 PR gdb/17300
10469 * gdb.base/continue-all-already-running.c: New file.
10470 * gdb.base/continue-all-already-running.exp: New file.
10471
10472 2014-10-17 Pedro Alves <palves@redhat.com>
10473
10474 PR gdb/17472
10475 * gdb.base/annota-input-while-running.c: New file.
10476 * gdb.base/annota-input-while-running.exp: New file.
10477
10478 2014-10-17 Pedro Alves <palves@redhat.com>
10479
10480 * gdb.base/callfuncs.exp: emove references to osf.
10481 * gdb.base/sigall.exp: Likewise.
10482 * gdb.gdb/selftest.exp: Likewise.
10483 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
10484 * gdb.mi/non-stop.c: Likewise.
10485 * gdb.mi/pthreads.c: Likewise.
10486 * gdb.reverse/sigall-precsave.exp: Likewise.
10487 * gdb.reverse/sigall-reverse.exp: Likewise.
10488 * gdb.threads/pthreads.c: Likewise.
10489 * gdb.threads/pthreads.exp: Likewise.
10490
10491 2014-10-17 Yao Qi <yao@codesourcery.com>
10492
10493 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
10494 check 'target_info exists noargs'.
10495 (test_command_prompt_position): Likewise.
10496 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
10497 Remove "set args".
10498 (progvar_simple_while_test): Likewise.
10499 (progvar_complex_if_while_test): Likewise.
10500 (if_while_breakpoint_command_test): Likewise.
10501 (infrun_breakpoint_command_test): Likewise.
10502 (breakpoint_command_test): Likewise.
10503 (watchpoint_command_test): Likewise.
10504 (bp_deleted_in_command_test): Likewise.
10505 (temporary_breakpoint_commands): Likewise.
10506
10507 2014-10-16 Yao Qi <yao@codesourcery.com>
10508
10509 * gdb.base/remotetimeout.exp: Remove noargs checking.
10510
10511 2014-10-15 Pedro Alves <palves@redhat.com>
10512
10513 PR breakpoints/9649
10514 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
10515 * gdb.base/breakpoint-in-ro-region.exp
10516 (probe_target_hardware_step): New procedure.
10517 (top level): Probe hardware stepping and hardware breakpoint
10518 support. Test stepping through a read-only region, with both
10519 "breakpoint auto-hw" on and off and both "always-inserted" on and
10520 off.
10521
10522 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
10523
10524 * gdb.dlang/demangle.exp: Update for demangling changes.
10525
10526 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
10527
10528 * gdb.cp/non-trivial-retval.cc: Add new test cases.
10529 * gdb.cp/non-trivial-retval.exp: Add new tests.
10530
10531 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
10532
10533 PR c++/13403
10534 PR c++/15154
10535 * gdb.cp/non-trivial-retval.cc: New file.
10536 * gdb.cp/non-trivial-retval.exp: New file.
10537
10538 2014-10-15 Yao Qi <yao@codesourcery.com>
10539
10540 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
10541 remote host.
10542
10543 2014-10-15 Yao Qi <yao@codesourcery.com>
10544
10545 * gdb.python/py-symbol.exp: Match file base name if host is
10546 remote, otherwise match file name with dir name.
10547 * gdb.python/py-symtab.exp: Likewise.
10548 * gdb.python/python.exp: Likewise.
10549
10550 2014-10-15 Yao Qi <yao@codesourcery.com>
10551
10552 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
10553 pattern.
10554 * gdb.python/py-symtab.exp: Likewise.
10555 * gdb.python/python.exp: Remove trailing ".*". Fix typo
10556 locationn.
10557
10558 2014-10-14 Joel Brobecker <brobecker@adacore.com>
10559
10560 * gdb.ada/addr_arith: New testcase.
10561
10562 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
10563
10564 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
10565 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
10566 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
10567 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
10568
10569 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
10570
10571 * gdb.arch/stap-eval-lang-ada.S: Likewise.
10572 * gdb.arch/stap-eval-lang-ada.c: Likewise.
10573 * gdb.arch/stap-eval-lang-ada.exp: New file.
10574
10575 2014-10-14 Yao Qi <yao@codesourcery.com>
10576
10577 * gdb.mi/mi-var-child.c (nothing1): New function.
10578 (nothing2): New function.
10579 (do_children_tests): Set function pointers by nothing1 and
10580 nothing2.
10581 * gdb.mi/mi-var-child.exp: Step over new added statements.
10582 Update test to match the new output.
10583 * gdb.mi/var-cmd.c (nothing1): New function.
10584 (nothing2): New function.
10585 (do_children_tests): Set function pointers by nothing1 and
10586 nothing2.
10587 * gdb.mi/mi-var-display.exp: Update test to match output.
10588 Step to the line specified by $line_dct_nothing.
10589 Increase the number of lines to step.
10590
10591 2014-10-14 Yao Qi <yao@codesourcery.com>
10592
10593 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
10594 tests.
10595 * gdb.mi/mi2-var-child.exp: Likewise.
10596
10597 2014-10-13 Doug Evans <dje@google.com>
10598
10599 * gdb.python/py-objfile.exp: Change name of file name test.
10600
10601 2014-10-13 Doug Evans <dje@google.com>
10602
10603 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
10604 from the start of the CU.
10605
10606 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10607 Yao Qi <yao@codesourcery.com>
10608
10609 Fix "save breakpoints" for "catch" command.
10610 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
10611 Remove -nonewline. Match also the added "main" line.
10612
10613 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10614
10615 Fix "save breakpoints" for "disable $bpnum" command.
10616 * gdb.base/save-bp.c (main): Add label.
10617 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
10618
10619 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10620
10621 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
10622
10623 2014-10-11 Yao Qi <yao@codesourcery.com>
10624
10625 * gdb.server/server-kill.exp: Execute command
10626 "set remote trace-status-packet on" before "tstatus".
10627
10628 2014-10-11 Yao Qi <yao@codesourcery.com>
10629
10630 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
10631 (main): Call getppid.
10632 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
10633 and continue to it. Read variable "server_pid".
10634
10635 2014-10-11 Yao Qi <yao@codesourcery.com>
10636
10637 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
10638
10639 2014-10-11 Yao Qi <yao@codesourcery.com>
10640
10641 * gdb.threads/thread-find.exp: Don't execute command
10642 "info threads".
10643 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
10644 * gdb.threads/linux-dp.exp: Don't check the condition
10645 $threads_created equals to zero.
10646
10647 2014-10-10 Pedro Alves <palves@redhat.com>
10648
10649 * gdb.base/bigcore.exp: Remove references to IRIX.
10650 * gdb.base/funcargs.exp: Likewise.
10651 * gdb.base/interrupt.exp: Likewise.
10652 * gdb.base/mips_pro.exp: Likewise.
10653 * gdb.base/nodebug.exp: Likewise.
10654 * gdb.base/setvar.exp: Likewise.
10655 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
10656
10657 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10658 Pedro Alves <palves@redhat.com>
10659
10660 PR symtab/14466
10661 * gdb.base/vdso-warning.c: New file.
10662 * gdb.base/vdso-warning.exp: New file.
10663
10664 2014-10-02 Doug Evans <dje@google.com>
10665
10666 * gdb.base/structs.c (main): Don't run forever.
10667
10668 2014-10-02 Pedro Alves <palves@redhat.com>
10669
10670 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
10671 (top level) <stop threads 1, stop threads 2>: Use it.
10672
10673 2014-10-02 Pedro Alves <palves@redhat.com>
10674
10675 * gdb.threads/break-while-running.exp (test): Add new
10676 'update_thread_list' argument. Skip "info threads" if false.
10677 (top level): Add new 'update_thread_list' axis.
10678
10679 2014-10-02 Pedro Alves <palves@redhat.com>
10680
10681 PR breakpoints/17431
10682 * gdb.base/execl-update-breakpoints.c: New file.
10683 * gdb.base/execl-update-breakpoints.exp: New file.
10684
10685 2014-10-01 Pedro Alves <palves@redhat.com>
10686
10687 * gdb.base/breakpoint-in-ro-region.c: New file.
10688 * gdb.base/breakpoint-in-ro-region.exp: New file.
10689
10690 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
10691
10692 * gdb.mi/mi-exit-code.exp: New file.
10693 * gdb.mi/mi-exit-code.c: New file.
10694
10695 2014-09-30 Yao Qi <yao@codesourcery.com>
10696
10697 * lib/prelink-support.exp (build_executable_own_libs): Error if
10698 the target isn't native.
10699
10700 2014-09-30 Yao Qi <yao@codesourcery.com>
10701
10702 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
10703 false.
10704
10705 2014-09-22 Pedro Alves <palves@redhat.com>
10706
10707 * gdb.threads/break-while-running.exp: New file.
10708 * gdb.threads/break-while-running.c: New file.
10709
10710 2014-09-19 Yao Qi <yao@codesourcery.com>
10711
10712 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
10713 Invoke test. Restart GDB with --readnow and invoke test again.
10714
10715 2014-09-19 Yao Qi <yao@codesourcery.com>
10716
10717 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
10718 proc set_breakpoint_on_gcd_function. Invoke
10719 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
10720 invoke set_breakpoint_on_gcd_function again.
10721
10722 2014-09-18 Doug Evans <dje@google.com>
10723
10724 * gdb.dwarf2/symtab-producer.exp: New file.
10725
10726 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
10727
10728 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
10729 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
10730 * gdb.base/global-var-nested-by-dso.c: Likewise.
10731 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10732
10733 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
10734 Pedro Alves <palves@redhat.com>
10735
10736 * gdb.base/watch-bitfields.exp: Pass string other than test file
10737 name to prepare_for_testing.
10738 (watch): New procedure.
10739 (expect_watchpoint): Use with_test_prefix.
10740 (top level): Factor out tests to ...
10741 (test_watch_location, test_regular_watch): ... these new
10742 procedures, and use with_test_prefix and gdb_continue_to_end.
10743
10744 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
10745
10746 PR breakpoints/12526
10747 * gdb.base/watch-bitfields.exp: New file.
10748 * gdb.base/watch-bitfields.c: New file.
10749
10750 2014-09-16 Pedro Alves <palves@redhat.com>
10751
10752 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
10753 software and hardware addresses, not software address against
10754 itself.
10755
10756 2014-09-16 Pedro Alves <palves@redhat.com>
10757
10758 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
10759 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
10760
10761 2014-09-16 Pedro Alves <palves@redhat.com>
10762
10763 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
10764 files.
10765 * gdb.base/a2-run.exp: Remove all code guarded by istarget
10766 "*-*-vxworks*" throughout.
10767 * gdb.base/break.exp: Likewise.
10768 * gdb.base/default.exp: Likewise.
10769 * gdb.base/scope.exp: Likewise.
10770 * gdb.base/sepdebug.exp: Likewise.
10771 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
10772 throughout.
10773 * gdb.base/run.c: Likewise.
10774 * gdb.base/sepdebug.c: Likewise.
10775 * gdb.hp/gdb.aCC/run.c: Likewise.
10776 * gdb.reverse/until-reverse.c: Likewise.
10777 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
10778
10779 2014-09-16 Yao Qi <yao@codesourcery.com>
10780
10781 * boards/local-remote-host-native.exp: New file.
10782
10783 2014-09-14 Doug Evans <xdje42@gmail.com>
10784
10785 * gdb.threads/queue-signal.c (thread_count): New variable.
10786 (thread_count_mutex, thread_count_condvar): New variables.
10787 (incr_thread_count, wait_all_threads_running): New functions.
10788 (main): Wait for all threads to be in their thread functions.
10789
10790 2014-09-13 Doug Evans <xdje42@gmail.com>
10791
10792 * gdb.threads/queue-signal.c: New file.
10793 * gdb.threads/queue-signal.exp: New file.
10794
10795 2014-09-13 Doug Evans <xdje42@gmail.com>
10796
10797 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
10798 be consistent with what default_gdb_init uses.
10799 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
10800 the plain text of the prompt. Add some logging printfs.
10801 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
10802
10803 2014-09-12 Pedro Alves <palves@redhat.com>
10804
10805 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
10806 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
10807 * gdb.arch/i386-size-overlap.exp: Likewise.
10808 * gdb.arch/i386-size.exp: Likewise.
10809 * gdb.arch/i386-unwind.exp: Likewise.
10810 * gdb.base/a2-run.exp: Likewise.
10811 * gdb.base/break.exp: Likewise.
10812 * gdb.base/charset.exp: Likewise.
10813 * gdb.base/chng-syms.exp: Likewise.
10814 * gdb.base/commands.exp: Likewise.
10815 * gdb.base/dbx.exp: Likewise.
10816 * gdb.base/find.exp: Likewise.
10817 * gdb.base/funcargs.exp: Likewise.
10818 * gdb.base/jit-simple.exp: Likewise.
10819 * gdb.base/reread.exp: Likewise.
10820 * gdb.base/sepdebug.exp: Likewise.
10821 * gdb.base/step-bt.exp: Likewise.
10822 * gdb.cp/mb-inline.exp: Likewise.
10823 * gdb.cp/mb-templates.exp: Likewise.
10824 * gdb.objc/basicclass.exp: Likewise.
10825 * gdb.threads/killed.exp: Likewise.
10826
10827 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10828
10829 PR tdep/17379
10830 * gdb.arch/powerpc-stackless.S: New file.
10831 * gdb.arch/powerpc-stackless.exp: New file.
10832
10833 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10834
10835 * gdb.base/attach.c: Include unistd.h.
10836 (main): Call alarm. Add label postloop.
10837 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
10838 gdb_breakpoint, gdb_continue_to_breakpoint.
10839 (test_command_line_attach_run): Kill ${testpid} in one exit path.
10840
10841 2014-09-11 Pedro Alves <palves@redhat.com>
10842
10843 PR gdb/17347
10844 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
10845 * gdb.base/attach.exp (test_command_line_attach_run): New
10846 procedure.
10847 (top level): Call it.
10848
10849 2014-09-11 Pedro Alves <palves@redhat.com>
10850
10851 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
10852 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
10853 (do_command_attach_tests): Use spawn_wait_for_attach.
10854 * gdb.base/solib-overlap.exp: Likewise.
10855 * gdb.multi/multi-attach.exp: Likewise.
10856 * gdb.python/py-prompt.exp: Likewise.
10857 * gdb.python/py-sync-interp.exp: Likewise.
10858 * gdb.server/ext-attach.exp: Likewise.
10859
10860 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
10861
10862 * gdb.fortran/array-element.exp: Remove unexpected "continue"
10863 command in testcase. Simplify testcase.
10864
10865 2014-09-10 Joel Brobecker <brobecker@adacore.com>
10866
10867 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
10868
10869 2014-09-10 Joel Brobecker <brobecker@adacore.com>
10870
10871 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
10872
10873 2014-09-10 Joel Brobecker <brobecker@adacore.com>
10874
10875 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
10876
10877 2014-09-10 Joel Brobecker <brobecker@adacore.com>
10878
10879 * gdb.dwarf2/dynarr-ptr.c: New file.
10880 * gdb.dwarf2/dynarr-ptr.exp: New file.
10881
10882 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10883
10884 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
10885 of 30 rather than hardcoding 120 for a slow test case. Take the
10886 `gdb,timeout' target setting into account for this calculation.
10887 Don't extend the timeout for the test cases that don't need it.
10888
10889 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10890
10891 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
10892 a factor of 2 for a slow test case. Take the `gdb,timeout'
10893 target setting into account for this calculation.
10894 * gdb.reverse/until-precsave.exp: Increase the timeout by
10895 a factor of 15 and 3 respectively rather than adding 120
10896 for a pair of slow test cases. Take the `gdb,timeout'
10897 target setting into account for this calculation.
10898
10899 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10900
10901 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
10902 timeout, don't pass one down to gdb_expect.
10903 (gdb_expect): Rework timeout selection.
10904
10905 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10906
10907 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
10908 exception on timeout.
10909 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
10910 (gdbserver_start_extended): Catch any `gdbserver_start' error
10911 exceptions.
10912 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
10913 * lib/mi-support.exp (mi_gdb_target_load): Catch any
10914 `gdbserver_gdb_load' error exceptions.
10915
10916 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10917
10918 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
10919 120 on waiting for the TCP socket to open.
10920
10921 2014-09-09 Doug Evans <xdje42@gmail.com>
10922
10923 * gdb.base/default.exp (show_conv_list): Add _caller_is,
10924 _caller_matches, _any_caller_is, _any_caller_matches.
10925
10926 2014-09-09 Doug Evans <xdje42@gmail.com>
10927
10928 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
10929
10930 2014-09-09 Yao Qi <yao@codesourcery.com>
10931
10932 * gdb.mi/mi-var-display.exp: Set print symbol off.
10933
10934 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
10935
10936 PR gdb/17035
10937 * gdb.base/commands.exp: Add tests to verify user-defined
10938 commands with empty bodies.
10939 * gdb.python/py-cmd.exp: Test that we don't show user-defined
10940 python commands in `show user command`.
10941 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
10942 scheme commands in `show user command`.
10943
10944 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10945
10946 PR python/17355
10947 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
10948 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
10949 * gdb.python/py-framefilter-invalidarg.exp: New file.
10950 * gdb.python/py-framefilter-invalidarg.py: New file.
10951
10952 2014-09-06 Doug Evans <xdje42@gmail.com>
10953
10954 PR 15276
10955 * gdb.python/py-caller-is.c: New file.
10956 * gdb.python/py-caller-is.exp: New file.
10957
10958 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
10959
10960 PR gdb/17235
10961 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
10962 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
10963
10964 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
10965
10966 PR fortran/17237
10967 * gdb.fortran/print-formatted.exp: New file.
10968 * gdb.fortran/print-formatted.f90: Likewise.
10969
10970 2014-09-03 Sasha Smundak <asmundak@google.com>
10971
10972 * gdb.python/py-frame.exp: Test Frame.read_register.
10973
10974 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
10975
10976 PR python/16699
10977 * gdb.python/py-completion.exp: New file.
10978 * gdb.python/py-completion.py: Likewise.
10979
10980 2014-08-28 Doug Evans <dje@google.com>
10981
10982 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
10983 eax,etc. are live with values set by gdb and thus the compiler can't
10984 use them.
10985 * gdb.arch/i386-pseudo.c (main): Ditto.
10986
10987 2014-08-27 Doug Evans <dje@google.com>
10988
10989 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
10990
10991 2014-08-25 Doug Evans <dje@google.com>
10992
10993 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
10994 (main): Ditto.
10995
10996 2014-08-25 Doug Evans <dje@google.com>
10997
10998 * gdb.threads/thread-execl.exp: #include <stdio.h>.
10999
11000 2014-08-24 Yao Qi <yao@codesourcery.com>
11001
11002 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
11003 symbol off.
11004 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
11005
11006 2014-08-22 Doug Evans <dje@google.com>
11007
11008 PR 17276
11009 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
11010 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
11011 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
11012
11013 2014-08-22 Yao Qi <yao@codesourcery.com>
11014
11015 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
11016 * gdb.python/py-finish-breakpoint2.exp: Likewise.
11017 * gdb.python/python.exp: Likewise. Use .py file on the host
11018 instead of the build.
11019
11020 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11021
11022 * gdb.threads/gcore-stale-thread.c: New file.
11023 * gdb.threads/gcore-stale-thread.exp: New file.
11024
11025 2014-08-21 Pedro Alves <palves@redhat.com>
11026
11027 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
11028 * gdb.base/gcore-relro-pie.exp: Likewise.
11029 * gdb.base/gcore-relro.exp: Likewise.
11030 * gdb.base/gcore.exp: Likewise.
11031 * gdb.base/print-symbol-loading.exp: Likewise.
11032 * gdb.threads/gcore-thread.exp: Likewise.
11033 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
11034
11035 2014-08-20 Pedro Alves <palves@redhat.com>
11036 Jan Kratochvil <jan.kratochvil@redhat.com>
11037
11038 * Makefile.in (EXTRA_RULES, CC): New variables, get from
11039 configure.
11040 (EXPECT): Handle READ1 being set.
11041 (all): Depend on EXTRA_RULES.
11042 (check-read1, expect-read1, read1.so, read1): New rules.
11043 * README (Testsuite Parameters): Document the READ1 make variable.
11044 (Race detection): New section.
11045 * configure: Regenerate.
11046 * configure.ac: If build==host==target, and running under a
11047 GNU/glibc system, add read1 to the extra Makefile rules.
11048 (EXTRA_RULES): AC_SUBST it.
11049 * lib/read1.c: New file.
11050
11051 2014-08-20 Joel Brobecker <brobecker@adacore.com>
11052
11053 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
11054 the handling of variables declared as a typedef to an array
11055 which a DW_AT_data_location attribute.
11056
11057 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
11058 Pedro Alves <palves@redhat.com>
11059
11060 PR symtab/14604
11061 PR symtab/14605
11062 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
11063 gdb_test.
11064
11065 2014-08-19 Pedro Alves <palves@redhat.com>
11066
11067 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
11068
11069 2014-08-19 Yao Qi <yao@codesourcery.com>
11070
11071 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
11072 right line.
11073
11074 2014-08-18 David Blaikie <dblaikie@gmail.com>
11075
11076 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
11077
11078 2014-08-18 Joel Brobecker <brobecker@adacore.com>
11079
11080 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
11081 attribute in array range.
11082
11083 2014-08-18 Joel Brobecker <brobecker@adacore.com>
11084
11085 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
11086
11087 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
11088
11089 PR c++/17132
11090 * gdb.cp/pr17132.cc: New file.
11091 * gdb.cp/pr17132.exp: New file.
11092
11093 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
11094
11095 * gdb.python/py-xmethods.py (A_getarrayind)
11096 (E_method_char_worker.__call__, E_method_int_worker.__call__):
11097 Use 'print' with function call syntax.
11098 (E_method_matcher.match): Fix tab vs space indentation mixup.
11099
11100 2014-08-15 Yao Qi <yao@codesourcery.com>
11101
11102 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
11103 false.
11104
11105 2014-08-15 Yao Qi <yao@codesourcery.com>
11106
11107 * gdb.cp/casts.exp: Set print symbol off.
11108 * gdb.cp/class2.exp: Likewise.
11109 * gdb.cp/overload.exp: Likewise.
11110 * gdb.cp/templates.exp: Likewise.
11111
11112 2014-08-11 Doug Evans <dje@google.com>
11113
11114 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
11115 (test_load_shlib): Update.
11116
11117 2014-08-09 Yao Qi <yao@codesourcery.com>
11118
11119 * gdb.base/display.exp: Invoke is_address_zero_readable.
11120 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
11121 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11122 * gdb.base/hbreak-unmapped.exp: Return if
11123 is_address_zero_readable returns true.
11124 * gdb.base/signest.exp: Likewise.
11125 * gdb.base/signull.exp: Likewise.
11126 * gdb.base/sigbpt.exp: Likewise.
11127 * gdb.guile/scm-disasm.exp: Do the test if
11128 is_address_zero_readable returns false.
11129 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
11130 * gdb.python/py-arch.exp: Likewise.
11131 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
11132 * lib/gdb.exp (is_address_zero_readable): New proc.
11133
11134 2014-08-09 Yao Qi <yao@codesourcery.com>
11135
11136 PR testsuite/13443
11137 * gdb.mi/mi-var-display.exp: Make test messages unique.
11138
11139 2014-08-04 Tom Tromey <tromey@redhat.com>
11140
11141 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
11142 target 0".
11143
11144 2014-08-04 Tom Tromey <tromey@redhat.com>
11145
11146 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
11147 "target_resume".
11148
11149 2014-08-01 Joel Brobecker <brobecker@adacore.com>
11150
11151 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
11152 inner_vla_struct_object_size.
11153 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
11154 as xfail.
11155
11156 2014-07-30 Pedro Alves <palves@redhat.com>
11157
11158 * gdb.threads/signal-command-handle-nopass.exp (test): Add
11159 comment.
11160
11161 2014-07-29 Yao Qi <yao@codesourcery.com>
11162
11163 PR gdb/17206
11164 * gdb.base/until-nodebug.exp: New.
11165
11166 2014-07-28 Doug Evans <xdje42@gmail.com>
11167
11168 PR guile/17203
11169 * gdb.guile/scm-parameter.exp: Add tests for trying to create
11170 previously existing parameter, and previously ambiguously spelled
11171 parameter.
11172
11173 2014-07-28 Will Newton <will.newton@linaro.org>
11174
11175 * gdb.base/varargs.exp: Remove KFAILs for ARM.
11176
11177 2014-07-26 Ludovic Courtès <ludo@gnu.org>
11178 Doug Evans <xdje42@gmail.com>
11179
11180 PR guile/17146
11181 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
11182
11183 2014-07-25 Pedro Alves <palves@redhat.com>
11184
11185 * gdb.threads/signal-command-handle-nopass.c: New file.
11186 * gdb.threads/signal-command-handle-nopass.exp: New file.
11187 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
11188 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
11189 * gdb.threads/signal-delivered-right-thread.c: New file.
11190 * gdb.threads/signal-delivered-right-thread.exp: New file.
11191
11192 2014-07-25 Pedro Alves <palves@redhat.com>
11193
11194 * gdb.base/double-prompt-target-event-error.exp
11195 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
11196 match.
11197 (cancel_pagination_in_target_event): Rework double prompt
11198 detection.
11199 * gdb.base/paginate-after-ctrl-c-running.exp
11200 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
11201 <return>' match.
11202 * gdb.base/paginate-bg-execution.exp
11203 (test_bg_execution_pagination_return)
11204 (test_bg_execution_pagination_cancel): Remove '-notransfer
11205 <return>' matches.
11206 * gdb.base/paginate-execution-startup.exp
11207 (test_fg_execution_pagination_return)
11208 (test_fg_execution_pagination_cancel): Remove '-notransfer
11209 <return>' matches.
11210 * gdb.base/paginate-inferior-exit.exp
11211 (test_paginate_inferior_exited): Remove '-notransfer <return>'
11212 match.
11213 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
11214 * lib/gdb.exp (pagination_prompt): Run text through
11215 string_to_regexp.
11216 (gdb_test_multiple): Match $pagination_prompt instead of
11217 "<return>".
11218 (string_to_regexp): Move to lib/gdb-utils.exp.
11219
11220 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11221
11222 * gdb.arch/amd64-entry-value-paramref.S: New file.
11223 * gdb.arch/amd64-entry-value-paramref.cc: New file.
11224 * gdb.arch/amd64-entry-value-paramref.exp: New file.
11225 * gdb.arch/amd64-optimout-repeat.S: New file.
11226 * gdb.arch/amd64-optimout-repeat.c: New file.
11227 * gdb.arch/amd64-optimout-repeat.exp: New file.
11228
11229 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11230
11231 PR gdb/17170
11232 * gdb.base/statistics.exp: New file.
11233
11234 2014-07-17 Doug Evans <dje@google.com>
11235
11236 PR gdb/17170
11237 * gdb.base/maint.exp: Update testing of per-command stats.
11238
11239 2014-07-16 Pedro Alves <palves@redhat.com>
11240
11241 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
11242 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
11243 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
11244 (tfile_write_buf): New functions.
11245 (add_memory_block): Rewrite using the above.
11246 (adjust_function_address): New function.
11247 (FUNCTION_ADDRESS): New macro.
11248 (write_basic_trace_file): Remove short_x local, and use
11249 tfile_write_16. Change type of func_addr local to unsigned long
11250 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
11251 here. Cast argument of add_memory_block to char pointer.
11252 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
11253 (main): Remove parameters.
11254 * gdb.trace/tfile.exp: Remove nowarnings.
11255
11256 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
11257
11258 * gdb.base/debug-expr.exp: Test string evaluation with
11259 "debug expression" on.
11260
11261 2014-07-15 Pedro Alves <palves@redhat.com>
11262
11263 * gdb.base/reread.exp: Use clean_restart.
11264
11265 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
11266
11267 * gdb.arch/avr-flash-qualifer.c: New.
11268 * gdb.arch/avr-flash-qualifer.exp: New.
11269
11270 2014-07-14 Pedro Alves <palves@redhat.com>
11271
11272 * gdb.base/paginate-after-ctrl-c-running.c: New file.
11273 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
11274
11275 2014-07-14 Pedro Alves <palves@redhat.com>
11276
11277 * gdb.base/double-prompt-target-event-error.c: New file.
11278 * gdb.base/double-prompt-target-event-error.exp: New file.
11279
11280 2014-07-14 Pedro Alves <palves@redhat.com>
11281
11282 PR gdb/17072
11283 * gdb.base/paginate-inferior-exit.c: New file.
11284 * gdb.base/paginate-inferior-exit.exp: New file.
11285
11286 2014-07-14 Pedro Alves <palves@redhat.com>
11287
11288 PR gdb/17072
11289 * gdb.base/paginate-bg-execution.c: New file.
11290 * gdb.base/paginate-bg-execution.exp: New file.
11291
11292 2014-07-14 Pedro Alves <palves@redhat.com>
11293
11294 PR gdb/17072
11295 * gdb.base/paginate-execution-startup.c: New file.
11296 * gdb.base/paginate-execution-startup.exp: New file.
11297 * lib/gdb.exp (pagination_prompt): New global.
11298 (default_gdb_spawn): New procedure, factored out from
11299 default_gdb_spawn.
11300 (default_gdb_start): Adjust to call default_gdb_spawn.
11301 (gdb_spawn): New procedure.
11302
11303 2014-07-14 Pedro Alves <palves@redhat.com>
11304
11305 * lib/gdb.exp (gdb_assert): New procedure.
11306 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
11307
11308 2014-07-14 Pedro Alves <palves@redhat.com>
11309
11310 * gdb.base/execution-termios.c: New file.
11311 * gdb.base/execution-termios.exp: New file.
11312
11313 2014-07-14 Tom Tromey <tromey@redhat.com>
11314
11315 * gdb.cp/vla-cxx.cc: New file.
11316 * gdb.cp/vla-cxx.exp: New file.
11317
11318 2014-07-14 Tom Tromey <tromey@redhat.com>
11319
11320 * gdb.reverse/rerun-prec.c: New file.
11321 * gdb.reverse/rerun-prec.exp: New file.
11322
11323 2014-07-12 Maciej W. Rozycki <macro@mips.com>
11324 Maciej W. Rozycki <macro@codesourcery.com>
11325
11326 * lib/gdb-utils.exp: New file.
11327 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
11328 inline `gdb_init_command' processing.
11329 (gdb_start_cmd): Likewise.
11330 * lib/mi-support.exp (mi_run_cmd): Likewise.
11331 * README: Document `gdb_init_command' and `gdb_init_commands'.
11332
11333 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11334
11335 Fix false FAIL running under a very long directory name.
11336 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
11337 and "set print elements 10000". Twice.
11338
11339 2014-07-11 Yao Qi <yao@codesourcery.com>
11340
11341 * gdb.base/exprs.exp: "set print symbol off".
11342
11343 2014-07-11 Pedro Alves <palves@redhat.com>
11344
11345 * gdb.threads/kill.c: New file.
11346 * gdb.threads/kill.exp: New file.
11347
11348 2014-07-10 Yao Qi <yao@codesourcery.com>
11349
11350 * gdb.trace/tfile.c (write_basic_trace_file)
11351 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
11352 address written to trace file.
11353
11354 2014-07-09 Pedro Alves <palves@redhat.com>
11355
11356 * gdb.base/attach-wait-input.exp: New file.
11357 * gdb.base/attach-wait-input.c: New file.
11358
11359 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
11360
11361 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
11362 setting up test structures.
11363 (main): Call new test function.
11364 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
11365 test function, continue into test function and walk test
11366 structures.
11367
11368 2014-07-02 Yao Qi <yao@codesourcery.com>
11369
11370 * gdb.trace/entry-values.c: Define labels 'foo_start' and
11371 'bar_start' at the beginning of functions 'foo' and 'bar'
11372 respectively.
11373 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
11374 instead of 'foo' and 'bar'.
11375
11376 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
11377
11378 * gdb.btrace/segv.exp: New.
11379 * gdb.btrace/segv.c: New.
11380
11381 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
11382
11383 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
11384 instruction.
11385
11386 2014-06-30 Mark Wielaard <mjw@redhat.com>
11387
11388 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
11389 vulture, vilify, villar): New volatile array constants.
11390 (vindictive, vegetation): New const volatile array constants.
11391 * gdb.base/volatile.exp: Test volatile and const volatile array
11392 types.
11393
11394 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11395
11396 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
11397 target lacks support for awatch, rwatch, or hbreak.
11398
11399 2014-06-27 Yao Qi <yao@codesourcery.com>
11400
11401 * gdb.multi/dummy-frame-restore.exp: New.
11402 * gdb.multi/dummy-frame-restore.c: New.
11403
11404 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
11405
11406 * gdb.btrace/gcore.exp: New.
11407
11408 2014-06-23 Pedro Alves <palves@redhat.com>
11409
11410 * gdb.base/watchpoint-reuse-slot.c: New file.
11411 * gdb.base/watchpoint-reuse-slot.exp: New file.
11412
11413 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
11414
11415 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
11416 progspace's filename in 'info', 'enable' and 'disable' command
11417 tests.
11418
11419 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11420
11421 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
11422 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
11423 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
11424
11425 2014-06-20 Gary Benson <gbenson@redhat.com>
11426
11427 * gdb.arch/i386-avx.exp: Fix include file location.
11428 * gdb.arch/i386-sse.exp: Likewise.
11429
11430 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
11431
11432 * gdb.dlang/expression.exp: New file.
11433
11434 2014-06-19 Pedro Alves <palves@redhat.com>
11435
11436 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
11437 out from ...
11438 (top level): ... here. Iterate running tests under different
11439 scheduler-locking settings.
11440
11441 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
11442
11443 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
11444 to DW_FORM_addr and use non-zero addresses.
11445
11446 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
11447
11448 PR gdb/17017
11449 * gdb.python/py-xmethods.cc: Add global function call counters and
11450 increment them in their respective functions. Remove "cout"
11451 statements.
11452 * gdb.python/py-xmethods.exp: Make tests check the global function
11453 call counters instead of depending on inferior IO.
11454
11455 2014-06-18 Don Breazeal <donb@codesourcery.com>
11456
11457 * gdb.base/foll-fork.exp (default_fork_parent_follow):
11458 Deleted procedure.
11459 (explicit_fork_parent_follow): Deleted procedure.
11460 (explicit_fork_child_follow): Deleted procedure.
11461 (test_follow_fork): New procedure.
11462 (do_fork_tests): Replace calls to deleted procedures with
11463 calls to test_follow_fork and reset GDB for subsequent
11464 procedure calls.
11465
11466 2014-06-17 Yao Qi <yao@codesourcery.com>
11467
11468 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
11469 CP1252.
11470
11471 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
11472
11473 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
11474 Initialize ptr and S explicitly.
11475 (skip_type_update_when_not_use_rtti_test): Likewise.
11476
11477 2014-06-16 Keith Seitz <keiths@redhat.com>
11478
11479 PR mi/15863
11480 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
11481 the inferior is started.
11482
11483 2014-06-16 Pedro Alves <palves@redhat.com>
11484
11485 * gdb.base/break-main-file-remove-fail.c: New file.
11486 * gdb.base/break-main-file-remove-fail.exp: New file.
11487 * gdb.base/break-unload-file.exp: Use build_executable instead of
11488 prepare_for_testing.
11489 (test_break): New parameter "initial_load". Handle it.
11490 (top level): Add initial_load cmdline/file axis.
11491
11492 2014-06-12 Tom Tromey <tromey@redhat.com>
11493
11494 * gdb.base/completion.exp: Don't use directory name in test.
11495
11496 2014-06-09 Gary Benson <gbenson@redhat.com>
11497
11498 * gdb.base/sigall.c [Functions to send signals]: Reorder to
11499 separate the always-available ANSI-standard signals from the
11500 signals that require checking.
11501 (main): Likewise.
11502 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
11503 Likewise.
11504 (main): Likewise.
11505
11506 2014-06-07 Keith Seitz <keiths@redhat.com>
11507
11508 Revert:
11509 PR c++/16253
11510 * gdb.cp/var-tag.cc: New file.
11511 * gdb.cp/var-tag.exp: New file.
11512 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
11513 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
11514 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
11515 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
11516
11517 2014-06-06 Doug Evans <xdje42@gmail.com>
11518
11519 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
11520
11521 2014-06-06 Pedro Alves <palves@redhat.com>
11522
11523 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
11524 in target debug output instead of looking at RSP packets,
11525 disabling the test on any target that uses hardware stepping.
11526 Update comments.
11527
11528 2014-06-06 Pedro Alves <palves@redhat.com>
11529
11530 * gdb.base/break-unload-file.exp: Fix typo.
11531
11532 2014-06-06 Yao Qi <yao@codesourcery.com>
11533
11534 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
11535 from "jit_function" to "^jit_function".
11536
11537 2014-06-06 Yao Qi <yao@codesourcery.com>
11538
11539 * gdb.base/async.c (foo): Add one statement.
11540 * gdb.base/async.exp: Get the next instruction address and
11541 match the output of "nexti" by instruction address. Match
11542 the hex address in the output of "finish".
11543
11544 2014-06-06 Gary Benson <gbenson@redhat.com>
11545
11546 * gdb.base/call-signals.c: Remove preprocessor conditionals
11547 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
11548 SIGSEGV and SIGTERM.
11549 * gdb.base/sigall.c: Likewise.
11550 * gdb.base/unwindonsignal.c: Likewise.
11551 * gdb.reverse/sigall-reverse.c: Likewise.
11552
11553 2014-06-06 Yao Qi <yao@codesourcery.com>
11554
11555 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
11556 readable, skip the test.
11557
11558 2014-06-06 Yao Qi <yao@codesourcery.com>
11559
11560 * gdb.threads/staticthreads.c (thread_function): Move the line
11561 setting breakpoint on forward.
11562 * gdb.threads/staticthreads.exp: Update comments.
11563
11564 2014-06-05 Ludovic Courtès <ludo@gnu.org>
11565
11566 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
11567 "history-append! type error".
11568
11569 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
11570
11571 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
11572 erroneous dprintf expected input.
11573
11574 2014-06-04 Doug Evans <xdje42@gmail.com>
11575
11576 * gdb.guile/scm-generics.exp: Delete.
11577
11578 2014-06-04 Doug Evans <xdje42@gmail.com>
11579
11580 * gdb.guile/scm-breakpoint.exp: Update.
11581 Add tests for breakpoint registration.
11582
11583 2014-06-04 Tom Tromey <tromey@redhat.com>
11584
11585 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
11586 VLA-in-union.
11587 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
11588 inner_vla_struct, vla_union types. Initialize objects of those
11589 types and compute their sizes.
11590
11591 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
11592 Hui Zhu <hui@codesourcery.com>
11593
11594 * gdb.base/fileio.exp: Add test for shell not available as well as
11595 available.
11596 * gdb.base/fileio.c (test_system): Check for shell twice.
11597
11598 2014-06-04 Yao Qi <yao@codesourcery.com>
11599
11600 * gdb.base/auto-connect-native-target.exp: Remove redundant
11601 space from the regexp pattern.
11602
11603 2014-06-04 Yao Qi <yao@codesourcery.com>
11604
11605 * gdb.base/default.exp: Replace "child" with "native" in
11606 regexp pattern.
11607
11608 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
11609
11610 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
11611 * gdb.python/py-xmethods.exp: New tests to test xmethods.
11612 * gdb.python/py-xmethods.py: Python script supporting the
11613 new testcase and tests.
11614
11615 2014-06-03 Joel Brobecker <brobecker@adacore.com>
11616 Pedro Alves <palves@redhat.com>
11617
11618 PR breakpoints/17000
11619 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
11620 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
11621
11622 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
11623
11624 * gdb.base/subst.exp: Add tests to verify partial path matching
11625 output.
11626
11627 2014-06-03 Pedro Alves <palves@redhat.com>
11628
11629 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
11630 target that doesn't use software single-stepping.
11631
11632 2014-06-03 Pedro Alves <palves@redhat.com>
11633
11634 PR breakpoints/17000
11635 * gdb.base/sss-bp-on-user-bp-2.c: New file.
11636 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
11637
11638 2014-06-02 Doug Evans <xdje42@gmail.com>
11639
11640 * gdb.guile/scm-parameter.exp: New file.
11641
11642 2014-06-02 Doug Evans <xdje42@gmail.com>
11643
11644 * gdb.guile/scm-cmd.c: New file.
11645 * gdb.guile/scm-cmd.exp: New file.
11646
11647 2014-06-02 Doug Evans <xdje42@gmail.com>
11648
11649 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
11650 pretty-printer lookup.
11651 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
11652 (make-pp_s-printer): Call it.
11653 (make-pretty-printer-from-dict): New function.
11654 (lookup-pretty-printer-maker-from-dict): New function.
11655 (*pretty-printer*): Simplify.
11656 (make-objfile-pp_s-printer): New function.
11657 (install-objfile-pretty-printers!): New function.
11658 (make-progspace-pp_s-printer): New function.
11659 (install-progspace-pretty-printers!): New function.
11660 * gdb.guile/scm-progspace.c: New file.
11661 * gdb.guile/scm-progspace.exp: New file.
11662
11663 2014-06-02 Pedro Alves <palves@redhat.com>
11664
11665 * gdb.base/dprintf-bp-same-addr.c: New file.
11666 * gdb.base/dprintf-bp-same-addr.exp: New file.
11667
11668 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11669
11670 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
11671 * gdb.arch/powerpc-power.s: Likewise.
11672
11673 2014-06-02 Joel Brobecker <brobecker@adacore.com>
11674
11675 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
11676
11677 2014-06-01 Yao Qi <yao@codesourcery.com>
11678
11679 * gdb.base/watchpoint.exp (test_watch_location): Check null
11680 pointer can be dereferenced. If not, do the test, otherwise
11681 skip it.
11682
11683 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
11684
11685 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
11686 results.
11687 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
11688
11689 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
11690
11691 * gdb.arch/amd64-invalid-stack-middle.S: New file.
11692 * gdb.arch/amd64-invalid-stack-middle.c: New file.
11693 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
11694 * gdb.arch/amd64-invalid-stack-top.c: New file.
11695 * gdb.arch/amd64-invalid-stack-top.exp: New file.
11696
11697 2014-05-30 Pedro Alves <palves@redhat.com>
11698
11699 PR breakpoints/17000
11700 * gdb.base/sss-bp-on-user-bp.c: New file.
11701 * gdb.base/sss-bp-on-user-bp.exp: New file.
11702
11703 2014-05-30 David Blaikie <dblaikie@gmail.com>
11704
11705 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
11706 gnu_inline semantics via attribute.
11707 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
11708 source explicitly specifies the required semantics.
11709
11710 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
11711
11712 * gdb.reverse/sigall-reverse.exp: Fix a typo.
11713
11714 2014-05-29 Pedro Alves <palves@redhat.com>
11715 Tom Tromey <tromey@redhat.com>
11716
11717 * gdb.base/async-shell.exp: Don't enable target-async.
11718 * gdb.base/async.exp
11719 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
11720 parameter. Adjust.
11721 (top level): Don't test with "target-async".
11722 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
11723 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
11724 * gdb.base/inferior-died.exp: Don't enable target-async.
11725 * gdb.base/interrupt-noterm.exp: Likewise.
11726 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
11727 * gdb.mi/mi-nonstop-exit.exp: Likewise.
11728 * gdb.mi/mi-nonstop.exp: Likewise.
11729 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
11730 * gdb.mi/mi-nsintrall.exp: Likewise.
11731 * gdb.mi/mi-nsmoribund.exp: Likewise.
11732 * gdb.mi/mi-nsthrexec.exp: Likewise.
11733 * gdb.mi/mi-watch-nonstop.exp: Likewise.
11734 * gdb.multi/watchpoint-multi.exp: Adjust comment.
11735 * gdb.python/py-evsignal.exp: Don't enable target-async.
11736 * gdb.python/py-evthreads.exp: Likewise.
11737 * gdb.python/py-prompt.exp: Likewise.
11738 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
11739 * gdb.server/solib-list.exp: Don't enable target-async.
11740 * gdb.threads/thread-specific-bp.exp: Likewise.
11741 * lib/mi-support.exp: Adjust to use mi-async.
11742
11743 2014-05-29 Pedro Alves <palves@redhat.com>
11744
11745 PR gdb/13860
11746 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
11747 reason, even in sync mode.
11748
11749 2014-05-29 Pedro Alves <palves@redhat.com>
11750 Hui Zhu <hui@codesourcery.com>
11751
11752 PR PR15693
11753 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
11754 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
11755 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
11756 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
11757
11758 2014-05-28 Joel Brobecker <brobecker@adacore.com>
11759
11760 * config/monitor.exp (gdb_target_monitor): Replace use of
11761 "set remotebaud" by "set serial baud".
11762
11763 2014-05-26 Andy Wingo <wingo@igalia.com>
11764
11765 * gdb.guile/scm-breakpoint.exp:
11766 * gdb.guile/scm-gsmob.exp: Update to use plain old object
11767 properties instead of gdb-object-properties.
11768
11769 2014-05-26 Yao Qi <yao@codesourcery.com>
11770
11771 * gdb.server/no-thread-db.exp: Specify source file name
11772 explicitly when setting a breakpoint.
11773
11774 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
11775
11776 * gdb.btrace/vdso.c: New.
11777 * gdb.btrace/vdso.exp: New.
11778
11779 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
11780
11781 * gdb.base/gcore.exp (capture_command_output): Move ...
11782 * lib/gdb.exp (capture_command_output): ... here.
11783
11784 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
11785
11786 * gdb.btrace/data.exp: Test memory access during btrace replay.
11787
11788 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
11789
11790 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
11791
11792 2014-05-21 Pedro Alves <palves@redhat.com>
11793
11794 PR gdb/13860
11795 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
11796 (top level): Test that output related to execution commands is
11797 sent to the console with CLI commands, but not with MI commands.
11798 Test that breakpoint events are always mirrored to the console.
11799 Also expect the new source line to be output after a "next" in
11800 async mode too. Make it a pass/fail test.
11801 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
11802 output.
11803 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
11804
11805 2014-05-21 Pedro Alves <palves@redhat.com>
11806
11807 * gdb.base/list.exp (build_pattern, test_list): New procedures.
11808 Use them to test variations of "list" after reaching a breakpoint.
11809 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
11810 Test "list" with listsize 10 after reaching a breakpoint.
11811 * gdb.python/python.exp (decode_line current location line
11812 number): Adjust expected line number.
11813
11814 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
11815
11816 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
11817 behavior for $args, pass it directly to "run".
11818
11819 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
11820
11821 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
11822 30000 to 65536.
11823
11824 2014-05-21 Pedro Alves <palves@redhat.com>
11825
11826 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
11827 auto-connect-native-target off".
11828 * gdb.base/auto-connect-native-target.c: New file.
11829 * gdb.base/auto-connect-native-target.exp: New file.
11830
11831 2014-05-21 Pedro Alves <palves@redhat.com>
11832
11833 * gdb.base/default.exp: Test "target native" instead of "target
11834 child".
11835
11836 2014-05-21 Mark Wielaard <mjw@redhat.com>
11837
11838 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11839
11840 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11841
11842 Fix TLS access for -static -pthread.
11843 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
11844 <HAVE_TLS> (thread_function, main): Initialize it.
11845 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
11846 Add clean_restart.
11847 <$have_tls != "">: Check TLSVAR.
11848
11849 2014-05-21 Pedro Alves <palves@redhat.com>
11850
11851 * gdb.base/dcache-line-read-error.c: New.
11852 * gdb.base/dcache-line-read-error.exp: New.
11853
11854 2014-05-20 Pedro Alves <palves@redhat.com>
11855
11856 * gdb.base/compare-sections.c: New file.
11857 * gdb.base/compare-sections.exp: New file.
11858
11859 2014-05-20 Pedro Alves <palves@redhat.com>
11860
11861 * gdb.base/break-idempotent.c: New file.
11862 * gdb.base/break-idempotent.exp: New file.
11863
11864 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
11865
11866 * gdb.btrace/nohist.exp: New.
11867
11868 2014-05-20 Yao Qi <yao@codesourcery.com>
11869
11870 * lib/gdb.exp (gdb_init): Set timeout if test file is under
11871 gdb.reverse directory and gdb_reverse_timeout exists in board
11872 setting.
11873 * README: Document gdb_reverse_timeout.
11874
11875 2014-05-20 Yao Qi <yao@codesourcery.com>
11876
11877 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
11878 'test_file_name'. Treat args as a string instead of a list.
11879 (gdb_init): Rename argument 'args' by 'test_file_name'.
11880
11881 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11882
11883 * gdb.arch/powerpc-power.exp: New file.
11884 * gdb.arch/powerpc-power.s: New file.
11885
11886 2014-05-16 Doug Evans <dje@google.com>
11887
11888 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
11889 * gdb.base/completion.exp: Check that all expected files exist
11890 before doing file completion.
11891
11892 2014-05-16 Doug Evans <dje@google.com>
11893
11894 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
11895 Update.
11896 (do_syscall_tests_without_xml): Update.
11897
11898 2014-05-16 Pedro Alves <palves@redhat.com>
11899
11900 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
11901 instead of "unknown output after running".
11902
11903 2014-05-16 Yao Qi <yao@codesourcery.com>
11904
11905 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
11906 file1.txt from host at the end.
11907 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11908
11909 2014-05-15 Doug Evans <dje@google.com>
11910
11911 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
11912 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
11913 loading file. Add test for TU lookup.
11914
11915 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
11916
11917 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
11918 calling "-exec-arguments" or "set args" before running the
11919 inferior.
11920
11921 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
11922
11923 * lib/mi-support.exp (mi_expect_stop): Expect message for
11924 inferiors that exit with non-zero exit code.
11925
11926 2014-05-14 Yao Qi <yao@codesourcery.com>
11927
11928 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
11929 match absolute path on remote host.
11930 (test_file_list_exec_source_files): Remove "/" from the
11931 pattern.
11932
11933 2014-05-14 Yao Qi <yao@codesourcery.com>
11934
11935 * boards/local-remote-host-notty.exp (${board}_file): New
11936 proc.
11937
11938 2014-05-07 Kyle McMartin <kyle@redhat.com>
11939
11940 Pushed by Joel Brobecker <brobecker@adacore.com>.
11941 * gdb.arch/aarch64-atomic-inst.c: New file.
11942 * gdb.arch/aarch64-atomic-inst.exp: New file.
11943
11944 2014-05-07 Yao Qi <yao@codesourcery.com>
11945
11946 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
11947 in current context" too.
11948
11949 2014-05-05 Keith Seitz <keiths@redhat.com>
11950
11951 * gdb.linespec/ls-dollar.exp: Add test for linespec
11952 file:convenience_variable.
11953
11954 2014-05-05 Yao Qi <yao@codesourcery.com>
11955
11956 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
11957 traceframes into tfile and ctf trace files. Read data from
11958 trace file and test collected data.
11959 (gdb_collect_locals_test): Likewise.
11960 (gdb_unavailable_registers_test): Likewise.
11961 (gdb_unavailable_floats): Likewise.
11962 (gdb_collect_globals_test): Likewise.
11963 (top-level): Append "ctf" to trace_file_targets if GDB
11964 supports.
11965
11966 2014-05-05 Yao Qi <yao@codesourcery.com>
11967
11968 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
11969 code to ...
11970 (gdb_collect_args_test_1): ... it. New proc.
11971 (gdb_collect_locals_test): Move some code to ...
11972 (gdb_collect_locals_test_1): ... it. New proc.
11973 (gdb_unavailable_registers_test): Move some code to ...
11974 (gdb_unavailable_registers_test_1): ... it. New proc.
11975 (gdb_unavailable_floats): Move some code to ...
11976 (gdb_unavailable_floats_1): ... it. New proc.
11977
11978 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
11979
11980 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
11981 probes to test for bitness recognition.
11982 * gdb.arch/amd64-stap-optional-prefix.exp
11983 (test_probe_value_without_reg): New procedure.
11984 Add code to test for different kinds of bitness.
11985
11986 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
11987
11988 PR breakpoints/16889
11989 * gdb.arch/amd64-stap-optional-prefix.S: New file.
11990 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
11991
11992 2014-05-01 Pedro Alves <palves@redhat.com>
11993
11994 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
11995 gdb_file_cmd if no file is specified.
11996 * boards/native-extended-gdbserver.exp (gdb_load): Use the
11997 last_loaded_file to set the remote exec-file.
11998
11999 2014-05-01 Pedro Alves <palves@redhat.com>
12000
12001 * boards/local-remote-host.exp: New file.
12002
12003 2014-05-01 Pedro Alves <palves@redhat.com>
12004
12005 * boards/local-remote-host.exp: Rename to ...
12006 * boards/local-remote-host-notty.exp: ... this.
12007
12008 2014-04-28 Joel Brobecker <brobecker@adacore.com>
12009
12010 * gdb.ada/dyn_arrayidx: New testcase.
12011
12012 2014-04-26 Yao Qi <yao@codesourcery.com>
12013
12014 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
12015 and compute the length of function main. Save it in
12016 $main_length.
12017 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
12018 (top-level): Use gdb_compile to compile objects into
12019 executable and restart GDB. Remove invocation to
12020 prepare_for_testing.
12021
12022 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
12023 Pedro Alves <palves@redhat.com>
12024
12025 PR server/16255
12026 * gdb.multi/multi-attach.c: New file.
12027 * gdb.multi/multi-attach.exp: New file.
12028
12029 2014-04-25 Pedro Alves <palves@redhat.com>
12030
12031 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
12032 user.
12033 (top level): Test that "set remote conditional-breakpoints-packet
12034 off" works as intended.
12035 * gdb.base/dprintf.exp: Test that "set remote
12036 breakpoint-commands-packet off" works as intended.
12037 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
12038 New function.
12039 (top level): Call it.
12040 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
12041 remote fast-tracepoints-packet off" works as intended.
12042 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
12043 * lib/gdb.exp (gdb_is_target_remote): ... here.
12044
12045 2014-04-24 David Blaikie <dblaikie@gmail.com>
12046
12047 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
12048 ensure clang would not discard them.
12049 * gdb.base/gdbvars.c: Ditto.
12050 * gdb.base/memattr.c: Ditto.
12051 * gdb.base/whatis.c: Ditto.
12052 * gdb.python/py-prettyprint.c: Ditto.
12053 * gdb.trace/actions.c: Ditto.
12054 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
12055 ensure clang would not discard it.
12056
12057 2014-04-24 David Blaikie <dblaikie@gmail.com>
12058
12059 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
12060 clang to emit the full definition of type required by the test
12061 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
12062
12063 2014-04-24 David Blaikie <dblaikie@gmail.com>
12064
12065 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
12066 coax Clang into emitting the definition of the type.
12067 * gdb.cp/pr10728-x.h (y): Ditto.
12068 * gdb.cp/pr10728-y.cc (y): Ditto.
12069
12070 2014-04-24 David Blaikie <dblaikie@gmail.com>
12071
12072 * gdb.base/label.exp: XFAIL label related tests under Clang.
12073 * gdb.cp/cplabel.exp: Ditto.
12074 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
12075 under Clang those using labels.
12076
12077 2014-04-25 Yao Qi <yao@codesourcery.com>
12078
12079 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
12080 double_label.
12081 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
12082 partial_label and double_label.
12083
12084 2014-04-24 David Blaikie <dblaikie@gmail.com>
12085
12086 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
12087
12088 2014-04-24 David Blaikie <dblaikie@gmail.com>
12089
12090 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
12091 of the function to work across GCC and Clang.
12092 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
12093 pointer types (const void ** const V void **).
12094
12095 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
12096 Walfred Tedeschi <walfred.tedeschi@intel.com>
12097
12098 * Makefile.in (EXECUTABLES): Added i386-avx512.
12099 * gdb.arch/i386-avx512.c: New file.
12100 * gdb.arch/i386-avx512.exp: Likewise.
12101
12102 2014-04-23 Keith Seitz <keiths@redhat.com>
12103
12104 * lib/mi-support.exp (mi_list_breakpoints): Delete.
12105 (mi_make_breakpoint_table): New procedure.
12106 (mi_create_breakpoint): Use mi_make_breakpoint
12107 and return the result.
12108 (mi_make_breakpoint): New procedure.
12109 (mi_build_kv_pairs): New procedure.
12110
12111 * gdb.mi/mi-break.exp: Remove unused globals,
12112 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
12113 All callers updated.
12114 * gdb.mi/mi-dprintf.exp: Use variable to track command
12115 number.
12116 Update all callers of mi_create_breakpoint and use
12117 mi_make_breakpoint_table.
12118 Remove any unused global variables.
12119 * gdb.mi/mi-nonstop.exp: Likewise.
12120 * gdb.mi/mi-nsintrall.exp: Likewise.
12121 * gdb.mi/mi-nsmoribund.exp: Likewise.
12122 * gdb.mi/mi-nsthrexec.exp: Likewise.
12123 * gdb.mi/mi-reverse.exp: Likewise.
12124 * gdb.mi/mi-simplerun.exp: Likewise.
12125 * gdb.mi/mi-stepn.exp: Likewise.
12126 * gdb.mi/mi-syn-frame.exp: Likewise.
12127 * gdb.mi/mi-until.exp: Likewise.
12128 * gdb.mi/mi-var-cp.exp: Likewise.
12129 * gdb.mi/mi-var-display.exp: Likewise.
12130 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
12131 * gdb.mi/mi2-var-child.exp: Likewise.
12132 * gdb.mi/mi-vla-c99.exp: Likewise.
12133 * lib/mi-support.exp: Likewise.
12134
12135 From Ian Lance Taylor <iant@cygnus.com>:
12136 * lib/gdb.exp (parse_args): New procedure.
12137
12138 2014-04-23 Pedro Alves <palves@redhat.com>
12139
12140 * gdb.base/break-unload-file.c: New file.
12141 * gdb.base/break-unload-file.exp: New file.
12142 * gdb.base/sym-file-lib.c (baz): New function.
12143 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
12144 field.
12145 (load): Store the segment's mapped size.
12146 (unload): New function.
12147 (unload_shlib): New function.
12148 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
12149 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
12150 set a breakpoint at baz, and call it.
12151 * gdb.base/sym-file.exp: New tests for stale breakpoint
12152 instructions.
12153
12154 2014-04-23 Pedro Alves <palves@redhat.com>
12155
12156 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
12157 * gdb.base/hbreak-in-shr-unsupported.c: New file.
12158 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
12159 * gdb.base/hbreak-unmapped.c: New file.
12160 * gdb.base/hbreak-unmapped.exp: New file.
12161 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
12162 * lib/gdb.exp (gdb_is_target_remote): ... here.
12163
12164 2014-04-22 Pedro Alves <palves@redhat.com>
12165
12166 * gdb.base/consecutive-step-over.c: New file.
12167 * gdb.base/consecutive-step-over.exp: New file.
12168
12169 2014-04-22 Pedro Alves <palves@redhat.com>
12170
12171 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
12172 instead of send_gdb/gdb_expect.
12173
12174 2014-04-22 Yao Qi <yao@codesourcery.com>
12175
12176 * lib/trace-support.exp (generate_tracefile): New procedure.
12177 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
12178 return 0.
12179 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
12180 if generate_tracefile returns 1.
12181
12182 2014-04-18 Tom Tromey <palves@redhat.com>
12183 Pedro alves <tromey@redhat.com>
12184
12185 PR backtrace/15558
12186 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
12187 with a backtrace limit.
12188 * gdb.python/py-frame-inline.exp: Test running to an inline
12189 function with a backtrace limit, and printing the newest frame.
12190 * gdb.python/py-frame-inline.c (main): Call f.
12191
12192 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
12193
12194 * gdb.java/jnpe.exp: Drop srcdir from untested path.
12195
12196 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
12197
12198 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
12199 Drop prefix from unsupported source file path.
12200
12201 2014-04-17 Yao Qi <yao@codesourcery.com>
12202
12203 * lib/gdb.exp (with_target_charset): New proc.
12204 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
12205 with_target_charset.
12206 (test_print_strings): Likewise.
12207 (test_repeat_bytes): Likewise.
12208 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
12209 for some tests.
12210
12211 2014-04-16 Keith Seitz <keiths@redhat.com>
12212
12213 PR gdb/15827
12214 * gdb.dwarf2/corrupt.c: New file.
12215 * gdb.dwarf2/corrupt.exp: New file.
12216
12217 2014-04-16 Keith Seitz <keiths@redhat.com>
12218
12219 PR c++/16597
12220 * gdb.cp/namelessclass.cc: New file.
12221 * gdb.cp/namelessclass.exp: New file.
12222 * gdb.cp/namelessclass.S: New file.
12223
12224 2014-04-16 Doug Evans <dje@google.com>
12225
12226 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
12227 Add comment.
12228 (gdbserver_default_get_comm_port): New function.
12229 (gdbserver_start): Check if board file provided
12230 "gdbserver,get_comm_port" and use it if so.
12231 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
12232 (gdb,socketport): Set to "stdio".
12233 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
12234 (stdio_gdbserver_template): Delete.
12235 (${board}_get_remote_address): Update.
12236 (${board}_build_remote_cmd): Delete.
12237 (${board}_get_comm_port): New function.
12238 (${board}_spawn): Update.
12239 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
12240 Delete.
12241 (${board}_get_remote_address): Update.
12242 (${board}_get_comm_port): New function.
12243
12244 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
12245
12246 * gdb.base/memattr.exp: Improve regexps to handle memory regions
12247 appearing in any order.
12248
12249 2014-04-15 Doug Evans <dje@google.com>
12250
12251 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
12252 uninitialized value of "description".
12253
12254 2014-04-15 Keith Seitz <keiths@redhat.com>
12255
12256 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
12257 Remove unused globals.
12258 (test_running_the_program): Likewise.
12259 (test_controlled_execution): Likewise.
12260 (test_controlling_breakpoints): Likewise.
12261 (test_program_termination): Likewise.
12262
12263 2014-04-15 Keith Seitz <keiths@redhat.com>
12264
12265 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
12266 unused globals.
12267 (test_rbreak_creation_and_listing): Likewise.
12268 (test_ignore_count): Likewise.
12269 (test_error): Likewise.
12270
12271 2014-04-15 Pedro Alves <palves@redhat.com>
12272
12273 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
12274 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
12275 sym-file-loader.c.
12276 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
12277 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
12278 to sym-file-loader.c.
12279 (struct library): Forward declare.
12280 (load_shlib, lookup_function): Change prototypes.
12281 (find_shstrtab, find_strtab, find_shdr, find_symtab)
12282 (translate_offset): Remove declarations.
12283 (get_text_addr): New declaration.
12284 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
12285 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
12286 sym-file-loader.h.
12287 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
12288 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
12289 here from sym-file-loader.h.
12290 (struct library): New structure.
12291 (load_shlib, lookup_function): Change prototypes and adjust to
12292 work with a struct library.
12293 (find_shstrtab, find_strtab, find_shdr, find_symtab)
12294 (translate_offset): Make static.
12295 (get_text_addr): New function.
12296 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
12297
12298 2014-04-15 Pedro Alves <palves@redhat.com>
12299
12300 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
12301
12302 2014-04-15 Pedro Alves <palves@redhat.com>
12303
12304 * gdb.base/sym-file-loader.c: Include <limits.h>.
12305 (SELF_LINK): New define.
12306 (get_origin): New function.
12307 (load_shlib): Use it.
12308 * gdb.base/sym-file.exp: Don't early return if the target is
12309 remote. Use runto_main, and issue fail is that fails. Use
12310 gdb_load_shlibs.
12311 (shlib_name): Delete.
12312 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
12313
12314 2014-04-15 Pedro Alves <palves@redhat.com>
12315
12316 * gdb.base/sym-file.exp: Remove regex characters from test
12317 message. Don't refer to breakpoint numbers in test messages.
12318
12319 2014-04-14 Keith Seitz <keiths@redhat.com>
12320
12321 PR c++/16253
12322 * gdb.cp/var-tag.cc: New file.
12323 * gdb.cp/var-tag.exp: New file.
12324 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12325 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12326 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12327 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12328
12329 2014-04-14 Tom Tromey <tromey@redhat.com>
12330
12331 * gdb.cp/classes.exp (test_enums): Handle underlying type.
12332 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
12333 type.
12334 * gdb.cp/enum-class.exp: New file.
12335 * gdb.cp/enum-class.cc: New file.
12336
12337 2014-04-14 Tom Tromey <tromey@redhat.com>
12338
12339 * gdb.dwarf2/enum-type.exp: New file.
12340
12341 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12342
12343 * gdb.mi/mi-vla-c99.exp: New file.
12344 * gdb.mi/vla.c: New file.
12345
12346 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12347
12348 * gdb.base/vla-datatypes.c: New file.
12349 * gdb.base/vla-datatypes.exp: New file.
12350
12351 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12352
12353 * gdb.base/vla-ptr.c: New file.
12354 * gdb.base/vla-ptr.exp: New file.
12355
12356 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12357
12358 * gdb.dwarf2/count.exp: New file.
12359
12360 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12361
12362 * gdb.base/vla-sideeffect.c: New file.
12363 * gdb.base/vla-sideeffect.exp: New file.
12364
12365 2014-04-14 David Blaikie <dblaikie@gmail.com>
12366
12367 * gdb.mi/non-stop.c: Add return value for non-void function return
12368 statement.
12369 * gdb.threads/staticthreads.c: Ditto.
12370
12371 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
12372 Doug Evans <xdje42@gmail.com>
12373
12374 * gdb.guile/scm-value.c: Improve test case.
12375 * gdb.guile/scm-value.exp: Add new test.
12376
12377 2014-04-11 David Blaikie <dblaikie@gmail.com>
12378
12379 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
12380 override Clang's default.
12381
12382 2014-04-11 Joel Brobecker <brobecker@adacore.com>
12383
12384 Revert the following changes (regressions):
12385
12386 * gdb.base/vla-sideeffect.c: New file.
12387 * gdb.base/vla-sideeffect.exp: New file.
12388
12389 * gdb.dwarf2/count.exp: New file.
12390
12391 * gdb.base/vla-multi.c: New file.
12392 * gdb.base/vla-multi.exp: New file.
12393
12394 * gdb.base/vla-ptr.c: New file.
12395 * gdb.base/vla-ptr.exp: New file.
12396
12397 * gdb.base/vla-datatypes.c: New file.
12398 * gdb.base/vla-datatypes.exp: New file.
12399
12400 * gdb.mi/mi-vla-c99.exp: New file.
12401 * gdb.mi/vla.c: New file.
12402
12403 2014-04-11 Keith Seitz <keiths@redhat.com>
12404
12405 PR c++/16675
12406 * gdb.cp/cpsizeof.exp: New file.
12407 * gdb.cp/cpsizeof.cc: New file.
12408
12409 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12410
12411 * gdb.mi/mi-vla-c99.exp: New file.
12412 * gdb.mi/vla.c: New file.
12413
12414 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12415
12416 * gdb.base/vla-datatypes.c: New file.
12417 * gdb.base/vla-datatypes.exp: New file.
12418
12419 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12420
12421 * gdb.base/vla-ptr.c: New file.
12422 * gdb.base/vla-ptr.exp: New file.
12423
12424 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12425
12426 * gdb.base/vla-multi.c: New file.
12427 * gdb.base/vla-multi.exp: New file.
12428
12429 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12430
12431 * gdb.dwarf2/count.exp: New file.
12432
12433 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12434
12435 * gdb.base/vla-sideeffect.c: New file.
12436 * gdb.base/vla-sideeffect.exp: New file.
12437
12438 2014-04-11 Yao Qi <yao@codesourcery.com>
12439
12440 * gdb.base/completion.exp: Check file exists before running tests
12441 on file completion.
12442
12443 2014-04-10 Pedro Alves <palves@redhat.com>
12444
12445 * gdb.base/cond-eval-mode.c: New file.
12446 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
12447 prepare_for_testing to build the new file. Check result of
12448 runto_main.
12449 (test_break, test_watch): New procedures.
12450 (top level): Use them.
12451
12452 2014-04-08 Pierre Muller <muller@sourceware.org>
12453
12454 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
12455 Ctrl-V use for mingw hosts.
12456
12457 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
12458
12459 * gdb.python/py-value.c: Improve test case.
12460 * gdb.python/py-value.exp: Add new test.
12461
12462 2014-04-07 David Blaikie <dblaikie@gmail.com>
12463
12464 * lib/compiler.c: Identify the clang compiler.
12465 * lib/compiler.cc: Ditto.
12466
12467 2014-04-03 Yao Qi <yao@codesourcery.com>
12468
12469 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
12470
12471 2014-04-01 Anton Blanchard <anton@samba.org>
12472
12473 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
12474 messages unique.
12475
12476 2014-04-01 Anton Blanchard <anton@samba.org>
12477
12478 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
12479 prepare_for_testing.
12480
12481 2014-04-01 Anton Blanchard <anton@samba.org>
12482
12483 * gdb.arch/ppc64-atomic-inst.c: Remove.
12484 * gdb.arch/ppc64-atomic-inst.S: New file.
12485 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
12486
12487 2014-03-31 Doug Evans <dje@google.com>
12488
12489 * gdb.base/print-symbol-loading-lib.c: New file.
12490 * gdb.base/print-symbol-loading-main.c: New file.
12491 * gdb.base/print-symbol-loading.exp: New file.
12492
12493 2014-03-31 Yao Qi <yao@codesourcery.com>
12494
12495 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
12496
12497 2014-03-28 Joel Brobecker <brobecker@adacore.com>
12498
12499 * gdb.ada/mi_dyn_arr: New testcase.
12500
12501 2014-03-27 Doug Evans <dje@google.com>
12502
12503 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
12504
12505 2014-03-27 Yao Qi <yao@codesourcery.com>
12506
12507 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
12508 if target is nios2-*-*.
12509
12510 2014-03-26 Yao Qi <yao@codesourcery.com>
12511
12512 * lib/gdb.exp (readline_is_used): New proc.
12513 * gdb.base/completion.exp: Move tests on command complete up.
12514 Skip the rest of tests if readline is not used.
12515 * gdb.ada/complete.exp: Skp the test if readline is not
12516 used.
12517 * gdb.base/filesym.exp: Likewise.
12518 * gdb.base/macscp.exp: Likewise.
12519 * gdb.base/readline-ask.exp: Likewise.
12520 * gdb.base/readline.exp: Likewise.
12521 * gdb.python/py-cmd.exp: Likewise.
12522 * gdb.trace/tfile.exp: Likewise.
12523
12524 2014-03-26 Yao Qi <yao@codesourcery.com>
12525
12526 * gdb.base/macscp.exp: Fix code format issues.
12527
12528 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
12529
12530 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
12531 * gdb.asm/powerpc64le.inc: New file.
12532
12533 2014-03-25 Pedro Alves <palves@redhat.com>
12534 Doug Evans <dje@google.com>
12535
12536 * gdb.base/source-execution.c: New file.
12537 * gdb.base/source-execution.exp: New file.
12538 * gdb.base/source-execution.gdb: New file.
12539
12540 2014-03-24 Doug Evans <dje@google.com>
12541
12542 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
12543 using fission.
12544
12545 2014-03-24 Hui Zhu <hui@codesourcery.com>
12546 Pedro Alves <palves@redhat.com>
12547
12548 PR breakpoints/16101
12549 * gdb.base/dprintf.exp: Use unsupported rather than changing the
12550 test pass/fail messages. Detect missing support for dprintf when
12551 breakpoints are actually inserted.
12552 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
12553 breakpoints are actually inserted.
12554 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
12555 fails.
12556
12557 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12558
12559 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
12560
12561 2014-03-22 Doug Evans <xdje42@gmail.com>
12562
12563 * gdb.python/python.exp (python not supported): Verify multi-line
12564 python command issues an error.
12565 * gdb.guile/guile.exp (guile not supported): Verify multi-line
12566 guile command issues an error.
12567
12568 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
12569
12570 * gdb.threads/thread-specific.exp: Handle the lack of usable
12571 $this_breakpoint and $this_thread.
12572
12573 2014-03-21 Hui Zhu <hui@codesourcery.com>
12574
12575 * gdb.base/attach.exp (do_command_attach_tests): New.
12576
12577 2014-03-20 Tom Tromey <tromey@redhat.com>
12578 Pedro Alves <palves@redhat.com>
12579
12580 PR cli/15718
12581 * gdb.base/condbreak-call-false.c: New file.
12582 * gdb.base/condbreak-call-false.exp: New file.
12583
12584 2014-03-20 Pedro Alves <palves@redhat.com>
12585
12586 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
12587 Delete.
12588 (block_signals, unblock_signals): Delete.
12589 (child_function_2, main): Remove references to deleted variable
12590 and functions.
12591
12592 2014-03-20 Pedro Alves <palves@redhat.com>
12593
12594 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
12595 Use pthread_kill to signal thread 2.
12596 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
12597 Adjust to make the test send itself a signal rather than using the
12598 host's "kill" command.
12599
12600 2014-03-20 Pedro Alves <palves@redhat.com>
12601
12602 * gdb.threads/multiple-step-overs.c: New file.
12603 * gdb.threads/multiple-step-overs.exp: New file.
12604 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
12605 Adjust expected infrun debug output.
12606
12607 2014-03-20 Pedro Alves <palves@redhat.com>
12608
12609 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
12610 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
12611
12612 2014-03-20 Pedro Alves <palves@redhat.com>
12613
12614 PR breakpoints/7143
12615 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
12616 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
12617 of gdb_test_multiple.
12618 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
12619 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
12620
12621 2014-03-20 Pedro Alves <palves@redhat.com>
12622
12623 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
12624 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
12625
12626 2014-03-19 Pedro Alves <palves@redhat.com>
12627
12628 * gdb.base/async.exp: Remove early return.
12629
12630 2014-03-19 Pedro Alves <palves@redhat.com>
12631
12632 * gdb.base/async.exp (step& tests): Pass explicit test messages.
12633
12634 2014-03-19 Pedro Alves <palves@redhat.com>
12635
12636 * gdb.base/async.exp (test_background): Expect \r\n after
12637 "completed." in the fail pattern.
12638
12639 2014-03-19 Pedro Alves <palves@redhat.com>
12640
12641 * gdb.base/async.exp (test_background): New procedure.
12642 Use it for all background execution command tests.
12643
12644 2014-03-19 Pedro Alves <palves@redhat.com>
12645
12646 * gdb.base/async.exp: Use prepare_for_testing.
12647
12648 2014-03-19 Pedro Alves <palves@redhat.com>
12649
12650 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
12651 the same line.
12652
12653 2014-03-19 Pedro Alves <palves@redhat.com>
12654
12655 * gdb.base/async.c (main): Add "jump here" and "until here" line
12656 marker comments.
12657 * gdb.base/async.exp (jump_here): New global.
12658 (jump& test): Use it.
12659 (until_here): New global.
12660 (until& test): Use it.
12661
12662 2014-03-19 Pedro Alves <palves@redhat.com>
12663
12664 * gdb.base/async.exp: Don't frob gdb_protocol.
12665
12666 2014-03-18 Doug Evans <xdje42@gmail.com>
12667
12668 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
12669 Fix spelling of exec-done-display.
12670
12671 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
12672
12673 PR gdb/15358
12674 * gdb.base/gdb-sigterm.c: New file.
12675 * gdb.base/gdb-sigterm.exp: New file.
12676
12677 2014-03-18 Pedro Alves <palves@redhat.com>
12678
12679 PR gdb/13860
12680 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
12681 * lib/mi-support.exp (mi_expect_stop): Add special handling for
12682 solib-event.
12683
12684 2014-03-17 Joel Brobecker <brobecker@adacore.com>
12685
12686 * gdb.ada/pckd_arr_ren: New testcase.
12687
12688 2014-03-13 Doug Evans <xdje42@gmail.com>
12689
12690 PR guile/16612
12691 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
12692 collect after discarding symbols.
12693
12694 2014-03-13 Ludovic Courtès <ludo@gnu.org>
12695 Doug Evans <xdje42@gmail.com>
12696
12697 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
12698 to history survives a gc.
12699
12700 2014-03-13 Pedro Alves <palves@redhat.com>
12701
12702 * gdb.base/default.exp: Don't test "target procfs".
12703
12704 2014-03-13 Pedro Alves <palves@redhat.com>
12705
12706 * gdb.base/default.exp: Update "target child" and "target procfs"
12707 tests to not expect "Unix".
12708
12709 2014-03-12 Tom Tromey <tromey@redhat.com>
12710
12711 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
12712 New procs. Add target-async tests.
12713 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
12714 Add target-async tests.
12715
12716 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12717
12718 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
12719 'func_start' and 'func_end' for the beginning and end of the
12720 function code, respectively.
12721 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
12722 'func_end' instead of 'func' and 'main'.
12723
12724 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12725
12726 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
12727 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
12728 generate the debug info assembler source.
12729
12730 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12731
12732 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
12733 * gdb.dwarf2/arr-subrange.exp: Likewise.
12734 * gdb.dwarf2/dwz.exp: Likewise.
12735 * gdb.dwarf2/method-ptr.exp: Likewise.
12736 * gdb.dwarf2/missing-sig-type.exp: Likewise.
12737 * gdb.dwarf2/subrange.exp: Likewise.
12738 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
12739 * gdb.dwarf2/implptrpiece.exp: Likewise.
12740 * gdb.dwarf2/nostaticblock.exp: Likewise.
12741
12742 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12743
12744 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
12745 directory to absolute path name arguments.
12746
12747 2014-03-10 Joel Brobecker <brobecker@adacore.com>
12748
12749 * gdb.ada/tagged_access: New testcase.
12750
12751 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
12752
12753 * gdb.btrace/data.exp: Update expected output.
12754
12755 2014-03-06 Yao Qi <yao@codesourcery.com>
12756
12757 * gdb.trace/pr16508.exp: New file.
12758
12759 2014-03-05 Pedro Alves <palves@redhat.com>
12760
12761 PR gdb/16575
12762 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
12763 procedure.
12764 (top level): Adjust to use it. Add tests that exercise breakpoint
12765 interaction with the code-cache.
12766
12767 2014-02-26 Ludovic Courtès <ludo@gnu.org>
12768
12769 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
12770 test for 'history-append!'.
12771
12772 2014-02-26 Joel Brobecker <brobecker@adacore.com>
12773
12774 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
12775 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
12776 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
12777 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
12778 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
12779 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
12780
12781 2014-02-26 Joel Brobecker <brobecker@adacore.com>
12782
12783 * testsuite/gdb.python/py-pp-re-notag.c: New file.
12784 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
12785 * testsuite/gdb.python/py-pp-re-notag.p: New file.
12786
12787 2014-02-26 Joel Brobecker <brobecker@adacore.com>
12788
12789 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
12790
12791 2014-02-26 Joel Brobecker <brobecker@adacore.com>
12792
12793 * gdb.dwarf2/arr-stride.c: New file.
12794 * gdb.dwarf2/arr-stride.exp: New file.
12795
12796 2014-02-26 Pedro Alves <palves@redhat.com>
12797
12798 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
12799 that won't ever trigger. Make sure that GDB reports the correct
12800 breakpoint that caused the stop.
12801
12802 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12803
12804 PR gdb/16626
12805 * gdb.base/auto-load-script: New file.
12806 * gdb.base/auto-load.c: New file.
12807 * gdb.base/auto-load.exp: New file.
12808
12809 PR gdb/16626
12810 * gdb.base/auto-load.exp: Fix out-of-srctree run.
12811
12812 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12813
12814 Fix dw2-icycle.exp -fsanitize=address GDB crash.
12815 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
12816
12817 2014-02-24 Doug Evans <dje@google.com>
12818
12819 * lib/gdb.exp (run_on_host): Log error output if program fails.
12820
12821 2014-02-21 Pedro Alves <palves@redhat.com>
12822
12823 * gdb.threads/step-after-sr-lock.c: Rename to ...
12824 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
12825 * gdb.threads/step-after-sr-lock.exp: Rename to ...
12826 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
12827 ... this.
12828
12829 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
12830
12831 PR tdep/16397
12832 * gdb.arch/amd64-stap-special-operands.exp: New file.
12833 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
12834 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
12835 * gdb.arch/amd64-stap-triplet.S: Likewise.
12836 * gdb.arch/amd64-stap-triplet.c: Likewise.
12837
12838 2014-02-20 Joel Brobecker <brobecker@adacore.com>
12839
12840 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
12841 in .section pseudo-op.
12842
12843 2014-02-20 lin zuojian <manjian2006@gmail.com>
12844 Joel Brobecker <brobecker@adacore.com>
12845 Doug Evans <xdje42@gmail.com>
12846
12847 PR symtab/16581
12848 * gdb.dwarf2/dw2-icycle.S: New file.
12849 * gdb.dwarf2/dw2-icycle.c: New file.
12850 * gdb.dwarf2/dw2-icycle.exp: New file.
12851
12852 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
12853
12854 * gdb.python/py-value-cc.cc: Improve test case to enable testing
12855 operations on gdb.Value objects.
12856 * gdb.python/py-value-cc.exp: Add new test to test operations on
12857 gdb.Value objects.
12858
12859 2014-02-18 Doug Evans <dje@google.com>
12860
12861 * Makefile.in (TESTS): New variable.
12862 (expanded_tests, expanded_tests_or_none): New variables
12863 (check-single): Pass $(expanded_tests_or_none) to runtest.
12864 (check-parallel): Only run tests in $(TESTS) if non-empty.
12865 (check/no-matching-tests-found): New rule.
12866 * README: Document TESTS makefile variable.
12867
12868 2014-02-18 Doug Evans <dje@google.com>
12869
12870 * Makefile.in (check-parallel): rm -rf outputs temp.
12871
12872 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12873
12874 Fix "ERROR: no fileid for" in the testsuite.
12875 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
12876
12877 2014-02-12 Doug Evans <dje@google.com>
12878
12879 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
12880 (MISCELLANEOUS): New variable.
12881 (clean): rm -rf $(MISCELLANEOUS).
12882 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
12883 dwp live in the same directory as symlinks, with each symlink pointed
12884 to a differently named file in a different directory.
12885
12886 2014-02-11 Doug Evans <dje@google.com>
12887
12888 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
12889 of Tcl file commands.
12890
12891 2014-02-10 Mark Kettenis <kettenis@gnu.org>
12892
12893 * gdb.threads/step-after-sr-lock.exp: Avoid executing
12894 "kill -SIGUSR1 -1".
12895
12896 2014-02-10 Joel Brobecker <brobecker@adacore.com>
12897
12898 * gdb.ada/tick_length_array_enum_idx: New testcase.
12899
12900 2014-02-10 Doug Evans <xdje42@gmail.com>
12901
12902 * configure.ac (AC_OUTPUT): Add gdb.guile.
12903 * configure: Regenerate.
12904 * lib/gdb-guile.exp: New file.
12905 * lib/gdb.exp (get_target_charset): New function.
12906 * gdb.base/help.exp: Update expected output from "apropos apropos".
12907 * gdb.guile/Makefile.in: New file.
12908 * gdb.guile/guile.exp: New file.
12909 * gdb.guile/scm-arch.c: New file.
12910 * gdb.guile/scm-arch.exp: New file.
12911 * gdb.guile/scm-block.c: New file.
12912 * gdb.guile/scm-block.exp: New file.
12913 * gdb.guile/scm-breakpoint.c: New file.
12914 * gdb.guile/scm-breakpoint.exp: New file.
12915 * gdb.guile/scm-disasm.c: New file.
12916 * gdb.guile/scm-disasm.exp: New file.
12917 * gdb.guile/scm-equal.c: New file.
12918 * gdb.guile/scm-equal.exp: New file.
12919 * gdb.guile/scm-error.exp: New file.
12920 * gdb.guile/scm-error.scm: New file.
12921 * gdb.guile/scm-frame-args.c: New file.
12922 * gdb.guile/scm-frame-args.exp: New file.
12923 * gdb.guile/scm-frame-args.scm: New file.
12924 * gdb.guile/scm-frame-inline.c: New file.
12925 * gdb.guile/scm-frame-inline.exp: New file.
12926 * gdb.guile/scm-frame.c: New file.
12927 * gdb.guile/scm-frame.exp: New file.
12928 * gdb.guile/scm-generics.exp: New file.
12929 * gdb.guile/scm-gsmob.exp: New file.
12930 * gdb.guile/scm-iterator.c: New file.
12931 * gdb.guile/scm-iterator.exp: New file.
12932 * gdb.guile/scm-math.c: New file.
12933 * gdb.guile/scm-math.exp: New file.
12934 * gdb.guile/scm-objfile-script-gdb.in: New file.
12935 * gdb.guile/scm-objfile-script.c: New file.
12936 * gdb.guile/scm-objfile-script.exp: New file.
12937 * gdb.guile/scm-objfile.c: New file.
12938 * gdb.guile/scm-objfile.exp: New file.
12939 * gdb.guile/scm-ports.exp: New file.
12940 * gdb.guile/scm-pretty-print.c: New file.
12941 * gdb.guile/scm-pretty-print.exp: New file.
12942 * gdb.guile/scm-pretty-print.scm: New file.
12943 * gdb.guile/scm-section-script.c: New file.
12944 * gdb.guile/scm-section-script.exp: New file.
12945 * gdb.guile/scm-section-script.scm: New file.
12946 * gdb.guile/scm-symbol.c: New file.
12947 * gdb.guile/scm-symbol.exp: New file.
12948 * gdb.guile/scm-symtab-2.c: New file.
12949 * gdb.guile/scm-symtab.c: New file.
12950 * gdb.guile/scm-symtab.exp: New file.
12951 * gdb.guile/scm-type.c: New file.
12952 * gdb.guile/scm-type.exp: New file.
12953 * gdb.guile/scm-value-cc.cc: New file.
12954 * gdb.guile/scm-value-cc.exp: New file.
12955 * gdb.guile/scm-value.c: New file.
12956 * gdb.guile/scm-value.exp: New file.
12957 * gdb.guile/source2.scm: New file.
12958 * gdb.guile/types-module.cc: New file.
12959 * gdb.guile/types-module.exp: New file.
12960
12961 2014-02-10 Yao Qi <yao@codesourcery.com>
12962
12963 PR testsuite/16543
12964 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
12965 * configure: Regenerated.
12966 * Makefile.in: New file.
12967
12968 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
12969
12970 * gdb.python/py-framefilter.exp: Fix typo.
12971
12972 2014-02-08 Yao Qi <yao@codesourcery.com>
12973
12974 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
12975 that no =breakpoint-modified is emitted when breakpoints are
12976 modified through MI commands.
12977
12978 2014-02-07 Pedro Alves <pedro@codesourcery.com>
12979 Pedro Alves <palves@redhat.com>
12980
12981 * gdb.threads/step-after-sr-lock.c: New file.
12982 * gdb.threads/step-after-sr-lock.exp: New file.
12983
12984 2014-02-07 Pedro Alves <palves@redhat.com>
12985
12986 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
12987
12988 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
12989
12990 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
12991 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
12992
12993 2014-02-06 Doug Evans <xdje42@gmail.com>
12994
12995 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
12996 output.
12997
12998 * gdb.gdb/python-interrupts.exp: New file.
12999
13000 2014-02-05 Yao Qi <yao@codesourcery.com>
13001
13002 * gdb.trace/report.exp (use_collected_data): Test the output
13003 of "info threads" and "info inferiors".
13004
13005 2014-02-05 Yao Qi <yao@codesourcery.com>
13006
13007 Revert this patch:
13008
13009 2013-05-24 Yao Qi <yao@codesourcery.com>
13010
13011 * gdb.trace/tfile.exp: Test inferior and thread.
13012
13013 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13014
13015 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
13016 on a function.
13017 * gdb.base/step-bt.c: Call hello via function pointer to make
13018 sure its first instruction is executed on powerpc64le-linux.
13019
13020 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13021
13022 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
13023
13024 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13025
13026 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
13027 of the test patterns for use on little-endian systems.
13028
13029 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13030
13031 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
13032 (decimal_vector): Fix for little-endian.
13033
13034 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
13035
13036 * gdb.arch/sparc-sysstep.exp: New file.
13037 * gdb.arch/sparc-sysstep.c: Likewise.
13038
13039 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
13040
13041 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13042
13043 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
13044
13045 2014-01-23 Tom Tromey <tromey@redhat.com>
13046
13047 * gdb.ada/array_char_idx: New testcase.
13048
13049 2014-01-23 Tom Tromey <tromey@redhat.com>
13050
13051 PR python/16487:
13052 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
13053 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
13054 classes.
13055
13056 2014-01-23 Tom Tromey <tromey@redhat.com>
13057
13058 PR python/16491:
13059 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
13060 string from an inferior frame.
13061 * gdb.python/py-framefilter-mi.exp: Update.
13062
13063 2014-01-22 Doug Evans <dje@google.com>
13064
13065 * gdb.server/server-mon.exp: Add tests for "set debug-format".
13066
13067 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13068
13069 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
13070
13071 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13072
13073 * gdb.trace/entry-values.exp: Remove excess space character from
13074 regex patterns. Handle s390 call instruction.
13075
13076 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13077
13078 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
13079 define "*_start" label. Make "name" static.
13080 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
13081 ${name} by references to ${name}_start.
13082
13083 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13084
13085 * gdb.base/info-macros.exp: Remove "debug" from the compile
13086 options.
13087
13088 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13089
13090 * gdb.dlang/demangle.exp: New file.
13091
13092 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13093
13094 * gdb.dlang/primitive-types.exp: New file.
13095
13096 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13097
13098 * configure.ac: Create gdb.dlang/Makefile.
13099 * configure: Regenerate.
13100 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
13101 * gdb.dlang/Makefile.in: New file.
13102 * lib/d-support.exp: New file.
13103 * lib/gdb.exp (skip_d_tests): New proc.
13104
13105 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13106
13107 * gdb.btrace/delta.exp: Check reverse stepi.
13108 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
13109 * gdb.btrace/finish.exp: New.
13110 * gdb.btrace/next.exp: New.
13111 * gdb.btrace/nexti.exp: New.
13112 * gdb.btrace/record_goto.c: Add comments.
13113 * gdb.btrace/step.exp: New.
13114 * gdb.btrace/stepi.exp: New.
13115 * gdb.btrace/multi-thread-step.c: New.
13116 * gdb.btrace/multi-thread-step.exp: New.
13117 * gdb.btrace/rn-dl-bind.c: New.
13118 * gdb.btrace/rn-dl-bind.exp: New.
13119 * gdb.btrace/data.c: New.
13120 * gdb.btrace/data.exp: New.
13121 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
13122
13123 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13124
13125 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
13126 * gdb.btrace/exception.exp: Update.
13127 * gdb.btrace/instruction_history.exp: Update.
13128 * gdb.btrace/record_goto.exp: Update.
13129 * gdb.btrace/tailcall.exp: Update.
13130 * gdb.btrace/unknown_functions.exp: Update.
13131 * gdb.btrace/delta.exp: New.
13132
13133 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13134
13135 * gdb.btrace/record_goto.exp: Add backtrace test.
13136 * gdb.btrace/tailcall.exp: Add backtrace test.
13137
13138 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13139
13140 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
13141 * gdb.btrace/record_goto.c: New.
13142 * gdb.btrace/record_goto.exp: New.
13143 * gdb.btrace/x86-record_goto.S: New.
13144
13145 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13146
13147 * gdb.btrace/function_call_history.exp: Update tests.
13148 * gdb.btrace/instruction_history.exp: Update tests.
13149
13150 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13151
13152 * gdb.btrace/function_call_history.exp: Fix expected field
13153 order for "record function-call-history".
13154 Add new tests for "record function-call-history /c".
13155 * gdb.btrace/exception.cc: New.
13156 * gdb.btrace/exception.exp: New.
13157 * gdb.btrace/tailcall.exp: New.
13158 * gdb.btrace/x86-tailcall.S: New.
13159 * gdb.btrace/x86-tailcall.c: New.
13160 * gdb.btrace/unknown_functions.c: New.
13161 * gdb.btrace/unknown_functions.exp: New.
13162 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
13163
13164 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13165
13166 * gdb.btrace/instruction_history.exp: Update.
13167 * gdb.btrace/function_call_history.exp: Update.
13168
13169 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13170
13171 * gdb.btrace/function_call_history.exp: Fix expected function
13172 trace.
13173 * gdb.btrace/instruction_history.exp: Initialize traced.
13174 Remove traced_functions.
13175
13176 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13177
13178 * gdb.btrace/function_call_history.exp: Update
13179 * gdb.btrace/instruction_history.exp: Update.
13180
13181 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13182
13183 * gdb.btrace/enable.exp: Update expected text.
13184
13185 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
13186
13187 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
13188 bytes.
13189
13190 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
13191
13192 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
13193
13194 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
13195
13196 * lib/gdb.exp (supports_process_record): Return true for
13197 arm*-linux*. (supports_reverse): Likewise.
13198
13199 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
13200
13201 PR python/15464
13202 PR python/16113
13203 * gdb.python/py-type.c: Enhance test case.
13204 * gdb.python/py-value-cc.cc: Likewise
13205 * gdb.python/py-type.exp: Add new tests.
13206 * gdb.python/py-value-cc.exp: Likewise
13207
13208 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13209 Pedro Alves <palves@redhat.com>
13210
13211 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
13212 Make "name" extern.
13213 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
13214 references to ${name}_start by references to ${name}.
13215
13216 2014-01-10 Joel Brobecker <brobecker@adacore.com>
13217
13218 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
13219
13220 2014-01-10 Joel Brobecker <brobecker@adacore.com>
13221
13222 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
13223
13224 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
13225 Pedro Alves <palves@redhat.com>
13226
13227 * gdb.mi/mi-info-os.exp: Connect to the target with
13228 mi_gdb_target_load.
13229
13230 2014-01-08 Pedro Alves <palves@redhat.com>
13231
13232 * gdb.threads/reconnect-signal.c: New file.
13233 * gdb.threads/reconnect-signal.exp: New file.
13234
13235 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13236
13237 * gdb.base/source-dir.exp: New file.
13238
13239 2014-01-07 Joel Brobecker <brobecker@adacore.com>
13240
13241 * gdb.ada/mi_interface: New testcase.
13242
13243 2014-01-07 Joel Brobecker <brobecker@adacore.com>
13244
13245 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
13246 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
13247 gdb.ada/pp-rec-component/pck.ads: New files.
13248
13249 2014-01-07 Joel Brobecker <brobecker@adacore.com>
13250
13251 * gdb.python/py-pp-integral.c: New file.
13252 * gdb.python/py-pp-integral.py: New file.
13253 * gdb.python/py-pp-integral.exp: New file.
13254
13255 For older changes see ChangeLog-1993-2013.
13256 \f
13257 ;; Local Variables:
13258 ;; mode: change-log
13259 ;; left-margin: 8
13260 ;; fill-column: 74
13261 ;; version-control: never
13262 ;; End:
13263
13264 Copyright 2014-2018 Free Software Foundation, Inc.
13265 Copying and distribution of this file, with or without modification,
13266 are permitted provided the copyright notice and this notice are preserved.
This page took 0.348513 seconds and 4 git commands to generate.