ad6c04a07159d106240529402781806a4cc957a2
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2018-02-01 Yao Qi <yao.qi@linaro.org>
2
3 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
4 "\[^\r\n\]*".
5
6 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7
8 * gdb.arch/powerpc-prologue-frame.s: New file.
9 * gdb.arch/powerpc-prologue-frame.c: Likewise.
10 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
11
12 2018-01-31 Joel Brobecker <brobecker@adacore.com>
13
14 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
15
16 2018-01-30 Pedro Alves <palves@redhat.com>
17
18 PR gdb/13211
19 * gdb.base/interrupt-daemon.c: New.
20 * gdb.base/interrupt-daemon.exp: New.
21 * gdb.multi/multi-term-settings.c: New.
22 * gdb.multi/multi-term-settings.exp: New.
23
24 2018-01-30 Joel Brobecker <brobecker@adacore.com>
25
26 * gdb.base/break.exp: Save the location where the breakpoint
27 on break.c:47 was actually inserted when debugging the version
28 compiled at -O2 and use it in the expected output of the "info
29 break" test performed soon after.
30
31 2018-01-22 Pedro Alves <palves@redhat.com>
32 Sergio Durigan Junior <sergiodj@redhat.com>
33
34 * gdb.base/whatis.exp: Add tests for 'set print object on' +
35 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
36
37 2018-01-22 Joel Brobecker <brobecker@adacore.com>
38
39 * gdb.base/break-include.c, gdb.base/break-include.inc,
40 gdb.base/break-include.exp: New files.
41 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
42 line number now being the actual line number where the breakpoint
43 was inserted.
44 * gdb.mi/mi-break.exp: Likewise.
45 * gdb.mi/mi-reverse.exp: Likewise.
46 * gdb.mi/mi-simplerun.exp: Ditto.
47
48 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
49
50 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
51 varobj.
52 * gdb.mi/mi-var-create-rtti.exp: Likewise.
53
54 2018-01-21 Don Breazeal <donb@codesourcery.com>
55 Andrew Burgess <andrew.burgess@embecosm.com>
56
57 * gdb.mi/basics.c: Add new global.
58 * gdb.mi/mi-frame-regs.exp: New file.
59 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
60 case.
61
62 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
63
64 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
65 non-parameter, and on an unknown symbol.
66
67 2018-01-19 Tom Tromey <tom@tromey.com>
68
69 * gdb.rust/modules.rs (TWENTY_THREE): New global.
70 * gdb.rust/modules.exp: Add ::-qualified lookup test.
71
72 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
73
74 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
75 setrlimit and chdir to int.
76
77 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
78
79 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
80 function.
81 (my_tend): Likewise.
82 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
83 rationale of avoiding FP- and vector instructions.
84
85 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
86
87 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
88 "info reg" with "\[ \t\]*".
89 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
90 "\[ \t\]+".
91 * gdb.arch/s390-multiarch.exp: Ditto.
92 * gdb.base/pc-fp.exp: Ditto.
93 * gdb.reverse/i386-precsave.exp: Ditto.
94 * gdb.reverse/i386-reverse.exp: Ditto.
95 * gdb.reverse/i387-env-reverse.exp: Ditto.
96 * gdb.reverse/i387-stack-reverse.exp: Ditto.
97
98 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
99
100 * lib/gdb.exp (gdb_compile): Re-enable use of
101 universal_compile_options for languages other than Rust.
102
103 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
104
105 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
106
107 2018-01-17 Mike Gulick <mgulick@mathworks.com>
108
109 PR gdb/16577
110 * gdb.base/solib-vanish.exp: New.
111 * gdb.base/solib-vanish-main.c: New.
112 * gdb.base/solib-vanish-lib1.c: New.
113 * gdb.base/solib-vanish-lib2.c: New.
114
115 2018-01-17 Yao Qi <yao.qi@linaro.org>
116
117 * gdb.compile/compile.exp: Match the address printed for
118 frame in the output of command "bt".
119
120 2018-01-15 Tom Tromey <tom@tromey.com>
121
122 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
123 compute sp_reg.
124
125 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
126
127 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
128 to prepare.
129 (prepare): Return 0 on error, 1 on success.
130
131 2018-01-12 Pedro Alves <palves@redhat.com>
132
133 * gdb.base/continue-after-aborted-step-over.c: New.
134 * gdb.base/continue-after-aborted-step-over.exp: New.
135
136 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
137
138 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
139 options when not creating an executable.
140
141 2018-01-11 Pedro Alves <palves@redhat.com>
142
143 PR remote/22597
144 * gdb.server/stop-reply-no-thread.c: New file.
145 * gdb.server/stop-reply-no-thread.exp: New file.
146
147 2018-01-10 Pedro Alves <palves@redhat.com>
148
149 PR gdb/22670
150 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
151 functions too. Test setting breakpoints and printing C functions
152 with no debug info too.
153 * gdb.ada/bp_c_mixed_case/qux.c: New file.
154
155 2018-01-10 Pedro Alves <palves@redhat.com>
156
157 PR gdb/22670
158 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
159 a fail.
160
161 2018-01-10 Pedro Alves <palves@redhat.com>
162
163 PR gdb/22670
164 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
165
166 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
167
168 * gdb.server/unittest.exp: Match the output in non-development
169 mode.
170
171 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
172
173 * gdb.gdb/unittest.exp: Match output in non-development mode.
174
175 2018-01-08 Joel Brobecker <brobecker@adacore.com>
176
177 * gdb.ada/access_tagged_param.exp: Relax expected output
178 for value of "ObjL" in "continue" to pck.inspect breakpoint
179 test.
180
181 2018-01-08 Joel Brobecker <brobecker@adacore.com>
182
183 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
184 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
185
186 2018-01-05 Pedro Alves <palves@redhat.com>
187
188 PR gdb/18653
189 * gdb.base/libsegfault.exp: New.
190
191 2018-01-05 Joel Brobecker <brobecker@adacore.com>
192
193 PR gdb/22670
194 * gdb.ada/access_tagged_param.exp: New file.
195 * gdb.ada/access_tagged_param/foo.adb: New file.
196
197 2018-01-05 Pedro Alves <palves@redhat.com>
198
199 PR gdb/22670
200 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
201 exercise lower case too, and to exercise both full matching and
202 wild matching.
203
204 2018-01-05 Joel Brobecker <brobecker@adacore.com>
205
206 * gdb.ada/rename_subscript_param: New testcase.
207
208 2018-01-05 Jerome Guitton <guitton@adacore.com>
209
210 * gdb.ada/arr_acc_idx_w_gap: New testcase.
211
212 2018-01-05 Joel Brobecker <brobecker@adacore.com>
213
214 * gdb.ada/convvar_comp: New testcase.
215
216 2018-01-05 Xavier Roirand <roirand@adacore.com>
217
218 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
219 (My_Table): New global variable.
220 * testsuite/gdb.ada/array_char_idx.exp: Add test.
221
222 2018-01-04 Joel Brobecker <brobecker@adacore.com>
223
224 PR gdb/22670
225 * gdb.ada/maint_with_ada: New testcase.
226
227 2018-01-04 Joel Brobecker <brobecker@adacore.com>
228
229 PR gdb/22670
230 * gdb.ada/bp_c_mixed_case: New testcase.
231
232 2018-01-04 Joel Brobecker <brobecker@adacore.com>
233
234 PR gdb/22670
235 * gdb.ada/complete.exp: Add "complete break ada" test.
236
237 2018-01-04 Joel Brobecker <brobecker@adacore.com>
238
239 PR gdb/22670
240 * gdb.ada/info_addr_mixed_case: New testcase.
241
242 2018-01-03 Xavier Roirand <roirand@adacore.com>
243
244 * gdb.ada/excep_handle.exp: New testcase.
245 * gdb.ada/excep_handle/foo.adb: New file.
246 * gdb.ada/excep_handle/pck.ads: New file.
247
248 2018-01-03 Joel Brobecker <brobecker@adacore.com>
249
250 * gdb.base/step-line.c: Add extra empty line in copyright header.
251 * gdb.base/step-line.inp: Likewise.
252
253 2018-01-02 Joel Brobecker <brobecker@adacore.com>
254
255 * gdb.ada/dyn_stride.exp: Add slice test.
256
257 2018-01-02 Joel Brobecker <brobecker@adacore.com>
258
259 * gdb.ada/dyn_stride: New testcase.
260
261 2017-12-27 Stafford Horne <shorne@gmail.com>
262
263 * gdb.xml/extra-regs.xml: Add example foo reggroup.
264 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
265
266 2017-12-27 Stafford Horne <shorne@gmail.com>
267
268 * gdb.base/reggroups.c: New file.
269 * gdb.base/reggroups.exp: New file.
270
271 2017-12-18 Joel Brobecker <brobecker@adacore.com>
272
273 * gdb.dwarf2/ada-valprint-error.c: New file.
274 * gdb.dwarf2/ada-valprint-error.exp: New file.
275
276 2017-12-18 Joel Brobecker <brobecker@adacore.com>
277
278 * gdb.ada/assign_arr: New testcase.
279
280 2017-12-18 Xavier Roirand <roirand@adacore.com>
281
282 * gdb.ada/funcall_ptr: New testcase.
283
284 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
285
286 PR cli/16224
287 * gdb.base/ptype-offsets.cc: New file.
288 * gdb.base/ptype-offsets.exp: New file.
289
290 2017-12-15 Yao Qi <yao.qi@linaro.org>
291
292 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
293 if XML is disabled.
294
295 2017-12-15 Xavier Roirand <roirand@adacore.com>
296
297 * gdb.ada/same_component_name: New testcase.
298
299 2017-12-14 Joel Brobecker <brobecker@adacore.com>
300
301 * gdb.ada/str_binop_equal: New testcase.
302
303 2017-12-14 Joel Brobecker <brobecker@adacore.com>
304
305 * gdb.ada/task_switch_in_core: New testcase.
306
307 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
308
309 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
310 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
311 call test_bkpt_qualified.
312 (test_bkpt_qualified): New proc.
313
314 2017-12-13 Pedro Alves <palves@redhat.com>
315
316 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
317 Tighten regexp by matching with an anchor.
318
319 2017-12-13 Pedro Alves <palves@redhat.com>
320
321 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
322 ("expression with namespace"): New set of tests.
323 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
324 (Nested::Test_NS::qux): New.
325 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
326 defaults to 'start_quote_char' and 'end_quote_char' parameters.
327
328 2017-12-13 Joel Brobecker <brobecker@adacore.com>
329
330 * gdb.base/server-del-break.c: New file.
331 * gdb.base/server-del-break.exp: New file.
332
333 2017-12-12 Stafford Horne <shorne@gmail.com>
334
335 * gdb.xml/tdesc-regs.exp: Add or1k support.
336
337 2017-12-12 Stafford Horne <shorne@gmail.com>
338
339 * gdb.base/bp-permanent.c: Define nop of or1k.
340
341 2017-12-11 Joel Brobecker <brobecker@adacore.com>
342
343 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
344 output with components being reordered.
345
346 2017-12-11 Joel Brobecker <brobecker@adacore.com>
347
348 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
349 output with components being reordered.
350
351 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
352 Pedro Alves <palves@redhat.com>
353
354 * gdb.base/maint.exp (check for .gdb_index): Check also for
355 .debug_names.
356 * gdb.dlang/watch-loc.c (.debug_aranges): New.
357 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
358 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
359 (.gdb_index used after symbol reloading): Support also .debug_names.
360 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
361
362 2017-12-08 Yao Qi <yao.qi@linaro.org>
363
364 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
365 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
366
367 2017-12-08 Yao Qi <yao.qi@linaro.org>
368
369 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
370 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
371
372 2017-12-08 Yao Qi <yao.qi@linaro.org>
373
374 * gdb.arch/aarch64-tagged-pointer.c: New file.
375 * gdb.arch/aarch64-tagged-pointer.exp: New file.
376
377 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
378
379 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
380 "int".
381
382 2017-12-07 Keith Seitz <keiths@redhat.com>
383
384 PR breakpoints/22569
385 * gdb.linespec/ls-errs.exp: Change expected result of "break
386 -source this file has spaces.c -line 3".
387 Check that an explicit source file followed by whitespace is
388 identified as an invalid explicit location.
389
390 2017-12-07 Keith Seitz <keiths@redhat.com>
391
392 * gdb.cp/nested-types.cc: New file.
393 * gdb.cp/nested-types.exp: New file.
394 * lib/cp-support.exp: Load data-structures.exp library.
395 (debug_cp_test_ptype_class): New global.
396 (cp_ptype_class_verbose, next_line): New procedures.
397 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
398 Add and document new return value.
399 Switch the list of lines to a queue.
400 Add support for new `type' key for nested type definitions.
401 Add debugging/troubleshooting messages.
402 * lib/data-structures.exp: New file.
403
404 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
405
406 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
407 with proc_with_prefix, don't use with_test_prefix.
408
409 2017-12-07 Tom Tromey <tom@tromey.com>
410
411 * gdb.base/break.exp: Add test for empty "commands".
412
413 2017-12-07 Yao Qi <yao.qi@linaro.org>
414
415 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
416 malloc and catch syscall.
417
418 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
419
420 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
421 tests for explicit locations.
422
423 2017-12-06 Pedro Alves <palves@redhat.com>
424
425 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
426 force-disabling XML descriptions.
427
428 2017-12-04 Pedro Alves <palves@redhat.com>
429
430 PR gdb/22499
431 * gdb.arch/amd64-disp-step-avx.S: New file.
432 * gdb.arch/amd64-disp-step-avx.exp: New file.
433
434 2017-12-03 Pedro Alves <palves@redhat.com>
435
436 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
437 and <string.h>.
438 (parent_function): Print distinct messages when waitpid fails, or
439 the child exits with a signal, or the child exits for an unhandled
440 reason.
441 * gdb.threads/process-dies-while-detaching.exp
442 (detach_and_expect_exit): New 'inf_output_re' parameter and use
443 it. Wait for both inferior output and GDB's prompt. Use an
444 indirect spawn id list.
445 (do_detach): New parameter 'child_exit'. Use it to compute
446 expected inferior output.
447 (test_detach, test_detach_watch, test_detach_killed_outside):
448 Adjust to pass down the expected child exit kind.
449
450 2017-12-01 Joel Brobecker <brobecker@adacore.com>
451 Sergio Durigan Junior <sergiodj@redhat.com>
452 Pedro Alves <palves@redhat.com>
453
454 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
455
456 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
457
458 * gdb.base/relocate.exp: Add tests to guarantee that arguments
459 to 'symbol-file' and 'add-symbol-file' can be
460 position-independent.
461
462 2017-12-01 Yao Qi <yao.qi@linaro.org>
463
464 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
465 the URL in copyright header.
466 * gdb.arch/aarch64-fp.exp: Likewise.
467 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
468 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
469 * gdb.base/expand-psymtabs.exp: Likewise.
470 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
471 * gdb.fortran/common-block.exp: Likewise.
472 * gdb.fortran/common-block.f90: Likewise.
473 * gdb.fortran/logical.exp: Likewise.
474 * gdb.fortran/vla-datatypes.f90: Likewise.
475 * gdb.fortran/vla-sub.f90: Likewise.
476
477 2017-11-30 Joel Brobecker <brobecker@adacore.com>
478
479 * gdb.ada/repeat_dyn: New testcase.
480
481 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
482
483 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
484 Update for changed thread numbering.
485 * gdb.cell/bt.exp: Update for changed GDB output.
486
487 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
488
489 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
490 setting isremote by hand.
491 * boards/dwarf4-gdb-index.exp: Likewise.
492 * boards/fission.exp: Likewise.
493 * boards/stabs.exp: Likewise.
494
495 2017-11-30 Pedro Alves <palves@redhat.com>
496
497 * gdb.linespec/cpls-ops.exp
498 (check_explicit_skips_function_argument): Extract the underlying
499 type of size_t instead of hardcoding it.
500
501 2017-11-29 Pedro Alves <palves@redhat.com>
502
503 PR c++/19436
504 * gdb.linespec/cpls-abi-tag.cc: New file.
505 * gdb.linespec/cpls-abi-tag.exp: New file.
506
507 2017-11-29 Pedro Alves <palves@redhat.com>
508
509 * gdb.base/langs.exp: Use -qualified.
510 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
511 it.
512 * gdb.cp/namespace.exp: Use -qualified.
513 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
514 (overload-3, template-overload, template-ret-type, const-overload)
515 (const-overload-quoted, anon-ns, ambiguous-prefix): New
516 procedures.
517 (test_driver): Call them.
518 * gdb.cp/save-bp-qualified.cc: New.
519 * gdb.cp/save-bp-qualified.exp: New.
520 * gdb.linespec/explicit.exp: Test -qualified.
521 * lib/completion-support.exp (completion::explicit_opts_list): Add
522 "-qualified".
523 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
524
525 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
526
527 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
528
529 2017-11-29 Tom Tromey <tom@tromey.com>
530
531 * gdb.base/relocate.exp: Update invalid argument test.
532 Add new tests for invalid arguments.
533
534 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
535
536 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
537 Return 0 as a long.
538 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
539
540 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
541
542 * gdb.cp/breakpoint.cc (bar): Set return type to void.
543 * gdb.cp/psymtab-parameter.cc (func): Likewise.
544 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
545 func ().
546 * gdb.cp/shadow.cc (B.func): Return 0.
547
548 2017-11-27 Joel Brobecker <brobecker@adacore.com>
549
550 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
551 expected output in gdb_expect call to allow the exception
552 message to be present as well. Fix syntax confusion to avoid
553 TCL thinking that exception_name is an array.
554
555 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
556
557 * gdb.arch/spu-info.c: Include <unistd.h>.
558 (do_signal_test): Fix broken calls to write.
559 * gdb.arch/spu-info.exp: Use prepare_for_testing.
560 Fix checks for empty mailboxes. Update signal tests for corrected
561 do_signal_test routine. Allow nonzero event status.
562 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
563 * gdb.cell/arch.exp: Use standard_output_file.
564 * gdb.cell/break.exp: Likewise.
565 * gdb.cell/bt.exp: Likewise.
566 * gdb.cell/core.exp: Likewise.
567 * gdb.cell/dwarfaddr.exp: Likewise.
568 * gdb.cell/ea-cache.exp: Likewise.
569 * gdb.cell/ea-standalone.exp: Likewise.
570 * gdb.cell/f-regs.exp: Likewise.
571 * gdb.cell/fork.exp: Likewise.
572 * gdb.cell/gcore.exp: Likewise.
573 * gdb.cell/mem-access.exp: Likewise.
574 * gdb.cell/ptype.exp: Likewise.
575 * gdb.cell/registers.exp: Likewise.
576 * gdb.cell/sizeof.exp: Likewise.
577 * gdb.cell/solib-symbol.exp: Likewise.
578 * gdb.cell/solib.exp: Likewise.
579
580 2017-11-25 Pedro Alves <palves@redhat.com>
581
582 * gdb.base/complete-empty.exp: New file.
583 * gdb.base/completion.exp: Adjust.
584
585 2017-11-25 Pedro Alves <palves@redhat.com>
586
587 * gdb.linespec/cpls-ops.cc: New file.
588 * gdb.linespec/cpls-ops.exp: New file.
589 * lib/completion-support.exp (test_complete_prefix_range_re): New,
590 factored out from ...
591 (test_complete_prefix_range): ... this.
592
593 2017-11-24 Pedro Alves <palves@redhat.com>
594
595 * gdb.linespec/cpcompletion.exp: New file.
596 * gdb.linespec/cpls-hyphen.cc: New file.
597 * gdb.linespec/cpls.cc: New file.
598 * gdb.linespec/cpls2.cc: New file.
599 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
600 test to use test_gdb_complete_unique. Add label completion,
601 keyword completion and explicit location completion tests.
602 * lib/completion-support.exp: New file.
603
604 2017-11-24 Joel Brobecker <brobecker@adacore.com>
605
606 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
607 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
608 when hitting an exception catchpoint.
609
610 2017-11-22 Yao Qi <yao.qi@linaro.org>
611
612 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
613
614 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
615
616 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
617 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
618 * gdb.dwarf2/info-locals-optimized-out.c: New file.
619
620 2017-11-22 Yao Qi <yao.qi@linaro.org>
621
622 * gdb.base/info-os.exp: Pass pthreads.
623 * gdb.multi/multi-attach.exp: Likewise.
624
625 2017-11-22 Yao Qi <yao.qi@linaro.org>
626
627 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
628 compiler.
629
630 2017-11-22 Yao Qi <yao.qi@linaro.org>
631
632 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
633 * gdb.base/break-interp.exp: Likewise.
634 * gdb.base/jit-attach-pie.exp: Likewise.
635
636 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
637
638 * gdb.base/float128.c (large128): New variable.
639 * gdb.base/float128.exp: Add test to print largest __float128 value.
640
641 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
642
643 * gdb.arch/vsx-regs.exp: Update register content checks.
644
645 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
646
647 * gdb.arch/ppc-longdouble.exp: New file.
648 * gdb.arch/ppc-longdouble.c: Likewise.
649
650 2017-11-21 Pedro Alves <palves@redhat.com>
651
652 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
653
654 2017-11-20 Pedro Alves <palves@redhat.com>
655
656 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
657 (long_double_typedef): New typedefs.
658 Use DEF on double and long double.
659 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
660 cases.
661 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
662 and 'long_double_ptr_same_size' locals. Use them to decide
663 whether cast from array/function to float is valid/invalid.
664
665 2017-11-17 Tom Tromey <tom@tromey.com>
666
667 * gdb.rust/traits.rs: New file.
668 * gdb.rust/traits.exp: New file.
669
670 2017-11-17 Joel Brobecker <brobecker@adacore.com>
671
672 * gdb.ada/minsyms: New testcase.
673
674 2017-11-16 Pedro Alves <palves@redhat.com>
675
676 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
677 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
678
679 2017-11-16 Pedro Alves <palves@redhat.com>
680
681 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
682 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
683
684 2017-11-16 Pedro Alves <palves@redhat.com>
685
686 * gdb.server/reconnect-ctrl-c.c: New file.
687 * gdb.server/reconnect-ctrl-c.exp: New file.
688
689 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
690
691 * gdb.python/py-rbreak.exp: New file.
692 * gdb.python/py-rbreak.c: New file.
693 * gdb.python/py-rbreak-func2.c: New file.
694
695 2017-11-16 Pedro Alves <palves@redhat.com>
696
697 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
698 pattern.
699 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
700 GDB.
701
702 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
703
704 * gdb.tui/completionn.exp (test_tab_completion): Add space in
705 regex.
706
707 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
708
709 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
710 test names.
711
712 2017-11-09 Pedro Alves <palves@redhat.com>
713
714 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
715 factored out from ...
716 (top level): ... here, and adjusted to avoid expecting beyond the
717 prompt in a single gdb_test_multiple.
718
719 2017-11-09 Pedro Alves <palves@redhat.com>
720
721 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
722 output.
723 * gdb.server/ext-attach.exp ("kill" test): Likewise.
724 * gdb.server/ext-restart.exp ("kill" test): Likewise.
725 * gdb.server/ext-run.exp ("kill" test): Likewise.
726 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
727
728 2017-11-09 Pedro Alves <palves@redhat.com>
729
730 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
731 match till end of line.
732
733 2017-11-09 Pedro Alves <palves@redhat.com>
734
735 * gdb.base/memattr.exp: Tighten regexes to match the end line.
736
737 2017-11-09 Pedro Alves <palves@redhat.com>
738
739 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
740 New procedures, factored out from ...
741 (top level): ... here, and adjusted to avoid expecting beyond the
742 prompt in one go.
743
744 2017-11-09 Pedro Alves <palves@redhat.com>
745
746 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
747 output. Fix '?' match.
748
749 2017-11-08 Joel Brobecker <brobecker@adacore.com>
750
751 * gdb.ada/scoped_watch: New testcase.
752 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
753 which is actually correct.
754 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
755 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
756
757 2017-11-08 Pedro Alves <palves@redhat.com>
758
759 * gdb.gdb/complaints.exp (test_initial_complaints)
760 (test_serial_complaints, test_short_complaints): Call
761 complaint_internal instead of complaint.
762
763 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
764
765 * gdb.threads/tls-core.c: New file.
766 * gdb.threads/tls-core.exp: Likewise.
767
768 2017-11-08 Pedro Alves <palves@redhat.com>
769
770 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
771 (p Exported_Capitalized): New test.
772 (p exported_capitalized): New test.
773
774 2017-11-07 Pedro Alves <palves@redhat.com>
775
776 * gdb.cp/ena-dis-br-range.exp: Add more tests.
777
778 2017-11-07 Pedro Alves <palves@redhat.com>
779
780 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
781 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
782 (disable_invalid, disable_inverted, disable_negative): New
783 procedures.
784 ("bad numbers"): New set of tests.
785
786 2017-11-07 Pedro Alves <palves@redhat.com>
787
788 * gdb.cp/ena-dis-br-range.exp: Add tests.
789
790 2017-11-07 Pedro Alves <palves@redhat.com>
791
792 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
793
794 2017-11-07 Xavier Roirand <roirand@adacore.com>
795 Pedro Alves <palves@redhat.com>
796
797 * gdb.base/ena-dis-br.exp: Add reference to
798 gdb.cp/ena-dis-br-range.exp.
799 * gdb.cp/ena-dis-br-range.exp: New file.
800 * gdb.cp/ena-dis-br-range.cc: New file.
801
802 2017-11-06 Pedro Alves <palves@redhat.com>
803
804 * gdb.base/attach-non-pgrp-leader.c: New.
805 * gdb.base/attach-non-pgrp-leader.exp: New.
806
807 2017-11-06 Pedro Alves <palves@redhat.com>
808
809 * configure.ac: No longer check for termio.h and sgtty.h.
810 * configure: Regenerate.
811 * remote-utils.c: Include termios.h instead of gdb_termios.h.
812 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
813 Remove termio and sgtty code.
814
815 2017-11-03 Yao Qi <yao.qi@linaro.org>
816
817 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
818 in GDB is disabled.
819
820 2017-11-03 Yao Qi <yao.qi@linaro.org>
821
822 * gdb.python/py-thrhandle.exp: Skip it if python is not
823 enabled.
824
825 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
826
827 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
828 as a breakpoint command.
829
830 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
831
832 PR python/21213
833 * gdb.python/py-infthread.exp: Test calling
834 InferiorThread.inferior () multiple times in a row.
835
836 2017-10-27 Keith Seitz <keiths@redhat.com>
837
838 * gdb.opt/inline-break.exp (break_info_1): New procedure.
839 Test "info break" for every inlined function breakpoint.
840
841 2017-10-27 Yao Qi <yao.qi@linaro.org>
842
843 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
844
845 2017-10-26 Patrick Frants <osscontribute@gmail.com>
846
847 * gdb.cp/classes.exp (test_static_members): Test printing
848 Outer::instance.
849 * gdb.cp/classes.c (struct Inner, struct Outer): New.
850 (Inner::instance, Outer::instance): New.
851
852 2017-10-24 Pedro Alves <palves@redhat.com>
853
854 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
855 extra console" test in two stages.
856
857 2017-10-24 Pedro Alves <palves@redhat.com>
858
859 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
860
861 2017-10-24 Pedro Alves <palves@redhat.com>
862
863 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
864 loop.
865
866 2017-10-24 Pedro Alves <palves@redhat.com>
867
868 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
869 $attempt" and "stoppedtry $stoppedtry" test prefixes.
870
871 2017-10-24 Pedro Alves <palves@redhat.com>
872
873 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
874 parameter and handle it. Don't output read value in test name.
875
876 2017-10-24 Pedro Alves <palves@redhat.com>
877
878 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
879 custom test name.
880
881 2017-10-24 Pedro Alves <palves@redhat.com>
882
883 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
884 include the unstable output directory name in the test's name.
885 (initial_setup_simple) <'set args'>: Use custom test name.
886
887 2017-10-24 Pedro Alves <palves@redhat.com>
888
889 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
890 with explicit test name.
891
892 2017-10-20 Pedro Alves <palves@redhat.com>
893
894 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
895 'wait -i'. Use gdb_assert and remote_close.
896
897 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
898
899 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
900 number from variable rather than hard-coded.
901
902 2017-10-19 Pedro Alves <palves@redhat.com>
903
904 * gdb.base/long-inferior-output.c: New file.
905 * gdb.base/long-inferior-output.exp: New file.
906
907 2017-11-18 Keith Seitz <keiths@redhat.com>
908
909 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
910 method.
911 (main): Call it.
912 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
913 Add additional user-defined conversion operator tests.
914
915 2017-10-17 Pedro Alves <palves@redhat.com>
916
917 * boards/native-stdio-gdbserver.exp: Load "local-board".
918
919 2017-10-17 Pedro Alves <palves@redhat.com>
920
921 * gdb.base/quit-live.c: New file.
922 * gdb.base/quit-live.exp: New file.
923
924 2017-10-16 Keith Seitz <keiths@redhat.com>
925
926 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
927 (class_with_protected_typedef, class_with_private_typedef)
928 (struct_with_public_typedef, struct_with_protected_typedef)
929 (struct_with_private_typedef): New classes/structs.
930 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
931 typedefs and access specifiers.
932
933 2017-10-16 Pedro Alves <palves@redhat.com>
934 Simon Marchi <simon.marchi@polymtl.ca>
935
936 * README (Local vs Remote vs Native): New section.
937 * boards/local-board.exp: New file, with bits factored out from
938 ...
939 * boards/native-extended-gdbserver.exp: ... here. Load
940 "local-board".
941 * boards/native-gdbserver.exp: Load "local-board".
942 (${board}_spawn, ${board}_exec): Delete.
943 * boards/native-stdio-gdbserver.exp: Most contents factored out to
944 ...
945 * boards/stdio-gdbserver-base.exp: ... this new file.
946 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
947 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
948 procedure.
949 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
950 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
951 stdio_gdbserver_command.
952 (${board}_get_remote_address, ${board}_get_comm_port)
953 (${board}_download, ${board}_upload): Delete.
954 (get_target_remote_pipe_cmd): New.
955
956 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
957
958 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
959 test_bkpt_deletion, test_bkpt_cond_and_cmds,
960 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
961 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
962 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
963 remove with_test_prefix.
964
965 2017-10-13 Pedro Alves <palves@redhat.com>
966
967 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
968 * gdb.base/annota1.exp: Use it instead of is_remote.
969 * gdb.base/annota3.exp: Use it instead of is_remote.
970 * gdb.cp/annota2.exp: Use it instead of is_remote.
971 * gdb.cp/annota3.exp: Use it instead of is_remote.
972 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
973
974 2017-10-13 Pedro Alves <palves@redhat.com>
975
976 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
977 (test_num_test_vars, run_and_count_vars, find_env)
978 (test_set_unset_env, test_inherit_env_var): New procedures.
979 (top level): Use them.
980
981 2017-10-13 Pedro Alves <palves@redhat.com>
982
983 * lib/selftest-support.exp (selftest_setup): Extend comments, and
984 also skip on stub-like targets.
985
986 2017-10-13 Pedro Alves <palves@redhat.com>
987
988 PR gdb/22293
989 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
990 (top level): Move some tests to ...
991 (test_not_found): ... this new procedure.
992 (top level): Call it.
993
994 2017-10-13 Pedro Alves <palves@redhat.com>
995
996 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
997 expect different "info terminal" output if testing with a
998 non-native target.
999
1000 2017-10-13 Pedro Alves <palves@redhat.com>
1001 Simon Marchi <simon.marchi@polymtl.ca>
1002
1003 PR python/12966
1004 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
1005
1006 2017-10-13 Pedro Alves <palves@redhat.com>
1007
1008 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
1009 already.
1010
1011 2017-10-13 Pedro Alves <palves@redhat.com>
1012
1013 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
1014 is_remote.
1015
1016 2017-10-13 Pedro Alves <palves@redhat.com>
1017
1018 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
1019 is_remote.
1020
1021 2017-10-13 Pedro Alves <palves@redhat.com>
1022
1023 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
1024 is set.
1025 (corefile_test_attach): Likewise. Check can_spawn_for_attach
1026 instead of is_remote.
1027
1028 2017-10-13 Pedro Alves <palves@redhat.com>
1029
1030 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
1031 (top level): Add comment.
1032
1033 2017-10-13 Pedro Alves <palves@redhat.com>
1034
1035 * gdb.base/remote.exp (top level): Fix comment typo and add
1036 missing return.
1037
1038 2017-10-13 Pedro Alves <palves@redhat.com>
1039 Simon Marchi <simon.marchi@polymtl.ca>
1040
1041 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
1042 calls and add comments. Skip test if use_gdb_stub is set.
1043 (top level): Use "set cwd" command instead of "cd" command.
1044
1045 2017-10-13 Pedro Alves <palves@redhat.com>
1046
1047 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
1048 is_remote target check.
1049
1050 2017-10-13 Pedro Alves <palves@redhat.com>
1051
1052 * gdb.base/scope.exp: Use build_executable + clean_restart +
1053 gdb_file_cmd instead of prepare_for_testing and no longer skip
1054 "before run" tests on is_remote target boards. Update comments.
1055 * boards/native-extended-gdbserver.exp
1056 (extended_gdbserver_load_last_file): New, factored out from ...
1057 (gdb_load): ... this. Move further below and add comment.
1058 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
1059
1060 2017-10-12 Pedro Alves <palves@redhat.com>
1061
1062 * gdb.base/attach.exp: Remove references to gdb64.
1063 * gdb.base/dbx.exp: Remove references to gdb64.
1064
1065 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1066 Pedro Alves <palves@redhat.com>
1067
1068 * gdb.base/label.exp: Remove is_remote target check.
1069
1070 2017-10-12 Pedro Alves <palves@redhat.com>
1071
1072 * gdb.base/auvx.exp (coredir): Update comment.
1073 (top level) <core_works>: Use "set cwd" command instead of "cd"
1074 command.
1075
1076 2017-10-12 Pedro Alves <palves@redhat.com>
1077 Simon Marchi <simon.marchi@polymtl.ca>
1078
1079 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
1080 target boards.
1081
1082 2017-10-12 Pedro Alves <palves@redhat.com>
1083 Simon Marchi <simon.marchi@polymtl.ca>
1084
1085 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
1086 Instead skip if there's any gdb_protocol set.
1087
1088 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1089 Pedro Alves <palves@redhat.com>
1090
1091 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
1092
1093 2017-10-12 Pedro Alves <palves@redhat.com>
1094 Simon Marchi <simon.marchi@polymtl.ca>
1095
1096 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
1097 instead of on dejagnu remote boards.
1098
1099 2017-10-12 Pedro Alves <palves@redhat.com>
1100 Simon Marchi <simon.marchi@polymtl.ca>
1101
1102 * gdb.base/inferior-died.exp: Remove is_remote and isnative
1103 checks. Use build_executable + clean_restart instead of
1104 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
1105 of enabling non-stop after starting gdb.
1106
1107 2017-10-12 Pedro Alves <palves@redhat.com>
1108
1109 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
1110 * gdb.threads/non-ldr-exc-2.exp: Ditto.
1111 * gdb.threads/non-ldr-exc-3.exp: Ditto.
1112 * gdb.threads/non-ldr-exc-4.exp: Ditto.
1113
1114 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
1115
1116 * gdb.arch/arc-tdesc-cpu.exp: New file.
1117 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
1118
1119 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
1120
1121 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
1122
1123 2017-10-10 Pedro Alves <palves@redhat.com>
1124
1125 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
1126 expect CLI output.
1127
1128 2017-10-10 Pedro Alves <palves@redhat.com>
1129
1130 * lib/selftest-support.exp (selftest_setup): Update for
1131 captured_command_loop's prototype change.
1132
1133 2017-10-09 Pedro Alves <palves@redhat.com>
1134
1135 Test both arch1=>arch2 and arch2=>arch1.
1136
1137 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
1138 (srcfile2, binfile2, march1, march2): Remove globals. Largely
1139 factored out to...
1140 (append_arch1_options, append_arch2_options, append_arch_options)
1141 (build_executables): New procedures.
1142 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
1143 local.
1144 (top level): Add new 'first_arch' testing axis.
1145
1146 2017-10-09 Pedro Alves <palves@redhat.com>
1147
1148 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
1149 (barrier): New.
1150 (thread_start, all_started): New functions.
1151 (main): Spawn new thread and wait until it is scheduled.
1152 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
1153 option.
1154 (do_test): Add 'selected_thread' parameter. Run to all_started
1155 instead of main. Explicitly set the breakpoint at main. Switch
1156 to the SELECTED_THREAD thread.
1157 (top level): Test handling the exec event with either the main
1158 thread or the second thread selected.
1159
1160 2017-10-09 Pedro Alves <palves@redhat.com>
1161
1162 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
1163 logic. Move STOP marker after the value checks.
1164 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
1165 regexp.
1166
1167 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
1168
1169 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
1170
1171 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
1172
1173 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
1174 integer-to-dfp conversion.
1175 * gdb.base/dfp-test.exp: Likewise.
1176
1177 2017-10-04 Pedro Alves <palves@redhat.com>
1178
1179 * gdb.multi/hangout.c: Include <unistd.h>.
1180 (hangout_loop): New function.
1181 (main): Call alarm. Call hangout_loop in a loop.
1182 * gdb.multi/hello.c: Include <unistd.h>.
1183 (hello_loop): New function.
1184 (main): Call alarm. Call hangout_loop in a loop.
1185 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
1186 inferior with the other selected.
1187
1188 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
1189
1190 * gdb.mi/list-thread-groups-available.exp: New file.
1191 * gdb.mi/list-thread-groups-available.c: New file.
1192
1193 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1194
1195 * gdb.base/set-cwd.exp: Make it available on
1196 native-extended-gdbserver.
1197
1198 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1199
1200 * gdb.base/set-cwd.c: New file.
1201 * gdb.base/set-cwd.exp: Likewise.
1202
1203 2017-10-02 Tom Tromey <tom@tromey.com>
1204
1205 PR rust/22236:
1206 * gdb.rust/simple.rs (main): New variable "fslice".
1207 * gdb.rust/simple.exp: Add slice tests. Update string tests.
1208
1209 2017-10-02 Tom Tromey <tom@tromey.com>
1210
1211 * gdb.rust/simple.exp: Test ptype of a slice.
1212
1213 2017-10-02 Tom Tromey <tom@tromey.com>
1214
1215 * gdb.rust/simple.exp: Test index of slice.
1216
1217 2017-09-27 Tom Tromey <tom@tromey.com>
1218
1219 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
1220
1221 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
1222 Pedro Alves <palves@redhat.com>
1223
1224 * gdb.base/compare-sections.exp (get value of read-only section): Read
1225 as unsigned value.
1226 (corrupt read-only section): Likewise and don't set written if patching
1227 failed.
1228
1229 2017-09-21 Kevin Buettner <kevinb@redhat.com>
1230
1231 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
1232 files.
1233
1234 2017-09-20 Pedro Alves <palves@redhat.com>
1235
1236 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
1237 symbol names in gdb's output.
1238 * gdb.cp/overload.exp ("list all overloads"): Likewise.
1239
1240 2017-09-20 Pedro Alves <palves@redhat.com>
1241
1242 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
1243 Rename to ...
1244 (test_list_ambiguous_symbol): ... this and add a symbol name
1245 parameter. Adjust.
1246 (test_list_ambiguous_function): Reimplement on top of
1247 test_list_ambiguous_symbol and also test listing ambiguous
1248 variables.
1249 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
1250 (ambiguous_fun): ... this.
1251 (ambiguous_var): New.
1252 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
1253 (ambiguous_fun): ... this.
1254 (ambiguous_var): New.
1255
1256 2017-09-19 John Baldwin <jhb@FreeBSD.org>
1257
1258 * gdb.base/starti.c: New file.
1259 * gdb.base/starti.exp: New file.
1260 * lib/gdb.exp (gdb_starti_cmd): New procedure.
1261
1262 2017-09-14 Pedro Alves <palves@redhat.com>
1263
1264 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
1265 (top level): Use it instead of runto.
1266
1267 2017-09-11 Tom Tromey <tom@tromey.com>
1268
1269 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
1270
1271 2017-09-11 Tom Tromey <tom@tromey.com>
1272
1273 * gdb.python/py-infthread.exp: Add tests for new_thread event.
1274 * gdb.python/py-inferior.exp: Add tests for new inferior events.
1275
1276 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
1277
1278 * gdb.fortran/printing-types.exp: New file.
1279 * gdb.fortran/printing-types.exp: New file.
1280
1281 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
1282
1283 * gdb.fortran/vla-ptype.exp: Fix typos.
1284 * gdb.fortran/vla-value.exp: Same.
1285
1286 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
1287
1288 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
1289 * gdb.mi/mi-var-child-f.exp: Likewise.
1290 * gdb.mi/mi-vla-fortran.exp: Likewise.
1291
1292 2017-09-08 Frank Penczek <frank.penczek@intel.com>
1293 Christoph Weinmann <christoph.t.weinmann@intel.com>
1294 Bernhard Heckel <bernhard.heckel@intel.com>
1295
1296 * gdb.fortran/ptr-indentation.f90: New file.
1297 * gdb.fortran/ptr-indentation.exp: New file.
1298
1299 2017-09-05 Tom Tromey <tom@tromey.com>
1300
1301 PR gdb/22010:
1302 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
1303
1304 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
1305
1306 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
1307
1308 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1309
1310 * gdb.threads/tls-nodebug-pie.c: New file.
1311 * gdb.threads/tls-nodebug-pie.exp: New file.
1312
1313 2017-09-05 Tom Tromey <tom@tromey.com>
1314
1315 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
1316 for rust.
1317
1318 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
1319
1320 * gdb.multi/multi-arch-exec.exp: Test with different
1321 "follow-exec-mode" settings.
1322 (do_test): New procedure.
1323
1324 2017-09-04 Pedro Alves <palves@redhat.com>
1325
1326 * gdb.base/func-static.c (S::method const, S::method volatile)
1327 (S::method volatile const): New methods.
1328 (c_s, v_s, cv_s): New instances.
1329 (main): Call method() on them.
1330 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
1331 (cannot_resolve): New procedure.
1332 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
1333 print-quote-unquoted columns.
1334 (do_test): Test printing each scope too.
1335
1336 2017-09-04 Pedro Alves <palves@redhat.com>
1337
1338 * gdb.base/local-static.exp: Also test with
1339 class::method::variable wholly quoted.
1340 * gdb.cp/m-static.exp (class::method::variable): Remove test.
1341
1342 2017-09-04 Pedro Alves <palves@redhat.com>
1343
1344 * gdb.base/local-static.c: New.
1345 * gdb.base/local-static.cc: New.
1346 * gdb.base/local-static.exp: New.
1347
1348 2017-09-04 Pedro Alves <palves@redhat.com>
1349
1350 * gdb.asm/asm-source.exp: Add casts to int.
1351 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
1352 (dataglobal64_1, dataglobal64_2): New globals.
1353 * gdb.base/nodebug.exp: Test different expressions involving the
1354 new globals, with print, whatis and ptype. Add casts to int.
1355 * gdb.base/solib-display.exp: Add casts to int.
1356 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
1357 * gdb.cp/m-static.exp: Add cast to int.
1358 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
1359 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
1360 tls variable with no debug info without a cast. Test with a cast
1361 to int too.
1362 * gdb.trace/entry-values.exp: Add casts.
1363
1364 2017-09-04 Pedro Alves <palves@redhat.com>
1365
1366 * gdb.base/nodebug.exp: Test that ptype's error about functions
1367 with unknown return type includes the function name too.
1368
1369 2017-09-04 Pedro Alves <palves@redhat.com>
1370
1371 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
1372 return type of munmap in infcall.
1373 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
1374 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
1375 type of ftell in infcall.
1376 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
1377 type of getpid in infcall.
1378 * gdb.base/infcall-exec.exp: Cast return type of execlp in
1379 infcall.
1380 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
1381 Bail on failure to extract the pid.
1382 * gdb.base/nodebug.c: #include <stdint.h>.
1383 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
1384 New functions.
1385 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
1386 Change expected output of print/whatis/ptype with functions with
1387 no debug info. Test all supported languages. Call
1388 test_call_promotion.
1389 * gdb.compile/compile.exp: Adjust expected output to expect
1390 warning.
1391 * gdb.threads/siginfo-threads.exp: Likewise.
1392
1393 2017-09-04 Pedro Alves <palves@redhat.com>
1394
1395 * gdb.base/callfuncs.exp (do_function_calls): New parameter
1396 "prototypes". Test calling float functions via prototyped and
1397 unprototyped function pointers.
1398 (perform_all_tests): New parameter "prototypes". Pass it down.
1399 (top level): Pass down "prototypes" parameter to
1400 perform_all_tests.
1401
1402 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
1403
1404 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
1405 Test with nested loops.
1406
1407 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
1408
1409 * gdb.base/commands.exp: Call the new procedures.
1410 (loop_break_test, loop_continue_test): New procedures.
1411
1412 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
1413
1414 * gdb.base/commands.exp: Call new procedure.
1415 (define_if_without_arg_test): New procedure.
1416
1417 2017-09-04 Pedro Alves <palves@redhat.com>
1418
1419 * gdb.base/list-ambiguous.exp: New file.
1420 * gdb.base/list-ambiguous0.c: New file.
1421 * gdb.base/list-ambiguous1.c: New file.
1422 * gdb.base/list.exp (test_list_range): Adjust expected output.
1423
1424 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1425
1426 * gdb.base/share-env-with-gdbserver.c: New file.
1427 * gdb.base/share-env-with-gdbserver.exp: Likewise.
1428
1429 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
1430
1431 * gdb.base/commands.exp (gdbvar_simple_if_test,
1432 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
1433 progvar_simple_if_test, progvar_simple_while_test,
1434 progvar_complex_if_while_test, user_defined_command_test,
1435 user_defined_command_args_eval,
1436 user_defined_command_args_stack_test,
1437 user_defined_command_manyargs_test, bp_deleted_in_command_test,
1438 temporary_breakpoint_commands,
1439 gdb_test_no_prompt, redefine_hook_test,
1440 redefine_backtrace_test): Remove "global gdb_prompt".
1441
1442 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
1443
1444 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
1445 New proc, call it from toplevel.
1446
1447 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
1448
1449 PR remote/21852
1450 * gdb.server/normal.c: New file, copied from gdb.base.
1451 * gdb.server/run-without-local-binary.exp: New file.
1452
1453 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
1454
1455 * gdb.arch/sparc64-adi.exp: New file.
1456 * gdb.arch/sparc64-adi.c: New file.
1457
1458 2017-08-22 Pedro Alves <palves@redhat.com>
1459
1460 * gdb.cp/overload.exp (line_range_pattern): New procedure.
1461 (top level): Add "list all overloads" tests.
1462
1463 2017-08-22 Tom Tromey <tom@tromey.com>
1464
1465 * gdb.gdb/xfullpath.exp: Remove.
1466
1467 2017-08-21 Pedro Alves <palves@redhat.com>
1468
1469 PR gdb/19487
1470 * gdb.base/symbol-alias.c: New.
1471 * gdb.base/symbol-alias2.c: New.
1472 * gdb.base/symbol-alias.exp: New.
1473
1474 2017-08-21 Pedro Alves <palves@redhat.com>
1475
1476 * gdb.base/dfp-test.c
1477 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
1478 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
1479 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
1480 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
1481 * gdb.base/whatis-ptype-typedefs.c: New.
1482 * gdb.base/whatis-ptype-typedefs.exp: New.
1483 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
1484 (an_int, an_int_type, an_int_type2): New globals.
1485 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
1486 involving typedefs and cast expressions.
1487 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
1488 (lookup_typedefs_function): New.
1489 (typedefs_pretty_printers_dict): New.
1490 (top level): Register lookup_typedefs_function in
1491 gdb.pretty_printers.
1492
1493 2017-08-18 Yao Qi <yao.qi@linaro.org>
1494
1495 * gdb.server/unittest.exp: New.
1496
1497 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
1498
1499 PR gdb/21954
1500 * gdb.base/environ.exp: Add test to check if 'unset environment'
1501 works.
1502
1503 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
1504
1505 * lib/gdb.exp (universal_compile_options): New caching proc.
1506 (gdb_compile): Suppress GCC's coloring of messages.
1507
1508 2017-08-14 Tom Tromey <tom@tromey.com>
1509
1510 PR gdb/21675:
1511 * gdb.base/printcmds.exp (test_radices): New function.
1512 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
1513 * gdb.base/sizeof.exp (check_valueof): Use p/d.
1514 * lib/gdb.exp (get_integer_valueof): Use p/d.
1515
1516 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
1517
1518 * lib/gdb.exp (get_valueof): Don't capture end-of-line
1519 characters.
1520
1521 2017-08-05 Tom Tromey <tom@tromey.com>
1522
1523 * gdb.rust/simple.exp: Allow String to appear in a different
1524 namespace.
1525
1526 2017-07-26 Yao Qi <yao.qi@linaro.org>
1527
1528 * gdb.gdb/unittest.exp: Invoke command
1529 "maintenance check xml-descriptions".
1530
1531 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1532
1533 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
1534 calling context.
1535 (hex128): Drop erroneous calculation of parameters.
1536
1537 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
1538
1539 * gdb.python/py-unwind.exp: Disable stack protection when
1540 building test file.
1541
1542 2017-07-20 Pedro Alves <palves@redhat.com>
1543
1544 * gdb.base/default.exp (set language): Adjust expected output.
1545
1546 2017-07-20 Pedro Alves <palves@redhat.com>
1547
1548 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
1549 (test_minsym): ... this, and make static.
1550 (get_pck__foo__bar__minsym): Rename to ...
1551 (get_test_minsym): ... this.
1552 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
1553 symbol names and comments.
1554 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
1555 (get_test_minsym): ... this.
1556 (pck__foo__bar__minsym__2): Rename to ...
1557 (test_minsym): ... this.
1558 (main): Adjust.
1559
1560 2017-07-17 Pedro Alves <palves@redhat.com>
1561
1562 * gdb.base/completion.exp: Adjust expected output.
1563 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
1564 the completer works.
1565
1566 2017-07-17 Pedro Alves <palves@redhat.com>
1567
1568 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
1569
1570 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
1571
1572 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
1573
1574 2017-07-14 Tom Tromey <tom@tromey.com>
1575
1576 PR rust/21764:
1577 * gdb.rust/simple.exp: Add tests.
1578
1579 2017-07-14 Tom Tromey <tom@tromey.com>
1580
1581 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
1582
1583 2017-07-14 Pedro Alves <palves@redhat.com>
1584
1585 * gdb.linespec/base/one/thefile.cc (z1): New function.
1586 * gdb.linespec/base/two/thefile.cc (z2): New function.
1587 * gdb.linespec/linespec.exp: Add tests.
1588
1589 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
1590
1591 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
1592 to mi_create_breakpoint.
1593
1594 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
1595
1596 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
1597 mi_create_breakpoint.
1598
1599 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
1600
1601 * gdb.dlang/demangle.exp: Update for demangling changes.
1602
1603 2017-07-09 Tom Tromey <tom@tromey.com>
1604
1605 * gdb.dwarf2/shortpiece.exp: New file.
1606
1607 2017-07-06 David Blaikie <dblaikie@gmail.com>
1608
1609 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
1610 built from fissiont-multi-cu{1,2}.c.
1611 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
1612 except putting 'main' and 'func' in separate CUs in the same DWO file.
1613 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
1614 test.
1615 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
1616 test.
1617
1618 2017-07-06 Pedro Alves <palves@redhat.com>
1619
1620 * gdb.python/py-unwind.exp: Test flushregs.
1621
1622 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
1623
1624 PR cli/21688
1625 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
1626 tests for alias commands and trailing whitespace.
1627
1628 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
1629
1630 PR cli/21688
1631 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
1632 procedure. Call it.
1633
1634 2017-06-29 Pedro Alves <palves@redhat.com>
1635
1636 * gdb.base/printcmds.exp: Add tests.
1637
1638 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
1639
1640 PR gdb/21337
1641 * gdb.base/reread-readsym.exp: New file.
1642 * gdb.base/reread-readsym.c: New file.
1643
1644 2017-06-21 Kevin Buettner <kevinb@redhat.com>
1645
1646 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
1647 subpattern.
1648
1649 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
1650
1651 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
1652 extended mnemonic.
1653 * gdb.arch/powerpc-power9.s: Likewise.
1654
1655 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
1656
1657 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
1658 on 32-bit x86 targets. Exploit is_*_target macros where
1659 appropriate.
1660
1661 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1662
1663 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
1664 register pieces.
1665
1666 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1667
1668 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
1669 located in one or more DWARF pieces.
1670
1671 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1672
1673 * lib/gdb.exp (get_endianness): New proc.
1674 * gdb.arch/aarch64-fp.exp: Use it.
1675 * gdb.arch/altivec-regs.exp: Likewise.
1676 * gdb.arch/e500-regs.exp: Likewise.
1677 * gdb.arch/vsx-regs.exp: Likewise.
1678 * gdb.base/dump.exp: Likewise.
1679 * gdb.base/funcargs.exp: Likewise.
1680 * gdb.base/gnu_vector.exp: Likewise.
1681 * gdb.dwarf2/formdata16.exp: Likewise.
1682 * gdb.dwarf2/implptrpiece.exp: Likewise.
1683 * gdb.dwarf2/nonvar-access.exp: Likewise.
1684 * gdb.python/py-inferior.exp: Likewise.
1685 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1686
1687 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1688
1689 PR gdb/21226
1690 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
1691 stack value pieces are taken from the LSB end.
1692
1693 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1694
1695 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
1696 variable at nonzero offset.
1697
1698 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1699
1700 * gdb.dwarf2/var-access.c: New file.
1701 * gdb.dwarf2/var-access.exp: New test.
1702 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
1703
1704 2017-06-12 Tom Tromey <tom@tromey.com>
1705
1706 * gdb.dwarf2/formdata16.exp: Add tests.
1707
1708 2017-06-12 Tom Tromey <tom@tromey.com>
1709
1710 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
1711
1712 2017-06-12 Tom Tromey <tom@tromey.com>
1713
1714 PR exp/16225:
1715 * gdb.reverse/i386-sse-reverse.exp: Update tests.
1716 * gdb.arch/vsx-regs.exp: Update tests.
1717 * gdb.arch/s390-vregs.exp (hex128): New proc.
1718 Update test.
1719 * gdb.arch/altivec-regs.exp: Update tests.
1720
1721 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1722
1723 * gdb.base/startup-with-shell.c: New file.
1724 * gdb.base/startup-with-shell.exp: Likewise.
1725
1726 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1727
1728 * gdb.server/non-existing-program.exp: Update regex in order to
1729 reflect the fact that gdbserver is now using fork_inferior (with a
1730 shell) to startup the inferior.
1731
1732 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
1733
1734 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
1735 support function calls from GDB.
1736
1737 2017-05-21 Tom Tromey <tom@tromey.com>
1738
1739 PR rust/21466:
1740 * gdb.rust/unsized.exp: New file.
1741 * gdb.rust/unsized.rs: New file.
1742
1743 2017-05-19 Tom Tromey <tom@tromey.com>
1744
1745 PR rust/21484:
1746 * gdb.rust/watch.exp: New file.
1747 * gdb.rust/watch.rs: New file.
1748
1749 2017-05-18 Tom Tromey <tom@tromey.com>
1750
1751 * gdb.rust/simple.exp: Allow Box to be qualified.
1752
1753 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
1754
1755 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
1756
1757 2017-05-18 Pedro Alves <palves@redhat.com>
1758
1759 * gdb.base/fileio.c (test_write, test_read, test_close)
1760 (test_fstat): Don't print 'ret' in the fail path.
1761
1762 2017-05-18 Pedro Alves <palves@redhat.com>
1763
1764 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
1765 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
1766 (test_system, test_rename, test_unlink, test_time): Change
1767 prototypes.
1768 * gdb.base/fileio.exp (stop_msg): Adjust.
1769
1770 2017-05-18 Pedro Alves <palves@redhat.com>
1771
1772 * gdb.base/fileio.c (null_str): New global.
1773 (test_stat): Use it.
1774 * gdb.base/fileio.exp: Remove nowarnings.
1775
1776 2017-05-17 Yao Qi <yao.qi@linaro.org>
1777
1778 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
1779
1780 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
1781
1782 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
1783 argument command.
1784 (top-level): Invoke test_set_inferior_tty.
1785
1786 2017-05-04 Pedro Alves <palves@redhat.com>
1787
1788 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
1789 Add parens to print call for Python 3.
1790
1791 2017-05-03 Keith Seitz <keiths@redhat.com>
1792
1793 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
1794 (main): Call it.
1795
1796 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1797
1798 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
1799 to prev and next.
1800
1801 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1802
1803 * gdb.python/py-record-btrace.exp: Remove test for
1804 gdb.BtraceInstruction.error.
1805
1806 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1807
1808 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
1809
1810 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1811
1812 * gdb.python/py-record-btrace-threads.c: New file.
1813 * gdb.python/py-record-btrace-threads.exp: New file.
1814
1815 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
1816
1817 PR testsuite/8595
1818 * gdb.base/environ.exp: Make test available in all architectures.
1819 Move bits related to "info program" testing to
1820 gdb.base/info-program.exp. Rewrite tests to use the two new
1821 procedures mentione below.
1822 (test_set_show_env_var) New procedure.
1823 (test_set_show_env_var_equal): Likewise.
1824 * gdb.base/info-program.exp: New file.
1825
1826 2017-04-27 Keith Seitz <keiths@redhat.com>
1827
1828 * gdb.cp/oranking.cc (test15): New function.
1829 (main): Call test15 and declare additional variables for testing.
1830 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
1831 "p foo101('abc')" tests.
1832 Add tests for cv qualifier overloads.
1833 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
1834 "lvalue reference overload" test.
1835 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
1836 "print value of f1 on Child&& in f2" test.
1837
1838 2017-04-19 Pedro Alves <palves@redhat.com>
1839
1840 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
1841 procedure.
1842 (top level): Call it.
1843 * lib/gdb.exp (gdb_define_cmd): New procedure.
1844
1845 2017-04-12 Pedro Alves <palves@redhat.com>
1846
1847 PR gdb/21323
1848 * gdb.cp/wide_char_types.c: Include <wchar.h>.
1849 (wchar): New global.
1850 * gdb.cp/wide_char_types.exp (wide_char_types_program)
1851 (do_test_wide_char, wide_char_types_no_program, top level): Add
1852 wchar_t testing.
1853
1854 2017-04-12 Pedro Alves <palves@redhat.com>
1855
1856 PR c++/21323
1857 * gdb.cp/wide_char_types.c: New file.
1858 * gdb.cp/wide_char_types.exp: New file.
1859
1860 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
1861
1862 PR gdb/21352
1863 * gdb.trace/tsv.exp: Add test for "tsave -r".
1864
1865 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
1866
1867 * gdb.dlang/watch-loc.c: New file.
1868 * gdb.dlang/watch-loc.exp: New file.
1869
1870 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1871
1872 * gdb.python/py-section-script.exp (sepdebug): New testcases.
1873
1874 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1875
1876 * gdb.arch/arc-analyze-prologue.S: New file.
1877 * gdb.arch/arc-analyze-prologue.exp: Likewise.
1878
1879 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1880
1881 * gdb.arch/arc-decode-insn.S: New file.
1882 * gdb.arch/arc-decode-insn.exp: Likewise.
1883
1884 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
1885
1886 PR tdep/20928
1887 * gdb.arch/sparc64-regs.exp: New file.
1888 * gdb.arch/sparc64-regs.S: Likewise.
1889
1890 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
1891
1892 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
1893 and memory view on Python 3.
1894
1895 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
1896 Keith Seitz <keiths@redhat.com>
1897
1898 PR gdb/14441
1899 * gdb.cp/demangle.exp: Add rvalue reference tests.
1900 * gdb.cp/rvalue-ref-casts.cc: New file.
1901 * gdb.cp/rvalue-ref-casts.exp: New file.
1902 * gdb.cp/rvalue-ref-overload.cc: New file.
1903 * gdb.cp/rvalue-ref-overload.exp: New file.
1904 * gdb.cp/rvalue-ref-params.cc: New file.
1905 * gdb.cp/rvalue-ref-params.exp: New file.
1906 * gdb.cp/rvalue-ref-sizeof.cc: New file.
1907 * gdb.cp/rvalue-ref-sizeof.exp: New file.
1908 * gdb.cp/rvalue-ref-types.cc: New file.
1909 * gdb.cp/rvalue-ref-types.exp: New file.
1910 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
1911 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
1912
1913 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1914
1915 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
1916 New procedure.
1917
1918 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1919
1920 * lib/mi-support.exp (mi_gdb_test): Add additional message
1921 for unexpected output.
1922
1923 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
1924
1925 * gdb.base/examine-backward.c (Barrier): New character array
1926 constant, to ensure that TestStrings is preceded by a string
1927 terminator.
1928
1929 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1930
1931 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
1932 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
1933 and implicit pointer into such a location.
1934
1935 2017-03-16 Doug Evans <dje@google.com>
1936
1937 * gdb.python/py-lazy-string (pointer): Really add new typedef.
1938
1939 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
1940
1941 * gdb.cp/m-static.exp: Fix expectation for prototype of
1942 test5.single_constructor and single_constructor::single_constructor.
1943
1944 2017-03-16 Doug Evans <dje@google.com>
1945
1946 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
1947 * gdb.guile/scm-lazy-string.c: New file.
1948 * gdb.guile/scm-value.exp: Move lazy string tests to ...
1949 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
1950 for pointer, array, typedef lazy strings.
1951
1952 2017-03-16 Doug Evans <dje@google.com>
1953
1954 PR python/17728, python/18439, python/18779
1955 * gdb.python/py-value.c (main) Delete locals sptr, sn.
1956 * gdb.python/py-lazy-string.c (pointer): New typedef.
1957 (main): New locals ptr, array, typedef_ptr.
1958 * gdb.python/py-value.exp: Move lazy string tests to ...
1959 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
1960 array, typedef lazy strings.
1961
1962 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
1963
1964 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
1965 Add optional 'test' parameter.
1966
1967 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
1968
1969 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
1970 Skip for versions of DejaGnu < 1.5.
1971
1972 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
1973
1974 * lib/gdb.exp (dejagnu_version): New proc.
1975 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
1976 Use dejagnu_version.
1977
1978 2017-03-10 Keith Seitz <keiths@redhat.com>
1979
1980 PR c++/8128
1981 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
1982 type from destructor regexps.
1983 Add a branch which actually passes the test.
1984 Adjust "ptype t5i" test names.
1985
1986 2017-03-08 Pedro Alves <palves@redhat.com>
1987
1988 * gdb.base/step-over-exit.exp: Add explicit test message.
1989
1990 2017-03-08 Pedro Alves <palves@redhat.com>
1991
1992 PR gdb/18360
1993 * gdb.threads/interrupt-while-step-over.c: New file.
1994 * gdb.threads/interrupt-while-step-over.exp: New file.
1995
1996 2017-03-08 Pedro Alves <palves@redhat.com>
1997
1998 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
1999 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
2000
2001 2017-03-08 Pedro Alves <palves@redhat.com>
2002
2003 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
2004 PKRU as not supported as a PASS.
2005
2006 2017-03-08 Pedro Alves <palves@redhat.com>
2007
2008 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
2009 prefix instead of $binfile1/$binfile2.
2010 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
2011 in test message.
2012 * gdb.python/py-completion.exp: Use "load python file" as test
2013 messages instead of unstable path names.
2014
2015 2017-03-08 Pedro Alves <palves@redhat.com>
2016 Jan Kratochvil <jan.kratochvil@redhat.com>
2017
2018 PR cli/21218
2019 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2020 New proc.
2021 (top level): Call it.
2022
2023 2017-03-08 Pedro Alves <palves@redhat.com>
2024
2025 PR tui/21216
2026 * gdb.tui/tui-nl-filtered-output.exp: New file.
2027
2028 2017-03-08 Pedro Alves <palves@redhat.com>
2029
2030 * gdb.base/completion.exp: Move TUI completion tests to ...
2031 * gdb.tui/completion.exp: ... this new file.
2032
2033 2017-03-08 Pedro Alves <palves@redhat.com>
2034
2035 * gdb.base/tui-disasm-long-lines.c,
2036 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
2037 gdb.base/tui-layout.exp: Move to ...
2038 * gdb.tui/: ... this new directory.
2039
2040 2017-03-07 Pedro Alves <palves@redhat.com>
2041
2042 * gdb.base/tui-layout.c: New file.
2043 * gdb.base/tui-layout.exp: New file.
2044
2045 2017-03-07 Pedro Alves <palves@redhat.com>
2046
2047 * gdb.base/tui-layout.c: Rename to ...
2048 * gdb.base/tui-disasm-long-lines.c: ... this.
2049 * gdb.base/tui-layout.exp: Rename to ...
2050 * gdb.base/tui-disasm-long-lines.exp: ... this.
2051
2052 2017-03-07 Pedro Alves <palves@redhat.com>
2053
2054 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
2055
2056 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2057
2058 * i386-mpx-call.c: New file.
2059 * i386-mpx-call.exp: New file.
2060
2061 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
2062
2063 * gdb.arch/powerpc-power.exp: Delete test.
2064 * gdb.arch/powerpc-power.s: Likewise.
2065 * gdb.disasm/disassembler-options.exp: New test.
2066 * gdb.arch/powerpc-altivec.exp: Likewise.
2067 * gdb.arch/powerpc-altivec.s: Likewise.
2068 * gdb.arch/powerpc-altivec2.exp: Likewise.
2069 * gdb.arch/powerpc-altivec2.s: Likewise.
2070 * gdb.arch/powerpc-altivec3.exp: Likewise.
2071 * gdb.arch/powerpc-altivec3.s: Likewise.
2072 * gdb.arch/powerpc-power7.exp: Likewise.
2073 * gdb.arch/powerpc-power7.s: Likewise.
2074 * gdb.arch/powerpc-power8.exp: Likewise.
2075 * gdb.arch/powerpc-power8.s: Likewise.
2076 * gdb.arch/powerpc-power9.exp: Likewise.
2077 * gdb.arch/powerpc-power9.s: Likewise.
2078 * gdb.arch/powerpc-vsx.exp: Likewise.
2079 * gdb.arch/powerpc-vsx.s: Likewise.
2080 * gdb.arch/powerpc-vsx2.exp: Likewise.
2081 * gdb.arch/powerpc-vsx2.s: Likewise.
2082 * gdb.arch/powerpc-vsx3.exp: Likewise.
2083 * gdb.arch/powerpc-vsx3.s: Likewise.
2084 * gdb.arch/arm-disassembler-options.exp: Likewise.
2085 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
2086 * gdb.arch/s390-disassembler-options.exp: Likewise.
2087
2088 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
2089
2090 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
2091 (check_supported_features): ... this. Changed return type to void.
2092 (supports_rdseed): New static global.
2093 (rdseed): Check supports_rdseed.
2094 (initialize): Call check_supported_features.
2095
2096 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2097
2098 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
2099 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
2100 and lqarx/stqcx.
2101 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
2102 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
2103
2104 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2105
2106 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
2107 uppercase.
2108
2109 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2110
2111 * gdb.dwarf2/formdata16.c: New file.
2112 * gdb.dwarf2/formdata16.exp: New file.
2113 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
2114
2115 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2116
2117 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
2118 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
2119 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
2120 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
2121 DW_AT_GNU_*.
2122
2123 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2124
2125 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
2126
2127 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
2128
2129 PR gdb/21164
2130 * gdb.base/maint.exp: Add testcases for when the commands do
2131 not have arguments.
2132
2133 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
2134
2135 * gdb.cp/chained-calls.exp: Use p instead of P.
2136
2137 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
2138
2139 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
2140 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
2141
2142 2017-02-14 Tom Tromey <tom@tromey.com>
2143
2144 PR python/13598:
2145 * gdb.python/py-events.exp: Add before_prompt event tests.
2146
2147 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2148
2149 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
2150
2151 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
2152
2153 * gdb.linespec/explicit.c (my_unique_function_name): New function.
2154 (main): Call my_unique_function_name.
2155 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
2156 completion of patterns with a single match.
2157 Add missing -re switches to gdb_test_multiple calls.
2158
2159 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
2160
2161 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
2162 return if core file is not recognized.
2163
2164 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2165
2166 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
2167 and extra UIs.
2168
2169 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2170
2171 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
2172 proc_with_prefix.
2173
2174 2017-02-10 Tom Tromey <tom@tromey.com>
2175
2176 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
2177
2178 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
2179
2180 PR gdb/21122
2181 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
2182
2183 2017-02-08 Jerome Guitton <guitton@adacore.com>
2184
2185 * gdb.base/define.exp: Add test for command abbreviations
2186 in define.
2187
2188 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
2189
2190 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
2191 * gdb.reverse/insn-reverse-x86.c: New file.
2192
2193 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
2194
2195 PR tdep/20936
2196 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
2197
2198 2017-02-03 Tom Tromey <tom@tromey.com>
2199
2200 PR rust/21097:
2201 * gdb.rust/simple.exp: Add new tests.
2202
2203 2017-02-02 Pedro Alves <palves@redhat.com>
2204
2205 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
2206 tests.
2207
2208 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
2209
2210 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
2211 taking a 2-byte value out of a 4-byte DWARF implicit value on
2212 big-endian targets.
2213 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
2214 logic. Add test cases for DW_OP_implicit.
2215
2216 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2217
2218 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
2219
2220 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2221
2222 * gdb.btrace/enable.exp: Call gdb_exit before
2223 skip_gdbserver_tests.
2224
2225 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2226
2227 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
2228 GDBFLAGS.
2229
2230 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2231
2232 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
2233 the test is skipped.
2234 * gdb.btrace/data.exp: Likewise.
2235 * gdb.btrace/delta.exp: Likewise.
2236 * gdb.btrace/dlopen.exp: Likewise.
2237 * gdb.btrace/enable-running.exp: Likewise.
2238 * gdb.btrace/enable.exp: Likewise.
2239 * gdb.btrace/exception.exp: Likewise.
2240 * gdb.btrace/function_call_history.exp: Likewise.
2241 * gdb.btrace/gcore.exp: Likewise.
2242 * gdb.btrace/instruction_history.exp: Likewise.
2243 * gdb.btrace/multi-thread-step.exp: Likewise.
2244 * gdb.btrace/nohist.exp: Likewise.
2245 * gdb.btrace/non-stop.exp: Likewise.
2246 * gdb.btrace/reconnect.exp: Likewise.
2247 * gdb.btrace/record_goto-step.exp: Likewise.
2248 * gdb.btrace/record_goto.exp: Likewise.
2249 * gdb.btrace/rn-dl-bind.exp: Likewise.
2250 * gdb.btrace/segv.exp: Likewise.
2251 * gdb.btrace/step.exp: Likewise.
2252 * gdb.btrace/stepi.exp: Likewise.
2253 * gdb.btrace/tailcall-only.exp: Likewise.
2254 * gdb.btrace/tailcall.exp: Likewise.
2255 * gdb.btrace/tsx.exp: Likewise.
2256 * gdb.btrace/unknown_functions.exp: Likewise.
2257 * gdb.btrace/vdso.exp: Likewise.
2258
2259 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2260
2261 * gdb.btrace/enable-running.c: New.
2262 * gdb.btrace/enable-running.exp: New.
2263
2264 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
2265
2266 * gdb.arch/amd64-gs_base.c: New file.
2267 * gdb.arch/amd64-gs_base.exp: New file.
2268
2269 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
2270
2271 * lib/memory.exp: Remove spurious empty newlines.
2272
2273 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
2274
2275 * gdb.python/py-bad-printers.exp: Load python file using "source".
2276 * gdb.python/py-events.exp: Likewise.
2277 * gdb.python/py-evsignal.exp: Likewise.
2278 * gdb.python/py-evthreads.exp: Likewise.
2279 * gdb.python/py-frame-args.exp: Likewise.
2280 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
2281 * gdb.python/py-framefilter-mi.exp: Likewise.
2282 * gdb.python/py-framefilter.exp: Likewise.
2283 * gdb.python/py-mi.exp: Likewise.
2284 * gdb.python/py-pp-maint.exp: Likewise.
2285 * gdb.python/py-pp-registration.exp: Likewise.
2286 * gdb.python/py-prettyprint.exp: Likewise.
2287 (run_lang_tests): Likewise.
2288 * gdb.python/py-typeprint.exp: Likewise.
2289
2290 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
2291
2292 * lib/memory.exp: New file.
2293 * lib/gdb.exp: Load memory.exp.
2294 * gdb.base/memattr.exp (delete_memory): Move proc to
2295 lib/memory.exp and rename to delete_memory_regions.
2296 Replace delete_memory with delete_memory_regions.
2297 Cleanup memory regions before tests.
2298 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
2299 before tests.
2300
2301 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
2302
2303 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
2304 files.
2305 (initialize): New function conditionally defined.
2306 (testcases): Move within conditional block.
2307 (main): Call initialize.
2308 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
2309 of gdb.reverse/insn-reverse.c.
2310 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
2311 gdb.reverse/insn-reverse.c.
2312
2313 2017-01-26 Yao Qi <yao.qi@linaro.org>
2314
2315 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
2316 disassemble on address 0.
2317
2318 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
2319 Yao Qi <yao.qi@linaro.org>
2320
2321 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
2322 * gdb.dwarf2/implptr-64bit.S: Remove.
2323 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
2324 variables in caller's context. Add DW_OP_implicit_value.
2325
2326 2017-01-25 Yao Qi <yao.qi@linaro.org>
2327
2328 * lib/dwarf.exp (Dwarf::_location): Handle
2329 DW_OP_GNU_implicit_pointer with proper size.
2330
2331 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
2332
2333 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
2334 and add untested calls.
2335
2336 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
2337
2338 * gdb.python/python.exp: Check line number against what GDB thinks
2339 the line number is for func1.
2340
2341 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
2342
2343 * gdb.dlang/debug-expr.exp: New file.
2344
2345 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
2346
2347 Fix test names for the following files:
2348
2349 * gdb.ada/exec_changed.exp
2350 * gdb.ada/info_types.exp
2351 * gdb.arch/aarch64-atomic-inst.exp
2352 * gdb.arch/aarch64-fp.exp
2353 * gdb.arch/altivec-abi.exp
2354 * gdb.arch/altivec-regs.exp
2355 * gdb.arch/amd64-byte.exp
2356 * gdb.arch/amd64-disp-step.exp
2357 * gdb.arch/amd64-dword.exp
2358 * gdb.arch/amd64-entry-value-inline.exp
2359 * gdb.arch/amd64-entry-value-param.exp
2360 * gdb.arch/amd64-entry-value-paramref.exp
2361 * gdb.arch/amd64-entry-value.exp
2362 * gdb.arch/amd64-i386-address.exp
2363 * gdb.arch/amd64-invalid-stack-middle.exp
2364 * gdb.arch/amd64-invalid-stack-top.exp
2365 * gdb.arch/amd64-optimout-repeat.exp
2366 * gdb.arch/amd64-prologue-skip.exp
2367 * gdb.arch/amd64-prologue-xmm.exp
2368 * gdb.arch/amd64-stap-special-operands.exp
2369 * gdb.arch/amd64-stap-wrong-subexp.exp
2370 * gdb.arch/amd64-tailcall-cxx.exp
2371 * gdb.arch/amd64-tailcall-noret.exp
2372 * gdb.arch/amd64-tailcall-ret.exp
2373 * gdb.arch/amd64-tailcall-self.exp
2374 * gdb.arch/amd64-word.exp
2375 * gdb.arch/arm-bl-branch-dest.exp
2376 * gdb.arch/arm-disp-step.exp
2377 * gdb.arch/arm-neon.exp
2378 * gdb.arch/arm-single-step-kernel-helper.exp
2379 * gdb.arch/avr-flash-qualifier.exp
2380 * gdb.arch/disp-step-insn-reloc.exp
2381 * gdb.arch/e500-abi.exp
2382 * gdb.arch/e500-regs.exp
2383 * gdb.arch/ftrace-insn-reloc.exp
2384 * gdb.arch/i386-avx512.exp
2385 * gdb.arch/i386-bp_permanent.exp
2386 * gdb.arch/i386-byte.exp
2387 * gdb.arch/i386-cfi-notcurrent.exp
2388 * gdb.arch/i386-disp-step.exp
2389 * gdb.arch/i386-dr3-watch.exp
2390 * gdb.arch/i386-float.exp
2391 * gdb.arch/i386-gnu-cfi.exp
2392 * gdb.arch/i386-mpx-map.exp
2393 * gdb.arch/i386-mpx-sigsegv.exp
2394 * gdb.arch/i386-mpx-simple_segv.exp
2395 * gdb.arch/i386-mpx.exp
2396 * gdb.arch/i386-permbkpt.exp
2397 * gdb.arch/i386-prologue.exp
2398 * gdb.arch/i386-signal.exp
2399 * gdb.arch/i386-size-overlap.exp
2400 * gdb.arch/i386-unwind.exp
2401 * gdb.arch/i386-word.exp
2402 * gdb.arch/mips-fcr.exp
2403 * gdb.arch/powerpc-d128-regs.exp
2404 * gdb.arch/powerpc-stackless.exp
2405 * gdb.arch/ppc64-atomic-inst.exp
2406 * gdb.arch/s390-stackless.exp
2407 * gdb.arch/s390-tdbregs.exp
2408 * gdb.arch/s390-vregs.exp
2409 * gdb.arch/sparc-sysstep.exp
2410 * gdb.arch/thumb-bx-pc.exp
2411 * gdb.arch/thumb-singlestep.exp
2412 * gdb.arch/thumb2-it.exp
2413 * gdb.arch/vsx-regs.exp
2414 * gdb.asm/asm-source.exp
2415 * gdb.base/a2-run.exp
2416 * gdb.base/advance.exp
2417 * gdb.base/all-bin.exp
2418 * gdb.base/anon.exp
2419 * gdb.base/args.exp
2420 * gdb.base/arithmet.exp
2421 * gdb.base/async-shell.exp
2422 * gdb.base/async.exp
2423 * gdb.base/attach-pie-noexec.exp
2424 * gdb.base/attach-twice.exp
2425 * gdb.base/auto-load.exp
2426 * gdb.base/bang.exp
2427 * gdb.base/bitfields.exp
2428 * gdb.base/break-always.exp
2429 * gdb.base/break-caller-line.exp
2430 * gdb.base/break-entry.exp
2431 * gdb.base/break-inline.exp
2432 * gdb.base/break-on-linker-gcd-function.exp
2433 * gdb.base/break-probes.exp
2434 * gdb.base/break.exp
2435 * gdb.base/breakpoint-shadow.exp
2436 * gdb.base/call-ar-st.exp
2437 * gdb.base/call-sc.exp
2438 * gdb.base/call-signal-resume.exp
2439 * gdb.base/call-strs.exp
2440 * gdb.base/callfuncs.exp
2441 * gdb.base/catch-fork-static.exp
2442 * gdb.base/catch-gdb-caused-signals.exp
2443 * gdb.base/catch-load.exp
2444 * gdb.base/catch-signal-fork.exp
2445 * gdb.base/catch-signal.exp
2446 * gdb.base/catch-syscall.exp
2447 * gdb.base/charset.exp
2448 * gdb.base/checkpoint.exp
2449 * gdb.base/chng-syms.exp
2450 * gdb.base/code-expr.exp
2451 * gdb.base/code_elim.exp
2452 * gdb.base/commands.exp
2453 * gdb.base/completion.exp
2454 * gdb.base/complex.exp
2455 * gdb.base/cond-expr.exp
2456 * gdb.base/condbreak.exp
2457 * gdb.base/consecutive.exp
2458 * gdb.base/continue-all-already-running.exp
2459 * gdb.base/coredump-filter.exp
2460 * gdb.base/corefile.exp
2461 * gdb.base/dbx.exp
2462 * gdb.base/debug-expr.exp
2463 * gdb.base/define.exp
2464 * gdb.base/del.exp
2465 * gdb.base/disabled-location.exp
2466 * gdb.base/disasm-end-cu.exp
2467 * gdb.base/disasm-optim.exp
2468 * gdb.base/display.exp
2469 * gdb.base/duplicate-bp.exp
2470 * gdb.base/ena-dis-br.exp
2471 * gdb.base/ending-run.exp
2472 * gdb.base/enumval.exp
2473 * gdb.base/environ.exp
2474 * gdb.base/eu-strip-infcall.exp
2475 * gdb.base/eval-avoid-side-effects.exp
2476 * gdb.base/eval-skip.exp
2477 * gdb.base/exitsignal.exp
2478 * gdb.base/expand-psymtabs.exp
2479 * gdb.base/filesym.exp
2480 * gdb.base/find-unmapped.exp
2481 * gdb.base/finish.exp
2482 * gdb.base/float.exp
2483 * gdb.base/foll-exec-mode.exp
2484 * gdb.base/foll-exec.exp
2485 * gdb.base/foll-fork.exp
2486 * gdb.base/fortran-sym-case.exp
2487 * gdb.base/freebpcmd.exp
2488 * gdb.base/func-ptr.exp
2489 * gdb.base/func-ptrs.exp
2490 * gdb.base/funcargs.exp
2491 * gdb.base/gcore-buffer-overflow.exp
2492 * gdb.base/gcore-relro-pie.exp
2493 * gdb.base/gcore-relro.exp
2494 * gdb.base/gcore.exp
2495 * gdb.base/gdb1090.exp
2496 * gdb.base/gdb11530.exp
2497 * gdb.base/gdb11531.exp
2498 * gdb.base/gdb1821.exp
2499 * gdb.base/gdbindex-stabs.exp
2500 * gdb.base/gdbvars.exp
2501 * gdb.base/hbreak.exp
2502 * gdb.base/hbreak2.exp
2503 * gdb.base/included.exp
2504 * gdb.base/infcall-input.exp
2505 * gdb.base/inferior-died.exp
2506 * gdb.base/infnan.exp
2507 * gdb.base/info-macros.exp
2508 * gdb.base/info-os.exp
2509 * gdb.base/info-proc.exp
2510 * gdb.base/info-shared.exp
2511 * gdb.base/info-target.exp
2512 * gdb.base/infoline.exp
2513 * gdb.base/interp.exp
2514 * gdb.base/interrupt.exp
2515 * gdb.base/jit-reader.exp
2516 * gdb.base/jit-simple.exp
2517 * gdb.base/kill-after-signal.exp
2518 * gdb.base/kill-detach-inferiors-cmd.exp
2519 * gdb.base/label.exp
2520 * gdb.base/langs.exp
2521 * gdb.base/ldbl_e308.exp
2522 * gdb.base/line-symtabs.exp
2523 * gdb.base/linespecs.exp
2524 * gdb.base/list.exp
2525 * gdb.base/long_long.exp
2526 * gdb.base/longest-types.exp
2527 * gdb.base/maint.exp
2528 * gdb.base/max-value-size.exp
2529 * gdb.base/memattr.exp
2530 * gdb.base/mips_pro.exp
2531 * gdb.base/morestack.exp
2532 * gdb.base/moribund-step.exp
2533 * gdb.base/multi-forks.exp
2534 * gdb.base/nested-addr.exp
2535 * gdb.base/nextoverexit.exp
2536 * gdb.base/noreturn-finish.exp
2537 * gdb.base/noreturn-return.exp
2538 * gdb.base/nostdlib.exp
2539 * gdb.base/offsets.exp
2540 * gdb.base/opaque.exp
2541 * gdb.base/pc-fp.exp
2542 * gdb.base/permissions.exp
2543 * gdb.base/print-symbol-loading.exp
2544 * gdb.base/prologue-include.exp
2545 * gdb.base/psymtab.exp
2546 * gdb.base/ptype.exp
2547 * gdb.base/random-signal.exp
2548 * gdb.base/randomize.exp
2549 * gdb.base/range-stepping.exp
2550 * gdb.base/readline-ask.exp
2551 * gdb.base/recpar.exp
2552 * gdb.base/recurse.exp
2553 * gdb.base/relational.exp
2554 * gdb.base/restore.exp
2555 * gdb.base/return-nodebug.exp
2556 * gdb.base/return.exp
2557 * gdb.base/run-after-attach.exp
2558 * gdb.base/save-bp.exp
2559 * gdb.base/scope.exp
2560 * gdb.base/sect-cmd.exp
2561 * gdb.base/set-lang-auto.exp
2562 * gdb.base/set-noassign.exp
2563 * gdb.base/setvar.exp
2564 * gdb.base/sigall.exp
2565 * gdb.base/sigbpt.exp
2566 * gdb.base/siginfo-addr.exp
2567 * gdb.base/siginfo-infcall.exp
2568 * gdb.base/siginfo-obj.exp
2569 * gdb.base/siginfo.exp
2570 * gdb.base/signals-state-child.exp
2571 * gdb.base/signest.exp
2572 * gdb.base/sigstep.exp
2573 * gdb.base/sizeof.exp
2574 * gdb.base/skip.exp
2575 * gdb.base/solib-corrupted.exp
2576 * gdb.base/solib-nodir.exp
2577 * gdb.base/solib-search.exp
2578 * gdb.base/stack-checking.exp
2579 * gdb.base/stale-infcall.exp
2580 * gdb.base/stap-probe.exp
2581 * gdb.base/start.exp
2582 * gdb.base/step-break.exp
2583 * gdb.base/step-bt.exp
2584 * gdb.base/step-line.exp
2585 * gdb.base/step-over-exit.exp
2586 * gdb.base/step-over-syscall.exp
2587 * gdb.base/step-resume-infcall.exp
2588 * gdb.base/step-test.exp
2589 * gdb.base/store.exp
2590 * gdb.base/structs3.exp
2591 * gdb.base/sym-file.exp
2592 * gdb.base/symbol-without-target_section.exp
2593 * gdb.base/term.exp
2594 * gdb.base/testenv.exp
2595 * gdb.base/ui-redirect.exp
2596 * gdb.base/until.exp
2597 * gdb.base/unwindonsignal.exp
2598 * gdb.base/value-double-free.exp
2599 * gdb.base/vla-datatypes.exp
2600 * gdb.base/vla-ptr.exp
2601 * gdb.base/vla-sideeffect.exp
2602 * gdb.base/volatile.exp
2603 * gdb.base/watch-cond-infcall.exp
2604 * gdb.base/watch-cond.exp
2605 * gdb.base/watch-non-mem.exp
2606 * gdb.base/watch-read.exp
2607 * gdb.base/watch-vfork.exp
2608 * gdb.base/watchpoint-cond-gone.exp
2609 * gdb.base/watchpoint-delete.exp
2610 * gdb.base/watchpoint-hw-hit-once.exp
2611 * gdb.base/watchpoint-hw.exp
2612 * gdb.base/watchpoint-stops-at-right-insn.exp
2613 * gdb.base/watchpoints.exp
2614 * gdb.base/wchar.exp
2615 * gdb.base/whatis-exp.exp
2616 * gdb.btrace/buffer-size.exp
2617 * gdb.btrace/data.exp
2618 * gdb.btrace/delta.exp
2619 * gdb.btrace/dlopen.exp
2620 * gdb.btrace/enable.exp
2621 * gdb.btrace/exception.exp
2622 * gdb.btrace/function_call_history.exp
2623 * gdb.btrace/gcore.exp
2624 * gdb.btrace/instruction_history.exp
2625 * gdb.btrace/nohist.exp
2626 * gdb.btrace/reconnect.exp
2627 * gdb.btrace/record_goto-step.exp
2628 * gdb.btrace/record_goto.exp
2629 * gdb.btrace/rn-dl-bind.exp
2630 * gdb.btrace/segv.exp
2631 * gdb.btrace/step.exp
2632 * gdb.btrace/stepi.exp
2633 * gdb.btrace/tailcall-only.exp
2634 * gdb.btrace/tailcall.exp
2635 * gdb.btrace/tsx.exp
2636 * gdb.btrace/unknown_functions.exp
2637 * gdb.btrace/vdso.exp
2638 * gdb.compile/compile-ifunc.exp
2639 * gdb.compile/compile-ops.exp
2640 * gdb.compile/compile-print.exp
2641 * gdb.compile/compile-setjmp.exp
2642 * gdb.cp/abstract-origin.exp
2643 * gdb.cp/ambiguous.exp
2644 * gdb.cp/annota2.exp
2645 * gdb.cp/annota3.exp
2646 * gdb.cp/anon-ns.exp
2647 * gdb.cp/anon-struct.exp
2648 * gdb.cp/anon-union.exp
2649 * gdb.cp/arg-reference.exp
2650 * gdb.cp/baseenum.exp
2651 * gdb.cp/bool.exp
2652 * gdb.cp/breakpoint.exp
2653 * gdb.cp/bs15503.exp
2654 * gdb.cp/call-c.exp
2655 * gdb.cp/casts.exp
2656 * gdb.cp/chained-calls.exp
2657 * gdb.cp/class2.exp
2658 * gdb.cp/classes.exp
2659 * gdb.cp/cmpd-minsyms.exp
2660 * gdb.cp/converts.exp
2661 * gdb.cp/cp-relocate.exp
2662 * gdb.cp/cpcompletion.exp
2663 * gdb.cp/cpexprs.exp
2664 * gdb.cp/cplabel.exp
2665 * gdb.cp/cplusfuncs.exp
2666 * gdb.cp/cpsizeof.exp
2667 * gdb.cp/ctti.exp
2668 * gdb.cp/derivation.exp
2669 * gdb.cp/destrprint.exp
2670 * gdb.cp/dispcxx.exp
2671 * gdb.cp/enum-class.exp
2672 * gdb.cp/exception.exp
2673 * gdb.cp/exceptprint.exp
2674 * gdb.cp/expand-psymtabs-cxx.exp
2675 * gdb.cp/expand-sals.exp
2676 * gdb.cp/extern-c.exp
2677 * gdb.cp/filename.exp
2678 * gdb.cp/formatted-ref.exp
2679 * gdb.cp/fpointer.exp
2680 * gdb.cp/gdb1355.exp
2681 * gdb.cp/gdb2495.exp
2682 * gdb.cp/hang.exp
2683 * gdb.cp/impl-this.exp
2684 * gdb.cp/infcall-dlopen.exp
2685 * gdb.cp/inherit.exp
2686 * gdb.cp/iostream.exp
2687 * gdb.cp/koenig.exp
2688 * gdb.cp/local.exp
2689 * gdb.cp/m-data.exp
2690 * gdb.cp/m-static.exp
2691 * gdb.cp/mb-ctor.exp
2692 * gdb.cp/mb-inline.exp
2693 * gdb.cp/mb-templates.exp
2694 * gdb.cp/member-name.exp
2695 * gdb.cp/member-ptr.exp
2696 * gdb.cp/meth-typedefs.exp
2697 * gdb.cp/method.exp
2698 * gdb.cp/method2.exp
2699 * gdb.cp/minsym-fallback.exp
2700 * gdb.cp/misc.exp
2701 * gdb.cp/namelessclass.exp
2702 * gdb.cp/namespace-enum.exp
2703 * gdb.cp/namespace-nested-import.exp
2704 * gdb.cp/namespace.exp
2705 * gdb.cp/nextoverthrow.exp
2706 * gdb.cp/no-dmgl-verbose.exp
2707 * gdb.cp/non-trivial-retval.exp
2708 * gdb.cp/noparam.exp
2709 * gdb.cp/nsdecl.exp
2710 * gdb.cp/nsimport.exp
2711 * gdb.cp/nsnested.exp
2712 * gdb.cp/nsnoimports.exp
2713 * gdb.cp/nsrecurs.exp
2714 * gdb.cp/nsstress.exp
2715 * gdb.cp/nsusing.exp
2716 * gdb.cp/operator.exp
2717 * gdb.cp/oranking.exp
2718 * gdb.cp/overload-const.exp
2719 * gdb.cp/overload.exp
2720 * gdb.cp/ovldbreak.exp
2721 * gdb.cp/ovsrch.exp
2722 * gdb.cp/paren-type.exp
2723 * gdb.cp/parse-lang.exp
2724 * gdb.cp/pass-by-ref.exp
2725 * gdb.cp/pr-1023.exp
2726 * gdb.cp/pr-1210.exp
2727 * gdb.cp/pr-574.exp
2728 * gdb.cp/pr10687.exp
2729 * gdb.cp/pr12028.exp
2730 * gdb.cp/pr17132.exp
2731 * gdb.cp/pr17494.exp
2732 * gdb.cp/pr9067.exp
2733 * gdb.cp/pr9167.exp
2734 * gdb.cp/pr9631.exp
2735 * gdb.cp/printmethod.exp
2736 * gdb.cp/psmang.exp
2737 * gdb.cp/psymtab-parameter.exp
2738 * gdb.cp/ptype-cv-cp.exp
2739 * gdb.cp/ptype-flags.exp
2740 * gdb.cp/re-set-overloaded.exp
2741 * gdb.cp/ref-types.exp
2742 * gdb.cp/rtti.exp
2743 * gdb.cp/scope-err.exp
2744 * gdb.cp/shadow.exp
2745 * gdb.cp/smartp.exp
2746 * gdb.cp/static-method.exp
2747 * gdb.cp/static-print-quit.exp
2748 * gdb.cp/temargs.exp
2749 * gdb.cp/templates.exp
2750 * gdb.cp/try_catch.exp
2751 * gdb.cp/typedef-operator.exp
2752 * gdb.cp/typeid.exp
2753 * gdb.cp/userdef.exp
2754 * gdb.cp/using-crash.exp
2755 * gdb.cp/var-tag.exp
2756 * gdb.cp/virtbase.exp
2757 * gdb.cp/virtfunc.exp
2758 * gdb.cp/virtfunc2.exp
2759 * gdb.cp/vla-cxx.exp
2760 * gdb.disasm/t01_mov.exp
2761 * gdb.disasm/t02_mova.exp
2762 * gdb.disasm/t03_add.exp
2763 * gdb.disasm/t04_sub.exp
2764 * gdb.disasm/t05_cmp.exp
2765 * gdb.disasm/t06_ari2.exp
2766 * gdb.disasm/t07_ari3.exp
2767 * gdb.disasm/t08_or.exp
2768 * gdb.disasm/t09_xor.exp
2769 * gdb.disasm/t10_and.exp
2770 * gdb.disasm/t11_logs.exp
2771 * gdb.disasm/t12_bit.exp
2772 * gdb.disasm/t13_otr.exp
2773 * gdb.dlang/circular.exp
2774 * gdb.dwarf2/arr-stride.exp
2775 * gdb.dwarf2/arr-subrange.exp
2776 * gdb.dwarf2/atomic-type.exp
2777 * gdb.dwarf2/bad-regnum.exp
2778 * gdb.dwarf2/bitfield-parent-optimized-out.exp
2779 * gdb.dwarf2/callframecfa.exp
2780 * gdb.dwarf2/clztest.exp
2781 * gdb.dwarf2/corrupt.exp
2782 * gdb.dwarf2/data-loc.exp
2783 * gdb.dwarf2/dup-psym.exp
2784 * gdb.dwarf2/dw2-anon-mptr.exp
2785 * gdb.dwarf2/dw2-anonymous-func.exp
2786 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
2787 * gdb.dwarf2/dw2-bad-unresolved.exp
2788 * gdb.dwarf2/dw2-basic.exp
2789 * gdb.dwarf2/dw2-canonicalize-type.exp
2790 * gdb.dwarf2/dw2-case-insensitive.exp
2791 * gdb.dwarf2/dw2-common-block.exp
2792 * gdb.dwarf2/dw2-compdir-oldgcc.exp
2793 * gdb.dwarf2/dw2-compressed.exp
2794 * gdb.dwarf2/dw2-const.exp
2795 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
2796 * gdb.dwarf2/dw2-cu-size.exp
2797 * gdb.dwarf2/dw2-dup-frame.exp
2798 * gdb.dwarf2/dw2-entry-value.exp
2799 * gdb.dwarf2/dw2-icycle.exp
2800 * gdb.dwarf2/dw2-ifort-parameter.exp
2801 * gdb.dwarf2/dw2-inline-break.exp
2802 * gdb.dwarf2/dw2-inline-param.exp
2803 * gdb.dwarf2/dw2-intercu.exp
2804 * gdb.dwarf2/dw2-intermix.exp
2805 * gdb.dwarf2/dw2-lexical-block-bare.exp
2806 * gdb.dwarf2/dw2-linkage-name-trust.exp
2807 * gdb.dwarf2/dw2-minsym-in-cu.exp
2808 * gdb.dwarf2/dw2-noloc.exp
2809 * gdb.dwarf2/dw2-op-call.exp
2810 * gdb.dwarf2/dw2-op-out-param.exp
2811 * gdb.dwarf2/dw2-opt-structptr.exp
2812 * gdb.dwarf2/dw2-param-error.exp
2813 * gdb.dwarf2/dw2-producer.exp
2814 * gdb.dwarf2/dw2-ranges-base.exp
2815 * gdb.dwarf2/dw2-ref-missing-frame.exp
2816 * gdb.dwarf2/dw2-reg-undefined.exp
2817 * gdb.dwarf2/dw2-regno-invalid.exp
2818 * gdb.dwarf2/dw2-restore.exp
2819 * gdb.dwarf2/dw2-restrict.exp
2820 * gdb.dwarf2/dw2-single-line-discriminators.exp
2821 * gdb.dwarf2/dw2-strp.exp
2822 * gdb.dwarf2/dw2-undefined-ret-addr.exp
2823 * gdb.dwarf2/dw2-unresolved.exp
2824 * gdb.dwarf2/dw2-var-zero-addr.exp
2825 * gdb.dwarf2/dw4-sig-types.exp
2826 * gdb.dwarf2/dwz.exp
2827 * gdb.dwarf2/dynarr-ptr.exp
2828 * gdb.dwarf2/enum-type.exp
2829 * gdb.dwarf2/gdb-index.exp
2830 * gdb.dwarf2/implptr-64bit.exp
2831 * gdb.dwarf2/implptr-optimized-out.exp
2832 * gdb.dwarf2/implptr.exp
2833 * gdb.dwarf2/implref-array.exp
2834 * gdb.dwarf2/implref-const.exp
2835 * gdb.dwarf2/implref-global.exp
2836 * gdb.dwarf2/implref-struct.exp
2837 * gdb.dwarf2/mac-fileno.exp
2838 * gdb.dwarf2/main-subprogram.exp
2839 * gdb.dwarf2/member-ptr-forwardref.exp
2840 * gdb.dwarf2/method-ptr.exp
2841 * gdb.dwarf2/missing-sig-type.exp
2842 * gdb.dwarf2/nonvar-access.exp
2843 * gdb.dwarf2/opaque-type-lookup.exp
2844 * gdb.dwarf2/pieces-optimized-out.exp
2845 * gdb.dwarf2/pieces.exp
2846 * gdb.dwarf2/pr10770.exp
2847 * gdb.dwarf2/pr13961.exp
2848 * gdb.dwarf2/staticvirtual.exp
2849 * gdb.dwarf2/subrange.exp
2850 * gdb.dwarf2/symtab-producer.exp
2851 * gdb.dwarf2/trace-crash.exp
2852 * gdb.dwarf2/typeddwarf.exp
2853 * gdb.dwarf2/valop.exp
2854 * gdb.dwarf2/watch-notconst.exp
2855 * gdb.fortran/array-element.exp
2856 * gdb.fortran/charset.exp
2857 * gdb.fortran/common-block.exp
2858 * gdb.fortran/complex.exp
2859 * gdb.fortran/derived-type-function.exp
2860 * gdb.fortran/derived-type.exp
2861 * gdb.fortran/logical.exp
2862 * gdb.fortran/module.exp
2863 * gdb.fortran/multi-dim.exp
2864 * gdb.fortran/nested-funcs.exp
2865 * gdb.fortran/print-formatted.exp
2866 * gdb.fortran/subarray.exp
2867 * gdb.fortran/vla-alloc-assoc.exp
2868 * gdb.fortran/vla-datatypes.exp
2869 * gdb.fortran/vla-history.exp
2870 * gdb.fortran/vla-ptr-info.exp
2871 * gdb.fortran/vla-ptype-sub.exp
2872 * gdb.fortran/vla-ptype.exp
2873 * gdb.fortran/vla-sizeof.exp
2874 * gdb.fortran/vla-type.exp
2875 * gdb.fortran/vla-value-sub-arbitrary.exp
2876 * gdb.fortran/vla-value-sub-finish.exp
2877 * gdb.fortran/vla-value-sub.exp
2878 * gdb.fortran/vla-value.exp
2879 * gdb.fortran/whatis_type.exp
2880 * gdb.go/chan.exp
2881 * gdb.go/handcall.exp
2882 * gdb.go/hello.exp
2883 * gdb.go/integers.exp
2884 * gdb.go/methods.exp
2885 * gdb.go/package.exp
2886 * gdb.go/strings.exp
2887 * gdb.go/types.exp
2888 * gdb.go/unsafe.exp
2889 * gdb.guile/scm-arch.exp
2890 * gdb.guile/scm-block.exp
2891 * gdb.guile/scm-breakpoint.exp
2892 * gdb.guile/scm-cmd.exp
2893 * gdb.guile/scm-disasm.exp
2894 * gdb.guile/scm-equal.exp
2895 * gdb.guile/scm-frame-args.exp
2896 * gdb.guile/scm-frame-inline.exp
2897 * gdb.guile/scm-frame.exp
2898 * gdb.guile/scm-iterator.exp
2899 * gdb.guile/scm-math.exp
2900 * gdb.guile/scm-objfile.exp
2901 * gdb.guile/scm-ports.exp
2902 * gdb.guile/scm-symbol.exp
2903 * gdb.guile/scm-symtab.exp
2904 * gdb.guile/scm-value-cc.exp
2905 * gdb.guile/types-module.exp
2906 * gdb.linespec/break-ask.exp
2907 * gdb.linespec/cpexplicit.exp
2908 * gdb.linespec/explicit.exp
2909 * gdb.linespec/keywords.exp
2910 * gdb.linespec/linespec.exp
2911 * gdb.linespec/ls-dollar.exp
2912 * gdb.linespec/ls-errs.exp
2913 * gdb.linespec/skip-two.exp
2914 * gdb.linespec/thread.exp
2915 * gdb.mi/mi-async.exp
2916 * gdb.mi/mi-basics.exp
2917 * gdb.mi/mi-break.exp
2918 * gdb.mi/mi-catch-load.exp
2919 * gdb.mi/mi-cli.exp
2920 * gdb.mi/mi-cmd-param-changed.exp
2921 * gdb.mi/mi-console.exp
2922 * gdb.mi/mi-detach.exp
2923 * gdb.mi/mi-disassemble.exp
2924 * gdb.mi/mi-eval.exp
2925 * gdb.mi/mi-file-transfer.exp
2926 * gdb.mi/mi-file.exp
2927 * gdb.mi/mi-fill-memory.exp
2928 * gdb.mi/mi-inheritance-syntax-error.exp
2929 * gdb.mi/mi-linespec-err-cp.exp
2930 * gdb.mi/mi-logging.exp
2931 * gdb.mi/mi-memory-changed.exp
2932 * gdb.mi/mi-read-memory.exp
2933 * gdb.mi/mi-record-changed.exp
2934 * gdb.mi/mi-reg-undefined.exp
2935 * gdb.mi/mi-regs.exp
2936 * gdb.mi/mi-return.exp
2937 * gdb.mi/mi-reverse.exp
2938 * gdb.mi/mi-simplerun.exp
2939 * gdb.mi/mi-solib.exp
2940 * gdb.mi/mi-stack.exp
2941 * gdb.mi/mi-stepi.exp
2942 * gdb.mi/mi-syn-frame.exp
2943 * gdb.mi/mi-until.exp
2944 * gdb.mi/mi-var-block.exp
2945 * gdb.mi/mi-var-child.exp
2946 * gdb.mi/mi-var-cmd.exp
2947 * gdb.mi/mi-var-cp.exp
2948 * gdb.mi/mi-var-display.exp
2949 * gdb.mi/mi-var-invalidate.exp
2950 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
2951 * gdb.mi/mi-vla-fortran.exp
2952 * gdb.mi/mi-watch.exp
2953 * gdb.mi/mi2-var-child.exp
2954 * gdb.mi/user-selected-context-sync.exp
2955 * gdb.modula2/unbounded-array.exp
2956 * gdb.multi/dummy-frame-restore.exp
2957 * gdb.multi/multi-arch-exec.exp
2958 * gdb.multi/multi-arch.exp
2959 * gdb.multi/tids.exp
2960 * gdb.multi/watchpoint-multi.exp
2961 * gdb.opencl/callfuncs.exp
2962 * gdb.opencl/convs_casts.exp
2963 * gdb.opencl/datatypes.exp
2964 * gdb.opencl/operators.exp
2965 * gdb.opencl/vec_comps.exp
2966 * gdb.opt/clobbered-registers-O2.exp
2967 * gdb.opt/inline-break.exp
2968 * gdb.opt/inline-bt.exp
2969 * gdb.opt/inline-cmds.exp
2970 * gdb.opt/inline-locals.exp
2971 * gdb.pascal/case-insensitive-symbols.exp
2972 * gdb.pascal/floats.exp
2973 * gdb.pascal/gdb11492.exp
2974 * gdb.python/lib-types.exp
2975 * gdb.python/py-arch.exp
2976 * gdb.python/py-as-string.exp
2977 * gdb.python/py-bad-printers.exp
2978 * gdb.python/py-block.exp
2979 * gdb.python/py-breakpoint-create-fail.exp
2980 * gdb.python/py-breakpoint.exp
2981 * gdb.python/py-caller-is.exp
2982 * gdb.python/py-cmd.exp
2983 * gdb.python/py-explore-cc.exp
2984 * gdb.python/py-explore.exp
2985 * gdb.python/py-finish-breakpoint.exp
2986 * gdb.python/py-finish-breakpoint2.exp
2987 * gdb.python/py-frame-args.exp
2988 * gdb.python/py-frame-inline.exp
2989 * gdb.python/py-frame.exp
2990 * gdb.python/py-framefilter-mi.exp
2991 * gdb.python/py-infthread.exp
2992 * gdb.python/py-lazy-string.exp
2993 * gdb.python/py-linetable.exp
2994 * gdb.python/py-mi-events.exp
2995 * gdb.python/py-mi-objfile.exp
2996 * gdb.python/py-mi.exp
2997 * gdb.python/py-objfile.exp
2998 * gdb.python/py-pp-integral.exp
2999 * gdb.python/py-pp-maint.exp
3000 * gdb.python/py-pp-re-notag.exp
3001 * gdb.python/py-pp-registration.exp
3002 * gdb.python/py-recurse-unwind.exp
3003 * gdb.python/py-strfns.exp
3004 * gdb.python/py-symbol.exp
3005 * gdb.python/py-symtab.exp
3006 * gdb.python/py-sync-interp.exp
3007 * gdb.python/py-typeprint.exp
3008 * gdb.python/py-unwind-maint.exp
3009 * gdb.python/py-unwind.exp
3010 * gdb.python/py-value-cc.exp
3011 * gdb.python/py-xmethods.exp
3012 * gdb.reverse/amd64-tailcall-reverse.exp
3013 * gdb.reverse/break-precsave.exp
3014 * gdb.reverse/break-reverse.exp
3015 * gdb.reverse/consecutive-precsave.exp
3016 * gdb.reverse/consecutive-reverse.exp
3017 * gdb.reverse/finish-precsave.exp
3018 * gdb.reverse/finish-reverse-bkpt.exp
3019 * gdb.reverse/finish-reverse.exp
3020 * gdb.reverse/fstatat-reverse.exp
3021 * gdb.reverse/getresuid-reverse.exp
3022 * gdb.reverse/i386-precsave.exp
3023 * gdb.reverse/i386-reverse.exp
3024 * gdb.reverse/i386-sse-reverse.exp
3025 * gdb.reverse/i387-env-reverse.exp
3026 * gdb.reverse/i387-stack-reverse.exp
3027 * gdb.reverse/insn-reverse.exp
3028 * gdb.reverse/machinestate-precsave.exp
3029 * gdb.reverse/machinestate.exp
3030 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3031 * gdb.reverse/pipe-reverse.exp
3032 * gdb.reverse/readv-reverse.exp
3033 * gdb.reverse/recvmsg-reverse.exp
3034 * gdb.reverse/rerun-prec.exp
3035 * gdb.reverse/s390-mvcle.exp
3036 * gdb.reverse/step-precsave.exp
3037 * gdb.reverse/step-reverse.exp
3038 * gdb.reverse/time-reverse.exp
3039 * gdb.reverse/until-precsave.exp
3040 * gdb.reverse/until-reverse.exp
3041 * gdb.reverse/waitpid-reverse.exp
3042 * gdb.reverse/watch-precsave.exp
3043 * gdb.reverse/watch-reverse.exp
3044 * gdb.rust/generics.exp
3045 * gdb.rust/methods.exp
3046 * gdb.rust/modules.exp
3047 * gdb.rust/simple.exp
3048 * gdb.server/connect-with-no-symbol-file.exp
3049 * gdb.server/ext-attach.exp
3050 * gdb.server/ext-restart.exp
3051 * gdb.server/ext-wrapper.exp
3052 * gdb.server/file-transfer.exp
3053 * gdb.server/server-exec-info.exp
3054 * gdb.server/server-kill.exp
3055 * gdb.server/server-mon.exp
3056 * gdb.server/wrapper.exp
3057 * gdb.stabs/exclfwd.exp
3058 * gdb.stabs/gdb11479.exp
3059 * gdb.threads/clone-new-thread-event.exp
3060 * gdb.threads/corethreads.exp
3061 * gdb.threads/current-lwp-dead.exp
3062 * gdb.threads/dlopen-libpthread.exp
3063 * gdb.threads/gcore-thread.exp
3064 * gdb.threads/sigstep-threads.exp
3065 * gdb.threads/watchpoint-fork.exp
3066 * gdb.trace/actions-changed.exp
3067 * gdb.trace/backtrace.exp
3068 * gdb.trace/change-loc.exp
3069 * gdb.trace/circ.exp
3070 * gdb.trace/collection.exp
3071 * gdb.trace/disconnected-tracing.exp
3072 * gdb.trace/ftrace.exp
3073 * gdb.trace/mi-trace-frame-collected.exp
3074 * gdb.trace/mi-trace-unavailable.exp
3075 * gdb.trace/mi-traceframe-changed.exp
3076 * gdb.trace/mi-tsv-changed.exp
3077 * gdb.trace/no-attach-trace.exp
3078 * gdb.trace/passc-dyn.exp
3079 * gdb.trace/qtro.exp
3080 * gdb.trace/range-stepping.exp
3081 * gdb.trace/read-memory.exp
3082 * gdb.trace/save-trace.exp
3083 * gdb.trace/signal.exp
3084 * gdb.trace/status-stop.exp
3085 * gdb.trace/tfile.exp
3086 * gdb.trace/trace-break.exp
3087 * gdb.trace/trace-buffer-size.exp
3088 * gdb.trace/trace-condition.exp
3089 * gdb.trace/tracefile-pseudo-reg.exp
3090 * gdb.trace/tstatus.exp
3091 * gdb.trace/unavailable.exp
3092 * gdb.trace/while-dyn.exp
3093 * gdb.trace/while-stepping.exp
3094
3095 2016-12-22 Doug Evans <xdje42@gmail.com>
3096
3097 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
3098 and msymbols.
3099
3100 2016-12-19 Yao Qi <yao.qi@linaro.org>
3101
3102 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
3103 (test_with_self): Don't call do_steps_and_nexts, and remove
3104 code about stepping into xmalloc.
3105
3106 2016-12-09 Yao Qi <yao.qi@linaro.org>
3107
3108 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
3109
3110 2016-12-09 Yao Qi <yao.qi@linaro.org>
3111
3112 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
3113
3114 2016-12-09 Pedro Alves <palves@redhat.com>
3115
3116 * gdb.base/all-architectures-0.exp: New file.
3117 * gdb.base/all-architectures-1.exp: New file.
3118 * gdb.base/all-architectures-2.exp: New file.
3119 * gdb.base/all-architectures-3.exp: New file.
3120 * gdb.base/all-architectures-4.exp: New file.
3121 * gdb.base/all-architectures-5.exp: New file.
3122 * gdb.base/all-architectures-6.exp: New file.
3123 * gdb.base/all-architectures-7.exp: New file.
3124 * gdb.base/all-architectures.exp.in: New file.
3125
3126 2016-12-09 Yao Qi <yao.qi@linaro.org>
3127
3128 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
3129
3130 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
3131
3132 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
3133 possible.
3134 Remove useless pattern-matching code.
3135
3136 2016-12-02 Pedro Alves <palves@redhat.com>
3137
3138 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
3139 procedure.
3140 (top level): Call it.
3141
3142 2016-12-02 Pedro Alves <palves@redhat.com>
3143
3144 * gdb.base/commands.exp (user_defined_command_args_stack_test):
3145 New procedure.
3146 (top level): Call it.
3147
3148 2016-12-02 Pedro Alves <palves@redhat.com>
3149
3150 PR cli/20559
3151 * gdb.base/commands.exp (user_defined_command_args_eval): New
3152 procedure.
3153 (top level): Call it.
3154
3155 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
3156
3157 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
3158 timeout handling.
3159
3160 2016-12-02 Tom Tromey <tom@tromey.com>
3161
3162 * gdb.dwarf2/main-subprogram.c: New file.
3163 * gdb.dwarf2/main-subprogram.exp: New file.
3164
3165 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3166
3167 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
3168 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
3169 gdb_test_no_output for a couple of cases.
3170 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
3171
3172 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3173
3174 Fix test names and standardize compilation error messages throughout
3175 the following files:
3176
3177 * gdb.ada/start.exp
3178 * gdb.arch/alpha-step.exp
3179 * gdb.arch/e500-prologue.exp
3180 * gdb.arch/ftrace-insn-reloc.exp
3181 * gdb.arch/gdb1291.exp
3182 * gdb.arch/gdb1431.exp
3183 * gdb.arch/gdb1558.exp
3184 * gdb.arch/i386-dr3-watch.exp
3185 * gdb.arch/i386-sse-stack-align.exp
3186 * gdb.arch/ia64-breakpoint-shadow.exp
3187 * gdb.arch/pa-nullify.exp
3188 * gdb.arch/powerpc-aix-prologue.exp
3189 * gdb.arch/thumb-bx-pc.exp
3190 * gdb.base/annota1.exp
3191 * gdb.base/annota3.exp
3192 * gdb.base/arrayidx.exp
3193 * gdb.base/assign.exp
3194 * gdb.base/attach.exp
3195 * gdb.base/auxv.exp
3196 * gdb.base/bang.exp
3197 * gdb.base/bfp-test.exp
3198 * gdb.base/bigcore.exp
3199 * gdb.base/bitfields2.exp
3200 * gdb.base/break-fun-addr.exp
3201 * gdb.base/break-probes.exp
3202 * gdb.base/call-rt-st.exp
3203 * gdb.base/callexit.exp
3204 * gdb.base/catch-fork-kill.exp
3205 * gdb.base/charset.exp
3206 * gdb.base/checkpoint.exp
3207 * gdb.base/comprdebug.exp
3208 * gdb.base/constvars.exp
3209 * gdb.base/coredump-filter.exp
3210 * gdb.base/cursal.exp
3211 * gdb.base/cvexpr.exp
3212 * gdb.base/detach.exp
3213 * gdb.base/display.exp
3214 * gdb.base/dmsym.exp
3215 * gdb.base/dprintf-pending.exp
3216 * gdb.base/dso2dso.exp
3217 * gdb.base/dtrace-probe.exp
3218 * gdb.base/dump.exp
3219 * gdb.base/enum_cond.exp
3220 * gdb.base/exe-lock.exp
3221 * gdb.base/exec-invalid-sysroot.exp
3222 * gdb.base/execl-update-breakpoints.exp
3223 * gdb.base/exprs.exp
3224 * gdb.base/fileio.exp
3225 * gdb.base/find.exp
3226 * gdb.base/finish.exp
3227 * gdb.base/fixsection.exp
3228 * gdb.base/foll-vfork.exp
3229 * gdb.base/frame-args.exp
3230 * gdb.base/gcore.exp
3231 * gdb.base/gdb1250.exp
3232 * gdb.base/global-var-nested-by-dso.exp
3233 * gdb.base/gnu-ifunc.exp
3234 * gdb.base/hashline1.exp
3235 * gdb.base/hashline2.exp
3236 * gdb.base/hashline3.exp
3237 * gdb.base/hbreak-in-shr-unsupported.exp
3238 * gdb.base/huge.exp
3239 * gdb.base/infcall-input.exp
3240 * gdb.base/info-fun.exp
3241 * gdb.base/info-shared.exp
3242 * gdb.base/jit-simple.exp
3243 * gdb.base/jit-so.exp
3244 * gdb.base/jit.exp
3245 * gdb.base/jump.exp
3246 * gdb.base/label.exp
3247 * gdb.base/lineinc.exp
3248 * gdb.base/logical.exp
3249 * gdb.base/longjmp.exp
3250 * gdb.base/macscp.exp
3251 * gdb.base/miscexprs.exp
3252 * gdb.base/new-ui-echo.exp
3253 * gdb.base/new-ui-pending-input.exp
3254 * gdb.base/new-ui.exp
3255 * gdb.base/nodebug.exp
3256 * gdb.base/nofield.exp
3257 * gdb.base/offsets.exp
3258 * gdb.base/overlays.exp
3259 * gdb.base/pending.exp
3260 * gdb.base/pointers.exp
3261 * gdb.base/pr11022.exp
3262 * gdb.base/printcmds.exp
3263 * gdb.base/prologue.exp
3264 * gdb.base/ptr-typedef.exp
3265 * gdb.base/realname-expand.exp
3266 * gdb.base/relativedebug.exp
3267 * gdb.base/relocate.exp
3268 * gdb.base/remote.exp
3269 * gdb.base/reread.exp
3270 * gdb.base/return2.exp
3271 * gdb.base/savedregs.exp
3272 * gdb.base/sep.exp
3273 * gdb.base/sepdebug.exp
3274 * gdb.base/sepsymtab.exp
3275 * gdb.base/set-inferior-tty.exp
3276 * gdb.base/setshow.exp
3277 * gdb.base/shlib-call.exp
3278 * gdb.base/sigaltstack.exp
3279 * gdb.base/siginfo-addr.exp
3280 * gdb.base/signals.exp
3281 * gdb.base/signull.exp
3282 * gdb.base/sigrepeat.exp
3283 * gdb.base/so-impl-ld.exp
3284 * gdb.base/solib-display.exp
3285 * gdb.base/solib-overlap.exp
3286 * gdb.base/solib-search.exp
3287 * gdb.base/solib-symbol.exp
3288 * gdb.base/structs.exp
3289 * gdb.base/structs2.exp
3290 * gdb.base/symtab-search-order.exp
3291 * gdb.base/twice.exp
3292 * gdb.base/unload.exp
3293 * gdb.base/varargs.exp
3294 * gdb.base/watchpoint-solib.exp
3295 * gdb.base/watchpoint.exp
3296 * gdb.base/whatis.exp
3297 * gdb.base/wrong_frame_bt_full.exp
3298 * gdb.btrace/dlopen.exp
3299 * gdb.cell/ea-standalone.exp
3300 * gdb.cell/ea-test.exp
3301 * gdb.cp/dispcxx.exp
3302 * gdb.cp/gdb2384.exp
3303 * gdb.cp/method2.exp
3304 * gdb.cp/nextoverthrow.exp
3305 * gdb.cp/pr10728.exp
3306 * gdb.disasm/am33.exp
3307 * gdb.disasm/h8300s.exp
3308 * gdb.disasm/mn10300.exp
3309 * gdb.disasm/sh3.exp
3310 * gdb.dwarf2/dw2-dir-file-name.exp
3311 * gdb.fortran/complex.exp
3312 * gdb.fortran/library-module.exp
3313 * gdb.guile/scm-pretty-print.exp
3314 * gdb.guile/scm-symbol.exp
3315 * gdb.guile/scm-type.exp
3316 * gdb.guile/scm-value.exp
3317 * gdb.linespec/linespec.exp
3318 * gdb.mi/gdb701.exp
3319 * gdb.mi/gdb792.exp
3320 * gdb.mi/mi-breakpoint-changed.exp
3321 * gdb.mi/mi-dprintf-pending.exp
3322 * gdb.mi/mi-dprintf.exp
3323 * gdb.mi/mi-exit-code.exp
3324 * gdb.mi/mi-pending.exp
3325 * gdb.mi/mi-solib.exp
3326 * gdb.mi/new-ui-mi-sync.exp
3327 * gdb.mi/pr11022.exp
3328 * gdb.mi/user-selected-context-sync.exp
3329 * gdb.opt/solib-intra-step.exp
3330 * gdb.python/py-events.exp
3331 * gdb.python/py-finish-breakpoint.exp
3332 * gdb.python/py-mi.exp
3333 * gdb.python/py-prettyprint.exp
3334 * gdb.python/py-shared.exp
3335 * gdb.python/py-symbol.exp
3336 * gdb.python/py-template.exp
3337 * gdb.python/py-type.exp
3338 * gdb.python/py-value.exp
3339 * gdb.reverse/solib-precsave.exp
3340 * gdb.reverse/solib-reverse.exp
3341 * gdb.server/solib-list.exp
3342 * gdb.stabs/weird.exp
3343 * gdb.threads/reconnect-signal.exp
3344 * gdb.threads/stepi-random-signal.exp
3345 * gdb.trace/actions.exp
3346 * gdb.trace/ax.exp
3347 * gdb.trace/backtrace.exp
3348 * gdb.trace/change-loc.exp
3349 * gdb.trace/deltrace.exp
3350 * gdb.trace/ftrace-lock.exp
3351 * gdb.trace/ftrace.exp
3352 * gdb.trace/infotrace.exp
3353 * gdb.trace/mi-tracepoint-changed.exp
3354 * gdb.trace/packetlen.exp
3355 * gdb.trace/passcount.exp
3356 * gdb.trace/pending.exp
3357 * gdb.trace/range-stepping.exp
3358 * gdb.trace/report.exp
3359 * gdb.trace/stap-trace.exp
3360 * gdb.trace/tfind.exp
3361 * gdb.trace/trace-break.exp
3362 * gdb.trace/trace-condition.exp
3363 * gdb.trace/trace-enable-disable.exp
3364 * gdb.trace/trace-mt.exp
3365 * gdb.trace/tracecmd.exp
3366 * gdb.trace/tspeed.exp
3367 * gdb.trace/tsv.exp
3368 * lib/perftest.exp
3369
3370 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3371
3372 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
3373 with gdb_test_no_output.
3374 Use command as test name.
3375
3376 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3377
3378 Fix test names starting with uppercase throughout the files.
3379
3380 * gdb.ada/assign_1.exp
3381 * gdb.ada/boolean_expr.exp
3382 * gdb.base/arrayidx.exp
3383 * gdb.base/del.exp
3384 * gdb.base/gcore-buffer-overflow.exp
3385 * gdb.base/testenv.exp
3386 * gdb.compile/compile.exp
3387 * gdb.python/py-framefilter-invalidarg.exp
3388 * gdb.python/py-framefilter.exp
3389
3390 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3391
3392 Fix test names starting with uppercase throughout the files.
3393
3394 * gdb.ada/array_return.exp
3395 * gdb.ada/expr_delims.exp
3396 * gdb.ada/mi_dyn_arr.exp
3397 * gdb.ada/mi_interface.exp
3398 * gdb.ada/mi_var_array.exp
3399 * gdb.ada/watch_arg.exp
3400 * gdb.arch/alpha-step.exp
3401 * gdb.arch/altivec-regs.exp
3402 * gdb.arch/e500-regs.exp
3403 * gdb.arch/powerpc-d128-regs.exp
3404 * gdb.base/arrayidx.exp
3405 * gdb.base/break.exp
3406 * gdb.base/checkpoint.exp
3407 * gdb.base/debug-expr.exp
3408 * gdb.base/dmsym.exp
3409 * gdb.base/radix.exp
3410 * gdb.base/sepdebug.exp
3411 * gdb.base/testenv.exp
3412 * gdb.base/watch_thread_num.exp
3413 * gdb.base/watchpoint-cond-gone.exp
3414 * gdb.cell/break.exp
3415 * gdb.cell/ea-cache.exp
3416 * gdb.compile/compile.exp
3417 * gdb.cp/gdb2495.exp
3418 * gdb.gdb/selftest.exp
3419 * gdb.gdb/xfullpath.exp
3420 * gdb.go/hello.exp
3421 * gdb.go/integers.exp
3422 * gdb.objc/basicclass.exp
3423 * gdb.pascal/hello.exp
3424 * gdb.pascal/integers.exp
3425 * gdb.python/py-breakpoint.exp
3426 * gdb.python/py-cmd.exp
3427 * gdb.python/py-linetable.exp
3428 * gdb.python/py-xmethods.exp
3429 * gdb.python/python.exp
3430 * gdb.reverse/consecutive-precsave.exp
3431 * gdb.reverse/finish-precsave.exp
3432 * gdb.reverse/i386-precsave.exp
3433 * gdb.reverse/machinestate-precsave.exp
3434 * gdb.reverse/sigall-precsave.exp
3435 * gdb.reverse/solib-precsave.exp
3436 * gdb.reverse/step-precsave.exp
3437 * gdb.reverse/until-precsave.exp
3438 * gdb.reverse/watch-precsave.exp
3439 * gdb.threads/leader-exit.exp
3440 * gdb.threads/pthreads.exp
3441 * gdb.threads/wp-replication.exp
3442 * gdb.trace/actions.exp
3443 * gdb.trace/mi-tsv-changed.exp
3444 * gdb.trace/tsv.exp
3445
3446 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3447
3448 Fix test names starting with uppercase throughout the files.
3449
3450 * gdb.arch/i386-bp_permanent.exp
3451 * gdb.arch/i386-gnu-cfi.exp
3452 * gdb.base/disasm-end-cu.exp
3453 * gdb.base/macscp.exp
3454 * gdb.base/pending.exp
3455 * gdb.base/watch_thread_num.exp
3456 * gdb.cp/exception.exp
3457 * gdb.cp/gdb2495.exp
3458 * gdb.cp/local.exp
3459 * gdb.python/py-evsignal.exp
3460 * gdb.python/python.exp
3461 * gdb.trace/tracecmd.exp
3462
3463 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3464
3465 Fix test names starting with uppercase throughout the files.
3466
3467 * gdb.base/charset.exp
3468 * gdb.base/eval.exp
3469 * gdb.base/multi-forks.exp
3470 * gdb.guile/scm-progspace.exp
3471 * gdb.opencl/datatypes.exp
3472 * gdb.python/py-block.exp
3473 * gdb.python/py-function.exp
3474 * gdb.python/py-symbol.exp
3475 * gdb.python/py-symtab.exp
3476 * gdb.python/py-xmethods.exp
3477 * gdb.reverse/break-precsave.exp
3478 * gdb.reverse/break-reverse.exp
3479 * gdb.reverse/consecutive-precsave.exp
3480 * gdb.reverse/consecutive-reverse.exp
3481 * gdb.reverse/finish-precsave.exp
3482 * gdb.reverse/finish-reverse-bkpt.exp
3483 * gdb.reverse/finish-reverse.exp
3484 * gdb.reverse/fstatat-reverse.exp
3485 * gdb.reverse/getresuid-reverse.exp
3486 * gdb.reverse/i386-precsave.exp
3487 * gdb.reverse/i386-reverse.exp
3488 * gdb.reverse/i386-sse-reverse.exp
3489 * gdb.reverse/i387-stack-reverse.exp
3490 * gdb.reverse/insn-reverse.exp
3491 * gdb.reverse/machinestate-precsave.exp
3492 * gdb.reverse/machinestate.exp
3493 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3494 * gdb.reverse/pipe-reverse.exp
3495 * gdb.reverse/readv-reverse.exp
3496 * gdb.reverse/recvmsg-reverse.exp
3497 * gdb.reverse/rerun-prec.exp
3498 * gdb.reverse/s390-mvcle.exp
3499 * gdb.reverse/sigall-precsave.exp
3500 * gdb.reverse/sigall-reverse.exp
3501 * gdb.reverse/solib-precsave.exp
3502 * gdb.reverse/solib-reverse.exp
3503 * gdb.reverse/step-precsave.exp
3504 * gdb.reverse/step-reverse.exp
3505 * gdb.reverse/time-reverse.exp
3506 * gdb.reverse/until-precsave.exp
3507 * gdb.reverse/until-reverse.exp
3508 * gdb.reverse/waitpid-reverse.exp
3509 * gdb.reverse/watch-precsave.exp
3510 * gdb.reverse/watch-reverse.exp
3511
3512 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3513
3514 Fix test names starting with uppercase throughout the files.
3515
3516 * gdb.arch/i386-mpx-simple_segv.exp
3517 * gdb.arch/i386-mpx.exp
3518 * gdb.arch/i386-permbkpt.exp
3519 * gdb.arch/pa-nullify.exp
3520 * gdb.arch/powerpc-d128-regs.exp
3521 * gdb.arch/vsx-regs.exp
3522 * gdb.base/bfp-test.exp
3523 * gdb.base/break.exp
3524 * gdb.base/breakpoint-shadow.exp
3525 * gdb.base/callfuncs.exp
3526 * gdb.base/charset.exp
3527 * gdb.base/commands.exp
3528 * gdb.base/completion.exp
3529 * gdb.base/dfp-test.exp
3530 * gdb.base/echo.exp
3531 * gdb.base/ending-run.exp
3532 * gdb.base/eval.exp
3533 * gdb.base/expand-psymtabs.exp
3534 * gdb.base/float128.exp
3535 * gdb.base/floatn.exp
3536 * gdb.base/foll-exec-mode.exp
3537 * gdb.base/gdb1056.exp
3538 * gdb.base/gdb11531.exp
3539 * gdb.base/kill-after-signal.exp
3540 * gdb.base/multi-forks.exp
3541 * gdb.base/overlays.exp
3542 * gdb.base/pending.exp
3543 * gdb.base/sepdebug.exp
3544 * gdb.base/testenv.exp
3545 * gdb.base/valgrind-db-attach.exp
3546 * gdb.base/watch_thread_num.exp
3547 * gdb.base/watchpoint-cond-gone.exp
3548 * gdb.base/watchpoint.exp
3549 * gdb.base/watchpoints.exp
3550 * gdb.cp/arg-reference.exp
3551 * gdb.cp/baseenum.exp
3552 * gdb.cp/operator.exp
3553 * gdb.cp/shadow.exp
3554 * gdb.dwarf2/dw2-op-out-param.exp
3555 * gdb.dwarf2/dw2-reg-undefined.exp
3556 * gdb.go/chan.exp
3557 * gdb.go/hello.exp
3558 * gdb.go/integers.exp
3559 * gdb.go/methods.exp
3560 * gdb.go/package.exp
3561 * gdb.guile/scm-parameter.exp
3562 * gdb.guile/scm-progspace.exp
3563 * gdb.guile/scm-value.exp
3564 * gdb.mi/mi-pending.exp
3565 * gdb.mi/user-selected-context-sync.exp
3566 * gdb.multi/multi-attach.exp
3567 * gdb.multi/tids.exp
3568 * gdb.opt/clobbered-registers-O2.exp
3569 * gdb.pascal/floats.exp
3570 * gdb.pascal/integers.exp
3571 * gdb.python/py-block.exp
3572 * gdb.python/py-events.exp
3573 * gdb.python/py-parameter.exp
3574 * gdb.python/py-symbol.exp
3575 * gdb.python/py-symtab.exp
3576 * gdb.python/py-type.exp
3577 * gdb.python/py-value.exp
3578 * gdb.python/py-xmethods.exp
3579 * gdb.python/python.exp
3580 * gdb.reverse/break-precsave.exp
3581 * gdb.reverse/consecutive-precsave.exp
3582 * gdb.reverse/finish-precsave.exp
3583 * gdb.reverse/i386-precsave.exp
3584 * gdb.reverse/machinestate-precsave.exp
3585 * gdb.reverse/sigall-precsave.exp
3586 * gdb.reverse/solib-precsave.exp
3587 * gdb.reverse/step-precsave.exp
3588 * gdb.reverse/until-precsave.exp
3589 * gdb.reverse/watch-precsave.exp
3590 * gdb.server/ext-attach.exp
3591 * gdb.server/ext-restart.exp
3592 * gdb.server/ext-run.exp
3593 * gdb.server/ext-wrapper.exp
3594 * gdb.stabs/gdb11479.exp
3595 * gdb.stabs/weird.exp
3596 * gdb.threads/attach-many-short-lived-threads.exp
3597 * gdb.threads/kill.exp
3598 * gdb.threads/watchpoint-fork.exp
3599
3600 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3601
3602 Fix test names starting with uppercase throughout all the files below.
3603
3604 * gdb.ada/array_return.exp
3605 * gdb.ada/catch_ex.exp
3606 * gdb.ada/info_exc.exp
3607 * gdb.ada/mi_catch_ex.exp
3608 * gdb.ada/mi_dyn_arr.exp
3609 * gdb.ada/mi_ex_cond.exp
3610 * gdb.ada/mi_exc_info.exp
3611 * gdb.ada/mi_interface.exp
3612 * gdb.ada/mi_task_arg.exp
3613 * gdb.ada/mi_task_info.exp
3614 * gdb.ada/mi_var_array.exp
3615 * gdb.arch/alpha-step.exp
3616 * gdb.arch/amd64-disp-step.exp
3617 * gdb.arch/arm-disp-step.exp
3618 * gdb.arch/disp-step-insn-reloc.exp
3619 * gdb.arch/e500-prologue.exp
3620 * gdb.arch/ftrace-insn-reloc.exp
3621 * gdb.arch/gdb1558.exp
3622 * gdb.arch/i386-bp_permanent.exp
3623 * gdb.arch/i386-disp-step.exp
3624 * gdb.arch/i386-float.exp
3625 * gdb.arch/i386-gnu-cfi.exp
3626 * gdb.arch/ia64-breakpoint-shadow.exp
3627 * gdb.arch/mips16-thunks.exp
3628 * gdb.arch/pa-nullify.exp
3629 * gdb.arch/powerpc-aix-prologue.exp
3630 * gdb.arch/powerpc-power.exp
3631 * gdb.arch/ppc-dfp.exp
3632 * gdb.arch/s390-tdbregs.exp
3633 * gdb.arch/spu-info.exp
3634 * gdb.arch/spu-ls.exp
3635 * gdb.arch/thumb-bx-pc.exp
3636 * gdb.base/advance.exp
3637 * gdb.base/annota-input-while-running.exp
3638 * gdb.base/arrayidx.exp
3639 * gdb.base/asmlabel.exp
3640 * gdb.base/async.exp
3641 * gdb.base/attach-wait-input.exp
3642 * gdb.base/auto-connect-native-target.exp
3643 * gdb.base/batch-preserve-term-settings.exp
3644 * gdb.base/bfp-test.exp
3645 * gdb.base/bigcore.exp
3646 * gdb.base/bp-permanent.exp
3647 * gdb.base/break-always.exp
3648 * gdb.base/break-fun-addr.exp
3649 * gdb.base/break-idempotent.exp
3650 * gdb.base/break-main-file-remove-fail.exp
3651 * gdb.base/break-probes.exp
3652 * gdb.base/break-unload-file.exp
3653 * gdb.base/break.exp
3654 * gdb.base/call-ar-st.exp
3655 * gdb.base/call-rt-st.exp
3656 * gdb.base/call-sc.exp
3657 * gdb.base/call-signal-resume.exp
3658 * gdb.base/call-strs.exp
3659 * gdb.base/callexit.exp
3660 * gdb.base/callfuncs.exp
3661 * gdb.base/catch-gdb-caused-signals.exp
3662 * gdb.base/catch-signal-siginfo-cond.exp
3663 * gdb.base/catch-syscall.exp
3664 * gdb.base/compare-sections.exp
3665 * gdb.base/cond-eval-mode.exp
3666 * gdb.base/condbreak-call-false.exp
3667 * gdb.base/consecutive-step-over.exp
3668 * gdb.base/cursal.exp
3669 * gdb.base/disabled-location.exp
3670 * gdb.base/disasm-end-cu.exp
3671 * gdb.base/display.exp
3672 * gdb.base/double-prompt-target-event-error.exp
3673 * gdb.base/dprintf-bp-same-addr.exp
3674 * gdb.base/dprintf-detach.exp
3675 * gdb.base/dprintf-next.exp
3676 * gdb.base/dprintf-non-stop.exp
3677 * gdb.base/dprintf-pending.exp
3678 * gdb.base/dso2dso.exp
3679 * gdb.base/ending-run.exp
3680 * gdb.base/enum_cond.exp
3681 * gdb.base/examine-backward.exp
3682 * gdb.base/exe-lock.exp
3683 * gdb.base/exec-invalid-sysroot.exp
3684 * gdb.base/execl-update-breakpoints.exp
3685 * gdb.base/execution-termios.exp
3686 * gdb.base/fileio.exp
3687 * gdb.base/fixsection.exp
3688 * gdb.base/foll-exec-mode.exp
3689 * gdb.base/foll-exec.exp
3690 * gdb.base/fork-running-state.exp
3691 * gdb.base/frame-args.exp
3692 * gdb.base/fullpath-expand.exp
3693 * gdb.base/func-ptr.exp
3694 * gdb.base/gcore-relro-pie.exp
3695 * gdb.base/gdb1090.exp
3696 * gdb.base/gdb1555.exp
3697 * gdb.base/global-var-nested-by-dso.exp
3698 * gdb.base/gnu-ifunc.exp
3699 * gdb.base/hbreak-in-shr-unsupported.exp
3700 * gdb.base/hbreak-unmapped.exp
3701 * gdb.base/hook-stop.exp
3702 * gdb.base/infcall-input.exp
3703 * gdb.base/info-fun.exp
3704 * gdb.base/info-shared.exp
3705 * gdb.base/interrupt-noterm.exp
3706 * gdb.base/jit-so.exp
3707 * gdb.base/jit.exp
3708 * gdb.base/line-symtabs.exp
3709 * gdb.base/list.exp
3710 * gdb.base/longjmp.exp
3711 * gdb.base/macscp.exp
3712 * gdb.base/max-value-size.exp
3713 * gdb.base/nodebug.exp
3714 * gdb.base/nofield.exp
3715 * gdb.base/overlays.exp
3716 * gdb.base/paginate-after-ctrl-c-running.exp
3717 * gdb.base/paginate-bg-execution.exp
3718 * gdb.base/paginate-inferior-exit.exp
3719 * gdb.base/pending.exp
3720 * gdb.base/pr11022.exp
3721 * gdb.base/printcmds.exp
3722 * gdb.base/ptr-typedef.exp
3723 * gdb.base/ptype.exp
3724 * gdb.base/randomize.exp
3725 * gdb.base/range-stepping.exp
3726 * gdb.base/realname-expand.exp
3727 * gdb.base/relativedebug.exp
3728 * gdb.base/remote.exp
3729 * gdb.base/savedregs.exp
3730 * gdb.base/sepdebug.exp
3731 * gdb.base/set-noassign.exp
3732 * gdb.base/shlib-call.exp
3733 * gdb.base/shreloc.exp
3734 * gdb.base/sigaltstack.exp
3735 * gdb.base/sigbpt.exp
3736 * gdb.base/siginfo-addr.exp
3737 * gdb.base/siginfo-obj.exp
3738 * gdb.base/siginfo-thread.exp
3739 * gdb.base/signest.exp
3740 * gdb.base/signull.exp
3741 * gdb.base/sigrepeat.exp
3742 * gdb.base/skip.exp
3743 * gdb.base/so-impl-ld.exp
3744 * gdb.base/solib-corrupted.exp
3745 * gdb.base/solib-disc.exp
3746 * gdb.base/solib-display.exp
3747 * gdb.base/solib-overlap.exp
3748 * gdb.base/solib-search.exp
3749 * gdb.base/solib-symbol.exp
3750 * gdb.base/source-execution.exp
3751 * gdb.base/sss-bp-on-user-bp-2.exp
3752 * gdb.base/sss-bp-on-user-bp.exp
3753 * gdb.base/stack-checking.exp
3754 * gdb.base/stale-infcall.exp
3755 * gdb.base/step-break.exp
3756 * gdb.base/step-line.exp
3757 * gdb.base/step-over-exit.exp
3758 * gdb.base/step-test.exp
3759 * gdb.base/structs.exp
3760 * gdb.base/sym-file.exp
3761 * gdb.base/symtab-search-order.exp
3762 * gdb.base/term.exp
3763 * gdb.base/type-opaque.exp
3764 * gdb.base/unload.exp
3765 * gdb.base/until-nodebug.exp
3766 * gdb.base/until.exp
3767 * gdb.base/unwindonsignal.exp
3768 * gdb.base/watch-cond.exp
3769 * gdb.base/watch-non-mem.exp
3770 * gdb.base/watch_thread_num.exp
3771 * gdb.base/watchpoint-reuse-slot.exp
3772 * gdb.base/watchpoint-solib.exp
3773 * gdb.base/watchpoint.exp
3774 * gdb.btrace/dlopen.exp
3775 * gdb.cell/arch.exp
3776 * gdb.cell/break.exp
3777 * gdb.cell/bt.exp
3778 * gdb.cell/core.exp
3779 * gdb.cell/data.exp
3780 * gdb.cell/dwarfaddr.exp
3781 * gdb.cell/ea-cache.exp
3782 * gdb.cell/ea-standalone.exp
3783 * gdb.cell/ea-test.exp
3784 * gdb.cell/f-regs.exp
3785 * gdb.cell/fork.exp
3786 * gdb.cell/gcore.exp
3787 * gdb.cell/mem-access.exp
3788 * gdb.cell/ptype.exp
3789 * gdb.cell/registers.exp
3790 * gdb.cell/sizeof.exp
3791 * gdb.cell/solib-symbol.exp
3792 * gdb.cell/solib.exp
3793 * gdb.compile/compile-tls.exp
3794 * gdb.cp/exception.exp
3795 * gdb.cp/gdb2495.exp
3796 * gdb.cp/local.exp
3797 * gdb.cp/mb-inline.exp
3798 * gdb.cp/mb-templates.exp
3799 * gdb.cp/pr10687.exp
3800 * gdb.cp/pr9167.exp
3801 * gdb.cp/scope-err.exp
3802 * gdb.cp/templates.exp
3803 * gdb.cp/virtfunc.exp
3804 * gdb.dwarf2/dw2-dir-file-name.exp
3805 * gdb.dwarf2/dw2-single-line-discriminators.exp
3806 * gdb.fortran/complex.exp
3807 * gdb.fortran/library-module.exp
3808 * gdb.guile/guile.exp
3809 * gdb.guile/scm-cmd.exp
3810 * gdb.guile/scm-frame-inline.exp
3811 * gdb.guile/scm-objfile.exp
3812 * gdb.guile/scm-pretty-print.exp
3813 * gdb.guile/scm-symbol.exp
3814 * gdb.guile/scm-type.exp
3815 * gdb.guile/scm-value.exp
3816 * gdb.linespec/keywords.exp
3817 * gdb.linespec/ls-errs.exp
3818 * gdb.linespec/macro-relative.exp
3819 * gdb.linespec/thread.exp
3820 * gdb.mi/mi-breakpoint-changed.exp
3821 * gdb.mi/mi-dprintf-pending.exp
3822 * gdb.mi/mi-fullname-deleted.exp
3823 * gdb.mi/mi-logging.exp
3824 * gdb.mi/mi-pending.exp
3825 * gdb.mi/mi-solib.exp
3826 * gdb.mi/new-ui-mi-sync.exp
3827 * gdb.mi/user-selected-context-sync.exp
3828 * gdb.multi/dummy-frame-restore.exp
3829 * gdb.multi/multi-arch-exec.exp
3830 * gdb.multi/remove-inferiors.exp
3831 * gdb.multi/watchpoint-multi-exit.exp
3832 * gdb.opt/solib-intra-step.exp
3833 * gdb.perf/backtrace.exp
3834 * gdb.perf/single-step.exp
3835 * gdb.perf/skip-command.exp
3836 * gdb.perf/skip-prologue.exp
3837 * gdb.perf/solib.exp
3838 * gdb.python/lib-types.exp
3839 * gdb.python/py-as-string.exp
3840 * gdb.python/py-bad-printers.exp
3841 * gdb.python/py-block.exp
3842 * gdb.python/py-breakpoint.exp
3843 * gdb.python/py-cmd.exp
3844 * gdb.python/py-events.exp
3845 * gdb.python/py-evthreads.exp
3846 * gdb.python/py-finish-breakpoint.exp
3847 * gdb.python/py-finish-breakpoint2.exp
3848 * gdb.python/py-frame-inline.exp
3849 * gdb.python/py-frame.exp
3850 * gdb.python/py-inferior.exp
3851 * gdb.python/py-infthread.exp
3852 * gdb.python/py-mi.exp
3853 * gdb.python/py-objfile.exp
3854 * gdb.python/py-pp-maint.exp
3855 * gdb.python/py-pp-registration.exp
3856 * gdb.python/py-prettyprint.exp
3857 * gdb.python/py-recurse-unwind.exp
3858 * gdb.python/py-shared.exp
3859 * gdb.python/py-symbol.exp
3860 * gdb.python/py-symtab.exp
3861 * gdb.python/py-template.exp
3862 * gdb.python/py-type.exp
3863 * gdb.python/py-unwind-maint.exp
3864 * gdb.python/py-unwind.exp
3865 * gdb.python/py-value.exp
3866 * gdb.python/python.exp
3867 * gdb.reverse/finish-reverse-bkpt.exp
3868 * gdb.reverse/insn-reverse.exp
3869 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3870 * gdb.reverse/solib-precsave.exp
3871 * gdb.reverse/solib-reverse.exp
3872 * gdb.stabs/gdb11479.exp
3873 * gdb.stabs/weird.exp
3874 * gdb.threads/fork-child-threads.exp
3875 * gdb.threads/fork-plus-threads.exp
3876 * gdb.threads/fork-thread-pending.exp
3877 * gdb.threads/forking-threads-plus-breakpoint.exp
3878 * gdb.threads/hand-call-in-threads.exp
3879 * gdb.threads/interrupted-hand-call.exp
3880 * gdb.threads/linux-dp.exp
3881 * gdb.threads/local-watch-wrong-thread.exp
3882 * gdb.threads/next-while-other-thread-longjmps.exp
3883 * gdb.threads/non-ldr-exit.exp
3884 * gdb.threads/pending-step.exp
3885 * gdb.threads/print-threads.exp
3886 * gdb.threads/process-dies-while-detaching.exp
3887 * gdb.threads/process-dies-while-handling-bp.exp
3888 * gdb.threads/pthreads.exp
3889 * gdb.threads/queue-signal.exp
3890 * gdb.threads/reconnect-signal.exp
3891 * gdb.threads/signal-command-handle-nopass.exp
3892 * gdb.threads/signal-command-multiple-signals-pending.exp
3893 * gdb.threads/signal-delivered-right-thread.exp
3894 * gdb.threads/signal-sigtrap.exp
3895 * gdb.threads/sigthread.exp
3896 * gdb.threads/staticthreads.exp
3897 * gdb.threads/stepi-random-signal.exp
3898 * gdb.threads/thread-unwindonsignal.exp
3899 * gdb.threads/thread_check.exp
3900 * gdb.threads/thread_events.exp
3901 * gdb.threads/tid-reuse.exp
3902 * gdb.threads/tls-nodebug.exp
3903 * gdb.threads/tls-shared.exp
3904 * gdb.threads/tls-so_extern.exp
3905 * gdb.threads/tls.exp
3906 * gdb.threads/wp-replication.exp
3907 * gdb.trace/actions-changed.exp
3908 * gdb.trace/actions.exp
3909 * gdb.trace/backtrace.exp
3910 * gdb.trace/change-loc.exp
3911 * gdb.trace/collection.exp
3912 * gdb.trace/deltrace.exp
3913 * gdb.trace/disconnected-tracing.exp
3914 * gdb.trace/entry-values.exp
3915 * gdb.trace/ftrace-lock.exp
3916 * gdb.trace/ftrace.exp
3917 * gdb.trace/infotrace.exp
3918 * gdb.trace/mi-trace-frame-collected.exp
3919 * gdb.trace/mi-trace-unavailable.exp
3920 * gdb.trace/mi-traceframe-changed.exp
3921 * gdb.trace/mi-tracepoint-changed.exp
3922 * gdb.trace/mi-tsv-changed.exp
3923 * gdb.trace/no-attach-trace.exp
3924 * gdb.trace/packetlen.exp
3925 * gdb.trace/passc-dyn.exp
3926 * gdb.trace/passcount.exp
3927 * gdb.trace/pending.exp
3928 * gdb.trace/pr16508.exp
3929 * gdb.trace/qtro.exp
3930 * gdb.trace/range-stepping.exp
3931 * gdb.trace/read-memory.exp
3932 * gdb.trace/report.exp
3933 * gdb.trace/save-trace.exp
3934 * gdb.trace/signal.exp
3935 * gdb.trace/stap-trace.exp
3936 * gdb.trace/status-stop.exp
3937 * gdb.trace/strace.exp
3938 * gdb.trace/tfile.exp
3939 * gdb.trace/tfind.exp
3940 * gdb.trace/trace-break.exp
3941 * gdb.trace/trace-condition.exp
3942 * gdb.trace/trace-enable-disable.exp
3943 * gdb.trace/trace-mt.exp
3944 * gdb.trace/tracecmd.exp
3945 * gdb.trace/tracefile-pseudo-reg.exp
3946 * gdb.trace/tspeed.exp
3947 * gdb.trace/tstatus.exp
3948 * gdb.trace/tsv.exp
3949 * gdb.trace/unavailable.exp
3950 * gdb.trace/while-dyn.exp
3951 * gdb.trace/while-stepping.exp
3952 * lib/gdb-guile.exp
3953 * lib/gdb.exp
3954 * lib/mi-support.exp
3955 * lib/pascal.exp
3956 * lib/perftest.exp
3957 * lib/prelink-support.exp
3958 * lib/selftest-support.exp
3959
3960 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
3961
3962 * Makefile.in: Include disable-implicit-rules.mk.
3963
3964 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3965
3966 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
3967 non-byte-aligned bit fields.
3968
3969 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3970
3971 PR gdb/12616
3972 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
3973 respects the DW_AT_data_bit_offset attribute.
3974
3975 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
3976
3977 * gdb.base/default.exp: Fix output of "set language".
3978
3979 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
3980
3981 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
3982 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
3983 make.
3984 * configure.ac: Remove checks for the make program.
3985 * configure: Re-generate.
3986
3987 2016-11-16 Kevin Buettner <kevinb@redhat.com>
3988
3989 * gdb.python/py-recurse-unwind.c (main): Add loop.
3990 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
3991 to read_register() and gdb.parse_and_eval(). Make each code
3992 call a separate case that can be individually tested.
3993 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
3994 proc. Call cont_and_backtrace for each of the code paths that
3995 we want to test in the unwinder.
3996
3997 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
3998
3999 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
4000 the definition of struct S.
4001
4002 2016-11-11 Catherine Moore <clm@codesourcery.com>
4003
4004 * gdb.base/dump.exp: Identify verilog format dump tests as such.
4005
4006 2016-11-09 Pedro Alves <palves@redhat.com>
4007
4008 * gdb.base/commands.exp (runto_or_return): New procedure.
4009 (gdbvar_simple_if_test, gdbvar_simple_while_test)
4010 (gdbvar_complex_if_while_test, progvar_simple_if_test)
4011 (progvar_simple_while_test, progvar_complex_if_while_test)
4012 (if_while_breakpoint_command_test)
4013 (infrun_breakpoint_command_test, breakpoint_command_test)
4014 (user_defined_command_test, watchpoint_command_test)
4015 (test_command_prompt_position, redefine_hook_test)
4016 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
4017 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
4018 multi_line_input and multi_line. Remove gdb_expect and
4019 gdb_stop_suppressing_tests uses.
4020 * lib/gdb.exp (valnum_re): New global.
4021 (multi_line_input): New procedure.
4022
4023 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
4024
4025 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
4026 Remove.
4027 (test_setup): Define with proc_with_prefix.
4028 (test_cli_inferior): Likewise.
4029 (test_cli_thread): Likewise.
4030 (test_cli_frame): Likewise.
4031 (test_cli_select_frame): Likewise.
4032 (test_cli_up_down): Likewise.
4033 (test_mi_thread_select): Likewise.
4034 (test_mi_stack_select_frame): Likewise.
4035 (test_cli_in_mi_inferior): Likewise.
4036 (test_cli_in_mi_thread): Likewise.
4037 (test_cli_in_mi_frame): Likewise.
4038 (top level): Do not use with_test_prefix_procname.
4039
4040 2016-11-09 Pedro Alves <palves@redhat.com>
4041
4042 * gdb.base/commands.exp (gdbvar_simple_if_test)
4043 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
4044 (progvar_simple_if_test, progvar_simple_while_test)
4045 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
4046 (infrun_breakpoint_command_test, breakpoint_command_test)
4047 (user_defined_command_test, watchpoint_command_test)
4048 (test_command_prompt_position, deprecated_command_test)
4049 (bp_deleted_in_command, temporary_breakpoint_commands)
4050 (stray_arg0_test, source_file_with_indented_comment)
4051 (recursive_source_test, if_commands_test)
4052 (error_clears_commands_left, redefine_hook_test)
4053 (redefine_backtrace_test): Use proc_with_prefix.
4054 * lib/gdb.exp (proc_with_prefix): New proc.
4055
4056 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
4057
4058 * gdb.base/tui-layout.c: New file.
4059 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
4060 disassembly window contains very long lines.
4061
4062 2016-11-08 Tom Tromey <tom@tromey.com>
4063
4064 * gdb.python/py-value.exp (test_value_creation): Make "long" test
4065 depend on Python 2.
4066
4067 2016-11-08 Tom Tromey <tom@tromey.com>
4068
4069 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
4070 New method.
4071
4072 2016-10-29 Manish Goregaokar <manish@mozilla.com>
4073
4074 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
4075
4076 2016-10-27 Manish Goregaokar <manish@mozilla.com>
4077
4078 * gdb.rust/simple.rs: Add test for univariant enums without
4079 discriminants and for encoded struct-like enums.
4080
4081 2016-10-28 Pedro Alves <palves@redhat.com>
4082
4083 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
4084 gdb_test_multiple, tighten regexps and match symtabs and line
4085 tables incrementally.
4086
4087 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
4088
4089 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
4090 general.
4091
4092 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
4093
4094 * gdb.base/exec-invalid-sysroot.exp: New file.
4095
4096 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4097
4098 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
4099
4100 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4101
4102 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
4103
4104 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
4105
4106 * gdb.base/killed-outside.exp: Remove $options from a call to
4107 `prepare_for_testing'.
4108
4109 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4110
4111 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4112 Change test message.
4113
4114 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4115
4116 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4117 Update comment.
4118
4119 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4120
4121 * gdb.trace/mi-trace-save.exp: New file.
4122
4123 2016-10-13 Yao Qi <yao.qi@linaro.org>
4124
4125 * gdb.base/code_elim.exp (get_var_address): Remove.
4126 * gdb.base/relocate.exp: Likewise.
4127 * gdb.base/shreloc.exp: Likewise.
4128 * lib/gdb.exp (get_var_address): New.
4129
4130 2016-10-13 Yao Qi <yao.qi@linaro.org>
4131
4132 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
4133 floating point tests if $skip_float_test is false.
4134
4135 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
4136
4137 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
4138 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
4139 argc values.
4140 Add 1 to argc so we guarantee distinct initial/modified argc values.
4141
4142 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4143
4144 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
4145
4146 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4147
4148 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
4149 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
4150 * gdb.arch/vsx-regs.exp: Likewise.
4151
4152 2016-10-07 Yao Qi <yao.qi@linaro.org>
4153
4154 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
4155
4156 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
4157
4158 * gdb.python/python.exp: Test decode_line("*0").
4159
4160 2016-10-06 Doug Evans <dje@google.com>
4161
4162 * gdb.python/py-value.exp (test_value_creation): Add test for large
4163 unsigned 64-bit value.
4164
4165 2016-10-06 Tom Tromey <tom@tromey.com>
4166
4167 * gdb.compile/compile.exp: Change java tests to rust.
4168 * gdb.base/setshow.exp: Change java tests to rust.
4169 * gdb.base/default.exp: Remove java from language list.
4170 * README (Examples): Update language example.
4171 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
4172 test.
4173 * lib/gdb.exp (skip_java_tests): Remove.
4174 * lib/java.exp: Remove.
4175 * gdb.java: Remove.
4176
4177 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4178
4179 * gdb.arch/mips-fcr.exp: New test.
4180 * gdb.arch/mips-fcr.c: Source for the new test.
4181
4182 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4183
4184 * gdb.base/solib-disc.exp: Use `standard_output_file'
4185 throughout.
4186
4187 2016-10-06 Pedro Alves <palves@redhat.com>
4188
4189 * gdb.base/jit-simple-dl.c: New file.
4190 * gdb.base/jit-simple-jit.c: New file, factored out from ...
4191 * gdb.base/jit-simple.c: ... this.
4192 * gdb.base/jit-simple.exp (jit_run): Delete.
4193 (build_jit): New proc.
4194 (jit_test_reread): Recompile either the main program or the shared
4195 library, depending on what is being tested. Skip changing address
4196 if caller wants to. Compare before/after addresses. If testing
4197 standalone, explicitly load the binary. Test "maint info
4198 breakpoints".
4199 (top level): Add "standalone vs shared lib" and "change address"
4200 vs "same address" axes.
4201
4202 2016-10-06 Pedro Alves <palves@redhat.com>
4203
4204 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
4205 call.
4206 (jit_run): Delete.
4207 (jit_test_reread): Use with_test_prefix. Reload the main binary
4208 explicitly. Compare the before/after addresses of the JIT
4209 descriptor.
4210
4211 2016-08-15 Doug Evans <dje@google.com>
4212
4213 * gdb.xml/extra-regs.xml: Update, end field now required, default type
4214 for single bitfields is bool.
4215 * gdb.xml/tdesc-regs.exp: Ditto.
4216
4217 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4218
4219 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
4220
4221 2016-10-05 Yao Qi <yao.qi@linaro.org>
4222
4223 * lib/gdb.exp (support_complex_tests): Return zero if
4224 gdb_skip_float_test return true.
4225
4226 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
4227 Simon Marchi <simon.marchi@ericsson.com>
4228
4229 PR gdb/20487
4230 * gdb.mi/user-selected-context-sync.exp: New file.
4231 * gdb.mi/user-selected-context-sync.c: New file.
4232
4233 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
4234 Simon Marchi <simon.marchi@ericsson.com>
4235
4236 PR gdb/20487
4237 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
4238 =thread-select-event check.
4239
4240 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
4241
4242 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
4243 the compulsory L operand changes.
4244 * gdb.arch/powerpc-power.s: Likewise.
4245
4246 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4247
4248 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
4249 * gdb.base/jit-attach-pie.c: New file.
4250 * gdb.base/jit-attach-pie.exp: New file.
4251
4252 2016-09-28 Pedro Alves <palves@redhat.com>
4253
4254 * gdb.base/infcall-input.c: New file.
4255 * gdb.base/infcall-input.exp: New file.
4256
4257 2016-09-22 Yao Qi <yao.qi@linaro.org>
4258
4259 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
4260 (gdb_exit): Rename it to ...
4261 (gdbserver_gdb_exit): ... Close GDBserver.
4262 (gdb_exit): New proc, call gdbserver_gdb_exit.
4263 (mi_gdb_exit): Likewise.
4264
4265 2016-09-22 Yao Qi <yao.qi@linaro.org>
4266
4267 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
4268 path.
4269 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
4270 Remove duplication.
4271
4272 2016-09-22 Yao Qi <yao.qi@linaro.org>
4273
4274 * lib/gdbserver-support.exp: Check the existence of
4275 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
4276
4277 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
4278
4279 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
4280
4281 2016-09-21 Tom Tromey <tom@tromey.com>
4282
4283 PR gdb/20604:
4284 * gdb.base/quit.exp: New file.
4285
4286 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
4287
4288 * .gitignore: New file.
4289
4290 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
4291
4292 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
4293 throughout.
4294
4295 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4296
4297 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
4298
4299 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4300
4301 * gdb.cp/casts.cc (decltype): Move it ...
4302 (main): ... with its call to ...
4303 * gdb.cp/casts03.cc: ... a new file.
4304 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
4305
4306 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4307
4308 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
4309
4310 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
4311
4312 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
4313 and sync up the test with tests in gas/testsuite/gas/ppc.
4314 * gdb.arch/powerpc-power.exp: Likewise.
4315
4316 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4317
4318 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
4319
4320 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
4321 Jan Kratochvil <jan.kratochvil@redhat.com>
4322
4323 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
4324 make m1's definition to be different from m2's. Use 'dummy' as an
4325 argument for probe 'two'.
4326
4327 2016-09-10 Jon Beniston <jon@beniston.com>
4328
4329 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
4330 for sim target.
4331
4332 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
4333
4334 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
4335 variable declaration.
4336 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
4337 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
4338 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
4339 received HWCAP as its argument.
4340
4341 2016-09-06 Pedro Alves <palves@redhat.com>
4342
4343 * gdb.base/new-ui-pending-input.c: New file.
4344 * gdb.base/new-ui-pending-input.exp: New file.
4345 * gdb.exp (clear_gdb_spawn_id): New procedure.
4346 (with_spawn_id): Check whether gdb_spawn_id exists before
4347 referencing it. If gdb_spawn_id didn't exist on entry, clear it
4348 on exit.
4349
4350 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
4351
4352 * gdb.base/float128.c: New file.
4353 * gdb.base/float128.exp: Likewise.
4354 * gdb.base/floatn.c: Likewise.
4355 * gdb.base/floatn.exp: Likewise.
4356
4357 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
4358
4359 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
4360
4361 2016-09-05 Pedro Alves <palves@redhat.com>
4362
4363 PR backtrace/19927
4364 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
4365 unwinders are immediately called as side effect of "source" or
4366 "disable unwinder" commands.
4367 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
4368
4369 2016-09-02 Yao Qi <yao.qi@linaro.org>
4370
4371 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
4372 is true and $type is "float" or "double".
4373
4374 2016-09-02 Yao Qi <yao.qi@linaro.org>
4375
4376 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
4377 true.
4378 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
4379 * gdb.base/call-rt-st.exp: Likewise.
4380 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
4381 return value instead of gdb,skip_float_test.
4382 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
4383 (do_function_calls): Use its return value instead of
4384 gdb,skip_float_test.
4385 * gdb.base/finish.exp: Likewise.
4386 * gdb.base/funcargs.exp: Likewise.
4387 * gdb.base/return.exp: Likewise.
4388 * gdb.base/return2.exp: Likewise.
4389 * gdb.base/varargs.exp: Likewise.
4390 * lib/gdb.exp (gdb_skip_float_test): Change it to
4391 gdb_caching_proc. Detect the broken ptrace on arm-linux.
4392
4393 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
4394
4395 * gdb.multi/tids.exp: Test "thread apply all".
4396
4397 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4398
4399 * gdb.base/default.exp (tty): Remove.
4400
4401 2016-08-24 Kevin Buettner <kevinb@redhat.com>
4402
4403 * gdb.python/py-recurse-unwind.c: New file.
4404 * gdb.python/py-recurse-unwind.py: New file.
4405 * gdb.python/py-recurse-unwind.exp: New file.
4406
4407 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
4408
4409 * gdb.base/set-inferior-tty.exp: New file.
4410 * gdb.base/set-inferior-tty.c: New file.
4411
4412 2016-08-23 Pedro Alves <palves@redhat.com>
4413
4414 PR gdb/20494
4415 * gdb.base/new-ui-echo.c: New file.
4416 * gdb.base/new-ui-echo.exp: New file.
4417
4418 2016-08-23 Yao Qi <yao.qi@linaro.org>
4419
4420 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
4421 gdbserver_spawn.
4422 * gdb.server/connect-without-multi-process.exp (do_test):
4423 Likewise.
4424
4425 2016-08-23 Yao Qi <yao.qi@linaro.org>
4426
4427 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
4428 standalone_txt. Delete gdb_txt and standalone_txt on host
4429 and target. Spawn the binary on target. Copy files from
4430 target to host.
4431
4432 2016-08-22 Pedro Alves <palves@redhat.com>
4433
4434 PR gdb/20505
4435 * gdb.base/vdso-warning.exp: Test core dumps too. Use
4436 with_test_prefix. Factor out bits to ...
4437 (test_no_vdso): ... this new procedure.
4438
4439 2016-08-19 Carl Love <cel@us.ibm.com>
4440
4441 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
4442 maintaining separate logic for constructing the output path.
4443 * gdb.arch/powerpc-d128-regs.exp: Likewise.
4444 * gdb.arch/ppc-dfp.exp: Likewise.
4445 * gdb.arch/ppc-fp.exp: Likewise.
4446 * gdb.arch/vsx-regs.exp: Likewise.
4447 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
4448 binprefix for generating the additional binary files.
4449
4450 2016-08-19 Pedro Alves <palves@redhat.com>
4451
4452 * gdb.trace/mi-trace-frame-collected.exp
4453 (test_trace_frame_collected): On x32, expect two registers.
4454
4455 2016-08-18 Carl Love <cel@us.ibm.com>
4456
4457 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
4458 and sync up the test with tests in gas/testsuite/gas/ppc.
4459 * gdb.arch/powerpc-power.exp: Likewise.
4460
4461 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
4462
4463 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
4464 expected error message.
4465
4466 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
4467
4468 * gdb.multi/remove-inferiors.exp: New file.
4469 * gdb.multi/remove-inferiors.c: New file.
4470
4471 2016-08-12 Yao Qi <yao.qi@linaro.org>
4472
4473 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
4474 argument list.
4475
4476 2016-08-10 Pedro Alves <palves@redhat.com>
4477
4478 PR gdb/19187
4479 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
4480 setup_kfails.
4481
4482 2016-08-09 Pedro Alves <palves@redhat.com>
4483 Simon Marchi <simon.marchi@ericsson.com>
4484
4485 PR gdb/20418
4486 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
4487 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
4488
4489 2016-08-09 Pedro Alves <palves@redhat.com>
4490
4491 PR mi/20431
4492 * gdb.mi/mi-cmd-error.exp: New file.
4493
4494 2016-08-09 Pedro Alves <palves@redhat.com>
4495
4496 PR gdb/18653
4497 * gdb.base/signals-state-child.c: New file.
4498 * gdb.base/signals-state-child.exp: New file.
4499 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
4500
4501 2016-08-09 Pedro Alves <palves@redhat.com>
4502
4503 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
4504
4505 2016-08-03 Tom Tromey <tom@tromey.com>
4506
4507 PR python/18565:
4508 * gdb.python/py-frame-inline.exp: Add Frame.function test.
4509
4510 2016-08-01 Yao Qi <yao.qi@linaro.org>
4511
4512 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
4513 variable mode to "multi-process" if $multi_process is 1, otherwise
4514 set it to "single-process".
4515
4516 2016-08-01 Yao Qi <yao.qi@linaro.org>
4517
4518 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
4519 * gdb.cp/cpexprs.exp: Likewise.
4520 * gdb.cp/m-static.exp: Likewise.
4521
4522 2016-07-26 Tom Tromey <tom@tromey.com>
4523
4524 PR python/20190:
4525 * gdb.threads/tls.exp (check_thread_local): Add python symbol
4526 test.
4527
4528 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
4529
4530 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
4531 selecting assembly source files.
4532 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
4533 assembly source files.
4534 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
4535 assembly source files.
4536 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
4537 selecting assembly source files.
4538
4539 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
4540
4541 * gdb.base/new-ui.exp (do_test_invalid_args): New
4542 procedure.
4543
4544 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
4545
4546 * gdb.btrace/reconnect.c: New file.
4547 * gdb.btrace/reconnect.exp: New file.
4548
4549 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
4550
4551 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
4552 to test_catch_syscall_group.
4553 (test_catch_syscall_group): New.
4554
4555 2016-07-21 Tom Tromey <tom@tromey.com>
4556
4557 * gdb.rust/simple.rs (main): Use empty struct expression.
4558 * gdb.rust/simple.exp: Add tests for empty struct expression.
4559
4560 2016-07-21 Yao Qi <yao.qi@linaro.org>
4561
4562 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
4563 if gdb_skip_xml_test is true on some targets.
4564
4565 2016-07-21 Yao Qi <yao.qi@linaro.org>
4566
4567 * gdb.server/solib-list.exp: Unset last_loaded_file.
4568
4569 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4570
4571 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
4572 "step into captured_main (args)".
4573
4574 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4575
4576 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
4577
4578 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4579
4580 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
4581
4582 2016-07-19 Pedro Alves <palves@redhat.com>
4583
4584 * gdb.opt/inline-break.exp: Remove optimize=-O2.
4585 * gdb.opt/inline-bt.exp: Likewise.
4586 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
4587 additional_flags=-Winline.
4588 * gdb.opt/inline-locals.exp: Likewise.
4589 * gdb.opt/inline-markers.c (ATTR): Define.
4590 (inlined_fn): Use it.
4591
4592 2016-07-19 Yao Qi <yao.qi@linaro.org>
4593
4594 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
4595 (test_with_self): Remove some code. Remove argument executable.
4596 (top-level): Use do_self_tests.
4597
4598 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
4599 Don Breazeal <donb@codesourcery.com>
4600
4601 * gdb.base/maint.exp: Escape paths used in regular expressions.
4602 * gdb.stabs/weird.exp: Likewise.
4603
4604 2016-07-13 Tom Tromey <tom@tromey.com>
4605
4606 PR python/15620, PR python/18620:
4607 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
4608 (test_bkpt_events): New procs.
4609
4610 2016-07-13 Tom Tromey <tom@tromey.com>
4611
4612 PR python/17698:
4613 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
4614 test.
4615 (test_watchpoints): Likewise.
4616 (test_bkpt_pending): New proc.
4617
4618 2016-07-13 Tom Tromey <tom@tromey.com>
4619
4620 PR cli/18053:
4621 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
4622 completion test.
4623
4624 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4625
4626 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
4627 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
4628 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
4629 f_label.
4630 (g): Rename g_end_lbl to g_label.
4631 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
4632 low_pc and high_pc.
4633 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
4634
4635 2016-07-12 Tom Tromey <tom@tromey.com>
4636
4637 PR python/19293:
4638 * gdb.python/py-unwind-maint.exp: Update tests.
4639
4640 2016-07-12 Yao Qi <yao.qi@linaro.org>
4641
4642 * lib/selftest-support.exp (selftest_setup): Match the output
4643 when captured_main is inlined.
4644
4645 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4646
4647 * gdb.fortran/derived-types.exp (result_line, result_line_2):
4648 New variables.
4649 (print this%a, print this%b, print this): New tests.
4650 * gdb.fortran/derived-types.f90 (this): New object and
4651 initialization.
4652
4653 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
4654
4655 * gdb.ada/arraydim.exp: Remove extra directory level in build
4656 directory.
4657
4658 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
4659
4660 * lib/ada.exp: Remove extra directory level in build directory.
4661 * gdb.ada/cond_lang.exp: Likewise.
4662 * gdb.ada/exec_changed.exp: Likewise.
4663 * gdb.ada/lang_switch.exp: Likewise.
4664
4665 2016-07-06 Manish Goregaokar <manish@mozilla.com>
4666
4667 * simple.rs: Add test for raw pointer subscripting.
4668 * simple.exp: Add test expectations.
4669
4670 2016-07-05 Yao Qi <yao.qi@linaro.org>
4671
4672 * gdb.mi/mi-reverse.exp: Match =record-started output.
4673
4674 2016-07-01 Pedro Alves <palves@redhat.com>
4675
4676 * gdb.base/jit-reader.exp (info_registers_current_frame): New
4677 procedure.
4678 (jit_reader_test): Test the jit reader's unwinder.
4679 * gdb.base/jithost.c (jit_function_00_code): New global.
4680 (main): Use memcpy to fill in the mmapped code, instead of poking
4681 bytes manually here.
4682 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
4683 value.
4684 (read_debug_info): Save the function's range.
4685 (read_sp): New function.
4686 (unwind_frame): Use it. Also unwind RBP.
4687 (get_frame_id): Use read_sp.
4688 (gdb_init_reader): Use calloc instead of malloc.
4689 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
4690 parameter. Use gdb_test_multiple.
4691
4692 2016-07-01 Pedro Alves <palves@redhat.com>
4693 Antoine Tremblay <antoine.tremblay@ericsson.com>
4694
4695 * gdb.threads/process-dies-while-detaching.c: New file.
4696 * gdb.threads/process-dies-while-detaching.exp: New file.
4697
4698 2016-07-01 Pedro Alves <palves@redhat.com>
4699
4700 * gdb.multi/watchpoint-multi-exit.c: New file.
4701 * gdb.multi/watchpoint-multi-exit.exp: New file.
4702
4703 2016-06-30 Pedro Alves <palves@redhat.com>
4704
4705 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
4706 unset inferior_spawn_id.
4707
4708 2016-06-30 Pedro Alves <palves@redhat.com>
4709
4710 * lib/mi-support.exp (default_mi_gdb_start): Declare global
4711 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
4712
4713 2016-06-29 Yao Qi <yao.qi@linaro.org>
4714
4715 * gdb.base/return.c: Add copyright header.
4716
4717 2016-06-29 Tom Tromey <tom@tromey.com>
4718
4719 PR python/20129:
4720 * gdb.python/py-framefilter.exp: Add tests for setting priority
4721 and disabling of non-existent frame filter.
4722
4723 2016-06-29 Yao Qi <yao.qi@linaro.org>
4724
4725 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
4726 0x0f07ff.
4727
4728 2016-06-28 Yao Qi <yao.qi@linaro.org>
4729
4730 * gdb.base/catch-syscall.exp: Remove check on isnative and target
4731 triplets. Start gdb, execute catch syscall, and continue. Check
4732 gdb's output to determine catch syscall is supported.
4733
4734 2016-06-27 Manish Goregaokar <manish@mozilla.com>
4735
4736 * gdb.rust/simple.rs: Add test for returning unit in a function.
4737 * gdb.rust/simple.exp: Add expectation for functions returning
4738 unit.
4739
4740 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
4741
4742 * gdb.python/py-breakpoint-create-fail.c,
4743 gdb.python/py-breakpoint-create-fail.exp,
4744 gdb.python/py-breakpoint-create-fail.py: New testcase.
4745
4746 2016-06-25 Manish Goregaokar <manish@mozilla.com>
4747
4748 PR gdb/20239
4749 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
4750 * gdb.rust/simple.exp: Add test expectations for new NonZero
4751 tests.
4752
4753 2016-06-24 David Taylor <dtaylor@emc.com>
4754
4755 * gdb.base/offsets.exp: New file.
4756 * gdb.base/offsets.c: New file.
4757
4758 2016-06-23 Tom Tromey <tom@tromey.com>
4759
4760 PR gdb/16483:
4761 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
4762 before any filters are loaded.
4763
4764 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
4765
4766 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
4767 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
4768 structs.
4769 * gdb.fortran/derived-type-function.exp: New file.
4770 * gdb.fortran/derived-type-function.f90: New file.
4771
4772
4773 2016-06-21 Pedro Alves <palves@redhat.com>
4774
4775 * gdb.base/new-ui.exp: New file.
4776 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
4777 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
4778 (with_spawn_id): New procedure.
4779
4780 2016-06-21 Pedro Alves <palves@redhat.com>
4781
4782 * gdb.mi/mi-exec-run.exp: New file.
4783
4784 2016-06-21 Pedro Alves <palves@redhat.com>
4785
4786 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
4787 breakpoint command's output on the main UI.
4788 (test_break): New procedure, factored out from calls in the top
4789 level.
4790 (top level): Use foreach_with_prefix to test MI as main UI and as
4791 separate UI.
4792
4793 2016-06-21 Pedro Alves <palves@redhat.com>
4794
4795 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
4796 (test_awatch_creation_and_listing)
4797 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
4798 Remove 'type' parameter.
4799 (test_watchpoint_all): New parameter mi_mode. Remove
4800 with_test_prefix.
4801 (top level): Use foreach_with_prefix, and add main/separate UI MI
4802 testing axis.
4803
4804 2016-06-21 Pedro Alves <palves@redhat.com>
4805
4806 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
4807 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
4808 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
4809 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
4810 (gdb_main_spawn_id, mi_spawn_id): Declare and
4811 comment.
4812 (mi_create_inferior_pty): New procedure,
4813 factored out from default_mi_gdb_start.
4814 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
4815 procedures.
4816 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
4817 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
4818 Use mi_create_inferior_pty.
4819 (mi_gdb_start): Use eval to pass down args list.
4820
4821 2016-06-21 Pedro Alves <palves@redhat.com>
4822
4823 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
4824 * gdb.opt/inline-cmds.exp: Add MI tests.
4825
4826 2016-06-21 Pedro Alves <palves@redhat.com>
4827
4828 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
4829
4830 2016-06-21 Pedro Alves <palves@redhat.com>
4831
4832 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
4833 (top level): Use it instead of mi_execute_to.
4834
4835 2016-06-21 Pedro Alves <palves@redhat.com>
4836
4837 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
4838 (cont_handler_str): New.
4839 (signal_stop_handler): Set stop_handler_str instead of printing to
4840 stdout.
4841 (continue_handler): Set cont_handler_str instead of printing to
4842 stdout.
4843 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
4844 mi_send_resuming_command. Print stop_handler_str and
4845 cont_handler_str instead of expecting the python events print
4846 directly.
4847
4848 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
4849
4850 * gdb.base/jit-reader.exp: New file.
4851 * gdb.base/jithost.c: New file.
4852 * gdb.base/jithost.h: New file.
4853 * gdb.base/jitreader.c : New file.
4854 * gdb.base/jit-protocol.h: New file.
4855
4856 2016-06-17 Yao Qi <yao.qi@linaro.org>
4857
4858 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
4859 parameters follow_fork and detach_on_fork. Set follow-fork-mode
4860 and detach-on-fork. Adjust tests.
4861 (top level): Invoke break_cond_on_syscall with combinations of
4862 syscall, follow-fork-mode and detach-on-fork.
4863
4864 2016-06-17 Yao Qi <yao.qi@linaro.org>
4865
4866 * gdb.base/step-over-exit.c: New.
4867 * gdb.base/step-over-exit.exp: New.
4868
4869 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
4870
4871 * gdb.base/float.exp: Add target check for nds32*-*-*.
4872 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
4873
4874 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
4875
4876 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
4877 for unsupported target features.
4878 * gdb.base/call-rt-st.exp: Likewise.
4879 * gdb.base/call-sc.exp: Likewise.
4880 * gdb.base/call-signal-resume.exp: Likewise.
4881 * gdb.base/call-strs.exp: Likewise.
4882 * gdb.base/callexit.exp: Likewise.
4883 * gdb.base/callfuncs.exp: Likewise.
4884 * gdb.base/nodebug.exp: Likewise.
4885 * gdb.base/printcmds.exp: Likewise.
4886 * gdb.base/ptype.exp: Likewise.
4887 * gdb.base/structs.exp: Likewise.
4888 * gdb.base/unwindonsignal.exp: Likewise.
4889 * gdb.cp/gdb2495.exp: Likewise.
4890 * gdb.cp/templates.exp: Likewise.
4891 * gdb.cp/virtfunc.exp: Likewise.
4892 * gdb.threads/hand-call-in-threads.exp: Likewise.
4893 * gdb.threads/interrupted-hand-call.exp: Likewise.
4894 * gdb.threads/thread-unwindonsignal.exp: Likewise.
4895
4896 2016-06-10 Tom Tromey <tom@tromey.com>
4897
4898 PR rust/20110:
4899 * gdb.rust/expr.exp: Add test for integer constant larger than
4900 i32.
4901
4902 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
4903
4904 * gdb.fortran/nested-funcs.exp: New.
4905 * gdb.fortran/nested-funcs.f90: New.
4906
4907 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
4908
4909 * gdb.base/examine-backward.c: New file.
4910 * gdb.base/examine-backward.exp: New file.
4911
4912 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
4913
4914 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
4915 matching.
4916
4917 2016-06-02 Tom Tromey <tom@tromey.com>
4918
4919 PR python/18984:
4920 * gdb.python/py-shared.exp: Add solib_name test.
4921
4922 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
4923
4924 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
4925
4926 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
4927
4928 PR c++/19893
4929 * gdb.dwarf2/implref.exp: Rename to...
4930 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
4931 * gdb.dwarf2/implref-array.c: New file.
4932 * gdb.dwarf2/implref-array.exp: Likewise.
4933 * gdb.dwarf2/implref-global.c: Likewise.
4934 * gdb.dwarf2/implref-global.exp: Likewise.
4935 * gdb.dwarf2/implref-struct.c: Likewise.
4936 * gdb.dwarf2/implref-struct.exp: Likewise.
4937
4938 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4939
4940 * gdb.trace/trace-condition.exp: Add 64bit tests.
4941
4942 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4943
4944 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
4945 bits types.
4946 (main): Adapt to 8 to 64 bits types.
4947 * gdb.trace/trace-condition.exp: Add new tests.
4948
4949 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4950
4951 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
4952
4953 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4954
4955 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
4956 Move condition tests...
4957 * gdb.trace/trace-condition.exp: Here.
4958
4959 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4960
4961 * gdb.trace/trace-condition.exp: Add counter-case tests.
4962
4963 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4964
4965 PR c++/15231
4966 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
4967 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
4968
4969 2016-05-27 Pedro Alves <palves@redhat.com>
4970
4971 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4972 New procedure.
4973 (top level): Call it, and bail out of DejaGnu is known to be bad.
4974
4975 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
4976
4977 * gdb.base/whatis.c: Extend the test case.
4978 * gdb.base/whatis.exp: Add additional tests.
4979
4980 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4981
4982 * gdb.fortran/type.f90: Add pointer variable.
4983 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
4984
4985 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4986
4987 * gdb.fortran/vla-type.exp: Fix testcase name.
4988
4989 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4990
4991 * gdb.fortran/vla-type.exp: Access elements in nested structs.
4992
4993 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4994
4995 * gdb.fortran/type.f90: Add nested structures.
4996 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
4997 * gdb.fortran/derived-type.exp: Adapt expected output.
4998 * gdb.fortran/vla-type.exp: Adapt expected output.
4999
5000 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5001
5002 * gdb.fortran/whatis_type.exp: Adapt expected output.
5003
5004 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5005
5006 * gdb.fortran/print_type.exp: Fix expected output.
5007 * gdb.fortran/whatis_type.exp: Fix expected output.
5008
5009 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5010
5011 * gdb.fortran/whatis_type.exp: Use multi_line.
5012
5013 2016-05-24 Tom Tromey <tom@tromey.com>
5014
5015 PR python/17386:
5016 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
5017 use value as an index.
5018
5019 2016-05-23 Tom Tromey <tom@tromey.com>
5020
5021 PR python/17981:
5022 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
5023 no-breakpoint case.
5024
5025 2016-05-24 Pedro Alves <palves@redhat.com>
5026
5027 PR gdb/19828
5028 * gdb.threads/clone-attach-detach.c: New file.
5029 * gdb.threads/clone-attach-detach.exp: New file.
5030
5031 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
5032
5033 * gdb.base/annota-input-while-running.exp: Fix syntax error.
5034
5035 2016-05-23 Tom Tromey <tom@tromey.com>
5036
5037 PR python/19438, PR python/18393:
5038 * gdb.python/py-progspace.exp: Add "dir" test.
5039 * gdb.python/py-objfile.exp: Add "dir" test.
5040
5041 2016-05-23 Yao Qi <yao.qi@linaro.org>
5042
5043 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
5044 * gdb.arch/thumb2-it.exp: Likewise.
5045
5046 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
5047
5048 * gdb.mi/mi-threads-interrupt.c: New file.
5049 * gdb.mi/mi-threads-interrupt.exp: New file.
5050
5051 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
5052
5053 PR gdb/18077
5054 * gdb.mi/mi-async-run.exp: New file.
5055 * gdb.mi/mi-async-run.c: New file.
5056
5057 2016-05-17 Tom Tromey <tom@tromey.com>
5058 Manish Goregaokar <manishsmail@gmail.com>
5059
5060 * lib/rust-support.exp: New file.
5061 * lib/gdb.exp (skip_rust_tests): New proc.
5062 (build_executable_from_specs): Handle rust.
5063 * lib/future.exp (gdb_find_rustc): New proc.
5064 (gdb_default_target_compile): Handle rust.
5065 * gdb.rust/expr.exp: New file.
5066 * gdb.rust/generics.exp: New file.
5067 * gdb.rust/generics.rs: New file.
5068 * gdb.rust/methods.exp: New file.
5069 * gdb.rust/methods.rs: New file.
5070 * gdb.rust/modules.exp: New file.
5071 * gdb.rust/modules.rs: New file.
5072 * gdb.rust/simple.exp: New file.
5073 * gdb.rust/simple.rs: New file.
5074
5075 2016-05-17 Tom Tromey <tom@tromey.com>
5076
5077 * gdb.base/default.exp (set language): Add rust.
5078
5079 2016-05-17 Tom Tromey <tom@tromey.com>
5080
5081 * gdb.gdb/unittest.exp: New file.
5082
5083 2016-05-16 Yao Qi <yao.qi@linaro.org>
5084
5085 * gdb.base/batch-preserve-term-settings.exp: Remove variable
5086 shell_prompt. Update shell_prompt_re.
5087
5088 2016-05-12 Doug Evans <dje@google.com>
5089
5090 PR symtab/19999
5091 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
5092 $options when building executable.
5093 * gdb.dwarf2/fission-loclists-pie.S: New file.
5094 * gdb.dwarf2/fission-loclists-pie.exp: New file.
5095
5096 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5097
5098 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
5099 of [is_remote target],
5100
5101 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5102
5103 * lib/gdb.exp (use_gdb_stub): New procedure.
5104
5105 2016-05-03 Yunlian Jiang <yunlian@google.com>
5106 Doug Evans <dje@google.com>
5107
5108 PR symtab/19914
5109 * gdb.dwarf2/dwp-sepdebug.c: New file.
5110 * gdb.dwarf2/dwp-sepdebug.exp: New file.
5111
5112 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5113
5114 * gdb.base/detach.exp: Remove is_remote check.
5115
5116 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5117
5118 * gdb.base/annota-input-while-running.exp: Don't check for
5119 [is_remote target]. Enable annotations after running to main.
5120 Remove unused "set test..." line.
5121
5122 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5123
5124 * gdb.trace/trace-enable-disable.exp: New file.
5125 * gdb.trace/trace-enable-disable.c: New file.
5126
5127 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5128
5129 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
5130 use it in info sharedlibrary test.
5131 * gdb.trace/ftrace-lock.exp: Likewise.
5132 * gdb.trace/ftrace.exp: Likewise.
5133 * gdb.trace/range-stepping.exp: Likewise.
5134 * gdb.trace/trace-break.exp: Likewise.
5135 * gdb.trace/trace-condition.exp: Likewise.
5136 * gdb.trace/trace-mt.exp: Likewise.
5137
5138 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5139
5140 * lib/gdb.exp (gdb_load_shlibs): Rename to...
5141 (gdb_load_shlib): ... this.
5142 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
5143 gdb_load_shlib.
5144 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
5145 * gdb.base/ctxobj.exp: Likewise.
5146 * gdb.base/dprintf-pending.exp: Likewise.
5147 * gdb.base/dso2dso.exp: Likewise.
5148 * gdb.base/fixsection.exp: Likewise.
5149 * gdb.base/gcore-relro.exp: Likewise.
5150 * gdb.base/gdb1555.exp: Likewise.
5151 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5152 * gdb.base/gnu-ifunc.exp: Likewise.
5153 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
5154 * gdb.base/jit-so.exp (one_jit_test): Likewise.
5155 * gdb.base/pending.exp: Likewise.
5156 * gdb.base/print-file-var.exp: Likewise.
5157 * gdb.base/print-symbol-loading.exp: Likewise.
5158 * gdb.base/shlib-call.exp: Likewise.
5159 * gdb.base/shreloc.exp: Likewise.
5160 * gdb.base/so-impl-ld.exp: Likewise.
5161 * gdb.base/solib-disc.exp: Likewise.
5162 * gdb.base/solib-nodir.exp: Likewise.
5163 * gdb.base/solib-overlap.exp: Likewise.
5164 * gdb.base/solib-symbol.exp: Likewise.
5165 * gdb.base/solib-weak.exp (do_test): Likewise.
5166 * gdb.base/sym-file.exp: Likewise.
5167 * gdb.base/symtab-search-order.exp: Likewise.
5168 * gdb.base/type-opaque.exp: Likewise.
5169 * gdb.base/unload.exp: Likewise.
5170 * gdb.base/watchpoint-solib.exp: Likewise.
5171 * gdb.compile/compile.exp: Likewise.
5172 * gdb.cp/gdb2384.exp: Likewise.
5173 * gdb.cp/infcall-dlopen.exp: Likewise.
5174 * gdb.cp/re-set-overloaded.exp: Likewise.
5175 * gdb.fortran/library-module.exp: Likewise.
5176 * gdb.opt/solib-intra-step.exp: Likewise.
5177 * gdb.python/py-finish-breakpoint.exp: Likewise.
5178 * gdb.python/py-shared.exp: Likewise.
5179 * gdb.reverse/solib-precsave.exp: Likewise.
5180 * gdb.reverse/solib-reverse.exp: Likewise.
5181 * gdb.server/solib-list.exp: Likewise.
5182 * gdb.threads/dlopen-libpthread.exp: Likewise.
5183 * gdb.threads/tls-shared.exp: Likewise.
5184 * gdb.threads/tls-so_extern.exp: Likewise.
5185 * gdb.trace/change-loc.exp: Likewise.
5186 * gdb.trace/ftrace-lock.exp: Likewise.
5187 * gdb.trace/ftrace.exp: Likewise.
5188 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
5189 * gdb.trace/pending.exp: Likewise.
5190 * gdb.trace/range-stepping.exp: Likewise.
5191 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
5192 (strace_info_marker): Likewise.
5193 (strace_probe_marker): Likewise.
5194 (strace_trace_on_same_addr): Likewise.
5195 (strace_trace_on_diff_addr): Likewise.
5196 * gdb.trace/trace-break.exp: Likewise.
5197 * gdb.trace/trace-condition.exp: Likewise.
5198 * gdb.trace/trace-mt.exp: Likewise.
5199
5200 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5201
5202 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
5203 result of gdb_remote_download.
5204 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
5205 * gdb.base/dso2dso.exp: Likewise.
5206 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5207 * gdb.base/print-file-var.exp: Likewise.
5208 * gdb.base/shlib-call.exp: Likewise.
5209 * gdb.base/shreloc.exp: Likewise.
5210 * gdb.base/solib-overlap.exp: Likewise.
5211 * gdb.base/solib-weak.exp (do_test): Likewise.
5212 * gdb.base/unload.exp: Likewise.
5213
5214 2016-04-27 Yao Qi <yao.qi@linaro.org>
5215
5216 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
5217 exists.
5218
5219 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5220
5221 * vla-type.exp: Print structure from toplevel.
5222
5223 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5224
5225 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
5226 of dynamic types.
5227 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
5228 of dynamic types.
5229
5230 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5231
5232 * gdb.fortran/vla-type.f90: New file.
5233 * gdb.fortran/vla-type.exp: New file.
5234
5235 2016-04-25 Yao Qi <yao.qi@linaro.org>
5236
5237 * gdb.base/branch-to-self.c: New file.
5238 * gdb.base/branch-to-self.exp: New file.
5239
5240 2016-04-22 Yao Qi <yao.qi@linaro.org>
5241
5242 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
5243 more after $hex.
5244
5245 2016-04-22 Yao Qi <yao.qi@linaro.org>
5246
5247 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
5248 * gdb.base/annota3.exp: Likewise.
5249
5250 2016-04-22 Yao Qi <yao.qi@linaro.org>
5251
5252 * gdb.reverse/step-precsave.exp: Do one step and test program
5253 stops in "callee" and do multiple steps until program goes out
5254 of "callee".
5255 * gdb.reverse/step-reverse.exp: Likewise.
5256
5257 2016-04-22 Yao Qi <yao.qi@linaro.org>
5258
5259 * gdb.trace/signal.exp: Also pass if
5260 $tracepoint_hits($i) > $iterations.
5261
5262 2016-04-22 Yao Qi <yao.qi@linaro.org>
5263
5264 * gdb.trace/signal.c: New file.
5265 * gdb.trace/signal.exp: New file.
5266
5267 2016-04-19 Doug Evans <xdje42@gmail.com>
5268
5269 * gdb.base/bad-file.exp: New file.
5270
5271 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
5272
5273 * gdb.dwarf2/implref.exp: New file.
5274
5275 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
5276
5277 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
5278 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
5279 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
5280 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
5281 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
5282 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
5283 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
5284 * lib/fortran.exp (fortran_int4): New procedure.
5285 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
5286 (fortran_logical4): Likewise.
5287
5288 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
5289
5290 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
5291
5292 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
5293
5294 * lib/compiler.c: Add Intel specific preprocessor macros.
5295 * lib/compiler.cc: Likewise.
5296
5297 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
5298
5299 * gdb.server/connect-with-no-symbol-file.c: New file.
5300 * gdb.server/connect-with-no-symbol-file.exp: New file.
5301
5302 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
5303
5304 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
5305
5306 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
5307
5308 * boards/gdbserver-base.exp (${board}_download): Copy source file to
5309 standard output directory.
5310
5311 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
5312
5313 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
5314
5315 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
5316
5317 * gdb.btrace/instruction_history.c (loop): Add declaration.
5318
5319 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
5320
5321 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
5322
5323 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
5324
5325 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
5326 parentheses to print.
5327 (continue_handler): Likewise.
5328
5329 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
5330
5331 * gdb.server/solib-list.exp: Remove is_remote check.
5332 Pass shlib= to gdb_compile. Don't link shared library with
5333 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
5334 Run binary filename through "readlink -f" on the target.
5335
5336 2016-04-08 Pedro Alves <palves@redhat.com>
5337
5338 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
5339 interpreter filename as argument to gdbserver_spawn.
5340 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
5341 Return empty if $last_loaded_file does not exist.
5342
5343 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5344
5345 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
5346 * gdb.base/jit-main.c: Use exit after usage.
5347
5348 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5349
5350 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
5351 GDBHISTSIZE prior to the tests.
5352 * gdb.base/gdbinit-history.exp: Likewise.
5353
5354 2016-04-07 Pedro Alves <palves@redhat.com>
5355
5356 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
5357 instead of build_executable. Use gdb_load_shlibs.
5358
5359 2016-04-07 Yao Qi <yao.qi@linaro.org>
5360
5361 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
5362 Execute "si" command.
5363
5364 2016-04-07 Yao Qi <yao.qi@linaro.org>
5365
5366 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
5367 number instead of the comments on some line.
5368
5369 2016-04-06 Don Breazeal <donb@codesourcery.com>
5370
5371 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
5372 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
5373
5374 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
5375
5376 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
5377 standard_output_file. Remove unused binfile variable.
5378
5379 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
5380
5381 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
5382 * gdb.python/py-mi-objfile.exp: Match "list main" output
5383 in console format.
5384
5385 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
5386
5387 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
5388 absolute.
5389
5390 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
5391
5392 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
5393 absolute.
5394 * gdb.trace/ftrace.exp: Likewise.
5395 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
5396 targets as well.
5397 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
5398 (gdb_load_shlibs): Copy libraries to test directory when testing
5399 natively. Only set solib-search-path if testing remotely.
5400 * lib/mi-support.exp (mi_load_shlibs): Likewise.
5401
5402 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
5403
5404 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
5405 gdb_download. Use it even if the target is not remote.
5406 * gdb.base/jit.exp (compile_jit_test): Likewise.
5407 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
5408 output directory if the destination board is local, otherwise use
5409 the standard remote_download from DejaGnu.
5410 (gdb_download): Remove.
5411 (gdb_load_shlibs): Use gdb_remote_download instead of
5412 gdb_download.
5413 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
5414 Use gdb_remote_download instead of gdb_download. Use it even if
5415 the target is not remote.
5416 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
5417 instead of gdb_download.
5418
5419 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
5420
5421 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
5422 (test_insert_delete_modify): Call mi_load_shlibs before trying to
5423 run.
5424
5425 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
5426
5427 PR gdb/19820
5428 * gdb.base/printcmds.exp: Add artificial arrays tests.
5429
5430 2016-03-31 Pedro Alves <palves@redhat.com>
5431
5432 PR gdb/19858
5433 * gdb.base/jit-main.c: Include unistd.h.
5434 (ATTACH): Define to 0 if not already defined.
5435 (wait_for_gdb, mypid): New globals.
5436 (WAIT_FOR_GDB): New macro.
5437 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
5438 some breakpoint locations.
5439 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
5440 New procedures.
5441 (one_jit_test): Add REATTACH parameter, and handle it. Use
5442 continue_to_test_location.
5443 (top level): Test attach, and adjusts calls to one_jit_test.
5444
5445 2016-03-31 Pedro Alves <palves@redhat.com>
5446
5447 PR gdb/19858
5448 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
5449 BINSUFFIX parameter, and handle it.
5450 (top level): Adjust calls compile_jit_test.
5451
5452 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
5453
5454 PR python/19743
5455 * gdb.python/py-mi-events-gdb.py: New file.
5456 * gdb.python/py-mi-events.c: New file.
5457 * gdb.python/py-mi-events.exp: New file.
5458
5459 2016-03-30 Yao Qi <yao.qi@linaro.org>
5460
5461 * gdb.reverse/until-precsave.exp: Match function name only.
5462 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
5463 Move malloc to a condition block.
5464 * gdb.reverse/until-reverse.exp: Match function name only.
5465
5466 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
5467
5468 * gdb.trace/ftrace.exp: Set arg0exp for s390.
5469 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
5470 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
5471 variable for GPR 0 instead of assuming it is register 0.
5472 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
5473 * lib/trace-support.exp: Add s390 registers.
5474
5475 2016-03-29 Yao Qi <yao.qi@linaro.org>
5476
5477 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
5478
5479 2016-03-24 Yao Qi <yao.qi@linaro.org>
5480
5481 * gdb.reverse/break-reverse.exp: Add quotation mark in the
5482 test message.
5483
5484 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5485
5486 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
5487 maintaining separate logic for constructing the output path.
5488
5489 2016-03-16 Don Breazeal <donb@codesourcery.com>
5490
5491 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
5492 Retry fork and waitpid on interrupted system call errors.
5493 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
5494 Use with_timeout_factor to increase timeout by factor of 10.
5495
5496 2016-03-15 Don Breazeal <donb@codesourcery.com>
5497
5498 * gdb.cp/scope-err.cc: New test program.
5499 * gdb.cp/scope-err.exp: New test script.
5500 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
5501 lines and "set breakpoint here" comment.
5502 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
5503 Fixed some whitespace and format issues.
5504 * gdb.mi/mi-linespec-err-cp.cc: New test program.
5505 * gdb.mi/mi-linespec-err-cp.exp: New test script.
5506
5507 2016-03-15 Doug Evans <dje@google.com>
5508
5509 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
5510 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
5511 All callers updated. Add tests for enums, mixed flags register.
5512
5513 2016-03-15 Doug Evans <dje@google.com>
5514
5515 * gdb.base/skip.c (main): Call test_skip_file_and_function.
5516 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
5517
5518 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
5519
5520 * gdb.base/default.exp: Add $_as_string to the list of expected
5521 convenience functions.
5522
5523 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
5524
5525 * gdb.base/maint.exp: New tests for 'maint info line-table'.
5526
5527 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
5528
5529 * gdb.python/py-as-string.exp: New file.
5530 * gdb.python/py-as-string.c: New file.
5531
5532 2016-03-09 Pedro Alves <palves@redhat.com>
5533
5534 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
5535 signal" -> "Thread NN received signal" output change.
5536 * gdb.threads/ia64-sigill.exp: Likewise.
5537 * gdb.threads/linux-dp.exp: Likewise.
5538 * gdb.threads/manythreads.exp: Likewise.
5539 * gdb.threads/pending-step.exp: Likewise.
5540 * gdb.threads/print-threads.exp: Likewise.
5541 * gdb.threads/sigstep-threads.exp: Likewise.
5542 * gdb.threads/staticthreads.exp: Likewise.
5543 * gdb.threads/tls.exp: Likewise.
5544
5545 2016-03-09 Pedro Alves <palves@redhat.com>
5546
5547 * gdb.base/command-line-input.exp: New file.
5548
5549 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5550
5551 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
5552 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
5553 * gdb.trace/pending.exp: Accept leading dot before function name.
5554 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
5555 * lib/trace-support.exp: Set registers for ppc.
5556
5557 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5558
5559 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
5560 use it for disassembly; accept .main in addition to main in backtrace.
5561
5562 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
5563 Marcin Kościelnicki <koriakin@0x04.net>
5564
5565 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
5566 (gdb_recursion_test_ptr): New global variable.
5567 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
5568 gdb_recursion_test.
5569 (gdb_c_test): Ditto.
5570
5571 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5572
5573 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
5574 ordering.
5575
5576 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5577
5578 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
5579 (bar): Add bar_start_lbl label.
5580 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
5581 of foo/bar for emitting DWARF and tracing.
5582
5583 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
5584
5585 * analyze-racy-logs.py: Set executable bit.
5586
5587 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
5588
5589 * Makefile.in (DEFAULT_RACY_ITER): New variable.
5590 (CHECK_TARGET_TMP): Likewise.
5591 (check-single-racy): New rule.
5592 (check-parallel-racy): Likewise.
5593 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
5594 (do-check-parallel-racy): New rule.
5595 (check-racy/%.exp): Likewise.
5596 * README (Racy testcases): New section.
5597 * analyze-racy-logs.py: New file.
5598
5599 2016-03-03 Doug Evans <dje@google.com>
5600
5601 * gdb.base/skip.exp: Use with_test_prefix.
5602
5603 2016-03-03 Yao Qi <yao.qi@linaro.org>
5604
5605 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
5606 Invoke step_over_syscall "clone" and break_cond_on_syscall
5607 "clone".
5608 * gdb.base/step-over-clone.c: New file.
5609
5610 2016-03-03 Yao Qi <yao.qi@linaro.org>
5611
5612 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
5613 code format.
5614
5615 2016-03-03 Yao Qi <yao.qi@linaro.org>
5616
5617 * gdb.base/disp-step-fork.c: Rename to ...
5618 * gdb.base/step-over-fork.c: ... it. New file.
5619 * gdb.base/disp-step-vfork.c: Rename to ...
5620 * gdb.base/step-over-vfork.c: ... it. New file.
5621 * gdb.base/disp-step-syscall.exp: Rename to ...
5622 * gdb.base/step-over-syscall.exp: ... it. New file.
5623 (disp_step_cross_syscall): Rename to ...
5624 (step_over_syscall): ... it.
5625
5626 2016-03-03 Yao Qi <yao.qi@linaro.org>
5627
5628 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
5629 If target supports condition evaluation on target, invoke
5630 break_cond_on_syscall for fork and vfork.
5631
5632 2016-03-03 Yao Qi <yao.qi@linaro.org>
5633
5634 * gdb.base/disp-step-syscall.exp: Don't invoke
5635 support_displaced_stepping.
5636 (disp_step_cross_syscall): Test with displaced stepping off and
5637 on if supported.
5638
5639 2016-03-03 Yao Qi <yao.qi@linaro.org>
5640
5641 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
5642 proc.
5643 (setup): New proc.
5644 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
5645 and setup.
5646
5647 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5648
5649 * gdb.fortran/vla-history.exp: Remove breakpoint.
5650
5651 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5652
5653 * gdb.fortran/vla-history.exp: Lookup array elements and printing
5654 exceeds timeout.
5655
5656 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5657
5658 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
5659 breakpoint.
5660
5661 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5662
5663 * gdb.mi/vla.f90: Nullify pointer after declaration.
5664
5665 2016-03-01 Pedro Alves <palves@redhat.com>
5666
5667 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
5668
5669 2016-03-01 Pedro Alves <palves@redhat.com>
5670
5671 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
5672 before anything else.
5673 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
5674 _GNU_SOURCE here.
5675 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
5676 before anything else.
5677 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
5678
5679 2016-03-01 Pedro Alves <palves@redhat.com>
5680
5681 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
5682
5683 2016-03-01 Yao Qi <yao.qi@linaro.org>
5684
5685 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
5686 prepare_for_testing.
5687
5688 2016-03-01 Yao Qi <yao.qi@linaro.org>
5689
5690 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
5691
5692 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5693
5694 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
5695 manually constructing the output path.
5696
5697 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5698
5699 * gdb.arch/s390-stackless.S: New.
5700 * gdb.arch/s390-stackless.exp: New.
5701
5702 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
5703
5704 * gdb.dlang/circular.c: New file.
5705 * gdb.dlang/circular.exp: New file.
5706
5707 2016-02-26 Yao Qi <yao.qi@linaro.org>
5708
5709 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
5710 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
5711 (testcases): Update.
5712
5713 2016-02-26 Yao Qi <yao.qi@linaro.org>
5714
5715 * gdb.reverse/aarch64.c: Rename to ...
5716 * gdb.reverse/insn-reverse.c: ... it.
5717 * gdb.reverse/aarch64.exp: Rename to ...
5718 * gdb.reverse/insn-reverse.exp: ... it.
5719
5720 2016-02-26 Yao Qi <yao.qi@linaro.org>
5721
5722 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
5723 (testcase_ftype): New.
5724 (testcases): New array.
5725 (n_testcases): New.
5726 (main): Call each element in testcases.
5727 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
5728 (read_testcase): New.
5729 Do the tests in a loop.
5730
5731 2016-02-25 Yao Qi <yao.qi@linaro.org>
5732
5733 * gdb.base/branches.c: Remove.
5734
5735 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
5736
5737 PR gdb/13808
5738 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
5739
5740 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
5741
5742 * gdb.trace/ftrace.exp: Remove unnecessary target check.
5743
5744 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
5745
5746 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
5747 change x86_64 call_insn to 'callq'.
5748
5749 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
5750
5751 * gdb.trace/tfile-avx.c: Move to...
5752 * gdb.trace/tracefile-pseudo-reg.c: Here.
5753 * gdb.trace/tfile-avx.exp: Move to...
5754 * gdb.trace/tracefile-pseudo-reg.exp: Here.
5755
5756 2016-02-24 Gary Benson <gbenson@redhat.com>
5757
5758 * gdb.base/attach-pie-noexec.exp: Do not expect an error
5759 message on attach.
5760
5761 2016-02-23 Doug Evans <dje@google.com>
5762
5763 * gdb.base/skip.c (test_skip): New function.
5764 (end_test_skip_file_and_function): New function.
5765 (test_skip_file_and_function): New function.
5766 * gdb.base/skip1.c (test_skip): New function.
5767 (skip1_test_skip_file_and_function): New function.
5768 * gdb.base/skip.exp: Add tests for new skip options.
5769 * gdb.base/skip-solib.exp: Update expected output.
5770 * gdb.perf/skip-command.cc: New file.
5771 * gdb.perf/skip-command.exp: New file.
5772 * gdb.perf/skip-command.py: New file.
5773
5774 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
5775
5776 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
5777 info registers pattern.
5778
5779 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
5780
5781 * lib/future.exp: Add D support.
5782 (gdb_find_gdc): New proc.
5783 (gdb_default_target_compile): Add D support.
5784
5785 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
5786
5787 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
5788 user+system time.
5789 (trace_speed_test): Determine the iteration count for a time
5790 between 15..30 seconds.
5791
5792 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
5793
5794 * gdb.arch/i386-mpx-sigsegv.c: New file.
5795 * gdb.arch/i386-mpx-sigsegv.exp: New file.
5796 * gdb.arch/i386-mpx-simple_segv.c: New file.
5797 * gdb.arch/i386-mpx-simple_segv.exp: New file.
5798
5799 2016-02-18 Yao Qi <yao.qi@linaro.org>
5800
5801 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
5802 Don't call setup_kfail.
5803
5804 2016-02-18 Yao Qi <yao.qi@linaro.org>
5805
5806 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
5807 Set "set breakpoint condition-evaluation" per $cond_bp_target.
5808
5809 2016-02-16 Doug Evans <dje@google.com>
5810
5811 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
5812 * gdb.base/skip1.c: Ditto.
5813 * gdb.base/skip.exp: Whitespace cleanup.
5814
5815 2016-02-16 Don Breazeal <donb@codesourcery.com>
5816
5817 PR remote/19496
5818 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
5819 Remove kfail for PR remote/19496.
5820
5821 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
5822
5823 * lib/gdb.exp (standard_temp_file): Return a path specific to
5824 the runtest invocation.
5825
5826 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
5827
5828 * gdb.trace/save-trace.exp: Change relative path to be in the
5829 standard output directory.
5830
5831 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5832
5833 * gdb.arch/i386-prologue.c: Add missing prototypes.
5834
5835 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5836
5837 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
5838 * gdb.arch/i386-prologue.exp: Likewise.
5839 * gdb.arch/i386-size.exp: Likewise.
5840
5841 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
5842
5843 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
5844 define object file path.
5845 * gdb.btrace/gcore.exp: Use standard_output_file to define core
5846 file path.
5847 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
5848 standard_output_file to define binfile.
5849
5850 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5851
5852 Fix compatibility with recent gfortran-5.3.1.
5853 * gdb.fortran/vla-history.exp (print vla1 allocated)
5854 (print vla2 allocated, print $2, print $3): Remove
5855 (print $4): Rename to ...
5856 (print $2): ... here.
5857 (print $9): Rename to ...
5858 (print $5): ... here.
5859 (print $10): Rename to ...
5860 (print $6): ... here.
5861 * gdb.fortran/vla.f90: Add pvla initialization.
5862
5863 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5864
5865 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
5866 New test.
5867 * gdb.fortran/vla-value-sub.exp: Likewise.
5868
5869 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
5870
5871 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
5872
5873 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
5874
5875 * i386-biarch-core.exp: Define corefile using
5876 standard_output_file.
5877
5878 2016-02-12 Yao Qi <yao.qi@linaro.org>
5879
5880 * gdb.arch/arm-single-step-kernel-helper.c: New.
5881 * gdb.arch/arm-single-step-kernel-helper.exp: New.
5882
5883 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
5884
5885 * gdb.btrace/tailcall-only.exp: New.
5886 * gdb.btrace/tailcall-only.c: New.
5887 * gdb.btrace/x86_64-tailcall-only.S: New.
5888 * gdb.btrace/i686-tailcall-only.S: New.
5889
5890 2016-02-11 Pedro Alves <palves@redhat.com>
5891
5892 * README (Parallel testing): Add missing double quotes.
5893
5894 2016-02-11 Pedro Alves <palves@redhat.com>
5895
5896 * README (Parallel testing): New section.
5897 (GDB_PARALLEL): Rewrite.
5898 (FORCE_PARALLEL): Document.
5899
5900 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
5901
5902 * gdb.trace/tfile-avx.c: New test.
5903 * gdb.trace/tfile-avx.exp: New test.
5904
5905 2016-02-09 Keith Seitz <keiths@redhat.com>
5906
5907 PR breakpoints/19546
5908 * gdb.base/infcall-exec.c: New file.
5909 * gdb.base/infcall-exec2.c: New file.
5910 * gdb.base/infcall-exec.exp: New file.
5911
5912 2016-02-09 Keith Seitz <keiths@redhat.com>
5913
5914 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
5915 (toplevel): Call test_bkpt_address.
5916
5917 2016-02-09 Keith Seitz <keiths@redhat.com>
5918
5919 PR python/19506
5920 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
5921 (toplevel): Call test_bkpt_address.
5922
5923 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
5924
5925 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
5926 to AC_OUTPUT.
5927 * configure: Regenerate.
5928
5929 2016-02-09 Pedro Alves <palves@redhat.com>
5930
5931 PR breakpoints/19548
5932 * gdb.base/execl-update-breakpoints.c (some_function): New
5933 function.
5934 (main): Call it.
5935 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
5936 Tighten expected GDB output.
5937
5938 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
5939
5940 * Makefile.in (ALL_SUBDIRS): Remove.
5941 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
5942 (distclean maintainer-clean realclean): Likewise.
5943 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
5944 * configure: Regenerate.
5945 * gdb.ada/Makefile.in: Delete.
5946 * gdb.arch/Makefile.in: Likewise.
5947 * gdb.asm/Makefile.in: Likewise.
5948 * gdb.base/Makefile.in: Likewise.
5949 * gdb.btrace/Makefile.in: Likewise.
5950 * gdb.cell/Makefile.in: Likewise.
5951 * gdb.compile/Makefile.in: Likewise.
5952 * gdb.cp/Makefile.in: Likewise.
5953 * gdb.disasm/Makefile.in: Likewise.
5954 * gdb.dlang/Makefile.in: Likewise.
5955 * gdb.dwarf2/Makefile.in: Likewise.
5956 * gdb.fortran/Makefile.in: Likewise.
5957 * gdb.gdb/Makefile.in: Likewise.
5958 * gdb.go/Makefile.in: Likewise.
5959 * gdb.guile/Makefile.in: Likewise.
5960 * gdb.java/Makefile.in: Likewise.
5961 * gdb.linespec/Makefile.in: Likewise.
5962 * gdb.mi/Makefile.in: Likewise.
5963 * gdb.modula2/Makefile.in: Likewise.
5964 * gdb.multi/Makefile.in: Likewise.
5965 * gdb.objc/Makefile.in: Likewise.
5966 * gdb.opencl/Makefile.in: Likewise.
5967 * gdb.opt/Makefile.in: Likewise.
5968 * gdb.pascal/Makefile.in: Likewise.
5969 * gdb.perf/Makefile.in: Likewise.
5970 * gdb.python/Makefile.in: Likewise.
5971 * gdb.reverse/Makefile.in: Likewise.
5972 * gdb.server/Makefile.in: Likewise.
5973 * gdb.stabs/Makefile.in: Likewise.
5974 * gdb.threads/Makefile.in: Likewise.
5975 * gdb.trace/Makefile.in: Likewise.
5976 * gdb.xml/Makefile.in: Likewise.
5977 * lib/gdb.exp (make_gdb_parallel_path): Add check for
5978 GDB_PARALLEL.
5979 (standard_output_file): Remove check for GDB_PARALLEL, always
5980 return path in outputs/$subdir/$testname.
5981
5982 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
5983
5984 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
5985 (site.exp): Assign abs_srcdir to tcl's srcdir.
5986
5987 2016-02-04 Yao Qi <yao.qi@linaro.org>
5988
5989 * gdb.base/foll-exec-mode.c: Include limits.h.
5990 (main): Add parameters argc and argv. Get directory from
5991 argv[0].
5992 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
5993 compilation.
5994 * gdb.base/foll-exec.c: Include limits.h.
5995 (main): Add parameters argc and argv.
5996 Get directory from argv[0].
5997 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
5998 Adjust tests on the number of lines as source code changed.
5999 * gdb.base/foll-vfork-exit.c: Include limits.h.
6000 (main): Add one line of statement before vfork.
6001 * gdb.base/foll-vfork.c: Include limits.h and string.h.
6002 (main): Add parameters argc and argv. Get directory from
6003 argv[0].
6004 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
6005 (setup_gdb): Set tbreak to skip some source lines.
6006 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
6007 (main): Add parameters argc and argv. Get directory from
6008 argv[0].
6009 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
6010 compilation.
6011 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
6012 (main): Add parameters argc and argv. Get directory from
6013 argv[0].
6014 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
6015 compilation.
6016
6017 2016-02-01 Doug Evans <dje@google.com>
6018
6019 * gdb.base/skip.exp: Clean up multiple references to same test name.
6020
6021 2016-02-01 Pedro Alves <palves@redhat.com>
6022
6023 PR remote/19496
6024 * gdb.threads/forking-threads-plus-breakpoint.exp
6025 (displaced_stepping_supported): New global.
6026 (probe_displaced_stepping_support): New procedure.
6027 (do_test): Add 'displaced' parameter, and use it.
6028 (top level): Check for displaced stepping support. Add displaced
6029 stepping on/off testing axis.
6030
6031 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6032
6033 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
6034 pointer. Don't perform further tests on the unassociated pointer
6035 if the first test fails.
6036
6037 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6038
6039 * gdb.base/max-value-size.c: New file.
6040 * gdb.base/max-value-size.exp: New file.
6041 * gdb.base/huge.exp: Disable max-value-size for this test.
6042
6043 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
6044
6045 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6046
6047 2016-01-28 Yao Qi <yao.qi@linaro.org>
6048
6049 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
6050
6051 2016-01-25 Pedro Alves <palves@redhat.com>
6052
6053 PR threads/19461
6054 * gdb.base/fork-running-state.c: New file.
6055 * gdb.base/fork-running-state.exp: New file.
6056
6057 2016-01-25 Pedro Alves <palves@redhat.com>
6058
6059 PR gdb/19494
6060 * gdb.base/catch-fork-kill.c: New file.
6061 * gdb.base/catch-fork-kill.exp: New file.
6062
6063 2016-01-25 Pedro Alves <palves@redhat.com>
6064
6065 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
6066 Delete, moved to lib/gdb.exp.
6067 * gdb.threads/forking-threads-plus-breakpoint.exp
6068 (foreach_with_prefix): Likewise.
6069 * gdb.threads/process-dies-while-handling-bp.exp
6070 (foreach_with_prefix): Likewise.
6071 * lib/gdb.exp (foreach_with_prefix): New procedure.
6072
6073 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
6074
6075 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
6076 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
6077
6078 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
6079
6080 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
6081 endian targets.
6082
6083 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6084 Pedro Alves <palves@redhat.com>
6085
6086 Fix testsuite compatibility with Guile.
6087 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
6088 number.
6089
6090 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6091
6092 Fix testsuite compatibility with Guile.
6093 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
6094 (thread 1): New test for backtrace through signal handler.
6095
6096 2016-01-22 Yao Qi <yao.qi@linaro.org>
6097
6098 PR testsuite/19491
6099 * gdb.base/multi-forks.c: Include
6100 ../lib/unbuffer_output.c
6101 (main): Call gdb_unbuffer_output.
6102
6103 2016-01-21 Doug Evans <dje@google.com>
6104
6105 * lib/ada.exp (gdb_compile_ada): Fix typo.
6106
6107 2016-01-21 Joel Brobecker <brobecker@adacore.com>
6108
6109 * gdb.base/break-fun-addr.exp: New file.
6110 * gdb.base/break-fun-addr1.c: New file.
6111 * gdb.base/break-fun-addr2.c: New file.
6112
6113 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
6114
6115 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
6116 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
6117 enum flag values.
6118
6119 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6120
6121 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
6122 when GDB can not set the vector return value. Add more comments
6123 for clarification.
6124
6125 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
6126
6127 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
6128 command.
6129
6130 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6131
6132 * Makefile.in (DO_RUNTEST): Add --status and update usages.
6133
6134 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6135
6136 * Makefile.in (check-single): Pass --status to runtest.
6137 (check/%.exp): Likewise.
6138
6139 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6140
6141 * Makefile.in (check-parallel): Propagate return code from make
6142 do-check-parallel.
6143
6144 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
6145
6146 * gdb.trace/ftrace.exp: Fix expected message on continue.
6147 * gdb.trace/pending.exp: Fix expected message on continue.
6148 * gdb.trace/trace-break.exp: Fix expected message on continue.
6149
6150 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
6151
6152 * lib/gdb.exp (gdb_test): Remove unused global references.
6153
6154 2016-01-18 Pedro Alves <palves@redhat.com>
6155
6156 * gdb.base/async-shell.exp: Adjust expected output.
6157 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
6158 * gdb.base/siginfo-thread.exp: Adjust expected output.
6159 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
6160 * gdb.java/jnpe.exp: Adjust expected output.
6161 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
6162 * gdb.threads/continue-pending-status.exp: Adjust expected output.
6163 * gdb.threads/leader-exit.exp: Adjust expected output.
6164 * gdb.threads/manythreads.exp: Adjust expected output.
6165 * gdb.threads/pthreads.exp: Adjust expected output.
6166 * gdb.threads/schedlock.exp: Adjust expected output.
6167 * gdb.threads/siginfo-threads.exp: Adjust expected output.
6168 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
6169 expected output.
6170 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
6171 output.
6172 * gdb.threads/sigthread.exp: Adjust expected output.
6173 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
6174
6175 2016-01-18 Yao Qi <yao.qi@linaro.org>
6176
6177 * gdb.guile/scm-section-script.c: Replace @progbits with
6178 %progbits.
6179 * gdb.python/py-section-script.c: Likewise.
6180
6181 2016-01-15 Pedro Alves <palves@redhat.com>
6182
6183 * gdb.multi/tids.exp: Test star wildcard ranges.
6184
6185 2016-01-15 Pedro Alves <palves@redhat.com>
6186
6187 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
6188 command from "thread apply" invocation.
6189 (thr_apply_info_thr_invalid): Default the expected output to the
6190 input tid list.
6191 (top level): Add tests that use convenience variables. Add tests
6192 for "thread apply" with a valid TID list, but missing the command.
6193
6194 2016-01-13 Pedro Alves <palves@redhat.com>
6195
6196 * gdb.base/default.exp: Expect $_gthread as well.
6197 * gdb.multi/tids.exp: Test $_gthread.
6198 * gdb.threads/thread-specific.exp: Test $_gthread.
6199
6200 2016-01-13 Pedro Alves <palves@redhat.com>
6201
6202 * gdb.multi/tids.exp: Test "info threads -gid".
6203
6204 2016-01-13 Pedro Alves <palves@redhat.com>
6205
6206 * gdb.multi/tids.exp: Test InferiorThread.global_num and
6207 Breakpoint.thread.
6208 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
6209
6210 2016-01-07 Pedro Alves <palves@redhat.com>
6211
6212 * gdb.base/break.exp: Adjust to output changes.
6213 * gdb.base/hbreak2.exp: Likewise.
6214 * gdb.base/sepdebug.exp: Likewise.
6215 * gdb.base/watch_thread_num.exp: Likewise.
6216 * gdb.linespec/keywords.exp: Likewise.
6217 * gdb.multi/info-threads.exp: Likewise.
6218 * gdb.threads/thread-find.exp: Likewise.
6219 * gdb.multi/tids.c: New file.
6220 * gdb.multi/tids.exp: New file.
6221
6222 2016-01-13 Pedro Alves <palves@redhat.com>
6223
6224 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
6225
6226 2016-01-13 Pedro Alves <palves@redhat.com>
6227
6228 * gdb.base/default.exp: Expect $_inferior as well.
6229 * gdb.multi/base.exp: Test $_inferior.
6230
6231 2016-01-13 Pedro Alves <palves@redhat.com>
6232
6233 PR breakpoints/19388
6234 * gdb.base/catch-signal-siginfo-cond.c: New file.
6235 * gdb.base/catch-signal-siginfo-cond.exp: New file.
6236
6237 2016-01-12 Josh Stone <jistone@redhat.com>
6238 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6239
6240 * gdb.base/catch-syscall.c (do_execve): New variable.
6241 (main): Conditionally trigger an execve.
6242 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
6243 (test_catch_syscall_execve): New, check entry/return across execve.
6244 (do_syscall_tests): Call test_catch_syscall_execve.
6245
6246 2016-01-12 Pedro Alves <palves@redhat.com>
6247
6248 * gdb.base/random-signal.exp (do_test): New procedure, with body
6249 of testcase moved in.
6250
6251 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6252 Pedro Alves <palves@redhat.com>
6253
6254 * gdb.base/funcargs.exp (finish from indirectly called function):
6255 Reintroduce the case for 'First'.
6256
6257 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6258 Pedro Alves <palves@redhat.com>
6259
6260 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
6261 (tcatch_vfork_then_child_follow_exec)
6262 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
6263 identification.
6264
6265 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6266
6267 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
6268 and repeats to unlimited.
6269 * gdb.python/py-value.exp: Likewise.
6270 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
6271 and repeats to unlimited.
6272
6273 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6274
6275 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
6276 and reordering the functions.
6277 * gdb.multi/hangout.c: Likewise.
6278 * gdb.multi/hello.c: Likewise.
6279
6280 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
6281
6282 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
6283 absolute.
6284 (SingleStatisticTestResult.report): Use dict.keys instead of
6285 dict.iterkeys.
6286
6287 2016-01-06 Pedro Alves <palves@redhat.com>
6288
6289 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
6290
6291 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
6292
6293 * gdb.btrace/dlopen.exp: New.
6294 * gdb.btrace/dlopen.c: New.
6295 * gdb.btrace/dlopen-dso.c: New.
6296
6297 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
6298
6299 * lib/gdb.exp (gdb_test): Update comments to clarify that the
6300 PATTERN argument is optional.
6301
6302 2015-12-24 Joel Brobecker <brobecker@adacore.com>
6303
6304 * lib/ada.exp (target_compile_ada_from_dir): New function.
6305 (gdb_compile_ada): Reimplement avoiding the use of project files.
6306 * gdb.ada/gnat_ada.gpr: Delete.
6307 * gdb.ada/cond_lang.exp: Adjust test to make path before
6308 filename optional.
6309 * gdb.ada/small_reg_param.exp: Likewise.
6310
6311 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
6312
6313 * gdb.base/foll-vork.exp: Remove HP-UX special case.
6314
6315 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
6316
6317 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
6318 case.
6319
6320 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
6321
6322 * gdb.base/break.exp: Remove dead code.
6323 * gdb.base/sepdebug.exp: Likewise.
6324
6325 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
6326
6327 * gdb.asm/asm-source.exp: Remove HP-UX references.
6328 * gdb.base/annota1.exp: Likewise.
6329 * gdb.base/annota3.exp: Likewise.
6330 * gdb.base/attach.exp: Likewise.
6331 * gdb.base/bigcore.exp: Likewise.
6332 * gdb.base/break.exp: Likewise.
6333 * gdb.base/call-ar-st.exp: Likewise.
6334 * gdb.base/callfuncs.exp: Likewise.
6335 * gdb.base/catch-fork-static.exp: Likewise.
6336 * gdb.base/display.exp: Likewise.
6337 * gdb.base/foll-exec-mode.exp: Likewise.
6338 * gdb.base/foll-exec.exp: Likewise.
6339 * gdb.base/foll-fork.exp: Likewise.
6340 * gdb.base/foll-vfork.exp: Likewise.
6341 * gdb.base/funcargs.exp: Likewise.
6342 * gdb.base/hbreak2.exp: Likewise.
6343 * gdb.base/inferior-died.exp: Likewise.
6344 * gdb.base/interrupt.exp: Likewise.
6345 * gdb.base/multi-forks.exp: Likewise.
6346 * gdb.base/nodebug.exp: Likewise.
6347 * gdb.base/sepdebug.exp: Likewise.
6348 * gdb.base/solib1.c: Likewise.
6349 * gdb.base/step-test.exp: Likewise.
6350 * gdb.mi/non-stop.c: Likewise.
6351 * gdb.mi/pthreads.c: Likewise.
6352 * gdb.multi/bkpt-multi-exec.ex: Likewise.
6353 * gdb.threads/pthreads.c: Likewise.
6354 * gdb.threads/staticthreads.exp: Likewise.
6355 * lib/future.exp: Likewise.
6356 * lib/gdb.exp: Likewise.
6357 * gdb.base/so-indr-cl.c: Remove.
6358 * gdb.base/so-indr-cl.exp: Likewise.
6359 * gdb.base/solib.c: Likewise.
6360 * gdb.base/solib.exp: Likewise.
6361 * gdb.base/solib2.c: Likewise.
6362
6363 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
6364
6365 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
6366 * gdb.base/call-ar-st.exp: Likewise.
6367 * gdb.base/callfuncs.exp: Likewise.
6368 * gdb.base/condbreak.exp: Likewise.
6369 * gdb.base/constvars.exp: Likewise.
6370 * gdb.base/hbreak2.exp: Likewise.
6371 * gdb.base/langs.exp: Likewise.
6372 * gdb.base/list.exp: Likewise.
6373 * gdb.base/long_long.exp: Likewise.
6374 * gdb.base/ptype.exp: Likewise.
6375 * gdb.base/scope.exp: Likewise.
6376 * gdb.base/signals.exp: Likewise.
6377 * gdb.base/so-impl-ld.exp: Likewise.
6378 * gdb.base/varargs.exp: Likewise.
6379 * gdb.base/volatile.exp: Likewise.
6380 * gdb.base/whatis.exp: Likewise.
6381 * gdb.cp/cplusfuncs.exp: Likewise.
6382 * gdb.cp/inherit.exp: Likewise.
6383 * gdb.cp/local.exp: Likewise.
6384 * gdb.cp/member-ptr.exp: Likewise.
6385 * gdb.cp/method.exp: Likewise.
6386 * gdb.cp/overload.exp: Likewise.
6387 * gdb.cp/templates.exp: Likewise.
6388 * gdb.stabs/weird.exp: Likewise.
6389 * lib/compiler.c: Likewise.
6390 * lib/compiler.cc: Likewise.
6391 * lib/cp-support.exp: Likewise.
6392 * lib/gdb.exp: Likewise.
6393
6394 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
6395
6396 * configure.ac: Remove HP-UX case.
6397 * configure: Regenerate.
6398
6399 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
6400
6401 * lib/gdb.exp (gdb_compile): Add function doc.
6402
6403 2015-12-17 Pedro Alves <palves@redhat.com>
6404
6405 PR threads/19354
6406 * gdb.multi/info-threads.exp: New file.
6407
6408 2015-12-15 Yao Qi <yao.qi@linaro.org>
6409
6410 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
6411 is aarch64*-*-*.
6412
6413 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6414
6415 * gdb.base/history-duplicates.exp: Skip if no readline support.
6416
6417 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6418
6419 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
6420
6421 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6422
6423 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
6424
6425 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6426
6427 * gdb.base/completion.exp: Skip tests that interrupt GDB with
6428 ctrl-C if nointerrupts target property is set.
6429 * gdb.base/double-prompt-target-event-error.exp: Likewise.
6430 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
6431 * gdb.base/paginate-bg-execution.exp: Likewise.
6432 * gdb.base/paginate-execution-startup.exp: Likewise.
6433 * gdb.base/random-signal.exp: Likewise.
6434 * gdb.base/range-stepping.exp: Likewise.
6435 * gdb.cp/annota2.exp: Likewise.
6436 * gdb.cp/annota3.exp: Likewise.
6437 * gdb.gdb/selftest.exp: Likewise.
6438 * gdb.threads/continue-pending-status.exp: Likewise.
6439 * gdb.threads/leader-exit.exp: Likewise.
6440 * gdb.threads/manythreads.exp: Likewise.
6441 * gdb.threads/pthreads.exp: Likewise.
6442 * gdb.threads/schedlock.exp: Likewise.
6443 * gdb.threads/sigthread.exp: Likewise.
6444
6445 2015-12-11 Don Breazeal <donb@codesourcery.com>
6446
6447 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
6448 remote.
6449 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
6450 * gdb.base/foll-exec.exp (main): Enable for target remote.
6451 * gdb.base/foll-fork.exp (main): Likewise.
6452 * gdb.base/foll-vfork.exp (main): Likewise.
6453 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
6454 (proc continue_to_exit_bp_loc): Use clean_restart.
6455 * gdb.base/pie-execl.exp (main): Disable for target remote.
6456 * gdb.base/watch-vfork.exp (main): Enable for target remote.
6457 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
6458 * gdb.threads/execl.exp (main): Likewise.
6459 * gdb.threads/fork-child-threads.exp (main): Likewise.
6460 * gdb.threads/fork-plus-threads.exp (main): Disable for target
6461 remote.
6462 * gdb.threads/fork-thread-pending.exp (main): Enable for target
6463 remote.
6464 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
6465 pid.tid style ptids, instead of just tid.
6466 * gdb.threads/thread-execl.exp (main): Enable for target remote.
6467 * gdb.threads/watchpoint-fork.exp (main): Likewise.
6468 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
6469 ptids, instead of just tid.
6470
6471 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6472
6473 * gdb.base/list.exp (test_list_forward): Add end of file error
6474 test.
6475 (test_repeat_list_command): Add end of file error test.
6476 (test_list_backwards): Add beginning of file error test.
6477
6478 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6479
6480 * gdb.base/list.exp (test_list_invalid_args): New function,
6481 defined, and called.
6482
6483 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6484
6485 * gdb.base/list.exp (test_list): Make test names unique.
6486
6487 2015-12-11 Yao Qi <yao.qi@linaro.org>
6488
6489 * gdb.base/coremaker2.c: Remove.
6490
6491 2015-12-10 Pedro Alves <palves@redhat.com>
6492
6493 * gdb.multi/base.exp: Remove stale "spaces" references.
6494
6495 2015-12-10 Pedro Alves <palves@redhat.com>
6496
6497 * gdb.multi/base.exp: Don't use nowarnings.
6498 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
6499 * gdb.multi/hangout.c: Include stdio.h.
6500 * gdb.multi/hello.c: Include stdlib.h.
6501 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
6502 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
6503 * gdb.multi/multi-arch.exp: Don't use nowarnings.
6504
6505 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
6506
6507 * gdb.dwarf2/dw2-ranges-base.c: New file.
6508 * gdb.dwarf2/dw2-ranges-base.exp: New file.
6509 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
6510 support additional line table, and debug ranges generation.
6511 (Dwarf::ranges): New function, generate .debug_ranges.
6512 (Dwarf::lines): Support generating simple line table programs.
6513 (Dwarf::assemble): Initialise new namespace variables.
6514
6515 2015-12-09 Kevin Buettner <kevinb@redhat.com>
6516
6517 * gdb.base/async.exp (proc test_background): Add case for
6518 asynchronous execution not supported.
6519
6520 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
6521
6522 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
6523 format and change test names to make them unique.
6524
6525 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
6526 Pedro Alves <pedro@redhat.com>
6527
6528 PR gdb/18702
6529 Add checking of floatformats setup on x86_64 hosts.
6530 * gdb.arch/i386-float.S (main): Load bigval and smallval.
6531 (smallval, bigval): New labels/constants.
6532 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
6533 float" after loading bigval and smallval.
6534
6535 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
6536
6537 * gdb.ada/fun_overload_menu.exp: New testcase.
6538 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
6539
6540 2015-12-04 Josh Stone <jistone@redhat.com>
6541
6542 * gdb.base/catch-fork-static.exp: New.
6543
6544 2015-12-03 Yao Qi <yao.qi@linaro.org>
6545
6546 * gdb.base/sizeof.c: Don't include stdio.h and
6547 ../lib/unbuffer_output.c.
6548 (main): New variable 'size' and 'value'. Remove printf and
6549 gdb_unbuffer_output. Assign return value to size and value.
6550 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
6551 at the beginning.
6552 (check_sizeof): Check the result by printing variable 'size'.
6553 (check_valueof): Check the result by printing variable 'value'.
6554
6555 2015-12-01 Yao Qi <yao.qi@linaro.org>
6556
6557 * gdb.base/disp-step-syscall.exp: Define syscall instruction
6558 for aarch64*-*-linux* target.
6559
6560 2015-11-30 Pedro Alves <palves@redhat.com>
6561
6562 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
6563
6564 2015-11-30 Pedro Alves <palves@redhat.com>
6565
6566 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
6567 Handle non-stop mode vCont replies.
6568
6569 2015-11-30 Pedro Alves <palves@redhat.com>
6570
6571 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
6572 prepare_for_testing. Start gdb with "set non-stop on" appended to
6573 GDBFLAGS. Lax expected stop output.
6574
6575 2015-11-27 Yao Qi <yao.qi@linaro.org>
6576
6577 * gdb.arch/arm-neon.exp: New.
6578 * gdb.arch/arm-neon.c: New.
6579
6580 2015-11-27 Yao Qi <yao.qi@linaro.org>
6581
6582 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
6583
6584 2015-11-27 Yao Qi <yao.qi@linaro.org>
6585
6586 * gdb.cp/annota2.exp: Allow multiple occurrences of the
6587 frames-invalid annotation.
6588
6589 2015-11-27 Yao Qi <yao.qi@linaro.org>
6590
6591 * gdb.cp/annota2.exp: Use ${frames_invalid}.
6592
6593 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
6594
6595 * gdb.threads/names.exp: New file.
6596 * gdb.threads/names.c: New file.
6597 * README: Mention gdb,no_thread_names.
6598
6599 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
6600
6601 PR 19297
6602 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
6603 support" error.
6604
6605 2015-11-24 Pedro Alves <palves@redhat.com>
6606
6607 PR 17539
6608 * gdb.base/display.exp: Expect displays to be sorted in ascending
6609 order. Use multi_line.
6610 * gdb.base/solib-display.exp: Likewise.
6611
6612 2015-11-24 Pedro Alves <palves@redhat.com>
6613
6614 PR 17539
6615 * gdb.base/display.exp: Expect displays to be sorted in ascending
6616 order. Use multi_line.
6617 * gdb.base/solib-display.exp: Likewise.
6618
6619 2015-11-24 Pedro Alves <palves@redhat.com>
6620
6621 PR 17539
6622 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
6623 threads in ascending order.
6624 * gdb.base/foll-fork.exp: Likewise.
6625 * gdb.base/foll-vfork.exp: Likewise.
6626 * gdb.base/multi-forks.exp: Likewise.
6627 * gdb.mi/mi-nonstop.exp: Likewise.
6628 * gdb.mi/mi-nsintrall.exp: Likewise.
6629 * gdb.multi/base.exp: Likewise.
6630 * gdb.multi/multi-arch.exp: Likewise.
6631 * gdb.python/py-inferior.exp: Likewise.
6632 * gdb.threads/break-while-running.exp: Likewise.
6633 * gdb.threads/execl.exp: Likewise.
6634 * gdb.threads/gcore-thread.exp: Likewise.
6635 * gdb.threads/info-threads-cur-sal.exp: Likewise.
6636 * gdb.threads/kill.exp: Likewise.
6637 * gdb.threads/linux-dp.exp: Likewise.
6638 * gdb.threads/multiple-step-overs.exp: Likewise.
6639 * gdb.threads/next-bp-other-thread.exp: Likewise.
6640 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
6641 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
6642 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
6643 * gdb.threads/thread-find.exp: Likewise.
6644 * gdb.threads/tls.exp: Likewise.
6645 * lib/mi-support.exp (mi_reverse_list): Delete.
6646 (mi_check_thread_states): No longer reverse list.
6647
6648 2015-11-24 Pedro Alves <palves@redhat.com>
6649
6650 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
6651 use lowercase.
6652
6653 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
6654
6655 * gdb.trace/actions.c: Include trace-common.h.
6656 (main): Add a location for a fast tracepoint.
6657 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
6658 the normal tracepoints.
6659 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
6660
6661 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
6662
6663 * save-trace.exp: Factor out code to these...
6664 (gdb_save_tracepoints): New.
6665 (gdb_load_tracepoints): New.
6666 (do_save_load_test): New.
6667
6668 2015-11-23 Kevin Buettner <kevinb@redhat.com>
6669
6670 * gdb.base/asmlabel.exp: New test.
6671 * gdb.base/asmlabel.c: New test case.
6672
6673 2015-11-23 Joel Brobecker <brobecker@adacore.com>
6674
6675 * gdb.base/wrong_frame_bt_full-main.c: New file.
6676 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
6677 * gdb.base/wrong_frame_bt_full.exp: New file.
6678
6679 2015-11-23 Joel Brobecker <brobecker@adacore.com>
6680
6681 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
6682
6683 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
6684
6685 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
6686 pstate register when comparing registers values in
6687 sparc64-*-linux-gnu targets to avoid spurious differences.
6688
6689 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
6690
6691 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
6692
6693 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
6694
6695 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
6696 as type argument to gdb_compile.
6697 * gdb.base/nested-subp2.exp: Likewise.
6698 * gdb.base/nested-subp3.exp: Likewise.
6699
6700 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
6701
6702 * lib/dwarf.exp (_note): Fix left shift of negative value.
6703 * gdb.trace/trace-condition.exp: Likewise.
6704
6705 2015-11-13 Yao Qi <yao.qi@linaro.org>
6706
6707 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
6708 comments about d10v.
6709 (test_scalar_returns): Likewise.
6710 * gdb.base/d10v.ld: Remove.
6711 * gdb.base/overlays.exp: Remove the target triplet checking for
6712 d10v-*-*.
6713 * gdb.base/structs.exp (test_struct_returns): Remove the
6714 comments about d10v.
6715 (test_struct_calls): Likewise.
6716
6717 2015-11-13 Yao Qi <yao.qi@linaro.org>
6718
6719 * gdb.base/gnu_vector.exp: Check the return value by "p res".
6720 * gdb.base/gnu_vector.c: Don't include stdio.h.
6721 (main): Don't print res and call add_some_intvecs.
6722
6723 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
6724
6725 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
6726 macro.
6727 (func5): Removed.
6728 (func4): Use FAST_TRACEPOINT_LABEL.
6729 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
6730 macro.
6731 (func): Removed.
6732 (thread_function): Use FAST_TRACEPOINT_LABEL.
6733 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
6734 (func): Remove.
6735 (marker): Use FAST_TRACEPOINT_LABEL.
6736 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
6737 (pendfunc1): Remove.
6738 (pendfunc): Use FAST_TRACEPOINT_LABEL.
6739 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
6740 (foo): Remove.
6741 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
6742 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
6743 macro.
6744 (func): Remove.
6745 (marker): Use FAST_TRACEPOINT_LABEL.
6746 * gdb.trace/trace-common.h: New header.
6747 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
6748 macro.
6749 (func): Remove.
6750 (marker): Use FAST_TRACEPOINT_LABEL.
6751 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
6752 (func): Remove.
6753 (thread_function): Use FAST_TRACEPOINT_LABEL.
6754
6755 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
6756
6757 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
6758 in front.
6759 * gdb.trace/change-loc.exp: Use global pcreg definition.
6760 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
6761 * gdb.trace/entry-values.exp: Use global spreg definition, add $
6762 in front.
6763 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
6764 * gdb.trace/pending.exp: Likewise.
6765 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
6766 * gdb.trace/trace-break.exp: Likewise.
6767 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
6768 in front.
6769 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
6770 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
6771 in front.
6772 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
6773
6774 2015-11-09 Joel Brobecker <brobecker@adacore.com>
6775
6776 * gdb.ada/fin_fun_out: New testcase.
6777
6778 2015-11-07 Kevin Buettner <kevinb@redhat.com>
6779
6780 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
6781 value associated with DW_AT_byte_size.
6782 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
6783 constants for DW_AT_byte_size, DW_AT_lower_bound, and
6784 DW_AT_upper_bound.
6785
6786 2015-11-07 Kevin Buettner <kevinb@redhat.com>
6787
6788 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
6789 (gdb_target_symbol_prefix_flags): Define in terms of _asm
6790 version.
6791 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
6792 gdb.dwarf2/dw2-canonicalize-type.exp,
6793 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
6794 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
6795 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
6796 provided by gdb_target_symbol_prefix_flags_asm.
6797 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
6798 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
6799 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
6800 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
6801 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
6802 macros where needed). Use this macro for symbols which require
6803 the prefix provided by SYMBOL_PREFIX.
6804
6805 2015-11-05 Kevin Buettner <kevinb@redhat.com>
6806
6807 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
6808 New procs.
6809 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
6810 representing expressions, of more than one list element.
6811 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
6812 to prepend linker symbol prefix to f.
6813 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
6814 table_1 and table_2.
6815 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
6816 Likewise, for f and g.
6817 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
6818 for ptr.
6819 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
6820 for main.
6821 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
6822 table_1_ptr and table_2_ptr.
6823
6824 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6825 Joel Brobecker <brobecker@adacore.com>
6826
6827 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
6828
6829 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
6830
6831 * gdb.reverse/s390-mvcle.c: New test.
6832 * gdb.reverse/s390-mvcle.exp: New file.
6833 * lib/gdb.exp: Enable reverse tests on s390*-linux.
6834
6835 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
6836
6837 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
6838
6839 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
6840
6841 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
6842 reaching marker2.
6843 * gdb.reverse/getresuid-reverse.exp: Likewise.
6844 * gdb.reverse/pipe-reverse.exp: Likewise.
6845 * gdb.reverse/readv-reverse.exp: Likewise.
6846 * gdb.reverse/recvmsg-reverse.exp: Likewise.
6847 * gdb.reverse/time-reverse.exp: Likewise.
6848 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
6849
6850 2015-10-30 Yao Qi <yao.qi@linaro.org>
6851
6852 * gdb.threads/wp-replication.c (watch_count_done): Remove.
6853 (empty_cycle): Remove.
6854 (main): Don't call empty_cycle. Don't use watch_count_done.
6855 * gdb.threads/wp-replication.exp: Don't set breakpoint on
6856 empty_cycle. Rewrite the code counting HW watchpoints.
6857
6858 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
6859
6860 * gdb.reverse/fstatat-reverse.c: New test.
6861 * gdb.reverse/fstatat-reverse.exp: New file.
6862 * gdb.reverse/getresuid-reverse.c: New test.
6863 * gdb.reverse/getresuid-reverse.exp: New file.
6864 * gdb.reverse/pipe-reverse.c: New test.
6865 * gdb.reverse/pipe-reverse.exp: New file.
6866 * gdb.reverse/readv-reverse.c: New test.
6867 * gdb.reverse/readv-reverse.exp: New file.
6868 * gdb.reverse/recvmsg-reverse.c: New test.
6869 * gdb.reverse/recvmsg-reverse.exp: New file.
6870 * gdb.reverse/time-reverse.c: New test.
6871 * gdb.reverse/time-reverse.exp: New file.
6872 * gdb.reverse/waitpid-reverse.c: New test.
6873 * gdb.reverse/waitpid-reverse.exp: New file.
6874
6875 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6876
6877 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
6878
6879 2015-10-26 Doug Evans <dje@google.com>
6880
6881 PR symtab/17391
6882 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
6883 * gdb.dwarf2/bad-regnum.c: New file.
6884 * gdb.dwarf2/bad-regnum.exp: New file.
6885
6886 2015-10-26 Doug Evans <dje@google.com>
6887
6888 PR python/18938
6889 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
6890 file.
6891
6892 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6893
6894 * gdb.compile/compile.exp (compile code globalvar): Update expectation
6895 for a change by "Mention language in compile error message".
6896
6897 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
6898
6899 PR python/18073
6900 * gdb.python/py-type.c (C::a_method): New.
6901 (C::a_const_method): New.
6902 (C::a_static_method): New.
6903 (a_function): New.
6904 * gdb.python/py-type.exp (test_fields): Test getting fields
6905 from function and method.
6906
6907 2015-10-21 Keven Boell <keven.boell@intel.com>
6908
6909 * gdb.fortran/vla-alloc-assoc.exp: New file.
6910 * gdb.fortran/vla-datatypes.exp: New file.
6911 * gdb.fortran/vla-datatypes.f90: New file.
6912 * gdb.fortran/vla-history.exp: New file.
6913 * gdb.fortran/vla-ptype-sub.exp: New file.
6914 * gdb.fortran/vla-ptype.exp: New file.
6915 * gdb.fortran/vla-sizeof.exp: New file.
6916 * gdb.fortran/vla-sub.f90: New file.
6917 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
6918 * gdb.fortran/vla-value-sub-finish.exp: New file.
6919 * gdb.fortran/vla-value-sub.exp: New file.
6920 * gdb.fortran/vla-value.exp: New file.
6921 * gdb.fortran/vla-ptr-info.exp: New file.
6922 * gdb.mi/mi-vla-fortran.exp: New file.
6923 * gdb.mi/vla.f90: New file.
6924
6925 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
6926
6927 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
6928 of hardwired timeout value.
6929
6930 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6931 Pedro Alves <palves@redhat.com>
6932
6933 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
6934 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
6935
6936 2015-10-19 Josh Stone <jistone@redhat.com>
6937
6938 * gdb.base/catch-syscall.c: Include <sched.h>.
6939 (unknown_syscall): New variable.
6940 (main): Trigger a vfork and an unknown syscall.
6941 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
6942 (unknown_syscall_number): Likewise.
6943 (check_call_to_syscall): Accept an optional syscall pattern.
6944 (check_return_from_syscall): Likewise.
6945 (check_continue): Likewise.
6946 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
6947 (test_catch_syscall_skipping_return): New test toggling off 'catch
6948 syscall' to step over the syscall return, then toggling back on.
6949 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
6950 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
6951 (do_syscall_tests): Call test_catch_syscall_without_args and
6952 test_catch_syscall_mid_vfork.
6953 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
6954 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
6955
6956 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
6957
6958 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
6959 print g_vE): Add new pass patterns.
6960 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
6961 print various symbol names for vptr fields.
6962
6963 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
6964
6965 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
6966 results.
6967
6968 2015-10-12 Yao Qi <yao.qi@linaro.org>
6969
6970 * gdb.arch/disp-step-insn-reloc.exp: New test case.
6971
6972 2015-10-12 Yao Qi <yao.qi@linaro.org>
6973
6974 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
6975 is aarch64*-*-linux*.
6976
6977 2015-10-12 Yao Qi <yao.qi@linaro.org>
6978
6979 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
6980 (can_relocate_bcond_true): ... it.
6981 (can_relocate_bcond_false): New function.
6982 (foo): Likewise.
6983 (can_relocate_bl): Likewise.
6984 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
6985 can_relocate_bl.
6986
6987 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
6988
6989 * gdb.base/nested-addr.c: New file.
6990 * gdb.base/nested-addr.exp: New testcase.
6991
6992 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
6993
6994 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
6995 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
6996 its output. Ignore the output of "record goto begin" and instead
6997 check that GDB is replaying.
6998
6999 2015-10-09 Pedro Alves <palves@redhat.com>
7000
7001 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
7002 (top level): Use it in the run with no args test.
7003
7004 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
7005
7006 * gdb.dlang/properties.exp: New file.
7007
7008 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
7009
7010 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
7011 whether or not address 0x1000 is mapped on the target.
7012
7013 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
7014
7015 * gdb.python/py-type.exp: Do not run tests if binaries fail to
7016 build.
7017
7018 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
7019
7020 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
7021 instruction-history test.
7022
7023 2015-09-28 Doug Evans <dje@google.com>
7024
7025 * gdb.base/gcore.c (array_func): Add reference to static_array.
7026
7027 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
7028
7029 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
7030 source line.
7031
7032 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
7033
7034 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
7035 short or char as base type.
7036
7037 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
7038
7039 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
7040 to allow any size enum.
7041
7042 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
7043
7044 * gdb.ada/array_ptr_renaming.exp: New testcase.
7045 * gdb.ada/array_ptr_renaming/foo.adb: New file.
7046 * gdb.ada/array_ptr_renaming/pack.ads: New file.
7047
7048 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7049
7050 * gdb.trace/ftrace-lock.c: New file.
7051 * gdb.trace/ftrace-lock.exp: New file.
7052
7053 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7054
7055 * gdb.arch/insn-reloc.c: New file.
7056 * gdb.arch/ftrace-insn-reloc.exp: New file.
7057
7058 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7059
7060 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
7061 instruction.
7062 * gdb.trace/pendshr1.c (pendfunc): Likewise.
7063 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
7064 * gdb.trace/range-stepping.c: Likewise.
7065 * gdb.trace/trace-break.c: Likewise.
7066 * gdb.trace/trace-mt.c (thread_function): Likewise.
7067 * gdb.trace/ftrace.c (marker): Likewise.
7068 * gdb.trace/trace-condition.c (marker): Likewise.
7069 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
7070 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
7071 is_aarch64_target.
7072
7073 2015-09-18 Doug Evans <xdje42@gmail.com>
7074
7075 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
7076 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
7077
7078 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7079
7080 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
7081 the breakpoint.
7082
7083 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7084
7085 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
7086 the pending breakpoint. Remove timeout override for "Run till
7087 MI pending breakpoint on pendfunc3 on thread 2" test.
7088
7089 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7090
7091 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
7092 filename pattern.
7093
7094 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7095
7096 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
7097 in breakpoint filename pattern.
7098
7099 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7100
7101 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
7102
7103 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7104
7105 * gdb.linespec/explicit.exp: Check for readline support for
7106 tab-completion tests. Fix obvious typo.
7107
7108 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7109
7110 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
7111 and replay.
7112
7113 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7114
7115 * gdb.btrace/non-stop.c: New.
7116 * gdb.btrace/non-stop.exp: New.
7117
7118 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
7119 Yao Qi <yao.qi@linaro.org>
7120
7121 * gdb.trace/trace-condition.c: New file.
7122 * gdb.trace/trace-condition.exp: New file.
7123
7124 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
7125
7126 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
7127 for testing bytecode compilation.
7128
7129 2015-09-16 Pedro Alves <palves@redhat.com>
7130 Sandra Loosemore <sandra@codesourcery.com>
7131
7132 * gdb.threads/non-stop-fair-events.c (timeout): New global.
7133 (SECONDS): Redefine.
7134 (main): Call pthread_kill and alarm early.
7135 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
7136 support.
7137 (test): If the target can't hardware step and doesn't support
7138 displaced stepping, increase the timeout.
7139
7140 2015-09-16 Pedro Alves <palves@redhat.com>
7141
7142 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
7143 (enable_debug): New procedures.
7144 (test): Use them. Bail out if waiting for threads fails.
7145 (top level): Bail out if a test fails.
7146
7147 2015-09-16 Yao Qi <yao.qi@linaro.org>
7148
7149 * gdb.asm/asm-source.exp: Set asm-arch for
7150 aarch64*-*-* target.
7151 * gdb.asm/aarch64.inc: New file.
7152
7153 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
7154
7155 * gdb.ada/array_of_variable_length.exp: New testcase.
7156 * gdb.ada/array_of_variable_length/foo.adb: New file.
7157 * gdb.ada/array_of_variable_length/pck.adb: New file.
7158 * gdb.ada/array_of_variable_length/pck.ads: New file.
7159
7160 2015-09-15 Doug Evans <dje@google.com>
7161
7162 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
7163 of function static local variable.
7164
7165 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7166
7167 * gdb.threads/tls-so_extern.exp: New test file.
7168 * gdb.threads/tls-so_extern.c: New test file.
7169 * gdb.threads/tls-so_extern_main.c: New test file.
7170
7171 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7172
7173 * gdb.opt/solib-intra-step-lib.c: New file.
7174 * gdb.opt/solib-intra-step-main.c: New file.
7175 * gdb.opt/solib-intra-step.exp: New file.
7176
7177 2015-09-15 Pedro Alves <palves@redhat.com>
7178
7179 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
7180 gdb_continue_to_breakpoint instead of gdb_test_multiple.
7181
7182 2015-09-14 Pedro Alves <palves@redhat.com>
7183
7184 * gdb.base/hook-stop-continue.c: Delete.
7185 * gdb.base/hook-stop-continue.exp: Delete.
7186 * gdb.base/hook-stop-frame.c: Delete.
7187 * gdb.base/hook-stop-frame.exp: Delete.
7188 * gdb.base/hook-stop.c: New file.
7189 * gdb.base/hook-stop.exp: New file.
7190
7191 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
7192
7193 * gdb.ada/access_to_packed_array.exp: New testcase.
7194 * gdb.ada/access_to_packed_array/foo.adb: New file.
7195 * gdb.ada/access_to_packed_array/pack.adb: New file.
7196 * gdb.ada/access_to_packed_array/pack.ads: New file.
7197
7198 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
7199
7200 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
7201 buffer size test.
7202
7203 2015-09-11 Don Breazeal <donb@codesourcery.com>
7204
7205 * gdb.base/foll-exec.c: Add copyright header. Fix
7206 formatting issues.
7207 * gdb.base/foll-exec.exp (zap_session): Delete proc.
7208 (do_exec_tests): Use clean_restart in place of zap_session,
7209 and for test initialization. Fix formatting issues. Use
7210 fail in place of perror.
7211 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
7212 an expect statement to match an expression with output from
7213 the program under debug.
7214 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
7215 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
7216 * gdb.threads/non-ldr-exc-2.exp: Likewise.
7217 * gdb.threads/non-ldr-exc-3.exp: Likewise.
7218 * gdb.threads/non-ldr-exc-4.exp: Likewise.
7219
7220 2015-09-09 Doug Evans <dje@google.com>
7221
7222 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
7223
7224 2015-09-09 Doug Evans <dje@google.com>
7225
7226 * gdb.base/pie-execl.exp: Fix result test of build_executable.
7227
7228 2015-09-09 Doug Evans <dje@google.com>
7229
7230 * gdb.base/savedregs.exp: Fix typo.
7231
7232 2015-09-09 Pedro Alves <palves@redhat.com>
7233
7234 * gdb.mi/mi-cli.exp: Add CLI finish tests.
7235
7236 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
7237
7238 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
7239 command actually switches threads. Give up on remaining
7240 tests if target fails to stop at breakpoint.
7241
7242 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
7243
7244 * gdb.ada/funcall_char.exp: New testcase.
7245 * gdb.ada/funcall_char/foo.adb: New file.
7246
7247 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
7248
7249 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
7250 expected outputs. Add two testcases for completing ambiguous
7251 functions.
7252 * gdb.ada/complete/aux_pck.adb: New file.
7253 * gdb.ada/complete/aux_pck.ads: New file.
7254 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
7255 Ambiguous_Func functions.
7256 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
7257 * gdb.ada/complete/pck.adb: Likewise.
7258
7259 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
7260
7261 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
7262 failures to run the test program under GDB.
7263
7264 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
7265
7266 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
7267 to C.
7268
7269 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
7270
7271 * gdb.base/run-after-attach.exp: New test file.
7272 * gdb.base/run-after-attach.c: New test file.
7273
7274 2015-08-26 Don Breazeal <donb@codesourcery.com>
7275
7276 * gdb.base/foll-exec-2.c: New test program.
7277 * gdb.base/foll-exec-2.exp: New test.
7278
7279 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
7280
7281 * gdb.base/nested-subp1.exp: New file.
7282 * gdb.base/nested-subp1.c: New file.
7283 * gdb.base/nested-subp2.exp: New file.
7284 * gdb.base/nested-subp2.c: New file.
7285 * gdb.base/nested-subp3.exp: New file.
7286 * gdb.base/nested-subp3.c: New file.
7287
7288 2015-08-24 Pedro Alves <palves@redhat.com>
7289
7290 * gdb.server/connect-without-multi-process.c: New file.
7291 * gdb.server/connect-without-multi-process.exp: New file.
7292
7293 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
7294
7295 * gdb.opt/inline-markers.c: Make z int.
7296
7297 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
7298
7299 * gdb.opt/inline-markers.c: Make z volatile.
7300
7301 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
7302
7303 * gdb.opt/inline-bt.c: New volatile global z.
7304 * gdb.opt/inline-cmds.c: Likewise.
7305 * gdb.opt/inline-locals.c: Likewise.
7306 * gdb.opt/inline-markers.c: New extern global z.
7307 (marker): Use z.
7308 (inline_fn): Likewise.
7309
7310 2015-08-24 Pedro Alves <palves@redhat.com>
7311
7312 * config/m32r-stub.exp: Remove file.
7313 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
7314 * gdb.base/call-rt-st.exp: Likewise.
7315 * gdb.base/call-strs.exp: Likewise.
7316 * gdb.base/default.exp: Remove references to h8300-*-hms and
7317 *-*-udi*.
7318 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
7319
7320 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7321
7322 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
7323 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
7324 and "return" use KFAIL when GDB can not read/write the vector
7325 return value.
7326
7327 2015-08-21 Gary Benson <gbenson@redhat.com>
7328
7329 * gdb.trace/pending.exp: Cope with remote transfer warnings.
7330
7331 2015-08-20 Pedro Alves <palves@redhat.com>
7332
7333 * gdb.server/solib-list.exp: No longer expect an interior stop in
7334 non-stop mode.
7335
7336 2015-08-20 Pedro Alves <palves@redhat.com>
7337
7338 * gdb.server/connect-stopped-target.c: New file.
7339 * gdb.server/connect-stopped-target.exp: New file.
7340
7341 2015-08-20 Pedro Alves <palves@redhat.com>
7342
7343 * gdb.dwarf2/comp-unit-lang.exp: New file.
7344 * gdb.dwarf2/comp-unit-lang.c: New file.
7345
7346 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
7347
7348 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
7349 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
7350
7351 2015-08-19 Kevin Buettner <kevinb@redhat.com>
7352
7353 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
7354 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
7355
7356 2015-08-18 Doug Evans <dje@google.com>
7357 Adrian Sendroiu <adrian.sendroiu@freescale.com>
7358
7359 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
7360 skip_python_tests. New arg prompt_regexp.
7361 (skip_python_tests): New function.
7362 * lib/mi-support.exp (mi_skip_python_tests): New function.
7363 * gdb.python/py-mi-objfile-gdb.py: New file.
7364 * gdb.python/py-mi-objfile.c: New file.
7365 * gdb.python/py-mi-objfile.exp: New file.
7366
7367 2015-08-17 Keith Seitz <keiths@redhat.com>
7368
7369 * gdb.linespec/explicit.exp: Move strace test from here ...
7370 * gdb.trace/strace.exp: ... to here.
7371
7372 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
7373
7374 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
7375 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
7376
7377 2015-08-14 Doug Evans <xdje42@gmail.com>
7378
7379 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
7380 inferior before selecting a new file.
7381
7382 2015-08-14 Doug Evans <xdje42@gmail.com>
7383
7384 * gdb.mi/mi-disassemble.exp: Update.
7385 * gdb.base/disasm-optim.S: New file.
7386 * gdb.base/disasm-optim.c: New file.
7387 * gdb.base/disasm-optim.h: New file.
7388 * gdb.base/disasm-optim.exp: New file.
7389
7390 2015-08-14 Keith Seitz <keiths@redhat.com>
7391
7392 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
7393 "evaluated-by".
7394
7395 2015-08-13 Joel Brobecker <brobecker@adacore.com>
7396
7397 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
7398
7399 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
7400
7401 * gdb.ada/fun_renaming.exp: New testcase.
7402 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
7403 * gdb.ada/fun_renaming/pack.adb: New file.
7404 * gdb.ada/fun_renaming/pack.ads: New file.
7405
7406 2015-08-12 Keith Seitz <keiths@redhat.com>
7407
7408 * gdb.base/dso2dso.exp: Pass basename of source file in call to
7409 gdb_get_line_number.
7410
7411 2015-08-12 Joel Brobecker <brobecker@adacore.com>
7412
7413 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
7414 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
7415 gdb.base/dso2dso.exp: New files.
7416
7417 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
7418 Pedro Alves <palves@redhat.com>
7419 Keith Seitz <keiths@redhat.com>
7420
7421 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
7422 GDBFLAGS.
7423
7424 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
7425
7426 * gdb.base/gdbhistsize-history.exp
7427 (test_histsize_history_setting): Use save_vars.
7428 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7429 Use save_vars.
7430 (test_no_truncation_of_unlimited_history_file): Use save_vars.
7431 * gdb.base/readline.exp: Use save_vars.
7432
7433 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
7434
7435 * lib/gdb.exp (save_vars): New proc.
7436
7437 2015-08-11 Keith Seitz <keiths@redhat.com>
7438
7439 * gdb.base/help.exp: Update help_breakpoint_text.
7440
7441 2015-08-11 Keith Seitz <keiths@redhat.com>
7442
7443 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
7444 (at toplevel): Call test_explicit_breakpoints.
7445 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
7446 breakpoints.
7447 * lib/mi-support.exp (mi_make_breakpoint): Add support for
7448 breakpoint conditions, "-cond".
7449
7450 2015-08-11 Keith Seitz <keiths@redhat.com>
7451
7452 * gdb.linespec/3explicit.c: New file.
7453 * gdb.linespec/cpexplicit.cc: New file.
7454 * gdb.linespec/cpexplicit.exp: New file.
7455 * gdb.linespec/explicit.c: New file.
7456 * gdb.linespec/explicit.exp: New file.
7457 * gdb.linespec/explicit2.c: New file.
7458 * gdb.linespec/ls-errs.exp: Add explicit location tests.
7459 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
7460 before using in the matching pattern.
7461 Clarify that `prefix' is a regular expression.
7462
7463 2015-08-11 Keith Seitz <keiths@redhat.com>
7464
7465 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
7466 test.
7467 Add tests for missing ",FMT" and ",".
7468
7469 2015-08-10 Doug Evans <dje@google.com>
7470 Keith Seitz <keiths@redhat.com>
7471
7472 PR gdb/17960
7473 * gdb.base/completion.exp: Add location completer tests.
7474
7475 2015-08-07 Pedro Alves <palves@redhat.com>
7476
7477 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
7478 tests here.
7479 (top level): Run do_test with and without displaced stepping.
7480
7481 2015-08-07 Pedro Alves <palves@redhat.com>
7482
7483 * gdb.base/valgrind-disp-step.c: New file.
7484 * gdb.base/valgrind-disp-step.exp: New file.
7485
7486 2015-08-07 Pedro Alves <palves@redhat.com>
7487
7488 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
7489 Delete function.
7490 (main): Add alarm. Run an infinite loop instead of calling
7491 wait_threads.
7492 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
7493 comment.
7494 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
7495 Delete function.
7496 (main): Add alarm. Run an infinite loop instead of calling
7497 wait_threads.
7498 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
7499 comment.
7500
7501 2015-08-07 Pedro Alves <palves@redhat.com>
7502
7503 * gdb.base/checkpoint-ns.exp: New file.
7504 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
7505 standard_testfile.
7506
7507 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
7508
7509 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
7510 * gdb.btrace/instruction_history.exp: Update.
7511 * gdb.btrace/tsx.exp: New.
7512 * gdb.btrace/tsx.c: New.
7513
7514 2015-08-06 Pedro Alves <palves@redhat.com>
7515
7516 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
7517 increase timeout.
7518 * gdb.reverse/until-precsave.exp: Bump timeouts.
7519
7520 2015-08-06 Pedro Alves <palves@redhat.com>
7521
7522 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
7523
7524 2015-08-06 Pedro Alves <palves@redhat.com>
7525
7526 PR gdb/18749
7527 * gdb.threads/process-dies-while-handling-bp.c: New file.
7528 * gdb.threads/process-dies-while-handling-bp.exp: New file.
7529
7530 2015-08-06 Pedro Alves <palves@redhat.com>
7531
7532 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
7533 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
7534
7535 2015-08-05 Pedro Alves <palves@redhat.com>
7536
7537 * gdb.threads/next-while-other-thread-longjmps.c: New file.
7538 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
7539
7540 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
7541
7542 * gdb.base/bp-permanent.exp: Report test as unsupported if
7543 the target cannot stop at the permanent breakpoint.
7544
7545 2015-08-03 Doug Evans <dje@google.com>
7546
7547 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
7548 10000.
7549
7550 2015-08-03 Doug Evans <dje@google.com>
7551
7552 * Makefile.in (workers/%.worker, build-perf): New rule.
7553 (GDB_PERFTEST_MODE): New variable.
7554 (check-perf): Use it.
7555 (clean): Clean up gdb.perf parallel build subdirs.
7556 * lib/build-piece.exp: New file.
7557 * lib/gdb.exp (make_gdb_parallel_path): New function
7558 (standard_output_file, standard_temp_file): Call it.
7559 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
7560 of $GDB_PARALLEL.
7561 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
7562
7563 2015-08-03 Doug Evans <dje@google.com>
7564
7565 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
7566 (LOG_FILE_NAME): New global.
7567 (TextReporter.__init__): Initialize self.txt_sum.
7568 (TextReporter.report): Add support for multiple data-points.
7569 Move report to perftest.sum, put raw data in perftest.log.
7570 (TextReporter.start): Open sum and log files.
7571 (TextReporter.end): Close sum and log files.
7572 * gdb.perf/lib/perftest/testresult.py
7573 (SingleStatisticTestResult.record): Handle multiple data-points.
7574
7575 2015-07-31 Pedro Alves <palves@redhat.com>
7576
7577 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
7578 Use spawn_id_get_pid. Wait for spawn id after eof. Use
7579 kill_wait_spawned_process instead of explicit "kill -9".
7580 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
7581 returning a spawn id instead of a pid. Use spawn_id_get_pid and
7582 kill_wait_spawned_process.
7583 * gdb.base/attach-twice.exp: Likewise.
7584 * gdb.base/attach.exp: Likewise.
7585 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
7586 gdb_test_multiple.
7587 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
7588 returning a spawn id instead of a pid. Use spawn_id_get_pid and
7589 kill_wait_spawned_process.
7590 * gdb.base/valgrind-infcall.exp: Likewise.
7591 * gdb.multi/multi-attach.exp: Likewise.
7592 * gdb.python/py-prompt.exp: Likewise.
7593 * gdb.python/py-sync-interp.exp: Likewise.
7594 * gdb.server/ext-attach.exp: Likewise.
7595 * gdb.threads/attach-into-signal.exp (corefunc): Use
7596 spawn_wait_for_attach, spawn_id_get_pid and
7597 kill_wait_spawned_process.
7598 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
7599 spawn_wait_for_attach returning a spawn id instead of a pid. Use
7600 spawn_id_get_pid and kill_wait_spawned_process.
7601 * gdb.threads/attach-stopped.exp (corefunc): Use
7602 spawn_wait_for_attach, spawn_id_get_pid and
7603 kill_wait_spawned_process.
7604 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
7605 Use spawn_id_get_pid. Wait for spawn id after eof. Use
7606 kill_wait_spawned_process instead of explicit "kill -9".
7607 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
7608 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
7609 (spawn_wait_for_attach): Use spawn instead of exec to spawn
7610 processes. Don't map cygwin/windows pids here. Now returns a
7611 spawn id list.
7612
7613 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
7614
7615 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
7616 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
7617 correct patch.
7618
7619 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
7620
7621 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
7622
7623 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
7624
7625 Reapply:
7626 2014-05-21 Mark Wielaard <mjw@redhat.com>
7627
7628 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
7629
7630 2015-07-30 Pedro Alves <palves@redhat.com>
7631
7632 * linux-low.c (handle_extended_wait): Set the child's last
7633 reported status to TARGET_WAITKIND_STOPPED.
7634
7635 2015-07-30 Pedro Alves <palves@redhat.com>
7636
7637 PR threads/18600
7638 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
7639 only shows inferior 1.
7640
7641 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
7642 Pedro Alves <palves@redhat.com>
7643
7644 PR threads/18600
7645 * gdb.threads/fork-plus-threads.c: New file.
7646 * gdb.threads/fork-plus-threads.exp: New file.
7647
7648 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7649
7650 * gdb.base/batch-preserve-term-settings.exp
7651 (test_terminal_settings_preserved_after_cli_exit): Use
7652 send_quit_command.
7653
7654 2015-07-29 Pedro Alves <palves@redhat.com>
7655 Don Breazeal <donb@codesourcery.com>
7656
7657 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
7658 output from both inferior_spawn_id and gdb_spawn_id.
7659
7660 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
7661
7662 * gdb.threads/attach-into-signal.exp (corefunc): Use
7663 with_test_prefix on nested loops, uniquefying the test messages.
7664
7665 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
7666
7667 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
7668 commit.
7669
7670 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7671
7672 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
7673 New proc.
7674 (test_terminal_settings_preserved_after_sigterm): New test.
7675
7676 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7677
7678 * gdb.base/batch-preserve-term-settings.exp
7679 (test_terminal_settings_preserved_after_cli_exit): New test.
7680
7681 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7682
7683 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
7684 manipulation of saved_gdbflags.
7685 (test_terminal_settings_preserved): Remove global declaration of
7686 the unused variable pagination_prompt. Remove manipulation of
7687 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
7688 GDBFLAGS.
7689
7690 2015-07-29 Pedro Alves <palves@redhat.com>
7691
7692 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
7693
7694 2015-07-29 Pedro Alves <palves@redhat.com>
7695
7696 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
7697 at the top.
7698
7699 2015-07-29 Pedro Alves <palves@redhat.com>
7700
7701 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
7702 (main): Call gdb_unbuffer_output.
7703 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
7704 (main): Call gdb_unbuffer_output.
7705 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
7706 (main): Call gdb_unbuffer_output.
7707 * gdb.base/call-strs.exp: Adjust to step over the
7708 gdb_unbuffer_output call.
7709 * gdb.base/catch-gdb-caused-signals.c: Include
7710 "../lib/unbuffer_output.c".
7711 (main): Call gdb_unbuffer_output.
7712 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
7713 (main): Call gdb_unbuffer_output.
7714 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
7715 (main): Call gdb_unbuffer_output.
7716 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
7717 (main): Call gdb_unbuffer_output.
7718 * gdb.base/shlib-call.exp: Adjust to step over the
7719 gdb_unbuffer_output call.
7720 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
7721 (main): Call gdb_unbuffer_output.
7722 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
7723 (main): Call gdb_unbuffer_output.
7724 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
7725 (main): Rename to ...
7726 (test): ... this.
7727 (main): Reimplement.
7728 * gdb.base/varargs.exp: Run to test instead of to main.
7729 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
7730 (main): Call gdb_unbuffer_output.
7731
7732 2015-07-29 Pedro Alves <palves@redhat.com>
7733
7734 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
7735 factore out from mi_continue_dprintf. For call-style dprintfs,
7736 expect dprintf output out of $inferior_spawn_id.
7737 (mi_continue_dprintf): Use mi_expect_dprintf.
7738 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
7739 (main): Call gdb_unbuffer_output.
7740
7741 2015-07-29 Pedro Alves <palves@redhat.com>
7742
7743 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
7744 (default_mi_gdb_start): Set inferior_spawn_id instead of
7745 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
7746 gdb_spawn_id.
7747 (mi_gdb_test): Always expect inferior output from both
7748 $inferior_spawn_id and $gdb_spawn_id.
7749
7750 2015-07-29 Pedro Alves <palves@redhat.com>
7751
7752 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
7753 send_inferior and $inferior_spawn_id.
7754
7755 2015-07-29 Pedro Alves <palves@redhat.com>
7756
7757 * gdb.gdb/complaints.exp (test_initial_complaints)
7758 (test_serial_complaints, test_short_complaints): Use
7759 gdb_test_stdio.
7760 (test_empty_complaint): Handle $inferior_spawn_id !=
7761 $gdb_spawn_id.
7762
7763 2015-07-29 Pedro Alves <palves@redhat.com>
7764
7765 * gdb.base/varargs.exp: Use gdb_test_stdio.
7766
7767 2015-07-29 Pedro Alves <palves@redhat.com>
7768
7769 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
7770
7771 2015-07-29 Pedro Alves <palves@redhat.com>
7772
7773 * gdb.base/ending-run.exp: Use gdb_test_stdio.
7774
7775 2015-07-29 Pedro Alves <palves@redhat.com>
7776
7777 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
7778 parameter into two new parameters, "inf_result" and "gdb_result".
7779 Expect inferior output and gdb output from $inferior_spawn_id and
7780 $gdb_spawn_id, respectively. Adjust all callers.
7781
7782 2015-07-29 Pedro Alves <palves@redhat.com>
7783
7784 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
7785 of gdb_test_sequence.
7786
7787 2015-07-29 Pedro Alves <palves@redhat.com>
7788
7789 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
7790 (saw_spurious_output): Expect inferior output from
7791 $inferior_spawn_id. Use gdb_test_stdio.
7792
7793 2015-07-29 Pedro Alves <palves@redhat.com>
7794
7795 * gdb.base/dprintf.exp: Use standard_testfile. Change
7796 prepare_for_testing call.
7797 (srcfile): Don't set.
7798 (restart): New procedure.
7799 (test_dprintf): New procecure, use to continue over dprintfs.
7800 (test_call, test_agent): New procedures, tests moved here.
7801 Restart gdb and recreate dprintfs. Adjust expected output.
7802
7803 2015-07-29 Pedro Alves <palves@redhat.com>
7804
7805 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
7806
7807 2015-07-29 Pedro Alves <palves@redhat.com>
7808
7809 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
7810
7811 2015-07-29 Pedro Alves <palves@redhat.com>
7812
7813 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
7814 gdb_test_stdio.
7815
7816 2015-07-29 Pedro Alves <palves@redhat.com>
7817
7818 * lib/gdb.exp (gdb_test_stdio): New procedure.
7819
7820 2015-07-29 Pedro Alves <palves@redhat.com>
7821
7822 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
7823
7824 2015-07-29 Pedro Alves <palves@redhat.com>
7825
7826 * gdb.base/call-signal-resume.exp: Remove check for
7827 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
7828 * gdb.base/unwindonsignal.exp: Likewise.
7829 * gdb.base/call-signals.c (gen_signal): Remove printf call.
7830 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
7831
7832 2015-07-29 Pedro Alves <palves@redhat.com>
7833
7834 * gdb.base/siginfo-addr.c (pass): New function.
7835 (handler): Call it iff si_addr is correct.
7836 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
7837 Set a breakpoint at "pass" and continue to it.
7838
7839 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
7840
7841 * gdb.python/py-objfile.exp: Make some tests have unique names.
7842 * gdb.python/py-pp-registration.exp: Likewise.
7843
7844 2015-07-28 Pedro Alves <palves@redhat.com>
7845
7846 * gdb.server/server-exec-info.exp: Issue a "disconnect".
7847
7848 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
7849
7850 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
7851
7852 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
7853
7854 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
7855
7856 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
7857
7858 * gdb.base/gdb-sigterm-2.exp: New test.
7859
7860 2015-07-25 Doug Evans <xdje42@gmail.com>
7861
7862 Revert:
7863 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
7864 (workers/%.worker, build-perf): New rule.
7865 (GDB_PERFTEST_MODE): New variable.
7866 (check-perf): Use it.
7867 (clean): Clean up gdb.perf parallel build subdirs.
7868 * lib/build-piece.exp: New file.
7869 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
7870 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
7871 name.
7872 (standard_temp_file): Ditto.
7873 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
7874 of $GDB_PARALLEL.
7875
7876 2015-07-24 Doug Evans <dje@google.com>
7877
7878 * gdb.perf/lib/perftest/utils.py: New file.
7879 * gdb.perf/gm-hello.cc: New file.
7880 * gdb.perf/gm-pervasive-typedef.cc: New file.
7881 * gdb.perf/gm-pervasive-typedef.h: New file.
7882 * gdb.perf/gm-std.cc: New file.
7883 * gdb.perf/gm-std.h: New file.
7884 * gdb.perf/gm-use-cerr.cc: New file.
7885 * gdb.perf/gm-utils.h: New file.
7886 * gdb.perf/gmonster-null-lookup.py: New file.
7887 * gdb.perf/gmonster-pervasive-typedef.py: New file.
7888 * gdb.perf/gmonster-print-cerr.py: New file.
7889 * gdb.perf/gmonster-ptype-string.py: New file.
7890 * gdb.perf/gmonster-runto-main.py: New file.
7891 * gdb.perf/gmonster-select-file.py: New file.
7892 * gdb.perf/gmonster1-null-lookup.exp: New file.
7893 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
7894 * gdb.perf/gmonster1-print-cerr.exp: New file.
7895 * gdb.perf/gmonster1-ptype-string.exp: New file.
7896 * gdb.perf/gmonster1-runto-main.exp: New file.
7897 * gdb.perf/gmonster1-select-file.exp: New file.
7898 * gdb.perf/gmonster1.cc: New file.
7899 * gdb.perf/gmonster1.exp: New file.
7900 * gdb.perf/gmonster2-null-lookup.exp: New file.
7901 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
7902 * gdb.perf/gmonster2-print-cerr.exp: New file.
7903 * gdb.perf/gmonster2-ptype-string.exp: New file.
7904 * gdb.perf/gmonster2-runto-main.exp: New file.
7905 * gdb.perf/gmonster2-select-file.exp: New file.
7906 * gdb.perf/gmonster2.cc: New file.
7907 * gdb.perf/gmonster2.exp: New file.
7908
7909 2015-07-24 Doug Evans <dje@google.com>
7910
7911 * gdb.perf/README: New file.
7912 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
7913 * lib/gen-perf-test.exp: New file.
7914
7915 2015-07-24 Doug Evans <dje@google.com>
7916
7917 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
7918 (PerfTest::startup): New function.
7919 (PerfTest::run): Return result of calling body.
7920 (PerfTest::assemble): Rewrite.
7921 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
7922 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
7923 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
7924 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
7925 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
7926
7927 2015-07-24 Doug Evans <dje@google.com>
7928
7929 * lib/gdb.exp (clean_restart): Make executable optional.
7930
7931 2015-07-24 Doug Evans <dje@google.com>
7932
7933 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
7934 compiler_info references.
7935 * gdb.cp/temargs.exp: Ditto.
7936 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
7937 (get_compiler_info): Early exit if already computed. Set compiler_info
7938 to "unknown" if there was a problem.
7939 (test_compiler_info): Add function comment. Call get_compiler_info.
7940
7941 2015-07-24 Doug Evans <dje@google.com>
7942
7943 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
7944 (workers/%.worker, build-perf): New rule.
7945 (GDB_PERFTEST_MODE): New variable.
7946 (check-perf): Use it.
7947 (clean): Clean up gdb.perf parallel build subdirs.
7948 * lib/build-piece.exp: New file.
7949 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
7950 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
7951 name.
7952 (standard_temp_file): Ditto.
7953 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
7954 of $GDB_PARALLEL.
7955
7956 2015-07-24 Doug Evans <dje@google.com>
7957
7958 * lib/future.exp (gdb_default_target_compile): New option
7959 "early_flags".
7960 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
7961 --as-needed.
7962
7963 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
7964
7965 * gdb.base/catch-syscall.exp: Call gdb_exit before
7966 gdb_skip_xml_test.
7967
7968 2015-07-24 Pedro Alves <palves@redhat.com>
7969
7970 * gdb.python/py-events.exp: Accept output between the stop event
7971 and the prompt.
7972 * gdb.python/py-evsignal.exp: Likewise.
7973 * gdb.python/py-evthreads.exp: Likewise.
7974
7975 2015-07-24 Pedro Alves <palves@redhat.com>
7976
7977 PR gdb/18717
7978 * gdb.threads/non-ldr-exit.c: New file.
7979 * gdb.threads/non-ldr-exit.exp: New file.
7980
7981 2015-07-24 Yao Qi <yao.qi@linaro.org>
7982
7983 * gdb.server/ext-wrapper.exp: Test --wrapper option when
7984 restarting process.
7985
7986 2015-07-24 Yao Qi <yao.qi@linaro.org>
7987
7988 * gdb.server/ext-restart.exp: New file.
7989
7990 2015-07-24 Yao Qi <yao.qi@linaro.org>
7991
7992 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
7993 argument options.
7994 * gdb.server/ext-wrapper.exp: New file.
7995
7996 2015-07-23 Doug Evans <dje@google.com>
7997
7998 * gdb.dwarf2/dw2-dummy-cu.S: New file.
7999 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
8000
8001 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
8002
8003 * gdb.ada/var_arr_typedef.exp: New testcase.
8004 * gdb.ada/var_arr_typedef/pack.adb: New file.
8005 * gdb.ada/var_arr_typedef/pack.ads: New file.
8006 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
8007
8008 2015-07-20 Joel Brobecker <brobecker@adacore.com>
8009
8010 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
8011
8012 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8013
8014 * gdb.arch/i386-biarch-core.exp: Replace istarget
8015 by "complete set gnutarget". Remove expectation for the "core-file"
8016 command.
8017
8018 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8019
8020 Revert the previous commit:
8021 Tests for validate symbol file using build-id.
8022
8023 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
8024
8025 Tests for validate symbol file using build-id.
8026 * gdb.base/solib-mismatch-lib.c: New file.
8027 * gdb.base/solib-mismatch-libmod.c: New file.
8028 * gdb.base/solib-mismatch.c: New file.
8029 * gdb.base/solib-mismatch.exp: New file.
8030
8031 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
8032
8033 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
8034 nios2-*-linux*.
8035 * gdb.base/sigbpt.exp (stepi_out): Likewise.
8036 * gdb.base/siginfo.exp: Likewise.
8037 * gdb.base/sigstep.exp (advance, advancei): Likewise.
8038
8039 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
8040
8041 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
8042 Move it to ...
8043 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
8044 ... here.
8045 * gdb.trace/range-stepping.exp: Check that the target supports
8046 range stepping.
8047
8048 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8049
8050 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
8051
8052 2015-07-14 Pedro Alves <palves@redhat.com>
8053
8054 * gdb.base/killed-outside.exp: New file.
8055 * gdb.base/killed-outside.c: New file.
8056
8057 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8058
8059 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
8060 (n at main): New.
8061 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
8062
8063 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
8064
8065 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
8066 infcall tests instead of setting up for KFAIL.
8067
8068 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
8069
8070 * gdb.btrace/record_goto-step.exp: New.
8071
8072 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8073
8074 PR compile/18484
8075 * gdb.compile/compile.c (struct struct_type): Add volatile to
8076 selffield's type.
8077 * gdb.compile/compile.exp
8078 (compile code struct_object.selffield = &struct_object): Skip further
8079 struct_object tests if this one xfails.
8080
8081 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
8082
8083 PR exp/18617
8084 * gdb.trace/ax.exp: Add test.
8085
8086 2015-07-07 Yao Qi <yao.qi@linaro.org>
8087
8088 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
8089 instead of istarget "aarch64*-*-*".
8090 * gdb.arch/aarch64-fp.exp: Likewise.
8091 * gdb.base/float.exp: Likewise.
8092 * gdb.reverse/aarch64.exp: Likewise.
8093 * lib/gdb.exp (is_aarch64_target): New proc.
8094
8095 2015-07-07 Yao Qi <yao.qi@linaro.org>
8096
8097 * lib/gdb.exp (is_aarch32_target): New proc.
8098 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
8099 instead of "istarget "arm*-*-*"".
8100 * gdb.arch/arm-disp-step.exp: Likewise.
8101 * gdb.arch/thumb-bx-pc.exp: Likewise.
8102 * gdb.arch/thumb-prologue.exp: Likewise.
8103 * gdb.arch/thumb-singlestep.exp: Likewise.
8104 * gdb.base/disp-step-syscall.exp: Likewise.
8105 * gdb.base/float.exp: Likewise.
8106
8107 2015-07-07 Yao Qi <yao.qi@linaro.org>
8108
8109 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
8110 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
8111
8112 2015-07-07 Yao Qi <yao.qi@linaro.org>
8113
8114 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
8115 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
8116 if it exists.
8117 * gdb.multi/multi-arch.exp: Likewise.
8118
8119 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
8120
8121 * gdb.python/py-lazy-string.exp: Add missing parentheses to
8122 print.
8123
8124 2015-07-07 Yao Qi <yao.qi@linaro.org>
8125
8126 * gdb.arch/thumb-singlestep.exp: Do one more single step.
8127
8128 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
8129
8130 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
8131 '[' and ']' characters.
8132
8133 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
8134
8135 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8136
8137 2015-06-29 Pedro Alves <palves@redhat.com>
8138
8139 PR threads/18127
8140 * gdb.threads/hand-call-new-thread.c: New file.
8141 * gdb.threads/hand-call-new-thread.c: New file.
8142
8143 2015-06-26 Keith Seitz <keiths@redhat.com>
8144 Doug Evans <dje@google.com>
8145
8146 PR 16253
8147 * gdb.cp/var-tag-2.cc: New file.
8148 * gdb.cp/var-tag-3.cc: New file.
8149 * gdb.cp/var-tag-4.cc: New file.
8150 * gdb.cp/var-tag.cc: New file.
8151 * gdb.cp/var-tag.exp: New file.
8152
8153 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8154
8155 * gdb.base/history-duplicates.exp: New test.
8156
8157 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8158
8159 * gdb.base/completion.exp: Test the completion of the "focus"
8160 command.
8161
8162 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8163
8164 * gdb.arch/amd64-prologue-skip.S: New file.
8165 * gdb.arch/amd64-prologue-skip.exp: New file.
8166
8167 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
8168
8169 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
8170 is_address_zero_readable check.
8171
8172 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
8173
8174 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
8175 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
8176
8177 2015-06-24 Yao Qi <yao.qi@linaro.org>
8178
8179 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
8180 linux targets.
8181
8182 2015-06-24 Yao Qi <yao.qi@linaro.org>
8183
8184 * lib/gdb.exp (supports_get_siginfo_type): New proc.
8185 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
8186 * gdb.base/siginfo-thread.exp: Likewise.
8187
8188 2015-06-22 Yao Qi <yao.qi@linaro.org>
8189
8190 * boards/remote-gdbserver-on-localhost.exp: Add comments.
8191
8192 2015-06-22 Yao Qi <yao.qi@linaro.org>
8193
8194 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
8195 aarch64*-*-*.
8196 (skip_hw_watchpoint_tests): Likewise.
8197
8198 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
8199
8200 * gdb.base/gdbinit-history.exp: Test the interaction between
8201 setting GDBHISTSIZE and setting the history size via .gdbinit.
8202
8203 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8204
8205 PR gdb/16999
8206 * gdb.base/gdbhistsize-history.exp: New test.
8207
8208 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8209
8210 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
8211 with GDBHISTSIZE.
8212 * gdb.base/readline.exp: Likewise.
8213
8214 2015-06-17 Yao Qi <yao.qi@linaro.org>
8215
8216 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
8217 line.
8218
8219 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8220
8221 * gdb.base/gdbinit-history.exp: Add test case to check that
8222 an unlimited history file does not get truncated on exit.
8223
8224 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8225
8226 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
8227 (VECTOR): New macro. Use it...
8228 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
8229 ...for these typedefs.
8230 (int8, char1, int1, double1): New typedefs.
8231 (struct just_int2, struct two_int2): New structures.
8232 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
8233 (add_structvecs, add_singlevecs): New functions.
8234 (main): Call add_some_intvecs twice.
8235 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
8236 the compile and exit upon failure. Try compiling for the "native"
8237 architecture. Test inferior function calls with vector arguments
8238 and vector return value handling with "finish" and "return".
8239
8240 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
8241
8242 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
8243 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
8244 PE file.
8245 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
8246
8247 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8248
8249 PR breakpoints/16465
8250 * gdb.mi/mi-dprintf-pending.c: New file.
8251 * gdb.mi/mi-dprintf-pending.exp: New test.
8252 * gdb.mi/mi-dprintf-pendshr.c: New file.
8253
8254 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8255 Mircea Gherzan <mircea.gherzan@intel.com>
8256
8257 * gdb.arch/i386-mpx-map.c: New file.
8258 * gdb.arch/i386-mpx-map.exp: New File.
8259
8260 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8261
8262 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
8263 * gdb.arch/i386-mpx.exp: Indentation fixed.
8264
8265 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8266
8267 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
8268 function and improved indentation.
8269 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
8270 gdb_test_multiple. Added additional tests to skip the test.
8271
8272 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8273
8274 * gdb.arch/i386-avx512.c: Change path in include file.
8275 * gdb.arch/i386-avx512.exp: Change include dir path
8276 compilation flag.
8277 * gdb.arch/i386-mpx.c: Change path in include file.
8278 * gdb.arch/i386-mpx.exp: Change include dir path compilation
8279 flag.
8280
8281 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8282
8283 * gdb.compile/compile-print.exp (compile print *vararray@3)
8284 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
8285
8286 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8287
8288 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
8289 (do not keep jit in memory): ... this.
8290 (expect 5): Change it to ...
8291 (expect no 5): ... this.
8292
8293 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
8294
8295 PR gdb/15564
8296 * gdb.mi/mi-detach.exp: New file.
8297
8298 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8299
8300 PR symtab/18392
8301 * gdb.arch/amd64-tailcall-self.S: New file.
8302 * gdb.arch/amd64-tailcall-self.c: New file.
8303 * gdb.arch/amd64-tailcall-self.exp: New file.
8304
8305 2015-05-28 Don Breazeal <donb@codesourcery.com>
8306
8307 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
8308 tests for remote targets by checking is_target_gdbserver.
8309
8310 2015-05-27 Doug Evans <dje@google.com>
8311
8312 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
8313 * gdb.dwarf2/opaque-type-lookup.c: New file.
8314 * gdb.dwarf2/opaque-type-lookup.exp: New file.
8315
8316 2015-05-26 Doug Evans <dje@google.com>
8317
8318 * gdb.cp/iostream.cc: New file.
8319 * gdb.cp/iostream.exp: New file.
8320
8321 2015-05-26 Doug Evans <dje@google.com>
8322
8323 * gdb.dwarf2/dw2-op-call.exp: Update.
8324 * gdb.dwarf2/dw4-sig-types.exp: Update.
8325 * gdb.dwarf2/implptr.exp: Update.
8326 * gdb.mi/mi-cmd-param-changed.exp: Update.
8327
8328 2015-05-26 Doug Evans <dje@google.com>
8329
8330 * gdb.python/py-lazy-string.c: New file.
8331 * gdb.python/py-lazy-string.exp: New file.
8332 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
8333 (main): Update. Add estring3.
8334 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
8335 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
8336
8337 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
8338 Yao Qi <yao.qi@linaro.org>
8339
8340 * gdb.reverse/aarch64.c: New.
8341 * gdb.reverse/aarch64.exp: New.
8342
8343 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
8344
8345 * lib/gdb.exp (supports_process_record): Return true for
8346 aarch64*-linux*.
8347 (supports_reverse): Likewise.
8348
8349 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
8350
8351 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8352 Use with_test_prefix.
8353
8354 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8355
8356 * gdb.base/completion.exp: Add test for completion of layout
8357 names.
8358
8359 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
8360
8361 * lib/gdb.exp (skip_tui_tests): New proc.
8362 * gdb.base/tui-layout.exp: Check skip_tui_tests.
8363
8364 2015-05-19 Pedro Alves <palves@redhat.com>
8365
8366 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8367 Save the whole env array instead of just HOME. Unset HISTSIZE in
8368 the environment while testing. Restore whole environment
8369 afterwards.
8370
8371 2015-05-16 Doug Evans <xdje42@gmail.com>
8372
8373 * gdb.guile/scm-ports.c: New file.
8374 * gdb.guile/scm-ports.exp: Add memory port tests.
8375
8376 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8377
8378 * gdb.compile/compile-print.c: New file.
8379 * gdb.compile/compile-print.exp: New file.
8380
8381 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8382
8383 * gdb.compile/compile-ops.exp: Cast param to void.
8384 * gdb.compile/compile.exp: Complete type for _gdb_expr.
8385 (compile code struct_object.selffield = &struct_object): Add xfail.
8386
8387 2015-05-15 Joel Brobecker <brobecker@adacore.com>
8388
8389 * gdb.ada/arr_enum_with_gap: New testcase.
8390
8391 2015-05-15 Joel Brobecker <brobecker@adacore.com>
8392
8393 * gdb.ada/byte_packed_arr: New testcase.
8394
8395 2015-05-15 Joel Brobecker <brobecker@adacore.com>
8396
8397 * gdb.ada/pckd_neg: New testcase.
8398
8399 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
8400
8401 PR gdb/17820
8402 * gdb.base/gdbinit-history.exp: New test.
8403 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
8404 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
8405
8406 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
8407
8408 * gdb.python/py-xmethods.cc: Enhance test case.
8409 * gdb.python/py-xmethods.exp: New tests.
8410 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
8411 function.
8412 (B_indexoper): Likewise.
8413 (global_dm_list) : Add new xmethod worker functions.
8414
8415 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
8416
8417 * gdb.base/coredump-filter.exp: Correctly unset
8418 "coredump_var_addr" array.
8419
8420 2015-05-08 Pedro Alves <palves@redhat.com>
8421
8422 * gdb.server/non-existing-program.exp: Unset spawn_id.
8423
8424 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
8425
8426 PR python/18291
8427 * gdb.python/py-xmethods.exp: Add tests.
8428
8429 2015-05-08 Yao Qi <yao.qi@linaro.org>
8430
8431 PR gdb/18208
8432 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
8433 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
8434 function set_coredump_filter, and remove remote_exec call.
8435 Remove argument ipid. Callers update.
8436 (top level): Don't get inferior's PID.
8437
8438 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
8439
8440 * gdb.base/watch_thread_num.exp: Skip test on targets without
8441 access watchpoints.
8442
8443 2015-05-06 Pedro Alves <palves@redhat.com>
8444
8445 PR server/18081
8446 * gdb.server/non-existing-program.exp: New file.
8447
8448 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8449
8450 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
8451
8452 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8453
8454 * gdb.ada/out_of_line_in_inlined: New testcase.
8455
8456 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8457
8458 * gdb.ada/var_rec_arr: New testcase.
8459
8460 2015-04-30 Yao Qi <yao.qi@linaro.org>
8461
8462 * gdb.base/break-idempotent.exp: If
8463 skip_hw_watchpoint_multi_tests returns true, skip the tests
8464 on "rwatch" and "awatch".
8465
8466 2015-04-30 Yao Qi <yao.qi@linaro.org>
8467
8468 * gdb.base/relativedebug.exp: Invoke gdb command
8469 "info sharedlibrary", and if libc.so doesn't have debug info,
8470 skip the test.
8471
8472 2015-04-29 Doug Evans <dje@google.com>
8473
8474 * gdb.python/py-xmethods.exp: Add ptype tests.
8475 * gdb.python/py-xmethods.py (E_method_char_worker): Add
8476 get_result_type method.
8477
8478 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
8479
8480 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
8481 the target does not support hardware watchpoints.
8482
8483 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
8484
8485 * gdb.base/break-always.exp: Abort testing if writing to memory
8486 causes an error.
8487
8488 2015-04-28 Doug Evans <dje@google.com>
8489
8490 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
8491 * gdb.python/py-pp-registration.exp: ... here. New file.
8492 * gdb.python/py-pp-registration.c: New file.
8493 * gdb.python/py-pp-registration.py: New file.
8494
8495 2015-04-28 Doug Evans <dje@google.com>
8496
8497 * gdb.python/py-bad-printers.c: New file.
8498 * gdb.python/py-bad-printers.py: New file.
8499 * gdb.python/py-bad-printers.exp: New file.
8500
8501 2015-04-28 Sasha Smundak <asmundak@google.com>
8502
8503 * gdb.python/py-type.exp: New test.
8504
8505 2015-04-28 Andy Wingo <wingo@igalia.com>
8506
8507 * gdb.python/py-parameter.exp:
8508 * gdb.guile/scm-parameter.exp: Escape the path that we are
8509 matching against, as it might contain characters that are special
8510 to regular expressions.
8511
8512 2015-04-27 Joel Brobecker <brobecker@adacore.com>
8513
8514 * gdb.ada/rec_comp: New testcase.
8515
8516 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
8517
8518 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
8519 before using it.
8520
8521 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
8522
8523 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
8524 new tests for verilog output.
8525
8526 2015-04-24 Yao Qi <yao.qi@linaro.org>
8527
8528 * boards/remote-gdbserver-on-localhost.exp: New file.
8529
8530 2015-04-23 Pedro Alves <palves@redhat.com>
8531
8532 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
8533 $inferior_spawn_id instead of $inferior_spawn_id directly. On
8534 "end of file", remove $inferior_spawn_id from the indirect list.
8535
8536 2015-04-23 Pedro Alves <palves@redhat.com>
8537
8538 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
8539
8540 2015-04-23 Pedro Alves <palves@redhat.com>
8541
8542 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
8543 on $any_spawn_id instead of only on $gdb_spawn_id.
8544
8545 2015-04-21 Pierre Muller <muller@sourceware.org>
8546
8547 PR pascal/17815
8548 * lib/pascal.exp (gpc_compile): Add new option "class".
8549 (fpc_compile): Likewise.
8550 * gdb.pascal/case-insensitive-symbols.pas: New file.
8551 * gdb.pascal/case-insensitive-symbols.exp: New file.
8552
8553 2015-04-20 Gary Benson <gbenson@redhat.com>
8554
8555 * gdb.base/attach.exp: Fix three extended remote failures.
8556
8557 2015-04-17 Gary Benson <gbenson@redhat.com>
8558
8559 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
8560 the main executable over the remote protocol.
8561
8562 2015-04-16 Pedro Alves <palves@redhat.com>
8563
8564 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
8565 a new gdbserver if gdbserver_reconnect_p is set.
8566
8567 2015-04-16 Pedro Alves <palves@redhat.com>
8568
8569 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
8570 is set, don't exit gdbserver.
8571
8572 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8573
8574 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
8575 appropriate .insn, such that an older assembler can be used.
8576 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
8577 the z/Architecture instruction set on 31-bit targets as well.
8578
8579 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8580
8581 * gdb.go/handcall.exp: Remove all logic related to the first
8582 breakpoint and rely on go_runto_main instead.
8583 * gdb.go/strings.exp: Likewise.
8584 * gdb.go/unsafe.exp: Likewise.
8585 * gdb.go/hello.exp: Likewise. Also rename the remaining
8586 breakpoint marker to "breakpoint 1".
8587 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
8588 * gdb.go/strings.go: Likewise.
8589 * gdb.go/unsafe.go: Likewise.
8590 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
8591 "set breakpoint 2 here" and rename the remaining breakpoint marker
8592 to "breakpoint 1".
8593
8594 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
8595
8596 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
8597 if itertools.imap is not present.
8598 * gdb.python/py-objfile.exp: Add parentheses.
8599 * gdb.python/py-type.exp: Same.
8600 * gdb.python/py-unwind-maint.py: Same.
8601
8602 2015-04-15 Yao Qi <yao.qi@linaro.org>
8603
8604 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
8605 of ":$ptr_size" and set its form explicitly.
8606
8607 2015-04-15 Pedro Alves <palves@redhat.com>
8608 Yao Qi <yao.qi@linaro.org>
8609
8610 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
8611 timeout by factor of 4.
8612 (test_regular_watch): Likewise.
8613 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
8614 * gdb.reverse/sigall-reverse.exp: Likewise.
8615 * gdb.reverse/until-precsave.exp: Likewise.
8616 * lib/gdb.exp (with_timeout_factor): New proc.
8617 (gdb_expect): Move some code to ...
8618 (get_largest_timeout): ... here. New procedure.
8619
8620 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
8621
8622 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
8623
8624 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
8625
8626 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
8627 to write to the .text section.
8628
8629 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
8630
8631 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
8632 Handle the case of targets that do not provide PID information.
8633
8634 2015-04-13 Yao Qi <yao.qi@linaro.org>
8635
8636 * lib/gdbserver-support.exp (gdb_exit): Catch exception
8637 and use expect instead of gdb_expect.
8638
8639 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
8640
8641 * gdb.base/coredump-filter.exp: Rename variable "addr" to
8642 "coredump_var_addr" to avoid naming conflict with other testcases.
8643
8644 2015-04-10 Pedro Alves <palves@redhat.com>
8645
8646 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
8647 gdb_test_sequence and gdb_assert.
8648
8649 2015-04-10 Pedro Alves <palves@redhat.com>
8650
8651 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
8652 test messages that don't include the breakpoint address.
8653
8654 2015-04-10 Yao Qi <yao.qi@linaro.org>
8655
8656 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
8657 false for some offset and width combinations which aren't
8658 supported by linux kernel.
8659
8660 2015-04-10 Pedro Alves <palves@redhat.com>
8661
8662 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
8663 procedure, factored out from ...
8664 (top level): ... here. Add "set displaced-stepping" testing axis.
8665 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
8666 parameter "displaced". Use it.
8667 (top level): Use foreach and add "set displaced-stepping" testing
8668 axis.
8669
8670 2015-04-10 Pedro Alves <palves@redhat.com>
8671
8672 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
8673 Remove comment.
8674 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
8675 both the address of the instruction that triggers the watchpoint
8676 and the address of the instruction immediately after, and use
8677 those addresses for the test. Fix comment.
8678
8679 2015-04-10 Pedro Alves <palves@redhat.com>
8680
8681 * gdb.base/sigstep.exp (breakpoint_to_handler)
8682 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
8683 Test "backtrace" in handler.
8684 (breakpoint_over_handler): New parameter 'displaced'. Use it.
8685 (top level): Add new "displaced" test axis to
8686 breakpoint_to_handler, breakpoint_to_handler_entry and
8687 breakpoint_over_handler.
8688
8689 2015-04-10 Pedro Alves <palves@redhat.com>
8690
8691 PR gdb/18216
8692 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
8693
8694 2015-04-10 Yao Qi <yao.qi@linaro.org>
8695
8696 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
8697 (test_add_rn_pc): New function.
8698 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
8699 (top level): Invoke test_add_rn_pc.
8700
8701 2015-04-10 Pedro Alves <palves@redhat.com>
8702
8703 PR gdb/13858
8704 * gdb.base/step-over-no-symbols.exp: New file.
8705
8706 2015-04-09 Andy Wingo <wingo@igalia.com>
8707
8708 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
8709 after the Python tests.
8710
8711 2015-04-08 Keith Seitz <keiths@redhat.com>
8712
8713 PR python/16699
8714 * gdb.python/py-completion.exp: New tests for completion.
8715 * gdb.python/py-completion.py (CompleteLimit1): New class.
8716 (CompleteLimit2): Likewise.
8717 (CompleteLimit3): Likewise.
8718 (CompleteLimit4): Likewise.
8719 (CompleteLimit5): Likewise.
8720 (CompleteLimit6): Likewise.
8721 (CompleteLimit7): Likewise.
8722
8723 2015-04-08 Pedro Alves <palves@redhat.com>
8724
8725 PR gdb/18214
8726 PR gdb/18216
8727 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
8728 function.
8729 (main): Install it as SIGUSR1 handler.
8730 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
8731 parameter. Always use "setup" as prefix. Toggle "set
8732 displaced-stepping" off/on depending on global. Don't switch to
8733 thread 1 here.
8734 (top level): Add displaced stepping "off/on" test axis. Update
8735 "setup" calls. Wrap each subtest with with_test_prefix. Test
8736 continuing with a queued signal in each thread.
8737
8738 2015-04-08 Pedro Alves <palves@redhat.com>
8739
8740 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
8741 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
8742 gdb_breakpoint instead of gdb_test that doesn't expect anything.
8743 Return early if running to main fails.
8744 * gdb.trace/while-stepping.exp: Likewise.
8745
8746 2015-04-07 Pedro Alves <palves@redhat.com>
8747
8748 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
8749 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
8750 interact with inferior program.
8751
8752 2015-04-07 Pedro Alves <palves@redhat.com>
8753
8754 * lib/gdb.exp (inferior_spawn_id): New global.
8755 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
8756 spawn id after processing the user code.
8757 (default_gdb_start): Set inferior_spawn_id.
8758 (send_inferior): New procedure.
8759 * lib/gdbserver-support.exp (gdbserver_start): Set
8760 inferior_spawn_id.
8761 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
8762
8763 2015-04-07 Pedro Alves <palves@redhat.com>
8764
8765 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
8766 * lib/gdbserver-support.exp (gdbserver_start): Make
8767 $server_spawn_id global.
8768 (gdbserver_start): Don't wait for gdbserver's spawn id with
8769 expect_background.
8770 (close_gdbserver): New procedure.
8771 (gdb_exit): Rename the default version and reimplement.
8772
8773 2015-04-07 Pedro Alves <palves@redhat.com>
8774
8775 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
8776 append the substituted item, not the original item.
8777
8778 2015-04-07 Pedro Alves <palves@redhat.com>
8779
8780 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
8781 gdb_expect.
8782
8783 2015-04-07 Pedro Alves <palves@redhat.com>
8784
8785 * gdb.base/interrupt.exp: Don't handle the case of the inferior
8786 output appearing once only.
8787
8788 2015-04-07 Pedro Alves <palves@redhat.com>
8789
8790 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
8791 that doesn't expect anything. Return early if running to main
8792 fails.
8793
8794 2015-04-07 Yao Qi <yao.qi@linaro.org>
8795
8796 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
8797 (child_function): Call alarm.
8798 (main): Move call to alarm into the loop.
8799 * gdb.threads/non-stop-fair-events.exp: Build program with
8800 -DTIMEOUT=$timeout.
8801
8802 2015-04-06 Doug Evans <xdje42@gmail.com>
8803
8804 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
8805 Fix dest parameter to board_info.
8806 (fpc_compile): Ditto.
8807 (gdb_compile_pascal): Rename dest arg to destfile.
8808
8809 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
8810
8811 * gdb.ada/funcall_ref.exp: New file.
8812 * gdb.ada/funcall_ref/foo.adb: New file.
8813
8814 2015-04-02 Yao Qi <yao.qi@linaro.org>
8815
8816 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
8817 is remote.
8818
8819 2015-04-02 Gary Benson <gbenson@redhat.com>
8820
8821 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
8822
8823 2015-04-01 Sasha Smundak <asmundak@google.com>
8824
8825 * gdb.python/py-unwind-maint.c: New file.
8826 * gdb.python/py-unwind-maint.exp: New test.
8827 * gdb.python/py-unwind-maint.py: New file.
8828 * gdb.python/py-unwind.c: New file.
8829 * gdb.python/py-unwind.exp: New test.
8830 * gdb.python/py-unwind.py: New test.
8831
8832 2015-04-01 Pedro Alves <palves@redhat.com>
8833
8834 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
8835 to fail instead of non-existent $test.
8836
8837 2015-04-01 Pedro Alves <palves@redhat.com>
8838
8839 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
8840 GDBFLAGS if not empty.
8841
8842 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
8843
8844 * gdb.ada/complete.exp: Remove "multi_line".
8845 * gdb.ada/info_exc.exp: Remove "multi_line".
8846 * gdb.ada/packed_tagged.exp: Remove "multi_line".
8847 * gdb.ada/ptype_field.exp: Remove "multi_line".
8848 * gdb.ada/sym_print_name.exp: Remove "multi_line".
8849 * gdb.ada/tagged.exp: Remove "multi_line".
8850 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
8851 [multi_line ...]
8852 * gdb.btrace/delta.exp: Likewise.
8853 * gdb.btrace/exception.exp: Likewise.
8854 * gdb.btrace/function_call_history.exp: Likewise.
8855 * gdb.btrace/instruction_history.exp: Likewise.
8856 * gdb.btrace/nohist.exp: Likewise.
8857 * gdb.btrace/record_goto.exp: Likewise.
8858 * gdb.btrace/segv.exp: Likewise.
8859 * gdb.btrace/stepi.exp: Likewise.
8860 * gdb.btrace/tailcall.exp: Likewise.
8861 * gdb.btrace/unknown_functions.exp: Likewise.
8862 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
8863 * lib/gdb.exp: Add the "multi_line" helper.
8864
8865 2015-04-01 Pedro Alves <palves@redhat.com>
8866
8867 * gdb.threads/tid-reuse.c: New file.
8868 * gdb.threads/tid-reuse.exp: New file.
8869
8870 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
8871
8872 PR corefiles/16092
8873 * gdb.base/coredump-filter.c: New file.
8874 * gdb.base/coredump-filter.exp: Likewise.
8875
8876 2015-03-27 Petr Machata <pmachata@redhat.com>
8877
8878 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
8879 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
8880 (Dwarf::assemble): Initialize them.
8881 (Dwarf::lines): New function.
8882
8883 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
8884
8885 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
8886 SYMBOL_PREFIX for x86_64-*-cygwin.
8887
8888 2015-03-26 Andy Wingo <wingo@igalia.com>
8889
8890 PR symtab/18148
8891 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
8892 const_value but not a location.
8893 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
8894 location defined in non-main CUs are visible.
8895
8896 2015-03-26 Yao Qi <yao.qi@linaro.org>
8897
8898 PR testsuite/18139
8899 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
8900 Add a line number entry for the same line.
8901 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
8902 Add a line number entry for the same line.
8903
8904 2015-03-26 Yao Qi <yao.qi@linaro.org>
8905
8906 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
8907 .int 0.
8908 (func): Likewise. Add .Lfunc_1 label.
8909 Use .Lfunc_1 label.
8910 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
8911 .int 0.
8912 (func): Likewise.
8913 Use .Lfunc_1 label.
8914
8915 2015-03-26 Yao Qi <yao.qi@linaro.org>
8916
8917 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
8918 Call gdb_compile instead to compile each .s files without debug
8919 information.
8920
8921 2015-03-26 Yao Qi <yao.qi@linaro.org>
8922
8923 * gdb.base/savedregs.exp (process_saved_regs): Make
8924 "Saved registers:" optional in the pattern.
8925
8926 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
8927
8928 * gdb.btrace/next.exp: Merged into step.exp.
8929 * gdb.btrace/finish.exp: Merged into step.exp.
8930 * gdb.btrace/nexti.exp: Merged into stepi.exp.
8931 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
8932 "record goto" and checking the exact replay position.
8933 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
8934 check for "Recording format" in "info record" output.
8935 * gdb.btrace/record_goto.exp: Choose test file based on target.
8936 * gdb.btrace/x86-record_goto.S: Renamed into ...
8937 * gdb.btrace/x86_64-record_goto.S: ... this.
8938 * gdb.btrace/i686-record_goto.S: New.
8939 * gdb.btrace/x86-tailcall.S: Renamed into ...
8940 * gdb.btrace/x86_64-tailcall.S: ... this.
8941 * gdb.btrace/i686-tailcall.S: New.
8942 * gdb.btrace/x86-tailcall.c: Renamed into ...
8943 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
8944 separate statements. Update test.
8945 * gdb.btrace/delta.exp: Use record_goto.c as test file.
8946 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
8947 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
8948 * gdb.btrace/tailcall.exp: Choose test file based on target.
8949 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
8950
8951 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
8952
8953 * gdb.btrace/exception.exp: Increase BTS buffer size.
8954
8955 2015-03-24 Pedro Alves <palves@redhat.com>
8956
8957 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
8958
8959 2015-03-24 Pedro Alves <palves@redhat.com>
8960
8961 * gdb.threads/schedlock.exp (test_step): No longer expect that
8962 "set scheduler-locking step" with "next" over a function call runs
8963 threads unlocked.
8964
8965 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8966
8967 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
8968
8969 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8970
8971 PR breakpoints/16466
8972 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
8973 * gdb.mi/mi-pending.c (thread_func): New function.
8974 (int main): Add threading support required.
8975 * gdb.mi/mi-pending.exp: Add tests for this issue.
8976 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
8977 (pendfunc2): Remove stdio dependency.
8978 * gdb.mi/mi-pendshr2.c: New file.
8979
8980 2015-03-23 Keith Seitz <keiths@redhat.com>
8981
8982 * gdb.linespec/keywords.c: New file.
8983 * gdb.linespec/keywords.exp: New file.
8984
8985 2015-03-23 Keith Seitz <keiths@redhat.com>
8986
8987 PR gdb/18021
8988 * gdb.dwarf2/staticvirtual.exp: New test.
8989
8990 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8991
8992 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
8993 * README: Remove HP-UX and gdb.hp.
8994 (configuration):
8995 * configure: Regenerate.
8996 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
8997 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
8998 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
8999 gdb.hp/gdb.defects/Makefile.
9000 * gdb.hp/Makefile.in: File deleted.
9001 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
9002 * gdb.hp/gdb.aCC/optimize.c: File deleted.
9003 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
9004 * gdb.hp/gdb.aCC/run.c: File deleted.
9005 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
9006 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
9007 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
9008 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
9009 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
9010 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
9011 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
9012 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
9013 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
9014 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
9015 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
9016 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
9017 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
9018 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
9019 * gdb.hp/gdb.base-hp/reg.s: File deleted.
9020 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
9021 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
9022 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
9023 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
9024 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
9025 * gdb.hp/gdb.compat/Makefile.in: File deleted.
9026 * gdb.hp/gdb.compat/average.c: File deleted.
9027 * gdb.hp/gdb.compat/sum.c: File deleted.
9028 * gdb.hp/gdb.compat/xdb.c: File deleted.
9029 * gdb.hp/gdb.compat/xdb0.c: File deleted.
9030 * gdb.hp/gdb.compat/xdb0.h: File deleted.
9031 * gdb.hp/gdb.compat/xdb1.c: File deleted.
9032 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
9033 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
9034 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
9035 * gdb.hp/gdb.defects/Makefile.in: File deleted.
9036 * gdb.hp/gdb.defects/bs14602.c: File deleted.
9037 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
9038 * gdb.hp/gdb.defects/solib-d.c: File deleted.
9039 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
9040 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
9041 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
9042 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
9043 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
9044 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
9045 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
9046 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
9047 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
9048 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
9049 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
9050 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
9051 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
9052 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
9053 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
9054 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
9055 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
9056 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
9057 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
9058 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
9059 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
9060 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
9061 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
9062 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
9063 * gdb.hp/tools/odump: File deleted.
9064
9065 2015-03-19 Pedro Alves <palves@redhat.com>
9066
9067 * gdb.threads/continue-pending-status.exp (saw_thread_2)
9068 (saw_thread_3): New globals.
9069 (top level): Increment them when an event for the corresponding
9070 thread is seen.
9071 (no thread starvation): New test.
9072
9073 2015-03-19 Pedro Alves <palves@redhat.com>
9074
9075 * gdb.threads/continue-pending-status.c: New file.
9076 * gdb.threads/continue-pending-status.exp: New file.
9077
9078 2015-03-18 Pedro Alves <palves@redhat.com>
9079
9080 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9081 Use gdb_is_target_remote instead of is_remote. Use
9082 gdb_test_multiple instead of gdb_expect. Exit early if
9083 gdb_test_multiple hits its internal matches. Tighten stepi tests
9084 expected output. Fail on exit with any signal, instead of just
9085 SIGILL.
9086
9087 2015-03-18 Yao Qi <yao.qi@linaro.org>
9088
9089 PR tdep/18107
9090 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
9091 variable.
9092 * gdb.base/catch-syscall.exp: Don't skip it on
9093 aarch64*-*-linux* target. Remove elements in all_syscalls.
9094 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
9095 target.
9096 (setup_all_syscalls): New proc.
9097
9098 2015-03-16 Yao Qi <yao.qi@linaro.org>
9099
9100 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
9101 (top level): Skip tests if valid_addr_p returns false for
9102 $cmd1 or $cmd2.
9103
9104 2015-03-11 Andy Wingo <wingo@igalia.com>
9105
9106 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
9107
9108 2015-03-11 Yao Qi <yao.qi@linaro.org>
9109
9110 * gdb.base/catch-syscall.exp: Fix typo in comments.
9111
9112 2015-03-11 Yao Qi <yao.qi@linaro.org>
9113
9114 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
9115
9116 2015-03-09 Pedro Alves <palves@redhat.com>
9117
9118 * dg-extract-results.py: Delete.
9119
9120 2015-03-09 Pedro Alves <palves@redhat.com>
9121
9122 Merge dg-extract-results.sh from GCC upstream (r218843).
9123
9124 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
9125 * dg-extract-results.sh: Use --text with grep to avoid issues with
9126 binary files. Fall back to cat -v, if that doesn't work.
9127
9128 2015-03-05 Pedro Alves <palves@redhat.com>
9129
9130 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
9131
9132 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
9133
9134 * lib/mi-support.exp (mi_expect_interrupt): Accept
9135 alternative event for when in all-stop mode.
9136
9137 2015-03-04 Pedro Alves <palves@redhat.com>
9138
9139 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
9140
9141 2015-03-04 Mark Kettenis <kettenis@gnu.org>
9142
9143 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
9144
9145 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9146
9147 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
9148 regexps for GDB's current line display, accept a hex address
9149 preceding the line number.
9150
9151 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9152
9153 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
9154 the 'arch1' variable for "s390*-linux*" targets.
9155
9156 2015-03-04 Pedro Alves <palves@redhat.com>
9157
9158 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
9159 (main): Pass missing retval argument to pthread_join call.
9160
9161 2015-03-02 Pedro Alves <palves@redhat.com>
9162
9163 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
9164 (top level): Call do_test with non-stop as well.
9165
9166 2015-03-02 Pedro Alves <palves@redhat.com>
9167
9168 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
9169 -1.
9170
9171 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
9172
9173 * gdb.arch/s390-vregs.exp: New test.
9174 * gdb.arch/s390-vregs.S: New file.
9175
9176 2015-02-27 Pedro Alves <palves@redhat.com>
9177
9178 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
9179 call to catch_command_errors.
9180 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
9181 catch_command_errors.
9182
9183 2015-02-27 Pedro Alves <palves@redhat.com>
9184
9185 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
9186 "true" for boolean result.
9187 * gdb.gdb/selftest.exp (test_with_self): Also accept full
9188 prototype of main.
9189
9190 2015-02-27 Pedro Alves <palves@redhat.com>
9191
9192 * lib/unbuffer_output.c: New file.
9193 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
9194 (main): Call gdb_unbuffer_output.
9195
9196 2015-02-27 Yao Qi <yao.qi@linaro.org>
9197
9198 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
9199 target.
9200
9201 2015-02-26 Doug Evans <dje@google.com>
9202
9203 * gdb.cp/class2.cc (Dbase, D): New classes.
9204 (main): New local delta.
9205 * gdb.cp/class2.exp: Test printing delta.
9206 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
9207 (dynbar): New global.
9208 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
9209
9210 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9211
9212 * gdb.compile/compile-ifunc.c: New file.
9213 * gdb.compile/compile-ifunc.exp: New file.
9214
9215 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
9216
9217 * gdb.base/structs.exp: Check for correct struct on finish.
9218
9219 2015-02-26 Yao Qi <yao.qi@linaro.org>
9220
9221 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
9222 is zero.
9223
9224 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9225
9226 * gdb.arch/cordic.ko.bz2: New file.
9227 * gdb.arch/cordic.ko.debug.bz2: New file.
9228 * gdb.arch/ppc64-symtab-cordic.exp: New file.
9229
9230 2015-02-25 Yao Qi <yao.qi@linaro.org>
9231
9232 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
9233 aarch64*-*-* target.
9234
9235 2015-02-23 Pedro Alves <palves@redhat.com>
9236
9237 * lib/gdb.exp (delete_breakpoints): Rewrite using
9238 gdb_test_multiple.
9239
9240 2015-02-23 Pedro Alves <palves@redhat.com>
9241
9242 * gdb.base/info-os.c: Include stdlib.h.
9243
9244 2015-02-22 Doug Evans <xdje42@gmail.com>
9245
9246 PR symtab/17855
9247 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
9248 is read after symbols have been re-read.
9249 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
9250 * gdb.ada/exec_changed/second.adb (Second): Ditto.
9251
9252 2015-02-21 Doug Evans <dje@google.com>
9253
9254 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
9255
9256 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9257
9258 PR corefiles/17808
9259 * gdb.arch/i386-biarch-core.core.bz2: New file.
9260 * gdb.arch/i386-biarch-core.exp: New file.
9261
9262 2015-02-21 Pedro Alves <palves@redhat.com>
9263
9264 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
9265 runto_main fails.
9266
9267 2015-02-20 Pedro Alves <palves@redhat.com>
9268
9269 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
9270 info probes.
9271
9272 2015-02-20 Pedro Alves <palves@redhat.com>
9273
9274 * gdb.threads/multi-create-ns-info-thr.exp: New file.
9275
9276 2015-02-20 Pedro Alves <palves@redhat.com>
9277
9278 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
9279 clean_restart before gdb_target_supports_trace.
9280
9281 2015-02-20 Pedro Alves <palves@redhat.com>
9282
9283 PR threads/18006
9284 * gdb.threads/clone-thread_db.c: New file.
9285 * gdb.threads/clone-thread_db.exp: New file.
9286
9287 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
9288
9289 PR breakpoints/16812
9290 * gdb.base/catch-gdb-caused-signals.c: New file.
9291 * gdb.base/catch-gdb-caused-signals.exp: New file.
9292
9293 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
9294
9295 * configure: Regenerated.
9296 * configure.ac: Use GDB_AC_TRANSFORM.
9297 * aclocal.m4: sinclude ../transform.m4.
9298
9299 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
9300
9301 * lib/dtrace.exp: New file.
9302 * gdb.base/dtrace-probe.exp: Likewise.
9303 * gdb.base/dtrace-probe.d: Likewise.
9304 * gdb.base/dtrace-probe.c: Likewise.
9305 * lib/pdtrace.in: Likewise.
9306 * configure.ac: Output variables with the transformed names of
9307 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
9308 * configure: Regenerated.
9309
9310 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
9311
9312 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
9313 expected message when trying to access $_probe_* convenience
9314 variables while not on a probe.
9315
9316 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9317
9318 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
9319
9320 2015-02-11 Pedro Alves <pedro@codesourcery.com>
9321
9322 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
9323 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
9324
9325 2015-02-10 Doug Evans <xdje42@gmail.com>
9326
9327 * lib/gdb.exp (gdb_load): Always return a result.
9328
9329 2015-02-10 Pedro Alves <palves@redhat.com>
9330
9331 * gdb.threads/signal-sigtrap.c: New file.
9332 * gdb.threads/signal-sigtrap.exp: New file.
9333
9334 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
9335
9336 * gdb.trace/no-attach-trace.c: New file.
9337 * gdb.trace/no-attach-trace.exp: New file.
9338
9339 2015-02-09 Mark Wielaard <mjw@redhat.com>
9340
9341 * gdb.dwarf2/atomic.c: New file.
9342 * gdb.dwarf2/atomic-type.exp: Likewise.
9343
9344 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9345
9346 * gdb.btrace/buffer-size.exp: Update "info record" output.
9347 * gdb.btrace/delta.exp: Update "info record" output.
9348 * gdb.btrace/enable.exp: Update "info record" output.
9349 * gdb.btrace/finish.exp: Update "info record" output.
9350 * gdb.btrace/instruction_history.exp: Update "info record" output.
9351 * gdb.btrace/next.exp: Update "info record" output.
9352 * gdb.btrace/nexti.exp: Update "info record" output.
9353 * gdb.btrace/step.exp: Update "info record" output.
9354 * gdb.btrace/stepi.exp: Update "info record" output.
9355 * gdb.btrace/nohist.exp: Update "info record" output.
9356
9357 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9358
9359 * gdb.btrace/buffer-size: New.
9360
9361 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9362
9363 * gdb.btrace/delta.exp: Update "info record" output.
9364 * gdb.btrace/enable.exp: Update "info record" output.
9365 * gdb.btrace/finish.exp: Update "info record" output.
9366 * gdb.btrace/instruction_history.exp: Update "info record" output.
9367 * gdb.btrace/next.exp: Update "info record" output.
9368 * gdb.btrace/nexti.exp: Update "info record" output.
9369 * gdb.btrace/step.exp: Update "info record" output.
9370 * gdb.btrace/stepi.exp: Update "info record" output.
9371 * gdb.btrace/nohist.exp: Update "info record" output.
9372
9373 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
9374
9375 PR gdb/15678
9376 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
9377
9378 2015-02-06 Pedro Alves <palves@redhat.com>
9379
9380 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
9381 macro.
9382 (seconds_left, again): New globals.
9383 (main): Wait seconds_left in a 1-second sleep loop instead of
9384 sleeping 180 seconds. If 'again' is set, reset the seconds
9385 counter.
9386 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
9387 'again' in the inferior before detaching. Print the seconds left.
9388 (options): New global.
9389 (top level): Build program with -DTIMEOUT=$timeout.
9390
9391 2015-02-06 Pedro Alves <palves@redhat.com>
9392
9393 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
9394 determine how many seconds to pass to 'alarm'.
9395 * gdb.base/gdb-sigterm.exp (top level): Build program with
9396 -DTIMEOUT=$timeout.
9397 (do_test): Return success/failure indication. Add more verbose
9398 logging. Don't fail if 200 single steps are seen. Instead, fail
9399 when the test times out.
9400 (passes): New global.
9401 (top level): Break the testing loop if testing fails on any
9402 iteration. Use gdb_assert.
9403
9404 2015-02-04 Don Breazeal <donb@codesourcery.com>
9405
9406 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
9407 and initialize them.
9408 (ipc_cleanup): New function.
9409 (main): Don't declare shmid, semid, and msqid. Add a call to
9410 atexit so that we call ipc_cleanup on exit.
9411
9412 2015-02-04 Pedro Alves <palves@redhat.com>
9413
9414 * boards/native-extended-gdbserver.exp: Remove any target variant
9415 specifications from the board name before clearing the isremote
9416 flag from board_info.
9417
9418 2015-01-31 Doug Evans <xdje42@gmail.com>
9419
9420 * gdb.base/maint.exp <maint print type argc>: Update expected output.
9421
9422 2015-01-31 Gary Benson <gbenson@redhat.com>
9423
9424 * gdb.base/completion.exp: Disable completion limiting for
9425 existing tests. Add new tests to check completion limiting.
9426 * gdb.linespec/ls-errs.exp: Disable completion limiting.
9427
9428 2015-01-31 Doug Evans <xdje42@gmail.com>
9429
9430 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
9431
9432 2015-01-31 Doug Evans <xdje42@gmail.com>
9433
9434 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
9435 entries. Duplicate file section script entries.
9436 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
9437 inlined entries. Add test for safe-path rejection.
9438 * gdb.python/py-section-script.c: Add duplicate inlined section script
9439 entries. Duplicate file section script entries.
9440 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
9441 inlined entries. Add test for safe-path rejection.
9442
9443 2015-01-29 Joel Brobecker <brobecker@adacore.com>
9444
9445 * gdb.ada/disc_arr_bound: New testcase.
9446
9447 2015-01-29 Joel Brobecker <brobecker@adacore.com>
9448
9449 * gdb.ada/mi_var_array: New testcase.
9450
9451 2015-01-27 Doug Evans <dje@google.com>
9452
9453 * gdb.python/py-objfile.exp: Add tests for objfile.username.
9454 Add test for objfile.filename, objfile.username after objfile
9455 has been unloaded.
9456
9457 2015-01-26 Joel Brobecker <brobecker@adacore.com>
9458
9459 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
9460 the second test to print the name attribute of value
9461 returned by the call to gdb.lookup_type, and adjust
9462 the expected output accordingly.
9463
9464 2015-01-25 Mark Wielaard <mjw@redhat.com>
9465
9466 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
9467 * gdb.base/disp-step-fork.c: Include unistd.h.
9468 * gdb.base/siginfo-obj.c: Include stdio.h.
9469 * gdb.base/siginfo-thread.c: Likewise.
9470 * gdb.mi/non-stop.c: Include unistd.h.
9471 * gdb.mi/nsthrexec.c: Include stdio.h.
9472 * gdb.mi/pthreads.c: Include unistd.h.
9473 * gdb.modula2/unbounded1.c (main): Declare returns int.
9474 * gdb.reverse/consecutive-reverse.c: Likewise.
9475 * gdb.threads/create-fail.c: Include unistd.h.
9476 * gdb.threads/killed.c: Likewise.
9477 * gdb.threads/linux-dp.c: Likewise.
9478 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
9479 * gdb.threads/non-ldr-exc-2.c: Likewise.
9480 * gdb.threads/non-ldr-exc-3.c: Likewise.
9481 * gdb.threads/non-ldr-exc-4.c: Likewise.
9482 * gdb.threads/pthreads.c: Include unistd.h.
9483 (main): Declare returns int.
9484 * gdb.threads/tls-main.c (foo): New declaration.
9485 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
9486
9487 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
9488
9489 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
9490 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
9491
9492 2015-01-15 Mark Wielaard <mjw@redhat.com>
9493
9494 * gdb.base/noreturn-return.c: New file.
9495 * gdb.base/noreturn-return.exp: New file.
9496 * gdb.base/noreturn-finish.c: New file.
9497 * gdb.base/noreturn-finish.exp: New file.
9498
9499 2015-01-23 Pedro Alves <palves@redhat.com>
9500
9501 * gdb.threads/continue-pending-after-query.c: New file.
9502 * gdb.threads/continue-pending-after-query.exp: New file.
9503
9504 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
9505 Simon Marchi <simon.marchi@ericsson.com>
9506
9507 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
9508 * gdb.base/valgrind-db-attach.exp: Same.
9509 * gdb.base/valgrind-infcall.exp: Same.
9510 * lib/mi-support.exp (default_mi_gdb_start): Same.
9511 * lib/prompt.exp (default_prompt_gdb_start): Same.
9512 * lib/gdb.exp (default_gdb_spawn): Same.
9513 (gdb_interact): New.
9514
9515
9516 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9517
9518 * gdb.compile/compile.exp (pointer to jit function): New test.
9519
9520 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
9521
9522 * lib/gdb.exp (supports_process_record): Return true for
9523 powerpc*-*-linux*.
9524 (supports_reverse): Likewise.
9525
9526 2015-01-15 Don Breazeal <donb@codesourcery.com>
9527
9528 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
9529 instead of checking whether the target board is remote and
9530 use spawn_wait_for_attach instead of exec/sleep.
9531 * gdb.base/attach-twice.exp: Likewise.
9532
9533 2015-01-15 Joel Brobecker <brobecker@adacore.com>
9534
9535 * gdb.ada/var_arr_attrs: New testcase.
9536
9537 2015-01-14 Pedro Alves <palves@redhat.com>
9538 Joel Brobecker <brobecker@adacore.com>
9539
9540 PR gdb/17525
9541 * gdb.base/bp-cmds-execution-x-script.c: New file.
9542 * gdb.base/bp-cmds-execution-x-script.exp: New file.
9543 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
9544
9545 2015-01-14 Pedro Alves <palves@redhat.com>
9546
9547 PR cli/17828
9548 * gdb.base/batch-preserve-term-settings.c: New file.
9549 * gdb.base/batch-preserve-term-settings.exp: New file.
9550
9551 2015-01-13 Doug Evans <dje@google.com>
9552
9553 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
9554 binary.
9555
9556 2015-01-13 Joel Brobecker <brobecker@adacore.com>
9557
9558 * Makefile.in (clean mostlyclean): Do not delete *.py.
9559
9560 2015-01-13 Joel Brobecker <brobecker@adacore.com>
9561
9562 * gdb.python/py-lookup-type.exp: New file.
9563
9564 2015-01-12 Pedro Alves <palves@redhat.com>
9565
9566 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
9567 restore GDBFLAGS before returning.
9568
9569 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9570
9571 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
9572 is_amd64_regs_target and is_x86_like_target.
9573
9574 2015-01-11 Doug Evans <xdje42@gmail.com>
9575
9576 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
9577 is given without an explicit form.
9578 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
9579 attributes.
9580 * gdb.dwarf/corrupt.exp: Ditto.
9581 * gdb.dwarf2/enum-type.exp: Ditto.
9582 * gdb.trace/entry-values.exp: Ditto.
9583 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
9584
9585 2015-01-11 Doug Evans <xdje42@gmail.com>
9586
9587 PR gdb/15830
9588 * gdb.base/maint.exp: Remove references to "maint demangle".
9589 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
9590 Add tests for explicitly specifying language to demangle.
9591 * gdb.dlang/demangle.exp: Ditto.
9592
9593 2015-01-09 Pedro Alves <palves@redhat.com>
9594
9595 * gdb.threads/non-stop-fair-events.c: New file.
9596 * gdb.threads/non-stop-fair-events.exp: New file.
9597
9598 2015-01-09 Pedro Alves <palves@redhat.com>
9599
9600 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
9601 the global scope. Set a breakpoint after all threads are started
9602 rather than stepping over two source lines. Expect the prompt.
9603 * gdb.base/watch_thread_num.c (threads_started_barrier): New
9604 global.
9605 (NUM): Now 15.
9606 (main): Use threads_started_barrier to wait for all threads to
9607 start. Main thread no longer calls thread_function. Exit after
9608 180 seconds.
9609 (loop): New function.
9610 (thread_function): Wait on threads_started_barrier barrier. Call
9611 'loop' at each iteration.
9612 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
9613 threads have started, instead of hardcoding number of "next"
9614 steps. Use an access watchpoint instead of a write watchpoint.
9615
9616 2015-01-09 Pedro Alves <palves@redhat.com>
9617
9618 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
9619 (thread_func): Wait on barrier.
9620 (main): Wait for all threads to start before stopping GDB.
9621 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
9622 global.
9623 (thread1_func, thread2_func): Wait on barrier.
9624 (main): Wait for all threads to start before stopping GDB.
9625 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
9626 New global.
9627 (thread1_func, thread2_func): Wait on barrier.
9628 (main): Wait for all threads to start before stopping GDB.
9629
9630 2015-01-09 Pedro Alves <palves@redhat.com>
9631
9632 * gdb.threads/attach-many-short-lived-threads.c: New file.
9633 * gdb.threads/attach-many-short-lived-threads.exp: New file.
9634
9635 2014-01-09 Pedro Alves <palves@redhat.com>
9636
9637 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
9638 instead of to thread 2.
9639 * gdb.threads/signal-command-multiple-signals-pending.c (main):
9640 Add barrier around each pthread_create call instead of around all
9641 calls.
9642 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
9643 Set a break on thread_function and have the child threads hit it
9644 one at at a time.
9645
9646 2015-01-09 Pedro Alves <palves@redhat.com>
9647
9648 * lib/gdb.exp (can_spawn_for_attach): New procedure.
9649 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
9650 false.
9651 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
9652 checking whether the target board is remote.
9653 * gdb.multi/multi-attach.exp: Likewise.
9654 * gdb.python/py-sync-interp.exp: Likewise.
9655 * gdb.server/ext-attach.exp: Likewise.
9656 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
9657 tests that need to attach, instead of checking whether the target
9658 board is remote at the top of the file.
9659
9660 2015-01-08 Yao Qi <yao@codesourcery.com>
9661
9662 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
9663
9664 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9665
9666 Fix testcase compilation.
9667 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
9668
9669 2015-01-06 Joel Brobecker <brobecker@adacore.com>
9670
9671 * gdb.python/py-type.exp: Add a couple test about empty
9672 array creation, and negative-length array creation.
9673
9674 2015-01-02 Doug Evans <xdje42@gmail.com>
9675
9676 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
9677
9678 2015-01-02 Doug Evans <dje@google.com>
9679
9680 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
9681
9682 2014-12-29 Yao Qi <yao@codesourcery.com>
9683
9684 * gdb.trace/entry-values.exp: Update comments. Rename variable
9685 bar_call_foo to returned_from_foo.
9686
9687 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
9688
9689 PR gdb/17394
9690 * gdb.linespec/break-asm-file.c: New file.
9691 * gdb.linespec/break-asm-file.exp: New file.
9692 * gdb.linespec/break-asm-file0.s: New file.
9693 * gdb.linespec/break-asm-file1.s: New file.
9694
9695 2014-12-18 Nigel Stephens <nigel@mips.com>
9696 Maciej W. Rozycki <macro@codesourcery.com>
9697
9698 * gdb.base/float.exp: Handle the new output from "info float" on
9699 MIPS targets.
9700
9701 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9702
9703 Fix MinGW compilation.
9704 * gdb.compile/compile-ops.exp: Update untested message if
9705 !skip_compile_feature_tests.
9706 * gdb.compile/compile-setjmp.exp: Likewise.
9707 * gdb.compile/compile-tls.exp: Likewise.
9708 * gdb.compile/compile.exp: Likewise.
9709 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
9710 supported on this host".
9711
9712 2014-12-16 Doug Evans <xdje42@gmail.com>
9713
9714 * boards/stabs.exp: New file.
9715
9716 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
9717
9718 * gdb.base/completion.exp: Adjust to format changes of "maint
9719 print user-registers".
9720
9721 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
9722
9723 PR server/17457
9724 * gdb.arch/aarch64-fp.c: New file.
9725 * gdb.arch/aarch64-fp.exp: New file.
9726
9727 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
9728
9729 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
9730 r210637, r210913, r211666, r215400, r215817).
9731
9732 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
9733 * dg-extract-results.py: New file.
9734 * dg-extract-results.sh: Use it if the environment seems
9735 suitable.
9736
9737 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
9738
9739 * dg-extract-results.py (parse_run): Handle warnings that
9740 are printed before a test harness is run.
9741
9742 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
9743
9744 * dg-extract-results.py (Named): Remove __cmp__ method.
9745 (output_variation): Use a key to sort variation.harnesses.
9746
9747 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
9748
9749 * dg-extract-results.py: For Python 3, force sys.stdout to
9750 handle surrogate escape sequences.
9751 (safe_open): New function.
9752 (output_segment, main): Use it.
9753
9754 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
9755
9756 * dg-extract-results.py (Prog.result_re): Include options
9757 in test name.
9758
9759 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
9760
9761 * dg-extract-results.py (output_variation): Always sort if
9762 do_sum.
9763
9764 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
9765
9766 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
9767 as long as we get pagination notifications.
9768
9769 2014-12-15 Jason Merrill <jason@redhat.com>
9770
9771 * Makefile.in (check-gdb.%): Restore.
9772 * README: Mention it.
9773
9774 2014-12-13 Joel Brobecker <brobecker@adacore.com>
9775
9776 * gdb.ada/str_uninit: New testcase.
9777
9778 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9779
9780 PR symtab/17642
9781 * gdb.base/vla-stub-define.c: New file.
9782 * gdb.base/vla-stub.c: New file.
9783 * gdb.base/vla-stub.exp: New file.
9784
9785 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
9786 Jan Kratochvil <jan.kratochvil@redhat.com>
9787 Tom Tromey <tromey@redhat.com>
9788
9789 * configure.ac: Add gdb.compile/.
9790 * configure: Regenerate.
9791 * gdb.compile/Makefile.in: New file.
9792 * gdb.compile/compile-ops.exp: New file.
9793 * gdb.compile/compile-ops.c: New file.
9794 * gdb.compile/compile-tls.c: New file.
9795 * gdb.compile/compile-tls.exp: New file.
9796 * gdb.compile/compile-constvar.S: New file.
9797 * gdb.compile/compile-constvar.c: New file.
9798 * gdb.compile/compile-mod.c: New file.
9799 * gdb.compile/compile-nodebug.c: New file.
9800 * gdb.compile/compile-setjmp-mod.c: New file.
9801 * gdb.compile/compile-setjmp.c: New file.
9802 * gdb.compile/compile-setjmp.exp: New file.
9803 * gdb.compile/compile-shlib.c: New file.
9804 * gdb.compile/compile.c: New file.
9805 * gdb.compile/compile.exp: New file.
9806 * lib/gdb.exp (skip_compile_feature_tests): New proc.
9807
9808 2014-12-12 Tom Tromey <tromey@redhat.com>
9809
9810 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
9811 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
9812
9813 2014-12-12 Doug Evans <dje@google.com>
9814
9815 * lib/gdb-python.exp (get_python_valueof): New function.
9816 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
9817
9818 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
9819
9820 * gdb.base/completion.exp: Add test for completion of "info
9821 registers ".
9822
9823 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
9824
9825 * gdb.base/func-ptrs.c: New file.
9826 * gdb.base/func-ptrs.exp: New file.
9827
9828 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
9829
9830 PR breakpoints/17012
9831 * gdb.base/dprintf-detach.c: New file.
9832 * gdb.base/dprintf-detach.exp: New file.
9833
9834 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
9835
9836 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
9837 * lib/gdb.exp (target_is_gdbserver): New procedure.
9838
9839 2014-12-08 Doug Evans <dje@google.com>
9840
9841 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
9842
9843 2014-12-05 Yao Qi <yao@codesourcery.com>
9844
9845 * gdb.guile/scm-error.exp: Remove the third argument to
9846 gdb_remote_download.
9847 * gdb.guile/scm-frame-args.exp: Likewise.
9848 * gdb.guile/scm-section-script.exp: Likewise.
9849
9850 2014-12-05 Yao Qi <yao@codesourcery.com>
9851
9852 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
9853
9854 2014-12-04 Doug Evans <dje@google.com>
9855
9856 * gdb.python/py-objfile.exp: Add tests for
9857 objfile.add_separate_debug_file.
9858
9859 2014-12-04 Doug Evans <dje@google.com>
9860
9861 * lib/gdb.exp (get_build_id): New function.
9862 (build_id_debug_filename_get): Rewrite to use it.
9863 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
9864
9865 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
9866
9867 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
9868 `method(long)', not just 0x0.
9869 * gdb.cp/nsalias.exp: Align code labels to 4.
9870 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
9871 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
9872 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
9873 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
9874 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
9875 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
9876
9877 2014-12-02 Doug Evans <dje@google.com>
9878
9879 PR symtab/17602
9880 * gdb.cp/anon-ns.cc: Move guts of this file to ...
9881 * gdb.cp/anon-ns2.cc: ... here. New file.
9882 * gdb.cp/anon-ns.exp: Update.
9883
9884 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
9885
9886 * gdb.python/py-events.py (inferior_call_handler): New.
9887 (register_changed_handler, memory_changed_handler): New.
9888 (test_events.invoke): Register new handlers.
9889 * gdb.python/py-events.exp: Add tests for inferior call,
9890 memory_changed and register_changed events.
9891
9892 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
9893
9894 * gdb.base/execl-update-breakpoints.exp: Specify the link address
9895 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
9896 if the linker doesn't understand this.
9897
9898 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
9899
9900 * gdb.python/python.exp: Change expected reply to help().
9901
9902 2014-12-01 Yao Qi <yao@codesourcery.com>
9903
9904 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
9905 AC_CONFIG_SUBDIRS(gdb.gdbtk).
9906 * configure: Re-generated.
9907
9908 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
9909
9910 * gdb.cp/chained-calls.cc: New file.
9911 * gdb.cp/chained-calls.exp: New file.
9912 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
9913
9914 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
9915
9916 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
9917 * gdb.dwarf2/symtab-producer.exp: Same.
9918 * gdb.gdb/python-interrupts.exp: Same.
9919 * gdb.gdb/python-selftest.exp: Same.
9920 * gdb.python/py-linetable.exp: Same.
9921 * gdb.python/py-type.exp: Same.
9922 * gdb.python/py-value-cc.exp: Same.
9923 * gdb.python/py-value.exp: Same.
9924
9925 2014-11-28 Yao Qi <yao@codesourcery.com>
9926
9927 * gdb.base/break-probes.exp: Match library name prefixed with
9928 sysroot.
9929
9930 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
9931
9932 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
9933 test expected output. Add parentheses for the call to print.
9934 Remove L suffix from integers.
9935
9936 2014-11-26 Doug Evans <dje@google.com>
9937
9938 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
9939
9940 2014-11-22 Yao Qi <yao@codesourcery.com>
9941
9942 * gdb.trace/entry-values.c: Remove asms.
9943 (foo): Add foo_label.
9944 (bar): Add bar_label.
9945 * gdb.trace/entry-values.exp: Remove code computing foo's
9946 length and bar's length.
9947 (Dwarf::assemble): Invoke function_range for bar and use
9948 MACRO_AT_func for foo.
9949
9950 2014-11-22 Yao Qi <yao@codesourcery.com>
9951
9952 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
9953 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
9954 Use .Lgcc43_procstart instead of gcc43.
9955
9956 2014-11-21 Joel Brobecker <brobecker@adacore.com>
9957
9958 * gdb.ada/n_arr_bound: New testcase.
9959
9960 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
9961
9962 PR breakpoints/10737
9963 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
9964 test_catch_syscall_multi_arch.
9965 (test_catch_syscall_multi_arch): New function.
9966
9967 2014-11-20 Doug Evans <xdje42@gmail.com>
9968
9969 * gdb.base/maint.exp: Update expected output.
9970
9971 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
9972
9973 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
9974 4-byte instruction on S390.
9975
9976 2014-11-19 Joel Brobecker <brobecker@adacore.com>
9977
9978 * gdb.ada/arr_arr: New testcase.
9979
9980 2014-11-19 Joel Brobecker <brobecker@adacore.com>
9981
9982 * gdb.ada/pkd_arr_elem: New Testcase.
9983
9984 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
9985
9986 * gdb.reverse/break-precsave: Expect completion message for
9987 core file reads.
9988 * gdb.reverse/consecutive-precsave.exp: Likewise.
9989 * gdb.reverse/finish-precsave.exp: Likewise.
9990 * gdb.reverse/i386-precsave.exp: Likewise.
9991 * gdb.reverse/machinestate-precsave.exp: Likewise.
9992 * gdb.reverse/sigall-precsave.exp: Likewise.
9993 * gdb.reverse/solib-precsave.exp: Likewise.
9994 * gdb.reverse/step-precsave.exp: Likewise.
9995 * gdb.reverse/until-precsave.exp: Likewise.
9996 * gdb.reverse/watch-precsave.exp: Likewise.
9997
9998 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9999
10000 * gdb.base/bp-permanent.c: Include unistd.h.
10001 * gdb.python/py-framefilter-mi.c (main): Add return type.
10002 * gdb.python/py-framefilter.c (main): Likewise.
10003 * gdb.trace/actions-changed.c (main): Likewise.
10004
10005 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10006
10007 * gdb.mi/until.c: Add eye-catchers.
10008 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
10009 line numbers.
10010
10011 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10012
10013 * gdb.base/condbreak.exp: Drop references to removed non-prototype
10014 function header variants in break1.c.
10015 * gdb.base/ena-dis-br.exp: Likewise.
10016 * gdb.base/hbreak2.exp: Likewise.
10017 * gdb.reverse/until-precsave.exp: Drop references to removed
10018 non-prototype function header variants in ur1.c.
10019 * gdb.reverse/until-reverse.exp: Likewise.
10020
10021 2014-11-17 Petr Machata <pmachata@redhat.com>
10022
10023 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
10024 ${_cu_offset_size} bytes abbrev offset.
10025
10026 2014-11-15 Doug Evans <xdje42@gmail.com>
10027
10028 PR symtab/17559
10029 * gdb.base/line-symtabs.exp: New file.
10030 * gdb.base/line-symtabs.c: New file.
10031 * gdb.base/line-symtabs.h: New file.
10032
10033 2014-11-14 Yao Qi <yao@codesourcery.com>
10034
10035 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
10036 (func): Add label func_label.
10037 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
10038 Replace low_pc and high_pc with MACRO_AT_range.
10039 Replace name, low_pc and high_pc with MACRO_AT_func.
10040
10041 2014-11-14 Yao Qi <yao@codesourcery.com>
10042
10043 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
10044 Replace name, low_pc and high_pc with MACRO_AT_func.
10045
10046 2014-11-14 Yao Qi <yao@codesourcery.com>
10047
10048 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
10049 produce debug information.
10050 * gdb.dwarf2/implptr-optimized-out.S: Removed.
10051
10052 2014-11-14 Yao Qi <yao@codesourcery.com>
10053
10054 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
10055 object and get function length.
10056 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
10057 with MACRO_AT_func.
10058 (top-level): Replace gdb_compile and clean_restart with
10059 prepare_for_testing.
10060 * gdb.dwarf2/main.c (main): Add label main_label.
10061
10062 2014-11-14 Yao Qi <yao@codesourcery.com>
10063
10064 * lib/dwarf.exp (function_range): New procedure.
10065 (Dwarf::_handle_macro_at_func): New procedure.
10066 (Dwarf::_handle_macro_at_range): New procedure.
10067 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
10068
10069 2014-11-14 Yao Qi <yao@codesourcery.com>
10070
10071 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
10072 (_handle_attribute): New procedure.
10073
10074 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10075
10076 * gdb.ada/cond_lang/foo.c (callme): Add return type.
10077 * gdb.base/call-sc.c (zed): Likewise.
10078 * gdb.base/checkpoint.c (main): Likewise.
10079 * gdb.base/dump.c (main): Likewise.
10080 * gdb.base/gcore.c (main): Likewise.
10081 * gdb.base/huge.c (main): Likewise.
10082 * gdb.base/multi-forks.c (main): Likewise.
10083 * gdb.base/pr10179-a.c (main): Likewise.
10084 * gdb.base/savedregs.c (main): Likewise.
10085 * gdb.base/sigaltstack.c (main): Likewise.
10086 * gdb.base/siginfo.c (main): Likewise.
10087 * gdb.base/structs.c (zed): Likewise.
10088 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
10089 * gdb.mi/mi-syn-frame.c (main): Likewise.
10090 * gdb.mi/until.c (foo, main): Likewise.
10091 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
10092 * gdb.base/solib-weak.c (foo): Declare.
10093 * gdb.base/attach-twice.c: Include stdio.h.
10094 * gdb.base/weaklib1.c: Likewise.
10095 * gdb.base/weaklib2.c: Likewise.
10096 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
10097 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
10098 unistd.h.
10099 * gdb.base/attach-pie-misread.c: Include stdlib.h.
10100 * gdb.mi/mi-exit-code.c: Likewise.
10101 * gdb.base/break-interp-lib.c: Include string.h.
10102 * gdb.base/coremaker.c: Likewise.
10103 * gdb.base/testenv.c: Likewise.
10104 * gdb.python/py-finish-breakpoint.c: Likewise.
10105 * gdb.base/inferior-died.c: Include sys/wait.h.
10106 * gdb.base/fileio.c: Include time.h.
10107 * gdb.base/async-shell.c: Include unistd.h.
10108 * gdb.base/dprintf-non-stop.c: Likewise.
10109 * gdb.base/info-os.c: Likewise.
10110 * gdb.mi/mi-console.c: Likewise.
10111 * gdb.mi/watch-nonstop.c: Likewise.
10112 * gdb.python/py-events.c: Likewise.
10113 * gdb.base/async.c (baz): Move up before its invocation.
10114 * gdb.base/code_elim2.c (my_global_func): Likewise.
10115 * gdb.base/skip-solib-lib.c (multiply): Likewise.
10116 * gdb.base/advance.c (func2): Likewise.
10117
10118 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10119
10120 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
10121 variant.
10122 * gdb.base/annota3.c: Likewise.
10123 * gdb.base/async.c: Likewise.
10124 * gdb.base/average.c: Likewise.
10125 * gdb.base/call-ar-st.c: Likewise.
10126 * gdb.base/call-rt-st.c: Likewise.
10127 * gdb.base/call-sc.c: Likewise.
10128 * gdb.base/call-strs.c: Likewise.
10129 * gdb.base/ending-run.c: Likewise.
10130 * gdb.base/execd-prog.c: Likewise.
10131 * gdb.base/exprs.c: Likewise.
10132 * gdb.base/foll-exec.c: Likewise.
10133 * gdb.base/foll-fork.c: Likewise.
10134 * gdb.base/foll-vfork.c: Likewise.
10135 * gdb.base/funcargs.c: Likewise.
10136 * gdb.base/gcore.c: Likewise.
10137 * gdb.base/jump.c: Likewise.
10138 * gdb.base/langs0.c: Likewise.
10139 * gdb.base/langs1.c: Likewise.
10140 * gdb.base/langs2.c: Likewise.
10141 * gdb.base/mips_pro.c: Likewise.
10142 * gdb.base/nodebug.c: Likewise.
10143 * gdb.base/opaque0.c: Likewise.
10144 * gdb.base/opaque1.c: Likewise.
10145 * gdb.base/recurse.c: Likewise.
10146 * gdb.base/run.c: Likewise.
10147 * gdb.base/scope0.c: Likewise.
10148 * gdb.base/scope1.c: Likewise.
10149 * gdb.base/setshow.c: Likewise.
10150 * gdb.base/setvar.c: Likewise.
10151 * gdb.base/shmain.c: Likewise.
10152 * gdb.base/shr1.c: Likewise.
10153 * gdb.base/shr2.c: Likewise.
10154 * gdb.base/sigall.c: Likewise.
10155 * gdb.base/signals.c: Likewise.
10156 * gdb.base/so-indr-cl.c: Likewise.
10157 * gdb.base/solib2.c: Likewise.
10158 * gdb.base/structs.c: Likewise.
10159 * gdb.base/sum.c: Likewise.
10160 * gdb.base/vforked-prog.c: Likewise.
10161 * gdb.base/watchpoint.c: Likewise.
10162 * gdb.reverse/shr2.c: Likewise.
10163 * gdb.reverse/until-reverse.c: Likewise.
10164 * gdb.reverse/ur1.c: Likewise.
10165 * gdb.reverse/watch-reverse.c: Likewise.
10166
10167 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10168
10169 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
10170 variant.
10171 * gdb.base/sepdebug.exp: Drop references to removed code.
10172
10173 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10174
10175 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
10176 variant. Preserve original line numbering.
10177 * gdb.base/list1.c: Likewise.
10178
10179 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10180
10181 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
10182 variant.
10183 * gdb.base/break1.c: Likewise.
10184 * gdb.base/break.exp: Drop references to removed code.
10185
10186 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10187
10188 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
10189 variant.
10190
10191 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10192
10193 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
10194
10195 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10196
10197 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
10198 logic into perform_all_tests() and invoke it with and without
10199 function header prototypes.
10200 (do_function_calls): Remove conditional XFAIL for PR 5318.
10201 (rerun_and_prepare): Remove duplicate code.
10202 (perform_all_tests): New. Main logic moved here.
10203
10204 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10205
10206 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
10207 code guarded by #ifdef NO_PROTOTYPES.
10208 (t_double_many_args): Likewise.
10209 (DEF_FUNC_MANY_ARGS_1): Likewise.
10210 (DEF_FUNC_VALUES_1): Likewise.
10211 (t_structs_ldc): Renamed from t_structs_fc in conditional code
10212 guarded by #ifdef PROTOTYPES.
10213
10214 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10215
10216 * gdb.mi/mi-console.c: Add eye-catcher.
10217 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
10218 instead of literal line number.
10219
10220 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10221
10222 * gdb.base/shr2.c: Add eye-catcher.
10223 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
10224 line number.
10225
10226 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10227
10228 * gdb.base/jump.c: Add eye-catchers.
10229 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
10230 numbers.
10231
10232 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10233
10234 * gdb.base/execd-prog.c: Add eye-catchers.
10235 * gdb.base/foll-exec.c: Likewise.
10236 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
10237 line numbers.
10238
10239 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10240
10241 * gdb.base/ending-run.c: Add eye-catchers.
10242 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
10243 literal line numbers.
10244
10245 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10246
10247 * gdb.base/call-rt-st.c: Add eye-catchers.
10248 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
10249 literal line numbers.
10250
10251 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10252
10253 * gdb.base/call-ar-st.c: Add eye-catchers.
10254 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
10255 literal line numbers.
10256
10257 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10258
10259 * gdb.base/average.c: Add eye-catchers.
10260 * gdb.base/sum.c: Likewise.
10261 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
10262 regexps dynamically.
10263
10264 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10265
10266 * gdb.base/solib1.c: Add eye-catchers.
10267 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
10268 literal line numbers.
10269
10270 2014-11-12 Pedro Alves <palves@redhat.com>
10271
10272 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
10273 leader has exited.
10274
10275 2014-11-12 Pedro Alves <palves@redhat.com>
10276
10277 * gdb.arch/i386-bp_permanent.c: New file.
10278 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
10279 (srcfile): Set to i386-bp_permanent.c.
10280 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
10281 that stepi does not execute the 'leave' instruction, instead of
10282 testing it does execute.
10283 * gdb.base/bp-permanent.c: New file.
10284 * gdb.base/bp-permanent.exp: New file.
10285
10286 2014-11-10 Doug Evans <xdje42@gmail.com>
10287
10288 PR symtab/17564
10289 * gdb.base/symtab-search-order.exp: New file.
10290 * gdb.base/symtab-search-order.c: New file.
10291 * gdb.base/symtab-search-order-1.c: New file.
10292 * gdb.base/symtab-search-order-shlib-1.c: New file.
10293
10294 2014-11-07 Pedro Alves <palves@redhat.com>
10295
10296 PR gdb/17511
10297 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
10298 i?86-*-linux*.
10299
10300 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
10301
10302 PR c++/17494
10303 * gdb.cp/pr17494.cc: New file.
10304 * gdb.cp/pr17494.exp: New file.
10305
10306 2014-11-02 Yao Qi <yao@codesourcery.com>
10307
10308 * gdb.python/python.exp: Get working directory and match the
10309 output of "set extended-prompt \\w " with it.
10310
10311 2014-10-30 Doug Evans <dje@google.com>
10312
10313 * gdb.python/py-objfile.exp: Add tests for setting random attributes
10314 in objfiles.
10315 * gdb.python/py-progspace.exp: Add tests for setting random attributes
10316 in progspaces.
10317
10318 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
10319
10320 * gdb.base/fullpath-expand.exp: Skip for a remote host.
10321 * gdb.base/realname-expand.exp: Likewise.
10322 * gdb.linespec/macro-relative.exp: Likewise.
10323
10324 2014-10-29 Pedro Alves <palves@redhat.com>
10325
10326 PR gdb/17408
10327 * gdb.threads/schedlock.c (some_function): New function.
10328 (call_function): New global.
10329 (MAYBE_CALL_SOME_FUNCTION): New macro.
10330 (thread_function): Call it.
10331 * gdb.threads/schedlock.exp (get_args): Add description parameter,
10332 and use it instead of a global counter. Adjust all callers.
10333 (get_current_thread): Use "find current thread" for test message
10334 here rather than having all callers pass down the same string.
10335 (goto_loop): New procedure, factored out from ...
10336 (my_continue): ... this.
10337 (step_ten_loops): Change parameter from test message to command to
10338 use. Adjust.
10339 (list_count): Delete global.
10340 (check_result): New procedure, factored out from duplicate top
10341 level code.
10342 (continue tests): Wrap in with_test_prefix.
10343 (test_step): New procedure, factored out from duplicate top level
10344 code.
10345 (top level): Test "step" in combination with all scheduler-locking
10346 modes. Test "next" in combination with all scheduler-locking
10347 modes, and in combination with stepping over a function call or
10348 not.
10349 * gdb.threads/next-bp-other-thread.c: New file.
10350 * gdb.threads/next-bp-other-thread.exp: New file.
10351
10352 2014-10-29 Pedro Alves <palves@redhat.com>
10353
10354 PR python/17372
10355 * gdb.python/python.exp: Test a multi-line command that spawns
10356 interactive Python.
10357 * gdb.base/multi-line-starts-subshell.exp: New file.
10358
10359 2014-10-29 Yao Qi <yao@codesourcery.com>
10360
10361 * gdb.base/fileio.exp: Make directories on host.
10362
10363 2014-10-29 Yao Qi <yao@codesourcery.com>
10364
10365 * gdb.base/fileio.c (test_write): Close the file.
10366
10367 2014-10-28 Pedro Alves <palves@redhat.com>
10368
10369 PR gdb/12623
10370 * gdb.base/sigstep.c (no_handler): New global.
10371 (main): If 'no_handler is true, set the signal handlers to
10372 SIG_IGN.
10373 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
10374 with_sw_watch and no_handler parameters. Handle them.
10375 (top level) <stepping over handler when stopped at a breakpoint
10376 test>: Add a test axis for testing with a software watchpoint, and
10377 another for testing with the signal handler set to SIG_IGN.
10378 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
10379 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
10380
10381 2014-10-28 Pedro Alves <palves@redhat.com>
10382
10383 PR gdb/17511
10384 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
10385 * gdb.base/sigstep.exp (other_handler_location): New global.
10386 (advance): Support stepping into the signal handler, and running
10387 commands while in the handler.
10388 (in_handler_map): New global.
10389 (top level): In the advance test, add combinations for getting
10390 into the handler with stepping commands, and for running commands
10391 in the handler. Add comment descripting the advancei tests.
10392
10393 2014-10-28 Pedro Alves <palves@redhat.com>
10394
10395 * gdb.base/sigstep.exp: Use build_executable instead of
10396 prepare_for_testing.
10397 (top level): Move code that starts GDB, runs to main and creates a
10398 display to ...
10399 (restart): ... this new procedure.
10400 (top level): Move backtrace from signal handler test to ...
10401 (validate_backtrace): ... this new procedure.
10402 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
10403 with_test_prefix. Always restart GDB.
10404 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
10405 with_test_prefix. Always restart GDB. No need to delete
10406 breakpoints after the test.
10407 (test_skip_handler): Remove prefix parameter.
10408 (skip_over_handler, breakpoint_to_handler)
10409 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
10410 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
10411 restart GDB. No need to delete breakpoints after the test.
10412 (top level): Use foreach to call the test procedures with
10413 different commands.
10414
10415 2014-10-28 Pedro Alves <palves@redhat.com>
10416
10417 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
10418 instead of GNATS numbers.
10419 * gdb.base/sigbpt.exp: Likewise.
10420 * gdb.base/siginfo.exp: Likewise.
10421 * gdb.base/sigstep.exp: Likewise.
10422
10423 2014-10-27 Pedro Alves <palves@redhat.com>
10424
10425 * gdb.base/sigstep.c (dummy): New global.
10426 (main): Issue a couple writes to the new global.
10427 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
10428 procedures.
10429 (skip_over_handler): Use test_skip_handler.
10430 (top level): Call skip_over_handler for stepi and nexti too.
10431 (breakpoint_over_handler): Use test_skip_handler.
10432 (top level): Call breakpoint_over_handler for stepi and nexti too.
10433
10434 2014-10-27 Yao Qi <yao@codesourcery.com>
10435
10436 * gdb.trace/tfile.c (adjust_function_address)
10437 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
10438 function descriptor.
10439
10440 2014-10-24 Don Breazeal <donb@codesourcery.com>
10441
10442 * gdb.base/foll-fork.exp (test_follow_fork,
10443 catch_fork_child_follow): Check for updated fork messages emitted
10444 from infrun.c.
10445 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
10446 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
10447 vfork_and_exec_child_follow_through_step): Check for updated vfork
10448 messages emitted from infrun.c.
10449
10450 2014-10-24 Pedro Alves <palves@redhat.com>
10451
10452 * gdb.base/corefile.exp: Remove references to ultrix.
10453 * gdb.base/interrupt.exp: Likewise.
10454 * gdb.base/whatis.exp: Likewise.
10455 * gdb.gdb/selftest.exp: Likewise.
10456 * gdb.threads/manythreads.exp: Likewise.
10457 * gdb.threads/print-threads.exp: Likewise.
10458 * gdb.threads/pthreads.exp:: Likewise.
10459 * gdb.threads/schedlock.exp: Likewise.
10460
10461 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
10462
10463 * gdb.cp/non-trivial-retval.cc: Add a test case.
10464 * gdb.cp/non-trivial-retval.exp: Add a test.
10465
10466 2014-10-20 Yao Qi <yao@codesourcery.com>
10467
10468 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
10469 * gdb.python/py-objfile-script-gdb.py: New file.
10470 * gdb.python/py-objfile-script.exp: Update reference to
10471 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
10472 of remote_download. Remove the dest file.
10473
10474 2014-10-20 Yao Qi <yao@codesourcery.com>
10475
10476 * gdb.base/checkpoint.exp: Don't remove file copied on host.
10477 * gdb.base/step-line.exp: Likewise.
10478 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10479 * gdb.dwarf2/dw2-basic.exp: Likewise.
10480 * gdb.dwarf2/dw2-compressed.exp: Likewise.
10481 * gdb.dwarf2/dw2-filename.exp: Likewise.
10482 * gdb.dwarf2/dw2-intercu.exp: Likewise.
10483 * gdb.dwarf2/dw2-intermix.exp: Likewise.
10484 * gdb.dwarf2/dw2-producer.exp: Likewise.
10485 * gdb.dwarf2/mac-fileno.exp: Likewise.
10486 * gdb.python/py-frame-args.exp: Likewise.
10487 * gdb.python/py-framefilter.exp: Likewise.
10488 * gdb.python/py-mi.exp: Likewise.
10489 * gdb.python/py-objfile-script.exp: Likewise
10490 * gdb.python/py-pp-integral.exp: Likewise.
10491 * gdb.python/py-pp-re-notag.exp: Likewise.
10492 * gdb.python/py-prettyprint.exp: Likewise.
10493 * gdb.python/py-section-script.exp: Likewise.
10494 * gdb.python/py-typeprint.exp: Likewise.
10495 * gdb.python/py-xmethods.exp: Likewise.
10496 * gdb.stabs/weird.exp: Likewise.
10497 * gdb.xml/tdesc-regs.exp: Likewise.
10498
10499 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
10500
10501 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
10502 (out_cu): Use addr_len for the size of addresses.
10503 (out_line): Likewise. Size DW_LNE_set_address instruction
10504 according to addr_len.
10505 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
10506 (FUNC): Add START_INSNS to definition.
10507
10508 2014-10-18 Yao Qi <yao@codesourcery.com>
10509
10510 * gdb.base/argv0-symlink.exp: Check argv[0] value if
10511 gdb_has_argv0 return true.
10512 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
10513 check [target_info exists noargs], check [gdb_has_argv0]
10514 instead.
10515 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
10516 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
10517 procedures.
10518
10519 2014-10-17 Doug Evans <dje@google.com>
10520
10521 * gdb.python/py-events.exp: Update expected output for clear_objfiles
10522 event.
10523 * gdb.python/py-events.py: Add clear_objfiles event.
10524
10525 2014-10-17 Doug Evans <dje@google.com>
10526
10527 * gdb.python/py-objfile.exp: Test progspace attribute.
10528
10529 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
10530
10531 * gdb.guile/scm-breakpoint.exp: Do not assume any
10532 directory separators when matching source file paths.
10533 * gdb.python/py-breakpoint.exp: Likewise.
10534 * gdb.reverse/break-precsave.exp: Likewise.
10535 * gdb.reverse/break-reverse.exp: Likewise.
10536 * gdb.reverse/consecutive-precsave.exp: Likewise.
10537 * gdb.reverse/finish-precsave.exp: Likewise.
10538 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
10539 * gdb.reverse/finish-reverse.exp: Likewise.
10540 * gdb.reverse/i386-precsave.exp: Likewise.
10541 * gdb.reverse/i387-env-reverse.exp: Likewise.
10542 * gdb.reverse/i387-stack-reverse.exp: Likewise.
10543 * gdb.reverse/machinestate-precsave.exp: Likewise.
10544 * gdb.reverse/machinestate.exp: Likewise.
10545 * gdb.reverse/sigall-precsave.exp: Likewise.
10546 * gdb.reverse/solib-precsave.exp: Likewise.
10547 * gdb.reverse/step-precsave.exp: Likewise.
10548 * gdb.reverse/until-precsave.exp: Likewise.
10549 * gdb.reverse/watch-precsave.exp: Likewise.
10550 * gdb.reverse/watch-reverse.exp: Likewise.
10551
10552 2014-10-17 Yao Qi <yao@codesourcery.com>
10553
10554 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
10555 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
10556
10557 2014-10-17 Pedro Alves <palves@redhat.com>
10558
10559 PR gdb/17471
10560 * gdb.base/bg-execution-repeat.c: New file.
10561 * gdb.base/bg-execution-repeat.exp: New file.
10562
10563 2014-10-17 Pedro Alves <palves@redhat.com>
10564
10565 PR gdb/17300
10566 * gdb.base/continue-all-already-running.c: New file.
10567 * gdb.base/continue-all-already-running.exp: New file.
10568
10569 2014-10-17 Pedro Alves <palves@redhat.com>
10570
10571 PR gdb/17472
10572 * gdb.base/annota-input-while-running.c: New file.
10573 * gdb.base/annota-input-while-running.exp: New file.
10574
10575 2014-10-17 Pedro Alves <palves@redhat.com>
10576
10577 * gdb.base/callfuncs.exp: emove references to osf.
10578 * gdb.base/sigall.exp: Likewise.
10579 * gdb.gdb/selftest.exp: Likewise.
10580 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
10581 * gdb.mi/non-stop.c: Likewise.
10582 * gdb.mi/pthreads.c: Likewise.
10583 * gdb.reverse/sigall-precsave.exp: Likewise.
10584 * gdb.reverse/sigall-reverse.exp: Likewise.
10585 * gdb.threads/pthreads.c: Likewise.
10586 * gdb.threads/pthreads.exp: Likewise.
10587
10588 2014-10-17 Yao Qi <yao@codesourcery.com>
10589
10590 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
10591 check 'target_info exists noargs'.
10592 (test_command_prompt_position): Likewise.
10593 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
10594 Remove "set args".
10595 (progvar_simple_while_test): Likewise.
10596 (progvar_complex_if_while_test): Likewise.
10597 (if_while_breakpoint_command_test): Likewise.
10598 (infrun_breakpoint_command_test): Likewise.
10599 (breakpoint_command_test): Likewise.
10600 (watchpoint_command_test): Likewise.
10601 (bp_deleted_in_command_test): Likewise.
10602 (temporary_breakpoint_commands): Likewise.
10603
10604 2014-10-16 Yao Qi <yao@codesourcery.com>
10605
10606 * gdb.base/remotetimeout.exp: Remove noargs checking.
10607
10608 2014-10-15 Pedro Alves <palves@redhat.com>
10609
10610 PR breakpoints/9649
10611 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
10612 * gdb.base/breakpoint-in-ro-region.exp
10613 (probe_target_hardware_step): New procedure.
10614 (top level): Probe hardware stepping and hardware breakpoint
10615 support. Test stepping through a read-only region, with both
10616 "breakpoint auto-hw" on and off and both "always-inserted" on and
10617 off.
10618
10619 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
10620
10621 * gdb.dlang/demangle.exp: Update for demangling changes.
10622
10623 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
10624
10625 * gdb.cp/non-trivial-retval.cc: Add new test cases.
10626 * gdb.cp/non-trivial-retval.exp: Add new tests.
10627
10628 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
10629
10630 PR c++/13403
10631 PR c++/15154
10632 * gdb.cp/non-trivial-retval.cc: New file.
10633 * gdb.cp/non-trivial-retval.exp: New file.
10634
10635 2014-10-15 Yao Qi <yao@codesourcery.com>
10636
10637 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
10638 remote host.
10639
10640 2014-10-15 Yao Qi <yao@codesourcery.com>
10641
10642 * gdb.python/py-symbol.exp: Match file base name if host is
10643 remote, otherwise match file name with dir name.
10644 * gdb.python/py-symtab.exp: Likewise.
10645 * gdb.python/python.exp: Likewise.
10646
10647 2014-10-15 Yao Qi <yao@codesourcery.com>
10648
10649 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
10650 pattern.
10651 * gdb.python/py-symtab.exp: Likewise.
10652 * gdb.python/python.exp: Remove trailing ".*". Fix typo
10653 locationn.
10654
10655 2014-10-14 Joel Brobecker <brobecker@adacore.com>
10656
10657 * gdb.ada/addr_arith: New testcase.
10658
10659 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
10660
10661 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
10662 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
10663 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
10664 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
10665
10666 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
10667
10668 * gdb.arch/stap-eval-lang-ada.S: Likewise.
10669 * gdb.arch/stap-eval-lang-ada.c: Likewise.
10670 * gdb.arch/stap-eval-lang-ada.exp: New file.
10671
10672 2014-10-14 Yao Qi <yao@codesourcery.com>
10673
10674 * gdb.mi/mi-var-child.c (nothing1): New function.
10675 (nothing2): New function.
10676 (do_children_tests): Set function pointers by nothing1 and
10677 nothing2.
10678 * gdb.mi/mi-var-child.exp: Step over new added statements.
10679 Update test to match the new output.
10680 * gdb.mi/var-cmd.c (nothing1): New function.
10681 (nothing2): New function.
10682 (do_children_tests): Set function pointers by nothing1 and
10683 nothing2.
10684 * gdb.mi/mi-var-display.exp: Update test to match output.
10685 Step to the line specified by $line_dct_nothing.
10686 Increase the number of lines to step.
10687
10688 2014-10-14 Yao Qi <yao@codesourcery.com>
10689
10690 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
10691 tests.
10692 * gdb.mi/mi2-var-child.exp: Likewise.
10693
10694 2014-10-13 Doug Evans <dje@google.com>
10695
10696 * gdb.python/py-objfile.exp: Change name of file name test.
10697
10698 2014-10-13 Doug Evans <dje@google.com>
10699
10700 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
10701 from the start of the CU.
10702
10703 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10704 Yao Qi <yao@codesourcery.com>
10705
10706 Fix "save breakpoints" for "catch" command.
10707 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
10708 Remove -nonewline. Match also the added "main" line.
10709
10710 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10711
10712 Fix "save breakpoints" for "disable $bpnum" command.
10713 * gdb.base/save-bp.c (main): Add label.
10714 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
10715
10716 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10717
10718 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
10719
10720 2014-10-11 Yao Qi <yao@codesourcery.com>
10721
10722 * gdb.server/server-kill.exp: Execute command
10723 "set remote trace-status-packet on" before "tstatus".
10724
10725 2014-10-11 Yao Qi <yao@codesourcery.com>
10726
10727 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
10728 (main): Call getppid.
10729 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
10730 and continue to it. Read variable "server_pid".
10731
10732 2014-10-11 Yao Qi <yao@codesourcery.com>
10733
10734 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
10735
10736 2014-10-11 Yao Qi <yao@codesourcery.com>
10737
10738 * gdb.threads/thread-find.exp: Don't execute command
10739 "info threads".
10740 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
10741 * gdb.threads/linux-dp.exp: Don't check the condition
10742 $threads_created equals to zero.
10743
10744 2014-10-10 Pedro Alves <palves@redhat.com>
10745
10746 * gdb.base/bigcore.exp: Remove references to IRIX.
10747 * gdb.base/funcargs.exp: Likewise.
10748 * gdb.base/interrupt.exp: Likewise.
10749 * gdb.base/mips_pro.exp: Likewise.
10750 * gdb.base/nodebug.exp: Likewise.
10751 * gdb.base/setvar.exp: Likewise.
10752 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
10753
10754 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10755 Pedro Alves <palves@redhat.com>
10756
10757 PR symtab/14466
10758 * gdb.base/vdso-warning.c: New file.
10759 * gdb.base/vdso-warning.exp: New file.
10760
10761 2014-10-02 Doug Evans <dje@google.com>
10762
10763 * gdb.base/structs.c (main): Don't run forever.
10764
10765 2014-10-02 Pedro Alves <palves@redhat.com>
10766
10767 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
10768 (top level) <stop threads 1, stop threads 2>: Use it.
10769
10770 2014-10-02 Pedro Alves <palves@redhat.com>
10771
10772 * gdb.threads/break-while-running.exp (test): Add new
10773 'update_thread_list' argument. Skip "info threads" if false.
10774 (top level): Add new 'update_thread_list' axis.
10775
10776 2014-10-02 Pedro Alves <palves@redhat.com>
10777
10778 PR breakpoints/17431
10779 * gdb.base/execl-update-breakpoints.c: New file.
10780 * gdb.base/execl-update-breakpoints.exp: New file.
10781
10782 2014-10-01 Pedro Alves <palves@redhat.com>
10783
10784 * gdb.base/breakpoint-in-ro-region.c: New file.
10785 * gdb.base/breakpoint-in-ro-region.exp: New file.
10786
10787 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
10788
10789 * gdb.mi/mi-exit-code.exp: New file.
10790 * gdb.mi/mi-exit-code.c: New file.
10791
10792 2014-09-30 Yao Qi <yao@codesourcery.com>
10793
10794 * lib/prelink-support.exp (build_executable_own_libs): Error if
10795 the target isn't native.
10796
10797 2014-09-30 Yao Qi <yao@codesourcery.com>
10798
10799 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
10800 false.
10801
10802 2014-09-22 Pedro Alves <palves@redhat.com>
10803
10804 * gdb.threads/break-while-running.exp: New file.
10805 * gdb.threads/break-while-running.c: New file.
10806
10807 2014-09-19 Yao Qi <yao@codesourcery.com>
10808
10809 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
10810 Invoke test. Restart GDB with --readnow and invoke test again.
10811
10812 2014-09-19 Yao Qi <yao@codesourcery.com>
10813
10814 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
10815 proc set_breakpoint_on_gcd_function. Invoke
10816 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
10817 invoke set_breakpoint_on_gcd_function again.
10818
10819 2014-09-18 Doug Evans <dje@google.com>
10820
10821 * gdb.dwarf2/symtab-producer.exp: New file.
10822
10823 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
10824
10825 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
10826 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
10827 * gdb.base/global-var-nested-by-dso.c: Likewise.
10828 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10829
10830 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
10831 Pedro Alves <palves@redhat.com>
10832
10833 * gdb.base/watch-bitfields.exp: Pass string other than test file
10834 name to prepare_for_testing.
10835 (watch): New procedure.
10836 (expect_watchpoint): Use with_test_prefix.
10837 (top level): Factor out tests to ...
10838 (test_watch_location, test_regular_watch): ... these new
10839 procedures, and use with_test_prefix and gdb_continue_to_end.
10840
10841 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
10842
10843 PR breakpoints/12526
10844 * gdb.base/watch-bitfields.exp: New file.
10845 * gdb.base/watch-bitfields.c: New file.
10846
10847 2014-09-16 Pedro Alves <palves@redhat.com>
10848
10849 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
10850 software and hardware addresses, not software address against
10851 itself.
10852
10853 2014-09-16 Pedro Alves <palves@redhat.com>
10854
10855 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
10856 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
10857
10858 2014-09-16 Pedro Alves <palves@redhat.com>
10859
10860 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
10861 files.
10862 * gdb.base/a2-run.exp: Remove all code guarded by istarget
10863 "*-*-vxworks*" throughout.
10864 * gdb.base/break.exp: Likewise.
10865 * gdb.base/default.exp: Likewise.
10866 * gdb.base/scope.exp: Likewise.
10867 * gdb.base/sepdebug.exp: Likewise.
10868 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
10869 throughout.
10870 * gdb.base/run.c: Likewise.
10871 * gdb.base/sepdebug.c: Likewise.
10872 * gdb.hp/gdb.aCC/run.c: Likewise.
10873 * gdb.reverse/until-reverse.c: Likewise.
10874 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
10875
10876 2014-09-16 Yao Qi <yao@codesourcery.com>
10877
10878 * boards/local-remote-host-native.exp: New file.
10879
10880 2014-09-14 Doug Evans <xdje42@gmail.com>
10881
10882 * gdb.threads/queue-signal.c (thread_count): New variable.
10883 (thread_count_mutex, thread_count_condvar): New variables.
10884 (incr_thread_count, wait_all_threads_running): New functions.
10885 (main): Wait for all threads to be in their thread functions.
10886
10887 2014-09-13 Doug Evans <xdje42@gmail.com>
10888
10889 * gdb.threads/queue-signal.c: New file.
10890 * gdb.threads/queue-signal.exp: New file.
10891
10892 2014-09-13 Doug Evans <xdje42@gmail.com>
10893
10894 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
10895 be consistent with what default_gdb_init uses.
10896 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
10897 the plain text of the prompt. Add some logging printfs.
10898 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
10899
10900 2014-09-12 Pedro Alves <palves@redhat.com>
10901
10902 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
10903 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
10904 * gdb.arch/i386-size-overlap.exp: Likewise.
10905 * gdb.arch/i386-size.exp: Likewise.
10906 * gdb.arch/i386-unwind.exp: Likewise.
10907 * gdb.base/a2-run.exp: Likewise.
10908 * gdb.base/break.exp: Likewise.
10909 * gdb.base/charset.exp: Likewise.
10910 * gdb.base/chng-syms.exp: Likewise.
10911 * gdb.base/commands.exp: Likewise.
10912 * gdb.base/dbx.exp: Likewise.
10913 * gdb.base/find.exp: Likewise.
10914 * gdb.base/funcargs.exp: Likewise.
10915 * gdb.base/jit-simple.exp: Likewise.
10916 * gdb.base/reread.exp: Likewise.
10917 * gdb.base/sepdebug.exp: Likewise.
10918 * gdb.base/step-bt.exp: Likewise.
10919 * gdb.cp/mb-inline.exp: Likewise.
10920 * gdb.cp/mb-templates.exp: Likewise.
10921 * gdb.objc/basicclass.exp: Likewise.
10922 * gdb.threads/killed.exp: Likewise.
10923
10924 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10925
10926 PR tdep/17379
10927 * gdb.arch/powerpc-stackless.S: New file.
10928 * gdb.arch/powerpc-stackless.exp: New file.
10929
10930 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10931
10932 * gdb.base/attach.c: Include unistd.h.
10933 (main): Call alarm. Add label postloop.
10934 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
10935 gdb_breakpoint, gdb_continue_to_breakpoint.
10936 (test_command_line_attach_run): Kill ${testpid} in one exit path.
10937
10938 2014-09-11 Pedro Alves <palves@redhat.com>
10939
10940 PR gdb/17347
10941 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
10942 * gdb.base/attach.exp (test_command_line_attach_run): New
10943 procedure.
10944 (top level): Call it.
10945
10946 2014-09-11 Pedro Alves <palves@redhat.com>
10947
10948 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
10949 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
10950 (do_command_attach_tests): Use spawn_wait_for_attach.
10951 * gdb.base/solib-overlap.exp: Likewise.
10952 * gdb.multi/multi-attach.exp: Likewise.
10953 * gdb.python/py-prompt.exp: Likewise.
10954 * gdb.python/py-sync-interp.exp: Likewise.
10955 * gdb.server/ext-attach.exp: Likewise.
10956
10957 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
10958
10959 * gdb.fortran/array-element.exp: Remove unexpected "continue"
10960 command in testcase. Simplify testcase.
10961
10962 2014-09-10 Joel Brobecker <brobecker@adacore.com>
10963
10964 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
10965
10966 2014-09-10 Joel Brobecker <brobecker@adacore.com>
10967
10968 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
10969
10970 2014-09-10 Joel Brobecker <brobecker@adacore.com>
10971
10972 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
10973
10974 2014-09-10 Joel Brobecker <brobecker@adacore.com>
10975
10976 * gdb.dwarf2/dynarr-ptr.c: New file.
10977 * gdb.dwarf2/dynarr-ptr.exp: New file.
10978
10979 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10980
10981 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
10982 of 30 rather than hardcoding 120 for a slow test case. Take the
10983 `gdb,timeout' target setting into account for this calculation.
10984 Don't extend the timeout for the test cases that don't need it.
10985
10986 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10987
10988 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
10989 a factor of 2 for a slow test case. Take the `gdb,timeout'
10990 target setting into account for this calculation.
10991 * gdb.reverse/until-precsave.exp: Increase the timeout by
10992 a factor of 15 and 3 respectively rather than adding 120
10993 for a pair of slow test cases. Take the `gdb,timeout'
10994 target setting into account for this calculation.
10995
10996 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10997
10998 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
10999 timeout, don't pass one down to gdb_expect.
11000 (gdb_expect): Rework timeout selection.
11001
11002 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11003
11004 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
11005 exception on timeout.
11006 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
11007 (gdbserver_start_extended): Catch any `gdbserver_start' error
11008 exceptions.
11009 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
11010 * lib/mi-support.exp (mi_gdb_target_load): Catch any
11011 `gdbserver_gdb_load' error exceptions.
11012
11013 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11014
11015 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
11016 120 on waiting for the TCP socket to open.
11017
11018 2014-09-09 Doug Evans <xdje42@gmail.com>
11019
11020 * gdb.base/default.exp (show_conv_list): Add _caller_is,
11021 _caller_matches, _any_caller_is, _any_caller_matches.
11022
11023 2014-09-09 Doug Evans <xdje42@gmail.com>
11024
11025 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
11026
11027 2014-09-09 Yao Qi <yao@codesourcery.com>
11028
11029 * gdb.mi/mi-var-display.exp: Set print symbol off.
11030
11031 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
11032
11033 PR gdb/17035
11034 * gdb.base/commands.exp: Add tests to verify user-defined
11035 commands with empty bodies.
11036 * gdb.python/py-cmd.exp: Test that we don't show user-defined
11037 python commands in `show user command`.
11038 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
11039 scheme commands in `show user command`.
11040
11041 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11042
11043 PR python/17355
11044 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
11045 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
11046 * gdb.python/py-framefilter-invalidarg.exp: New file.
11047 * gdb.python/py-framefilter-invalidarg.py: New file.
11048
11049 2014-09-06 Doug Evans <xdje42@gmail.com>
11050
11051 PR 15276
11052 * gdb.python/py-caller-is.c: New file.
11053 * gdb.python/py-caller-is.exp: New file.
11054
11055 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
11056
11057 PR gdb/17235
11058 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
11059 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
11060
11061 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
11062
11063 PR fortran/17237
11064 * gdb.fortran/print-formatted.exp: New file.
11065 * gdb.fortran/print-formatted.f90: Likewise.
11066
11067 2014-09-03 Sasha Smundak <asmundak@google.com>
11068
11069 * gdb.python/py-frame.exp: Test Frame.read_register.
11070
11071 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
11072
11073 PR python/16699
11074 * gdb.python/py-completion.exp: New file.
11075 * gdb.python/py-completion.py: Likewise.
11076
11077 2014-08-28 Doug Evans <dje@google.com>
11078
11079 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
11080 eax,etc. are live with values set by gdb and thus the compiler can't
11081 use them.
11082 * gdb.arch/i386-pseudo.c (main): Ditto.
11083
11084 2014-08-27 Doug Evans <dje@google.com>
11085
11086 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
11087
11088 2014-08-25 Doug Evans <dje@google.com>
11089
11090 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
11091 (main): Ditto.
11092
11093 2014-08-25 Doug Evans <dje@google.com>
11094
11095 * gdb.threads/thread-execl.exp: #include <stdio.h>.
11096
11097 2014-08-24 Yao Qi <yao@codesourcery.com>
11098
11099 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
11100 symbol off.
11101 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
11102
11103 2014-08-22 Doug Evans <dje@google.com>
11104
11105 PR 17276
11106 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
11107 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
11108 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
11109
11110 2014-08-22 Yao Qi <yao@codesourcery.com>
11111
11112 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
11113 * gdb.python/py-finish-breakpoint2.exp: Likewise.
11114 * gdb.python/python.exp: Likewise. Use .py file on the host
11115 instead of the build.
11116
11117 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11118
11119 * gdb.threads/gcore-stale-thread.c: New file.
11120 * gdb.threads/gcore-stale-thread.exp: New file.
11121
11122 2014-08-21 Pedro Alves <palves@redhat.com>
11123
11124 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
11125 * gdb.base/gcore-relro-pie.exp: Likewise.
11126 * gdb.base/gcore-relro.exp: Likewise.
11127 * gdb.base/gcore.exp: Likewise.
11128 * gdb.base/print-symbol-loading.exp: Likewise.
11129 * gdb.threads/gcore-thread.exp: Likewise.
11130 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
11131
11132 2014-08-20 Pedro Alves <palves@redhat.com>
11133 Jan Kratochvil <jan.kratochvil@redhat.com>
11134
11135 * Makefile.in (EXTRA_RULES, CC): New variables, get from
11136 configure.
11137 (EXPECT): Handle READ1 being set.
11138 (all): Depend on EXTRA_RULES.
11139 (check-read1, expect-read1, read1.so, read1): New rules.
11140 * README (Testsuite Parameters): Document the READ1 make variable.
11141 (Race detection): New section.
11142 * configure: Regenerate.
11143 * configure.ac: If build==host==target, and running under a
11144 GNU/glibc system, add read1 to the extra Makefile rules.
11145 (EXTRA_RULES): AC_SUBST it.
11146 * lib/read1.c: New file.
11147
11148 2014-08-20 Joel Brobecker <brobecker@adacore.com>
11149
11150 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
11151 the handling of variables declared as a typedef to an array
11152 which a DW_AT_data_location attribute.
11153
11154 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
11155 Pedro Alves <palves@redhat.com>
11156
11157 PR symtab/14604
11158 PR symtab/14605
11159 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
11160 gdb_test.
11161
11162 2014-08-19 Pedro Alves <palves@redhat.com>
11163
11164 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
11165
11166 2014-08-19 Yao Qi <yao@codesourcery.com>
11167
11168 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
11169 right line.
11170
11171 2014-08-18 David Blaikie <dblaikie@gmail.com>
11172
11173 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
11174
11175 2014-08-18 Joel Brobecker <brobecker@adacore.com>
11176
11177 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
11178 attribute in array range.
11179
11180 2014-08-18 Joel Brobecker <brobecker@adacore.com>
11181
11182 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
11183
11184 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
11185
11186 PR c++/17132
11187 * gdb.cp/pr17132.cc: New file.
11188 * gdb.cp/pr17132.exp: New file.
11189
11190 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
11191
11192 * gdb.python/py-xmethods.py (A_getarrayind)
11193 (E_method_char_worker.__call__, E_method_int_worker.__call__):
11194 Use 'print' with function call syntax.
11195 (E_method_matcher.match): Fix tab vs space indentation mixup.
11196
11197 2014-08-15 Yao Qi <yao@codesourcery.com>
11198
11199 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
11200 false.
11201
11202 2014-08-15 Yao Qi <yao@codesourcery.com>
11203
11204 * gdb.cp/casts.exp: Set print symbol off.
11205 * gdb.cp/class2.exp: Likewise.
11206 * gdb.cp/overload.exp: Likewise.
11207 * gdb.cp/templates.exp: Likewise.
11208
11209 2014-08-11 Doug Evans <dje@google.com>
11210
11211 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
11212 (test_load_shlib): Update.
11213
11214 2014-08-09 Yao Qi <yao@codesourcery.com>
11215
11216 * gdb.base/display.exp: Invoke is_address_zero_readable.
11217 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
11218 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11219 * gdb.base/hbreak-unmapped.exp: Return if
11220 is_address_zero_readable returns true.
11221 * gdb.base/signest.exp: Likewise.
11222 * gdb.base/signull.exp: Likewise.
11223 * gdb.base/sigbpt.exp: Likewise.
11224 * gdb.guile/scm-disasm.exp: Do the test if
11225 is_address_zero_readable returns false.
11226 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
11227 * gdb.python/py-arch.exp: Likewise.
11228 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
11229 * lib/gdb.exp (is_address_zero_readable): New proc.
11230
11231 2014-08-09 Yao Qi <yao@codesourcery.com>
11232
11233 PR testsuite/13443
11234 * gdb.mi/mi-var-display.exp: Make test messages unique.
11235
11236 2014-08-04 Tom Tromey <tromey@redhat.com>
11237
11238 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
11239 target 0".
11240
11241 2014-08-04 Tom Tromey <tromey@redhat.com>
11242
11243 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
11244 "target_resume".
11245
11246 2014-08-01 Joel Brobecker <brobecker@adacore.com>
11247
11248 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
11249 inner_vla_struct_object_size.
11250 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
11251 as xfail.
11252
11253 2014-07-30 Pedro Alves <palves@redhat.com>
11254
11255 * gdb.threads/signal-command-handle-nopass.exp (test): Add
11256 comment.
11257
11258 2014-07-29 Yao Qi <yao@codesourcery.com>
11259
11260 PR gdb/17206
11261 * gdb.base/until-nodebug.exp: New.
11262
11263 2014-07-28 Doug Evans <xdje42@gmail.com>
11264
11265 PR guile/17203
11266 * gdb.guile/scm-parameter.exp: Add tests for trying to create
11267 previously existing parameter, and previously ambiguously spelled
11268 parameter.
11269
11270 2014-07-28 Will Newton <will.newton@linaro.org>
11271
11272 * gdb.base/varargs.exp: Remove KFAILs for ARM.
11273
11274 2014-07-26 Ludovic Courtès <ludo@gnu.org>
11275 Doug Evans <xdje42@gmail.com>
11276
11277 PR guile/17146
11278 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
11279
11280 2014-07-25 Pedro Alves <palves@redhat.com>
11281
11282 * gdb.threads/signal-command-handle-nopass.c: New file.
11283 * gdb.threads/signal-command-handle-nopass.exp: New file.
11284 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
11285 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
11286 * gdb.threads/signal-delivered-right-thread.c: New file.
11287 * gdb.threads/signal-delivered-right-thread.exp: New file.
11288
11289 2014-07-25 Pedro Alves <palves@redhat.com>
11290
11291 * gdb.base/double-prompt-target-event-error.exp
11292 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
11293 match.
11294 (cancel_pagination_in_target_event): Rework double prompt
11295 detection.
11296 * gdb.base/paginate-after-ctrl-c-running.exp
11297 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
11298 <return>' match.
11299 * gdb.base/paginate-bg-execution.exp
11300 (test_bg_execution_pagination_return)
11301 (test_bg_execution_pagination_cancel): Remove '-notransfer
11302 <return>' matches.
11303 * gdb.base/paginate-execution-startup.exp
11304 (test_fg_execution_pagination_return)
11305 (test_fg_execution_pagination_cancel): Remove '-notransfer
11306 <return>' matches.
11307 * gdb.base/paginate-inferior-exit.exp
11308 (test_paginate_inferior_exited): Remove '-notransfer <return>'
11309 match.
11310 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
11311 * lib/gdb.exp (pagination_prompt): Run text through
11312 string_to_regexp.
11313 (gdb_test_multiple): Match $pagination_prompt instead of
11314 "<return>".
11315 (string_to_regexp): Move to lib/gdb-utils.exp.
11316
11317 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11318
11319 * gdb.arch/amd64-entry-value-paramref.S: New file.
11320 * gdb.arch/amd64-entry-value-paramref.cc: New file.
11321 * gdb.arch/amd64-entry-value-paramref.exp: New file.
11322 * gdb.arch/amd64-optimout-repeat.S: New file.
11323 * gdb.arch/amd64-optimout-repeat.c: New file.
11324 * gdb.arch/amd64-optimout-repeat.exp: New file.
11325
11326 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11327
11328 PR gdb/17170
11329 * gdb.base/statistics.exp: New file.
11330
11331 2014-07-17 Doug Evans <dje@google.com>
11332
11333 PR gdb/17170
11334 * gdb.base/maint.exp: Update testing of per-command stats.
11335
11336 2014-07-16 Pedro Alves <palves@redhat.com>
11337
11338 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
11339 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
11340 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
11341 (tfile_write_buf): New functions.
11342 (add_memory_block): Rewrite using the above.
11343 (adjust_function_address): New function.
11344 (FUNCTION_ADDRESS): New macro.
11345 (write_basic_trace_file): Remove short_x local, and use
11346 tfile_write_16. Change type of func_addr local to unsigned long
11347 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
11348 here. Cast argument of add_memory_block to char pointer.
11349 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
11350 (main): Remove parameters.
11351 * gdb.trace/tfile.exp: Remove nowarnings.
11352
11353 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
11354
11355 * gdb.base/debug-expr.exp: Test string evaluation with
11356 "debug expression" on.
11357
11358 2014-07-15 Pedro Alves <palves@redhat.com>
11359
11360 * gdb.base/reread.exp: Use clean_restart.
11361
11362 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
11363
11364 * gdb.arch/avr-flash-qualifer.c: New.
11365 * gdb.arch/avr-flash-qualifer.exp: New.
11366
11367 2014-07-14 Pedro Alves <palves@redhat.com>
11368
11369 * gdb.base/paginate-after-ctrl-c-running.c: New file.
11370 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
11371
11372 2014-07-14 Pedro Alves <palves@redhat.com>
11373
11374 * gdb.base/double-prompt-target-event-error.c: New file.
11375 * gdb.base/double-prompt-target-event-error.exp: New file.
11376
11377 2014-07-14 Pedro Alves <palves@redhat.com>
11378
11379 PR gdb/17072
11380 * gdb.base/paginate-inferior-exit.c: New file.
11381 * gdb.base/paginate-inferior-exit.exp: New file.
11382
11383 2014-07-14 Pedro Alves <palves@redhat.com>
11384
11385 PR gdb/17072
11386 * gdb.base/paginate-bg-execution.c: New file.
11387 * gdb.base/paginate-bg-execution.exp: New file.
11388
11389 2014-07-14 Pedro Alves <palves@redhat.com>
11390
11391 PR gdb/17072
11392 * gdb.base/paginate-execution-startup.c: New file.
11393 * gdb.base/paginate-execution-startup.exp: New file.
11394 * lib/gdb.exp (pagination_prompt): New global.
11395 (default_gdb_spawn): New procedure, factored out from
11396 default_gdb_spawn.
11397 (default_gdb_start): Adjust to call default_gdb_spawn.
11398 (gdb_spawn): New procedure.
11399
11400 2014-07-14 Pedro Alves <palves@redhat.com>
11401
11402 * lib/gdb.exp (gdb_assert): New procedure.
11403 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
11404
11405 2014-07-14 Pedro Alves <palves@redhat.com>
11406
11407 * gdb.base/execution-termios.c: New file.
11408 * gdb.base/execution-termios.exp: New file.
11409
11410 2014-07-14 Tom Tromey <tromey@redhat.com>
11411
11412 * gdb.cp/vla-cxx.cc: New file.
11413 * gdb.cp/vla-cxx.exp: New file.
11414
11415 2014-07-14 Tom Tromey <tromey@redhat.com>
11416
11417 * gdb.reverse/rerun-prec.c: New file.
11418 * gdb.reverse/rerun-prec.exp: New file.
11419
11420 2014-07-12 Maciej W. Rozycki <macro@mips.com>
11421 Maciej W. Rozycki <macro@codesourcery.com>
11422
11423 * lib/gdb-utils.exp: New file.
11424 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
11425 inline `gdb_init_command' processing.
11426 (gdb_start_cmd): Likewise.
11427 * lib/mi-support.exp (mi_run_cmd): Likewise.
11428 * README: Document `gdb_init_command' and `gdb_init_commands'.
11429
11430 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11431
11432 Fix false FAIL running under a very long directory name.
11433 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
11434 and "set print elements 10000". Twice.
11435
11436 2014-07-11 Yao Qi <yao@codesourcery.com>
11437
11438 * gdb.base/exprs.exp: "set print symbol off".
11439
11440 2014-07-11 Pedro Alves <palves@redhat.com>
11441
11442 * gdb.threads/kill.c: New file.
11443 * gdb.threads/kill.exp: New file.
11444
11445 2014-07-10 Yao Qi <yao@codesourcery.com>
11446
11447 * gdb.trace/tfile.c (write_basic_trace_file)
11448 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
11449 address written to trace file.
11450
11451 2014-07-09 Pedro Alves <palves@redhat.com>
11452
11453 * gdb.base/attach-wait-input.exp: New file.
11454 * gdb.base/attach-wait-input.c: New file.
11455
11456 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
11457
11458 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
11459 setting up test structures.
11460 (main): Call new test function.
11461 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
11462 test function, continue into test function and walk test
11463 structures.
11464
11465 2014-07-02 Yao Qi <yao@codesourcery.com>
11466
11467 * gdb.trace/entry-values.c: Define labels 'foo_start' and
11468 'bar_start' at the beginning of functions 'foo' and 'bar'
11469 respectively.
11470 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
11471 instead of 'foo' and 'bar'.
11472
11473 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
11474
11475 * gdb.btrace/segv.exp: New.
11476 * gdb.btrace/segv.c: New.
11477
11478 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
11479
11480 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
11481 instruction.
11482
11483 2014-06-30 Mark Wielaard <mjw@redhat.com>
11484
11485 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
11486 vulture, vilify, villar): New volatile array constants.
11487 (vindictive, vegetation): New const volatile array constants.
11488 * gdb.base/volatile.exp: Test volatile and const volatile array
11489 types.
11490
11491 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11492
11493 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
11494 target lacks support for awatch, rwatch, or hbreak.
11495
11496 2014-06-27 Yao Qi <yao@codesourcery.com>
11497
11498 * gdb.multi/dummy-frame-restore.exp: New.
11499 * gdb.multi/dummy-frame-restore.c: New.
11500
11501 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
11502
11503 * gdb.btrace/gcore.exp: New.
11504
11505 2014-06-23 Pedro Alves <palves@redhat.com>
11506
11507 * gdb.base/watchpoint-reuse-slot.c: New file.
11508 * gdb.base/watchpoint-reuse-slot.exp: New file.
11509
11510 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
11511
11512 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
11513 progspace's filename in 'info', 'enable' and 'disable' command
11514 tests.
11515
11516 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11517
11518 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
11519 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
11520 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
11521
11522 2014-06-20 Gary Benson <gbenson@redhat.com>
11523
11524 * gdb.arch/i386-avx.exp: Fix include file location.
11525 * gdb.arch/i386-sse.exp: Likewise.
11526
11527 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
11528
11529 * gdb.dlang/expression.exp: New file.
11530
11531 2014-06-19 Pedro Alves <palves@redhat.com>
11532
11533 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
11534 out from ...
11535 (top level): ... here. Iterate running tests under different
11536 scheduler-locking settings.
11537
11538 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
11539
11540 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
11541 to DW_FORM_addr and use non-zero addresses.
11542
11543 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
11544
11545 PR gdb/17017
11546 * gdb.python/py-xmethods.cc: Add global function call counters and
11547 increment them in their respective functions. Remove "cout"
11548 statements.
11549 * gdb.python/py-xmethods.exp: Make tests check the global function
11550 call counters instead of depending on inferior IO.
11551
11552 2014-06-18 Don Breazeal <donb@codesourcery.com>
11553
11554 * gdb.base/foll-fork.exp (default_fork_parent_follow):
11555 Deleted procedure.
11556 (explicit_fork_parent_follow): Deleted procedure.
11557 (explicit_fork_child_follow): Deleted procedure.
11558 (test_follow_fork): New procedure.
11559 (do_fork_tests): Replace calls to deleted procedures with
11560 calls to test_follow_fork and reset GDB for subsequent
11561 procedure calls.
11562
11563 2014-06-17 Yao Qi <yao@codesourcery.com>
11564
11565 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
11566 CP1252.
11567
11568 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
11569
11570 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
11571 Initialize ptr and S explicitly.
11572 (skip_type_update_when_not_use_rtti_test): Likewise.
11573
11574 2014-06-16 Keith Seitz <keiths@redhat.com>
11575
11576 PR mi/15863
11577 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
11578 the inferior is started.
11579
11580 2014-06-16 Pedro Alves <palves@redhat.com>
11581
11582 * gdb.base/break-main-file-remove-fail.c: New file.
11583 * gdb.base/break-main-file-remove-fail.exp: New file.
11584 * gdb.base/break-unload-file.exp: Use build_executable instead of
11585 prepare_for_testing.
11586 (test_break): New parameter "initial_load". Handle it.
11587 (top level): Add initial_load cmdline/file axis.
11588
11589 2014-06-12 Tom Tromey <tromey@redhat.com>
11590
11591 * gdb.base/completion.exp: Don't use directory name in test.
11592
11593 2014-06-09 Gary Benson <gbenson@redhat.com>
11594
11595 * gdb.base/sigall.c [Functions to send signals]: Reorder to
11596 separate the always-available ANSI-standard signals from the
11597 signals that require checking.
11598 (main): Likewise.
11599 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
11600 Likewise.
11601 (main): Likewise.
11602
11603 2014-06-07 Keith Seitz <keiths@redhat.com>
11604
11605 Revert:
11606 PR c++/16253
11607 * gdb.cp/var-tag.cc: New file.
11608 * gdb.cp/var-tag.exp: New file.
11609 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
11610 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
11611 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
11612 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
11613
11614 2014-06-06 Doug Evans <xdje42@gmail.com>
11615
11616 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
11617
11618 2014-06-06 Pedro Alves <palves@redhat.com>
11619
11620 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
11621 in target debug output instead of looking at RSP packets,
11622 disabling the test on any target that uses hardware stepping.
11623 Update comments.
11624
11625 2014-06-06 Pedro Alves <palves@redhat.com>
11626
11627 * gdb.base/break-unload-file.exp: Fix typo.
11628
11629 2014-06-06 Yao Qi <yao@codesourcery.com>
11630
11631 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
11632 from "jit_function" to "^jit_function".
11633
11634 2014-06-06 Yao Qi <yao@codesourcery.com>
11635
11636 * gdb.base/async.c (foo): Add one statement.
11637 * gdb.base/async.exp: Get the next instruction address and
11638 match the output of "nexti" by instruction address. Match
11639 the hex address in the output of "finish".
11640
11641 2014-06-06 Gary Benson <gbenson@redhat.com>
11642
11643 * gdb.base/call-signals.c: Remove preprocessor conditionals
11644 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
11645 SIGSEGV and SIGTERM.
11646 * gdb.base/sigall.c: Likewise.
11647 * gdb.base/unwindonsignal.c: Likewise.
11648 * gdb.reverse/sigall-reverse.c: Likewise.
11649
11650 2014-06-06 Yao Qi <yao@codesourcery.com>
11651
11652 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
11653 readable, skip the test.
11654
11655 2014-06-06 Yao Qi <yao@codesourcery.com>
11656
11657 * gdb.threads/staticthreads.c (thread_function): Move the line
11658 setting breakpoint on forward.
11659 * gdb.threads/staticthreads.exp: Update comments.
11660
11661 2014-06-05 Ludovic Courtès <ludo@gnu.org>
11662
11663 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
11664 "history-append! type error".
11665
11666 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
11667
11668 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
11669 erroneous dprintf expected input.
11670
11671 2014-06-04 Doug Evans <xdje42@gmail.com>
11672
11673 * gdb.guile/scm-generics.exp: Delete.
11674
11675 2014-06-04 Doug Evans <xdje42@gmail.com>
11676
11677 * gdb.guile/scm-breakpoint.exp: Update.
11678 Add tests for breakpoint registration.
11679
11680 2014-06-04 Tom Tromey <tromey@redhat.com>
11681
11682 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
11683 VLA-in-union.
11684 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
11685 inner_vla_struct, vla_union types. Initialize objects of those
11686 types and compute their sizes.
11687
11688 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
11689 Hui Zhu <hui@codesourcery.com>
11690
11691 * gdb.base/fileio.exp: Add test for shell not available as well as
11692 available.
11693 * gdb.base/fileio.c (test_system): Check for shell twice.
11694
11695 2014-06-04 Yao Qi <yao@codesourcery.com>
11696
11697 * gdb.base/auto-connect-native-target.exp: Remove redundant
11698 space from the regexp pattern.
11699
11700 2014-06-04 Yao Qi <yao@codesourcery.com>
11701
11702 * gdb.base/default.exp: Replace "child" with "native" in
11703 regexp pattern.
11704
11705 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
11706
11707 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
11708 * gdb.python/py-xmethods.exp: New tests to test xmethods.
11709 * gdb.python/py-xmethods.py: Python script supporting the
11710 new testcase and tests.
11711
11712 2014-06-03 Joel Brobecker <brobecker@adacore.com>
11713 Pedro Alves <palves@redhat.com>
11714
11715 PR breakpoints/17000
11716 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
11717 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
11718
11719 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
11720
11721 * gdb.base/subst.exp: Add tests to verify partial path matching
11722 output.
11723
11724 2014-06-03 Pedro Alves <palves@redhat.com>
11725
11726 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
11727 target that doesn't use software single-stepping.
11728
11729 2014-06-03 Pedro Alves <palves@redhat.com>
11730
11731 PR breakpoints/17000
11732 * gdb.base/sss-bp-on-user-bp-2.c: New file.
11733 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
11734
11735 2014-06-02 Doug Evans <xdje42@gmail.com>
11736
11737 * gdb.guile/scm-parameter.exp: New file.
11738
11739 2014-06-02 Doug Evans <xdje42@gmail.com>
11740
11741 * gdb.guile/scm-cmd.c: New file.
11742 * gdb.guile/scm-cmd.exp: New file.
11743
11744 2014-06-02 Doug Evans <xdje42@gmail.com>
11745
11746 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
11747 pretty-printer lookup.
11748 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
11749 (make-pp_s-printer): Call it.
11750 (make-pretty-printer-from-dict): New function.
11751 (lookup-pretty-printer-maker-from-dict): New function.
11752 (*pretty-printer*): Simplify.
11753 (make-objfile-pp_s-printer): New function.
11754 (install-objfile-pretty-printers!): New function.
11755 (make-progspace-pp_s-printer): New function.
11756 (install-progspace-pretty-printers!): New function.
11757 * gdb.guile/scm-progspace.c: New file.
11758 * gdb.guile/scm-progspace.exp: New file.
11759
11760 2014-06-02 Pedro Alves <palves@redhat.com>
11761
11762 * gdb.base/dprintf-bp-same-addr.c: New file.
11763 * gdb.base/dprintf-bp-same-addr.exp: New file.
11764
11765 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11766
11767 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
11768 * gdb.arch/powerpc-power.s: Likewise.
11769
11770 2014-06-02 Joel Brobecker <brobecker@adacore.com>
11771
11772 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
11773
11774 2014-06-01 Yao Qi <yao@codesourcery.com>
11775
11776 * gdb.base/watchpoint.exp (test_watch_location): Check null
11777 pointer can be dereferenced. If not, do the test, otherwise
11778 skip it.
11779
11780 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
11781
11782 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
11783 results.
11784 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
11785
11786 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
11787
11788 * gdb.arch/amd64-invalid-stack-middle.S: New file.
11789 * gdb.arch/amd64-invalid-stack-middle.c: New file.
11790 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
11791 * gdb.arch/amd64-invalid-stack-top.c: New file.
11792 * gdb.arch/amd64-invalid-stack-top.exp: New file.
11793
11794 2014-05-30 Pedro Alves <palves@redhat.com>
11795
11796 PR breakpoints/17000
11797 * gdb.base/sss-bp-on-user-bp.c: New file.
11798 * gdb.base/sss-bp-on-user-bp.exp: New file.
11799
11800 2014-05-30 David Blaikie <dblaikie@gmail.com>
11801
11802 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
11803 gnu_inline semantics via attribute.
11804 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
11805 source explicitly specifies the required semantics.
11806
11807 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
11808
11809 * gdb.reverse/sigall-reverse.exp: Fix a typo.
11810
11811 2014-05-29 Pedro Alves <palves@redhat.com>
11812 Tom Tromey <tromey@redhat.com>
11813
11814 * gdb.base/async-shell.exp: Don't enable target-async.
11815 * gdb.base/async.exp
11816 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
11817 parameter. Adjust.
11818 (top level): Don't test with "target-async".
11819 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
11820 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
11821 * gdb.base/inferior-died.exp: Don't enable target-async.
11822 * gdb.base/interrupt-noterm.exp: Likewise.
11823 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
11824 * gdb.mi/mi-nonstop-exit.exp: Likewise.
11825 * gdb.mi/mi-nonstop.exp: Likewise.
11826 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
11827 * gdb.mi/mi-nsintrall.exp: Likewise.
11828 * gdb.mi/mi-nsmoribund.exp: Likewise.
11829 * gdb.mi/mi-nsthrexec.exp: Likewise.
11830 * gdb.mi/mi-watch-nonstop.exp: Likewise.
11831 * gdb.multi/watchpoint-multi.exp: Adjust comment.
11832 * gdb.python/py-evsignal.exp: Don't enable target-async.
11833 * gdb.python/py-evthreads.exp: Likewise.
11834 * gdb.python/py-prompt.exp: Likewise.
11835 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
11836 * gdb.server/solib-list.exp: Don't enable target-async.
11837 * gdb.threads/thread-specific-bp.exp: Likewise.
11838 * lib/mi-support.exp: Adjust to use mi-async.
11839
11840 2014-05-29 Pedro Alves <palves@redhat.com>
11841
11842 PR gdb/13860
11843 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
11844 reason, even in sync mode.
11845
11846 2014-05-29 Pedro Alves <palves@redhat.com>
11847 Hui Zhu <hui@codesourcery.com>
11848
11849 PR PR15693
11850 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
11851 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
11852 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
11853 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
11854
11855 2014-05-28 Joel Brobecker <brobecker@adacore.com>
11856
11857 * config/monitor.exp (gdb_target_monitor): Replace use of
11858 "set remotebaud" by "set serial baud".
11859
11860 2014-05-26 Andy Wingo <wingo@igalia.com>
11861
11862 * gdb.guile/scm-breakpoint.exp:
11863 * gdb.guile/scm-gsmob.exp: Update to use plain old object
11864 properties instead of gdb-object-properties.
11865
11866 2014-05-26 Yao Qi <yao@codesourcery.com>
11867
11868 * gdb.server/no-thread-db.exp: Specify source file name
11869 explicitly when setting a breakpoint.
11870
11871 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
11872
11873 * gdb.btrace/vdso.c: New.
11874 * gdb.btrace/vdso.exp: New.
11875
11876 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
11877
11878 * gdb.base/gcore.exp (capture_command_output): Move ...
11879 * lib/gdb.exp (capture_command_output): ... here.
11880
11881 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
11882
11883 * gdb.btrace/data.exp: Test memory access during btrace replay.
11884
11885 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
11886
11887 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
11888
11889 2014-05-21 Pedro Alves <palves@redhat.com>
11890
11891 PR gdb/13860
11892 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
11893 (top level): Test that output related to execution commands is
11894 sent to the console with CLI commands, but not with MI commands.
11895 Test that breakpoint events are always mirrored to the console.
11896 Also expect the new source line to be output after a "next" in
11897 async mode too. Make it a pass/fail test.
11898 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
11899 output.
11900 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
11901
11902 2014-05-21 Pedro Alves <palves@redhat.com>
11903
11904 * gdb.base/list.exp (build_pattern, test_list): New procedures.
11905 Use them to test variations of "list" after reaching a breakpoint.
11906 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
11907 Test "list" with listsize 10 after reaching a breakpoint.
11908 * gdb.python/python.exp (decode_line current location line
11909 number): Adjust expected line number.
11910
11911 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
11912
11913 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
11914 behavior for $args, pass it directly to "run".
11915
11916 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
11917
11918 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
11919 30000 to 65536.
11920
11921 2014-05-21 Pedro Alves <palves@redhat.com>
11922
11923 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
11924 auto-connect-native-target off".
11925 * gdb.base/auto-connect-native-target.c: New file.
11926 * gdb.base/auto-connect-native-target.exp: New file.
11927
11928 2014-05-21 Pedro Alves <palves@redhat.com>
11929
11930 * gdb.base/default.exp: Test "target native" instead of "target
11931 child".
11932
11933 2014-05-21 Mark Wielaard <mjw@redhat.com>
11934
11935 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11936
11937 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11938
11939 Fix TLS access for -static -pthread.
11940 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
11941 <HAVE_TLS> (thread_function, main): Initialize it.
11942 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
11943 Add clean_restart.
11944 <$have_tls != "">: Check TLSVAR.
11945
11946 2014-05-21 Pedro Alves <palves@redhat.com>
11947
11948 * gdb.base/dcache-line-read-error.c: New.
11949 * gdb.base/dcache-line-read-error.exp: New.
11950
11951 2014-05-20 Pedro Alves <palves@redhat.com>
11952
11953 * gdb.base/compare-sections.c: New file.
11954 * gdb.base/compare-sections.exp: New file.
11955
11956 2014-05-20 Pedro Alves <palves@redhat.com>
11957
11958 * gdb.base/break-idempotent.c: New file.
11959 * gdb.base/break-idempotent.exp: New file.
11960
11961 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
11962
11963 * gdb.btrace/nohist.exp: New.
11964
11965 2014-05-20 Yao Qi <yao@codesourcery.com>
11966
11967 * lib/gdb.exp (gdb_init): Set timeout if test file is under
11968 gdb.reverse directory and gdb_reverse_timeout exists in board
11969 setting.
11970 * README: Document gdb_reverse_timeout.
11971
11972 2014-05-20 Yao Qi <yao@codesourcery.com>
11973
11974 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
11975 'test_file_name'. Treat args as a string instead of a list.
11976 (gdb_init): Rename argument 'args' by 'test_file_name'.
11977
11978 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11979
11980 * gdb.arch/powerpc-power.exp: New file.
11981 * gdb.arch/powerpc-power.s: New file.
11982
11983 2014-05-16 Doug Evans <dje@google.com>
11984
11985 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
11986 * gdb.base/completion.exp: Check that all expected files exist
11987 before doing file completion.
11988
11989 2014-05-16 Doug Evans <dje@google.com>
11990
11991 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
11992 Update.
11993 (do_syscall_tests_without_xml): Update.
11994
11995 2014-05-16 Pedro Alves <palves@redhat.com>
11996
11997 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
11998 instead of "unknown output after running".
11999
12000 2014-05-16 Yao Qi <yao@codesourcery.com>
12001
12002 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
12003 file1.txt from host at the end.
12004 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12005
12006 2014-05-15 Doug Evans <dje@google.com>
12007
12008 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
12009 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
12010 loading file. Add test for TU lookup.
12011
12012 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12013
12014 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
12015 calling "-exec-arguments" or "set args" before running the
12016 inferior.
12017
12018 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12019
12020 * lib/mi-support.exp (mi_expect_stop): Expect message for
12021 inferiors that exit with non-zero exit code.
12022
12023 2014-05-14 Yao Qi <yao@codesourcery.com>
12024
12025 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
12026 match absolute path on remote host.
12027 (test_file_list_exec_source_files): Remove "/" from the
12028 pattern.
12029
12030 2014-05-14 Yao Qi <yao@codesourcery.com>
12031
12032 * boards/local-remote-host-notty.exp (${board}_file): New
12033 proc.
12034
12035 2014-05-07 Kyle McMartin <kyle@redhat.com>
12036
12037 Pushed by Joel Brobecker <brobecker@adacore.com>.
12038 * gdb.arch/aarch64-atomic-inst.c: New file.
12039 * gdb.arch/aarch64-atomic-inst.exp: New file.
12040
12041 2014-05-07 Yao Qi <yao@codesourcery.com>
12042
12043 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
12044 in current context" too.
12045
12046 2014-05-05 Keith Seitz <keiths@redhat.com>
12047
12048 * gdb.linespec/ls-dollar.exp: Add test for linespec
12049 file:convenience_variable.
12050
12051 2014-05-05 Yao Qi <yao@codesourcery.com>
12052
12053 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
12054 traceframes into tfile and ctf trace files. Read data from
12055 trace file and test collected data.
12056 (gdb_collect_locals_test): Likewise.
12057 (gdb_unavailable_registers_test): Likewise.
12058 (gdb_unavailable_floats): Likewise.
12059 (gdb_collect_globals_test): Likewise.
12060 (top-level): Append "ctf" to trace_file_targets if GDB
12061 supports.
12062
12063 2014-05-05 Yao Qi <yao@codesourcery.com>
12064
12065 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
12066 code to ...
12067 (gdb_collect_args_test_1): ... it. New proc.
12068 (gdb_collect_locals_test): Move some code to ...
12069 (gdb_collect_locals_test_1): ... it. New proc.
12070 (gdb_unavailable_registers_test): Move some code to ...
12071 (gdb_unavailable_registers_test_1): ... it. New proc.
12072 (gdb_unavailable_floats): Move some code to ...
12073 (gdb_unavailable_floats_1): ... it. New proc.
12074
12075 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12076
12077 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
12078 probes to test for bitness recognition.
12079 * gdb.arch/amd64-stap-optional-prefix.exp
12080 (test_probe_value_without_reg): New procedure.
12081 Add code to test for different kinds of bitness.
12082
12083 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12084
12085 PR breakpoints/16889
12086 * gdb.arch/amd64-stap-optional-prefix.S: New file.
12087 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12088
12089 2014-05-01 Pedro Alves <palves@redhat.com>
12090
12091 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
12092 gdb_file_cmd if no file is specified.
12093 * boards/native-extended-gdbserver.exp (gdb_load): Use the
12094 last_loaded_file to set the remote exec-file.
12095
12096 2014-05-01 Pedro Alves <palves@redhat.com>
12097
12098 * boards/local-remote-host.exp: New file.
12099
12100 2014-05-01 Pedro Alves <palves@redhat.com>
12101
12102 * boards/local-remote-host.exp: Rename to ...
12103 * boards/local-remote-host-notty.exp: ... this.
12104
12105 2014-04-28 Joel Brobecker <brobecker@adacore.com>
12106
12107 * gdb.ada/dyn_arrayidx: New testcase.
12108
12109 2014-04-26 Yao Qi <yao@codesourcery.com>
12110
12111 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
12112 and compute the length of function main. Save it in
12113 $main_length.
12114 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
12115 (top-level): Use gdb_compile to compile objects into
12116 executable and restart GDB. Remove invocation to
12117 prepare_for_testing.
12118
12119 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
12120 Pedro Alves <palves@redhat.com>
12121
12122 PR server/16255
12123 * gdb.multi/multi-attach.c: New file.
12124 * gdb.multi/multi-attach.exp: New file.
12125
12126 2014-04-25 Pedro Alves <palves@redhat.com>
12127
12128 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
12129 user.
12130 (top level): Test that "set remote conditional-breakpoints-packet
12131 off" works as intended.
12132 * gdb.base/dprintf.exp: Test that "set remote
12133 breakpoint-commands-packet off" works as intended.
12134 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
12135 New function.
12136 (top level): Call it.
12137 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
12138 remote fast-tracepoints-packet off" works as intended.
12139 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
12140 * lib/gdb.exp (gdb_is_target_remote): ... here.
12141
12142 2014-04-24 David Blaikie <dblaikie@gmail.com>
12143
12144 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
12145 ensure clang would not discard them.
12146 * gdb.base/gdbvars.c: Ditto.
12147 * gdb.base/memattr.c: Ditto.
12148 * gdb.base/whatis.c: Ditto.
12149 * gdb.python/py-prettyprint.c: Ditto.
12150 * gdb.trace/actions.c: Ditto.
12151 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
12152 ensure clang would not discard it.
12153
12154 2014-04-24 David Blaikie <dblaikie@gmail.com>
12155
12156 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
12157 clang to emit the full definition of type required by the test
12158 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
12159
12160 2014-04-24 David Blaikie <dblaikie@gmail.com>
12161
12162 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
12163 coax Clang into emitting the definition of the type.
12164 * gdb.cp/pr10728-x.h (y): Ditto.
12165 * gdb.cp/pr10728-y.cc (y): Ditto.
12166
12167 2014-04-24 David Blaikie <dblaikie@gmail.com>
12168
12169 * gdb.base/label.exp: XFAIL label related tests under Clang.
12170 * gdb.cp/cplabel.exp: Ditto.
12171 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
12172 under Clang those using labels.
12173
12174 2014-04-25 Yao Qi <yao@codesourcery.com>
12175
12176 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
12177 double_label.
12178 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
12179 partial_label and double_label.
12180
12181 2014-04-24 David Blaikie <dblaikie@gmail.com>
12182
12183 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
12184
12185 2014-04-24 David Blaikie <dblaikie@gmail.com>
12186
12187 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
12188 of the function to work across GCC and Clang.
12189 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
12190 pointer types (const void ** const V void **).
12191
12192 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
12193 Walfred Tedeschi <walfred.tedeschi@intel.com>
12194
12195 * Makefile.in (EXECUTABLES): Added i386-avx512.
12196 * gdb.arch/i386-avx512.c: New file.
12197 * gdb.arch/i386-avx512.exp: Likewise.
12198
12199 2014-04-23 Keith Seitz <keiths@redhat.com>
12200
12201 * lib/mi-support.exp (mi_list_breakpoints): Delete.
12202 (mi_make_breakpoint_table): New procedure.
12203 (mi_create_breakpoint): Use mi_make_breakpoint
12204 and return the result.
12205 (mi_make_breakpoint): New procedure.
12206 (mi_build_kv_pairs): New procedure.
12207
12208 * gdb.mi/mi-break.exp: Remove unused globals,
12209 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
12210 All callers updated.
12211 * gdb.mi/mi-dprintf.exp: Use variable to track command
12212 number.
12213 Update all callers of mi_create_breakpoint and use
12214 mi_make_breakpoint_table.
12215 Remove any unused global variables.
12216 * gdb.mi/mi-nonstop.exp: Likewise.
12217 * gdb.mi/mi-nsintrall.exp: Likewise.
12218 * gdb.mi/mi-nsmoribund.exp: Likewise.
12219 * gdb.mi/mi-nsthrexec.exp: Likewise.
12220 * gdb.mi/mi-reverse.exp: Likewise.
12221 * gdb.mi/mi-simplerun.exp: Likewise.
12222 * gdb.mi/mi-stepn.exp: Likewise.
12223 * gdb.mi/mi-syn-frame.exp: Likewise.
12224 * gdb.mi/mi-until.exp: Likewise.
12225 * gdb.mi/mi-var-cp.exp: Likewise.
12226 * gdb.mi/mi-var-display.exp: Likewise.
12227 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
12228 * gdb.mi/mi2-var-child.exp: Likewise.
12229 * gdb.mi/mi-vla-c99.exp: Likewise.
12230 * lib/mi-support.exp: Likewise.
12231
12232 From Ian Lance Taylor <iant@cygnus.com>:
12233 * lib/gdb.exp (parse_args): New procedure.
12234
12235 2014-04-23 Pedro Alves <palves@redhat.com>
12236
12237 * gdb.base/break-unload-file.c: New file.
12238 * gdb.base/break-unload-file.exp: New file.
12239 * gdb.base/sym-file-lib.c (baz): New function.
12240 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
12241 field.
12242 (load): Store the segment's mapped size.
12243 (unload): New function.
12244 (unload_shlib): New function.
12245 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
12246 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
12247 set a breakpoint at baz, and call it.
12248 * gdb.base/sym-file.exp: New tests for stale breakpoint
12249 instructions.
12250
12251 2014-04-23 Pedro Alves <palves@redhat.com>
12252
12253 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
12254 * gdb.base/hbreak-in-shr-unsupported.c: New file.
12255 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
12256 * gdb.base/hbreak-unmapped.c: New file.
12257 * gdb.base/hbreak-unmapped.exp: New file.
12258 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
12259 * lib/gdb.exp (gdb_is_target_remote): ... here.
12260
12261 2014-04-22 Pedro Alves <palves@redhat.com>
12262
12263 * gdb.base/consecutive-step-over.c: New file.
12264 * gdb.base/consecutive-step-over.exp: New file.
12265
12266 2014-04-22 Pedro Alves <palves@redhat.com>
12267
12268 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
12269 instead of send_gdb/gdb_expect.
12270
12271 2014-04-22 Yao Qi <yao@codesourcery.com>
12272
12273 * lib/trace-support.exp (generate_tracefile): New procedure.
12274 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
12275 return 0.
12276 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
12277 if generate_tracefile returns 1.
12278
12279 2014-04-18 Tom Tromey <palves@redhat.com>
12280 Pedro alves <tromey@redhat.com>
12281
12282 PR backtrace/15558
12283 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
12284 with a backtrace limit.
12285 * gdb.python/py-frame-inline.exp: Test running to an inline
12286 function with a backtrace limit, and printing the newest frame.
12287 * gdb.python/py-frame-inline.c (main): Call f.
12288
12289 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
12290
12291 * gdb.java/jnpe.exp: Drop srcdir from untested path.
12292
12293 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
12294
12295 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
12296 Drop prefix from unsupported source file path.
12297
12298 2014-04-17 Yao Qi <yao@codesourcery.com>
12299
12300 * lib/gdb.exp (with_target_charset): New proc.
12301 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
12302 with_target_charset.
12303 (test_print_strings): Likewise.
12304 (test_repeat_bytes): Likewise.
12305 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
12306 for some tests.
12307
12308 2014-04-16 Keith Seitz <keiths@redhat.com>
12309
12310 PR gdb/15827
12311 * gdb.dwarf2/corrupt.c: New file.
12312 * gdb.dwarf2/corrupt.exp: New file.
12313
12314 2014-04-16 Keith Seitz <keiths@redhat.com>
12315
12316 PR c++/16597
12317 * gdb.cp/namelessclass.cc: New file.
12318 * gdb.cp/namelessclass.exp: New file.
12319 * gdb.cp/namelessclass.S: New file.
12320
12321 2014-04-16 Doug Evans <dje@google.com>
12322
12323 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
12324 Add comment.
12325 (gdbserver_default_get_comm_port): New function.
12326 (gdbserver_start): Check if board file provided
12327 "gdbserver,get_comm_port" and use it if so.
12328 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
12329 (gdb,socketport): Set to "stdio".
12330 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
12331 (stdio_gdbserver_template): Delete.
12332 (${board}_get_remote_address): Update.
12333 (${board}_build_remote_cmd): Delete.
12334 (${board}_get_comm_port): New function.
12335 (${board}_spawn): Update.
12336 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
12337 Delete.
12338 (${board}_get_remote_address): Update.
12339 (${board}_get_comm_port): New function.
12340
12341 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
12342
12343 * gdb.base/memattr.exp: Improve regexps to handle memory regions
12344 appearing in any order.
12345
12346 2014-04-15 Doug Evans <dje@google.com>
12347
12348 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
12349 uninitialized value of "description".
12350
12351 2014-04-15 Keith Seitz <keiths@redhat.com>
12352
12353 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
12354 Remove unused globals.
12355 (test_running_the_program): Likewise.
12356 (test_controlled_execution): Likewise.
12357 (test_controlling_breakpoints): Likewise.
12358 (test_program_termination): Likewise.
12359
12360 2014-04-15 Keith Seitz <keiths@redhat.com>
12361
12362 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
12363 unused globals.
12364 (test_rbreak_creation_and_listing): Likewise.
12365 (test_ignore_count): Likewise.
12366 (test_error): Likewise.
12367
12368 2014-04-15 Pedro Alves <palves@redhat.com>
12369
12370 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
12371 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
12372 sym-file-loader.c.
12373 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
12374 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
12375 to sym-file-loader.c.
12376 (struct library): Forward declare.
12377 (load_shlib, lookup_function): Change prototypes.
12378 (find_shstrtab, find_strtab, find_shdr, find_symtab)
12379 (translate_offset): Remove declarations.
12380 (get_text_addr): New declaration.
12381 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
12382 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
12383 sym-file-loader.h.
12384 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
12385 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
12386 here from sym-file-loader.h.
12387 (struct library): New structure.
12388 (load_shlib, lookup_function): Change prototypes and adjust to
12389 work with a struct library.
12390 (find_shstrtab, find_strtab, find_shdr, find_symtab)
12391 (translate_offset): Make static.
12392 (get_text_addr): New function.
12393 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
12394
12395 2014-04-15 Pedro Alves <palves@redhat.com>
12396
12397 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
12398
12399 2014-04-15 Pedro Alves <palves@redhat.com>
12400
12401 * gdb.base/sym-file-loader.c: Include <limits.h>.
12402 (SELF_LINK): New define.
12403 (get_origin): New function.
12404 (load_shlib): Use it.
12405 * gdb.base/sym-file.exp: Don't early return if the target is
12406 remote. Use runto_main, and issue fail is that fails. Use
12407 gdb_load_shlibs.
12408 (shlib_name): Delete.
12409 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
12410
12411 2014-04-15 Pedro Alves <palves@redhat.com>
12412
12413 * gdb.base/sym-file.exp: Remove regex characters from test
12414 message. Don't refer to breakpoint numbers in test messages.
12415
12416 2014-04-14 Keith Seitz <keiths@redhat.com>
12417
12418 PR c++/16253
12419 * gdb.cp/var-tag.cc: New file.
12420 * gdb.cp/var-tag.exp: New file.
12421 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12422 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12423 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12424 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12425
12426 2014-04-14 Tom Tromey <tromey@redhat.com>
12427
12428 * gdb.cp/classes.exp (test_enums): Handle underlying type.
12429 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
12430 type.
12431 * gdb.cp/enum-class.exp: New file.
12432 * gdb.cp/enum-class.cc: New file.
12433
12434 2014-04-14 Tom Tromey <tromey@redhat.com>
12435
12436 * gdb.dwarf2/enum-type.exp: New file.
12437
12438 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12439
12440 * gdb.mi/mi-vla-c99.exp: New file.
12441 * gdb.mi/vla.c: New file.
12442
12443 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12444
12445 * gdb.base/vla-datatypes.c: New file.
12446 * gdb.base/vla-datatypes.exp: New file.
12447
12448 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12449
12450 * gdb.base/vla-ptr.c: New file.
12451 * gdb.base/vla-ptr.exp: New file.
12452
12453 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12454
12455 * gdb.dwarf2/count.exp: New file.
12456
12457 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12458
12459 * gdb.base/vla-sideeffect.c: New file.
12460 * gdb.base/vla-sideeffect.exp: New file.
12461
12462 2014-04-14 David Blaikie <dblaikie@gmail.com>
12463
12464 * gdb.mi/non-stop.c: Add return value for non-void function return
12465 statement.
12466 * gdb.threads/staticthreads.c: Ditto.
12467
12468 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
12469 Doug Evans <xdje42@gmail.com>
12470
12471 * gdb.guile/scm-value.c: Improve test case.
12472 * gdb.guile/scm-value.exp: Add new test.
12473
12474 2014-04-11 David Blaikie <dblaikie@gmail.com>
12475
12476 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
12477 override Clang's default.
12478
12479 2014-04-11 Joel Brobecker <brobecker@adacore.com>
12480
12481 Revert the following changes (regressions):
12482
12483 * gdb.base/vla-sideeffect.c: New file.
12484 * gdb.base/vla-sideeffect.exp: New file.
12485
12486 * gdb.dwarf2/count.exp: New file.
12487
12488 * gdb.base/vla-multi.c: New file.
12489 * gdb.base/vla-multi.exp: New file.
12490
12491 * gdb.base/vla-ptr.c: New file.
12492 * gdb.base/vla-ptr.exp: New file.
12493
12494 * gdb.base/vla-datatypes.c: New file.
12495 * gdb.base/vla-datatypes.exp: New file.
12496
12497 * gdb.mi/mi-vla-c99.exp: New file.
12498 * gdb.mi/vla.c: New file.
12499
12500 2014-04-11 Keith Seitz <keiths@redhat.com>
12501
12502 PR c++/16675
12503 * gdb.cp/cpsizeof.exp: New file.
12504 * gdb.cp/cpsizeof.cc: New file.
12505
12506 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12507
12508 * gdb.mi/mi-vla-c99.exp: New file.
12509 * gdb.mi/vla.c: New file.
12510
12511 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12512
12513 * gdb.base/vla-datatypes.c: New file.
12514 * gdb.base/vla-datatypes.exp: New file.
12515
12516 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12517
12518 * gdb.base/vla-ptr.c: New file.
12519 * gdb.base/vla-ptr.exp: New file.
12520
12521 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12522
12523 * gdb.base/vla-multi.c: New file.
12524 * gdb.base/vla-multi.exp: New file.
12525
12526 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12527
12528 * gdb.dwarf2/count.exp: New file.
12529
12530 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12531
12532 * gdb.base/vla-sideeffect.c: New file.
12533 * gdb.base/vla-sideeffect.exp: New file.
12534
12535 2014-04-11 Yao Qi <yao@codesourcery.com>
12536
12537 * gdb.base/completion.exp: Check file exists before running tests
12538 on file completion.
12539
12540 2014-04-10 Pedro Alves <palves@redhat.com>
12541
12542 * gdb.base/cond-eval-mode.c: New file.
12543 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
12544 prepare_for_testing to build the new file. Check result of
12545 runto_main.
12546 (test_break, test_watch): New procedures.
12547 (top level): Use them.
12548
12549 2014-04-08 Pierre Muller <muller@sourceware.org>
12550
12551 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
12552 Ctrl-V use for mingw hosts.
12553
12554 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
12555
12556 * gdb.python/py-value.c: Improve test case.
12557 * gdb.python/py-value.exp: Add new test.
12558
12559 2014-04-07 David Blaikie <dblaikie@gmail.com>
12560
12561 * lib/compiler.c: Identify the clang compiler.
12562 * lib/compiler.cc: Ditto.
12563
12564 2014-04-03 Yao Qi <yao@codesourcery.com>
12565
12566 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
12567
12568 2014-04-01 Anton Blanchard <anton@samba.org>
12569
12570 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
12571 messages unique.
12572
12573 2014-04-01 Anton Blanchard <anton@samba.org>
12574
12575 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
12576 prepare_for_testing.
12577
12578 2014-04-01 Anton Blanchard <anton@samba.org>
12579
12580 * gdb.arch/ppc64-atomic-inst.c: Remove.
12581 * gdb.arch/ppc64-atomic-inst.S: New file.
12582 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
12583
12584 2014-03-31 Doug Evans <dje@google.com>
12585
12586 * gdb.base/print-symbol-loading-lib.c: New file.
12587 * gdb.base/print-symbol-loading-main.c: New file.
12588 * gdb.base/print-symbol-loading.exp: New file.
12589
12590 2014-03-31 Yao Qi <yao@codesourcery.com>
12591
12592 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
12593
12594 2014-03-28 Joel Brobecker <brobecker@adacore.com>
12595
12596 * gdb.ada/mi_dyn_arr: New testcase.
12597
12598 2014-03-27 Doug Evans <dje@google.com>
12599
12600 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
12601
12602 2014-03-27 Yao Qi <yao@codesourcery.com>
12603
12604 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
12605 if target is nios2-*-*.
12606
12607 2014-03-26 Yao Qi <yao@codesourcery.com>
12608
12609 * lib/gdb.exp (readline_is_used): New proc.
12610 * gdb.base/completion.exp: Move tests on command complete up.
12611 Skip the rest of tests if readline is not used.
12612 * gdb.ada/complete.exp: Skp the test if readline is not
12613 used.
12614 * gdb.base/filesym.exp: Likewise.
12615 * gdb.base/macscp.exp: Likewise.
12616 * gdb.base/readline-ask.exp: Likewise.
12617 * gdb.base/readline.exp: Likewise.
12618 * gdb.python/py-cmd.exp: Likewise.
12619 * gdb.trace/tfile.exp: Likewise.
12620
12621 2014-03-26 Yao Qi <yao@codesourcery.com>
12622
12623 * gdb.base/macscp.exp: Fix code format issues.
12624
12625 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
12626
12627 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
12628 * gdb.asm/powerpc64le.inc: New file.
12629
12630 2014-03-25 Pedro Alves <palves@redhat.com>
12631 Doug Evans <dje@google.com>
12632
12633 * gdb.base/source-execution.c: New file.
12634 * gdb.base/source-execution.exp: New file.
12635 * gdb.base/source-execution.gdb: New file.
12636
12637 2014-03-24 Doug Evans <dje@google.com>
12638
12639 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
12640 using fission.
12641
12642 2014-03-24 Hui Zhu <hui@codesourcery.com>
12643 Pedro Alves <palves@redhat.com>
12644
12645 PR breakpoints/16101
12646 * gdb.base/dprintf.exp: Use unsupported rather than changing the
12647 test pass/fail messages. Detect missing support for dprintf when
12648 breakpoints are actually inserted.
12649 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
12650 breakpoints are actually inserted.
12651 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
12652 fails.
12653
12654 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12655
12656 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
12657
12658 2014-03-22 Doug Evans <xdje42@gmail.com>
12659
12660 * gdb.python/python.exp (python not supported): Verify multi-line
12661 python command issues an error.
12662 * gdb.guile/guile.exp (guile not supported): Verify multi-line
12663 guile command issues an error.
12664
12665 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
12666
12667 * gdb.threads/thread-specific.exp: Handle the lack of usable
12668 $this_breakpoint and $this_thread.
12669
12670 2014-03-21 Hui Zhu <hui@codesourcery.com>
12671
12672 * gdb.base/attach.exp (do_command_attach_tests): New.
12673
12674 2014-03-20 Tom Tromey <tromey@redhat.com>
12675 Pedro Alves <palves@redhat.com>
12676
12677 PR cli/15718
12678 * gdb.base/condbreak-call-false.c: New file.
12679 * gdb.base/condbreak-call-false.exp: New file.
12680
12681 2014-03-20 Pedro Alves <palves@redhat.com>
12682
12683 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
12684 Delete.
12685 (block_signals, unblock_signals): Delete.
12686 (child_function_2, main): Remove references to deleted variable
12687 and functions.
12688
12689 2014-03-20 Pedro Alves <palves@redhat.com>
12690
12691 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
12692 Use pthread_kill to signal thread 2.
12693 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
12694 Adjust to make the test send itself a signal rather than using the
12695 host's "kill" command.
12696
12697 2014-03-20 Pedro Alves <palves@redhat.com>
12698
12699 * gdb.threads/multiple-step-overs.c: New file.
12700 * gdb.threads/multiple-step-overs.exp: New file.
12701 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
12702 Adjust expected infrun debug output.
12703
12704 2014-03-20 Pedro Alves <palves@redhat.com>
12705
12706 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
12707 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
12708
12709 2014-03-20 Pedro Alves <palves@redhat.com>
12710
12711 PR breakpoints/7143
12712 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
12713 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
12714 of gdb_test_multiple.
12715 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
12716 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
12717
12718 2014-03-20 Pedro Alves <palves@redhat.com>
12719
12720 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
12721 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
12722
12723 2014-03-19 Pedro Alves <palves@redhat.com>
12724
12725 * gdb.base/async.exp: Remove early return.
12726
12727 2014-03-19 Pedro Alves <palves@redhat.com>
12728
12729 * gdb.base/async.exp (step& tests): Pass explicit test messages.
12730
12731 2014-03-19 Pedro Alves <palves@redhat.com>
12732
12733 * gdb.base/async.exp (test_background): Expect \r\n after
12734 "completed." in the fail pattern.
12735
12736 2014-03-19 Pedro Alves <palves@redhat.com>
12737
12738 * gdb.base/async.exp (test_background): New procedure.
12739 Use it for all background execution command tests.
12740
12741 2014-03-19 Pedro Alves <palves@redhat.com>
12742
12743 * gdb.base/async.exp: Use prepare_for_testing.
12744
12745 2014-03-19 Pedro Alves <palves@redhat.com>
12746
12747 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
12748 the same line.
12749
12750 2014-03-19 Pedro Alves <palves@redhat.com>
12751
12752 * gdb.base/async.c (main): Add "jump here" and "until here" line
12753 marker comments.
12754 * gdb.base/async.exp (jump_here): New global.
12755 (jump& test): Use it.
12756 (until_here): New global.
12757 (until& test): Use it.
12758
12759 2014-03-19 Pedro Alves <palves@redhat.com>
12760
12761 * gdb.base/async.exp: Don't frob gdb_protocol.
12762
12763 2014-03-18 Doug Evans <xdje42@gmail.com>
12764
12765 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
12766 Fix spelling of exec-done-display.
12767
12768 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
12769
12770 PR gdb/15358
12771 * gdb.base/gdb-sigterm.c: New file.
12772 * gdb.base/gdb-sigterm.exp: New file.
12773
12774 2014-03-18 Pedro Alves <palves@redhat.com>
12775
12776 PR gdb/13860
12777 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
12778 * lib/mi-support.exp (mi_expect_stop): Add special handling for
12779 solib-event.
12780
12781 2014-03-17 Joel Brobecker <brobecker@adacore.com>
12782
12783 * gdb.ada/pckd_arr_ren: New testcase.
12784
12785 2014-03-13 Doug Evans <xdje42@gmail.com>
12786
12787 PR guile/16612
12788 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
12789 collect after discarding symbols.
12790
12791 2014-03-13 Ludovic Courtès <ludo@gnu.org>
12792 Doug Evans <xdje42@gmail.com>
12793
12794 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
12795 to history survives a gc.
12796
12797 2014-03-13 Pedro Alves <palves@redhat.com>
12798
12799 * gdb.base/default.exp: Don't test "target procfs".
12800
12801 2014-03-13 Pedro Alves <palves@redhat.com>
12802
12803 * gdb.base/default.exp: Update "target child" and "target procfs"
12804 tests to not expect "Unix".
12805
12806 2014-03-12 Tom Tromey <tromey@redhat.com>
12807
12808 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
12809 New procs. Add target-async tests.
12810 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
12811 Add target-async tests.
12812
12813 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12814
12815 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
12816 'func_start' and 'func_end' for the beginning and end of the
12817 function code, respectively.
12818 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
12819 'func_end' instead of 'func' and 'main'.
12820
12821 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12822
12823 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
12824 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
12825 generate the debug info assembler source.
12826
12827 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12828
12829 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
12830 * gdb.dwarf2/arr-subrange.exp: Likewise.
12831 * gdb.dwarf2/dwz.exp: Likewise.
12832 * gdb.dwarf2/method-ptr.exp: Likewise.
12833 * gdb.dwarf2/missing-sig-type.exp: Likewise.
12834 * gdb.dwarf2/subrange.exp: Likewise.
12835 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
12836 * gdb.dwarf2/implptrpiece.exp: Likewise.
12837 * gdb.dwarf2/nostaticblock.exp: Likewise.
12838
12839 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12840
12841 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
12842 directory to absolute path name arguments.
12843
12844 2014-03-10 Joel Brobecker <brobecker@adacore.com>
12845
12846 * gdb.ada/tagged_access: New testcase.
12847
12848 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
12849
12850 * gdb.btrace/data.exp: Update expected output.
12851
12852 2014-03-06 Yao Qi <yao@codesourcery.com>
12853
12854 * gdb.trace/pr16508.exp: New file.
12855
12856 2014-03-05 Pedro Alves <palves@redhat.com>
12857
12858 PR gdb/16575
12859 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
12860 procedure.
12861 (top level): Adjust to use it. Add tests that exercise breakpoint
12862 interaction with the code-cache.
12863
12864 2014-02-26 Ludovic Courtès <ludo@gnu.org>
12865
12866 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
12867 test for 'history-append!'.
12868
12869 2014-02-26 Joel Brobecker <brobecker@adacore.com>
12870
12871 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
12872 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
12873 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
12874 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
12875 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
12876 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
12877
12878 2014-02-26 Joel Brobecker <brobecker@adacore.com>
12879
12880 * testsuite/gdb.python/py-pp-re-notag.c: New file.
12881 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
12882 * testsuite/gdb.python/py-pp-re-notag.p: New file.
12883
12884 2014-02-26 Joel Brobecker <brobecker@adacore.com>
12885
12886 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
12887
12888 2014-02-26 Joel Brobecker <brobecker@adacore.com>
12889
12890 * gdb.dwarf2/arr-stride.c: New file.
12891 * gdb.dwarf2/arr-stride.exp: New file.
12892
12893 2014-02-26 Pedro Alves <palves@redhat.com>
12894
12895 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
12896 that won't ever trigger. Make sure that GDB reports the correct
12897 breakpoint that caused the stop.
12898
12899 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12900
12901 PR gdb/16626
12902 * gdb.base/auto-load-script: New file.
12903 * gdb.base/auto-load.c: New file.
12904 * gdb.base/auto-load.exp: New file.
12905
12906 PR gdb/16626
12907 * gdb.base/auto-load.exp: Fix out-of-srctree run.
12908
12909 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12910
12911 Fix dw2-icycle.exp -fsanitize=address GDB crash.
12912 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
12913
12914 2014-02-24 Doug Evans <dje@google.com>
12915
12916 * lib/gdb.exp (run_on_host): Log error output if program fails.
12917
12918 2014-02-21 Pedro Alves <palves@redhat.com>
12919
12920 * gdb.threads/step-after-sr-lock.c: Rename to ...
12921 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
12922 * gdb.threads/step-after-sr-lock.exp: Rename to ...
12923 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
12924 ... this.
12925
12926 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
12927
12928 PR tdep/16397
12929 * gdb.arch/amd64-stap-special-operands.exp: New file.
12930 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
12931 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
12932 * gdb.arch/amd64-stap-triplet.S: Likewise.
12933 * gdb.arch/amd64-stap-triplet.c: Likewise.
12934
12935 2014-02-20 Joel Brobecker <brobecker@adacore.com>
12936
12937 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
12938 in .section pseudo-op.
12939
12940 2014-02-20 lin zuojian <manjian2006@gmail.com>
12941 Joel Brobecker <brobecker@adacore.com>
12942 Doug Evans <xdje42@gmail.com>
12943
12944 PR symtab/16581
12945 * gdb.dwarf2/dw2-icycle.S: New file.
12946 * gdb.dwarf2/dw2-icycle.c: New file.
12947 * gdb.dwarf2/dw2-icycle.exp: New file.
12948
12949 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
12950
12951 * gdb.python/py-value-cc.cc: Improve test case to enable testing
12952 operations on gdb.Value objects.
12953 * gdb.python/py-value-cc.exp: Add new test to test operations on
12954 gdb.Value objects.
12955
12956 2014-02-18 Doug Evans <dje@google.com>
12957
12958 * Makefile.in (TESTS): New variable.
12959 (expanded_tests, expanded_tests_or_none): New variables
12960 (check-single): Pass $(expanded_tests_or_none) to runtest.
12961 (check-parallel): Only run tests in $(TESTS) if non-empty.
12962 (check/no-matching-tests-found): New rule.
12963 * README: Document TESTS makefile variable.
12964
12965 2014-02-18 Doug Evans <dje@google.com>
12966
12967 * Makefile.in (check-parallel): rm -rf outputs temp.
12968
12969 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12970
12971 Fix "ERROR: no fileid for" in the testsuite.
12972 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
12973
12974 2014-02-12 Doug Evans <dje@google.com>
12975
12976 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
12977 (MISCELLANEOUS): New variable.
12978 (clean): rm -rf $(MISCELLANEOUS).
12979 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
12980 dwp live in the same directory as symlinks, with each symlink pointed
12981 to a differently named file in a different directory.
12982
12983 2014-02-11 Doug Evans <dje@google.com>
12984
12985 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
12986 of Tcl file commands.
12987
12988 2014-02-10 Mark Kettenis <kettenis@gnu.org>
12989
12990 * gdb.threads/step-after-sr-lock.exp: Avoid executing
12991 "kill -SIGUSR1 -1".
12992
12993 2014-02-10 Joel Brobecker <brobecker@adacore.com>
12994
12995 * gdb.ada/tick_length_array_enum_idx: New testcase.
12996
12997 2014-02-10 Doug Evans <xdje42@gmail.com>
12998
12999 * configure.ac (AC_OUTPUT): Add gdb.guile.
13000 * configure: Regenerate.
13001 * lib/gdb-guile.exp: New file.
13002 * lib/gdb.exp (get_target_charset): New function.
13003 * gdb.base/help.exp: Update expected output from "apropos apropos".
13004 * gdb.guile/Makefile.in: New file.
13005 * gdb.guile/guile.exp: New file.
13006 * gdb.guile/scm-arch.c: New file.
13007 * gdb.guile/scm-arch.exp: New file.
13008 * gdb.guile/scm-block.c: New file.
13009 * gdb.guile/scm-block.exp: New file.
13010 * gdb.guile/scm-breakpoint.c: New file.
13011 * gdb.guile/scm-breakpoint.exp: New file.
13012 * gdb.guile/scm-disasm.c: New file.
13013 * gdb.guile/scm-disasm.exp: New file.
13014 * gdb.guile/scm-equal.c: New file.
13015 * gdb.guile/scm-equal.exp: New file.
13016 * gdb.guile/scm-error.exp: New file.
13017 * gdb.guile/scm-error.scm: New file.
13018 * gdb.guile/scm-frame-args.c: New file.
13019 * gdb.guile/scm-frame-args.exp: New file.
13020 * gdb.guile/scm-frame-args.scm: New file.
13021 * gdb.guile/scm-frame-inline.c: New file.
13022 * gdb.guile/scm-frame-inline.exp: New file.
13023 * gdb.guile/scm-frame.c: New file.
13024 * gdb.guile/scm-frame.exp: New file.
13025 * gdb.guile/scm-generics.exp: New file.
13026 * gdb.guile/scm-gsmob.exp: New file.
13027 * gdb.guile/scm-iterator.c: New file.
13028 * gdb.guile/scm-iterator.exp: New file.
13029 * gdb.guile/scm-math.c: New file.
13030 * gdb.guile/scm-math.exp: New file.
13031 * gdb.guile/scm-objfile-script-gdb.in: New file.
13032 * gdb.guile/scm-objfile-script.c: New file.
13033 * gdb.guile/scm-objfile-script.exp: New file.
13034 * gdb.guile/scm-objfile.c: New file.
13035 * gdb.guile/scm-objfile.exp: New file.
13036 * gdb.guile/scm-ports.exp: New file.
13037 * gdb.guile/scm-pretty-print.c: New file.
13038 * gdb.guile/scm-pretty-print.exp: New file.
13039 * gdb.guile/scm-pretty-print.scm: New file.
13040 * gdb.guile/scm-section-script.c: New file.
13041 * gdb.guile/scm-section-script.exp: New file.
13042 * gdb.guile/scm-section-script.scm: New file.
13043 * gdb.guile/scm-symbol.c: New file.
13044 * gdb.guile/scm-symbol.exp: New file.
13045 * gdb.guile/scm-symtab-2.c: New file.
13046 * gdb.guile/scm-symtab.c: New file.
13047 * gdb.guile/scm-symtab.exp: New file.
13048 * gdb.guile/scm-type.c: New file.
13049 * gdb.guile/scm-type.exp: New file.
13050 * gdb.guile/scm-value-cc.cc: New file.
13051 * gdb.guile/scm-value-cc.exp: New file.
13052 * gdb.guile/scm-value.c: New file.
13053 * gdb.guile/scm-value.exp: New file.
13054 * gdb.guile/source2.scm: New file.
13055 * gdb.guile/types-module.cc: New file.
13056 * gdb.guile/types-module.exp: New file.
13057
13058 2014-02-10 Yao Qi <yao@codesourcery.com>
13059
13060 PR testsuite/16543
13061 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
13062 * configure: Regenerated.
13063 * Makefile.in: New file.
13064
13065 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
13066
13067 * gdb.python/py-framefilter.exp: Fix typo.
13068
13069 2014-02-08 Yao Qi <yao@codesourcery.com>
13070
13071 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
13072 that no =breakpoint-modified is emitted when breakpoints are
13073 modified through MI commands.
13074
13075 2014-02-07 Pedro Alves <pedro@codesourcery.com>
13076 Pedro Alves <palves@redhat.com>
13077
13078 * gdb.threads/step-after-sr-lock.c: New file.
13079 * gdb.threads/step-after-sr-lock.exp: New file.
13080
13081 2014-02-07 Pedro Alves <palves@redhat.com>
13082
13083 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
13084
13085 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
13086
13087 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
13088 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
13089
13090 2014-02-06 Doug Evans <xdje42@gmail.com>
13091
13092 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
13093 output.
13094
13095 * gdb.gdb/python-interrupts.exp: New file.
13096
13097 2014-02-05 Yao Qi <yao@codesourcery.com>
13098
13099 * gdb.trace/report.exp (use_collected_data): Test the output
13100 of "info threads" and "info inferiors".
13101
13102 2014-02-05 Yao Qi <yao@codesourcery.com>
13103
13104 Revert this patch:
13105
13106 2013-05-24 Yao Qi <yao@codesourcery.com>
13107
13108 * gdb.trace/tfile.exp: Test inferior and thread.
13109
13110 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13111
13112 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
13113 on a function.
13114 * gdb.base/step-bt.c: Call hello via function pointer to make
13115 sure its first instruction is executed on powerpc64le-linux.
13116
13117 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13118
13119 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
13120
13121 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13122
13123 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
13124 of the test patterns for use on little-endian systems.
13125
13126 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13127
13128 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
13129 (decimal_vector): Fix for little-endian.
13130
13131 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
13132
13133 * gdb.arch/sparc-sysstep.exp: New file.
13134 * gdb.arch/sparc-sysstep.c: Likewise.
13135
13136 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
13137
13138 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13139
13140 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
13141
13142 2014-01-23 Tom Tromey <tromey@redhat.com>
13143
13144 * gdb.ada/array_char_idx: New testcase.
13145
13146 2014-01-23 Tom Tromey <tromey@redhat.com>
13147
13148 PR python/16487:
13149 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
13150 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
13151 classes.
13152
13153 2014-01-23 Tom Tromey <tromey@redhat.com>
13154
13155 PR python/16491:
13156 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
13157 string from an inferior frame.
13158 * gdb.python/py-framefilter-mi.exp: Update.
13159
13160 2014-01-22 Doug Evans <dje@google.com>
13161
13162 * gdb.server/server-mon.exp: Add tests for "set debug-format".
13163
13164 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13165
13166 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
13167
13168 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13169
13170 * gdb.trace/entry-values.exp: Remove excess space character from
13171 regex patterns. Handle s390 call instruction.
13172
13173 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13174
13175 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
13176 define "*_start" label. Make "name" static.
13177 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
13178 ${name} by references to ${name}_start.
13179
13180 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13181
13182 * gdb.base/info-macros.exp: Remove "debug" from the compile
13183 options.
13184
13185 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13186
13187 * gdb.dlang/demangle.exp: New file.
13188
13189 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13190
13191 * gdb.dlang/primitive-types.exp: New file.
13192
13193 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13194
13195 * configure.ac: Create gdb.dlang/Makefile.
13196 * configure: Regenerate.
13197 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
13198 * gdb.dlang/Makefile.in: New file.
13199 * lib/d-support.exp: New file.
13200 * lib/gdb.exp (skip_d_tests): New proc.
13201
13202 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13203
13204 * gdb.btrace/delta.exp: Check reverse stepi.
13205 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
13206 * gdb.btrace/finish.exp: New.
13207 * gdb.btrace/next.exp: New.
13208 * gdb.btrace/nexti.exp: New.
13209 * gdb.btrace/record_goto.c: Add comments.
13210 * gdb.btrace/step.exp: New.
13211 * gdb.btrace/stepi.exp: New.
13212 * gdb.btrace/multi-thread-step.c: New.
13213 * gdb.btrace/multi-thread-step.exp: New.
13214 * gdb.btrace/rn-dl-bind.c: New.
13215 * gdb.btrace/rn-dl-bind.exp: New.
13216 * gdb.btrace/data.c: New.
13217 * gdb.btrace/data.exp: New.
13218 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
13219
13220 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13221
13222 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
13223 * gdb.btrace/exception.exp: Update.
13224 * gdb.btrace/instruction_history.exp: Update.
13225 * gdb.btrace/record_goto.exp: Update.
13226 * gdb.btrace/tailcall.exp: Update.
13227 * gdb.btrace/unknown_functions.exp: Update.
13228 * gdb.btrace/delta.exp: New.
13229
13230 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13231
13232 * gdb.btrace/record_goto.exp: Add backtrace test.
13233 * gdb.btrace/tailcall.exp: Add backtrace test.
13234
13235 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13236
13237 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
13238 * gdb.btrace/record_goto.c: New.
13239 * gdb.btrace/record_goto.exp: New.
13240 * gdb.btrace/x86-record_goto.S: New.
13241
13242 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13243
13244 * gdb.btrace/function_call_history.exp: Update tests.
13245 * gdb.btrace/instruction_history.exp: Update tests.
13246
13247 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13248
13249 * gdb.btrace/function_call_history.exp: Fix expected field
13250 order for "record function-call-history".
13251 Add new tests for "record function-call-history /c".
13252 * gdb.btrace/exception.cc: New.
13253 * gdb.btrace/exception.exp: New.
13254 * gdb.btrace/tailcall.exp: New.
13255 * gdb.btrace/x86-tailcall.S: New.
13256 * gdb.btrace/x86-tailcall.c: New.
13257 * gdb.btrace/unknown_functions.c: New.
13258 * gdb.btrace/unknown_functions.exp: New.
13259 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
13260
13261 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13262
13263 * gdb.btrace/instruction_history.exp: Update.
13264 * gdb.btrace/function_call_history.exp: Update.
13265
13266 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13267
13268 * gdb.btrace/function_call_history.exp: Fix expected function
13269 trace.
13270 * gdb.btrace/instruction_history.exp: Initialize traced.
13271 Remove traced_functions.
13272
13273 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13274
13275 * gdb.btrace/function_call_history.exp: Update
13276 * gdb.btrace/instruction_history.exp: Update.
13277
13278 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13279
13280 * gdb.btrace/enable.exp: Update expected text.
13281
13282 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
13283
13284 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
13285 bytes.
13286
13287 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
13288
13289 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
13290
13291 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
13292
13293 * lib/gdb.exp (supports_process_record): Return true for
13294 arm*-linux*. (supports_reverse): Likewise.
13295
13296 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
13297
13298 PR python/15464
13299 PR python/16113
13300 * gdb.python/py-type.c: Enhance test case.
13301 * gdb.python/py-value-cc.cc: Likewise
13302 * gdb.python/py-type.exp: Add new tests.
13303 * gdb.python/py-value-cc.exp: Likewise
13304
13305 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13306 Pedro Alves <palves@redhat.com>
13307
13308 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
13309 Make "name" extern.
13310 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
13311 references to ${name}_start by references to ${name}.
13312
13313 2014-01-10 Joel Brobecker <brobecker@adacore.com>
13314
13315 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
13316
13317 2014-01-10 Joel Brobecker <brobecker@adacore.com>
13318
13319 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
13320
13321 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
13322 Pedro Alves <palves@redhat.com>
13323
13324 * gdb.mi/mi-info-os.exp: Connect to the target with
13325 mi_gdb_target_load.
13326
13327 2014-01-08 Pedro Alves <palves@redhat.com>
13328
13329 * gdb.threads/reconnect-signal.c: New file.
13330 * gdb.threads/reconnect-signal.exp: New file.
13331
13332 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13333
13334 * gdb.base/source-dir.exp: New file.
13335
13336 2014-01-07 Joel Brobecker <brobecker@adacore.com>
13337
13338 * gdb.ada/mi_interface: New testcase.
13339
13340 2014-01-07 Joel Brobecker <brobecker@adacore.com>
13341
13342 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
13343 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
13344 gdb.ada/pp-rec-component/pck.ads: New files.
13345
13346 2014-01-07 Joel Brobecker <brobecker@adacore.com>
13347
13348 * gdb.python/py-pp-integral.c: New file.
13349 * gdb.python/py-pp-integral.py: New file.
13350 * gdb.python/py-pp-integral.exp: New file.
13351
13352 For older changes see ChangeLog-1993-2013.
13353 \f
13354 ;; Local Variables:
13355 ;; mode: change-log
13356 ;; left-margin: 8
13357 ;; fill-column: 74
13358 ;; version-control: never
13359 ;; End:
13360
13361 Copyright 2014-2018 Free Software Foundation, Inc.
13362 Copying and distribution of this file, with or without modification,
13363 are permitted provided the copyright notice and this notice are preserved.
This page took 0.439711 seconds and 3 git commands to generate.