wrong line number in breakpoint location
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2018-01-22 Joel Brobecker <brobecker@adacore.com>
2
3 * gdb.base/break-include.c, gdb.base/break-include.inc,
4 gdb.base/break-include.exp: New files.
5 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6 line number now being the actual line number where the breakpoint
7 was inserted.
8 * gdb.mi/mi-break.exp: Likewise.
9 * gdb.mi/mi-reverse.exp: Likewise.
10 * gdb.mi/mi-simplerun.exp: Ditto.
11
12 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
13
14 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
15 varobj.
16 * gdb.mi/mi-var-create-rtti.exp: Likewise.
17
18 2018-01-21 Don Breazeal <donb@codesourcery.com>
19 Andrew Burgess <andrew.burgess@embecosm.com>
20
21 * gdb.mi/basics.c: Add new global.
22 * gdb.mi/mi-frame-regs.exp: New file.
23 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
24 case.
25
26 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
27
28 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
29 non-parameter, and on an unknown symbol.
30
31 2018-01-19 Tom Tromey <tom@tromey.com>
32
33 * gdb.rust/modules.rs (TWENTY_THREE): New global.
34 * gdb.rust/modules.exp: Add ::-qualified lookup test.
35
36 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
37
38 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
39 setrlimit and chdir to int.
40
41 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
42
43 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
44 function.
45 (my_tend): Likewise.
46 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
47 rationale of avoiding FP- and vector instructions.
48
49 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
50
51 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
52 "info reg" with "\[ \t\]*".
53 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
54 "\[ \t\]+".
55 * gdb.arch/s390-multiarch.exp: Ditto.
56 * gdb.base/pc-fp.exp: Ditto.
57 * gdb.reverse/i386-precsave.exp: Ditto.
58 * gdb.reverse/i386-reverse.exp: Ditto.
59 * gdb.reverse/i387-env-reverse.exp: Ditto.
60 * gdb.reverse/i387-stack-reverse.exp: Ditto.
61
62 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
63
64 * lib/gdb.exp (gdb_compile): Re-enable use of
65 universal_compile_options for languages other than Rust.
66
67 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
68
69 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
70
71 2018-01-17 Mike Gulick <mgulick@mathworks.com>
72
73 PR gdb/16577
74 * gdb.base/solib-vanish.exp: New.
75 * gdb.base/solib-vanish-main.c: New.
76 * gdb.base/solib-vanish-lib1.c: New.
77 * gdb.base/solib-vanish-lib2.c: New.
78
79 2018-01-17 Yao Qi <yao.qi@linaro.org>
80
81 * gdb.compile/compile.exp: Match the address printed for
82 frame in the output of command "bt".
83
84 2018-01-15 Tom Tromey <tom@tromey.com>
85
86 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
87 compute sp_reg.
88
89 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
90
91 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
92 to prepare.
93 (prepare): Return 0 on error, 1 on success.
94
95 2018-01-12 Pedro Alves <palves@redhat.com>
96
97 * gdb.base/continue-after-aborted-step-over.c: New.
98 * gdb.base/continue-after-aborted-step-over.exp: New.
99
100 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
101
102 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
103 options when not creating an executable.
104
105 2018-01-11 Pedro Alves <palves@redhat.com>
106
107 PR remote/22597
108 * gdb.server/stop-reply-no-thread.c: New file.
109 * gdb.server/stop-reply-no-thread.exp: New file.
110
111 2018-01-10 Pedro Alves <palves@redhat.com>
112
113 PR gdb/22670
114 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
115 functions too. Test setting breakpoints and printing C functions
116 with no debug info too.
117 * gdb.ada/bp_c_mixed_case/qux.c: New file.
118
119 2018-01-10 Pedro Alves <palves@redhat.com>
120
121 PR gdb/22670
122 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
123 a fail.
124
125 2018-01-10 Pedro Alves <palves@redhat.com>
126
127 PR gdb/22670
128 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
129
130 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
131
132 * gdb.server/unittest.exp: Match the output in non-development
133 mode.
134
135 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
136
137 * gdb.gdb/unittest.exp: Match output in non-development mode.
138
139 2018-01-08 Joel Brobecker <brobecker@adacore.com>
140
141 * gdb.ada/access_tagged_param.exp: Relax expected output
142 for value of "ObjL" in "continue" to pck.inspect breakpoint
143 test.
144
145 2018-01-08 Joel Brobecker <brobecker@adacore.com>
146
147 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
148 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
149
150 2018-01-05 Pedro Alves <palves@redhat.com>
151
152 PR gdb/18653
153 * gdb.base/libsegfault.exp: New.
154
155 2018-01-05 Joel Brobecker <brobecker@adacore.com>
156
157 PR gdb/22670
158 * gdb.ada/access_tagged_param.exp: New file.
159 * gdb.ada/access_tagged_param/foo.adb: New file.
160
161 2018-01-05 Pedro Alves <palves@redhat.com>
162
163 PR gdb/22670
164 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
165 exercise lower case too, and to exercise both full matching and
166 wild matching.
167
168 2018-01-05 Joel Brobecker <brobecker@adacore.com>
169
170 * gdb.ada/rename_subscript_param: New testcase.
171
172 2018-01-05 Jerome Guitton <guitton@adacore.com>
173
174 * gdb.ada/arr_acc_idx_w_gap: New testcase.
175
176 2018-01-05 Joel Brobecker <brobecker@adacore.com>
177
178 * gdb.ada/convvar_comp: New testcase.
179
180 2018-01-05 Xavier Roirand <roirand@adacore.com>
181
182 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
183 (My_Table): New global variable.
184 * testsuite/gdb.ada/array_char_idx.exp: Add test.
185
186 2018-01-04 Joel Brobecker <brobecker@adacore.com>
187
188 PR gdb/22670
189 * gdb.ada/maint_with_ada: New testcase.
190
191 2018-01-04 Joel Brobecker <brobecker@adacore.com>
192
193 PR gdb/22670
194 * gdb.ada/bp_c_mixed_case: New testcase.
195
196 2018-01-04 Joel Brobecker <brobecker@adacore.com>
197
198 PR gdb/22670
199 * gdb.ada/complete.exp: Add "complete break ada" test.
200
201 2018-01-04 Joel Brobecker <brobecker@adacore.com>
202
203 PR gdb/22670
204 * gdb.ada/info_addr_mixed_case: New testcase.
205
206 2018-01-03 Xavier Roirand <roirand@adacore.com>
207
208 * gdb.ada/excep_handle.exp: New testcase.
209 * gdb.ada/excep_handle/foo.adb: New file.
210 * gdb.ada/excep_handle/pck.ads: New file.
211
212 2018-01-03 Joel Brobecker <brobecker@adacore.com>
213
214 * gdb.base/step-line.c: Add extra empty line in copyright header.
215 * gdb.base/step-line.inp: Likewise.
216
217 2018-01-02 Joel Brobecker <brobecker@adacore.com>
218
219 * gdb.ada/dyn_stride.exp: Add slice test.
220
221 2018-01-02 Joel Brobecker <brobecker@adacore.com>
222
223 * gdb.ada/dyn_stride: New testcase.
224
225 2017-12-27 Stafford Horne <shorne@gmail.com>
226
227 * gdb.xml/extra-regs.xml: Add example foo reggroup.
228 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
229
230 2017-12-27 Stafford Horne <shorne@gmail.com>
231
232 * gdb.base/reggroups.c: New file.
233 * gdb.base/reggroups.exp: New file.
234
235 2017-12-18 Joel Brobecker <brobecker@adacore.com>
236
237 * gdb.dwarf2/ada-valprint-error.c: New file.
238 * gdb.dwarf2/ada-valprint-error.exp: New file.
239
240 2017-12-18 Joel Brobecker <brobecker@adacore.com>
241
242 * gdb.ada/assign_arr: New testcase.
243
244 2017-12-18 Xavier Roirand <roirand@adacore.com>
245
246 * gdb.ada/funcall_ptr: New testcase.
247
248 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
249
250 PR cli/16224
251 * gdb.base/ptype-offsets.cc: New file.
252 * gdb.base/ptype-offsets.exp: New file.
253
254 2017-12-15 Yao Qi <yao.qi@linaro.org>
255
256 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
257 if XML is disabled.
258
259 2017-12-15 Xavier Roirand <roirand@adacore.com>
260
261 * gdb.ada/same_component_name: New testcase.
262
263 2017-12-14 Joel Brobecker <brobecker@adacore.com>
264
265 * gdb.ada/str_binop_equal: New testcase.
266
267 2017-12-14 Joel Brobecker <brobecker@adacore.com>
268
269 * gdb.ada/task_switch_in_core: New testcase.
270
271 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
272
273 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
274 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
275 call test_bkpt_qualified.
276 (test_bkpt_qualified): New proc.
277
278 2017-12-13 Pedro Alves <palves@redhat.com>
279
280 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
281 Tighten regexp by matching with an anchor.
282
283 2017-12-13 Pedro Alves <palves@redhat.com>
284
285 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
286 ("expression with namespace"): New set of tests.
287 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
288 (Nested::Test_NS::qux): New.
289 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
290 defaults to 'start_quote_char' and 'end_quote_char' parameters.
291
292 2017-12-13 Joel Brobecker <brobecker@adacore.com>
293
294 * gdb.base/server-del-break.c: New file.
295 * gdb.base/server-del-break.exp: New file.
296
297 2017-12-12 Stafford Horne <shorne@gmail.com>
298
299 * gdb.xml/tdesc-regs.exp: Add or1k support.
300
301 2017-12-12 Stafford Horne <shorne@gmail.com>
302
303 * gdb.base/bp-permanent.c: Define nop of or1k.
304
305 2017-12-11 Joel Brobecker <brobecker@adacore.com>
306
307 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
308 output with components being reordered.
309
310 2017-12-11 Joel Brobecker <brobecker@adacore.com>
311
312 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
313 output with components being reordered.
314
315 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
316 Pedro Alves <palves@redhat.com>
317
318 * gdb.base/maint.exp (check for .gdb_index): Check also for
319 .debug_names.
320 * gdb.dlang/watch-loc.c (.debug_aranges): New.
321 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
322 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
323 (.gdb_index used after symbol reloading): Support also .debug_names.
324 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
325
326 2017-12-08 Yao Qi <yao.qi@linaro.org>
327
328 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
329 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
330
331 2017-12-08 Yao Qi <yao.qi@linaro.org>
332
333 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
334 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
335
336 2017-12-08 Yao Qi <yao.qi@linaro.org>
337
338 * gdb.arch/aarch64-tagged-pointer.c: New file.
339 * gdb.arch/aarch64-tagged-pointer.exp: New file.
340
341 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
342
343 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
344 "int".
345
346 2017-12-07 Keith Seitz <keiths@redhat.com>
347
348 PR breakpoints/22569
349 * gdb.linespec/ls-errs.exp: Change expected result of "break
350 -source this file has spaces.c -line 3".
351 Check that an explicit source file followed by whitespace is
352 identified as an invalid explicit location.
353
354 2017-12-07 Keith Seitz <keiths@redhat.com>
355
356 * gdb.cp/nested-types.cc: New file.
357 * gdb.cp/nested-types.exp: New file.
358 * lib/cp-support.exp: Load data-structures.exp library.
359 (debug_cp_test_ptype_class): New global.
360 (cp_ptype_class_verbose, next_line): New procedures.
361 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
362 Add and document new return value.
363 Switch the list of lines to a queue.
364 Add support for new `type' key for nested type definitions.
365 Add debugging/troubleshooting messages.
366 * lib/data-structures.exp: New file.
367
368 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
369
370 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
371 with proc_with_prefix, don't use with_test_prefix.
372
373 2017-12-07 Tom Tromey <tom@tromey.com>
374
375 * gdb.base/break.exp: Add test for empty "commands".
376
377 2017-12-07 Yao Qi <yao.qi@linaro.org>
378
379 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
380 malloc and catch syscall.
381
382 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
383
384 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
385 tests for explicit locations.
386
387 2017-12-06 Pedro Alves <palves@redhat.com>
388
389 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
390 force-disabling XML descriptions.
391
392 2017-12-04 Pedro Alves <palves@redhat.com>
393
394 PR gdb/22499
395 * gdb.arch/amd64-disp-step-avx.S: New file.
396 * gdb.arch/amd64-disp-step-avx.exp: New file.
397
398 2017-12-03 Pedro Alves <palves@redhat.com>
399
400 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
401 and <string.h>.
402 (parent_function): Print distinct messages when waitpid fails, or
403 the child exits with a signal, or the child exits for an unhandled
404 reason.
405 * gdb.threads/process-dies-while-detaching.exp
406 (detach_and_expect_exit): New 'inf_output_re' parameter and use
407 it. Wait for both inferior output and GDB's prompt. Use an
408 indirect spawn id list.
409 (do_detach): New parameter 'child_exit'. Use it to compute
410 expected inferior output.
411 (test_detach, test_detach_watch, test_detach_killed_outside):
412 Adjust to pass down the expected child exit kind.
413
414 2017-12-01 Joel Brobecker <brobecker@adacore.com>
415 Sergio Durigan Junior <sergiodj@redhat.com>
416 Pedro Alves <palves@redhat.com>
417
418 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
419
420 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
421
422 * gdb.base/relocate.exp: Add tests to guarantee that arguments
423 to 'symbol-file' and 'add-symbol-file' can be
424 position-independent.
425
426 2017-12-01 Yao Qi <yao.qi@linaro.org>
427
428 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
429 the URL in copyright header.
430 * gdb.arch/aarch64-fp.exp: Likewise.
431 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
432 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
433 * gdb.base/expand-psymtabs.exp: Likewise.
434 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
435 * gdb.fortran/common-block.exp: Likewise.
436 * gdb.fortran/common-block.f90: Likewise.
437 * gdb.fortran/logical.exp: Likewise.
438 * gdb.fortran/vla-datatypes.f90: Likewise.
439 * gdb.fortran/vla-sub.f90: Likewise.
440
441 2017-11-30 Joel Brobecker <brobecker@adacore.com>
442
443 * gdb.ada/repeat_dyn: New testcase.
444
445 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
446
447 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
448 Update for changed thread numbering.
449 * gdb.cell/bt.exp: Update for changed GDB output.
450
451 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
452
453 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
454 setting isremote by hand.
455 * boards/dwarf4-gdb-index.exp: Likewise.
456 * boards/fission.exp: Likewise.
457 * boards/stabs.exp: Likewise.
458
459 2017-11-30 Pedro Alves <palves@redhat.com>
460
461 * gdb.linespec/cpls-ops.exp
462 (check_explicit_skips_function_argument): Extract the underlying
463 type of size_t instead of hardcoding it.
464
465 2017-11-29 Pedro Alves <palves@redhat.com>
466
467 PR c++/19436
468 * gdb.linespec/cpls-abi-tag.cc: New file.
469 * gdb.linespec/cpls-abi-tag.exp: New file.
470
471 2017-11-29 Pedro Alves <palves@redhat.com>
472
473 * gdb.base/langs.exp: Use -qualified.
474 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
475 it.
476 * gdb.cp/namespace.exp: Use -qualified.
477 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
478 (overload-3, template-overload, template-ret-type, const-overload)
479 (const-overload-quoted, anon-ns, ambiguous-prefix): New
480 procedures.
481 (test_driver): Call them.
482 * gdb.cp/save-bp-qualified.cc: New.
483 * gdb.cp/save-bp-qualified.exp: New.
484 * gdb.linespec/explicit.exp: Test -qualified.
485 * lib/completion-support.exp (completion::explicit_opts_list): Add
486 "-qualified".
487 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
488
489 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
490
491 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
492
493 2017-11-29 Tom Tromey <tom@tromey.com>
494
495 * gdb.base/relocate.exp: Update invalid argument test.
496 Add new tests for invalid arguments.
497
498 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
499
500 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
501 Return 0 as a long.
502 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
503
504 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
505
506 * gdb.cp/breakpoint.cc (bar): Set return type to void.
507 * gdb.cp/psymtab-parameter.cc (func): Likewise.
508 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
509 func ().
510 * gdb.cp/shadow.cc (B.func): Return 0.
511
512 2017-11-27 Joel Brobecker <brobecker@adacore.com>
513
514 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
515 expected output in gdb_expect call to allow the exception
516 message to be present as well. Fix syntax confusion to avoid
517 TCL thinking that exception_name is an array.
518
519 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
520
521 * gdb.arch/spu-info.c: Include <unistd.h>.
522 (do_signal_test): Fix broken calls to write.
523 * gdb.arch/spu-info.exp: Use prepare_for_testing.
524 Fix checks for empty mailboxes. Update signal tests for corrected
525 do_signal_test routine. Allow nonzero event status.
526 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
527 * gdb.cell/arch.exp: Use standard_output_file.
528 * gdb.cell/break.exp: Likewise.
529 * gdb.cell/bt.exp: Likewise.
530 * gdb.cell/core.exp: Likewise.
531 * gdb.cell/dwarfaddr.exp: Likewise.
532 * gdb.cell/ea-cache.exp: Likewise.
533 * gdb.cell/ea-standalone.exp: Likewise.
534 * gdb.cell/f-regs.exp: Likewise.
535 * gdb.cell/fork.exp: Likewise.
536 * gdb.cell/gcore.exp: Likewise.
537 * gdb.cell/mem-access.exp: Likewise.
538 * gdb.cell/ptype.exp: Likewise.
539 * gdb.cell/registers.exp: Likewise.
540 * gdb.cell/sizeof.exp: Likewise.
541 * gdb.cell/solib-symbol.exp: Likewise.
542 * gdb.cell/solib.exp: Likewise.
543
544 2017-11-25 Pedro Alves <palves@redhat.com>
545
546 * gdb.base/complete-empty.exp: New file.
547 * gdb.base/completion.exp: Adjust.
548
549 2017-11-25 Pedro Alves <palves@redhat.com>
550
551 * gdb.linespec/cpls-ops.cc: New file.
552 * gdb.linespec/cpls-ops.exp: New file.
553 * lib/completion-support.exp (test_complete_prefix_range_re): New,
554 factored out from ...
555 (test_complete_prefix_range): ... this.
556
557 2017-11-24 Pedro Alves <palves@redhat.com>
558
559 * gdb.linespec/cpcompletion.exp: New file.
560 * gdb.linespec/cpls-hyphen.cc: New file.
561 * gdb.linespec/cpls.cc: New file.
562 * gdb.linespec/cpls2.cc: New file.
563 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
564 test to use test_gdb_complete_unique. Add label completion,
565 keyword completion and explicit location completion tests.
566 * lib/completion-support.exp: New file.
567
568 2017-11-24 Joel Brobecker <brobecker@adacore.com>
569
570 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
571 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
572 when hitting an exception catchpoint.
573
574 2017-11-22 Yao Qi <yao.qi@linaro.org>
575
576 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
577
578 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
579
580 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
581 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
582 * gdb.dwarf2/info-locals-optimized-out.c: New file.
583
584 2017-11-22 Yao Qi <yao.qi@linaro.org>
585
586 * gdb.base/info-os.exp: Pass pthreads.
587 * gdb.multi/multi-attach.exp: Likewise.
588
589 2017-11-22 Yao Qi <yao.qi@linaro.org>
590
591 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
592 compiler.
593
594 2017-11-22 Yao Qi <yao.qi@linaro.org>
595
596 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
597 * gdb.base/break-interp.exp: Likewise.
598 * gdb.base/jit-attach-pie.exp: Likewise.
599
600 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
601
602 * gdb.base/float128.c (large128): New variable.
603 * gdb.base/float128.exp: Add test to print largest __float128 value.
604
605 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
606
607 * gdb.arch/vsx-regs.exp: Update register content checks.
608
609 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
610
611 * gdb.arch/ppc-longdouble.exp: New file.
612 * gdb.arch/ppc-longdouble.c: Likewise.
613
614 2017-11-21 Pedro Alves <palves@redhat.com>
615
616 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
617
618 2017-11-20 Pedro Alves <palves@redhat.com>
619
620 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
621 (long_double_typedef): New typedefs.
622 Use DEF on double and long double.
623 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
624 cases.
625 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
626 and 'long_double_ptr_same_size' locals. Use them to decide
627 whether cast from array/function to float is valid/invalid.
628
629 2017-11-17 Tom Tromey <tom@tromey.com>
630
631 * gdb.rust/traits.rs: New file.
632 * gdb.rust/traits.exp: New file.
633
634 2017-11-17 Joel Brobecker <brobecker@adacore.com>
635
636 * gdb.ada/minsyms: New testcase.
637
638 2017-11-16 Pedro Alves <palves@redhat.com>
639
640 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
641 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
642
643 2017-11-16 Pedro Alves <palves@redhat.com>
644
645 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
646 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
647
648 2017-11-16 Pedro Alves <palves@redhat.com>
649
650 * gdb.server/reconnect-ctrl-c.c: New file.
651 * gdb.server/reconnect-ctrl-c.exp: New file.
652
653 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
654
655 * gdb.python/py-rbreak.exp: New file.
656 * gdb.python/py-rbreak.c: New file.
657 * gdb.python/py-rbreak-func2.c: New file.
658
659 2017-11-16 Pedro Alves <palves@redhat.com>
660
661 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
662 pattern.
663 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
664 GDB.
665
666 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
667
668 * gdb.tui/completionn.exp (test_tab_completion): Add space in
669 regex.
670
671 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
672
673 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
674 test names.
675
676 2017-11-09 Pedro Alves <palves@redhat.com>
677
678 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
679 factored out from ...
680 (top level): ... here, and adjusted to avoid expecting beyond the
681 prompt in a single gdb_test_multiple.
682
683 2017-11-09 Pedro Alves <palves@redhat.com>
684
685 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
686 output.
687 * gdb.server/ext-attach.exp ("kill" test): Likewise.
688 * gdb.server/ext-restart.exp ("kill" test): Likewise.
689 * gdb.server/ext-run.exp ("kill" test): Likewise.
690 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
691
692 2017-11-09 Pedro Alves <palves@redhat.com>
693
694 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
695 match till end of line.
696
697 2017-11-09 Pedro Alves <palves@redhat.com>
698
699 * gdb.base/memattr.exp: Tighten regexes to match the end line.
700
701 2017-11-09 Pedro Alves <palves@redhat.com>
702
703 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
704 New procedures, factored out from ...
705 (top level): ... here, and adjusted to avoid expecting beyond the
706 prompt in one go.
707
708 2017-11-09 Pedro Alves <palves@redhat.com>
709
710 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
711 output. Fix '?' match.
712
713 2017-11-08 Joel Brobecker <brobecker@adacore.com>
714
715 * gdb.ada/scoped_watch: New testcase.
716 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
717 which is actually correct.
718 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
719 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
720
721 2017-11-08 Pedro Alves <palves@redhat.com>
722
723 * gdb.gdb/complaints.exp (test_initial_complaints)
724 (test_serial_complaints, test_short_complaints): Call
725 complaint_internal instead of complaint.
726
727 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
728
729 * gdb.threads/tls-core.c: New file.
730 * gdb.threads/tls-core.exp: Likewise.
731
732 2017-11-08 Pedro Alves <palves@redhat.com>
733
734 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
735 (p Exported_Capitalized): New test.
736 (p exported_capitalized): New test.
737
738 2017-11-07 Pedro Alves <palves@redhat.com>
739
740 * gdb.cp/ena-dis-br-range.exp: Add more tests.
741
742 2017-11-07 Pedro Alves <palves@redhat.com>
743
744 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
745 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
746 (disable_invalid, disable_inverted, disable_negative): New
747 procedures.
748 ("bad numbers"): New set of tests.
749
750 2017-11-07 Pedro Alves <palves@redhat.com>
751
752 * gdb.cp/ena-dis-br-range.exp: Add tests.
753
754 2017-11-07 Pedro Alves <palves@redhat.com>
755
756 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
757
758 2017-11-07 Xavier Roirand <roirand@adacore.com>
759 Pedro Alves <palves@redhat.com>
760
761 * gdb.base/ena-dis-br.exp: Add reference to
762 gdb.cp/ena-dis-br-range.exp.
763 * gdb.cp/ena-dis-br-range.exp: New file.
764 * gdb.cp/ena-dis-br-range.cc: New file.
765
766 2017-11-06 Pedro Alves <palves@redhat.com>
767
768 * gdb.base/attach-non-pgrp-leader.c: New.
769 * gdb.base/attach-non-pgrp-leader.exp: New.
770
771 2017-11-06 Pedro Alves <palves@redhat.com>
772
773 * configure.ac: No longer check for termio.h and sgtty.h.
774 * configure: Regenerate.
775 * remote-utils.c: Include termios.h instead of gdb_termios.h.
776 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
777 Remove termio and sgtty code.
778
779 2017-11-03 Yao Qi <yao.qi@linaro.org>
780
781 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
782 in GDB is disabled.
783
784 2017-11-03 Yao Qi <yao.qi@linaro.org>
785
786 * gdb.python/py-thrhandle.exp: Skip it if python is not
787 enabled.
788
789 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
790
791 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
792 as a breakpoint command.
793
794 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
795
796 PR python/21213
797 * gdb.python/py-infthread.exp: Test calling
798 InferiorThread.inferior () multiple times in a row.
799
800 2017-10-27 Keith Seitz <keiths@redhat.com>
801
802 * gdb.opt/inline-break.exp (break_info_1): New procedure.
803 Test "info break" for every inlined function breakpoint.
804
805 2017-10-27 Yao Qi <yao.qi@linaro.org>
806
807 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
808
809 2017-10-26 Patrick Frants <osscontribute@gmail.com>
810
811 * gdb.cp/classes.exp (test_static_members): Test printing
812 Outer::instance.
813 * gdb.cp/classes.c (struct Inner, struct Outer): New.
814 (Inner::instance, Outer::instance): New.
815
816 2017-10-24 Pedro Alves <palves@redhat.com>
817
818 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
819 extra console" test in two stages.
820
821 2017-10-24 Pedro Alves <palves@redhat.com>
822
823 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
824
825 2017-10-24 Pedro Alves <palves@redhat.com>
826
827 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
828 loop.
829
830 2017-10-24 Pedro Alves <palves@redhat.com>
831
832 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
833 $attempt" and "stoppedtry $stoppedtry" test prefixes.
834
835 2017-10-24 Pedro Alves <palves@redhat.com>
836
837 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
838 parameter and handle it. Don't output read value in test name.
839
840 2017-10-24 Pedro Alves <palves@redhat.com>
841
842 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
843 custom test name.
844
845 2017-10-24 Pedro Alves <palves@redhat.com>
846
847 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
848 include the unstable output directory name in the test's name.
849 (initial_setup_simple) <'set args'>: Use custom test name.
850
851 2017-10-24 Pedro Alves <palves@redhat.com>
852
853 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
854 with explicit test name.
855
856 2017-10-20 Pedro Alves <palves@redhat.com>
857
858 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
859 'wait -i'. Use gdb_assert and remote_close.
860
861 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
862
863 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
864 number from variable rather than hard-coded.
865
866 2017-10-19 Pedro Alves <palves@redhat.com>
867
868 * gdb.base/long-inferior-output.c: New file.
869 * gdb.base/long-inferior-output.exp: New file.
870
871 2017-11-18 Keith Seitz <keiths@redhat.com>
872
873 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
874 method.
875 (main): Call it.
876 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
877 Add additional user-defined conversion operator tests.
878
879 2017-10-17 Pedro Alves <palves@redhat.com>
880
881 * boards/native-stdio-gdbserver.exp: Load "local-board".
882
883 2017-10-17 Pedro Alves <palves@redhat.com>
884
885 * gdb.base/quit-live.c: New file.
886 * gdb.base/quit-live.exp: New file.
887
888 2017-10-16 Keith Seitz <keiths@redhat.com>
889
890 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
891 (class_with_protected_typedef, class_with_private_typedef)
892 (struct_with_public_typedef, struct_with_protected_typedef)
893 (struct_with_private_typedef): New classes/structs.
894 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
895 typedefs and access specifiers.
896
897 2017-10-16 Pedro Alves <palves@redhat.com>
898 Simon Marchi <simon.marchi@polymtl.ca>
899
900 * README (Local vs Remote vs Native): New section.
901 * boards/local-board.exp: New file, with bits factored out from
902 ...
903 * boards/native-extended-gdbserver.exp: ... here. Load
904 "local-board".
905 * boards/native-gdbserver.exp: Load "local-board".
906 (${board}_spawn, ${board}_exec): Delete.
907 * boards/native-stdio-gdbserver.exp: Most contents factored out to
908 ...
909 * boards/stdio-gdbserver-base.exp: ... this new file.
910 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
911 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
912 procedure.
913 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
914 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
915 stdio_gdbserver_command.
916 (${board}_get_remote_address, ${board}_get_comm_port)
917 (${board}_download, ${board}_upload): Delete.
918 (get_target_remote_pipe_cmd): New.
919
920 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
921
922 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
923 test_bkpt_deletion, test_bkpt_cond_and_cmds,
924 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
925 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
926 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
927 remove with_test_prefix.
928
929 2017-10-13 Pedro Alves <palves@redhat.com>
930
931 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
932 * gdb.base/annota1.exp: Use it instead of is_remote.
933 * gdb.base/annota3.exp: Use it instead of is_remote.
934 * gdb.cp/annota2.exp: Use it instead of is_remote.
935 * gdb.cp/annota3.exp: Use it instead of is_remote.
936 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
937
938 2017-10-13 Pedro Alves <palves@redhat.com>
939
940 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
941 (test_num_test_vars, run_and_count_vars, find_env)
942 (test_set_unset_env, test_inherit_env_var): New procedures.
943 (top level): Use them.
944
945 2017-10-13 Pedro Alves <palves@redhat.com>
946
947 * lib/selftest-support.exp (selftest_setup): Extend comments, and
948 also skip on stub-like targets.
949
950 2017-10-13 Pedro Alves <palves@redhat.com>
951
952 PR gdb/22293
953 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
954 (top level): Move some tests to ...
955 (test_not_found): ... this new procedure.
956 (top level): Call it.
957
958 2017-10-13 Pedro Alves <palves@redhat.com>
959
960 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
961 expect different "info terminal" output if testing with a
962 non-native target.
963
964 2017-10-13 Pedro Alves <palves@redhat.com>
965 Simon Marchi <simon.marchi@polymtl.ca>
966
967 PR python/12966
968 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
969
970 2017-10-13 Pedro Alves <palves@redhat.com>
971
972 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
973 already.
974
975 2017-10-13 Pedro Alves <palves@redhat.com>
976
977 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
978 is_remote.
979
980 2017-10-13 Pedro Alves <palves@redhat.com>
981
982 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
983 is_remote.
984
985 2017-10-13 Pedro Alves <palves@redhat.com>
986
987 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
988 is set.
989 (corefile_test_attach): Likewise. Check can_spawn_for_attach
990 instead of is_remote.
991
992 2017-10-13 Pedro Alves <palves@redhat.com>
993
994 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
995 (top level): Add comment.
996
997 2017-10-13 Pedro Alves <palves@redhat.com>
998
999 * gdb.base/remote.exp (top level): Fix comment typo and add
1000 missing return.
1001
1002 2017-10-13 Pedro Alves <palves@redhat.com>
1003 Simon Marchi <simon.marchi@polymtl.ca>
1004
1005 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
1006 calls and add comments. Skip test if use_gdb_stub is set.
1007 (top level): Use "set cwd" command instead of "cd" command.
1008
1009 2017-10-13 Pedro Alves <palves@redhat.com>
1010
1011 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
1012 is_remote target check.
1013
1014 2017-10-13 Pedro Alves <palves@redhat.com>
1015
1016 * gdb.base/scope.exp: Use build_executable + clean_restart +
1017 gdb_file_cmd instead of prepare_for_testing and no longer skip
1018 "before run" tests on is_remote target boards. Update comments.
1019 * boards/native-extended-gdbserver.exp
1020 (extended_gdbserver_load_last_file): New, factored out from ...
1021 (gdb_load): ... this. Move further below and add comment.
1022 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
1023
1024 2017-10-12 Pedro Alves <palves@redhat.com>
1025
1026 * gdb.base/attach.exp: Remove references to gdb64.
1027 * gdb.base/dbx.exp: Remove references to gdb64.
1028
1029 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1030 Pedro Alves <palves@redhat.com>
1031
1032 * gdb.base/label.exp: Remove is_remote target check.
1033
1034 2017-10-12 Pedro Alves <palves@redhat.com>
1035
1036 * gdb.base/auvx.exp (coredir): Update comment.
1037 (top level) <core_works>: Use "set cwd" command instead of "cd"
1038 command.
1039
1040 2017-10-12 Pedro Alves <palves@redhat.com>
1041 Simon Marchi <simon.marchi@polymtl.ca>
1042
1043 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
1044 target boards.
1045
1046 2017-10-12 Pedro Alves <palves@redhat.com>
1047 Simon Marchi <simon.marchi@polymtl.ca>
1048
1049 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
1050 Instead skip if there's any gdb_protocol set.
1051
1052 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1053 Pedro Alves <palves@redhat.com>
1054
1055 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
1056
1057 2017-10-12 Pedro Alves <palves@redhat.com>
1058 Simon Marchi <simon.marchi@polymtl.ca>
1059
1060 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
1061 instead of on dejagnu remote boards.
1062
1063 2017-10-12 Pedro Alves <palves@redhat.com>
1064 Simon Marchi <simon.marchi@polymtl.ca>
1065
1066 * gdb.base/inferior-died.exp: Remove is_remote and isnative
1067 checks. Use build_executable + clean_restart instead of
1068 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
1069 of enabling non-stop after starting gdb.
1070
1071 2017-10-12 Pedro Alves <palves@redhat.com>
1072
1073 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
1074 * gdb.threads/non-ldr-exc-2.exp: Ditto.
1075 * gdb.threads/non-ldr-exc-3.exp: Ditto.
1076 * gdb.threads/non-ldr-exc-4.exp: Ditto.
1077
1078 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
1079
1080 * gdb.arch/arc-tdesc-cpu.exp: New file.
1081 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
1082
1083 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
1084
1085 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
1086
1087 2017-10-10 Pedro Alves <palves@redhat.com>
1088
1089 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
1090 expect CLI output.
1091
1092 2017-10-10 Pedro Alves <palves@redhat.com>
1093
1094 * lib/selftest-support.exp (selftest_setup): Update for
1095 captured_command_loop's prototype change.
1096
1097 2017-10-09 Pedro Alves <palves@redhat.com>
1098
1099 Test both arch1=>arch2 and arch2=>arch1.
1100
1101 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
1102 (srcfile2, binfile2, march1, march2): Remove globals. Largely
1103 factored out to...
1104 (append_arch1_options, append_arch2_options, append_arch_options)
1105 (build_executables): New procedures.
1106 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
1107 local.
1108 (top level): Add new 'first_arch' testing axis.
1109
1110 2017-10-09 Pedro Alves <palves@redhat.com>
1111
1112 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
1113 (barrier): New.
1114 (thread_start, all_started): New functions.
1115 (main): Spawn new thread and wait until it is scheduled.
1116 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
1117 option.
1118 (do_test): Add 'selected_thread' parameter. Run to all_started
1119 instead of main. Explicitly set the breakpoint at main. Switch
1120 to the SELECTED_THREAD thread.
1121 (top level): Test handling the exec event with either the main
1122 thread or the second thread selected.
1123
1124 2017-10-09 Pedro Alves <palves@redhat.com>
1125
1126 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
1127 logic. Move STOP marker after the value checks.
1128 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
1129 regexp.
1130
1131 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
1132
1133 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
1134
1135 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
1136
1137 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
1138 integer-to-dfp conversion.
1139 * gdb.base/dfp-test.exp: Likewise.
1140
1141 2017-10-04 Pedro Alves <palves@redhat.com>
1142
1143 * gdb.multi/hangout.c: Include <unistd.h>.
1144 (hangout_loop): New function.
1145 (main): Call alarm. Call hangout_loop in a loop.
1146 * gdb.multi/hello.c: Include <unistd.h>.
1147 (hello_loop): New function.
1148 (main): Call alarm. Call hangout_loop in a loop.
1149 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
1150 inferior with the other selected.
1151
1152 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
1153
1154 * gdb.mi/list-thread-groups-available.exp: New file.
1155 * gdb.mi/list-thread-groups-available.c: New file.
1156
1157 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1158
1159 * gdb.base/set-cwd.exp: Make it available on
1160 native-extended-gdbserver.
1161
1162 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1163
1164 * gdb.base/set-cwd.c: New file.
1165 * gdb.base/set-cwd.exp: Likewise.
1166
1167 2017-10-02 Tom Tromey <tom@tromey.com>
1168
1169 PR rust/22236:
1170 * gdb.rust/simple.rs (main): New variable "fslice".
1171 * gdb.rust/simple.exp: Add slice tests. Update string tests.
1172
1173 2017-10-02 Tom Tromey <tom@tromey.com>
1174
1175 * gdb.rust/simple.exp: Test ptype of a slice.
1176
1177 2017-10-02 Tom Tromey <tom@tromey.com>
1178
1179 * gdb.rust/simple.exp: Test index of slice.
1180
1181 2017-09-27 Tom Tromey <tom@tromey.com>
1182
1183 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
1184
1185 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
1186 Pedro Alves <palves@redhat.com>
1187
1188 * gdb.base/compare-sections.exp (get value of read-only section): Read
1189 as unsigned value.
1190 (corrupt read-only section): Likewise and don't set written if patching
1191 failed.
1192
1193 2017-09-21 Kevin Buettner <kevinb@redhat.com>
1194
1195 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
1196 files.
1197
1198 2017-09-20 Pedro Alves <palves@redhat.com>
1199
1200 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
1201 symbol names in gdb's output.
1202 * gdb.cp/overload.exp ("list all overloads"): Likewise.
1203
1204 2017-09-20 Pedro Alves <palves@redhat.com>
1205
1206 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
1207 Rename to ...
1208 (test_list_ambiguous_symbol): ... this and add a symbol name
1209 parameter. Adjust.
1210 (test_list_ambiguous_function): Reimplement on top of
1211 test_list_ambiguous_symbol and also test listing ambiguous
1212 variables.
1213 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
1214 (ambiguous_fun): ... this.
1215 (ambiguous_var): New.
1216 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
1217 (ambiguous_fun): ... this.
1218 (ambiguous_var): New.
1219
1220 2017-09-19 John Baldwin <jhb@FreeBSD.org>
1221
1222 * gdb.base/starti.c: New file.
1223 * gdb.base/starti.exp: New file.
1224 * lib/gdb.exp (gdb_starti_cmd): New procedure.
1225
1226 2017-09-14 Pedro Alves <palves@redhat.com>
1227
1228 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
1229 (top level): Use it instead of runto.
1230
1231 2017-09-11 Tom Tromey <tom@tromey.com>
1232
1233 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
1234
1235 2017-09-11 Tom Tromey <tom@tromey.com>
1236
1237 * gdb.python/py-infthread.exp: Add tests for new_thread event.
1238 * gdb.python/py-inferior.exp: Add tests for new inferior events.
1239
1240 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
1241
1242 * gdb.fortran/printing-types.exp: New file.
1243 * gdb.fortran/printing-types.exp: New file.
1244
1245 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
1246
1247 * gdb.fortran/vla-ptype.exp: Fix typos.
1248 * gdb.fortran/vla-value.exp: Same.
1249
1250 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
1251
1252 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
1253 * gdb.mi/mi-var-child-f.exp: Likewise.
1254 * gdb.mi/mi-vla-fortran.exp: Likewise.
1255
1256 2017-09-08 Frank Penczek <frank.penczek@intel.com>
1257 Christoph Weinmann <christoph.t.weinmann@intel.com>
1258 Bernhard Heckel <bernhard.heckel@intel.com>
1259
1260 * gdb.fortran/ptr-indentation.f90: New file.
1261 * gdb.fortran/ptr-indentation.exp: New file.
1262
1263 2017-09-05 Tom Tromey <tom@tromey.com>
1264
1265 PR gdb/22010:
1266 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
1267
1268 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
1269
1270 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
1271
1272 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1273
1274 * gdb.threads/tls-nodebug-pie.c: New file.
1275 * gdb.threads/tls-nodebug-pie.exp: New file.
1276
1277 2017-09-05 Tom Tromey <tom@tromey.com>
1278
1279 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
1280 for rust.
1281
1282 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
1283
1284 * gdb.multi/multi-arch-exec.exp: Test with different
1285 "follow-exec-mode" settings.
1286 (do_test): New procedure.
1287
1288 2017-09-04 Pedro Alves <palves@redhat.com>
1289
1290 * gdb.base/func-static.c (S::method const, S::method volatile)
1291 (S::method volatile const): New methods.
1292 (c_s, v_s, cv_s): New instances.
1293 (main): Call method() on them.
1294 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
1295 (cannot_resolve): New procedure.
1296 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
1297 print-quote-unquoted columns.
1298 (do_test): Test printing each scope too.
1299
1300 2017-09-04 Pedro Alves <palves@redhat.com>
1301
1302 * gdb.base/local-static.exp: Also test with
1303 class::method::variable wholly quoted.
1304 * gdb.cp/m-static.exp (class::method::variable): Remove test.
1305
1306 2017-09-04 Pedro Alves <palves@redhat.com>
1307
1308 * gdb.base/local-static.c: New.
1309 * gdb.base/local-static.cc: New.
1310 * gdb.base/local-static.exp: New.
1311
1312 2017-09-04 Pedro Alves <palves@redhat.com>
1313
1314 * gdb.asm/asm-source.exp: Add casts to int.
1315 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
1316 (dataglobal64_1, dataglobal64_2): New globals.
1317 * gdb.base/nodebug.exp: Test different expressions involving the
1318 new globals, with print, whatis and ptype. Add casts to int.
1319 * gdb.base/solib-display.exp: Add casts to int.
1320 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
1321 * gdb.cp/m-static.exp: Add cast to int.
1322 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
1323 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
1324 tls variable with no debug info without a cast. Test with a cast
1325 to int too.
1326 * gdb.trace/entry-values.exp: Add casts.
1327
1328 2017-09-04 Pedro Alves <palves@redhat.com>
1329
1330 * gdb.base/nodebug.exp: Test that ptype's error about functions
1331 with unknown return type includes the function name too.
1332
1333 2017-09-04 Pedro Alves <palves@redhat.com>
1334
1335 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
1336 return type of munmap in infcall.
1337 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
1338 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
1339 type of ftell in infcall.
1340 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
1341 type of getpid in infcall.
1342 * gdb.base/infcall-exec.exp: Cast return type of execlp in
1343 infcall.
1344 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
1345 Bail on failure to extract the pid.
1346 * gdb.base/nodebug.c: #include <stdint.h>.
1347 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
1348 New functions.
1349 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
1350 Change expected output of print/whatis/ptype with functions with
1351 no debug info. Test all supported languages. Call
1352 test_call_promotion.
1353 * gdb.compile/compile.exp: Adjust expected output to expect
1354 warning.
1355 * gdb.threads/siginfo-threads.exp: Likewise.
1356
1357 2017-09-04 Pedro Alves <palves@redhat.com>
1358
1359 * gdb.base/callfuncs.exp (do_function_calls): New parameter
1360 "prototypes". Test calling float functions via prototyped and
1361 unprototyped function pointers.
1362 (perform_all_tests): New parameter "prototypes". Pass it down.
1363 (top level): Pass down "prototypes" parameter to
1364 perform_all_tests.
1365
1366 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
1367
1368 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
1369 Test with nested loops.
1370
1371 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
1372
1373 * gdb.base/commands.exp: Call the new procedures.
1374 (loop_break_test, loop_continue_test): New procedures.
1375
1376 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
1377
1378 * gdb.base/commands.exp: Call new procedure.
1379 (define_if_without_arg_test): New procedure.
1380
1381 2017-09-04 Pedro Alves <palves@redhat.com>
1382
1383 * gdb.base/list-ambiguous.exp: New file.
1384 * gdb.base/list-ambiguous0.c: New file.
1385 * gdb.base/list-ambiguous1.c: New file.
1386 * gdb.base/list.exp (test_list_range): Adjust expected output.
1387
1388 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1389
1390 * gdb.base/share-env-with-gdbserver.c: New file.
1391 * gdb.base/share-env-with-gdbserver.exp: Likewise.
1392
1393 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
1394
1395 * gdb.base/commands.exp (gdbvar_simple_if_test,
1396 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
1397 progvar_simple_if_test, progvar_simple_while_test,
1398 progvar_complex_if_while_test, user_defined_command_test,
1399 user_defined_command_args_eval,
1400 user_defined_command_args_stack_test,
1401 user_defined_command_manyargs_test, bp_deleted_in_command_test,
1402 temporary_breakpoint_commands,
1403 gdb_test_no_prompt, redefine_hook_test,
1404 redefine_backtrace_test): Remove "global gdb_prompt".
1405
1406 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
1407
1408 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
1409 New proc, call it from toplevel.
1410
1411 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
1412
1413 PR remote/21852
1414 * gdb.server/normal.c: New file, copied from gdb.base.
1415 * gdb.server/run-without-local-binary.exp: New file.
1416
1417 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
1418
1419 * gdb.arch/sparc64-adi.exp: New file.
1420 * gdb.arch/sparc64-adi.c: New file.
1421
1422 2017-08-22 Pedro Alves <palves@redhat.com>
1423
1424 * gdb.cp/overload.exp (line_range_pattern): New procedure.
1425 (top level): Add "list all overloads" tests.
1426
1427 2017-08-22 Tom Tromey <tom@tromey.com>
1428
1429 * gdb.gdb/xfullpath.exp: Remove.
1430
1431 2017-08-21 Pedro Alves <palves@redhat.com>
1432
1433 PR gdb/19487
1434 * gdb.base/symbol-alias.c: New.
1435 * gdb.base/symbol-alias2.c: New.
1436 * gdb.base/symbol-alias.exp: New.
1437
1438 2017-08-21 Pedro Alves <palves@redhat.com>
1439
1440 * gdb.base/dfp-test.c
1441 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
1442 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
1443 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
1444 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
1445 * gdb.base/whatis-ptype-typedefs.c: New.
1446 * gdb.base/whatis-ptype-typedefs.exp: New.
1447 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
1448 (an_int, an_int_type, an_int_type2): New globals.
1449 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
1450 involving typedefs and cast expressions.
1451 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
1452 (lookup_typedefs_function): New.
1453 (typedefs_pretty_printers_dict): New.
1454 (top level): Register lookup_typedefs_function in
1455 gdb.pretty_printers.
1456
1457 2017-08-18 Yao Qi <yao.qi@linaro.org>
1458
1459 * gdb.server/unittest.exp: New.
1460
1461 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
1462
1463 PR gdb/21954
1464 * gdb.base/environ.exp: Add test to check if 'unset environment'
1465 works.
1466
1467 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
1468
1469 * lib/gdb.exp (universal_compile_options): New caching proc.
1470 (gdb_compile): Suppress GCC's coloring of messages.
1471
1472 2017-08-14 Tom Tromey <tom@tromey.com>
1473
1474 PR gdb/21675:
1475 * gdb.base/printcmds.exp (test_radices): New function.
1476 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
1477 * gdb.base/sizeof.exp (check_valueof): Use p/d.
1478 * lib/gdb.exp (get_integer_valueof): Use p/d.
1479
1480 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
1481
1482 * lib/gdb.exp (get_valueof): Don't capture end-of-line
1483 characters.
1484
1485 2017-08-05 Tom Tromey <tom@tromey.com>
1486
1487 * gdb.rust/simple.exp: Allow String to appear in a different
1488 namespace.
1489
1490 2017-07-26 Yao Qi <yao.qi@linaro.org>
1491
1492 * gdb.gdb/unittest.exp: Invoke command
1493 "maintenance check xml-descriptions".
1494
1495 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1496
1497 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
1498 calling context.
1499 (hex128): Drop erroneous calculation of parameters.
1500
1501 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
1502
1503 * gdb.python/py-unwind.exp: Disable stack protection when
1504 building test file.
1505
1506 2017-07-20 Pedro Alves <palves@redhat.com>
1507
1508 * gdb.base/default.exp (set language): Adjust expected output.
1509
1510 2017-07-20 Pedro Alves <palves@redhat.com>
1511
1512 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
1513 (test_minsym): ... this, and make static.
1514 (get_pck__foo__bar__minsym): Rename to ...
1515 (get_test_minsym): ... this.
1516 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
1517 symbol names and comments.
1518 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
1519 (get_test_minsym): ... this.
1520 (pck__foo__bar__minsym__2): Rename to ...
1521 (test_minsym): ... this.
1522 (main): Adjust.
1523
1524 2017-07-17 Pedro Alves <palves@redhat.com>
1525
1526 * gdb.base/completion.exp: Adjust expected output.
1527 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
1528 the completer works.
1529
1530 2017-07-17 Pedro Alves <palves@redhat.com>
1531
1532 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
1533
1534 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
1535
1536 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
1537
1538 2017-07-14 Tom Tromey <tom@tromey.com>
1539
1540 PR rust/21764:
1541 * gdb.rust/simple.exp: Add tests.
1542
1543 2017-07-14 Tom Tromey <tom@tromey.com>
1544
1545 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
1546
1547 2017-07-14 Pedro Alves <palves@redhat.com>
1548
1549 * gdb.linespec/base/one/thefile.cc (z1): New function.
1550 * gdb.linespec/base/two/thefile.cc (z2): New function.
1551 * gdb.linespec/linespec.exp: Add tests.
1552
1553 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
1554
1555 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
1556 to mi_create_breakpoint.
1557
1558 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
1559
1560 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
1561 mi_create_breakpoint.
1562
1563 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
1564
1565 * gdb.dlang/demangle.exp: Update for demangling changes.
1566
1567 2017-07-09 Tom Tromey <tom@tromey.com>
1568
1569 * gdb.dwarf2/shortpiece.exp: New file.
1570
1571 2017-07-06 David Blaikie <dblaikie@gmail.com>
1572
1573 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
1574 built from fissiont-multi-cu{1,2}.c.
1575 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
1576 except putting 'main' and 'func' in separate CUs in the same DWO file.
1577 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
1578 test.
1579 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
1580 test.
1581
1582 2017-07-06 Pedro Alves <palves@redhat.com>
1583
1584 * gdb.python/py-unwind.exp: Test flushregs.
1585
1586 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
1587
1588 PR cli/21688
1589 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
1590 tests for alias commands and trailing whitespace.
1591
1592 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
1593
1594 PR cli/21688
1595 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
1596 procedure. Call it.
1597
1598 2017-06-29 Pedro Alves <palves@redhat.com>
1599
1600 * gdb.base/printcmds.exp: Add tests.
1601
1602 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
1603
1604 PR gdb/21337
1605 * gdb.base/reread-readsym.exp: New file.
1606 * gdb.base/reread-readsym.c: New file.
1607
1608 2017-06-21 Kevin Buettner <kevinb@redhat.com>
1609
1610 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
1611 subpattern.
1612
1613 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
1614
1615 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
1616 extended mnemonic.
1617 * gdb.arch/powerpc-power9.s: Likewise.
1618
1619 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
1620
1621 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
1622 on 32-bit x86 targets. Exploit is_*_target macros where
1623 appropriate.
1624
1625 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1626
1627 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
1628 register pieces.
1629
1630 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1631
1632 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
1633 located in one or more DWARF pieces.
1634
1635 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1636
1637 * lib/gdb.exp (get_endianness): New proc.
1638 * gdb.arch/aarch64-fp.exp: Use it.
1639 * gdb.arch/altivec-regs.exp: Likewise.
1640 * gdb.arch/e500-regs.exp: Likewise.
1641 * gdb.arch/vsx-regs.exp: Likewise.
1642 * gdb.base/dump.exp: Likewise.
1643 * gdb.base/funcargs.exp: Likewise.
1644 * gdb.base/gnu_vector.exp: Likewise.
1645 * gdb.dwarf2/formdata16.exp: Likewise.
1646 * gdb.dwarf2/implptrpiece.exp: Likewise.
1647 * gdb.dwarf2/nonvar-access.exp: Likewise.
1648 * gdb.python/py-inferior.exp: Likewise.
1649 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1650
1651 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1652
1653 PR gdb/21226
1654 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
1655 stack value pieces are taken from the LSB end.
1656
1657 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1658
1659 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
1660 variable at nonzero offset.
1661
1662 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1663
1664 * gdb.dwarf2/var-access.c: New file.
1665 * gdb.dwarf2/var-access.exp: New test.
1666 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
1667
1668 2017-06-12 Tom Tromey <tom@tromey.com>
1669
1670 * gdb.dwarf2/formdata16.exp: Add tests.
1671
1672 2017-06-12 Tom Tromey <tom@tromey.com>
1673
1674 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
1675
1676 2017-06-12 Tom Tromey <tom@tromey.com>
1677
1678 PR exp/16225:
1679 * gdb.reverse/i386-sse-reverse.exp: Update tests.
1680 * gdb.arch/vsx-regs.exp: Update tests.
1681 * gdb.arch/s390-vregs.exp (hex128): New proc.
1682 Update test.
1683 * gdb.arch/altivec-regs.exp: Update tests.
1684
1685 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1686
1687 * gdb.base/startup-with-shell.c: New file.
1688 * gdb.base/startup-with-shell.exp: Likewise.
1689
1690 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1691
1692 * gdb.server/non-existing-program.exp: Update regex in order to
1693 reflect the fact that gdbserver is now using fork_inferior (with a
1694 shell) to startup the inferior.
1695
1696 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
1697
1698 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
1699 support function calls from GDB.
1700
1701 2017-05-21 Tom Tromey <tom@tromey.com>
1702
1703 PR rust/21466:
1704 * gdb.rust/unsized.exp: New file.
1705 * gdb.rust/unsized.rs: New file.
1706
1707 2017-05-19 Tom Tromey <tom@tromey.com>
1708
1709 PR rust/21484:
1710 * gdb.rust/watch.exp: New file.
1711 * gdb.rust/watch.rs: New file.
1712
1713 2017-05-18 Tom Tromey <tom@tromey.com>
1714
1715 * gdb.rust/simple.exp: Allow Box to be qualified.
1716
1717 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
1718
1719 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
1720
1721 2017-05-18 Pedro Alves <palves@redhat.com>
1722
1723 * gdb.base/fileio.c (test_write, test_read, test_close)
1724 (test_fstat): Don't print 'ret' in the fail path.
1725
1726 2017-05-18 Pedro Alves <palves@redhat.com>
1727
1728 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
1729 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
1730 (test_system, test_rename, test_unlink, test_time): Change
1731 prototypes.
1732 * gdb.base/fileio.exp (stop_msg): Adjust.
1733
1734 2017-05-18 Pedro Alves <palves@redhat.com>
1735
1736 * gdb.base/fileio.c (null_str): New global.
1737 (test_stat): Use it.
1738 * gdb.base/fileio.exp: Remove nowarnings.
1739
1740 2017-05-17 Yao Qi <yao.qi@linaro.org>
1741
1742 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
1743
1744 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
1745
1746 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
1747 argument command.
1748 (top-level): Invoke test_set_inferior_tty.
1749
1750 2017-05-04 Pedro Alves <palves@redhat.com>
1751
1752 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
1753 Add parens to print call for Python 3.
1754
1755 2017-05-03 Keith Seitz <keiths@redhat.com>
1756
1757 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
1758 (main): Call it.
1759
1760 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1761
1762 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
1763 to prev and next.
1764
1765 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1766
1767 * gdb.python/py-record-btrace.exp: Remove test for
1768 gdb.BtraceInstruction.error.
1769
1770 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1771
1772 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
1773
1774 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1775
1776 * gdb.python/py-record-btrace-threads.c: New file.
1777 * gdb.python/py-record-btrace-threads.exp: New file.
1778
1779 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
1780
1781 PR testsuite/8595
1782 * gdb.base/environ.exp: Make test available in all architectures.
1783 Move bits related to "info program" testing to
1784 gdb.base/info-program.exp. Rewrite tests to use the two new
1785 procedures mentione below.
1786 (test_set_show_env_var) New procedure.
1787 (test_set_show_env_var_equal): Likewise.
1788 * gdb.base/info-program.exp: New file.
1789
1790 2017-04-27 Keith Seitz <keiths@redhat.com>
1791
1792 * gdb.cp/oranking.cc (test15): New function.
1793 (main): Call test15 and declare additional variables for testing.
1794 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
1795 "p foo101('abc')" tests.
1796 Add tests for cv qualifier overloads.
1797 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
1798 "lvalue reference overload" test.
1799 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
1800 "print value of f1 on Child&& in f2" test.
1801
1802 2017-04-19 Pedro Alves <palves@redhat.com>
1803
1804 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
1805 procedure.
1806 (top level): Call it.
1807 * lib/gdb.exp (gdb_define_cmd): New procedure.
1808
1809 2017-04-12 Pedro Alves <palves@redhat.com>
1810
1811 PR gdb/21323
1812 * gdb.cp/wide_char_types.c: Include <wchar.h>.
1813 (wchar): New global.
1814 * gdb.cp/wide_char_types.exp (wide_char_types_program)
1815 (do_test_wide_char, wide_char_types_no_program, top level): Add
1816 wchar_t testing.
1817
1818 2017-04-12 Pedro Alves <palves@redhat.com>
1819
1820 PR c++/21323
1821 * gdb.cp/wide_char_types.c: New file.
1822 * gdb.cp/wide_char_types.exp: New file.
1823
1824 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
1825
1826 PR gdb/21352
1827 * gdb.trace/tsv.exp: Add test for "tsave -r".
1828
1829 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
1830
1831 * gdb.dlang/watch-loc.c: New file.
1832 * gdb.dlang/watch-loc.exp: New file.
1833
1834 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1835
1836 * gdb.python/py-section-script.exp (sepdebug): New testcases.
1837
1838 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1839
1840 * gdb.arch/arc-analyze-prologue.S: New file.
1841 * gdb.arch/arc-analyze-prologue.exp: Likewise.
1842
1843 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1844
1845 * gdb.arch/arc-decode-insn.S: New file.
1846 * gdb.arch/arc-decode-insn.exp: Likewise.
1847
1848 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
1849
1850 PR tdep/20928
1851 * gdb.arch/sparc64-regs.exp: New file.
1852 * gdb.arch/sparc64-regs.S: Likewise.
1853
1854 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
1855
1856 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
1857 and memory view on Python 3.
1858
1859 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
1860 Keith Seitz <keiths@redhat.com>
1861
1862 PR gdb/14441
1863 * gdb.cp/demangle.exp: Add rvalue reference tests.
1864 * gdb.cp/rvalue-ref-casts.cc: New file.
1865 * gdb.cp/rvalue-ref-casts.exp: New file.
1866 * gdb.cp/rvalue-ref-overload.cc: New file.
1867 * gdb.cp/rvalue-ref-overload.exp: New file.
1868 * gdb.cp/rvalue-ref-params.cc: New file.
1869 * gdb.cp/rvalue-ref-params.exp: New file.
1870 * gdb.cp/rvalue-ref-sizeof.cc: New file.
1871 * gdb.cp/rvalue-ref-sizeof.exp: New file.
1872 * gdb.cp/rvalue-ref-types.cc: New file.
1873 * gdb.cp/rvalue-ref-types.exp: New file.
1874 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
1875 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
1876
1877 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1878
1879 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
1880 New procedure.
1881
1882 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1883
1884 * lib/mi-support.exp (mi_gdb_test): Add additional message
1885 for unexpected output.
1886
1887 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
1888
1889 * gdb.base/examine-backward.c (Barrier): New character array
1890 constant, to ensure that TestStrings is preceded by a string
1891 terminator.
1892
1893 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1894
1895 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
1896 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
1897 and implicit pointer into such a location.
1898
1899 2017-03-16 Doug Evans <dje@google.com>
1900
1901 * gdb.python/py-lazy-string (pointer): Really add new typedef.
1902
1903 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
1904
1905 * gdb.cp/m-static.exp: Fix expectation for prototype of
1906 test5.single_constructor and single_constructor::single_constructor.
1907
1908 2017-03-16 Doug Evans <dje@google.com>
1909
1910 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
1911 * gdb.guile/scm-lazy-string.c: New file.
1912 * gdb.guile/scm-value.exp: Move lazy string tests to ...
1913 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
1914 for pointer, array, typedef lazy strings.
1915
1916 2017-03-16 Doug Evans <dje@google.com>
1917
1918 PR python/17728, python/18439, python/18779
1919 * gdb.python/py-value.c (main) Delete locals sptr, sn.
1920 * gdb.python/py-lazy-string.c (pointer): New typedef.
1921 (main): New locals ptr, array, typedef_ptr.
1922 * gdb.python/py-value.exp: Move lazy string tests to ...
1923 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
1924 array, typedef lazy strings.
1925
1926 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
1927
1928 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
1929 Add optional 'test' parameter.
1930
1931 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
1932
1933 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
1934 Skip for versions of DejaGnu < 1.5.
1935
1936 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
1937
1938 * lib/gdb.exp (dejagnu_version): New proc.
1939 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
1940 Use dejagnu_version.
1941
1942 2017-03-10 Keith Seitz <keiths@redhat.com>
1943
1944 PR c++/8128
1945 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
1946 type from destructor regexps.
1947 Add a branch which actually passes the test.
1948 Adjust "ptype t5i" test names.
1949
1950 2017-03-08 Pedro Alves <palves@redhat.com>
1951
1952 * gdb.base/step-over-exit.exp: Add explicit test message.
1953
1954 2017-03-08 Pedro Alves <palves@redhat.com>
1955
1956 PR gdb/18360
1957 * gdb.threads/interrupt-while-step-over.c: New file.
1958 * gdb.threads/interrupt-while-step-over.exp: New file.
1959
1960 2017-03-08 Pedro Alves <palves@redhat.com>
1961
1962 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
1963 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
1964
1965 2017-03-08 Pedro Alves <palves@redhat.com>
1966
1967 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
1968 PKRU as not supported as a PASS.
1969
1970 2017-03-08 Pedro Alves <palves@redhat.com>
1971
1972 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
1973 prefix instead of $binfile1/$binfile2.
1974 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
1975 in test message.
1976 * gdb.python/py-completion.exp: Use "load python file" as test
1977 messages instead of unstable path names.
1978
1979 2017-03-08 Pedro Alves <palves@redhat.com>
1980 Jan Kratochvil <jan.kratochvil@redhat.com>
1981
1982 PR cli/21218
1983 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
1984 New proc.
1985 (top level): Call it.
1986
1987 2017-03-08 Pedro Alves <palves@redhat.com>
1988
1989 PR tui/21216
1990 * gdb.tui/tui-nl-filtered-output.exp: New file.
1991
1992 2017-03-08 Pedro Alves <palves@redhat.com>
1993
1994 * gdb.base/completion.exp: Move TUI completion tests to ...
1995 * gdb.tui/completion.exp: ... this new file.
1996
1997 2017-03-08 Pedro Alves <palves@redhat.com>
1998
1999 * gdb.base/tui-disasm-long-lines.c,
2000 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
2001 gdb.base/tui-layout.exp: Move to ...
2002 * gdb.tui/: ... this new directory.
2003
2004 2017-03-07 Pedro Alves <palves@redhat.com>
2005
2006 * gdb.base/tui-layout.c: New file.
2007 * gdb.base/tui-layout.exp: New file.
2008
2009 2017-03-07 Pedro Alves <palves@redhat.com>
2010
2011 * gdb.base/tui-layout.c: Rename to ...
2012 * gdb.base/tui-disasm-long-lines.c: ... this.
2013 * gdb.base/tui-layout.exp: Rename to ...
2014 * gdb.base/tui-disasm-long-lines.exp: ... this.
2015
2016 2017-03-07 Pedro Alves <palves@redhat.com>
2017
2018 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
2019
2020 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2021
2022 * i386-mpx-call.c: New file.
2023 * i386-mpx-call.exp: New file.
2024
2025 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
2026
2027 * gdb.arch/powerpc-power.exp: Delete test.
2028 * gdb.arch/powerpc-power.s: Likewise.
2029 * gdb.disasm/disassembler-options.exp: New test.
2030 * gdb.arch/powerpc-altivec.exp: Likewise.
2031 * gdb.arch/powerpc-altivec.s: Likewise.
2032 * gdb.arch/powerpc-altivec2.exp: Likewise.
2033 * gdb.arch/powerpc-altivec2.s: Likewise.
2034 * gdb.arch/powerpc-altivec3.exp: Likewise.
2035 * gdb.arch/powerpc-altivec3.s: Likewise.
2036 * gdb.arch/powerpc-power7.exp: Likewise.
2037 * gdb.arch/powerpc-power7.s: Likewise.
2038 * gdb.arch/powerpc-power8.exp: Likewise.
2039 * gdb.arch/powerpc-power8.s: Likewise.
2040 * gdb.arch/powerpc-power9.exp: Likewise.
2041 * gdb.arch/powerpc-power9.s: Likewise.
2042 * gdb.arch/powerpc-vsx.exp: Likewise.
2043 * gdb.arch/powerpc-vsx.s: Likewise.
2044 * gdb.arch/powerpc-vsx2.exp: Likewise.
2045 * gdb.arch/powerpc-vsx2.s: Likewise.
2046 * gdb.arch/powerpc-vsx3.exp: Likewise.
2047 * gdb.arch/powerpc-vsx3.s: Likewise.
2048 * gdb.arch/arm-disassembler-options.exp: Likewise.
2049 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
2050 * gdb.arch/s390-disassembler-options.exp: Likewise.
2051
2052 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
2053
2054 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
2055 (check_supported_features): ... this. Changed return type to void.
2056 (supports_rdseed): New static global.
2057 (rdseed): Check supports_rdseed.
2058 (initialize): Call check_supported_features.
2059
2060 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2061
2062 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
2063 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
2064 and lqarx/stqcx.
2065 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
2066 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
2067
2068 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2069
2070 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
2071 uppercase.
2072
2073 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2074
2075 * gdb.dwarf2/formdata16.c: New file.
2076 * gdb.dwarf2/formdata16.exp: New file.
2077 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
2078
2079 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2080
2081 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
2082 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
2083 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
2084 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
2085 DW_AT_GNU_*.
2086
2087 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2088
2089 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
2090
2091 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
2092
2093 PR gdb/21164
2094 * gdb.base/maint.exp: Add testcases for when the commands do
2095 not have arguments.
2096
2097 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
2098
2099 * gdb.cp/chained-calls.exp: Use p instead of P.
2100
2101 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
2102
2103 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
2104 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
2105
2106 2017-02-14 Tom Tromey <tom@tromey.com>
2107
2108 PR python/13598:
2109 * gdb.python/py-events.exp: Add before_prompt event tests.
2110
2111 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2112
2113 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
2114
2115 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
2116
2117 * gdb.linespec/explicit.c (my_unique_function_name): New function.
2118 (main): Call my_unique_function_name.
2119 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
2120 completion of patterns with a single match.
2121 Add missing -re switches to gdb_test_multiple calls.
2122
2123 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
2124
2125 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
2126 return if core file is not recognized.
2127
2128 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2129
2130 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
2131 and extra UIs.
2132
2133 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2134
2135 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
2136 proc_with_prefix.
2137
2138 2017-02-10 Tom Tromey <tom@tromey.com>
2139
2140 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
2141
2142 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
2143
2144 PR gdb/21122
2145 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
2146
2147 2017-02-08 Jerome Guitton <guitton@adacore.com>
2148
2149 * gdb.base/define.exp: Add test for command abbreviations
2150 in define.
2151
2152 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
2153
2154 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
2155 * gdb.reverse/insn-reverse-x86.c: New file.
2156
2157 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
2158
2159 PR tdep/20936
2160 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
2161
2162 2017-02-03 Tom Tromey <tom@tromey.com>
2163
2164 PR rust/21097:
2165 * gdb.rust/simple.exp: Add new tests.
2166
2167 2017-02-02 Pedro Alves <palves@redhat.com>
2168
2169 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
2170 tests.
2171
2172 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
2173
2174 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
2175 taking a 2-byte value out of a 4-byte DWARF implicit value on
2176 big-endian targets.
2177 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
2178 logic. Add test cases for DW_OP_implicit.
2179
2180 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2181
2182 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
2183
2184 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2185
2186 * gdb.btrace/enable.exp: Call gdb_exit before
2187 skip_gdbserver_tests.
2188
2189 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2190
2191 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
2192 GDBFLAGS.
2193
2194 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2195
2196 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
2197 the test is skipped.
2198 * gdb.btrace/data.exp: Likewise.
2199 * gdb.btrace/delta.exp: Likewise.
2200 * gdb.btrace/dlopen.exp: Likewise.
2201 * gdb.btrace/enable-running.exp: Likewise.
2202 * gdb.btrace/enable.exp: Likewise.
2203 * gdb.btrace/exception.exp: Likewise.
2204 * gdb.btrace/function_call_history.exp: Likewise.
2205 * gdb.btrace/gcore.exp: Likewise.
2206 * gdb.btrace/instruction_history.exp: Likewise.
2207 * gdb.btrace/multi-thread-step.exp: Likewise.
2208 * gdb.btrace/nohist.exp: Likewise.
2209 * gdb.btrace/non-stop.exp: Likewise.
2210 * gdb.btrace/reconnect.exp: Likewise.
2211 * gdb.btrace/record_goto-step.exp: Likewise.
2212 * gdb.btrace/record_goto.exp: Likewise.
2213 * gdb.btrace/rn-dl-bind.exp: Likewise.
2214 * gdb.btrace/segv.exp: Likewise.
2215 * gdb.btrace/step.exp: Likewise.
2216 * gdb.btrace/stepi.exp: Likewise.
2217 * gdb.btrace/tailcall-only.exp: Likewise.
2218 * gdb.btrace/tailcall.exp: Likewise.
2219 * gdb.btrace/tsx.exp: Likewise.
2220 * gdb.btrace/unknown_functions.exp: Likewise.
2221 * gdb.btrace/vdso.exp: Likewise.
2222
2223 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2224
2225 * gdb.btrace/enable-running.c: New.
2226 * gdb.btrace/enable-running.exp: New.
2227
2228 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
2229
2230 * gdb.arch/amd64-gs_base.c: New file.
2231 * gdb.arch/amd64-gs_base.exp: New file.
2232
2233 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
2234
2235 * lib/memory.exp: Remove spurious empty newlines.
2236
2237 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
2238
2239 * gdb.python/py-bad-printers.exp: Load python file using "source".
2240 * gdb.python/py-events.exp: Likewise.
2241 * gdb.python/py-evsignal.exp: Likewise.
2242 * gdb.python/py-evthreads.exp: Likewise.
2243 * gdb.python/py-frame-args.exp: Likewise.
2244 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
2245 * gdb.python/py-framefilter-mi.exp: Likewise.
2246 * gdb.python/py-framefilter.exp: Likewise.
2247 * gdb.python/py-mi.exp: Likewise.
2248 * gdb.python/py-pp-maint.exp: Likewise.
2249 * gdb.python/py-pp-registration.exp: Likewise.
2250 * gdb.python/py-prettyprint.exp: Likewise.
2251 (run_lang_tests): Likewise.
2252 * gdb.python/py-typeprint.exp: Likewise.
2253
2254 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
2255
2256 * lib/memory.exp: New file.
2257 * lib/gdb.exp: Load memory.exp.
2258 * gdb.base/memattr.exp (delete_memory): Move proc to
2259 lib/memory.exp and rename to delete_memory_regions.
2260 Replace delete_memory with delete_memory_regions.
2261 Cleanup memory regions before tests.
2262 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
2263 before tests.
2264
2265 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
2266
2267 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
2268 files.
2269 (initialize): New function conditionally defined.
2270 (testcases): Move within conditional block.
2271 (main): Call initialize.
2272 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
2273 of gdb.reverse/insn-reverse.c.
2274 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
2275 gdb.reverse/insn-reverse.c.
2276
2277 2017-01-26 Yao Qi <yao.qi@linaro.org>
2278
2279 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
2280 disassemble on address 0.
2281
2282 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
2283 Yao Qi <yao.qi@linaro.org>
2284
2285 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
2286 * gdb.dwarf2/implptr-64bit.S: Remove.
2287 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
2288 variables in caller's context. Add DW_OP_implicit_value.
2289
2290 2017-01-25 Yao Qi <yao.qi@linaro.org>
2291
2292 * lib/dwarf.exp (Dwarf::_location): Handle
2293 DW_OP_GNU_implicit_pointer with proper size.
2294
2295 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
2296
2297 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
2298 and add untested calls.
2299
2300 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
2301
2302 * gdb.python/python.exp: Check line number against what GDB thinks
2303 the line number is for func1.
2304
2305 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
2306
2307 * gdb.dlang/debug-expr.exp: New file.
2308
2309 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
2310
2311 Fix test names for the following files:
2312
2313 * gdb.ada/exec_changed.exp
2314 * gdb.ada/info_types.exp
2315 * gdb.arch/aarch64-atomic-inst.exp
2316 * gdb.arch/aarch64-fp.exp
2317 * gdb.arch/altivec-abi.exp
2318 * gdb.arch/altivec-regs.exp
2319 * gdb.arch/amd64-byte.exp
2320 * gdb.arch/amd64-disp-step.exp
2321 * gdb.arch/amd64-dword.exp
2322 * gdb.arch/amd64-entry-value-inline.exp
2323 * gdb.arch/amd64-entry-value-param.exp
2324 * gdb.arch/amd64-entry-value-paramref.exp
2325 * gdb.arch/amd64-entry-value.exp
2326 * gdb.arch/amd64-i386-address.exp
2327 * gdb.arch/amd64-invalid-stack-middle.exp
2328 * gdb.arch/amd64-invalid-stack-top.exp
2329 * gdb.arch/amd64-optimout-repeat.exp
2330 * gdb.arch/amd64-prologue-skip.exp
2331 * gdb.arch/amd64-prologue-xmm.exp
2332 * gdb.arch/amd64-stap-special-operands.exp
2333 * gdb.arch/amd64-stap-wrong-subexp.exp
2334 * gdb.arch/amd64-tailcall-cxx.exp
2335 * gdb.arch/amd64-tailcall-noret.exp
2336 * gdb.arch/amd64-tailcall-ret.exp
2337 * gdb.arch/amd64-tailcall-self.exp
2338 * gdb.arch/amd64-word.exp
2339 * gdb.arch/arm-bl-branch-dest.exp
2340 * gdb.arch/arm-disp-step.exp
2341 * gdb.arch/arm-neon.exp
2342 * gdb.arch/arm-single-step-kernel-helper.exp
2343 * gdb.arch/avr-flash-qualifier.exp
2344 * gdb.arch/disp-step-insn-reloc.exp
2345 * gdb.arch/e500-abi.exp
2346 * gdb.arch/e500-regs.exp
2347 * gdb.arch/ftrace-insn-reloc.exp
2348 * gdb.arch/i386-avx512.exp
2349 * gdb.arch/i386-bp_permanent.exp
2350 * gdb.arch/i386-byte.exp
2351 * gdb.arch/i386-cfi-notcurrent.exp
2352 * gdb.arch/i386-disp-step.exp
2353 * gdb.arch/i386-dr3-watch.exp
2354 * gdb.arch/i386-float.exp
2355 * gdb.arch/i386-gnu-cfi.exp
2356 * gdb.arch/i386-mpx-map.exp
2357 * gdb.arch/i386-mpx-sigsegv.exp
2358 * gdb.arch/i386-mpx-simple_segv.exp
2359 * gdb.arch/i386-mpx.exp
2360 * gdb.arch/i386-permbkpt.exp
2361 * gdb.arch/i386-prologue.exp
2362 * gdb.arch/i386-signal.exp
2363 * gdb.arch/i386-size-overlap.exp
2364 * gdb.arch/i386-unwind.exp
2365 * gdb.arch/i386-word.exp
2366 * gdb.arch/mips-fcr.exp
2367 * gdb.arch/powerpc-d128-regs.exp
2368 * gdb.arch/powerpc-stackless.exp
2369 * gdb.arch/ppc64-atomic-inst.exp
2370 * gdb.arch/s390-stackless.exp
2371 * gdb.arch/s390-tdbregs.exp
2372 * gdb.arch/s390-vregs.exp
2373 * gdb.arch/sparc-sysstep.exp
2374 * gdb.arch/thumb-bx-pc.exp
2375 * gdb.arch/thumb-singlestep.exp
2376 * gdb.arch/thumb2-it.exp
2377 * gdb.arch/vsx-regs.exp
2378 * gdb.asm/asm-source.exp
2379 * gdb.base/a2-run.exp
2380 * gdb.base/advance.exp
2381 * gdb.base/all-bin.exp
2382 * gdb.base/anon.exp
2383 * gdb.base/args.exp
2384 * gdb.base/arithmet.exp
2385 * gdb.base/async-shell.exp
2386 * gdb.base/async.exp
2387 * gdb.base/attach-pie-noexec.exp
2388 * gdb.base/attach-twice.exp
2389 * gdb.base/auto-load.exp
2390 * gdb.base/bang.exp
2391 * gdb.base/bitfields.exp
2392 * gdb.base/break-always.exp
2393 * gdb.base/break-caller-line.exp
2394 * gdb.base/break-entry.exp
2395 * gdb.base/break-inline.exp
2396 * gdb.base/break-on-linker-gcd-function.exp
2397 * gdb.base/break-probes.exp
2398 * gdb.base/break.exp
2399 * gdb.base/breakpoint-shadow.exp
2400 * gdb.base/call-ar-st.exp
2401 * gdb.base/call-sc.exp
2402 * gdb.base/call-signal-resume.exp
2403 * gdb.base/call-strs.exp
2404 * gdb.base/callfuncs.exp
2405 * gdb.base/catch-fork-static.exp
2406 * gdb.base/catch-gdb-caused-signals.exp
2407 * gdb.base/catch-load.exp
2408 * gdb.base/catch-signal-fork.exp
2409 * gdb.base/catch-signal.exp
2410 * gdb.base/catch-syscall.exp
2411 * gdb.base/charset.exp
2412 * gdb.base/checkpoint.exp
2413 * gdb.base/chng-syms.exp
2414 * gdb.base/code-expr.exp
2415 * gdb.base/code_elim.exp
2416 * gdb.base/commands.exp
2417 * gdb.base/completion.exp
2418 * gdb.base/complex.exp
2419 * gdb.base/cond-expr.exp
2420 * gdb.base/condbreak.exp
2421 * gdb.base/consecutive.exp
2422 * gdb.base/continue-all-already-running.exp
2423 * gdb.base/coredump-filter.exp
2424 * gdb.base/corefile.exp
2425 * gdb.base/dbx.exp
2426 * gdb.base/debug-expr.exp
2427 * gdb.base/define.exp
2428 * gdb.base/del.exp
2429 * gdb.base/disabled-location.exp
2430 * gdb.base/disasm-end-cu.exp
2431 * gdb.base/disasm-optim.exp
2432 * gdb.base/display.exp
2433 * gdb.base/duplicate-bp.exp
2434 * gdb.base/ena-dis-br.exp
2435 * gdb.base/ending-run.exp
2436 * gdb.base/enumval.exp
2437 * gdb.base/environ.exp
2438 * gdb.base/eu-strip-infcall.exp
2439 * gdb.base/eval-avoid-side-effects.exp
2440 * gdb.base/eval-skip.exp
2441 * gdb.base/exitsignal.exp
2442 * gdb.base/expand-psymtabs.exp
2443 * gdb.base/filesym.exp
2444 * gdb.base/find-unmapped.exp
2445 * gdb.base/finish.exp
2446 * gdb.base/float.exp
2447 * gdb.base/foll-exec-mode.exp
2448 * gdb.base/foll-exec.exp
2449 * gdb.base/foll-fork.exp
2450 * gdb.base/fortran-sym-case.exp
2451 * gdb.base/freebpcmd.exp
2452 * gdb.base/func-ptr.exp
2453 * gdb.base/func-ptrs.exp
2454 * gdb.base/funcargs.exp
2455 * gdb.base/gcore-buffer-overflow.exp
2456 * gdb.base/gcore-relro-pie.exp
2457 * gdb.base/gcore-relro.exp
2458 * gdb.base/gcore.exp
2459 * gdb.base/gdb1090.exp
2460 * gdb.base/gdb11530.exp
2461 * gdb.base/gdb11531.exp
2462 * gdb.base/gdb1821.exp
2463 * gdb.base/gdbindex-stabs.exp
2464 * gdb.base/gdbvars.exp
2465 * gdb.base/hbreak.exp
2466 * gdb.base/hbreak2.exp
2467 * gdb.base/included.exp
2468 * gdb.base/infcall-input.exp
2469 * gdb.base/inferior-died.exp
2470 * gdb.base/infnan.exp
2471 * gdb.base/info-macros.exp
2472 * gdb.base/info-os.exp
2473 * gdb.base/info-proc.exp
2474 * gdb.base/info-shared.exp
2475 * gdb.base/info-target.exp
2476 * gdb.base/infoline.exp
2477 * gdb.base/interp.exp
2478 * gdb.base/interrupt.exp
2479 * gdb.base/jit-reader.exp
2480 * gdb.base/jit-simple.exp
2481 * gdb.base/kill-after-signal.exp
2482 * gdb.base/kill-detach-inferiors-cmd.exp
2483 * gdb.base/label.exp
2484 * gdb.base/langs.exp
2485 * gdb.base/ldbl_e308.exp
2486 * gdb.base/line-symtabs.exp
2487 * gdb.base/linespecs.exp
2488 * gdb.base/list.exp
2489 * gdb.base/long_long.exp
2490 * gdb.base/longest-types.exp
2491 * gdb.base/maint.exp
2492 * gdb.base/max-value-size.exp
2493 * gdb.base/memattr.exp
2494 * gdb.base/mips_pro.exp
2495 * gdb.base/morestack.exp
2496 * gdb.base/moribund-step.exp
2497 * gdb.base/multi-forks.exp
2498 * gdb.base/nested-addr.exp
2499 * gdb.base/nextoverexit.exp
2500 * gdb.base/noreturn-finish.exp
2501 * gdb.base/noreturn-return.exp
2502 * gdb.base/nostdlib.exp
2503 * gdb.base/offsets.exp
2504 * gdb.base/opaque.exp
2505 * gdb.base/pc-fp.exp
2506 * gdb.base/permissions.exp
2507 * gdb.base/print-symbol-loading.exp
2508 * gdb.base/prologue-include.exp
2509 * gdb.base/psymtab.exp
2510 * gdb.base/ptype.exp
2511 * gdb.base/random-signal.exp
2512 * gdb.base/randomize.exp
2513 * gdb.base/range-stepping.exp
2514 * gdb.base/readline-ask.exp
2515 * gdb.base/recpar.exp
2516 * gdb.base/recurse.exp
2517 * gdb.base/relational.exp
2518 * gdb.base/restore.exp
2519 * gdb.base/return-nodebug.exp
2520 * gdb.base/return.exp
2521 * gdb.base/run-after-attach.exp
2522 * gdb.base/save-bp.exp
2523 * gdb.base/scope.exp
2524 * gdb.base/sect-cmd.exp
2525 * gdb.base/set-lang-auto.exp
2526 * gdb.base/set-noassign.exp
2527 * gdb.base/setvar.exp
2528 * gdb.base/sigall.exp
2529 * gdb.base/sigbpt.exp
2530 * gdb.base/siginfo-addr.exp
2531 * gdb.base/siginfo-infcall.exp
2532 * gdb.base/siginfo-obj.exp
2533 * gdb.base/siginfo.exp
2534 * gdb.base/signals-state-child.exp
2535 * gdb.base/signest.exp
2536 * gdb.base/sigstep.exp
2537 * gdb.base/sizeof.exp
2538 * gdb.base/skip.exp
2539 * gdb.base/solib-corrupted.exp
2540 * gdb.base/solib-nodir.exp
2541 * gdb.base/solib-search.exp
2542 * gdb.base/stack-checking.exp
2543 * gdb.base/stale-infcall.exp
2544 * gdb.base/stap-probe.exp
2545 * gdb.base/start.exp
2546 * gdb.base/step-break.exp
2547 * gdb.base/step-bt.exp
2548 * gdb.base/step-line.exp
2549 * gdb.base/step-over-exit.exp
2550 * gdb.base/step-over-syscall.exp
2551 * gdb.base/step-resume-infcall.exp
2552 * gdb.base/step-test.exp
2553 * gdb.base/store.exp
2554 * gdb.base/structs3.exp
2555 * gdb.base/sym-file.exp
2556 * gdb.base/symbol-without-target_section.exp
2557 * gdb.base/term.exp
2558 * gdb.base/testenv.exp
2559 * gdb.base/ui-redirect.exp
2560 * gdb.base/until.exp
2561 * gdb.base/unwindonsignal.exp
2562 * gdb.base/value-double-free.exp
2563 * gdb.base/vla-datatypes.exp
2564 * gdb.base/vla-ptr.exp
2565 * gdb.base/vla-sideeffect.exp
2566 * gdb.base/volatile.exp
2567 * gdb.base/watch-cond-infcall.exp
2568 * gdb.base/watch-cond.exp
2569 * gdb.base/watch-non-mem.exp
2570 * gdb.base/watch-read.exp
2571 * gdb.base/watch-vfork.exp
2572 * gdb.base/watchpoint-cond-gone.exp
2573 * gdb.base/watchpoint-delete.exp
2574 * gdb.base/watchpoint-hw-hit-once.exp
2575 * gdb.base/watchpoint-hw.exp
2576 * gdb.base/watchpoint-stops-at-right-insn.exp
2577 * gdb.base/watchpoints.exp
2578 * gdb.base/wchar.exp
2579 * gdb.base/whatis-exp.exp
2580 * gdb.btrace/buffer-size.exp
2581 * gdb.btrace/data.exp
2582 * gdb.btrace/delta.exp
2583 * gdb.btrace/dlopen.exp
2584 * gdb.btrace/enable.exp
2585 * gdb.btrace/exception.exp
2586 * gdb.btrace/function_call_history.exp
2587 * gdb.btrace/gcore.exp
2588 * gdb.btrace/instruction_history.exp
2589 * gdb.btrace/nohist.exp
2590 * gdb.btrace/reconnect.exp
2591 * gdb.btrace/record_goto-step.exp
2592 * gdb.btrace/record_goto.exp
2593 * gdb.btrace/rn-dl-bind.exp
2594 * gdb.btrace/segv.exp
2595 * gdb.btrace/step.exp
2596 * gdb.btrace/stepi.exp
2597 * gdb.btrace/tailcall-only.exp
2598 * gdb.btrace/tailcall.exp
2599 * gdb.btrace/tsx.exp
2600 * gdb.btrace/unknown_functions.exp
2601 * gdb.btrace/vdso.exp
2602 * gdb.compile/compile-ifunc.exp
2603 * gdb.compile/compile-ops.exp
2604 * gdb.compile/compile-print.exp
2605 * gdb.compile/compile-setjmp.exp
2606 * gdb.cp/abstract-origin.exp
2607 * gdb.cp/ambiguous.exp
2608 * gdb.cp/annota2.exp
2609 * gdb.cp/annota3.exp
2610 * gdb.cp/anon-ns.exp
2611 * gdb.cp/anon-struct.exp
2612 * gdb.cp/anon-union.exp
2613 * gdb.cp/arg-reference.exp
2614 * gdb.cp/baseenum.exp
2615 * gdb.cp/bool.exp
2616 * gdb.cp/breakpoint.exp
2617 * gdb.cp/bs15503.exp
2618 * gdb.cp/call-c.exp
2619 * gdb.cp/casts.exp
2620 * gdb.cp/chained-calls.exp
2621 * gdb.cp/class2.exp
2622 * gdb.cp/classes.exp
2623 * gdb.cp/cmpd-minsyms.exp
2624 * gdb.cp/converts.exp
2625 * gdb.cp/cp-relocate.exp
2626 * gdb.cp/cpcompletion.exp
2627 * gdb.cp/cpexprs.exp
2628 * gdb.cp/cplabel.exp
2629 * gdb.cp/cplusfuncs.exp
2630 * gdb.cp/cpsizeof.exp
2631 * gdb.cp/ctti.exp
2632 * gdb.cp/derivation.exp
2633 * gdb.cp/destrprint.exp
2634 * gdb.cp/dispcxx.exp
2635 * gdb.cp/enum-class.exp
2636 * gdb.cp/exception.exp
2637 * gdb.cp/exceptprint.exp
2638 * gdb.cp/expand-psymtabs-cxx.exp
2639 * gdb.cp/expand-sals.exp
2640 * gdb.cp/extern-c.exp
2641 * gdb.cp/filename.exp
2642 * gdb.cp/formatted-ref.exp
2643 * gdb.cp/fpointer.exp
2644 * gdb.cp/gdb1355.exp
2645 * gdb.cp/gdb2495.exp
2646 * gdb.cp/hang.exp
2647 * gdb.cp/impl-this.exp
2648 * gdb.cp/infcall-dlopen.exp
2649 * gdb.cp/inherit.exp
2650 * gdb.cp/iostream.exp
2651 * gdb.cp/koenig.exp
2652 * gdb.cp/local.exp
2653 * gdb.cp/m-data.exp
2654 * gdb.cp/m-static.exp
2655 * gdb.cp/mb-ctor.exp
2656 * gdb.cp/mb-inline.exp
2657 * gdb.cp/mb-templates.exp
2658 * gdb.cp/member-name.exp
2659 * gdb.cp/member-ptr.exp
2660 * gdb.cp/meth-typedefs.exp
2661 * gdb.cp/method.exp
2662 * gdb.cp/method2.exp
2663 * gdb.cp/minsym-fallback.exp
2664 * gdb.cp/misc.exp
2665 * gdb.cp/namelessclass.exp
2666 * gdb.cp/namespace-enum.exp
2667 * gdb.cp/namespace-nested-import.exp
2668 * gdb.cp/namespace.exp
2669 * gdb.cp/nextoverthrow.exp
2670 * gdb.cp/no-dmgl-verbose.exp
2671 * gdb.cp/non-trivial-retval.exp
2672 * gdb.cp/noparam.exp
2673 * gdb.cp/nsdecl.exp
2674 * gdb.cp/nsimport.exp
2675 * gdb.cp/nsnested.exp
2676 * gdb.cp/nsnoimports.exp
2677 * gdb.cp/nsrecurs.exp
2678 * gdb.cp/nsstress.exp
2679 * gdb.cp/nsusing.exp
2680 * gdb.cp/operator.exp
2681 * gdb.cp/oranking.exp
2682 * gdb.cp/overload-const.exp
2683 * gdb.cp/overload.exp
2684 * gdb.cp/ovldbreak.exp
2685 * gdb.cp/ovsrch.exp
2686 * gdb.cp/paren-type.exp
2687 * gdb.cp/parse-lang.exp
2688 * gdb.cp/pass-by-ref.exp
2689 * gdb.cp/pr-1023.exp
2690 * gdb.cp/pr-1210.exp
2691 * gdb.cp/pr-574.exp
2692 * gdb.cp/pr10687.exp
2693 * gdb.cp/pr12028.exp
2694 * gdb.cp/pr17132.exp
2695 * gdb.cp/pr17494.exp
2696 * gdb.cp/pr9067.exp
2697 * gdb.cp/pr9167.exp
2698 * gdb.cp/pr9631.exp
2699 * gdb.cp/printmethod.exp
2700 * gdb.cp/psmang.exp
2701 * gdb.cp/psymtab-parameter.exp
2702 * gdb.cp/ptype-cv-cp.exp
2703 * gdb.cp/ptype-flags.exp
2704 * gdb.cp/re-set-overloaded.exp
2705 * gdb.cp/ref-types.exp
2706 * gdb.cp/rtti.exp
2707 * gdb.cp/scope-err.exp
2708 * gdb.cp/shadow.exp
2709 * gdb.cp/smartp.exp
2710 * gdb.cp/static-method.exp
2711 * gdb.cp/static-print-quit.exp
2712 * gdb.cp/temargs.exp
2713 * gdb.cp/templates.exp
2714 * gdb.cp/try_catch.exp
2715 * gdb.cp/typedef-operator.exp
2716 * gdb.cp/typeid.exp
2717 * gdb.cp/userdef.exp
2718 * gdb.cp/using-crash.exp
2719 * gdb.cp/var-tag.exp
2720 * gdb.cp/virtbase.exp
2721 * gdb.cp/virtfunc.exp
2722 * gdb.cp/virtfunc2.exp
2723 * gdb.cp/vla-cxx.exp
2724 * gdb.disasm/t01_mov.exp
2725 * gdb.disasm/t02_mova.exp
2726 * gdb.disasm/t03_add.exp
2727 * gdb.disasm/t04_sub.exp
2728 * gdb.disasm/t05_cmp.exp
2729 * gdb.disasm/t06_ari2.exp
2730 * gdb.disasm/t07_ari3.exp
2731 * gdb.disasm/t08_or.exp
2732 * gdb.disasm/t09_xor.exp
2733 * gdb.disasm/t10_and.exp
2734 * gdb.disasm/t11_logs.exp
2735 * gdb.disasm/t12_bit.exp
2736 * gdb.disasm/t13_otr.exp
2737 * gdb.dlang/circular.exp
2738 * gdb.dwarf2/arr-stride.exp
2739 * gdb.dwarf2/arr-subrange.exp
2740 * gdb.dwarf2/atomic-type.exp
2741 * gdb.dwarf2/bad-regnum.exp
2742 * gdb.dwarf2/bitfield-parent-optimized-out.exp
2743 * gdb.dwarf2/callframecfa.exp
2744 * gdb.dwarf2/clztest.exp
2745 * gdb.dwarf2/corrupt.exp
2746 * gdb.dwarf2/data-loc.exp
2747 * gdb.dwarf2/dup-psym.exp
2748 * gdb.dwarf2/dw2-anon-mptr.exp
2749 * gdb.dwarf2/dw2-anonymous-func.exp
2750 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
2751 * gdb.dwarf2/dw2-bad-unresolved.exp
2752 * gdb.dwarf2/dw2-basic.exp
2753 * gdb.dwarf2/dw2-canonicalize-type.exp
2754 * gdb.dwarf2/dw2-case-insensitive.exp
2755 * gdb.dwarf2/dw2-common-block.exp
2756 * gdb.dwarf2/dw2-compdir-oldgcc.exp
2757 * gdb.dwarf2/dw2-compressed.exp
2758 * gdb.dwarf2/dw2-const.exp
2759 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
2760 * gdb.dwarf2/dw2-cu-size.exp
2761 * gdb.dwarf2/dw2-dup-frame.exp
2762 * gdb.dwarf2/dw2-entry-value.exp
2763 * gdb.dwarf2/dw2-icycle.exp
2764 * gdb.dwarf2/dw2-ifort-parameter.exp
2765 * gdb.dwarf2/dw2-inline-break.exp
2766 * gdb.dwarf2/dw2-inline-param.exp
2767 * gdb.dwarf2/dw2-intercu.exp
2768 * gdb.dwarf2/dw2-intermix.exp
2769 * gdb.dwarf2/dw2-lexical-block-bare.exp
2770 * gdb.dwarf2/dw2-linkage-name-trust.exp
2771 * gdb.dwarf2/dw2-minsym-in-cu.exp
2772 * gdb.dwarf2/dw2-noloc.exp
2773 * gdb.dwarf2/dw2-op-call.exp
2774 * gdb.dwarf2/dw2-op-out-param.exp
2775 * gdb.dwarf2/dw2-opt-structptr.exp
2776 * gdb.dwarf2/dw2-param-error.exp
2777 * gdb.dwarf2/dw2-producer.exp
2778 * gdb.dwarf2/dw2-ranges-base.exp
2779 * gdb.dwarf2/dw2-ref-missing-frame.exp
2780 * gdb.dwarf2/dw2-reg-undefined.exp
2781 * gdb.dwarf2/dw2-regno-invalid.exp
2782 * gdb.dwarf2/dw2-restore.exp
2783 * gdb.dwarf2/dw2-restrict.exp
2784 * gdb.dwarf2/dw2-single-line-discriminators.exp
2785 * gdb.dwarf2/dw2-strp.exp
2786 * gdb.dwarf2/dw2-undefined-ret-addr.exp
2787 * gdb.dwarf2/dw2-unresolved.exp
2788 * gdb.dwarf2/dw2-var-zero-addr.exp
2789 * gdb.dwarf2/dw4-sig-types.exp
2790 * gdb.dwarf2/dwz.exp
2791 * gdb.dwarf2/dynarr-ptr.exp
2792 * gdb.dwarf2/enum-type.exp
2793 * gdb.dwarf2/gdb-index.exp
2794 * gdb.dwarf2/implptr-64bit.exp
2795 * gdb.dwarf2/implptr-optimized-out.exp
2796 * gdb.dwarf2/implptr.exp
2797 * gdb.dwarf2/implref-array.exp
2798 * gdb.dwarf2/implref-const.exp
2799 * gdb.dwarf2/implref-global.exp
2800 * gdb.dwarf2/implref-struct.exp
2801 * gdb.dwarf2/mac-fileno.exp
2802 * gdb.dwarf2/main-subprogram.exp
2803 * gdb.dwarf2/member-ptr-forwardref.exp
2804 * gdb.dwarf2/method-ptr.exp
2805 * gdb.dwarf2/missing-sig-type.exp
2806 * gdb.dwarf2/nonvar-access.exp
2807 * gdb.dwarf2/opaque-type-lookup.exp
2808 * gdb.dwarf2/pieces-optimized-out.exp
2809 * gdb.dwarf2/pieces.exp
2810 * gdb.dwarf2/pr10770.exp
2811 * gdb.dwarf2/pr13961.exp
2812 * gdb.dwarf2/staticvirtual.exp
2813 * gdb.dwarf2/subrange.exp
2814 * gdb.dwarf2/symtab-producer.exp
2815 * gdb.dwarf2/trace-crash.exp
2816 * gdb.dwarf2/typeddwarf.exp
2817 * gdb.dwarf2/valop.exp
2818 * gdb.dwarf2/watch-notconst.exp
2819 * gdb.fortran/array-element.exp
2820 * gdb.fortran/charset.exp
2821 * gdb.fortran/common-block.exp
2822 * gdb.fortran/complex.exp
2823 * gdb.fortran/derived-type-function.exp
2824 * gdb.fortran/derived-type.exp
2825 * gdb.fortran/logical.exp
2826 * gdb.fortran/module.exp
2827 * gdb.fortran/multi-dim.exp
2828 * gdb.fortran/nested-funcs.exp
2829 * gdb.fortran/print-formatted.exp
2830 * gdb.fortran/subarray.exp
2831 * gdb.fortran/vla-alloc-assoc.exp
2832 * gdb.fortran/vla-datatypes.exp
2833 * gdb.fortran/vla-history.exp
2834 * gdb.fortran/vla-ptr-info.exp
2835 * gdb.fortran/vla-ptype-sub.exp
2836 * gdb.fortran/vla-ptype.exp
2837 * gdb.fortran/vla-sizeof.exp
2838 * gdb.fortran/vla-type.exp
2839 * gdb.fortran/vla-value-sub-arbitrary.exp
2840 * gdb.fortran/vla-value-sub-finish.exp
2841 * gdb.fortran/vla-value-sub.exp
2842 * gdb.fortran/vla-value.exp
2843 * gdb.fortran/whatis_type.exp
2844 * gdb.go/chan.exp
2845 * gdb.go/handcall.exp
2846 * gdb.go/hello.exp
2847 * gdb.go/integers.exp
2848 * gdb.go/methods.exp
2849 * gdb.go/package.exp
2850 * gdb.go/strings.exp
2851 * gdb.go/types.exp
2852 * gdb.go/unsafe.exp
2853 * gdb.guile/scm-arch.exp
2854 * gdb.guile/scm-block.exp
2855 * gdb.guile/scm-breakpoint.exp
2856 * gdb.guile/scm-cmd.exp
2857 * gdb.guile/scm-disasm.exp
2858 * gdb.guile/scm-equal.exp
2859 * gdb.guile/scm-frame-args.exp
2860 * gdb.guile/scm-frame-inline.exp
2861 * gdb.guile/scm-frame.exp
2862 * gdb.guile/scm-iterator.exp
2863 * gdb.guile/scm-math.exp
2864 * gdb.guile/scm-objfile.exp
2865 * gdb.guile/scm-ports.exp
2866 * gdb.guile/scm-symbol.exp
2867 * gdb.guile/scm-symtab.exp
2868 * gdb.guile/scm-value-cc.exp
2869 * gdb.guile/types-module.exp
2870 * gdb.linespec/break-ask.exp
2871 * gdb.linespec/cpexplicit.exp
2872 * gdb.linespec/explicit.exp
2873 * gdb.linespec/keywords.exp
2874 * gdb.linespec/linespec.exp
2875 * gdb.linespec/ls-dollar.exp
2876 * gdb.linespec/ls-errs.exp
2877 * gdb.linespec/skip-two.exp
2878 * gdb.linespec/thread.exp
2879 * gdb.mi/mi-async.exp
2880 * gdb.mi/mi-basics.exp
2881 * gdb.mi/mi-break.exp
2882 * gdb.mi/mi-catch-load.exp
2883 * gdb.mi/mi-cli.exp
2884 * gdb.mi/mi-cmd-param-changed.exp
2885 * gdb.mi/mi-console.exp
2886 * gdb.mi/mi-detach.exp
2887 * gdb.mi/mi-disassemble.exp
2888 * gdb.mi/mi-eval.exp
2889 * gdb.mi/mi-file-transfer.exp
2890 * gdb.mi/mi-file.exp
2891 * gdb.mi/mi-fill-memory.exp
2892 * gdb.mi/mi-inheritance-syntax-error.exp
2893 * gdb.mi/mi-linespec-err-cp.exp
2894 * gdb.mi/mi-logging.exp
2895 * gdb.mi/mi-memory-changed.exp
2896 * gdb.mi/mi-read-memory.exp
2897 * gdb.mi/mi-record-changed.exp
2898 * gdb.mi/mi-reg-undefined.exp
2899 * gdb.mi/mi-regs.exp
2900 * gdb.mi/mi-return.exp
2901 * gdb.mi/mi-reverse.exp
2902 * gdb.mi/mi-simplerun.exp
2903 * gdb.mi/mi-solib.exp
2904 * gdb.mi/mi-stack.exp
2905 * gdb.mi/mi-stepi.exp
2906 * gdb.mi/mi-syn-frame.exp
2907 * gdb.mi/mi-until.exp
2908 * gdb.mi/mi-var-block.exp
2909 * gdb.mi/mi-var-child.exp
2910 * gdb.mi/mi-var-cmd.exp
2911 * gdb.mi/mi-var-cp.exp
2912 * gdb.mi/mi-var-display.exp
2913 * gdb.mi/mi-var-invalidate.exp
2914 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
2915 * gdb.mi/mi-vla-fortran.exp
2916 * gdb.mi/mi-watch.exp
2917 * gdb.mi/mi2-var-child.exp
2918 * gdb.mi/user-selected-context-sync.exp
2919 * gdb.modula2/unbounded-array.exp
2920 * gdb.multi/dummy-frame-restore.exp
2921 * gdb.multi/multi-arch-exec.exp
2922 * gdb.multi/multi-arch.exp
2923 * gdb.multi/tids.exp
2924 * gdb.multi/watchpoint-multi.exp
2925 * gdb.opencl/callfuncs.exp
2926 * gdb.opencl/convs_casts.exp
2927 * gdb.opencl/datatypes.exp
2928 * gdb.opencl/operators.exp
2929 * gdb.opencl/vec_comps.exp
2930 * gdb.opt/clobbered-registers-O2.exp
2931 * gdb.opt/inline-break.exp
2932 * gdb.opt/inline-bt.exp
2933 * gdb.opt/inline-cmds.exp
2934 * gdb.opt/inline-locals.exp
2935 * gdb.pascal/case-insensitive-symbols.exp
2936 * gdb.pascal/floats.exp
2937 * gdb.pascal/gdb11492.exp
2938 * gdb.python/lib-types.exp
2939 * gdb.python/py-arch.exp
2940 * gdb.python/py-as-string.exp
2941 * gdb.python/py-bad-printers.exp
2942 * gdb.python/py-block.exp
2943 * gdb.python/py-breakpoint-create-fail.exp
2944 * gdb.python/py-breakpoint.exp
2945 * gdb.python/py-caller-is.exp
2946 * gdb.python/py-cmd.exp
2947 * gdb.python/py-explore-cc.exp
2948 * gdb.python/py-explore.exp
2949 * gdb.python/py-finish-breakpoint.exp
2950 * gdb.python/py-finish-breakpoint2.exp
2951 * gdb.python/py-frame-args.exp
2952 * gdb.python/py-frame-inline.exp
2953 * gdb.python/py-frame.exp
2954 * gdb.python/py-framefilter-mi.exp
2955 * gdb.python/py-infthread.exp
2956 * gdb.python/py-lazy-string.exp
2957 * gdb.python/py-linetable.exp
2958 * gdb.python/py-mi-events.exp
2959 * gdb.python/py-mi-objfile.exp
2960 * gdb.python/py-mi.exp
2961 * gdb.python/py-objfile.exp
2962 * gdb.python/py-pp-integral.exp
2963 * gdb.python/py-pp-maint.exp
2964 * gdb.python/py-pp-re-notag.exp
2965 * gdb.python/py-pp-registration.exp
2966 * gdb.python/py-recurse-unwind.exp
2967 * gdb.python/py-strfns.exp
2968 * gdb.python/py-symbol.exp
2969 * gdb.python/py-symtab.exp
2970 * gdb.python/py-sync-interp.exp
2971 * gdb.python/py-typeprint.exp
2972 * gdb.python/py-unwind-maint.exp
2973 * gdb.python/py-unwind.exp
2974 * gdb.python/py-value-cc.exp
2975 * gdb.python/py-xmethods.exp
2976 * gdb.reverse/amd64-tailcall-reverse.exp
2977 * gdb.reverse/break-precsave.exp
2978 * gdb.reverse/break-reverse.exp
2979 * gdb.reverse/consecutive-precsave.exp
2980 * gdb.reverse/consecutive-reverse.exp
2981 * gdb.reverse/finish-precsave.exp
2982 * gdb.reverse/finish-reverse-bkpt.exp
2983 * gdb.reverse/finish-reverse.exp
2984 * gdb.reverse/fstatat-reverse.exp
2985 * gdb.reverse/getresuid-reverse.exp
2986 * gdb.reverse/i386-precsave.exp
2987 * gdb.reverse/i386-reverse.exp
2988 * gdb.reverse/i386-sse-reverse.exp
2989 * gdb.reverse/i387-env-reverse.exp
2990 * gdb.reverse/i387-stack-reverse.exp
2991 * gdb.reverse/insn-reverse.exp
2992 * gdb.reverse/machinestate-precsave.exp
2993 * gdb.reverse/machinestate.exp
2994 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2995 * gdb.reverse/pipe-reverse.exp
2996 * gdb.reverse/readv-reverse.exp
2997 * gdb.reverse/recvmsg-reverse.exp
2998 * gdb.reverse/rerun-prec.exp
2999 * gdb.reverse/s390-mvcle.exp
3000 * gdb.reverse/step-precsave.exp
3001 * gdb.reverse/step-reverse.exp
3002 * gdb.reverse/time-reverse.exp
3003 * gdb.reverse/until-precsave.exp
3004 * gdb.reverse/until-reverse.exp
3005 * gdb.reverse/waitpid-reverse.exp
3006 * gdb.reverse/watch-precsave.exp
3007 * gdb.reverse/watch-reverse.exp
3008 * gdb.rust/generics.exp
3009 * gdb.rust/methods.exp
3010 * gdb.rust/modules.exp
3011 * gdb.rust/simple.exp
3012 * gdb.server/connect-with-no-symbol-file.exp
3013 * gdb.server/ext-attach.exp
3014 * gdb.server/ext-restart.exp
3015 * gdb.server/ext-wrapper.exp
3016 * gdb.server/file-transfer.exp
3017 * gdb.server/server-exec-info.exp
3018 * gdb.server/server-kill.exp
3019 * gdb.server/server-mon.exp
3020 * gdb.server/wrapper.exp
3021 * gdb.stabs/exclfwd.exp
3022 * gdb.stabs/gdb11479.exp
3023 * gdb.threads/clone-new-thread-event.exp
3024 * gdb.threads/corethreads.exp
3025 * gdb.threads/current-lwp-dead.exp
3026 * gdb.threads/dlopen-libpthread.exp
3027 * gdb.threads/gcore-thread.exp
3028 * gdb.threads/sigstep-threads.exp
3029 * gdb.threads/watchpoint-fork.exp
3030 * gdb.trace/actions-changed.exp
3031 * gdb.trace/backtrace.exp
3032 * gdb.trace/change-loc.exp
3033 * gdb.trace/circ.exp
3034 * gdb.trace/collection.exp
3035 * gdb.trace/disconnected-tracing.exp
3036 * gdb.trace/ftrace.exp
3037 * gdb.trace/mi-trace-frame-collected.exp
3038 * gdb.trace/mi-trace-unavailable.exp
3039 * gdb.trace/mi-traceframe-changed.exp
3040 * gdb.trace/mi-tsv-changed.exp
3041 * gdb.trace/no-attach-trace.exp
3042 * gdb.trace/passc-dyn.exp
3043 * gdb.trace/qtro.exp
3044 * gdb.trace/range-stepping.exp
3045 * gdb.trace/read-memory.exp
3046 * gdb.trace/save-trace.exp
3047 * gdb.trace/signal.exp
3048 * gdb.trace/status-stop.exp
3049 * gdb.trace/tfile.exp
3050 * gdb.trace/trace-break.exp
3051 * gdb.trace/trace-buffer-size.exp
3052 * gdb.trace/trace-condition.exp
3053 * gdb.trace/tracefile-pseudo-reg.exp
3054 * gdb.trace/tstatus.exp
3055 * gdb.trace/unavailable.exp
3056 * gdb.trace/while-dyn.exp
3057 * gdb.trace/while-stepping.exp
3058
3059 2016-12-22 Doug Evans <xdje42@gmail.com>
3060
3061 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
3062 and msymbols.
3063
3064 2016-12-19 Yao Qi <yao.qi@linaro.org>
3065
3066 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
3067 (test_with_self): Don't call do_steps_and_nexts, and remove
3068 code about stepping into xmalloc.
3069
3070 2016-12-09 Yao Qi <yao.qi@linaro.org>
3071
3072 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
3073
3074 2016-12-09 Yao Qi <yao.qi@linaro.org>
3075
3076 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
3077
3078 2016-12-09 Pedro Alves <palves@redhat.com>
3079
3080 * gdb.base/all-architectures-0.exp: New file.
3081 * gdb.base/all-architectures-1.exp: New file.
3082 * gdb.base/all-architectures-2.exp: New file.
3083 * gdb.base/all-architectures-3.exp: New file.
3084 * gdb.base/all-architectures-4.exp: New file.
3085 * gdb.base/all-architectures-5.exp: New file.
3086 * gdb.base/all-architectures-6.exp: New file.
3087 * gdb.base/all-architectures-7.exp: New file.
3088 * gdb.base/all-architectures.exp.in: New file.
3089
3090 2016-12-09 Yao Qi <yao.qi@linaro.org>
3091
3092 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
3093
3094 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
3095
3096 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
3097 possible.
3098 Remove useless pattern-matching code.
3099
3100 2016-12-02 Pedro Alves <palves@redhat.com>
3101
3102 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
3103 procedure.
3104 (top level): Call it.
3105
3106 2016-12-02 Pedro Alves <palves@redhat.com>
3107
3108 * gdb.base/commands.exp (user_defined_command_args_stack_test):
3109 New procedure.
3110 (top level): Call it.
3111
3112 2016-12-02 Pedro Alves <palves@redhat.com>
3113
3114 PR cli/20559
3115 * gdb.base/commands.exp (user_defined_command_args_eval): New
3116 procedure.
3117 (top level): Call it.
3118
3119 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
3120
3121 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
3122 timeout handling.
3123
3124 2016-12-02 Tom Tromey <tom@tromey.com>
3125
3126 * gdb.dwarf2/main-subprogram.c: New file.
3127 * gdb.dwarf2/main-subprogram.exp: New file.
3128
3129 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3130
3131 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
3132 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
3133 gdb_test_no_output for a couple of cases.
3134 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
3135
3136 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3137
3138 Fix test names and standardize compilation error messages throughout
3139 the following files:
3140
3141 * gdb.ada/start.exp
3142 * gdb.arch/alpha-step.exp
3143 * gdb.arch/e500-prologue.exp
3144 * gdb.arch/ftrace-insn-reloc.exp
3145 * gdb.arch/gdb1291.exp
3146 * gdb.arch/gdb1431.exp
3147 * gdb.arch/gdb1558.exp
3148 * gdb.arch/i386-dr3-watch.exp
3149 * gdb.arch/i386-sse-stack-align.exp
3150 * gdb.arch/ia64-breakpoint-shadow.exp
3151 * gdb.arch/pa-nullify.exp
3152 * gdb.arch/powerpc-aix-prologue.exp
3153 * gdb.arch/thumb-bx-pc.exp
3154 * gdb.base/annota1.exp
3155 * gdb.base/annota3.exp
3156 * gdb.base/arrayidx.exp
3157 * gdb.base/assign.exp
3158 * gdb.base/attach.exp
3159 * gdb.base/auxv.exp
3160 * gdb.base/bang.exp
3161 * gdb.base/bfp-test.exp
3162 * gdb.base/bigcore.exp
3163 * gdb.base/bitfields2.exp
3164 * gdb.base/break-fun-addr.exp
3165 * gdb.base/break-probes.exp
3166 * gdb.base/call-rt-st.exp
3167 * gdb.base/callexit.exp
3168 * gdb.base/catch-fork-kill.exp
3169 * gdb.base/charset.exp
3170 * gdb.base/checkpoint.exp
3171 * gdb.base/comprdebug.exp
3172 * gdb.base/constvars.exp
3173 * gdb.base/coredump-filter.exp
3174 * gdb.base/cursal.exp
3175 * gdb.base/cvexpr.exp
3176 * gdb.base/detach.exp
3177 * gdb.base/display.exp
3178 * gdb.base/dmsym.exp
3179 * gdb.base/dprintf-pending.exp
3180 * gdb.base/dso2dso.exp
3181 * gdb.base/dtrace-probe.exp
3182 * gdb.base/dump.exp
3183 * gdb.base/enum_cond.exp
3184 * gdb.base/exe-lock.exp
3185 * gdb.base/exec-invalid-sysroot.exp
3186 * gdb.base/execl-update-breakpoints.exp
3187 * gdb.base/exprs.exp
3188 * gdb.base/fileio.exp
3189 * gdb.base/find.exp
3190 * gdb.base/finish.exp
3191 * gdb.base/fixsection.exp
3192 * gdb.base/foll-vfork.exp
3193 * gdb.base/frame-args.exp
3194 * gdb.base/gcore.exp
3195 * gdb.base/gdb1250.exp
3196 * gdb.base/global-var-nested-by-dso.exp
3197 * gdb.base/gnu-ifunc.exp
3198 * gdb.base/hashline1.exp
3199 * gdb.base/hashline2.exp
3200 * gdb.base/hashline3.exp
3201 * gdb.base/hbreak-in-shr-unsupported.exp
3202 * gdb.base/huge.exp
3203 * gdb.base/infcall-input.exp
3204 * gdb.base/info-fun.exp
3205 * gdb.base/info-shared.exp
3206 * gdb.base/jit-simple.exp
3207 * gdb.base/jit-so.exp
3208 * gdb.base/jit.exp
3209 * gdb.base/jump.exp
3210 * gdb.base/label.exp
3211 * gdb.base/lineinc.exp
3212 * gdb.base/logical.exp
3213 * gdb.base/longjmp.exp
3214 * gdb.base/macscp.exp
3215 * gdb.base/miscexprs.exp
3216 * gdb.base/new-ui-echo.exp
3217 * gdb.base/new-ui-pending-input.exp
3218 * gdb.base/new-ui.exp
3219 * gdb.base/nodebug.exp
3220 * gdb.base/nofield.exp
3221 * gdb.base/offsets.exp
3222 * gdb.base/overlays.exp
3223 * gdb.base/pending.exp
3224 * gdb.base/pointers.exp
3225 * gdb.base/pr11022.exp
3226 * gdb.base/printcmds.exp
3227 * gdb.base/prologue.exp
3228 * gdb.base/ptr-typedef.exp
3229 * gdb.base/realname-expand.exp
3230 * gdb.base/relativedebug.exp
3231 * gdb.base/relocate.exp
3232 * gdb.base/remote.exp
3233 * gdb.base/reread.exp
3234 * gdb.base/return2.exp
3235 * gdb.base/savedregs.exp
3236 * gdb.base/sep.exp
3237 * gdb.base/sepdebug.exp
3238 * gdb.base/sepsymtab.exp
3239 * gdb.base/set-inferior-tty.exp
3240 * gdb.base/setshow.exp
3241 * gdb.base/shlib-call.exp
3242 * gdb.base/sigaltstack.exp
3243 * gdb.base/siginfo-addr.exp
3244 * gdb.base/signals.exp
3245 * gdb.base/signull.exp
3246 * gdb.base/sigrepeat.exp
3247 * gdb.base/so-impl-ld.exp
3248 * gdb.base/solib-display.exp
3249 * gdb.base/solib-overlap.exp
3250 * gdb.base/solib-search.exp
3251 * gdb.base/solib-symbol.exp
3252 * gdb.base/structs.exp
3253 * gdb.base/structs2.exp
3254 * gdb.base/symtab-search-order.exp
3255 * gdb.base/twice.exp
3256 * gdb.base/unload.exp
3257 * gdb.base/varargs.exp
3258 * gdb.base/watchpoint-solib.exp
3259 * gdb.base/watchpoint.exp
3260 * gdb.base/whatis.exp
3261 * gdb.base/wrong_frame_bt_full.exp
3262 * gdb.btrace/dlopen.exp
3263 * gdb.cell/ea-standalone.exp
3264 * gdb.cell/ea-test.exp
3265 * gdb.cp/dispcxx.exp
3266 * gdb.cp/gdb2384.exp
3267 * gdb.cp/method2.exp
3268 * gdb.cp/nextoverthrow.exp
3269 * gdb.cp/pr10728.exp
3270 * gdb.disasm/am33.exp
3271 * gdb.disasm/h8300s.exp
3272 * gdb.disasm/mn10300.exp
3273 * gdb.disasm/sh3.exp
3274 * gdb.dwarf2/dw2-dir-file-name.exp
3275 * gdb.fortran/complex.exp
3276 * gdb.fortran/library-module.exp
3277 * gdb.guile/scm-pretty-print.exp
3278 * gdb.guile/scm-symbol.exp
3279 * gdb.guile/scm-type.exp
3280 * gdb.guile/scm-value.exp
3281 * gdb.linespec/linespec.exp
3282 * gdb.mi/gdb701.exp
3283 * gdb.mi/gdb792.exp
3284 * gdb.mi/mi-breakpoint-changed.exp
3285 * gdb.mi/mi-dprintf-pending.exp
3286 * gdb.mi/mi-dprintf.exp
3287 * gdb.mi/mi-exit-code.exp
3288 * gdb.mi/mi-pending.exp
3289 * gdb.mi/mi-solib.exp
3290 * gdb.mi/new-ui-mi-sync.exp
3291 * gdb.mi/pr11022.exp
3292 * gdb.mi/user-selected-context-sync.exp
3293 * gdb.opt/solib-intra-step.exp
3294 * gdb.python/py-events.exp
3295 * gdb.python/py-finish-breakpoint.exp
3296 * gdb.python/py-mi.exp
3297 * gdb.python/py-prettyprint.exp
3298 * gdb.python/py-shared.exp
3299 * gdb.python/py-symbol.exp
3300 * gdb.python/py-template.exp
3301 * gdb.python/py-type.exp
3302 * gdb.python/py-value.exp
3303 * gdb.reverse/solib-precsave.exp
3304 * gdb.reverse/solib-reverse.exp
3305 * gdb.server/solib-list.exp
3306 * gdb.stabs/weird.exp
3307 * gdb.threads/reconnect-signal.exp
3308 * gdb.threads/stepi-random-signal.exp
3309 * gdb.trace/actions.exp
3310 * gdb.trace/ax.exp
3311 * gdb.trace/backtrace.exp
3312 * gdb.trace/change-loc.exp
3313 * gdb.trace/deltrace.exp
3314 * gdb.trace/ftrace-lock.exp
3315 * gdb.trace/ftrace.exp
3316 * gdb.trace/infotrace.exp
3317 * gdb.trace/mi-tracepoint-changed.exp
3318 * gdb.trace/packetlen.exp
3319 * gdb.trace/passcount.exp
3320 * gdb.trace/pending.exp
3321 * gdb.trace/range-stepping.exp
3322 * gdb.trace/report.exp
3323 * gdb.trace/stap-trace.exp
3324 * gdb.trace/tfind.exp
3325 * gdb.trace/trace-break.exp
3326 * gdb.trace/trace-condition.exp
3327 * gdb.trace/trace-enable-disable.exp
3328 * gdb.trace/trace-mt.exp
3329 * gdb.trace/tracecmd.exp
3330 * gdb.trace/tspeed.exp
3331 * gdb.trace/tsv.exp
3332 * lib/perftest.exp
3333
3334 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3335
3336 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
3337 with gdb_test_no_output.
3338 Use command as test name.
3339
3340 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3341
3342 Fix test names starting with uppercase throughout the files.
3343
3344 * gdb.ada/assign_1.exp
3345 * gdb.ada/boolean_expr.exp
3346 * gdb.base/arrayidx.exp
3347 * gdb.base/del.exp
3348 * gdb.base/gcore-buffer-overflow.exp
3349 * gdb.base/testenv.exp
3350 * gdb.compile/compile.exp
3351 * gdb.python/py-framefilter-invalidarg.exp
3352 * gdb.python/py-framefilter.exp
3353
3354 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3355
3356 Fix test names starting with uppercase throughout the files.
3357
3358 * gdb.ada/array_return.exp
3359 * gdb.ada/expr_delims.exp
3360 * gdb.ada/mi_dyn_arr.exp
3361 * gdb.ada/mi_interface.exp
3362 * gdb.ada/mi_var_array.exp
3363 * gdb.ada/watch_arg.exp
3364 * gdb.arch/alpha-step.exp
3365 * gdb.arch/altivec-regs.exp
3366 * gdb.arch/e500-regs.exp
3367 * gdb.arch/powerpc-d128-regs.exp
3368 * gdb.base/arrayidx.exp
3369 * gdb.base/break.exp
3370 * gdb.base/checkpoint.exp
3371 * gdb.base/debug-expr.exp
3372 * gdb.base/dmsym.exp
3373 * gdb.base/radix.exp
3374 * gdb.base/sepdebug.exp
3375 * gdb.base/testenv.exp
3376 * gdb.base/watch_thread_num.exp
3377 * gdb.base/watchpoint-cond-gone.exp
3378 * gdb.cell/break.exp
3379 * gdb.cell/ea-cache.exp
3380 * gdb.compile/compile.exp
3381 * gdb.cp/gdb2495.exp
3382 * gdb.gdb/selftest.exp
3383 * gdb.gdb/xfullpath.exp
3384 * gdb.go/hello.exp
3385 * gdb.go/integers.exp
3386 * gdb.objc/basicclass.exp
3387 * gdb.pascal/hello.exp
3388 * gdb.pascal/integers.exp
3389 * gdb.python/py-breakpoint.exp
3390 * gdb.python/py-cmd.exp
3391 * gdb.python/py-linetable.exp
3392 * gdb.python/py-xmethods.exp
3393 * gdb.python/python.exp
3394 * gdb.reverse/consecutive-precsave.exp
3395 * gdb.reverse/finish-precsave.exp
3396 * gdb.reverse/i386-precsave.exp
3397 * gdb.reverse/machinestate-precsave.exp
3398 * gdb.reverse/sigall-precsave.exp
3399 * gdb.reverse/solib-precsave.exp
3400 * gdb.reverse/step-precsave.exp
3401 * gdb.reverse/until-precsave.exp
3402 * gdb.reverse/watch-precsave.exp
3403 * gdb.threads/leader-exit.exp
3404 * gdb.threads/pthreads.exp
3405 * gdb.threads/wp-replication.exp
3406 * gdb.trace/actions.exp
3407 * gdb.trace/mi-tsv-changed.exp
3408 * gdb.trace/tsv.exp
3409
3410 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3411
3412 Fix test names starting with uppercase throughout the files.
3413
3414 * gdb.arch/i386-bp_permanent.exp
3415 * gdb.arch/i386-gnu-cfi.exp
3416 * gdb.base/disasm-end-cu.exp
3417 * gdb.base/macscp.exp
3418 * gdb.base/pending.exp
3419 * gdb.base/watch_thread_num.exp
3420 * gdb.cp/exception.exp
3421 * gdb.cp/gdb2495.exp
3422 * gdb.cp/local.exp
3423 * gdb.python/py-evsignal.exp
3424 * gdb.python/python.exp
3425 * gdb.trace/tracecmd.exp
3426
3427 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3428
3429 Fix test names starting with uppercase throughout the files.
3430
3431 * gdb.base/charset.exp
3432 * gdb.base/eval.exp
3433 * gdb.base/multi-forks.exp
3434 * gdb.guile/scm-progspace.exp
3435 * gdb.opencl/datatypes.exp
3436 * gdb.python/py-block.exp
3437 * gdb.python/py-function.exp
3438 * gdb.python/py-symbol.exp
3439 * gdb.python/py-symtab.exp
3440 * gdb.python/py-xmethods.exp
3441 * gdb.reverse/break-precsave.exp
3442 * gdb.reverse/break-reverse.exp
3443 * gdb.reverse/consecutive-precsave.exp
3444 * gdb.reverse/consecutive-reverse.exp
3445 * gdb.reverse/finish-precsave.exp
3446 * gdb.reverse/finish-reverse-bkpt.exp
3447 * gdb.reverse/finish-reverse.exp
3448 * gdb.reverse/fstatat-reverse.exp
3449 * gdb.reverse/getresuid-reverse.exp
3450 * gdb.reverse/i386-precsave.exp
3451 * gdb.reverse/i386-reverse.exp
3452 * gdb.reverse/i386-sse-reverse.exp
3453 * gdb.reverse/i387-stack-reverse.exp
3454 * gdb.reverse/insn-reverse.exp
3455 * gdb.reverse/machinestate-precsave.exp
3456 * gdb.reverse/machinestate.exp
3457 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3458 * gdb.reverse/pipe-reverse.exp
3459 * gdb.reverse/readv-reverse.exp
3460 * gdb.reverse/recvmsg-reverse.exp
3461 * gdb.reverse/rerun-prec.exp
3462 * gdb.reverse/s390-mvcle.exp
3463 * gdb.reverse/sigall-precsave.exp
3464 * gdb.reverse/sigall-reverse.exp
3465 * gdb.reverse/solib-precsave.exp
3466 * gdb.reverse/solib-reverse.exp
3467 * gdb.reverse/step-precsave.exp
3468 * gdb.reverse/step-reverse.exp
3469 * gdb.reverse/time-reverse.exp
3470 * gdb.reverse/until-precsave.exp
3471 * gdb.reverse/until-reverse.exp
3472 * gdb.reverse/waitpid-reverse.exp
3473 * gdb.reverse/watch-precsave.exp
3474 * gdb.reverse/watch-reverse.exp
3475
3476 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3477
3478 Fix test names starting with uppercase throughout the files.
3479
3480 * gdb.arch/i386-mpx-simple_segv.exp
3481 * gdb.arch/i386-mpx.exp
3482 * gdb.arch/i386-permbkpt.exp
3483 * gdb.arch/pa-nullify.exp
3484 * gdb.arch/powerpc-d128-regs.exp
3485 * gdb.arch/vsx-regs.exp
3486 * gdb.base/bfp-test.exp
3487 * gdb.base/break.exp
3488 * gdb.base/breakpoint-shadow.exp
3489 * gdb.base/callfuncs.exp
3490 * gdb.base/charset.exp
3491 * gdb.base/commands.exp
3492 * gdb.base/completion.exp
3493 * gdb.base/dfp-test.exp
3494 * gdb.base/echo.exp
3495 * gdb.base/ending-run.exp
3496 * gdb.base/eval.exp
3497 * gdb.base/expand-psymtabs.exp
3498 * gdb.base/float128.exp
3499 * gdb.base/floatn.exp
3500 * gdb.base/foll-exec-mode.exp
3501 * gdb.base/gdb1056.exp
3502 * gdb.base/gdb11531.exp
3503 * gdb.base/kill-after-signal.exp
3504 * gdb.base/multi-forks.exp
3505 * gdb.base/overlays.exp
3506 * gdb.base/pending.exp
3507 * gdb.base/sepdebug.exp
3508 * gdb.base/testenv.exp
3509 * gdb.base/valgrind-db-attach.exp
3510 * gdb.base/watch_thread_num.exp
3511 * gdb.base/watchpoint-cond-gone.exp
3512 * gdb.base/watchpoint.exp
3513 * gdb.base/watchpoints.exp
3514 * gdb.cp/arg-reference.exp
3515 * gdb.cp/baseenum.exp
3516 * gdb.cp/operator.exp
3517 * gdb.cp/shadow.exp
3518 * gdb.dwarf2/dw2-op-out-param.exp
3519 * gdb.dwarf2/dw2-reg-undefined.exp
3520 * gdb.go/chan.exp
3521 * gdb.go/hello.exp
3522 * gdb.go/integers.exp
3523 * gdb.go/methods.exp
3524 * gdb.go/package.exp
3525 * gdb.guile/scm-parameter.exp
3526 * gdb.guile/scm-progspace.exp
3527 * gdb.guile/scm-value.exp
3528 * gdb.mi/mi-pending.exp
3529 * gdb.mi/user-selected-context-sync.exp
3530 * gdb.multi/multi-attach.exp
3531 * gdb.multi/tids.exp
3532 * gdb.opt/clobbered-registers-O2.exp
3533 * gdb.pascal/floats.exp
3534 * gdb.pascal/integers.exp
3535 * gdb.python/py-block.exp
3536 * gdb.python/py-events.exp
3537 * gdb.python/py-parameter.exp
3538 * gdb.python/py-symbol.exp
3539 * gdb.python/py-symtab.exp
3540 * gdb.python/py-type.exp
3541 * gdb.python/py-value.exp
3542 * gdb.python/py-xmethods.exp
3543 * gdb.python/python.exp
3544 * gdb.reverse/break-precsave.exp
3545 * gdb.reverse/consecutive-precsave.exp
3546 * gdb.reverse/finish-precsave.exp
3547 * gdb.reverse/i386-precsave.exp
3548 * gdb.reverse/machinestate-precsave.exp
3549 * gdb.reverse/sigall-precsave.exp
3550 * gdb.reverse/solib-precsave.exp
3551 * gdb.reverse/step-precsave.exp
3552 * gdb.reverse/until-precsave.exp
3553 * gdb.reverse/watch-precsave.exp
3554 * gdb.server/ext-attach.exp
3555 * gdb.server/ext-restart.exp
3556 * gdb.server/ext-run.exp
3557 * gdb.server/ext-wrapper.exp
3558 * gdb.stabs/gdb11479.exp
3559 * gdb.stabs/weird.exp
3560 * gdb.threads/attach-many-short-lived-threads.exp
3561 * gdb.threads/kill.exp
3562 * gdb.threads/watchpoint-fork.exp
3563
3564 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3565
3566 Fix test names starting with uppercase throughout all the files below.
3567
3568 * gdb.ada/array_return.exp
3569 * gdb.ada/catch_ex.exp
3570 * gdb.ada/info_exc.exp
3571 * gdb.ada/mi_catch_ex.exp
3572 * gdb.ada/mi_dyn_arr.exp
3573 * gdb.ada/mi_ex_cond.exp
3574 * gdb.ada/mi_exc_info.exp
3575 * gdb.ada/mi_interface.exp
3576 * gdb.ada/mi_task_arg.exp
3577 * gdb.ada/mi_task_info.exp
3578 * gdb.ada/mi_var_array.exp
3579 * gdb.arch/alpha-step.exp
3580 * gdb.arch/amd64-disp-step.exp
3581 * gdb.arch/arm-disp-step.exp
3582 * gdb.arch/disp-step-insn-reloc.exp
3583 * gdb.arch/e500-prologue.exp
3584 * gdb.arch/ftrace-insn-reloc.exp
3585 * gdb.arch/gdb1558.exp
3586 * gdb.arch/i386-bp_permanent.exp
3587 * gdb.arch/i386-disp-step.exp
3588 * gdb.arch/i386-float.exp
3589 * gdb.arch/i386-gnu-cfi.exp
3590 * gdb.arch/ia64-breakpoint-shadow.exp
3591 * gdb.arch/mips16-thunks.exp
3592 * gdb.arch/pa-nullify.exp
3593 * gdb.arch/powerpc-aix-prologue.exp
3594 * gdb.arch/powerpc-power.exp
3595 * gdb.arch/ppc-dfp.exp
3596 * gdb.arch/s390-tdbregs.exp
3597 * gdb.arch/spu-info.exp
3598 * gdb.arch/spu-ls.exp
3599 * gdb.arch/thumb-bx-pc.exp
3600 * gdb.base/advance.exp
3601 * gdb.base/annota-input-while-running.exp
3602 * gdb.base/arrayidx.exp
3603 * gdb.base/asmlabel.exp
3604 * gdb.base/async.exp
3605 * gdb.base/attach-wait-input.exp
3606 * gdb.base/auto-connect-native-target.exp
3607 * gdb.base/batch-preserve-term-settings.exp
3608 * gdb.base/bfp-test.exp
3609 * gdb.base/bigcore.exp
3610 * gdb.base/bp-permanent.exp
3611 * gdb.base/break-always.exp
3612 * gdb.base/break-fun-addr.exp
3613 * gdb.base/break-idempotent.exp
3614 * gdb.base/break-main-file-remove-fail.exp
3615 * gdb.base/break-probes.exp
3616 * gdb.base/break-unload-file.exp
3617 * gdb.base/break.exp
3618 * gdb.base/call-ar-st.exp
3619 * gdb.base/call-rt-st.exp
3620 * gdb.base/call-sc.exp
3621 * gdb.base/call-signal-resume.exp
3622 * gdb.base/call-strs.exp
3623 * gdb.base/callexit.exp
3624 * gdb.base/callfuncs.exp
3625 * gdb.base/catch-gdb-caused-signals.exp
3626 * gdb.base/catch-signal-siginfo-cond.exp
3627 * gdb.base/catch-syscall.exp
3628 * gdb.base/compare-sections.exp
3629 * gdb.base/cond-eval-mode.exp
3630 * gdb.base/condbreak-call-false.exp
3631 * gdb.base/consecutive-step-over.exp
3632 * gdb.base/cursal.exp
3633 * gdb.base/disabled-location.exp
3634 * gdb.base/disasm-end-cu.exp
3635 * gdb.base/display.exp
3636 * gdb.base/double-prompt-target-event-error.exp
3637 * gdb.base/dprintf-bp-same-addr.exp
3638 * gdb.base/dprintf-detach.exp
3639 * gdb.base/dprintf-next.exp
3640 * gdb.base/dprintf-non-stop.exp
3641 * gdb.base/dprintf-pending.exp
3642 * gdb.base/dso2dso.exp
3643 * gdb.base/ending-run.exp
3644 * gdb.base/enum_cond.exp
3645 * gdb.base/examine-backward.exp
3646 * gdb.base/exe-lock.exp
3647 * gdb.base/exec-invalid-sysroot.exp
3648 * gdb.base/execl-update-breakpoints.exp
3649 * gdb.base/execution-termios.exp
3650 * gdb.base/fileio.exp
3651 * gdb.base/fixsection.exp
3652 * gdb.base/foll-exec-mode.exp
3653 * gdb.base/foll-exec.exp
3654 * gdb.base/fork-running-state.exp
3655 * gdb.base/frame-args.exp
3656 * gdb.base/fullpath-expand.exp
3657 * gdb.base/func-ptr.exp
3658 * gdb.base/gcore-relro-pie.exp
3659 * gdb.base/gdb1090.exp
3660 * gdb.base/gdb1555.exp
3661 * gdb.base/global-var-nested-by-dso.exp
3662 * gdb.base/gnu-ifunc.exp
3663 * gdb.base/hbreak-in-shr-unsupported.exp
3664 * gdb.base/hbreak-unmapped.exp
3665 * gdb.base/hook-stop.exp
3666 * gdb.base/infcall-input.exp
3667 * gdb.base/info-fun.exp
3668 * gdb.base/info-shared.exp
3669 * gdb.base/interrupt-noterm.exp
3670 * gdb.base/jit-so.exp
3671 * gdb.base/jit.exp
3672 * gdb.base/line-symtabs.exp
3673 * gdb.base/list.exp
3674 * gdb.base/longjmp.exp
3675 * gdb.base/macscp.exp
3676 * gdb.base/max-value-size.exp
3677 * gdb.base/nodebug.exp
3678 * gdb.base/nofield.exp
3679 * gdb.base/overlays.exp
3680 * gdb.base/paginate-after-ctrl-c-running.exp
3681 * gdb.base/paginate-bg-execution.exp
3682 * gdb.base/paginate-inferior-exit.exp
3683 * gdb.base/pending.exp
3684 * gdb.base/pr11022.exp
3685 * gdb.base/printcmds.exp
3686 * gdb.base/ptr-typedef.exp
3687 * gdb.base/ptype.exp
3688 * gdb.base/randomize.exp
3689 * gdb.base/range-stepping.exp
3690 * gdb.base/realname-expand.exp
3691 * gdb.base/relativedebug.exp
3692 * gdb.base/remote.exp
3693 * gdb.base/savedregs.exp
3694 * gdb.base/sepdebug.exp
3695 * gdb.base/set-noassign.exp
3696 * gdb.base/shlib-call.exp
3697 * gdb.base/shreloc.exp
3698 * gdb.base/sigaltstack.exp
3699 * gdb.base/sigbpt.exp
3700 * gdb.base/siginfo-addr.exp
3701 * gdb.base/siginfo-obj.exp
3702 * gdb.base/siginfo-thread.exp
3703 * gdb.base/signest.exp
3704 * gdb.base/signull.exp
3705 * gdb.base/sigrepeat.exp
3706 * gdb.base/skip.exp
3707 * gdb.base/so-impl-ld.exp
3708 * gdb.base/solib-corrupted.exp
3709 * gdb.base/solib-disc.exp
3710 * gdb.base/solib-display.exp
3711 * gdb.base/solib-overlap.exp
3712 * gdb.base/solib-search.exp
3713 * gdb.base/solib-symbol.exp
3714 * gdb.base/source-execution.exp
3715 * gdb.base/sss-bp-on-user-bp-2.exp
3716 * gdb.base/sss-bp-on-user-bp.exp
3717 * gdb.base/stack-checking.exp
3718 * gdb.base/stale-infcall.exp
3719 * gdb.base/step-break.exp
3720 * gdb.base/step-line.exp
3721 * gdb.base/step-over-exit.exp
3722 * gdb.base/step-test.exp
3723 * gdb.base/structs.exp
3724 * gdb.base/sym-file.exp
3725 * gdb.base/symtab-search-order.exp
3726 * gdb.base/term.exp
3727 * gdb.base/type-opaque.exp
3728 * gdb.base/unload.exp
3729 * gdb.base/until-nodebug.exp
3730 * gdb.base/until.exp
3731 * gdb.base/unwindonsignal.exp
3732 * gdb.base/watch-cond.exp
3733 * gdb.base/watch-non-mem.exp
3734 * gdb.base/watch_thread_num.exp
3735 * gdb.base/watchpoint-reuse-slot.exp
3736 * gdb.base/watchpoint-solib.exp
3737 * gdb.base/watchpoint.exp
3738 * gdb.btrace/dlopen.exp
3739 * gdb.cell/arch.exp
3740 * gdb.cell/break.exp
3741 * gdb.cell/bt.exp
3742 * gdb.cell/core.exp
3743 * gdb.cell/data.exp
3744 * gdb.cell/dwarfaddr.exp
3745 * gdb.cell/ea-cache.exp
3746 * gdb.cell/ea-standalone.exp
3747 * gdb.cell/ea-test.exp
3748 * gdb.cell/f-regs.exp
3749 * gdb.cell/fork.exp
3750 * gdb.cell/gcore.exp
3751 * gdb.cell/mem-access.exp
3752 * gdb.cell/ptype.exp
3753 * gdb.cell/registers.exp
3754 * gdb.cell/sizeof.exp
3755 * gdb.cell/solib-symbol.exp
3756 * gdb.cell/solib.exp
3757 * gdb.compile/compile-tls.exp
3758 * gdb.cp/exception.exp
3759 * gdb.cp/gdb2495.exp
3760 * gdb.cp/local.exp
3761 * gdb.cp/mb-inline.exp
3762 * gdb.cp/mb-templates.exp
3763 * gdb.cp/pr10687.exp
3764 * gdb.cp/pr9167.exp
3765 * gdb.cp/scope-err.exp
3766 * gdb.cp/templates.exp
3767 * gdb.cp/virtfunc.exp
3768 * gdb.dwarf2/dw2-dir-file-name.exp
3769 * gdb.dwarf2/dw2-single-line-discriminators.exp
3770 * gdb.fortran/complex.exp
3771 * gdb.fortran/library-module.exp
3772 * gdb.guile/guile.exp
3773 * gdb.guile/scm-cmd.exp
3774 * gdb.guile/scm-frame-inline.exp
3775 * gdb.guile/scm-objfile.exp
3776 * gdb.guile/scm-pretty-print.exp
3777 * gdb.guile/scm-symbol.exp
3778 * gdb.guile/scm-type.exp
3779 * gdb.guile/scm-value.exp
3780 * gdb.linespec/keywords.exp
3781 * gdb.linespec/ls-errs.exp
3782 * gdb.linespec/macro-relative.exp
3783 * gdb.linespec/thread.exp
3784 * gdb.mi/mi-breakpoint-changed.exp
3785 * gdb.mi/mi-dprintf-pending.exp
3786 * gdb.mi/mi-fullname-deleted.exp
3787 * gdb.mi/mi-logging.exp
3788 * gdb.mi/mi-pending.exp
3789 * gdb.mi/mi-solib.exp
3790 * gdb.mi/new-ui-mi-sync.exp
3791 * gdb.mi/user-selected-context-sync.exp
3792 * gdb.multi/dummy-frame-restore.exp
3793 * gdb.multi/multi-arch-exec.exp
3794 * gdb.multi/remove-inferiors.exp
3795 * gdb.multi/watchpoint-multi-exit.exp
3796 * gdb.opt/solib-intra-step.exp
3797 * gdb.perf/backtrace.exp
3798 * gdb.perf/single-step.exp
3799 * gdb.perf/skip-command.exp
3800 * gdb.perf/skip-prologue.exp
3801 * gdb.perf/solib.exp
3802 * gdb.python/lib-types.exp
3803 * gdb.python/py-as-string.exp
3804 * gdb.python/py-bad-printers.exp
3805 * gdb.python/py-block.exp
3806 * gdb.python/py-breakpoint.exp
3807 * gdb.python/py-cmd.exp
3808 * gdb.python/py-events.exp
3809 * gdb.python/py-evthreads.exp
3810 * gdb.python/py-finish-breakpoint.exp
3811 * gdb.python/py-finish-breakpoint2.exp
3812 * gdb.python/py-frame-inline.exp
3813 * gdb.python/py-frame.exp
3814 * gdb.python/py-inferior.exp
3815 * gdb.python/py-infthread.exp
3816 * gdb.python/py-mi.exp
3817 * gdb.python/py-objfile.exp
3818 * gdb.python/py-pp-maint.exp
3819 * gdb.python/py-pp-registration.exp
3820 * gdb.python/py-prettyprint.exp
3821 * gdb.python/py-recurse-unwind.exp
3822 * gdb.python/py-shared.exp
3823 * gdb.python/py-symbol.exp
3824 * gdb.python/py-symtab.exp
3825 * gdb.python/py-template.exp
3826 * gdb.python/py-type.exp
3827 * gdb.python/py-unwind-maint.exp
3828 * gdb.python/py-unwind.exp
3829 * gdb.python/py-value.exp
3830 * gdb.python/python.exp
3831 * gdb.reverse/finish-reverse-bkpt.exp
3832 * gdb.reverse/insn-reverse.exp
3833 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3834 * gdb.reverse/solib-precsave.exp
3835 * gdb.reverse/solib-reverse.exp
3836 * gdb.stabs/gdb11479.exp
3837 * gdb.stabs/weird.exp
3838 * gdb.threads/fork-child-threads.exp
3839 * gdb.threads/fork-plus-threads.exp
3840 * gdb.threads/fork-thread-pending.exp
3841 * gdb.threads/forking-threads-plus-breakpoint.exp
3842 * gdb.threads/hand-call-in-threads.exp
3843 * gdb.threads/interrupted-hand-call.exp
3844 * gdb.threads/linux-dp.exp
3845 * gdb.threads/local-watch-wrong-thread.exp
3846 * gdb.threads/next-while-other-thread-longjmps.exp
3847 * gdb.threads/non-ldr-exit.exp
3848 * gdb.threads/pending-step.exp
3849 * gdb.threads/print-threads.exp
3850 * gdb.threads/process-dies-while-detaching.exp
3851 * gdb.threads/process-dies-while-handling-bp.exp
3852 * gdb.threads/pthreads.exp
3853 * gdb.threads/queue-signal.exp
3854 * gdb.threads/reconnect-signal.exp
3855 * gdb.threads/signal-command-handle-nopass.exp
3856 * gdb.threads/signal-command-multiple-signals-pending.exp
3857 * gdb.threads/signal-delivered-right-thread.exp
3858 * gdb.threads/signal-sigtrap.exp
3859 * gdb.threads/sigthread.exp
3860 * gdb.threads/staticthreads.exp
3861 * gdb.threads/stepi-random-signal.exp
3862 * gdb.threads/thread-unwindonsignal.exp
3863 * gdb.threads/thread_check.exp
3864 * gdb.threads/thread_events.exp
3865 * gdb.threads/tid-reuse.exp
3866 * gdb.threads/tls-nodebug.exp
3867 * gdb.threads/tls-shared.exp
3868 * gdb.threads/tls-so_extern.exp
3869 * gdb.threads/tls.exp
3870 * gdb.threads/wp-replication.exp
3871 * gdb.trace/actions-changed.exp
3872 * gdb.trace/actions.exp
3873 * gdb.trace/backtrace.exp
3874 * gdb.trace/change-loc.exp
3875 * gdb.trace/collection.exp
3876 * gdb.trace/deltrace.exp
3877 * gdb.trace/disconnected-tracing.exp
3878 * gdb.trace/entry-values.exp
3879 * gdb.trace/ftrace-lock.exp
3880 * gdb.trace/ftrace.exp
3881 * gdb.trace/infotrace.exp
3882 * gdb.trace/mi-trace-frame-collected.exp
3883 * gdb.trace/mi-trace-unavailable.exp
3884 * gdb.trace/mi-traceframe-changed.exp
3885 * gdb.trace/mi-tracepoint-changed.exp
3886 * gdb.trace/mi-tsv-changed.exp
3887 * gdb.trace/no-attach-trace.exp
3888 * gdb.trace/packetlen.exp
3889 * gdb.trace/passc-dyn.exp
3890 * gdb.trace/passcount.exp
3891 * gdb.trace/pending.exp
3892 * gdb.trace/pr16508.exp
3893 * gdb.trace/qtro.exp
3894 * gdb.trace/range-stepping.exp
3895 * gdb.trace/read-memory.exp
3896 * gdb.trace/report.exp
3897 * gdb.trace/save-trace.exp
3898 * gdb.trace/signal.exp
3899 * gdb.trace/stap-trace.exp
3900 * gdb.trace/status-stop.exp
3901 * gdb.trace/strace.exp
3902 * gdb.trace/tfile.exp
3903 * gdb.trace/tfind.exp
3904 * gdb.trace/trace-break.exp
3905 * gdb.trace/trace-condition.exp
3906 * gdb.trace/trace-enable-disable.exp
3907 * gdb.trace/trace-mt.exp
3908 * gdb.trace/tracecmd.exp
3909 * gdb.trace/tracefile-pseudo-reg.exp
3910 * gdb.trace/tspeed.exp
3911 * gdb.trace/tstatus.exp
3912 * gdb.trace/tsv.exp
3913 * gdb.trace/unavailable.exp
3914 * gdb.trace/while-dyn.exp
3915 * gdb.trace/while-stepping.exp
3916 * lib/gdb-guile.exp
3917 * lib/gdb.exp
3918 * lib/mi-support.exp
3919 * lib/pascal.exp
3920 * lib/perftest.exp
3921 * lib/prelink-support.exp
3922 * lib/selftest-support.exp
3923
3924 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
3925
3926 * Makefile.in: Include disable-implicit-rules.mk.
3927
3928 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3929
3930 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
3931 non-byte-aligned bit fields.
3932
3933 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3934
3935 PR gdb/12616
3936 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
3937 respects the DW_AT_data_bit_offset attribute.
3938
3939 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
3940
3941 * gdb.base/default.exp: Fix output of "set language".
3942
3943 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
3944
3945 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
3946 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
3947 make.
3948 * configure.ac: Remove checks for the make program.
3949 * configure: Re-generate.
3950
3951 2016-11-16 Kevin Buettner <kevinb@redhat.com>
3952
3953 * gdb.python/py-recurse-unwind.c (main): Add loop.
3954 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
3955 to read_register() and gdb.parse_and_eval(). Make each code
3956 call a separate case that can be individually tested.
3957 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
3958 proc. Call cont_and_backtrace for each of the code paths that
3959 we want to test in the unwinder.
3960
3961 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
3962
3963 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
3964 the definition of struct S.
3965
3966 2016-11-11 Catherine Moore <clm@codesourcery.com>
3967
3968 * gdb.base/dump.exp: Identify verilog format dump tests as such.
3969
3970 2016-11-09 Pedro Alves <palves@redhat.com>
3971
3972 * gdb.base/commands.exp (runto_or_return): New procedure.
3973 (gdbvar_simple_if_test, gdbvar_simple_while_test)
3974 (gdbvar_complex_if_while_test, progvar_simple_if_test)
3975 (progvar_simple_while_test, progvar_complex_if_while_test)
3976 (if_while_breakpoint_command_test)
3977 (infrun_breakpoint_command_test, breakpoint_command_test)
3978 (user_defined_command_test, watchpoint_command_test)
3979 (test_command_prompt_position, redefine_hook_test)
3980 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
3981 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
3982 multi_line_input and multi_line. Remove gdb_expect and
3983 gdb_stop_suppressing_tests uses.
3984 * lib/gdb.exp (valnum_re): New global.
3985 (multi_line_input): New procedure.
3986
3987 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
3988
3989 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
3990 Remove.
3991 (test_setup): Define with proc_with_prefix.
3992 (test_cli_inferior): Likewise.
3993 (test_cli_thread): Likewise.
3994 (test_cli_frame): Likewise.
3995 (test_cli_select_frame): Likewise.
3996 (test_cli_up_down): Likewise.
3997 (test_mi_thread_select): Likewise.
3998 (test_mi_stack_select_frame): Likewise.
3999 (test_cli_in_mi_inferior): Likewise.
4000 (test_cli_in_mi_thread): Likewise.
4001 (test_cli_in_mi_frame): Likewise.
4002 (top level): Do not use with_test_prefix_procname.
4003
4004 2016-11-09 Pedro Alves <palves@redhat.com>
4005
4006 * gdb.base/commands.exp (gdbvar_simple_if_test)
4007 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
4008 (progvar_simple_if_test, progvar_simple_while_test)
4009 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
4010 (infrun_breakpoint_command_test, breakpoint_command_test)
4011 (user_defined_command_test, watchpoint_command_test)
4012 (test_command_prompt_position, deprecated_command_test)
4013 (bp_deleted_in_command, temporary_breakpoint_commands)
4014 (stray_arg0_test, source_file_with_indented_comment)
4015 (recursive_source_test, if_commands_test)
4016 (error_clears_commands_left, redefine_hook_test)
4017 (redefine_backtrace_test): Use proc_with_prefix.
4018 * lib/gdb.exp (proc_with_prefix): New proc.
4019
4020 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
4021
4022 * gdb.base/tui-layout.c: New file.
4023 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
4024 disassembly window contains very long lines.
4025
4026 2016-11-08 Tom Tromey <tom@tromey.com>
4027
4028 * gdb.python/py-value.exp (test_value_creation): Make "long" test
4029 depend on Python 2.
4030
4031 2016-11-08 Tom Tromey <tom@tromey.com>
4032
4033 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
4034 New method.
4035
4036 2016-10-29 Manish Goregaokar <manish@mozilla.com>
4037
4038 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
4039
4040 2016-10-27 Manish Goregaokar <manish@mozilla.com>
4041
4042 * gdb.rust/simple.rs: Add test for univariant enums without
4043 discriminants and for encoded struct-like enums.
4044
4045 2016-10-28 Pedro Alves <palves@redhat.com>
4046
4047 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
4048 gdb_test_multiple, tighten regexps and match symtabs and line
4049 tables incrementally.
4050
4051 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
4052
4053 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
4054 general.
4055
4056 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
4057
4058 * gdb.base/exec-invalid-sysroot.exp: New file.
4059
4060 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4061
4062 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
4063
4064 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4065
4066 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
4067
4068 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
4069
4070 * gdb.base/killed-outside.exp: Remove $options from a call to
4071 `prepare_for_testing'.
4072
4073 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4074
4075 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4076 Change test message.
4077
4078 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4079
4080 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4081 Update comment.
4082
4083 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4084
4085 * gdb.trace/mi-trace-save.exp: New file.
4086
4087 2016-10-13 Yao Qi <yao.qi@linaro.org>
4088
4089 * gdb.base/code_elim.exp (get_var_address): Remove.
4090 * gdb.base/relocate.exp: Likewise.
4091 * gdb.base/shreloc.exp: Likewise.
4092 * lib/gdb.exp (get_var_address): New.
4093
4094 2016-10-13 Yao Qi <yao.qi@linaro.org>
4095
4096 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
4097 floating point tests if $skip_float_test is false.
4098
4099 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
4100
4101 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
4102 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
4103 argc values.
4104 Add 1 to argc so we guarantee distinct initial/modified argc values.
4105
4106 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4107
4108 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
4109
4110 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4111
4112 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
4113 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
4114 * gdb.arch/vsx-regs.exp: Likewise.
4115
4116 2016-10-07 Yao Qi <yao.qi@linaro.org>
4117
4118 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
4119
4120 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
4121
4122 * gdb.python/python.exp: Test decode_line("*0").
4123
4124 2016-10-06 Doug Evans <dje@google.com>
4125
4126 * gdb.python/py-value.exp (test_value_creation): Add test for large
4127 unsigned 64-bit value.
4128
4129 2016-10-06 Tom Tromey <tom@tromey.com>
4130
4131 * gdb.compile/compile.exp: Change java tests to rust.
4132 * gdb.base/setshow.exp: Change java tests to rust.
4133 * gdb.base/default.exp: Remove java from language list.
4134 * README (Examples): Update language example.
4135 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
4136 test.
4137 * lib/gdb.exp (skip_java_tests): Remove.
4138 * lib/java.exp: Remove.
4139 * gdb.java: Remove.
4140
4141 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4142
4143 * gdb.arch/mips-fcr.exp: New test.
4144 * gdb.arch/mips-fcr.c: Source for the new test.
4145
4146 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4147
4148 * gdb.base/solib-disc.exp: Use `standard_output_file'
4149 throughout.
4150
4151 2016-10-06 Pedro Alves <palves@redhat.com>
4152
4153 * gdb.base/jit-simple-dl.c: New file.
4154 * gdb.base/jit-simple-jit.c: New file, factored out from ...
4155 * gdb.base/jit-simple.c: ... this.
4156 * gdb.base/jit-simple.exp (jit_run): Delete.
4157 (build_jit): New proc.
4158 (jit_test_reread): Recompile either the main program or the shared
4159 library, depending on what is being tested. Skip changing address
4160 if caller wants to. Compare before/after addresses. If testing
4161 standalone, explicitly load the binary. Test "maint info
4162 breakpoints".
4163 (top level): Add "standalone vs shared lib" and "change address"
4164 vs "same address" axes.
4165
4166 2016-10-06 Pedro Alves <palves@redhat.com>
4167
4168 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
4169 call.
4170 (jit_run): Delete.
4171 (jit_test_reread): Use with_test_prefix. Reload the main binary
4172 explicitly. Compare the before/after addresses of the JIT
4173 descriptor.
4174
4175 2016-08-15 Doug Evans <dje@google.com>
4176
4177 * gdb.xml/extra-regs.xml: Update, end field now required, default type
4178 for single bitfields is bool.
4179 * gdb.xml/tdesc-regs.exp: Ditto.
4180
4181 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4182
4183 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
4184
4185 2016-10-05 Yao Qi <yao.qi@linaro.org>
4186
4187 * lib/gdb.exp (support_complex_tests): Return zero if
4188 gdb_skip_float_test return true.
4189
4190 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
4191 Simon Marchi <simon.marchi@ericsson.com>
4192
4193 PR gdb/20487
4194 * gdb.mi/user-selected-context-sync.exp: New file.
4195 * gdb.mi/user-selected-context-sync.c: New file.
4196
4197 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
4198 Simon Marchi <simon.marchi@ericsson.com>
4199
4200 PR gdb/20487
4201 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
4202 =thread-select-event check.
4203
4204 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
4205
4206 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
4207 the compulsory L operand changes.
4208 * gdb.arch/powerpc-power.s: Likewise.
4209
4210 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4211
4212 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
4213 * gdb.base/jit-attach-pie.c: New file.
4214 * gdb.base/jit-attach-pie.exp: New file.
4215
4216 2016-09-28 Pedro Alves <palves@redhat.com>
4217
4218 * gdb.base/infcall-input.c: New file.
4219 * gdb.base/infcall-input.exp: New file.
4220
4221 2016-09-22 Yao Qi <yao.qi@linaro.org>
4222
4223 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
4224 (gdb_exit): Rename it to ...
4225 (gdbserver_gdb_exit): ... Close GDBserver.
4226 (gdb_exit): New proc, call gdbserver_gdb_exit.
4227 (mi_gdb_exit): Likewise.
4228
4229 2016-09-22 Yao Qi <yao.qi@linaro.org>
4230
4231 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
4232 path.
4233 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
4234 Remove duplication.
4235
4236 2016-09-22 Yao Qi <yao.qi@linaro.org>
4237
4238 * lib/gdbserver-support.exp: Check the existence of
4239 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
4240
4241 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
4242
4243 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
4244
4245 2016-09-21 Tom Tromey <tom@tromey.com>
4246
4247 PR gdb/20604:
4248 * gdb.base/quit.exp: New file.
4249
4250 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
4251
4252 * .gitignore: New file.
4253
4254 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
4255
4256 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
4257 throughout.
4258
4259 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4260
4261 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
4262
4263 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4264
4265 * gdb.cp/casts.cc (decltype): Move it ...
4266 (main): ... with its call to ...
4267 * gdb.cp/casts03.cc: ... a new file.
4268 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
4269
4270 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4271
4272 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
4273
4274 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
4275
4276 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
4277 and sync up the test with tests in gas/testsuite/gas/ppc.
4278 * gdb.arch/powerpc-power.exp: Likewise.
4279
4280 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4281
4282 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
4283
4284 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
4285 Jan Kratochvil <jan.kratochvil@redhat.com>
4286
4287 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
4288 make m1's definition to be different from m2's. Use 'dummy' as an
4289 argument for probe 'two'.
4290
4291 2016-09-10 Jon Beniston <jon@beniston.com>
4292
4293 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
4294 for sim target.
4295
4296 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
4297
4298 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
4299 variable declaration.
4300 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
4301 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
4302 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
4303 received HWCAP as its argument.
4304
4305 2016-09-06 Pedro Alves <palves@redhat.com>
4306
4307 * gdb.base/new-ui-pending-input.c: New file.
4308 * gdb.base/new-ui-pending-input.exp: New file.
4309 * gdb.exp (clear_gdb_spawn_id): New procedure.
4310 (with_spawn_id): Check whether gdb_spawn_id exists before
4311 referencing it. If gdb_spawn_id didn't exist on entry, clear it
4312 on exit.
4313
4314 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
4315
4316 * gdb.base/float128.c: New file.
4317 * gdb.base/float128.exp: Likewise.
4318 * gdb.base/floatn.c: Likewise.
4319 * gdb.base/floatn.exp: Likewise.
4320
4321 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
4322
4323 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
4324
4325 2016-09-05 Pedro Alves <palves@redhat.com>
4326
4327 PR backtrace/19927
4328 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
4329 unwinders are immediately called as side effect of "source" or
4330 "disable unwinder" commands.
4331 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
4332
4333 2016-09-02 Yao Qi <yao.qi@linaro.org>
4334
4335 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
4336 is true and $type is "float" or "double".
4337
4338 2016-09-02 Yao Qi <yao.qi@linaro.org>
4339
4340 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
4341 true.
4342 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
4343 * gdb.base/call-rt-st.exp: Likewise.
4344 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
4345 return value instead of gdb,skip_float_test.
4346 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
4347 (do_function_calls): Use its return value instead of
4348 gdb,skip_float_test.
4349 * gdb.base/finish.exp: Likewise.
4350 * gdb.base/funcargs.exp: Likewise.
4351 * gdb.base/return.exp: Likewise.
4352 * gdb.base/return2.exp: Likewise.
4353 * gdb.base/varargs.exp: Likewise.
4354 * lib/gdb.exp (gdb_skip_float_test): Change it to
4355 gdb_caching_proc. Detect the broken ptrace on arm-linux.
4356
4357 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
4358
4359 * gdb.multi/tids.exp: Test "thread apply all".
4360
4361 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4362
4363 * gdb.base/default.exp (tty): Remove.
4364
4365 2016-08-24 Kevin Buettner <kevinb@redhat.com>
4366
4367 * gdb.python/py-recurse-unwind.c: New file.
4368 * gdb.python/py-recurse-unwind.py: New file.
4369 * gdb.python/py-recurse-unwind.exp: New file.
4370
4371 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
4372
4373 * gdb.base/set-inferior-tty.exp: New file.
4374 * gdb.base/set-inferior-tty.c: New file.
4375
4376 2016-08-23 Pedro Alves <palves@redhat.com>
4377
4378 PR gdb/20494
4379 * gdb.base/new-ui-echo.c: New file.
4380 * gdb.base/new-ui-echo.exp: New file.
4381
4382 2016-08-23 Yao Qi <yao.qi@linaro.org>
4383
4384 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
4385 gdbserver_spawn.
4386 * gdb.server/connect-without-multi-process.exp (do_test):
4387 Likewise.
4388
4389 2016-08-23 Yao Qi <yao.qi@linaro.org>
4390
4391 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
4392 standalone_txt. Delete gdb_txt and standalone_txt on host
4393 and target. Spawn the binary on target. Copy files from
4394 target to host.
4395
4396 2016-08-22 Pedro Alves <palves@redhat.com>
4397
4398 PR gdb/20505
4399 * gdb.base/vdso-warning.exp: Test core dumps too. Use
4400 with_test_prefix. Factor out bits to ...
4401 (test_no_vdso): ... this new procedure.
4402
4403 2016-08-19 Carl Love <cel@us.ibm.com>
4404
4405 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
4406 maintaining separate logic for constructing the output path.
4407 * gdb.arch/powerpc-d128-regs.exp: Likewise.
4408 * gdb.arch/ppc-dfp.exp: Likewise.
4409 * gdb.arch/ppc-fp.exp: Likewise.
4410 * gdb.arch/vsx-regs.exp: Likewise.
4411 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
4412 binprefix for generating the additional binary files.
4413
4414 2016-08-19 Pedro Alves <palves@redhat.com>
4415
4416 * gdb.trace/mi-trace-frame-collected.exp
4417 (test_trace_frame_collected): On x32, expect two registers.
4418
4419 2016-08-18 Carl Love <cel@us.ibm.com>
4420
4421 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
4422 and sync up the test with tests in gas/testsuite/gas/ppc.
4423 * gdb.arch/powerpc-power.exp: Likewise.
4424
4425 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
4426
4427 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
4428 expected error message.
4429
4430 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
4431
4432 * gdb.multi/remove-inferiors.exp: New file.
4433 * gdb.multi/remove-inferiors.c: New file.
4434
4435 2016-08-12 Yao Qi <yao.qi@linaro.org>
4436
4437 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
4438 argument list.
4439
4440 2016-08-10 Pedro Alves <palves@redhat.com>
4441
4442 PR gdb/19187
4443 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
4444 setup_kfails.
4445
4446 2016-08-09 Pedro Alves <palves@redhat.com>
4447 Simon Marchi <simon.marchi@ericsson.com>
4448
4449 PR gdb/20418
4450 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
4451 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
4452
4453 2016-08-09 Pedro Alves <palves@redhat.com>
4454
4455 PR mi/20431
4456 * gdb.mi/mi-cmd-error.exp: New file.
4457
4458 2016-08-09 Pedro Alves <palves@redhat.com>
4459
4460 PR gdb/18653
4461 * gdb.base/signals-state-child.c: New file.
4462 * gdb.base/signals-state-child.exp: New file.
4463 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
4464
4465 2016-08-09 Pedro Alves <palves@redhat.com>
4466
4467 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
4468
4469 2016-08-03 Tom Tromey <tom@tromey.com>
4470
4471 PR python/18565:
4472 * gdb.python/py-frame-inline.exp: Add Frame.function test.
4473
4474 2016-08-01 Yao Qi <yao.qi@linaro.org>
4475
4476 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
4477 variable mode to "multi-process" if $multi_process is 1, otherwise
4478 set it to "single-process".
4479
4480 2016-08-01 Yao Qi <yao.qi@linaro.org>
4481
4482 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
4483 * gdb.cp/cpexprs.exp: Likewise.
4484 * gdb.cp/m-static.exp: Likewise.
4485
4486 2016-07-26 Tom Tromey <tom@tromey.com>
4487
4488 PR python/20190:
4489 * gdb.threads/tls.exp (check_thread_local): Add python symbol
4490 test.
4491
4492 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
4493
4494 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
4495 selecting assembly source files.
4496 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
4497 assembly source files.
4498 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
4499 assembly source files.
4500 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
4501 selecting assembly source files.
4502
4503 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
4504
4505 * gdb.base/new-ui.exp (do_test_invalid_args): New
4506 procedure.
4507
4508 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
4509
4510 * gdb.btrace/reconnect.c: New file.
4511 * gdb.btrace/reconnect.exp: New file.
4512
4513 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
4514
4515 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
4516 to test_catch_syscall_group.
4517 (test_catch_syscall_group): New.
4518
4519 2016-07-21 Tom Tromey <tom@tromey.com>
4520
4521 * gdb.rust/simple.rs (main): Use empty struct expression.
4522 * gdb.rust/simple.exp: Add tests for empty struct expression.
4523
4524 2016-07-21 Yao Qi <yao.qi@linaro.org>
4525
4526 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
4527 if gdb_skip_xml_test is true on some targets.
4528
4529 2016-07-21 Yao Qi <yao.qi@linaro.org>
4530
4531 * gdb.server/solib-list.exp: Unset last_loaded_file.
4532
4533 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4534
4535 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
4536 "step into captured_main (args)".
4537
4538 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4539
4540 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
4541
4542 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4543
4544 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
4545
4546 2016-07-19 Pedro Alves <palves@redhat.com>
4547
4548 * gdb.opt/inline-break.exp: Remove optimize=-O2.
4549 * gdb.opt/inline-bt.exp: Likewise.
4550 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
4551 additional_flags=-Winline.
4552 * gdb.opt/inline-locals.exp: Likewise.
4553 * gdb.opt/inline-markers.c (ATTR): Define.
4554 (inlined_fn): Use it.
4555
4556 2016-07-19 Yao Qi <yao.qi@linaro.org>
4557
4558 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
4559 (test_with_self): Remove some code. Remove argument executable.
4560 (top-level): Use do_self_tests.
4561
4562 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
4563 Don Breazeal <donb@codesourcery.com>
4564
4565 * gdb.base/maint.exp: Escape paths used in regular expressions.
4566 * gdb.stabs/weird.exp: Likewise.
4567
4568 2016-07-13 Tom Tromey <tom@tromey.com>
4569
4570 PR python/15620, PR python/18620:
4571 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
4572 (test_bkpt_events): New procs.
4573
4574 2016-07-13 Tom Tromey <tom@tromey.com>
4575
4576 PR python/17698:
4577 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
4578 test.
4579 (test_watchpoints): Likewise.
4580 (test_bkpt_pending): New proc.
4581
4582 2016-07-13 Tom Tromey <tom@tromey.com>
4583
4584 PR cli/18053:
4585 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
4586 completion test.
4587
4588 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4589
4590 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
4591 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
4592 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
4593 f_label.
4594 (g): Rename g_end_lbl to g_label.
4595 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
4596 low_pc and high_pc.
4597 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
4598
4599 2016-07-12 Tom Tromey <tom@tromey.com>
4600
4601 PR python/19293:
4602 * gdb.python/py-unwind-maint.exp: Update tests.
4603
4604 2016-07-12 Yao Qi <yao.qi@linaro.org>
4605
4606 * lib/selftest-support.exp (selftest_setup): Match the output
4607 when captured_main is inlined.
4608
4609 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4610
4611 * gdb.fortran/derived-types.exp (result_line, result_line_2):
4612 New variables.
4613 (print this%a, print this%b, print this): New tests.
4614 * gdb.fortran/derived-types.f90 (this): New object and
4615 initialization.
4616
4617 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
4618
4619 * gdb.ada/arraydim.exp: Remove extra directory level in build
4620 directory.
4621
4622 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
4623
4624 * lib/ada.exp: Remove extra directory level in build directory.
4625 * gdb.ada/cond_lang.exp: Likewise.
4626 * gdb.ada/exec_changed.exp: Likewise.
4627 * gdb.ada/lang_switch.exp: Likewise.
4628
4629 2016-07-06 Manish Goregaokar <manish@mozilla.com>
4630
4631 * simple.rs: Add test for raw pointer subscripting.
4632 * simple.exp: Add test expectations.
4633
4634 2016-07-05 Yao Qi <yao.qi@linaro.org>
4635
4636 * gdb.mi/mi-reverse.exp: Match =record-started output.
4637
4638 2016-07-01 Pedro Alves <palves@redhat.com>
4639
4640 * gdb.base/jit-reader.exp (info_registers_current_frame): New
4641 procedure.
4642 (jit_reader_test): Test the jit reader's unwinder.
4643 * gdb.base/jithost.c (jit_function_00_code): New global.
4644 (main): Use memcpy to fill in the mmapped code, instead of poking
4645 bytes manually here.
4646 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
4647 value.
4648 (read_debug_info): Save the function's range.
4649 (read_sp): New function.
4650 (unwind_frame): Use it. Also unwind RBP.
4651 (get_frame_id): Use read_sp.
4652 (gdb_init_reader): Use calloc instead of malloc.
4653 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
4654 parameter. Use gdb_test_multiple.
4655
4656 2016-07-01 Pedro Alves <palves@redhat.com>
4657 Antoine Tremblay <antoine.tremblay@ericsson.com>
4658
4659 * gdb.threads/process-dies-while-detaching.c: New file.
4660 * gdb.threads/process-dies-while-detaching.exp: New file.
4661
4662 2016-07-01 Pedro Alves <palves@redhat.com>
4663
4664 * gdb.multi/watchpoint-multi-exit.c: New file.
4665 * gdb.multi/watchpoint-multi-exit.exp: New file.
4666
4667 2016-06-30 Pedro Alves <palves@redhat.com>
4668
4669 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
4670 unset inferior_spawn_id.
4671
4672 2016-06-30 Pedro Alves <palves@redhat.com>
4673
4674 * lib/mi-support.exp (default_mi_gdb_start): Declare global
4675 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
4676
4677 2016-06-29 Yao Qi <yao.qi@linaro.org>
4678
4679 * gdb.base/return.c: Add copyright header.
4680
4681 2016-06-29 Tom Tromey <tom@tromey.com>
4682
4683 PR python/20129:
4684 * gdb.python/py-framefilter.exp: Add tests for setting priority
4685 and disabling of non-existent frame filter.
4686
4687 2016-06-29 Yao Qi <yao.qi@linaro.org>
4688
4689 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
4690 0x0f07ff.
4691
4692 2016-06-28 Yao Qi <yao.qi@linaro.org>
4693
4694 * gdb.base/catch-syscall.exp: Remove check on isnative and target
4695 triplets. Start gdb, execute catch syscall, and continue. Check
4696 gdb's output to determine catch syscall is supported.
4697
4698 2016-06-27 Manish Goregaokar <manish@mozilla.com>
4699
4700 * gdb.rust/simple.rs: Add test for returning unit in a function.
4701 * gdb.rust/simple.exp: Add expectation for functions returning
4702 unit.
4703
4704 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
4705
4706 * gdb.python/py-breakpoint-create-fail.c,
4707 gdb.python/py-breakpoint-create-fail.exp,
4708 gdb.python/py-breakpoint-create-fail.py: New testcase.
4709
4710 2016-06-25 Manish Goregaokar <manish@mozilla.com>
4711
4712 PR gdb/20239
4713 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
4714 * gdb.rust/simple.exp: Add test expectations for new NonZero
4715 tests.
4716
4717 2016-06-24 David Taylor <dtaylor@emc.com>
4718
4719 * gdb.base/offsets.exp: New file.
4720 * gdb.base/offsets.c: New file.
4721
4722 2016-06-23 Tom Tromey <tom@tromey.com>
4723
4724 PR gdb/16483:
4725 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
4726 before any filters are loaded.
4727
4728 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
4729
4730 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
4731 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
4732 structs.
4733 * gdb.fortran/derived-type-function.exp: New file.
4734 * gdb.fortran/derived-type-function.f90: New file.
4735
4736
4737 2016-06-21 Pedro Alves <palves@redhat.com>
4738
4739 * gdb.base/new-ui.exp: New file.
4740 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
4741 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
4742 (with_spawn_id): New procedure.
4743
4744 2016-06-21 Pedro Alves <palves@redhat.com>
4745
4746 * gdb.mi/mi-exec-run.exp: New file.
4747
4748 2016-06-21 Pedro Alves <palves@redhat.com>
4749
4750 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
4751 breakpoint command's output on the main UI.
4752 (test_break): New procedure, factored out from calls in the top
4753 level.
4754 (top level): Use foreach_with_prefix to test MI as main UI and as
4755 separate UI.
4756
4757 2016-06-21 Pedro Alves <palves@redhat.com>
4758
4759 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
4760 (test_awatch_creation_and_listing)
4761 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
4762 Remove 'type' parameter.
4763 (test_watchpoint_all): New parameter mi_mode. Remove
4764 with_test_prefix.
4765 (top level): Use foreach_with_prefix, and add main/separate UI MI
4766 testing axis.
4767
4768 2016-06-21 Pedro Alves <palves@redhat.com>
4769
4770 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
4771 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
4772 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
4773 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
4774 (gdb_main_spawn_id, mi_spawn_id): Declare and
4775 comment.
4776 (mi_create_inferior_pty): New procedure,
4777 factored out from default_mi_gdb_start.
4778 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
4779 procedures.
4780 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
4781 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
4782 Use mi_create_inferior_pty.
4783 (mi_gdb_start): Use eval to pass down args list.
4784
4785 2016-06-21 Pedro Alves <palves@redhat.com>
4786
4787 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
4788 * gdb.opt/inline-cmds.exp: Add MI tests.
4789
4790 2016-06-21 Pedro Alves <palves@redhat.com>
4791
4792 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
4793
4794 2016-06-21 Pedro Alves <palves@redhat.com>
4795
4796 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
4797 (top level): Use it instead of mi_execute_to.
4798
4799 2016-06-21 Pedro Alves <palves@redhat.com>
4800
4801 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
4802 (cont_handler_str): New.
4803 (signal_stop_handler): Set stop_handler_str instead of printing to
4804 stdout.
4805 (continue_handler): Set cont_handler_str instead of printing to
4806 stdout.
4807 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
4808 mi_send_resuming_command. Print stop_handler_str and
4809 cont_handler_str instead of expecting the python events print
4810 directly.
4811
4812 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
4813
4814 * gdb.base/jit-reader.exp: New file.
4815 * gdb.base/jithost.c: New file.
4816 * gdb.base/jithost.h: New file.
4817 * gdb.base/jitreader.c : New file.
4818 * gdb.base/jit-protocol.h: New file.
4819
4820 2016-06-17 Yao Qi <yao.qi@linaro.org>
4821
4822 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
4823 parameters follow_fork and detach_on_fork. Set follow-fork-mode
4824 and detach-on-fork. Adjust tests.
4825 (top level): Invoke break_cond_on_syscall with combinations of
4826 syscall, follow-fork-mode and detach-on-fork.
4827
4828 2016-06-17 Yao Qi <yao.qi@linaro.org>
4829
4830 * gdb.base/step-over-exit.c: New.
4831 * gdb.base/step-over-exit.exp: New.
4832
4833 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
4834
4835 * gdb.base/float.exp: Add target check for nds32*-*-*.
4836 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
4837
4838 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
4839
4840 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
4841 for unsupported target features.
4842 * gdb.base/call-rt-st.exp: Likewise.
4843 * gdb.base/call-sc.exp: Likewise.
4844 * gdb.base/call-signal-resume.exp: Likewise.
4845 * gdb.base/call-strs.exp: Likewise.
4846 * gdb.base/callexit.exp: Likewise.
4847 * gdb.base/callfuncs.exp: Likewise.
4848 * gdb.base/nodebug.exp: Likewise.
4849 * gdb.base/printcmds.exp: Likewise.
4850 * gdb.base/ptype.exp: Likewise.
4851 * gdb.base/structs.exp: Likewise.
4852 * gdb.base/unwindonsignal.exp: Likewise.
4853 * gdb.cp/gdb2495.exp: Likewise.
4854 * gdb.cp/templates.exp: Likewise.
4855 * gdb.cp/virtfunc.exp: Likewise.
4856 * gdb.threads/hand-call-in-threads.exp: Likewise.
4857 * gdb.threads/interrupted-hand-call.exp: Likewise.
4858 * gdb.threads/thread-unwindonsignal.exp: Likewise.
4859
4860 2016-06-10 Tom Tromey <tom@tromey.com>
4861
4862 PR rust/20110:
4863 * gdb.rust/expr.exp: Add test for integer constant larger than
4864 i32.
4865
4866 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
4867
4868 * gdb.fortran/nested-funcs.exp: New.
4869 * gdb.fortran/nested-funcs.f90: New.
4870
4871 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
4872
4873 * gdb.base/examine-backward.c: New file.
4874 * gdb.base/examine-backward.exp: New file.
4875
4876 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
4877
4878 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
4879 matching.
4880
4881 2016-06-02 Tom Tromey <tom@tromey.com>
4882
4883 PR python/18984:
4884 * gdb.python/py-shared.exp: Add solib_name test.
4885
4886 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
4887
4888 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
4889
4890 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
4891
4892 PR c++/19893
4893 * gdb.dwarf2/implref.exp: Rename to...
4894 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
4895 * gdb.dwarf2/implref-array.c: New file.
4896 * gdb.dwarf2/implref-array.exp: Likewise.
4897 * gdb.dwarf2/implref-global.c: Likewise.
4898 * gdb.dwarf2/implref-global.exp: Likewise.
4899 * gdb.dwarf2/implref-struct.c: Likewise.
4900 * gdb.dwarf2/implref-struct.exp: Likewise.
4901
4902 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4903
4904 * gdb.trace/trace-condition.exp: Add 64bit tests.
4905
4906 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4907
4908 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
4909 bits types.
4910 (main): Adapt to 8 to 64 bits types.
4911 * gdb.trace/trace-condition.exp: Add new tests.
4912
4913 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4914
4915 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
4916
4917 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4918
4919 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
4920 Move condition tests...
4921 * gdb.trace/trace-condition.exp: Here.
4922
4923 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4924
4925 * gdb.trace/trace-condition.exp: Add counter-case tests.
4926
4927 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4928
4929 PR c++/15231
4930 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
4931 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
4932
4933 2016-05-27 Pedro Alves <palves@redhat.com>
4934
4935 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4936 New procedure.
4937 (top level): Call it, and bail out of DejaGnu is known to be bad.
4938
4939 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
4940
4941 * gdb.base/whatis.c: Extend the test case.
4942 * gdb.base/whatis.exp: Add additional tests.
4943
4944 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4945
4946 * gdb.fortran/type.f90: Add pointer variable.
4947 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
4948
4949 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4950
4951 * gdb.fortran/vla-type.exp: Fix testcase name.
4952
4953 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4954
4955 * gdb.fortran/vla-type.exp: Access elements in nested structs.
4956
4957 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4958
4959 * gdb.fortran/type.f90: Add nested structures.
4960 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
4961 * gdb.fortran/derived-type.exp: Adapt expected output.
4962 * gdb.fortran/vla-type.exp: Adapt expected output.
4963
4964 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4965
4966 * gdb.fortran/whatis_type.exp: Adapt expected output.
4967
4968 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4969
4970 * gdb.fortran/print_type.exp: Fix expected output.
4971 * gdb.fortran/whatis_type.exp: Fix expected output.
4972
4973 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4974
4975 * gdb.fortran/whatis_type.exp: Use multi_line.
4976
4977 2016-05-24 Tom Tromey <tom@tromey.com>
4978
4979 PR python/17386:
4980 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
4981 use value as an index.
4982
4983 2016-05-23 Tom Tromey <tom@tromey.com>
4984
4985 PR python/17981:
4986 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
4987 no-breakpoint case.
4988
4989 2016-05-24 Pedro Alves <palves@redhat.com>
4990
4991 PR gdb/19828
4992 * gdb.threads/clone-attach-detach.c: New file.
4993 * gdb.threads/clone-attach-detach.exp: New file.
4994
4995 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
4996
4997 * gdb.base/annota-input-while-running.exp: Fix syntax error.
4998
4999 2016-05-23 Tom Tromey <tom@tromey.com>
5000
5001 PR python/19438, PR python/18393:
5002 * gdb.python/py-progspace.exp: Add "dir" test.
5003 * gdb.python/py-objfile.exp: Add "dir" test.
5004
5005 2016-05-23 Yao Qi <yao.qi@linaro.org>
5006
5007 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
5008 * gdb.arch/thumb2-it.exp: Likewise.
5009
5010 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
5011
5012 * gdb.mi/mi-threads-interrupt.c: New file.
5013 * gdb.mi/mi-threads-interrupt.exp: New file.
5014
5015 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
5016
5017 PR gdb/18077
5018 * gdb.mi/mi-async-run.exp: New file.
5019 * gdb.mi/mi-async-run.c: New file.
5020
5021 2016-05-17 Tom Tromey <tom@tromey.com>
5022 Manish Goregaokar <manishsmail@gmail.com>
5023
5024 * lib/rust-support.exp: New file.
5025 * lib/gdb.exp (skip_rust_tests): New proc.
5026 (build_executable_from_specs): Handle rust.
5027 * lib/future.exp (gdb_find_rustc): New proc.
5028 (gdb_default_target_compile): Handle rust.
5029 * gdb.rust/expr.exp: New file.
5030 * gdb.rust/generics.exp: New file.
5031 * gdb.rust/generics.rs: New file.
5032 * gdb.rust/methods.exp: New file.
5033 * gdb.rust/methods.rs: New file.
5034 * gdb.rust/modules.exp: New file.
5035 * gdb.rust/modules.rs: New file.
5036 * gdb.rust/simple.exp: New file.
5037 * gdb.rust/simple.rs: New file.
5038
5039 2016-05-17 Tom Tromey <tom@tromey.com>
5040
5041 * gdb.base/default.exp (set language): Add rust.
5042
5043 2016-05-17 Tom Tromey <tom@tromey.com>
5044
5045 * gdb.gdb/unittest.exp: New file.
5046
5047 2016-05-16 Yao Qi <yao.qi@linaro.org>
5048
5049 * gdb.base/batch-preserve-term-settings.exp: Remove variable
5050 shell_prompt. Update shell_prompt_re.
5051
5052 2016-05-12 Doug Evans <dje@google.com>
5053
5054 PR symtab/19999
5055 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
5056 $options when building executable.
5057 * gdb.dwarf2/fission-loclists-pie.S: New file.
5058 * gdb.dwarf2/fission-loclists-pie.exp: New file.
5059
5060 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5061
5062 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
5063 of [is_remote target],
5064
5065 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5066
5067 * lib/gdb.exp (use_gdb_stub): New procedure.
5068
5069 2016-05-03 Yunlian Jiang <yunlian@google.com>
5070 Doug Evans <dje@google.com>
5071
5072 PR symtab/19914
5073 * gdb.dwarf2/dwp-sepdebug.c: New file.
5074 * gdb.dwarf2/dwp-sepdebug.exp: New file.
5075
5076 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5077
5078 * gdb.base/detach.exp: Remove is_remote check.
5079
5080 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5081
5082 * gdb.base/annota-input-while-running.exp: Don't check for
5083 [is_remote target]. Enable annotations after running to main.
5084 Remove unused "set test..." line.
5085
5086 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5087
5088 * gdb.trace/trace-enable-disable.exp: New file.
5089 * gdb.trace/trace-enable-disable.c: New file.
5090
5091 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5092
5093 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
5094 use it in info sharedlibrary test.
5095 * gdb.trace/ftrace-lock.exp: Likewise.
5096 * gdb.trace/ftrace.exp: Likewise.
5097 * gdb.trace/range-stepping.exp: Likewise.
5098 * gdb.trace/trace-break.exp: Likewise.
5099 * gdb.trace/trace-condition.exp: Likewise.
5100 * gdb.trace/trace-mt.exp: Likewise.
5101
5102 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5103
5104 * lib/gdb.exp (gdb_load_shlibs): Rename to...
5105 (gdb_load_shlib): ... this.
5106 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
5107 gdb_load_shlib.
5108 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
5109 * gdb.base/ctxobj.exp: Likewise.
5110 * gdb.base/dprintf-pending.exp: Likewise.
5111 * gdb.base/dso2dso.exp: Likewise.
5112 * gdb.base/fixsection.exp: Likewise.
5113 * gdb.base/gcore-relro.exp: Likewise.
5114 * gdb.base/gdb1555.exp: Likewise.
5115 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5116 * gdb.base/gnu-ifunc.exp: Likewise.
5117 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
5118 * gdb.base/jit-so.exp (one_jit_test): Likewise.
5119 * gdb.base/pending.exp: Likewise.
5120 * gdb.base/print-file-var.exp: Likewise.
5121 * gdb.base/print-symbol-loading.exp: Likewise.
5122 * gdb.base/shlib-call.exp: Likewise.
5123 * gdb.base/shreloc.exp: Likewise.
5124 * gdb.base/so-impl-ld.exp: Likewise.
5125 * gdb.base/solib-disc.exp: Likewise.
5126 * gdb.base/solib-nodir.exp: Likewise.
5127 * gdb.base/solib-overlap.exp: Likewise.
5128 * gdb.base/solib-symbol.exp: Likewise.
5129 * gdb.base/solib-weak.exp (do_test): Likewise.
5130 * gdb.base/sym-file.exp: Likewise.
5131 * gdb.base/symtab-search-order.exp: Likewise.
5132 * gdb.base/type-opaque.exp: Likewise.
5133 * gdb.base/unload.exp: Likewise.
5134 * gdb.base/watchpoint-solib.exp: Likewise.
5135 * gdb.compile/compile.exp: Likewise.
5136 * gdb.cp/gdb2384.exp: Likewise.
5137 * gdb.cp/infcall-dlopen.exp: Likewise.
5138 * gdb.cp/re-set-overloaded.exp: Likewise.
5139 * gdb.fortran/library-module.exp: Likewise.
5140 * gdb.opt/solib-intra-step.exp: Likewise.
5141 * gdb.python/py-finish-breakpoint.exp: Likewise.
5142 * gdb.python/py-shared.exp: Likewise.
5143 * gdb.reverse/solib-precsave.exp: Likewise.
5144 * gdb.reverse/solib-reverse.exp: Likewise.
5145 * gdb.server/solib-list.exp: Likewise.
5146 * gdb.threads/dlopen-libpthread.exp: Likewise.
5147 * gdb.threads/tls-shared.exp: Likewise.
5148 * gdb.threads/tls-so_extern.exp: Likewise.
5149 * gdb.trace/change-loc.exp: Likewise.
5150 * gdb.trace/ftrace-lock.exp: Likewise.
5151 * gdb.trace/ftrace.exp: Likewise.
5152 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
5153 * gdb.trace/pending.exp: Likewise.
5154 * gdb.trace/range-stepping.exp: Likewise.
5155 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
5156 (strace_info_marker): Likewise.
5157 (strace_probe_marker): Likewise.
5158 (strace_trace_on_same_addr): Likewise.
5159 (strace_trace_on_diff_addr): Likewise.
5160 * gdb.trace/trace-break.exp: Likewise.
5161 * gdb.trace/trace-condition.exp: Likewise.
5162 * gdb.trace/trace-mt.exp: Likewise.
5163
5164 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5165
5166 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
5167 result of gdb_remote_download.
5168 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
5169 * gdb.base/dso2dso.exp: Likewise.
5170 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5171 * gdb.base/print-file-var.exp: Likewise.
5172 * gdb.base/shlib-call.exp: Likewise.
5173 * gdb.base/shreloc.exp: Likewise.
5174 * gdb.base/solib-overlap.exp: Likewise.
5175 * gdb.base/solib-weak.exp (do_test): Likewise.
5176 * gdb.base/unload.exp: Likewise.
5177
5178 2016-04-27 Yao Qi <yao.qi@linaro.org>
5179
5180 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
5181 exists.
5182
5183 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5184
5185 * vla-type.exp: Print structure from toplevel.
5186
5187 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5188
5189 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
5190 of dynamic types.
5191 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
5192 of dynamic types.
5193
5194 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5195
5196 * gdb.fortran/vla-type.f90: New file.
5197 * gdb.fortran/vla-type.exp: New file.
5198
5199 2016-04-25 Yao Qi <yao.qi@linaro.org>
5200
5201 * gdb.base/branch-to-self.c: New file.
5202 * gdb.base/branch-to-self.exp: New file.
5203
5204 2016-04-22 Yao Qi <yao.qi@linaro.org>
5205
5206 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
5207 more after $hex.
5208
5209 2016-04-22 Yao Qi <yao.qi@linaro.org>
5210
5211 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
5212 * gdb.base/annota3.exp: Likewise.
5213
5214 2016-04-22 Yao Qi <yao.qi@linaro.org>
5215
5216 * gdb.reverse/step-precsave.exp: Do one step and test program
5217 stops in "callee" and do multiple steps until program goes out
5218 of "callee".
5219 * gdb.reverse/step-reverse.exp: Likewise.
5220
5221 2016-04-22 Yao Qi <yao.qi@linaro.org>
5222
5223 * gdb.trace/signal.exp: Also pass if
5224 $tracepoint_hits($i) > $iterations.
5225
5226 2016-04-22 Yao Qi <yao.qi@linaro.org>
5227
5228 * gdb.trace/signal.c: New file.
5229 * gdb.trace/signal.exp: New file.
5230
5231 2016-04-19 Doug Evans <xdje42@gmail.com>
5232
5233 * gdb.base/bad-file.exp: New file.
5234
5235 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
5236
5237 * gdb.dwarf2/implref.exp: New file.
5238
5239 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
5240
5241 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
5242 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
5243 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
5244 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
5245 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
5246 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
5247 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
5248 * lib/fortran.exp (fortran_int4): New procedure.
5249 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
5250 (fortran_logical4): Likewise.
5251
5252 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
5253
5254 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
5255
5256 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
5257
5258 * lib/compiler.c: Add Intel specific preprocessor macros.
5259 * lib/compiler.cc: Likewise.
5260
5261 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
5262
5263 * gdb.server/connect-with-no-symbol-file.c: New file.
5264 * gdb.server/connect-with-no-symbol-file.exp: New file.
5265
5266 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
5267
5268 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
5269
5270 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
5271
5272 * boards/gdbserver-base.exp (${board}_download): Copy source file to
5273 standard output directory.
5274
5275 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
5276
5277 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
5278
5279 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
5280
5281 * gdb.btrace/instruction_history.c (loop): Add declaration.
5282
5283 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
5284
5285 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
5286
5287 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
5288
5289 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
5290 parentheses to print.
5291 (continue_handler): Likewise.
5292
5293 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
5294
5295 * gdb.server/solib-list.exp: Remove is_remote check.
5296 Pass shlib= to gdb_compile. Don't link shared library with
5297 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
5298 Run binary filename through "readlink -f" on the target.
5299
5300 2016-04-08 Pedro Alves <palves@redhat.com>
5301
5302 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
5303 interpreter filename as argument to gdbserver_spawn.
5304 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
5305 Return empty if $last_loaded_file does not exist.
5306
5307 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5308
5309 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
5310 * gdb.base/jit-main.c: Use exit after usage.
5311
5312 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5313
5314 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
5315 GDBHISTSIZE prior to the tests.
5316 * gdb.base/gdbinit-history.exp: Likewise.
5317
5318 2016-04-07 Pedro Alves <palves@redhat.com>
5319
5320 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
5321 instead of build_executable. Use gdb_load_shlibs.
5322
5323 2016-04-07 Yao Qi <yao.qi@linaro.org>
5324
5325 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
5326 Execute "si" command.
5327
5328 2016-04-07 Yao Qi <yao.qi@linaro.org>
5329
5330 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
5331 number instead of the comments on some line.
5332
5333 2016-04-06 Don Breazeal <donb@codesourcery.com>
5334
5335 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
5336 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
5337
5338 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
5339
5340 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
5341 standard_output_file. Remove unused binfile variable.
5342
5343 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
5344
5345 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
5346 * gdb.python/py-mi-objfile.exp: Match "list main" output
5347 in console format.
5348
5349 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
5350
5351 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
5352 absolute.
5353
5354 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
5355
5356 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
5357 absolute.
5358 * gdb.trace/ftrace.exp: Likewise.
5359 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
5360 targets as well.
5361 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
5362 (gdb_load_shlibs): Copy libraries to test directory when testing
5363 natively. Only set solib-search-path if testing remotely.
5364 * lib/mi-support.exp (mi_load_shlibs): Likewise.
5365
5366 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
5367
5368 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
5369 gdb_download. Use it even if the target is not remote.
5370 * gdb.base/jit.exp (compile_jit_test): Likewise.
5371 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
5372 output directory if the destination board is local, otherwise use
5373 the standard remote_download from DejaGnu.
5374 (gdb_download): Remove.
5375 (gdb_load_shlibs): Use gdb_remote_download instead of
5376 gdb_download.
5377 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
5378 Use gdb_remote_download instead of gdb_download. Use it even if
5379 the target is not remote.
5380 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
5381 instead of gdb_download.
5382
5383 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
5384
5385 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
5386 (test_insert_delete_modify): Call mi_load_shlibs before trying to
5387 run.
5388
5389 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
5390
5391 PR gdb/19820
5392 * gdb.base/printcmds.exp: Add artificial arrays tests.
5393
5394 2016-03-31 Pedro Alves <palves@redhat.com>
5395
5396 PR gdb/19858
5397 * gdb.base/jit-main.c: Include unistd.h.
5398 (ATTACH): Define to 0 if not already defined.
5399 (wait_for_gdb, mypid): New globals.
5400 (WAIT_FOR_GDB): New macro.
5401 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
5402 some breakpoint locations.
5403 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
5404 New procedures.
5405 (one_jit_test): Add REATTACH parameter, and handle it. Use
5406 continue_to_test_location.
5407 (top level): Test attach, and adjusts calls to one_jit_test.
5408
5409 2016-03-31 Pedro Alves <palves@redhat.com>
5410
5411 PR gdb/19858
5412 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
5413 BINSUFFIX parameter, and handle it.
5414 (top level): Adjust calls compile_jit_test.
5415
5416 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
5417
5418 PR python/19743
5419 * gdb.python/py-mi-events-gdb.py: New file.
5420 * gdb.python/py-mi-events.c: New file.
5421 * gdb.python/py-mi-events.exp: New file.
5422
5423 2016-03-30 Yao Qi <yao.qi@linaro.org>
5424
5425 * gdb.reverse/until-precsave.exp: Match function name only.
5426 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
5427 Move malloc to a condition block.
5428 * gdb.reverse/until-reverse.exp: Match function name only.
5429
5430 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
5431
5432 * gdb.trace/ftrace.exp: Set arg0exp for s390.
5433 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
5434 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
5435 variable for GPR 0 instead of assuming it is register 0.
5436 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
5437 * lib/trace-support.exp: Add s390 registers.
5438
5439 2016-03-29 Yao Qi <yao.qi@linaro.org>
5440
5441 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
5442
5443 2016-03-24 Yao Qi <yao.qi@linaro.org>
5444
5445 * gdb.reverse/break-reverse.exp: Add quotation mark in the
5446 test message.
5447
5448 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5449
5450 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
5451 maintaining separate logic for constructing the output path.
5452
5453 2016-03-16 Don Breazeal <donb@codesourcery.com>
5454
5455 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
5456 Retry fork and waitpid on interrupted system call errors.
5457 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
5458 Use with_timeout_factor to increase timeout by factor of 10.
5459
5460 2016-03-15 Don Breazeal <donb@codesourcery.com>
5461
5462 * gdb.cp/scope-err.cc: New test program.
5463 * gdb.cp/scope-err.exp: New test script.
5464 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
5465 lines and "set breakpoint here" comment.
5466 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
5467 Fixed some whitespace and format issues.
5468 * gdb.mi/mi-linespec-err-cp.cc: New test program.
5469 * gdb.mi/mi-linespec-err-cp.exp: New test script.
5470
5471 2016-03-15 Doug Evans <dje@google.com>
5472
5473 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
5474 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
5475 All callers updated. Add tests for enums, mixed flags register.
5476
5477 2016-03-15 Doug Evans <dje@google.com>
5478
5479 * gdb.base/skip.c (main): Call test_skip_file_and_function.
5480 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
5481
5482 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
5483
5484 * gdb.base/default.exp: Add $_as_string to the list of expected
5485 convenience functions.
5486
5487 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
5488
5489 * gdb.base/maint.exp: New tests for 'maint info line-table'.
5490
5491 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
5492
5493 * gdb.python/py-as-string.exp: New file.
5494 * gdb.python/py-as-string.c: New file.
5495
5496 2016-03-09 Pedro Alves <palves@redhat.com>
5497
5498 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
5499 signal" -> "Thread NN received signal" output change.
5500 * gdb.threads/ia64-sigill.exp: Likewise.
5501 * gdb.threads/linux-dp.exp: Likewise.
5502 * gdb.threads/manythreads.exp: Likewise.
5503 * gdb.threads/pending-step.exp: Likewise.
5504 * gdb.threads/print-threads.exp: Likewise.
5505 * gdb.threads/sigstep-threads.exp: Likewise.
5506 * gdb.threads/staticthreads.exp: Likewise.
5507 * gdb.threads/tls.exp: Likewise.
5508
5509 2016-03-09 Pedro Alves <palves@redhat.com>
5510
5511 * gdb.base/command-line-input.exp: New file.
5512
5513 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5514
5515 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
5516 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
5517 * gdb.trace/pending.exp: Accept leading dot before function name.
5518 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
5519 * lib/trace-support.exp: Set registers for ppc.
5520
5521 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5522
5523 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
5524 use it for disassembly; accept .main in addition to main in backtrace.
5525
5526 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
5527 Marcin Kościelnicki <koriakin@0x04.net>
5528
5529 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
5530 (gdb_recursion_test_ptr): New global variable.
5531 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
5532 gdb_recursion_test.
5533 (gdb_c_test): Ditto.
5534
5535 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5536
5537 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
5538 ordering.
5539
5540 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5541
5542 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
5543 (bar): Add bar_start_lbl label.
5544 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
5545 of foo/bar for emitting DWARF and tracing.
5546
5547 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
5548
5549 * analyze-racy-logs.py: Set executable bit.
5550
5551 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
5552
5553 * Makefile.in (DEFAULT_RACY_ITER): New variable.
5554 (CHECK_TARGET_TMP): Likewise.
5555 (check-single-racy): New rule.
5556 (check-parallel-racy): Likewise.
5557 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
5558 (do-check-parallel-racy): New rule.
5559 (check-racy/%.exp): Likewise.
5560 * README (Racy testcases): New section.
5561 * analyze-racy-logs.py: New file.
5562
5563 2016-03-03 Doug Evans <dje@google.com>
5564
5565 * gdb.base/skip.exp: Use with_test_prefix.
5566
5567 2016-03-03 Yao Qi <yao.qi@linaro.org>
5568
5569 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
5570 Invoke step_over_syscall "clone" and break_cond_on_syscall
5571 "clone".
5572 * gdb.base/step-over-clone.c: New file.
5573
5574 2016-03-03 Yao Qi <yao.qi@linaro.org>
5575
5576 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
5577 code format.
5578
5579 2016-03-03 Yao Qi <yao.qi@linaro.org>
5580
5581 * gdb.base/disp-step-fork.c: Rename to ...
5582 * gdb.base/step-over-fork.c: ... it. New file.
5583 * gdb.base/disp-step-vfork.c: Rename to ...
5584 * gdb.base/step-over-vfork.c: ... it. New file.
5585 * gdb.base/disp-step-syscall.exp: Rename to ...
5586 * gdb.base/step-over-syscall.exp: ... it. New file.
5587 (disp_step_cross_syscall): Rename to ...
5588 (step_over_syscall): ... it.
5589
5590 2016-03-03 Yao Qi <yao.qi@linaro.org>
5591
5592 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
5593 If target supports condition evaluation on target, invoke
5594 break_cond_on_syscall for fork and vfork.
5595
5596 2016-03-03 Yao Qi <yao.qi@linaro.org>
5597
5598 * gdb.base/disp-step-syscall.exp: Don't invoke
5599 support_displaced_stepping.
5600 (disp_step_cross_syscall): Test with displaced stepping off and
5601 on if supported.
5602
5603 2016-03-03 Yao Qi <yao.qi@linaro.org>
5604
5605 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
5606 proc.
5607 (setup): New proc.
5608 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
5609 and setup.
5610
5611 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5612
5613 * gdb.fortran/vla-history.exp: Remove breakpoint.
5614
5615 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5616
5617 * gdb.fortran/vla-history.exp: Lookup array elements and printing
5618 exceeds timeout.
5619
5620 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5621
5622 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
5623 breakpoint.
5624
5625 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5626
5627 * gdb.mi/vla.f90: Nullify pointer after declaration.
5628
5629 2016-03-01 Pedro Alves <palves@redhat.com>
5630
5631 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
5632
5633 2016-03-01 Pedro Alves <palves@redhat.com>
5634
5635 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
5636 before anything else.
5637 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
5638 _GNU_SOURCE here.
5639 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
5640 before anything else.
5641 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
5642
5643 2016-03-01 Pedro Alves <palves@redhat.com>
5644
5645 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
5646
5647 2016-03-01 Yao Qi <yao.qi@linaro.org>
5648
5649 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
5650 prepare_for_testing.
5651
5652 2016-03-01 Yao Qi <yao.qi@linaro.org>
5653
5654 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
5655
5656 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5657
5658 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
5659 manually constructing the output path.
5660
5661 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5662
5663 * gdb.arch/s390-stackless.S: New.
5664 * gdb.arch/s390-stackless.exp: New.
5665
5666 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
5667
5668 * gdb.dlang/circular.c: New file.
5669 * gdb.dlang/circular.exp: New file.
5670
5671 2016-02-26 Yao Qi <yao.qi@linaro.org>
5672
5673 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
5674 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
5675 (testcases): Update.
5676
5677 2016-02-26 Yao Qi <yao.qi@linaro.org>
5678
5679 * gdb.reverse/aarch64.c: Rename to ...
5680 * gdb.reverse/insn-reverse.c: ... it.
5681 * gdb.reverse/aarch64.exp: Rename to ...
5682 * gdb.reverse/insn-reverse.exp: ... it.
5683
5684 2016-02-26 Yao Qi <yao.qi@linaro.org>
5685
5686 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
5687 (testcase_ftype): New.
5688 (testcases): New array.
5689 (n_testcases): New.
5690 (main): Call each element in testcases.
5691 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
5692 (read_testcase): New.
5693 Do the tests in a loop.
5694
5695 2016-02-25 Yao Qi <yao.qi@linaro.org>
5696
5697 * gdb.base/branches.c: Remove.
5698
5699 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
5700
5701 PR gdb/13808
5702 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
5703
5704 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
5705
5706 * gdb.trace/ftrace.exp: Remove unnecessary target check.
5707
5708 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
5709
5710 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
5711 change x86_64 call_insn to 'callq'.
5712
5713 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
5714
5715 * gdb.trace/tfile-avx.c: Move to...
5716 * gdb.trace/tracefile-pseudo-reg.c: Here.
5717 * gdb.trace/tfile-avx.exp: Move to...
5718 * gdb.trace/tracefile-pseudo-reg.exp: Here.
5719
5720 2016-02-24 Gary Benson <gbenson@redhat.com>
5721
5722 * gdb.base/attach-pie-noexec.exp: Do not expect an error
5723 message on attach.
5724
5725 2016-02-23 Doug Evans <dje@google.com>
5726
5727 * gdb.base/skip.c (test_skip): New function.
5728 (end_test_skip_file_and_function): New function.
5729 (test_skip_file_and_function): New function.
5730 * gdb.base/skip1.c (test_skip): New function.
5731 (skip1_test_skip_file_and_function): New function.
5732 * gdb.base/skip.exp: Add tests for new skip options.
5733 * gdb.base/skip-solib.exp: Update expected output.
5734 * gdb.perf/skip-command.cc: New file.
5735 * gdb.perf/skip-command.exp: New file.
5736 * gdb.perf/skip-command.py: New file.
5737
5738 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
5739
5740 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
5741 info registers pattern.
5742
5743 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
5744
5745 * lib/future.exp: Add D support.
5746 (gdb_find_gdc): New proc.
5747 (gdb_default_target_compile): Add D support.
5748
5749 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
5750
5751 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
5752 user+system time.
5753 (trace_speed_test): Determine the iteration count for a time
5754 between 15..30 seconds.
5755
5756 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
5757
5758 * gdb.arch/i386-mpx-sigsegv.c: New file.
5759 * gdb.arch/i386-mpx-sigsegv.exp: New file.
5760 * gdb.arch/i386-mpx-simple_segv.c: New file.
5761 * gdb.arch/i386-mpx-simple_segv.exp: New file.
5762
5763 2016-02-18 Yao Qi <yao.qi@linaro.org>
5764
5765 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
5766 Don't call setup_kfail.
5767
5768 2016-02-18 Yao Qi <yao.qi@linaro.org>
5769
5770 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
5771 Set "set breakpoint condition-evaluation" per $cond_bp_target.
5772
5773 2016-02-16 Doug Evans <dje@google.com>
5774
5775 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
5776 * gdb.base/skip1.c: Ditto.
5777 * gdb.base/skip.exp: Whitespace cleanup.
5778
5779 2016-02-16 Don Breazeal <donb@codesourcery.com>
5780
5781 PR remote/19496
5782 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
5783 Remove kfail for PR remote/19496.
5784
5785 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
5786
5787 * lib/gdb.exp (standard_temp_file): Return a path specific to
5788 the runtest invocation.
5789
5790 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
5791
5792 * gdb.trace/save-trace.exp: Change relative path to be in the
5793 standard output directory.
5794
5795 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5796
5797 * gdb.arch/i386-prologue.c: Add missing prototypes.
5798
5799 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5800
5801 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
5802 * gdb.arch/i386-prologue.exp: Likewise.
5803 * gdb.arch/i386-size.exp: Likewise.
5804
5805 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
5806
5807 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
5808 define object file path.
5809 * gdb.btrace/gcore.exp: Use standard_output_file to define core
5810 file path.
5811 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
5812 standard_output_file to define binfile.
5813
5814 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5815
5816 Fix compatibility with recent gfortran-5.3.1.
5817 * gdb.fortran/vla-history.exp (print vla1 allocated)
5818 (print vla2 allocated, print $2, print $3): Remove
5819 (print $4): Rename to ...
5820 (print $2): ... here.
5821 (print $9): Rename to ...
5822 (print $5): ... here.
5823 (print $10): Rename to ...
5824 (print $6): ... here.
5825 * gdb.fortran/vla.f90: Add pvla initialization.
5826
5827 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5828
5829 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
5830 New test.
5831 * gdb.fortran/vla-value-sub.exp: Likewise.
5832
5833 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
5834
5835 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
5836
5837 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
5838
5839 * i386-biarch-core.exp: Define corefile using
5840 standard_output_file.
5841
5842 2016-02-12 Yao Qi <yao.qi@linaro.org>
5843
5844 * gdb.arch/arm-single-step-kernel-helper.c: New.
5845 * gdb.arch/arm-single-step-kernel-helper.exp: New.
5846
5847 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
5848
5849 * gdb.btrace/tailcall-only.exp: New.
5850 * gdb.btrace/tailcall-only.c: New.
5851 * gdb.btrace/x86_64-tailcall-only.S: New.
5852 * gdb.btrace/i686-tailcall-only.S: New.
5853
5854 2016-02-11 Pedro Alves <palves@redhat.com>
5855
5856 * README (Parallel testing): Add missing double quotes.
5857
5858 2016-02-11 Pedro Alves <palves@redhat.com>
5859
5860 * README (Parallel testing): New section.
5861 (GDB_PARALLEL): Rewrite.
5862 (FORCE_PARALLEL): Document.
5863
5864 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
5865
5866 * gdb.trace/tfile-avx.c: New test.
5867 * gdb.trace/tfile-avx.exp: New test.
5868
5869 2016-02-09 Keith Seitz <keiths@redhat.com>
5870
5871 PR breakpoints/19546
5872 * gdb.base/infcall-exec.c: New file.
5873 * gdb.base/infcall-exec2.c: New file.
5874 * gdb.base/infcall-exec.exp: New file.
5875
5876 2016-02-09 Keith Seitz <keiths@redhat.com>
5877
5878 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
5879 (toplevel): Call test_bkpt_address.
5880
5881 2016-02-09 Keith Seitz <keiths@redhat.com>
5882
5883 PR python/19506
5884 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
5885 (toplevel): Call test_bkpt_address.
5886
5887 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
5888
5889 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
5890 to AC_OUTPUT.
5891 * configure: Regenerate.
5892
5893 2016-02-09 Pedro Alves <palves@redhat.com>
5894
5895 PR breakpoints/19548
5896 * gdb.base/execl-update-breakpoints.c (some_function): New
5897 function.
5898 (main): Call it.
5899 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
5900 Tighten expected GDB output.
5901
5902 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
5903
5904 * Makefile.in (ALL_SUBDIRS): Remove.
5905 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
5906 (distclean maintainer-clean realclean): Likewise.
5907 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
5908 * configure: Regenerate.
5909 * gdb.ada/Makefile.in: Delete.
5910 * gdb.arch/Makefile.in: Likewise.
5911 * gdb.asm/Makefile.in: Likewise.
5912 * gdb.base/Makefile.in: Likewise.
5913 * gdb.btrace/Makefile.in: Likewise.
5914 * gdb.cell/Makefile.in: Likewise.
5915 * gdb.compile/Makefile.in: Likewise.
5916 * gdb.cp/Makefile.in: Likewise.
5917 * gdb.disasm/Makefile.in: Likewise.
5918 * gdb.dlang/Makefile.in: Likewise.
5919 * gdb.dwarf2/Makefile.in: Likewise.
5920 * gdb.fortran/Makefile.in: Likewise.
5921 * gdb.gdb/Makefile.in: Likewise.
5922 * gdb.go/Makefile.in: Likewise.
5923 * gdb.guile/Makefile.in: Likewise.
5924 * gdb.java/Makefile.in: Likewise.
5925 * gdb.linespec/Makefile.in: Likewise.
5926 * gdb.mi/Makefile.in: Likewise.
5927 * gdb.modula2/Makefile.in: Likewise.
5928 * gdb.multi/Makefile.in: Likewise.
5929 * gdb.objc/Makefile.in: Likewise.
5930 * gdb.opencl/Makefile.in: Likewise.
5931 * gdb.opt/Makefile.in: Likewise.
5932 * gdb.pascal/Makefile.in: Likewise.
5933 * gdb.perf/Makefile.in: Likewise.
5934 * gdb.python/Makefile.in: Likewise.
5935 * gdb.reverse/Makefile.in: Likewise.
5936 * gdb.server/Makefile.in: Likewise.
5937 * gdb.stabs/Makefile.in: Likewise.
5938 * gdb.threads/Makefile.in: Likewise.
5939 * gdb.trace/Makefile.in: Likewise.
5940 * gdb.xml/Makefile.in: Likewise.
5941 * lib/gdb.exp (make_gdb_parallel_path): Add check for
5942 GDB_PARALLEL.
5943 (standard_output_file): Remove check for GDB_PARALLEL, always
5944 return path in outputs/$subdir/$testname.
5945
5946 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
5947
5948 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
5949 (site.exp): Assign abs_srcdir to tcl's srcdir.
5950
5951 2016-02-04 Yao Qi <yao.qi@linaro.org>
5952
5953 * gdb.base/foll-exec-mode.c: Include limits.h.
5954 (main): Add parameters argc and argv. Get directory from
5955 argv[0].
5956 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
5957 compilation.
5958 * gdb.base/foll-exec.c: Include limits.h.
5959 (main): Add parameters argc and argv.
5960 Get directory from argv[0].
5961 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
5962 Adjust tests on the number of lines as source code changed.
5963 * gdb.base/foll-vfork-exit.c: Include limits.h.
5964 (main): Add one line of statement before vfork.
5965 * gdb.base/foll-vfork.c: Include limits.h and string.h.
5966 (main): Add parameters argc and argv. Get directory from
5967 argv[0].
5968 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
5969 (setup_gdb): Set tbreak to skip some source lines.
5970 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
5971 (main): Add parameters argc and argv. Get directory from
5972 argv[0].
5973 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
5974 compilation.
5975 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
5976 (main): Add parameters argc and argv. Get directory from
5977 argv[0].
5978 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
5979 compilation.
5980
5981 2016-02-01 Doug Evans <dje@google.com>
5982
5983 * gdb.base/skip.exp: Clean up multiple references to same test name.
5984
5985 2016-02-01 Pedro Alves <palves@redhat.com>
5986
5987 PR remote/19496
5988 * gdb.threads/forking-threads-plus-breakpoint.exp
5989 (displaced_stepping_supported): New global.
5990 (probe_displaced_stepping_support): New procedure.
5991 (do_test): Add 'displaced' parameter, and use it.
5992 (top level): Check for displaced stepping support. Add displaced
5993 stepping on/off testing axis.
5994
5995 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
5996
5997 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
5998 pointer. Don't perform further tests on the unassociated pointer
5999 if the first test fails.
6000
6001 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6002
6003 * gdb.base/max-value-size.c: New file.
6004 * gdb.base/max-value-size.exp: New file.
6005 * gdb.base/huge.exp: Disable max-value-size for this test.
6006
6007 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
6008
6009 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6010
6011 2016-01-28 Yao Qi <yao.qi@linaro.org>
6012
6013 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
6014
6015 2016-01-25 Pedro Alves <palves@redhat.com>
6016
6017 PR threads/19461
6018 * gdb.base/fork-running-state.c: New file.
6019 * gdb.base/fork-running-state.exp: New file.
6020
6021 2016-01-25 Pedro Alves <palves@redhat.com>
6022
6023 PR gdb/19494
6024 * gdb.base/catch-fork-kill.c: New file.
6025 * gdb.base/catch-fork-kill.exp: New file.
6026
6027 2016-01-25 Pedro Alves <palves@redhat.com>
6028
6029 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
6030 Delete, moved to lib/gdb.exp.
6031 * gdb.threads/forking-threads-plus-breakpoint.exp
6032 (foreach_with_prefix): Likewise.
6033 * gdb.threads/process-dies-while-handling-bp.exp
6034 (foreach_with_prefix): Likewise.
6035 * lib/gdb.exp (foreach_with_prefix): New procedure.
6036
6037 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
6038
6039 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
6040 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
6041
6042 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
6043
6044 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
6045 endian targets.
6046
6047 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6048 Pedro Alves <palves@redhat.com>
6049
6050 Fix testsuite compatibility with Guile.
6051 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
6052 number.
6053
6054 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6055
6056 Fix testsuite compatibility with Guile.
6057 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
6058 (thread 1): New test for backtrace through signal handler.
6059
6060 2016-01-22 Yao Qi <yao.qi@linaro.org>
6061
6062 PR testsuite/19491
6063 * gdb.base/multi-forks.c: Include
6064 ../lib/unbuffer_output.c
6065 (main): Call gdb_unbuffer_output.
6066
6067 2016-01-21 Doug Evans <dje@google.com>
6068
6069 * lib/ada.exp (gdb_compile_ada): Fix typo.
6070
6071 2016-01-21 Joel Brobecker <brobecker@adacore.com>
6072
6073 * gdb.base/break-fun-addr.exp: New file.
6074 * gdb.base/break-fun-addr1.c: New file.
6075 * gdb.base/break-fun-addr2.c: New file.
6076
6077 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
6078
6079 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
6080 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
6081 enum flag values.
6082
6083 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6084
6085 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
6086 when GDB can not set the vector return value. Add more comments
6087 for clarification.
6088
6089 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
6090
6091 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
6092 command.
6093
6094 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6095
6096 * Makefile.in (DO_RUNTEST): Add --status and update usages.
6097
6098 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6099
6100 * Makefile.in (check-single): Pass --status to runtest.
6101 (check/%.exp): Likewise.
6102
6103 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6104
6105 * Makefile.in (check-parallel): Propagate return code from make
6106 do-check-parallel.
6107
6108 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
6109
6110 * gdb.trace/ftrace.exp: Fix expected message on continue.
6111 * gdb.trace/pending.exp: Fix expected message on continue.
6112 * gdb.trace/trace-break.exp: Fix expected message on continue.
6113
6114 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
6115
6116 * lib/gdb.exp (gdb_test): Remove unused global references.
6117
6118 2016-01-18 Pedro Alves <palves@redhat.com>
6119
6120 * gdb.base/async-shell.exp: Adjust expected output.
6121 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
6122 * gdb.base/siginfo-thread.exp: Adjust expected output.
6123 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
6124 * gdb.java/jnpe.exp: Adjust expected output.
6125 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
6126 * gdb.threads/continue-pending-status.exp: Adjust expected output.
6127 * gdb.threads/leader-exit.exp: Adjust expected output.
6128 * gdb.threads/manythreads.exp: Adjust expected output.
6129 * gdb.threads/pthreads.exp: Adjust expected output.
6130 * gdb.threads/schedlock.exp: Adjust expected output.
6131 * gdb.threads/siginfo-threads.exp: Adjust expected output.
6132 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
6133 expected output.
6134 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
6135 output.
6136 * gdb.threads/sigthread.exp: Adjust expected output.
6137 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
6138
6139 2016-01-18 Yao Qi <yao.qi@linaro.org>
6140
6141 * gdb.guile/scm-section-script.c: Replace @progbits with
6142 %progbits.
6143 * gdb.python/py-section-script.c: Likewise.
6144
6145 2016-01-15 Pedro Alves <palves@redhat.com>
6146
6147 * gdb.multi/tids.exp: Test star wildcard ranges.
6148
6149 2016-01-15 Pedro Alves <palves@redhat.com>
6150
6151 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
6152 command from "thread apply" invocation.
6153 (thr_apply_info_thr_invalid): Default the expected output to the
6154 input tid list.
6155 (top level): Add tests that use convenience variables. Add tests
6156 for "thread apply" with a valid TID list, but missing the command.
6157
6158 2016-01-13 Pedro Alves <palves@redhat.com>
6159
6160 * gdb.base/default.exp: Expect $_gthread as well.
6161 * gdb.multi/tids.exp: Test $_gthread.
6162 * gdb.threads/thread-specific.exp: Test $_gthread.
6163
6164 2016-01-13 Pedro Alves <palves@redhat.com>
6165
6166 * gdb.multi/tids.exp: Test "info threads -gid".
6167
6168 2016-01-13 Pedro Alves <palves@redhat.com>
6169
6170 * gdb.multi/tids.exp: Test InferiorThread.global_num and
6171 Breakpoint.thread.
6172 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
6173
6174 2016-01-07 Pedro Alves <palves@redhat.com>
6175
6176 * gdb.base/break.exp: Adjust to output changes.
6177 * gdb.base/hbreak2.exp: Likewise.
6178 * gdb.base/sepdebug.exp: Likewise.
6179 * gdb.base/watch_thread_num.exp: Likewise.
6180 * gdb.linespec/keywords.exp: Likewise.
6181 * gdb.multi/info-threads.exp: Likewise.
6182 * gdb.threads/thread-find.exp: Likewise.
6183 * gdb.multi/tids.c: New file.
6184 * gdb.multi/tids.exp: New file.
6185
6186 2016-01-13 Pedro Alves <palves@redhat.com>
6187
6188 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
6189
6190 2016-01-13 Pedro Alves <palves@redhat.com>
6191
6192 * gdb.base/default.exp: Expect $_inferior as well.
6193 * gdb.multi/base.exp: Test $_inferior.
6194
6195 2016-01-13 Pedro Alves <palves@redhat.com>
6196
6197 PR breakpoints/19388
6198 * gdb.base/catch-signal-siginfo-cond.c: New file.
6199 * gdb.base/catch-signal-siginfo-cond.exp: New file.
6200
6201 2016-01-12 Josh Stone <jistone@redhat.com>
6202 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6203
6204 * gdb.base/catch-syscall.c (do_execve): New variable.
6205 (main): Conditionally trigger an execve.
6206 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
6207 (test_catch_syscall_execve): New, check entry/return across execve.
6208 (do_syscall_tests): Call test_catch_syscall_execve.
6209
6210 2016-01-12 Pedro Alves <palves@redhat.com>
6211
6212 * gdb.base/random-signal.exp (do_test): New procedure, with body
6213 of testcase moved in.
6214
6215 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6216 Pedro Alves <palves@redhat.com>
6217
6218 * gdb.base/funcargs.exp (finish from indirectly called function):
6219 Reintroduce the case for 'First'.
6220
6221 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6222 Pedro Alves <palves@redhat.com>
6223
6224 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
6225 (tcatch_vfork_then_child_follow_exec)
6226 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
6227 identification.
6228
6229 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6230
6231 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
6232 and repeats to unlimited.
6233 * gdb.python/py-value.exp: Likewise.
6234 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
6235 and repeats to unlimited.
6236
6237 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6238
6239 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
6240 and reordering the functions.
6241 * gdb.multi/hangout.c: Likewise.
6242 * gdb.multi/hello.c: Likewise.
6243
6244 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
6245
6246 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
6247 absolute.
6248 (SingleStatisticTestResult.report): Use dict.keys instead of
6249 dict.iterkeys.
6250
6251 2016-01-06 Pedro Alves <palves@redhat.com>
6252
6253 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
6254
6255 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
6256
6257 * gdb.btrace/dlopen.exp: New.
6258 * gdb.btrace/dlopen.c: New.
6259 * gdb.btrace/dlopen-dso.c: New.
6260
6261 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
6262
6263 * lib/gdb.exp (gdb_test): Update comments to clarify that the
6264 PATTERN argument is optional.
6265
6266 2015-12-24 Joel Brobecker <brobecker@adacore.com>
6267
6268 * lib/ada.exp (target_compile_ada_from_dir): New function.
6269 (gdb_compile_ada): Reimplement avoiding the use of project files.
6270 * gdb.ada/gnat_ada.gpr: Delete.
6271 * gdb.ada/cond_lang.exp: Adjust test to make path before
6272 filename optional.
6273 * gdb.ada/small_reg_param.exp: Likewise.
6274
6275 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
6276
6277 * gdb.base/foll-vork.exp: Remove HP-UX special case.
6278
6279 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
6280
6281 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
6282 case.
6283
6284 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
6285
6286 * gdb.base/break.exp: Remove dead code.
6287 * gdb.base/sepdebug.exp: Likewise.
6288
6289 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
6290
6291 * gdb.asm/asm-source.exp: Remove HP-UX references.
6292 * gdb.base/annota1.exp: Likewise.
6293 * gdb.base/annota3.exp: Likewise.
6294 * gdb.base/attach.exp: Likewise.
6295 * gdb.base/bigcore.exp: Likewise.
6296 * gdb.base/break.exp: Likewise.
6297 * gdb.base/call-ar-st.exp: Likewise.
6298 * gdb.base/callfuncs.exp: Likewise.
6299 * gdb.base/catch-fork-static.exp: Likewise.
6300 * gdb.base/display.exp: Likewise.
6301 * gdb.base/foll-exec-mode.exp: Likewise.
6302 * gdb.base/foll-exec.exp: Likewise.
6303 * gdb.base/foll-fork.exp: Likewise.
6304 * gdb.base/foll-vfork.exp: Likewise.
6305 * gdb.base/funcargs.exp: Likewise.
6306 * gdb.base/hbreak2.exp: Likewise.
6307 * gdb.base/inferior-died.exp: Likewise.
6308 * gdb.base/interrupt.exp: Likewise.
6309 * gdb.base/multi-forks.exp: Likewise.
6310 * gdb.base/nodebug.exp: Likewise.
6311 * gdb.base/sepdebug.exp: Likewise.
6312 * gdb.base/solib1.c: Likewise.
6313 * gdb.base/step-test.exp: Likewise.
6314 * gdb.mi/non-stop.c: Likewise.
6315 * gdb.mi/pthreads.c: Likewise.
6316 * gdb.multi/bkpt-multi-exec.ex: Likewise.
6317 * gdb.threads/pthreads.c: Likewise.
6318 * gdb.threads/staticthreads.exp: Likewise.
6319 * lib/future.exp: Likewise.
6320 * lib/gdb.exp: Likewise.
6321 * gdb.base/so-indr-cl.c: Remove.
6322 * gdb.base/so-indr-cl.exp: Likewise.
6323 * gdb.base/solib.c: Likewise.
6324 * gdb.base/solib.exp: Likewise.
6325 * gdb.base/solib2.c: Likewise.
6326
6327 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
6328
6329 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
6330 * gdb.base/call-ar-st.exp: Likewise.
6331 * gdb.base/callfuncs.exp: Likewise.
6332 * gdb.base/condbreak.exp: Likewise.
6333 * gdb.base/constvars.exp: Likewise.
6334 * gdb.base/hbreak2.exp: Likewise.
6335 * gdb.base/langs.exp: Likewise.
6336 * gdb.base/list.exp: Likewise.
6337 * gdb.base/long_long.exp: Likewise.
6338 * gdb.base/ptype.exp: Likewise.
6339 * gdb.base/scope.exp: Likewise.
6340 * gdb.base/signals.exp: Likewise.
6341 * gdb.base/so-impl-ld.exp: Likewise.
6342 * gdb.base/varargs.exp: Likewise.
6343 * gdb.base/volatile.exp: Likewise.
6344 * gdb.base/whatis.exp: Likewise.
6345 * gdb.cp/cplusfuncs.exp: Likewise.
6346 * gdb.cp/inherit.exp: Likewise.
6347 * gdb.cp/local.exp: Likewise.
6348 * gdb.cp/member-ptr.exp: Likewise.
6349 * gdb.cp/method.exp: Likewise.
6350 * gdb.cp/overload.exp: Likewise.
6351 * gdb.cp/templates.exp: Likewise.
6352 * gdb.stabs/weird.exp: Likewise.
6353 * lib/compiler.c: Likewise.
6354 * lib/compiler.cc: Likewise.
6355 * lib/cp-support.exp: Likewise.
6356 * lib/gdb.exp: Likewise.
6357
6358 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
6359
6360 * configure.ac: Remove HP-UX case.
6361 * configure: Regenerate.
6362
6363 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
6364
6365 * lib/gdb.exp (gdb_compile): Add function doc.
6366
6367 2015-12-17 Pedro Alves <palves@redhat.com>
6368
6369 PR threads/19354
6370 * gdb.multi/info-threads.exp: New file.
6371
6372 2015-12-15 Yao Qi <yao.qi@linaro.org>
6373
6374 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
6375 is aarch64*-*-*.
6376
6377 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6378
6379 * gdb.base/history-duplicates.exp: Skip if no readline support.
6380
6381 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6382
6383 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
6384
6385 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6386
6387 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
6388
6389 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6390
6391 * gdb.base/completion.exp: Skip tests that interrupt GDB with
6392 ctrl-C if nointerrupts target property is set.
6393 * gdb.base/double-prompt-target-event-error.exp: Likewise.
6394 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
6395 * gdb.base/paginate-bg-execution.exp: Likewise.
6396 * gdb.base/paginate-execution-startup.exp: Likewise.
6397 * gdb.base/random-signal.exp: Likewise.
6398 * gdb.base/range-stepping.exp: Likewise.
6399 * gdb.cp/annota2.exp: Likewise.
6400 * gdb.cp/annota3.exp: Likewise.
6401 * gdb.gdb/selftest.exp: Likewise.
6402 * gdb.threads/continue-pending-status.exp: Likewise.
6403 * gdb.threads/leader-exit.exp: Likewise.
6404 * gdb.threads/manythreads.exp: Likewise.
6405 * gdb.threads/pthreads.exp: Likewise.
6406 * gdb.threads/schedlock.exp: Likewise.
6407 * gdb.threads/sigthread.exp: Likewise.
6408
6409 2015-12-11 Don Breazeal <donb@codesourcery.com>
6410
6411 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
6412 remote.
6413 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
6414 * gdb.base/foll-exec.exp (main): Enable for target remote.
6415 * gdb.base/foll-fork.exp (main): Likewise.
6416 * gdb.base/foll-vfork.exp (main): Likewise.
6417 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
6418 (proc continue_to_exit_bp_loc): Use clean_restart.
6419 * gdb.base/pie-execl.exp (main): Disable for target remote.
6420 * gdb.base/watch-vfork.exp (main): Enable for target remote.
6421 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
6422 * gdb.threads/execl.exp (main): Likewise.
6423 * gdb.threads/fork-child-threads.exp (main): Likewise.
6424 * gdb.threads/fork-plus-threads.exp (main): Disable for target
6425 remote.
6426 * gdb.threads/fork-thread-pending.exp (main): Enable for target
6427 remote.
6428 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
6429 pid.tid style ptids, instead of just tid.
6430 * gdb.threads/thread-execl.exp (main): Enable for target remote.
6431 * gdb.threads/watchpoint-fork.exp (main): Likewise.
6432 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
6433 ptids, instead of just tid.
6434
6435 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6436
6437 * gdb.base/list.exp (test_list_forward): Add end of file error
6438 test.
6439 (test_repeat_list_command): Add end of file error test.
6440 (test_list_backwards): Add beginning of file error test.
6441
6442 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6443
6444 * gdb.base/list.exp (test_list_invalid_args): New function,
6445 defined, and called.
6446
6447 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6448
6449 * gdb.base/list.exp (test_list): Make test names unique.
6450
6451 2015-12-11 Yao Qi <yao.qi@linaro.org>
6452
6453 * gdb.base/coremaker2.c: Remove.
6454
6455 2015-12-10 Pedro Alves <palves@redhat.com>
6456
6457 * gdb.multi/base.exp: Remove stale "spaces" references.
6458
6459 2015-12-10 Pedro Alves <palves@redhat.com>
6460
6461 * gdb.multi/base.exp: Don't use nowarnings.
6462 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
6463 * gdb.multi/hangout.c: Include stdio.h.
6464 * gdb.multi/hello.c: Include stdlib.h.
6465 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
6466 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
6467 * gdb.multi/multi-arch.exp: Don't use nowarnings.
6468
6469 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
6470
6471 * gdb.dwarf2/dw2-ranges-base.c: New file.
6472 * gdb.dwarf2/dw2-ranges-base.exp: New file.
6473 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
6474 support additional line table, and debug ranges generation.
6475 (Dwarf::ranges): New function, generate .debug_ranges.
6476 (Dwarf::lines): Support generating simple line table programs.
6477 (Dwarf::assemble): Initialise new namespace variables.
6478
6479 2015-12-09 Kevin Buettner <kevinb@redhat.com>
6480
6481 * gdb.base/async.exp (proc test_background): Add case for
6482 asynchronous execution not supported.
6483
6484 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
6485
6486 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
6487 format and change test names to make them unique.
6488
6489 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
6490 Pedro Alves <pedro@redhat.com>
6491
6492 PR gdb/18702
6493 Add checking of floatformats setup on x86_64 hosts.
6494 * gdb.arch/i386-float.S (main): Load bigval and smallval.
6495 (smallval, bigval): New labels/constants.
6496 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
6497 float" after loading bigval and smallval.
6498
6499 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
6500
6501 * gdb.ada/fun_overload_menu.exp: New testcase.
6502 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
6503
6504 2015-12-04 Josh Stone <jistone@redhat.com>
6505
6506 * gdb.base/catch-fork-static.exp: New.
6507
6508 2015-12-03 Yao Qi <yao.qi@linaro.org>
6509
6510 * gdb.base/sizeof.c: Don't include stdio.h and
6511 ../lib/unbuffer_output.c.
6512 (main): New variable 'size' and 'value'. Remove printf and
6513 gdb_unbuffer_output. Assign return value to size and value.
6514 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
6515 at the beginning.
6516 (check_sizeof): Check the result by printing variable 'size'.
6517 (check_valueof): Check the result by printing variable 'value'.
6518
6519 2015-12-01 Yao Qi <yao.qi@linaro.org>
6520
6521 * gdb.base/disp-step-syscall.exp: Define syscall instruction
6522 for aarch64*-*-linux* target.
6523
6524 2015-11-30 Pedro Alves <palves@redhat.com>
6525
6526 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
6527
6528 2015-11-30 Pedro Alves <palves@redhat.com>
6529
6530 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
6531 Handle non-stop mode vCont replies.
6532
6533 2015-11-30 Pedro Alves <palves@redhat.com>
6534
6535 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
6536 prepare_for_testing. Start gdb with "set non-stop on" appended to
6537 GDBFLAGS. Lax expected stop output.
6538
6539 2015-11-27 Yao Qi <yao.qi@linaro.org>
6540
6541 * gdb.arch/arm-neon.exp: New.
6542 * gdb.arch/arm-neon.c: New.
6543
6544 2015-11-27 Yao Qi <yao.qi@linaro.org>
6545
6546 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
6547
6548 2015-11-27 Yao Qi <yao.qi@linaro.org>
6549
6550 * gdb.cp/annota2.exp: Allow multiple occurrences of the
6551 frames-invalid annotation.
6552
6553 2015-11-27 Yao Qi <yao.qi@linaro.org>
6554
6555 * gdb.cp/annota2.exp: Use ${frames_invalid}.
6556
6557 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
6558
6559 * gdb.threads/names.exp: New file.
6560 * gdb.threads/names.c: New file.
6561 * README: Mention gdb,no_thread_names.
6562
6563 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
6564
6565 PR 19297
6566 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
6567 support" error.
6568
6569 2015-11-24 Pedro Alves <palves@redhat.com>
6570
6571 PR 17539
6572 * gdb.base/display.exp: Expect displays to be sorted in ascending
6573 order. Use multi_line.
6574 * gdb.base/solib-display.exp: Likewise.
6575
6576 2015-11-24 Pedro Alves <palves@redhat.com>
6577
6578 PR 17539
6579 * gdb.base/display.exp: Expect displays to be sorted in ascending
6580 order. Use multi_line.
6581 * gdb.base/solib-display.exp: Likewise.
6582
6583 2015-11-24 Pedro Alves <palves@redhat.com>
6584
6585 PR 17539
6586 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
6587 threads in ascending order.
6588 * gdb.base/foll-fork.exp: Likewise.
6589 * gdb.base/foll-vfork.exp: Likewise.
6590 * gdb.base/multi-forks.exp: Likewise.
6591 * gdb.mi/mi-nonstop.exp: Likewise.
6592 * gdb.mi/mi-nsintrall.exp: Likewise.
6593 * gdb.multi/base.exp: Likewise.
6594 * gdb.multi/multi-arch.exp: Likewise.
6595 * gdb.python/py-inferior.exp: Likewise.
6596 * gdb.threads/break-while-running.exp: Likewise.
6597 * gdb.threads/execl.exp: Likewise.
6598 * gdb.threads/gcore-thread.exp: Likewise.
6599 * gdb.threads/info-threads-cur-sal.exp: Likewise.
6600 * gdb.threads/kill.exp: Likewise.
6601 * gdb.threads/linux-dp.exp: Likewise.
6602 * gdb.threads/multiple-step-overs.exp: Likewise.
6603 * gdb.threads/next-bp-other-thread.exp: Likewise.
6604 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
6605 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
6606 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
6607 * gdb.threads/thread-find.exp: Likewise.
6608 * gdb.threads/tls.exp: Likewise.
6609 * lib/mi-support.exp (mi_reverse_list): Delete.
6610 (mi_check_thread_states): No longer reverse list.
6611
6612 2015-11-24 Pedro Alves <palves@redhat.com>
6613
6614 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
6615 use lowercase.
6616
6617 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
6618
6619 * gdb.trace/actions.c: Include trace-common.h.
6620 (main): Add a location for a fast tracepoint.
6621 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
6622 the normal tracepoints.
6623 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
6624
6625 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
6626
6627 * save-trace.exp: Factor out code to these...
6628 (gdb_save_tracepoints): New.
6629 (gdb_load_tracepoints): New.
6630 (do_save_load_test): New.
6631
6632 2015-11-23 Kevin Buettner <kevinb@redhat.com>
6633
6634 * gdb.base/asmlabel.exp: New test.
6635 * gdb.base/asmlabel.c: New test case.
6636
6637 2015-11-23 Joel Brobecker <brobecker@adacore.com>
6638
6639 * gdb.base/wrong_frame_bt_full-main.c: New file.
6640 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
6641 * gdb.base/wrong_frame_bt_full.exp: New file.
6642
6643 2015-11-23 Joel Brobecker <brobecker@adacore.com>
6644
6645 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
6646
6647 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
6648
6649 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
6650 pstate register when comparing registers values in
6651 sparc64-*-linux-gnu targets to avoid spurious differences.
6652
6653 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
6654
6655 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
6656
6657 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
6658
6659 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
6660 as type argument to gdb_compile.
6661 * gdb.base/nested-subp2.exp: Likewise.
6662 * gdb.base/nested-subp3.exp: Likewise.
6663
6664 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
6665
6666 * lib/dwarf.exp (_note): Fix left shift of negative value.
6667 * gdb.trace/trace-condition.exp: Likewise.
6668
6669 2015-11-13 Yao Qi <yao.qi@linaro.org>
6670
6671 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
6672 comments about d10v.
6673 (test_scalar_returns): Likewise.
6674 * gdb.base/d10v.ld: Remove.
6675 * gdb.base/overlays.exp: Remove the target triplet checking for
6676 d10v-*-*.
6677 * gdb.base/structs.exp (test_struct_returns): Remove the
6678 comments about d10v.
6679 (test_struct_calls): Likewise.
6680
6681 2015-11-13 Yao Qi <yao.qi@linaro.org>
6682
6683 * gdb.base/gnu_vector.exp: Check the return value by "p res".
6684 * gdb.base/gnu_vector.c: Don't include stdio.h.
6685 (main): Don't print res and call add_some_intvecs.
6686
6687 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
6688
6689 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
6690 macro.
6691 (func5): Removed.
6692 (func4): Use FAST_TRACEPOINT_LABEL.
6693 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
6694 macro.
6695 (func): Removed.
6696 (thread_function): Use FAST_TRACEPOINT_LABEL.
6697 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
6698 (func): Remove.
6699 (marker): Use FAST_TRACEPOINT_LABEL.
6700 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
6701 (pendfunc1): Remove.
6702 (pendfunc): Use FAST_TRACEPOINT_LABEL.
6703 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
6704 (foo): Remove.
6705 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
6706 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
6707 macro.
6708 (func): Remove.
6709 (marker): Use FAST_TRACEPOINT_LABEL.
6710 * gdb.trace/trace-common.h: New header.
6711 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
6712 macro.
6713 (func): Remove.
6714 (marker): Use FAST_TRACEPOINT_LABEL.
6715 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
6716 (func): Remove.
6717 (thread_function): Use FAST_TRACEPOINT_LABEL.
6718
6719 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
6720
6721 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
6722 in front.
6723 * gdb.trace/change-loc.exp: Use global pcreg definition.
6724 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
6725 * gdb.trace/entry-values.exp: Use global spreg definition, add $
6726 in front.
6727 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
6728 * gdb.trace/pending.exp: Likewise.
6729 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
6730 * gdb.trace/trace-break.exp: Likewise.
6731 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
6732 in front.
6733 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
6734 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
6735 in front.
6736 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
6737
6738 2015-11-09 Joel Brobecker <brobecker@adacore.com>
6739
6740 * gdb.ada/fin_fun_out: New testcase.
6741
6742 2015-11-07 Kevin Buettner <kevinb@redhat.com>
6743
6744 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
6745 value associated with DW_AT_byte_size.
6746 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
6747 constants for DW_AT_byte_size, DW_AT_lower_bound, and
6748 DW_AT_upper_bound.
6749
6750 2015-11-07 Kevin Buettner <kevinb@redhat.com>
6751
6752 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
6753 (gdb_target_symbol_prefix_flags): Define in terms of _asm
6754 version.
6755 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
6756 gdb.dwarf2/dw2-canonicalize-type.exp,
6757 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
6758 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
6759 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
6760 provided by gdb_target_symbol_prefix_flags_asm.
6761 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
6762 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
6763 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
6764 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
6765 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
6766 macros where needed). Use this macro for symbols which require
6767 the prefix provided by SYMBOL_PREFIX.
6768
6769 2015-11-05 Kevin Buettner <kevinb@redhat.com>
6770
6771 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
6772 New procs.
6773 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
6774 representing expressions, of more than one list element.
6775 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
6776 to prepend linker symbol prefix to f.
6777 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
6778 table_1 and table_2.
6779 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
6780 Likewise, for f and g.
6781 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
6782 for ptr.
6783 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
6784 for main.
6785 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
6786 table_1_ptr and table_2_ptr.
6787
6788 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6789 Joel Brobecker <brobecker@adacore.com>
6790
6791 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
6792
6793 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
6794
6795 * gdb.reverse/s390-mvcle.c: New test.
6796 * gdb.reverse/s390-mvcle.exp: New file.
6797 * lib/gdb.exp: Enable reverse tests on s390*-linux.
6798
6799 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
6800
6801 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
6802
6803 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
6804
6805 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
6806 reaching marker2.
6807 * gdb.reverse/getresuid-reverse.exp: Likewise.
6808 * gdb.reverse/pipe-reverse.exp: Likewise.
6809 * gdb.reverse/readv-reverse.exp: Likewise.
6810 * gdb.reverse/recvmsg-reverse.exp: Likewise.
6811 * gdb.reverse/time-reverse.exp: Likewise.
6812 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
6813
6814 2015-10-30 Yao Qi <yao.qi@linaro.org>
6815
6816 * gdb.threads/wp-replication.c (watch_count_done): Remove.
6817 (empty_cycle): Remove.
6818 (main): Don't call empty_cycle. Don't use watch_count_done.
6819 * gdb.threads/wp-replication.exp: Don't set breakpoint on
6820 empty_cycle. Rewrite the code counting HW watchpoints.
6821
6822 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
6823
6824 * gdb.reverse/fstatat-reverse.c: New test.
6825 * gdb.reverse/fstatat-reverse.exp: New file.
6826 * gdb.reverse/getresuid-reverse.c: New test.
6827 * gdb.reverse/getresuid-reverse.exp: New file.
6828 * gdb.reverse/pipe-reverse.c: New test.
6829 * gdb.reverse/pipe-reverse.exp: New file.
6830 * gdb.reverse/readv-reverse.c: New test.
6831 * gdb.reverse/readv-reverse.exp: New file.
6832 * gdb.reverse/recvmsg-reverse.c: New test.
6833 * gdb.reverse/recvmsg-reverse.exp: New file.
6834 * gdb.reverse/time-reverse.c: New test.
6835 * gdb.reverse/time-reverse.exp: New file.
6836 * gdb.reverse/waitpid-reverse.c: New test.
6837 * gdb.reverse/waitpid-reverse.exp: New file.
6838
6839 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6840
6841 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
6842
6843 2015-10-26 Doug Evans <dje@google.com>
6844
6845 PR symtab/17391
6846 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
6847 * gdb.dwarf2/bad-regnum.c: New file.
6848 * gdb.dwarf2/bad-regnum.exp: New file.
6849
6850 2015-10-26 Doug Evans <dje@google.com>
6851
6852 PR python/18938
6853 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
6854 file.
6855
6856 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6857
6858 * gdb.compile/compile.exp (compile code globalvar): Update expectation
6859 for a change by "Mention language in compile error message".
6860
6861 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
6862
6863 PR python/18073
6864 * gdb.python/py-type.c (C::a_method): New.
6865 (C::a_const_method): New.
6866 (C::a_static_method): New.
6867 (a_function): New.
6868 * gdb.python/py-type.exp (test_fields): Test getting fields
6869 from function and method.
6870
6871 2015-10-21 Keven Boell <keven.boell@intel.com>
6872
6873 * gdb.fortran/vla-alloc-assoc.exp: New file.
6874 * gdb.fortran/vla-datatypes.exp: New file.
6875 * gdb.fortran/vla-datatypes.f90: New file.
6876 * gdb.fortran/vla-history.exp: New file.
6877 * gdb.fortran/vla-ptype-sub.exp: New file.
6878 * gdb.fortran/vla-ptype.exp: New file.
6879 * gdb.fortran/vla-sizeof.exp: New file.
6880 * gdb.fortran/vla-sub.f90: New file.
6881 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
6882 * gdb.fortran/vla-value-sub-finish.exp: New file.
6883 * gdb.fortran/vla-value-sub.exp: New file.
6884 * gdb.fortran/vla-value.exp: New file.
6885 * gdb.fortran/vla-ptr-info.exp: New file.
6886 * gdb.mi/mi-vla-fortran.exp: New file.
6887 * gdb.mi/vla.f90: New file.
6888
6889 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
6890
6891 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
6892 of hardwired timeout value.
6893
6894 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6895 Pedro Alves <palves@redhat.com>
6896
6897 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
6898 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
6899
6900 2015-10-19 Josh Stone <jistone@redhat.com>
6901
6902 * gdb.base/catch-syscall.c: Include <sched.h>.
6903 (unknown_syscall): New variable.
6904 (main): Trigger a vfork and an unknown syscall.
6905 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
6906 (unknown_syscall_number): Likewise.
6907 (check_call_to_syscall): Accept an optional syscall pattern.
6908 (check_return_from_syscall): Likewise.
6909 (check_continue): Likewise.
6910 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
6911 (test_catch_syscall_skipping_return): New test toggling off 'catch
6912 syscall' to step over the syscall return, then toggling back on.
6913 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
6914 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
6915 (do_syscall_tests): Call test_catch_syscall_without_args and
6916 test_catch_syscall_mid_vfork.
6917 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
6918 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
6919
6920 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
6921
6922 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
6923 print g_vE): Add new pass patterns.
6924 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
6925 print various symbol names for vptr fields.
6926
6927 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
6928
6929 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
6930 results.
6931
6932 2015-10-12 Yao Qi <yao.qi@linaro.org>
6933
6934 * gdb.arch/disp-step-insn-reloc.exp: New test case.
6935
6936 2015-10-12 Yao Qi <yao.qi@linaro.org>
6937
6938 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
6939 is aarch64*-*-linux*.
6940
6941 2015-10-12 Yao Qi <yao.qi@linaro.org>
6942
6943 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
6944 (can_relocate_bcond_true): ... it.
6945 (can_relocate_bcond_false): New function.
6946 (foo): Likewise.
6947 (can_relocate_bl): Likewise.
6948 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
6949 can_relocate_bl.
6950
6951 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
6952
6953 * gdb.base/nested-addr.c: New file.
6954 * gdb.base/nested-addr.exp: New testcase.
6955
6956 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
6957
6958 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
6959 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
6960 its output. Ignore the output of "record goto begin" and instead
6961 check that GDB is replaying.
6962
6963 2015-10-09 Pedro Alves <palves@redhat.com>
6964
6965 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
6966 (top level): Use it in the run with no args test.
6967
6968 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
6969
6970 * gdb.dlang/properties.exp: New file.
6971
6972 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
6973
6974 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
6975 whether or not address 0x1000 is mapped on the target.
6976
6977 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
6978
6979 * gdb.python/py-type.exp: Do not run tests if binaries fail to
6980 build.
6981
6982 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
6983
6984 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
6985 instruction-history test.
6986
6987 2015-09-28 Doug Evans <dje@google.com>
6988
6989 * gdb.base/gcore.c (array_func): Add reference to static_array.
6990
6991 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
6992
6993 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
6994 source line.
6995
6996 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
6997
6998 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
6999 short or char as base type.
7000
7001 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
7002
7003 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
7004 to allow any size enum.
7005
7006 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
7007
7008 * gdb.ada/array_ptr_renaming.exp: New testcase.
7009 * gdb.ada/array_ptr_renaming/foo.adb: New file.
7010 * gdb.ada/array_ptr_renaming/pack.ads: New file.
7011
7012 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7013
7014 * gdb.trace/ftrace-lock.c: New file.
7015 * gdb.trace/ftrace-lock.exp: New file.
7016
7017 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7018
7019 * gdb.arch/insn-reloc.c: New file.
7020 * gdb.arch/ftrace-insn-reloc.exp: New file.
7021
7022 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7023
7024 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
7025 instruction.
7026 * gdb.trace/pendshr1.c (pendfunc): Likewise.
7027 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
7028 * gdb.trace/range-stepping.c: Likewise.
7029 * gdb.trace/trace-break.c: Likewise.
7030 * gdb.trace/trace-mt.c (thread_function): Likewise.
7031 * gdb.trace/ftrace.c (marker): Likewise.
7032 * gdb.trace/trace-condition.c (marker): Likewise.
7033 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
7034 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
7035 is_aarch64_target.
7036
7037 2015-09-18 Doug Evans <xdje42@gmail.com>
7038
7039 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
7040 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
7041
7042 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7043
7044 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
7045 the breakpoint.
7046
7047 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7048
7049 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
7050 the pending breakpoint. Remove timeout override for "Run till
7051 MI pending breakpoint on pendfunc3 on thread 2" test.
7052
7053 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7054
7055 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
7056 filename pattern.
7057
7058 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7059
7060 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
7061 in breakpoint filename pattern.
7062
7063 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7064
7065 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
7066
7067 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7068
7069 * gdb.linespec/explicit.exp: Check for readline support for
7070 tab-completion tests. Fix obvious typo.
7071
7072 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7073
7074 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
7075 and replay.
7076
7077 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7078
7079 * gdb.btrace/non-stop.c: New.
7080 * gdb.btrace/non-stop.exp: New.
7081
7082 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
7083 Yao Qi <yao.qi@linaro.org>
7084
7085 * gdb.trace/trace-condition.c: New file.
7086 * gdb.trace/trace-condition.exp: New file.
7087
7088 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
7089
7090 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
7091 for testing bytecode compilation.
7092
7093 2015-09-16 Pedro Alves <palves@redhat.com>
7094 Sandra Loosemore <sandra@codesourcery.com>
7095
7096 * gdb.threads/non-stop-fair-events.c (timeout): New global.
7097 (SECONDS): Redefine.
7098 (main): Call pthread_kill and alarm early.
7099 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
7100 support.
7101 (test): If the target can't hardware step and doesn't support
7102 displaced stepping, increase the timeout.
7103
7104 2015-09-16 Pedro Alves <palves@redhat.com>
7105
7106 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
7107 (enable_debug): New procedures.
7108 (test): Use them. Bail out if waiting for threads fails.
7109 (top level): Bail out if a test fails.
7110
7111 2015-09-16 Yao Qi <yao.qi@linaro.org>
7112
7113 * gdb.asm/asm-source.exp: Set asm-arch for
7114 aarch64*-*-* target.
7115 * gdb.asm/aarch64.inc: New file.
7116
7117 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
7118
7119 * gdb.ada/array_of_variable_length.exp: New testcase.
7120 * gdb.ada/array_of_variable_length/foo.adb: New file.
7121 * gdb.ada/array_of_variable_length/pck.adb: New file.
7122 * gdb.ada/array_of_variable_length/pck.ads: New file.
7123
7124 2015-09-15 Doug Evans <dje@google.com>
7125
7126 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
7127 of function static local variable.
7128
7129 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7130
7131 * gdb.threads/tls-so_extern.exp: New test file.
7132 * gdb.threads/tls-so_extern.c: New test file.
7133 * gdb.threads/tls-so_extern_main.c: New test file.
7134
7135 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7136
7137 * gdb.opt/solib-intra-step-lib.c: New file.
7138 * gdb.opt/solib-intra-step-main.c: New file.
7139 * gdb.opt/solib-intra-step.exp: New file.
7140
7141 2015-09-15 Pedro Alves <palves@redhat.com>
7142
7143 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
7144 gdb_continue_to_breakpoint instead of gdb_test_multiple.
7145
7146 2015-09-14 Pedro Alves <palves@redhat.com>
7147
7148 * gdb.base/hook-stop-continue.c: Delete.
7149 * gdb.base/hook-stop-continue.exp: Delete.
7150 * gdb.base/hook-stop-frame.c: Delete.
7151 * gdb.base/hook-stop-frame.exp: Delete.
7152 * gdb.base/hook-stop.c: New file.
7153 * gdb.base/hook-stop.exp: New file.
7154
7155 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
7156
7157 * gdb.ada/access_to_packed_array.exp: New testcase.
7158 * gdb.ada/access_to_packed_array/foo.adb: New file.
7159 * gdb.ada/access_to_packed_array/pack.adb: New file.
7160 * gdb.ada/access_to_packed_array/pack.ads: New file.
7161
7162 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
7163
7164 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
7165 buffer size test.
7166
7167 2015-09-11 Don Breazeal <donb@codesourcery.com>
7168
7169 * gdb.base/foll-exec.c: Add copyright header. Fix
7170 formatting issues.
7171 * gdb.base/foll-exec.exp (zap_session): Delete proc.
7172 (do_exec_tests): Use clean_restart in place of zap_session,
7173 and for test initialization. Fix formatting issues. Use
7174 fail in place of perror.
7175 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
7176 an expect statement to match an expression with output from
7177 the program under debug.
7178 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
7179 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
7180 * gdb.threads/non-ldr-exc-2.exp: Likewise.
7181 * gdb.threads/non-ldr-exc-3.exp: Likewise.
7182 * gdb.threads/non-ldr-exc-4.exp: Likewise.
7183
7184 2015-09-09 Doug Evans <dje@google.com>
7185
7186 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
7187
7188 2015-09-09 Doug Evans <dje@google.com>
7189
7190 * gdb.base/pie-execl.exp: Fix result test of build_executable.
7191
7192 2015-09-09 Doug Evans <dje@google.com>
7193
7194 * gdb.base/savedregs.exp: Fix typo.
7195
7196 2015-09-09 Pedro Alves <palves@redhat.com>
7197
7198 * gdb.mi/mi-cli.exp: Add CLI finish tests.
7199
7200 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
7201
7202 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
7203 command actually switches threads. Give up on remaining
7204 tests if target fails to stop at breakpoint.
7205
7206 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
7207
7208 * gdb.ada/funcall_char.exp: New testcase.
7209 * gdb.ada/funcall_char/foo.adb: New file.
7210
7211 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
7212
7213 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
7214 expected outputs. Add two testcases for completing ambiguous
7215 functions.
7216 * gdb.ada/complete/aux_pck.adb: New file.
7217 * gdb.ada/complete/aux_pck.ads: New file.
7218 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
7219 Ambiguous_Func functions.
7220 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
7221 * gdb.ada/complete/pck.adb: Likewise.
7222
7223 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
7224
7225 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
7226 failures to run the test program under GDB.
7227
7228 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
7229
7230 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
7231 to C.
7232
7233 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
7234
7235 * gdb.base/run-after-attach.exp: New test file.
7236 * gdb.base/run-after-attach.c: New test file.
7237
7238 2015-08-26 Don Breazeal <donb@codesourcery.com>
7239
7240 * gdb.base/foll-exec-2.c: New test program.
7241 * gdb.base/foll-exec-2.exp: New test.
7242
7243 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
7244
7245 * gdb.base/nested-subp1.exp: New file.
7246 * gdb.base/nested-subp1.c: New file.
7247 * gdb.base/nested-subp2.exp: New file.
7248 * gdb.base/nested-subp2.c: New file.
7249 * gdb.base/nested-subp3.exp: New file.
7250 * gdb.base/nested-subp3.c: New file.
7251
7252 2015-08-24 Pedro Alves <palves@redhat.com>
7253
7254 * gdb.server/connect-without-multi-process.c: New file.
7255 * gdb.server/connect-without-multi-process.exp: New file.
7256
7257 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
7258
7259 * gdb.opt/inline-markers.c: Make z int.
7260
7261 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
7262
7263 * gdb.opt/inline-markers.c: Make z volatile.
7264
7265 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
7266
7267 * gdb.opt/inline-bt.c: New volatile global z.
7268 * gdb.opt/inline-cmds.c: Likewise.
7269 * gdb.opt/inline-locals.c: Likewise.
7270 * gdb.opt/inline-markers.c: New extern global z.
7271 (marker): Use z.
7272 (inline_fn): Likewise.
7273
7274 2015-08-24 Pedro Alves <palves@redhat.com>
7275
7276 * config/m32r-stub.exp: Remove file.
7277 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
7278 * gdb.base/call-rt-st.exp: Likewise.
7279 * gdb.base/call-strs.exp: Likewise.
7280 * gdb.base/default.exp: Remove references to h8300-*-hms and
7281 *-*-udi*.
7282 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
7283
7284 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7285
7286 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
7287 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
7288 and "return" use KFAIL when GDB can not read/write the vector
7289 return value.
7290
7291 2015-08-21 Gary Benson <gbenson@redhat.com>
7292
7293 * gdb.trace/pending.exp: Cope with remote transfer warnings.
7294
7295 2015-08-20 Pedro Alves <palves@redhat.com>
7296
7297 * gdb.server/solib-list.exp: No longer expect an interior stop in
7298 non-stop mode.
7299
7300 2015-08-20 Pedro Alves <palves@redhat.com>
7301
7302 * gdb.server/connect-stopped-target.c: New file.
7303 * gdb.server/connect-stopped-target.exp: New file.
7304
7305 2015-08-20 Pedro Alves <palves@redhat.com>
7306
7307 * gdb.dwarf2/comp-unit-lang.exp: New file.
7308 * gdb.dwarf2/comp-unit-lang.c: New file.
7309
7310 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
7311
7312 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
7313 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
7314
7315 2015-08-19 Kevin Buettner <kevinb@redhat.com>
7316
7317 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
7318 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
7319
7320 2015-08-18 Doug Evans <dje@google.com>
7321 Adrian Sendroiu <adrian.sendroiu@freescale.com>
7322
7323 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
7324 skip_python_tests. New arg prompt_regexp.
7325 (skip_python_tests): New function.
7326 * lib/mi-support.exp (mi_skip_python_tests): New function.
7327 * gdb.python/py-mi-objfile-gdb.py: New file.
7328 * gdb.python/py-mi-objfile.c: New file.
7329 * gdb.python/py-mi-objfile.exp: New file.
7330
7331 2015-08-17 Keith Seitz <keiths@redhat.com>
7332
7333 * gdb.linespec/explicit.exp: Move strace test from here ...
7334 * gdb.trace/strace.exp: ... to here.
7335
7336 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
7337
7338 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
7339 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
7340
7341 2015-08-14 Doug Evans <xdje42@gmail.com>
7342
7343 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
7344 inferior before selecting a new file.
7345
7346 2015-08-14 Doug Evans <xdje42@gmail.com>
7347
7348 * gdb.mi/mi-disassemble.exp: Update.
7349 * gdb.base/disasm-optim.S: New file.
7350 * gdb.base/disasm-optim.c: New file.
7351 * gdb.base/disasm-optim.h: New file.
7352 * gdb.base/disasm-optim.exp: New file.
7353
7354 2015-08-14 Keith Seitz <keiths@redhat.com>
7355
7356 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
7357 "evaluated-by".
7358
7359 2015-08-13 Joel Brobecker <brobecker@adacore.com>
7360
7361 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
7362
7363 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
7364
7365 * gdb.ada/fun_renaming.exp: New testcase.
7366 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
7367 * gdb.ada/fun_renaming/pack.adb: New file.
7368 * gdb.ada/fun_renaming/pack.ads: New file.
7369
7370 2015-08-12 Keith Seitz <keiths@redhat.com>
7371
7372 * gdb.base/dso2dso.exp: Pass basename of source file in call to
7373 gdb_get_line_number.
7374
7375 2015-08-12 Joel Brobecker <brobecker@adacore.com>
7376
7377 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
7378 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
7379 gdb.base/dso2dso.exp: New files.
7380
7381 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
7382 Pedro Alves <palves@redhat.com>
7383 Keith Seitz <keiths@redhat.com>
7384
7385 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
7386 GDBFLAGS.
7387
7388 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
7389
7390 * gdb.base/gdbhistsize-history.exp
7391 (test_histsize_history_setting): Use save_vars.
7392 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7393 Use save_vars.
7394 (test_no_truncation_of_unlimited_history_file): Use save_vars.
7395 * gdb.base/readline.exp: Use save_vars.
7396
7397 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
7398
7399 * lib/gdb.exp (save_vars): New proc.
7400
7401 2015-08-11 Keith Seitz <keiths@redhat.com>
7402
7403 * gdb.base/help.exp: Update help_breakpoint_text.
7404
7405 2015-08-11 Keith Seitz <keiths@redhat.com>
7406
7407 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
7408 (at toplevel): Call test_explicit_breakpoints.
7409 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
7410 breakpoints.
7411 * lib/mi-support.exp (mi_make_breakpoint): Add support for
7412 breakpoint conditions, "-cond".
7413
7414 2015-08-11 Keith Seitz <keiths@redhat.com>
7415
7416 * gdb.linespec/3explicit.c: New file.
7417 * gdb.linespec/cpexplicit.cc: New file.
7418 * gdb.linespec/cpexplicit.exp: New file.
7419 * gdb.linespec/explicit.c: New file.
7420 * gdb.linespec/explicit.exp: New file.
7421 * gdb.linespec/explicit2.c: New file.
7422 * gdb.linespec/ls-errs.exp: Add explicit location tests.
7423 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
7424 before using in the matching pattern.
7425 Clarify that `prefix' is a regular expression.
7426
7427 2015-08-11 Keith Seitz <keiths@redhat.com>
7428
7429 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
7430 test.
7431 Add tests for missing ",FMT" and ",".
7432
7433 2015-08-10 Doug Evans <dje@google.com>
7434 Keith Seitz <keiths@redhat.com>
7435
7436 PR gdb/17960
7437 * gdb.base/completion.exp: Add location completer tests.
7438
7439 2015-08-07 Pedro Alves <palves@redhat.com>
7440
7441 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
7442 tests here.
7443 (top level): Run do_test with and without displaced stepping.
7444
7445 2015-08-07 Pedro Alves <palves@redhat.com>
7446
7447 * gdb.base/valgrind-disp-step.c: New file.
7448 * gdb.base/valgrind-disp-step.exp: New file.
7449
7450 2015-08-07 Pedro Alves <palves@redhat.com>
7451
7452 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
7453 Delete function.
7454 (main): Add alarm. Run an infinite loop instead of calling
7455 wait_threads.
7456 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
7457 comment.
7458 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
7459 Delete function.
7460 (main): Add alarm. Run an infinite loop instead of calling
7461 wait_threads.
7462 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
7463 comment.
7464
7465 2015-08-07 Pedro Alves <palves@redhat.com>
7466
7467 * gdb.base/checkpoint-ns.exp: New file.
7468 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
7469 standard_testfile.
7470
7471 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
7472
7473 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
7474 * gdb.btrace/instruction_history.exp: Update.
7475 * gdb.btrace/tsx.exp: New.
7476 * gdb.btrace/tsx.c: New.
7477
7478 2015-08-06 Pedro Alves <palves@redhat.com>
7479
7480 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
7481 increase timeout.
7482 * gdb.reverse/until-precsave.exp: Bump timeouts.
7483
7484 2015-08-06 Pedro Alves <palves@redhat.com>
7485
7486 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
7487
7488 2015-08-06 Pedro Alves <palves@redhat.com>
7489
7490 PR gdb/18749
7491 * gdb.threads/process-dies-while-handling-bp.c: New file.
7492 * gdb.threads/process-dies-while-handling-bp.exp: New file.
7493
7494 2015-08-06 Pedro Alves <palves@redhat.com>
7495
7496 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
7497 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
7498
7499 2015-08-05 Pedro Alves <palves@redhat.com>
7500
7501 * gdb.threads/next-while-other-thread-longjmps.c: New file.
7502 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
7503
7504 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
7505
7506 * gdb.base/bp-permanent.exp: Report test as unsupported if
7507 the target cannot stop at the permanent breakpoint.
7508
7509 2015-08-03 Doug Evans <dje@google.com>
7510
7511 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
7512 10000.
7513
7514 2015-08-03 Doug Evans <dje@google.com>
7515
7516 * Makefile.in (workers/%.worker, build-perf): New rule.
7517 (GDB_PERFTEST_MODE): New variable.
7518 (check-perf): Use it.
7519 (clean): Clean up gdb.perf parallel build subdirs.
7520 * lib/build-piece.exp: New file.
7521 * lib/gdb.exp (make_gdb_parallel_path): New function
7522 (standard_output_file, standard_temp_file): Call it.
7523 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
7524 of $GDB_PARALLEL.
7525 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
7526
7527 2015-08-03 Doug Evans <dje@google.com>
7528
7529 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
7530 (LOG_FILE_NAME): New global.
7531 (TextReporter.__init__): Initialize self.txt_sum.
7532 (TextReporter.report): Add support for multiple data-points.
7533 Move report to perftest.sum, put raw data in perftest.log.
7534 (TextReporter.start): Open sum and log files.
7535 (TextReporter.end): Close sum and log files.
7536 * gdb.perf/lib/perftest/testresult.py
7537 (SingleStatisticTestResult.record): Handle multiple data-points.
7538
7539 2015-07-31 Pedro Alves <palves@redhat.com>
7540
7541 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
7542 Use spawn_id_get_pid. Wait for spawn id after eof. Use
7543 kill_wait_spawned_process instead of explicit "kill -9".
7544 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
7545 returning a spawn id instead of a pid. Use spawn_id_get_pid and
7546 kill_wait_spawned_process.
7547 * gdb.base/attach-twice.exp: Likewise.
7548 * gdb.base/attach.exp: Likewise.
7549 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
7550 gdb_test_multiple.
7551 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
7552 returning a spawn id instead of a pid. Use spawn_id_get_pid and
7553 kill_wait_spawned_process.
7554 * gdb.base/valgrind-infcall.exp: Likewise.
7555 * gdb.multi/multi-attach.exp: Likewise.
7556 * gdb.python/py-prompt.exp: Likewise.
7557 * gdb.python/py-sync-interp.exp: Likewise.
7558 * gdb.server/ext-attach.exp: Likewise.
7559 * gdb.threads/attach-into-signal.exp (corefunc): Use
7560 spawn_wait_for_attach, spawn_id_get_pid and
7561 kill_wait_spawned_process.
7562 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
7563 spawn_wait_for_attach returning a spawn id instead of a pid. Use
7564 spawn_id_get_pid and kill_wait_spawned_process.
7565 * gdb.threads/attach-stopped.exp (corefunc): Use
7566 spawn_wait_for_attach, spawn_id_get_pid and
7567 kill_wait_spawned_process.
7568 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
7569 Use spawn_id_get_pid. Wait for spawn id after eof. Use
7570 kill_wait_spawned_process instead of explicit "kill -9".
7571 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
7572 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
7573 (spawn_wait_for_attach): Use spawn instead of exec to spawn
7574 processes. Don't map cygwin/windows pids here. Now returns a
7575 spawn id list.
7576
7577 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
7578
7579 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
7580 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
7581 correct patch.
7582
7583 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
7584
7585 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
7586
7587 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
7588
7589 Reapply:
7590 2014-05-21 Mark Wielaard <mjw@redhat.com>
7591
7592 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
7593
7594 2015-07-30 Pedro Alves <palves@redhat.com>
7595
7596 * linux-low.c (handle_extended_wait): Set the child's last
7597 reported status to TARGET_WAITKIND_STOPPED.
7598
7599 2015-07-30 Pedro Alves <palves@redhat.com>
7600
7601 PR threads/18600
7602 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
7603 only shows inferior 1.
7604
7605 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
7606 Pedro Alves <palves@redhat.com>
7607
7608 PR threads/18600
7609 * gdb.threads/fork-plus-threads.c: New file.
7610 * gdb.threads/fork-plus-threads.exp: New file.
7611
7612 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7613
7614 * gdb.base/batch-preserve-term-settings.exp
7615 (test_terminal_settings_preserved_after_cli_exit): Use
7616 send_quit_command.
7617
7618 2015-07-29 Pedro Alves <palves@redhat.com>
7619 Don Breazeal <donb@codesourcery.com>
7620
7621 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
7622 output from both inferior_spawn_id and gdb_spawn_id.
7623
7624 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
7625
7626 * gdb.threads/attach-into-signal.exp (corefunc): Use
7627 with_test_prefix on nested loops, uniquefying the test messages.
7628
7629 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
7630
7631 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
7632 commit.
7633
7634 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7635
7636 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
7637 New proc.
7638 (test_terminal_settings_preserved_after_sigterm): New test.
7639
7640 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7641
7642 * gdb.base/batch-preserve-term-settings.exp
7643 (test_terminal_settings_preserved_after_cli_exit): New test.
7644
7645 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7646
7647 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
7648 manipulation of saved_gdbflags.
7649 (test_terminal_settings_preserved): Remove global declaration of
7650 the unused variable pagination_prompt. Remove manipulation of
7651 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
7652 GDBFLAGS.
7653
7654 2015-07-29 Pedro Alves <palves@redhat.com>
7655
7656 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
7657
7658 2015-07-29 Pedro Alves <palves@redhat.com>
7659
7660 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
7661 at the top.
7662
7663 2015-07-29 Pedro Alves <palves@redhat.com>
7664
7665 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
7666 (main): Call gdb_unbuffer_output.
7667 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
7668 (main): Call gdb_unbuffer_output.
7669 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
7670 (main): Call gdb_unbuffer_output.
7671 * gdb.base/call-strs.exp: Adjust to step over the
7672 gdb_unbuffer_output call.
7673 * gdb.base/catch-gdb-caused-signals.c: Include
7674 "../lib/unbuffer_output.c".
7675 (main): Call gdb_unbuffer_output.
7676 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
7677 (main): Call gdb_unbuffer_output.
7678 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
7679 (main): Call gdb_unbuffer_output.
7680 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
7681 (main): Call gdb_unbuffer_output.
7682 * gdb.base/shlib-call.exp: Adjust to step over the
7683 gdb_unbuffer_output call.
7684 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
7685 (main): Call gdb_unbuffer_output.
7686 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
7687 (main): Call gdb_unbuffer_output.
7688 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
7689 (main): Rename to ...
7690 (test): ... this.
7691 (main): Reimplement.
7692 * gdb.base/varargs.exp: Run to test instead of to main.
7693 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
7694 (main): Call gdb_unbuffer_output.
7695
7696 2015-07-29 Pedro Alves <palves@redhat.com>
7697
7698 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
7699 factore out from mi_continue_dprintf. For call-style dprintfs,
7700 expect dprintf output out of $inferior_spawn_id.
7701 (mi_continue_dprintf): Use mi_expect_dprintf.
7702 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
7703 (main): Call gdb_unbuffer_output.
7704
7705 2015-07-29 Pedro Alves <palves@redhat.com>
7706
7707 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
7708 (default_mi_gdb_start): Set inferior_spawn_id instead of
7709 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
7710 gdb_spawn_id.
7711 (mi_gdb_test): Always expect inferior output from both
7712 $inferior_spawn_id and $gdb_spawn_id.
7713
7714 2015-07-29 Pedro Alves <palves@redhat.com>
7715
7716 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
7717 send_inferior and $inferior_spawn_id.
7718
7719 2015-07-29 Pedro Alves <palves@redhat.com>
7720
7721 * gdb.gdb/complaints.exp (test_initial_complaints)
7722 (test_serial_complaints, test_short_complaints): Use
7723 gdb_test_stdio.
7724 (test_empty_complaint): Handle $inferior_spawn_id !=
7725 $gdb_spawn_id.
7726
7727 2015-07-29 Pedro Alves <palves@redhat.com>
7728
7729 * gdb.base/varargs.exp: Use gdb_test_stdio.
7730
7731 2015-07-29 Pedro Alves <palves@redhat.com>
7732
7733 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
7734
7735 2015-07-29 Pedro Alves <palves@redhat.com>
7736
7737 * gdb.base/ending-run.exp: Use gdb_test_stdio.
7738
7739 2015-07-29 Pedro Alves <palves@redhat.com>
7740
7741 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
7742 parameter into two new parameters, "inf_result" and "gdb_result".
7743 Expect inferior output and gdb output from $inferior_spawn_id and
7744 $gdb_spawn_id, respectively. Adjust all callers.
7745
7746 2015-07-29 Pedro Alves <palves@redhat.com>
7747
7748 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
7749 of gdb_test_sequence.
7750
7751 2015-07-29 Pedro Alves <palves@redhat.com>
7752
7753 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
7754 (saw_spurious_output): Expect inferior output from
7755 $inferior_spawn_id. Use gdb_test_stdio.
7756
7757 2015-07-29 Pedro Alves <palves@redhat.com>
7758
7759 * gdb.base/dprintf.exp: Use standard_testfile. Change
7760 prepare_for_testing call.
7761 (srcfile): Don't set.
7762 (restart): New procedure.
7763 (test_dprintf): New procecure, use to continue over dprintfs.
7764 (test_call, test_agent): New procedures, tests moved here.
7765 Restart gdb and recreate dprintfs. Adjust expected output.
7766
7767 2015-07-29 Pedro Alves <palves@redhat.com>
7768
7769 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
7770
7771 2015-07-29 Pedro Alves <palves@redhat.com>
7772
7773 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
7774
7775 2015-07-29 Pedro Alves <palves@redhat.com>
7776
7777 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
7778 gdb_test_stdio.
7779
7780 2015-07-29 Pedro Alves <palves@redhat.com>
7781
7782 * lib/gdb.exp (gdb_test_stdio): New procedure.
7783
7784 2015-07-29 Pedro Alves <palves@redhat.com>
7785
7786 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
7787
7788 2015-07-29 Pedro Alves <palves@redhat.com>
7789
7790 * gdb.base/call-signal-resume.exp: Remove check for
7791 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
7792 * gdb.base/unwindonsignal.exp: Likewise.
7793 * gdb.base/call-signals.c (gen_signal): Remove printf call.
7794 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
7795
7796 2015-07-29 Pedro Alves <palves@redhat.com>
7797
7798 * gdb.base/siginfo-addr.c (pass): New function.
7799 (handler): Call it iff si_addr is correct.
7800 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
7801 Set a breakpoint at "pass" and continue to it.
7802
7803 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
7804
7805 * gdb.python/py-objfile.exp: Make some tests have unique names.
7806 * gdb.python/py-pp-registration.exp: Likewise.
7807
7808 2015-07-28 Pedro Alves <palves@redhat.com>
7809
7810 * gdb.server/server-exec-info.exp: Issue a "disconnect".
7811
7812 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
7813
7814 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
7815
7816 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
7817
7818 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
7819
7820 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
7821
7822 * gdb.base/gdb-sigterm-2.exp: New test.
7823
7824 2015-07-25 Doug Evans <xdje42@gmail.com>
7825
7826 Revert:
7827 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
7828 (workers/%.worker, build-perf): New rule.
7829 (GDB_PERFTEST_MODE): New variable.
7830 (check-perf): Use it.
7831 (clean): Clean up gdb.perf parallel build subdirs.
7832 * lib/build-piece.exp: New file.
7833 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
7834 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
7835 name.
7836 (standard_temp_file): Ditto.
7837 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
7838 of $GDB_PARALLEL.
7839
7840 2015-07-24 Doug Evans <dje@google.com>
7841
7842 * gdb.perf/lib/perftest/utils.py: New file.
7843 * gdb.perf/gm-hello.cc: New file.
7844 * gdb.perf/gm-pervasive-typedef.cc: New file.
7845 * gdb.perf/gm-pervasive-typedef.h: New file.
7846 * gdb.perf/gm-std.cc: New file.
7847 * gdb.perf/gm-std.h: New file.
7848 * gdb.perf/gm-use-cerr.cc: New file.
7849 * gdb.perf/gm-utils.h: New file.
7850 * gdb.perf/gmonster-null-lookup.py: New file.
7851 * gdb.perf/gmonster-pervasive-typedef.py: New file.
7852 * gdb.perf/gmonster-print-cerr.py: New file.
7853 * gdb.perf/gmonster-ptype-string.py: New file.
7854 * gdb.perf/gmonster-runto-main.py: New file.
7855 * gdb.perf/gmonster-select-file.py: New file.
7856 * gdb.perf/gmonster1-null-lookup.exp: New file.
7857 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
7858 * gdb.perf/gmonster1-print-cerr.exp: New file.
7859 * gdb.perf/gmonster1-ptype-string.exp: New file.
7860 * gdb.perf/gmonster1-runto-main.exp: New file.
7861 * gdb.perf/gmonster1-select-file.exp: New file.
7862 * gdb.perf/gmonster1.cc: New file.
7863 * gdb.perf/gmonster1.exp: New file.
7864 * gdb.perf/gmonster2-null-lookup.exp: New file.
7865 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
7866 * gdb.perf/gmonster2-print-cerr.exp: New file.
7867 * gdb.perf/gmonster2-ptype-string.exp: New file.
7868 * gdb.perf/gmonster2-runto-main.exp: New file.
7869 * gdb.perf/gmonster2-select-file.exp: New file.
7870 * gdb.perf/gmonster2.cc: New file.
7871 * gdb.perf/gmonster2.exp: New file.
7872
7873 2015-07-24 Doug Evans <dje@google.com>
7874
7875 * gdb.perf/README: New file.
7876 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
7877 * lib/gen-perf-test.exp: New file.
7878
7879 2015-07-24 Doug Evans <dje@google.com>
7880
7881 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
7882 (PerfTest::startup): New function.
7883 (PerfTest::run): Return result of calling body.
7884 (PerfTest::assemble): Rewrite.
7885 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
7886 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
7887 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
7888 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
7889 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
7890
7891 2015-07-24 Doug Evans <dje@google.com>
7892
7893 * lib/gdb.exp (clean_restart): Make executable optional.
7894
7895 2015-07-24 Doug Evans <dje@google.com>
7896
7897 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
7898 compiler_info references.
7899 * gdb.cp/temargs.exp: Ditto.
7900 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
7901 (get_compiler_info): Early exit if already computed. Set compiler_info
7902 to "unknown" if there was a problem.
7903 (test_compiler_info): Add function comment. Call get_compiler_info.
7904
7905 2015-07-24 Doug Evans <dje@google.com>
7906
7907 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
7908 (workers/%.worker, build-perf): New rule.
7909 (GDB_PERFTEST_MODE): New variable.
7910 (check-perf): Use it.
7911 (clean): Clean up gdb.perf parallel build subdirs.
7912 * lib/build-piece.exp: New file.
7913 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
7914 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
7915 name.
7916 (standard_temp_file): Ditto.
7917 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
7918 of $GDB_PARALLEL.
7919
7920 2015-07-24 Doug Evans <dje@google.com>
7921
7922 * lib/future.exp (gdb_default_target_compile): New option
7923 "early_flags".
7924 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
7925 --as-needed.
7926
7927 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
7928
7929 * gdb.base/catch-syscall.exp: Call gdb_exit before
7930 gdb_skip_xml_test.
7931
7932 2015-07-24 Pedro Alves <palves@redhat.com>
7933
7934 * gdb.python/py-events.exp: Accept output between the stop event
7935 and the prompt.
7936 * gdb.python/py-evsignal.exp: Likewise.
7937 * gdb.python/py-evthreads.exp: Likewise.
7938
7939 2015-07-24 Pedro Alves <palves@redhat.com>
7940
7941 PR gdb/18717
7942 * gdb.threads/non-ldr-exit.c: New file.
7943 * gdb.threads/non-ldr-exit.exp: New file.
7944
7945 2015-07-24 Yao Qi <yao.qi@linaro.org>
7946
7947 * gdb.server/ext-wrapper.exp: Test --wrapper option when
7948 restarting process.
7949
7950 2015-07-24 Yao Qi <yao.qi@linaro.org>
7951
7952 * gdb.server/ext-restart.exp: New file.
7953
7954 2015-07-24 Yao Qi <yao.qi@linaro.org>
7955
7956 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
7957 argument options.
7958 * gdb.server/ext-wrapper.exp: New file.
7959
7960 2015-07-23 Doug Evans <dje@google.com>
7961
7962 * gdb.dwarf2/dw2-dummy-cu.S: New file.
7963 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
7964
7965 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
7966
7967 * gdb.ada/var_arr_typedef.exp: New testcase.
7968 * gdb.ada/var_arr_typedef/pack.adb: New file.
7969 * gdb.ada/var_arr_typedef/pack.ads: New file.
7970 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
7971
7972 2015-07-20 Joel Brobecker <brobecker@adacore.com>
7973
7974 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
7975
7976 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7977
7978 * gdb.arch/i386-biarch-core.exp: Replace istarget
7979 by "complete set gnutarget". Remove expectation for the "core-file"
7980 command.
7981
7982 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7983
7984 Revert the previous commit:
7985 Tests for validate symbol file using build-id.
7986
7987 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
7988
7989 Tests for validate symbol file using build-id.
7990 * gdb.base/solib-mismatch-lib.c: New file.
7991 * gdb.base/solib-mismatch-libmod.c: New file.
7992 * gdb.base/solib-mismatch.c: New file.
7993 * gdb.base/solib-mismatch.exp: New file.
7994
7995 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
7996
7997 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
7998 nios2-*-linux*.
7999 * gdb.base/sigbpt.exp (stepi_out): Likewise.
8000 * gdb.base/siginfo.exp: Likewise.
8001 * gdb.base/sigstep.exp (advance, advancei): Likewise.
8002
8003 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
8004
8005 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
8006 Move it to ...
8007 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
8008 ... here.
8009 * gdb.trace/range-stepping.exp: Check that the target supports
8010 range stepping.
8011
8012 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8013
8014 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
8015
8016 2015-07-14 Pedro Alves <palves@redhat.com>
8017
8018 * gdb.base/killed-outside.exp: New file.
8019 * gdb.base/killed-outside.c: New file.
8020
8021 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8022
8023 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
8024 (n at main): New.
8025 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
8026
8027 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
8028
8029 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
8030 infcall tests instead of setting up for KFAIL.
8031
8032 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
8033
8034 * gdb.btrace/record_goto-step.exp: New.
8035
8036 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8037
8038 PR compile/18484
8039 * gdb.compile/compile.c (struct struct_type): Add volatile to
8040 selffield's type.
8041 * gdb.compile/compile.exp
8042 (compile code struct_object.selffield = &struct_object): Skip further
8043 struct_object tests if this one xfails.
8044
8045 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
8046
8047 PR exp/18617
8048 * gdb.trace/ax.exp: Add test.
8049
8050 2015-07-07 Yao Qi <yao.qi@linaro.org>
8051
8052 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
8053 instead of istarget "aarch64*-*-*".
8054 * gdb.arch/aarch64-fp.exp: Likewise.
8055 * gdb.base/float.exp: Likewise.
8056 * gdb.reverse/aarch64.exp: Likewise.
8057 * lib/gdb.exp (is_aarch64_target): New proc.
8058
8059 2015-07-07 Yao Qi <yao.qi@linaro.org>
8060
8061 * lib/gdb.exp (is_aarch32_target): New proc.
8062 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
8063 instead of "istarget "arm*-*-*"".
8064 * gdb.arch/arm-disp-step.exp: Likewise.
8065 * gdb.arch/thumb-bx-pc.exp: Likewise.
8066 * gdb.arch/thumb-prologue.exp: Likewise.
8067 * gdb.arch/thumb-singlestep.exp: Likewise.
8068 * gdb.base/disp-step-syscall.exp: Likewise.
8069 * gdb.base/float.exp: Likewise.
8070
8071 2015-07-07 Yao Qi <yao.qi@linaro.org>
8072
8073 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
8074 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
8075
8076 2015-07-07 Yao Qi <yao.qi@linaro.org>
8077
8078 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
8079 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
8080 if it exists.
8081 * gdb.multi/multi-arch.exp: Likewise.
8082
8083 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
8084
8085 * gdb.python/py-lazy-string.exp: Add missing parentheses to
8086 print.
8087
8088 2015-07-07 Yao Qi <yao.qi@linaro.org>
8089
8090 * gdb.arch/thumb-singlestep.exp: Do one more single step.
8091
8092 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
8093
8094 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
8095 '[' and ']' characters.
8096
8097 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
8098
8099 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8100
8101 2015-06-29 Pedro Alves <palves@redhat.com>
8102
8103 PR threads/18127
8104 * gdb.threads/hand-call-new-thread.c: New file.
8105 * gdb.threads/hand-call-new-thread.c: New file.
8106
8107 2015-06-26 Keith Seitz <keiths@redhat.com>
8108 Doug Evans <dje@google.com>
8109
8110 PR 16253
8111 * gdb.cp/var-tag-2.cc: New file.
8112 * gdb.cp/var-tag-3.cc: New file.
8113 * gdb.cp/var-tag-4.cc: New file.
8114 * gdb.cp/var-tag.cc: New file.
8115 * gdb.cp/var-tag.exp: New file.
8116
8117 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8118
8119 * gdb.base/history-duplicates.exp: New test.
8120
8121 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8122
8123 * gdb.base/completion.exp: Test the completion of the "focus"
8124 command.
8125
8126 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8127
8128 * gdb.arch/amd64-prologue-skip.S: New file.
8129 * gdb.arch/amd64-prologue-skip.exp: New file.
8130
8131 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
8132
8133 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
8134 is_address_zero_readable check.
8135
8136 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
8137
8138 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
8139 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
8140
8141 2015-06-24 Yao Qi <yao.qi@linaro.org>
8142
8143 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
8144 linux targets.
8145
8146 2015-06-24 Yao Qi <yao.qi@linaro.org>
8147
8148 * lib/gdb.exp (supports_get_siginfo_type): New proc.
8149 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
8150 * gdb.base/siginfo-thread.exp: Likewise.
8151
8152 2015-06-22 Yao Qi <yao.qi@linaro.org>
8153
8154 * boards/remote-gdbserver-on-localhost.exp: Add comments.
8155
8156 2015-06-22 Yao Qi <yao.qi@linaro.org>
8157
8158 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
8159 aarch64*-*-*.
8160 (skip_hw_watchpoint_tests): Likewise.
8161
8162 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
8163
8164 * gdb.base/gdbinit-history.exp: Test the interaction between
8165 setting GDBHISTSIZE and setting the history size via .gdbinit.
8166
8167 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8168
8169 PR gdb/16999
8170 * gdb.base/gdbhistsize-history.exp: New test.
8171
8172 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8173
8174 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
8175 with GDBHISTSIZE.
8176 * gdb.base/readline.exp: Likewise.
8177
8178 2015-06-17 Yao Qi <yao.qi@linaro.org>
8179
8180 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
8181 line.
8182
8183 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8184
8185 * gdb.base/gdbinit-history.exp: Add test case to check that
8186 an unlimited history file does not get truncated on exit.
8187
8188 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8189
8190 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
8191 (VECTOR): New macro. Use it...
8192 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
8193 ...for these typedefs.
8194 (int8, char1, int1, double1): New typedefs.
8195 (struct just_int2, struct two_int2): New structures.
8196 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
8197 (add_structvecs, add_singlevecs): New functions.
8198 (main): Call add_some_intvecs twice.
8199 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
8200 the compile and exit upon failure. Try compiling for the "native"
8201 architecture. Test inferior function calls with vector arguments
8202 and vector return value handling with "finish" and "return".
8203
8204 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
8205
8206 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
8207 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
8208 PE file.
8209 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
8210
8211 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8212
8213 PR breakpoints/16465
8214 * gdb.mi/mi-dprintf-pending.c: New file.
8215 * gdb.mi/mi-dprintf-pending.exp: New test.
8216 * gdb.mi/mi-dprintf-pendshr.c: New file.
8217
8218 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8219 Mircea Gherzan <mircea.gherzan@intel.com>
8220
8221 * gdb.arch/i386-mpx-map.c: New file.
8222 * gdb.arch/i386-mpx-map.exp: New File.
8223
8224 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8225
8226 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
8227 * gdb.arch/i386-mpx.exp: Indentation fixed.
8228
8229 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8230
8231 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
8232 function and improved indentation.
8233 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
8234 gdb_test_multiple. Added additional tests to skip the test.
8235
8236 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8237
8238 * gdb.arch/i386-avx512.c: Change path in include file.
8239 * gdb.arch/i386-avx512.exp: Change include dir path
8240 compilation flag.
8241 * gdb.arch/i386-mpx.c: Change path in include file.
8242 * gdb.arch/i386-mpx.exp: Change include dir path compilation
8243 flag.
8244
8245 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8246
8247 * gdb.compile/compile-print.exp (compile print *vararray@3)
8248 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
8249
8250 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8251
8252 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
8253 (do not keep jit in memory): ... this.
8254 (expect 5): Change it to ...
8255 (expect no 5): ... this.
8256
8257 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
8258
8259 PR gdb/15564
8260 * gdb.mi/mi-detach.exp: New file.
8261
8262 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8263
8264 PR symtab/18392
8265 * gdb.arch/amd64-tailcall-self.S: New file.
8266 * gdb.arch/amd64-tailcall-self.c: New file.
8267 * gdb.arch/amd64-tailcall-self.exp: New file.
8268
8269 2015-05-28 Don Breazeal <donb@codesourcery.com>
8270
8271 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
8272 tests for remote targets by checking is_target_gdbserver.
8273
8274 2015-05-27 Doug Evans <dje@google.com>
8275
8276 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
8277 * gdb.dwarf2/opaque-type-lookup.c: New file.
8278 * gdb.dwarf2/opaque-type-lookup.exp: New file.
8279
8280 2015-05-26 Doug Evans <dje@google.com>
8281
8282 * gdb.cp/iostream.cc: New file.
8283 * gdb.cp/iostream.exp: New file.
8284
8285 2015-05-26 Doug Evans <dje@google.com>
8286
8287 * gdb.dwarf2/dw2-op-call.exp: Update.
8288 * gdb.dwarf2/dw4-sig-types.exp: Update.
8289 * gdb.dwarf2/implptr.exp: Update.
8290 * gdb.mi/mi-cmd-param-changed.exp: Update.
8291
8292 2015-05-26 Doug Evans <dje@google.com>
8293
8294 * gdb.python/py-lazy-string.c: New file.
8295 * gdb.python/py-lazy-string.exp: New file.
8296 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
8297 (main): Update. Add estring3.
8298 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
8299 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
8300
8301 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
8302 Yao Qi <yao.qi@linaro.org>
8303
8304 * gdb.reverse/aarch64.c: New.
8305 * gdb.reverse/aarch64.exp: New.
8306
8307 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
8308
8309 * lib/gdb.exp (supports_process_record): Return true for
8310 aarch64*-linux*.
8311 (supports_reverse): Likewise.
8312
8313 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
8314
8315 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8316 Use with_test_prefix.
8317
8318 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8319
8320 * gdb.base/completion.exp: Add test for completion of layout
8321 names.
8322
8323 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
8324
8325 * lib/gdb.exp (skip_tui_tests): New proc.
8326 * gdb.base/tui-layout.exp: Check skip_tui_tests.
8327
8328 2015-05-19 Pedro Alves <palves@redhat.com>
8329
8330 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8331 Save the whole env array instead of just HOME. Unset HISTSIZE in
8332 the environment while testing. Restore whole environment
8333 afterwards.
8334
8335 2015-05-16 Doug Evans <xdje42@gmail.com>
8336
8337 * gdb.guile/scm-ports.c: New file.
8338 * gdb.guile/scm-ports.exp: Add memory port tests.
8339
8340 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8341
8342 * gdb.compile/compile-print.c: New file.
8343 * gdb.compile/compile-print.exp: New file.
8344
8345 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8346
8347 * gdb.compile/compile-ops.exp: Cast param to void.
8348 * gdb.compile/compile.exp: Complete type for _gdb_expr.
8349 (compile code struct_object.selffield = &struct_object): Add xfail.
8350
8351 2015-05-15 Joel Brobecker <brobecker@adacore.com>
8352
8353 * gdb.ada/arr_enum_with_gap: New testcase.
8354
8355 2015-05-15 Joel Brobecker <brobecker@adacore.com>
8356
8357 * gdb.ada/byte_packed_arr: New testcase.
8358
8359 2015-05-15 Joel Brobecker <brobecker@adacore.com>
8360
8361 * gdb.ada/pckd_neg: New testcase.
8362
8363 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
8364
8365 PR gdb/17820
8366 * gdb.base/gdbinit-history.exp: New test.
8367 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
8368 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
8369
8370 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
8371
8372 * gdb.python/py-xmethods.cc: Enhance test case.
8373 * gdb.python/py-xmethods.exp: New tests.
8374 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
8375 function.
8376 (B_indexoper): Likewise.
8377 (global_dm_list) : Add new xmethod worker functions.
8378
8379 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
8380
8381 * gdb.base/coredump-filter.exp: Correctly unset
8382 "coredump_var_addr" array.
8383
8384 2015-05-08 Pedro Alves <palves@redhat.com>
8385
8386 * gdb.server/non-existing-program.exp: Unset spawn_id.
8387
8388 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
8389
8390 PR python/18291
8391 * gdb.python/py-xmethods.exp: Add tests.
8392
8393 2015-05-08 Yao Qi <yao.qi@linaro.org>
8394
8395 PR gdb/18208
8396 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
8397 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
8398 function set_coredump_filter, and remove remote_exec call.
8399 Remove argument ipid. Callers update.
8400 (top level): Don't get inferior's PID.
8401
8402 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
8403
8404 * gdb.base/watch_thread_num.exp: Skip test on targets without
8405 access watchpoints.
8406
8407 2015-05-06 Pedro Alves <palves@redhat.com>
8408
8409 PR server/18081
8410 * gdb.server/non-existing-program.exp: New file.
8411
8412 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8413
8414 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
8415
8416 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8417
8418 * gdb.ada/out_of_line_in_inlined: New testcase.
8419
8420 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8421
8422 * gdb.ada/var_rec_arr: New testcase.
8423
8424 2015-04-30 Yao Qi <yao.qi@linaro.org>
8425
8426 * gdb.base/break-idempotent.exp: If
8427 skip_hw_watchpoint_multi_tests returns true, skip the tests
8428 on "rwatch" and "awatch".
8429
8430 2015-04-30 Yao Qi <yao.qi@linaro.org>
8431
8432 * gdb.base/relativedebug.exp: Invoke gdb command
8433 "info sharedlibrary", and if libc.so doesn't have debug info,
8434 skip the test.
8435
8436 2015-04-29 Doug Evans <dje@google.com>
8437
8438 * gdb.python/py-xmethods.exp: Add ptype tests.
8439 * gdb.python/py-xmethods.py (E_method_char_worker): Add
8440 get_result_type method.
8441
8442 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
8443
8444 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
8445 the target does not support hardware watchpoints.
8446
8447 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
8448
8449 * gdb.base/break-always.exp: Abort testing if writing to memory
8450 causes an error.
8451
8452 2015-04-28 Doug Evans <dje@google.com>
8453
8454 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
8455 * gdb.python/py-pp-registration.exp: ... here. New file.
8456 * gdb.python/py-pp-registration.c: New file.
8457 * gdb.python/py-pp-registration.py: New file.
8458
8459 2015-04-28 Doug Evans <dje@google.com>
8460
8461 * gdb.python/py-bad-printers.c: New file.
8462 * gdb.python/py-bad-printers.py: New file.
8463 * gdb.python/py-bad-printers.exp: New file.
8464
8465 2015-04-28 Sasha Smundak <asmundak@google.com>
8466
8467 * gdb.python/py-type.exp: New test.
8468
8469 2015-04-28 Andy Wingo <wingo@igalia.com>
8470
8471 * gdb.python/py-parameter.exp:
8472 * gdb.guile/scm-parameter.exp: Escape the path that we are
8473 matching against, as it might contain characters that are special
8474 to regular expressions.
8475
8476 2015-04-27 Joel Brobecker <brobecker@adacore.com>
8477
8478 * gdb.ada/rec_comp: New testcase.
8479
8480 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
8481
8482 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
8483 before using it.
8484
8485 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
8486
8487 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
8488 new tests for verilog output.
8489
8490 2015-04-24 Yao Qi <yao.qi@linaro.org>
8491
8492 * boards/remote-gdbserver-on-localhost.exp: New file.
8493
8494 2015-04-23 Pedro Alves <palves@redhat.com>
8495
8496 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
8497 $inferior_spawn_id instead of $inferior_spawn_id directly. On
8498 "end of file", remove $inferior_spawn_id from the indirect list.
8499
8500 2015-04-23 Pedro Alves <palves@redhat.com>
8501
8502 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
8503
8504 2015-04-23 Pedro Alves <palves@redhat.com>
8505
8506 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
8507 on $any_spawn_id instead of only on $gdb_spawn_id.
8508
8509 2015-04-21 Pierre Muller <muller@sourceware.org>
8510
8511 PR pascal/17815
8512 * lib/pascal.exp (gpc_compile): Add new option "class".
8513 (fpc_compile): Likewise.
8514 * gdb.pascal/case-insensitive-symbols.pas: New file.
8515 * gdb.pascal/case-insensitive-symbols.exp: New file.
8516
8517 2015-04-20 Gary Benson <gbenson@redhat.com>
8518
8519 * gdb.base/attach.exp: Fix three extended remote failures.
8520
8521 2015-04-17 Gary Benson <gbenson@redhat.com>
8522
8523 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
8524 the main executable over the remote protocol.
8525
8526 2015-04-16 Pedro Alves <palves@redhat.com>
8527
8528 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
8529 a new gdbserver if gdbserver_reconnect_p is set.
8530
8531 2015-04-16 Pedro Alves <palves@redhat.com>
8532
8533 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
8534 is set, don't exit gdbserver.
8535
8536 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8537
8538 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
8539 appropriate .insn, such that an older assembler can be used.
8540 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
8541 the z/Architecture instruction set on 31-bit targets as well.
8542
8543 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8544
8545 * gdb.go/handcall.exp: Remove all logic related to the first
8546 breakpoint and rely on go_runto_main instead.
8547 * gdb.go/strings.exp: Likewise.
8548 * gdb.go/unsafe.exp: Likewise.
8549 * gdb.go/hello.exp: Likewise. Also rename the remaining
8550 breakpoint marker to "breakpoint 1".
8551 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
8552 * gdb.go/strings.go: Likewise.
8553 * gdb.go/unsafe.go: Likewise.
8554 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
8555 "set breakpoint 2 here" and rename the remaining breakpoint marker
8556 to "breakpoint 1".
8557
8558 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
8559
8560 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
8561 if itertools.imap is not present.
8562 * gdb.python/py-objfile.exp: Add parentheses.
8563 * gdb.python/py-type.exp: Same.
8564 * gdb.python/py-unwind-maint.py: Same.
8565
8566 2015-04-15 Yao Qi <yao.qi@linaro.org>
8567
8568 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
8569 of ":$ptr_size" and set its form explicitly.
8570
8571 2015-04-15 Pedro Alves <palves@redhat.com>
8572 Yao Qi <yao.qi@linaro.org>
8573
8574 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
8575 timeout by factor of 4.
8576 (test_regular_watch): Likewise.
8577 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
8578 * gdb.reverse/sigall-reverse.exp: Likewise.
8579 * gdb.reverse/until-precsave.exp: Likewise.
8580 * lib/gdb.exp (with_timeout_factor): New proc.
8581 (gdb_expect): Move some code to ...
8582 (get_largest_timeout): ... here. New procedure.
8583
8584 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
8585
8586 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
8587
8588 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
8589
8590 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
8591 to write to the .text section.
8592
8593 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
8594
8595 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
8596 Handle the case of targets that do not provide PID information.
8597
8598 2015-04-13 Yao Qi <yao.qi@linaro.org>
8599
8600 * lib/gdbserver-support.exp (gdb_exit): Catch exception
8601 and use expect instead of gdb_expect.
8602
8603 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
8604
8605 * gdb.base/coredump-filter.exp: Rename variable "addr" to
8606 "coredump_var_addr" to avoid naming conflict with other testcases.
8607
8608 2015-04-10 Pedro Alves <palves@redhat.com>
8609
8610 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
8611 gdb_test_sequence and gdb_assert.
8612
8613 2015-04-10 Pedro Alves <palves@redhat.com>
8614
8615 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
8616 test messages that don't include the breakpoint address.
8617
8618 2015-04-10 Yao Qi <yao.qi@linaro.org>
8619
8620 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
8621 false for some offset and width combinations which aren't
8622 supported by linux kernel.
8623
8624 2015-04-10 Pedro Alves <palves@redhat.com>
8625
8626 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
8627 procedure, factored out from ...
8628 (top level): ... here. Add "set displaced-stepping" testing axis.
8629 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
8630 parameter "displaced". Use it.
8631 (top level): Use foreach and add "set displaced-stepping" testing
8632 axis.
8633
8634 2015-04-10 Pedro Alves <palves@redhat.com>
8635
8636 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
8637 Remove comment.
8638 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
8639 both the address of the instruction that triggers the watchpoint
8640 and the address of the instruction immediately after, and use
8641 those addresses for the test. Fix comment.
8642
8643 2015-04-10 Pedro Alves <palves@redhat.com>
8644
8645 * gdb.base/sigstep.exp (breakpoint_to_handler)
8646 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
8647 Test "backtrace" in handler.
8648 (breakpoint_over_handler): New parameter 'displaced'. Use it.
8649 (top level): Add new "displaced" test axis to
8650 breakpoint_to_handler, breakpoint_to_handler_entry and
8651 breakpoint_over_handler.
8652
8653 2015-04-10 Pedro Alves <palves@redhat.com>
8654
8655 PR gdb/18216
8656 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
8657
8658 2015-04-10 Yao Qi <yao.qi@linaro.org>
8659
8660 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
8661 (test_add_rn_pc): New function.
8662 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
8663 (top level): Invoke test_add_rn_pc.
8664
8665 2015-04-10 Pedro Alves <palves@redhat.com>
8666
8667 PR gdb/13858
8668 * gdb.base/step-over-no-symbols.exp: New file.
8669
8670 2015-04-09 Andy Wingo <wingo@igalia.com>
8671
8672 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
8673 after the Python tests.
8674
8675 2015-04-08 Keith Seitz <keiths@redhat.com>
8676
8677 PR python/16699
8678 * gdb.python/py-completion.exp: New tests for completion.
8679 * gdb.python/py-completion.py (CompleteLimit1): New class.
8680 (CompleteLimit2): Likewise.
8681 (CompleteLimit3): Likewise.
8682 (CompleteLimit4): Likewise.
8683 (CompleteLimit5): Likewise.
8684 (CompleteLimit6): Likewise.
8685 (CompleteLimit7): Likewise.
8686
8687 2015-04-08 Pedro Alves <palves@redhat.com>
8688
8689 PR gdb/18214
8690 PR gdb/18216
8691 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
8692 function.
8693 (main): Install it as SIGUSR1 handler.
8694 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
8695 parameter. Always use "setup" as prefix. Toggle "set
8696 displaced-stepping" off/on depending on global. Don't switch to
8697 thread 1 here.
8698 (top level): Add displaced stepping "off/on" test axis. Update
8699 "setup" calls. Wrap each subtest with with_test_prefix. Test
8700 continuing with a queued signal in each thread.
8701
8702 2015-04-08 Pedro Alves <palves@redhat.com>
8703
8704 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
8705 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
8706 gdb_breakpoint instead of gdb_test that doesn't expect anything.
8707 Return early if running to main fails.
8708 * gdb.trace/while-stepping.exp: Likewise.
8709
8710 2015-04-07 Pedro Alves <palves@redhat.com>
8711
8712 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
8713 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
8714 interact with inferior program.
8715
8716 2015-04-07 Pedro Alves <palves@redhat.com>
8717
8718 * lib/gdb.exp (inferior_spawn_id): New global.
8719 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
8720 spawn id after processing the user code.
8721 (default_gdb_start): Set inferior_spawn_id.
8722 (send_inferior): New procedure.
8723 * lib/gdbserver-support.exp (gdbserver_start): Set
8724 inferior_spawn_id.
8725 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
8726
8727 2015-04-07 Pedro Alves <palves@redhat.com>
8728
8729 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
8730 * lib/gdbserver-support.exp (gdbserver_start): Make
8731 $server_spawn_id global.
8732 (gdbserver_start): Don't wait for gdbserver's spawn id with
8733 expect_background.
8734 (close_gdbserver): New procedure.
8735 (gdb_exit): Rename the default version and reimplement.
8736
8737 2015-04-07 Pedro Alves <palves@redhat.com>
8738
8739 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
8740 append the substituted item, not the original item.
8741
8742 2015-04-07 Pedro Alves <palves@redhat.com>
8743
8744 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
8745 gdb_expect.
8746
8747 2015-04-07 Pedro Alves <palves@redhat.com>
8748
8749 * gdb.base/interrupt.exp: Don't handle the case of the inferior
8750 output appearing once only.
8751
8752 2015-04-07 Pedro Alves <palves@redhat.com>
8753
8754 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
8755 that doesn't expect anything. Return early if running to main
8756 fails.
8757
8758 2015-04-07 Yao Qi <yao.qi@linaro.org>
8759
8760 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
8761 (child_function): Call alarm.
8762 (main): Move call to alarm into the loop.
8763 * gdb.threads/non-stop-fair-events.exp: Build program with
8764 -DTIMEOUT=$timeout.
8765
8766 2015-04-06 Doug Evans <xdje42@gmail.com>
8767
8768 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
8769 Fix dest parameter to board_info.
8770 (fpc_compile): Ditto.
8771 (gdb_compile_pascal): Rename dest arg to destfile.
8772
8773 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
8774
8775 * gdb.ada/funcall_ref.exp: New file.
8776 * gdb.ada/funcall_ref/foo.adb: New file.
8777
8778 2015-04-02 Yao Qi <yao.qi@linaro.org>
8779
8780 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
8781 is remote.
8782
8783 2015-04-02 Gary Benson <gbenson@redhat.com>
8784
8785 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
8786
8787 2015-04-01 Sasha Smundak <asmundak@google.com>
8788
8789 * gdb.python/py-unwind-maint.c: New file.
8790 * gdb.python/py-unwind-maint.exp: New test.
8791 * gdb.python/py-unwind-maint.py: New file.
8792 * gdb.python/py-unwind.c: New file.
8793 * gdb.python/py-unwind.exp: New test.
8794 * gdb.python/py-unwind.py: New test.
8795
8796 2015-04-01 Pedro Alves <palves@redhat.com>
8797
8798 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
8799 to fail instead of non-existent $test.
8800
8801 2015-04-01 Pedro Alves <palves@redhat.com>
8802
8803 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
8804 GDBFLAGS if not empty.
8805
8806 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
8807
8808 * gdb.ada/complete.exp: Remove "multi_line".
8809 * gdb.ada/info_exc.exp: Remove "multi_line".
8810 * gdb.ada/packed_tagged.exp: Remove "multi_line".
8811 * gdb.ada/ptype_field.exp: Remove "multi_line".
8812 * gdb.ada/sym_print_name.exp: Remove "multi_line".
8813 * gdb.ada/tagged.exp: Remove "multi_line".
8814 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
8815 [multi_line ...]
8816 * gdb.btrace/delta.exp: Likewise.
8817 * gdb.btrace/exception.exp: Likewise.
8818 * gdb.btrace/function_call_history.exp: Likewise.
8819 * gdb.btrace/instruction_history.exp: Likewise.
8820 * gdb.btrace/nohist.exp: Likewise.
8821 * gdb.btrace/record_goto.exp: Likewise.
8822 * gdb.btrace/segv.exp: Likewise.
8823 * gdb.btrace/stepi.exp: Likewise.
8824 * gdb.btrace/tailcall.exp: Likewise.
8825 * gdb.btrace/unknown_functions.exp: Likewise.
8826 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
8827 * lib/gdb.exp: Add the "multi_line" helper.
8828
8829 2015-04-01 Pedro Alves <palves@redhat.com>
8830
8831 * gdb.threads/tid-reuse.c: New file.
8832 * gdb.threads/tid-reuse.exp: New file.
8833
8834 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
8835
8836 PR corefiles/16092
8837 * gdb.base/coredump-filter.c: New file.
8838 * gdb.base/coredump-filter.exp: Likewise.
8839
8840 2015-03-27 Petr Machata <pmachata@redhat.com>
8841
8842 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
8843 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
8844 (Dwarf::assemble): Initialize them.
8845 (Dwarf::lines): New function.
8846
8847 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
8848
8849 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
8850 SYMBOL_PREFIX for x86_64-*-cygwin.
8851
8852 2015-03-26 Andy Wingo <wingo@igalia.com>
8853
8854 PR symtab/18148
8855 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
8856 const_value but not a location.
8857 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
8858 location defined in non-main CUs are visible.
8859
8860 2015-03-26 Yao Qi <yao.qi@linaro.org>
8861
8862 PR testsuite/18139
8863 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
8864 Add a line number entry for the same line.
8865 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
8866 Add a line number entry for the same line.
8867
8868 2015-03-26 Yao Qi <yao.qi@linaro.org>
8869
8870 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
8871 .int 0.
8872 (func): Likewise. Add .Lfunc_1 label.
8873 Use .Lfunc_1 label.
8874 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
8875 .int 0.
8876 (func): Likewise.
8877 Use .Lfunc_1 label.
8878
8879 2015-03-26 Yao Qi <yao.qi@linaro.org>
8880
8881 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
8882 Call gdb_compile instead to compile each .s files without debug
8883 information.
8884
8885 2015-03-26 Yao Qi <yao.qi@linaro.org>
8886
8887 * gdb.base/savedregs.exp (process_saved_regs): Make
8888 "Saved registers:" optional in the pattern.
8889
8890 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
8891
8892 * gdb.btrace/next.exp: Merged into step.exp.
8893 * gdb.btrace/finish.exp: Merged into step.exp.
8894 * gdb.btrace/nexti.exp: Merged into stepi.exp.
8895 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
8896 "record goto" and checking the exact replay position.
8897 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
8898 check for "Recording format" in "info record" output.
8899 * gdb.btrace/record_goto.exp: Choose test file based on target.
8900 * gdb.btrace/x86-record_goto.S: Renamed into ...
8901 * gdb.btrace/x86_64-record_goto.S: ... this.
8902 * gdb.btrace/i686-record_goto.S: New.
8903 * gdb.btrace/x86-tailcall.S: Renamed into ...
8904 * gdb.btrace/x86_64-tailcall.S: ... this.
8905 * gdb.btrace/i686-tailcall.S: New.
8906 * gdb.btrace/x86-tailcall.c: Renamed into ...
8907 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
8908 separate statements. Update test.
8909 * gdb.btrace/delta.exp: Use record_goto.c as test file.
8910 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
8911 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
8912 * gdb.btrace/tailcall.exp: Choose test file based on target.
8913 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
8914
8915 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
8916
8917 * gdb.btrace/exception.exp: Increase BTS buffer size.
8918
8919 2015-03-24 Pedro Alves <palves@redhat.com>
8920
8921 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
8922
8923 2015-03-24 Pedro Alves <palves@redhat.com>
8924
8925 * gdb.threads/schedlock.exp (test_step): No longer expect that
8926 "set scheduler-locking step" with "next" over a function call runs
8927 threads unlocked.
8928
8929 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8930
8931 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
8932
8933 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8934
8935 PR breakpoints/16466
8936 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
8937 * gdb.mi/mi-pending.c (thread_func): New function.
8938 (int main): Add threading support required.
8939 * gdb.mi/mi-pending.exp: Add tests for this issue.
8940 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
8941 (pendfunc2): Remove stdio dependency.
8942 * gdb.mi/mi-pendshr2.c: New file.
8943
8944 2015-03-23 Keith Seitz <keiths@redhat.com>
8945
8946 * gdb.linespec/keywords.c: New file.
8947 * gdb.linespec/keywords.exp: New file.
8948
8949 2015-03-23 Keith Seitz <keiths@redhat.com>
8950
8951 PR gdb/18021
8952 * gdb.dwarf2/staticvirtual.exp: New test.
8953
8954 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8955
8956 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
8957 * README: Remove HP-UX and gdb.hp.
8958 (configuration):
8959 * configure: Regenerate.
8960 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
8961 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
8962 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
8963 gdb.hp/gdb.defects/Makefile.
8964 * gdb.hp/Makefile.in: File deleted.
8965 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
8966 * gdb.hp/gdb.aCC/optimize.c: File deleted.
8967 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
8968 * gdb.hp/gdb.aCC/run.c: File deleted.
8969 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
8970 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
8971 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
8972 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
8973 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
8974 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
8975 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
8976 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
8977 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
8978 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
8979 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
8980 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
8981 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
8982 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
8983 * gdb.hp/gdb.base-hp/reg.s: File deleted.
8984 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
8985 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
8986 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
8987 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
8988 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
8989 * gdb.hp/gdb.compat/Makefile.in: File deleted.
8990 * gdb.hp/gdb.compat/average.c: File deleted.
8991 * gdb.hp/gdb.compat/sum.c: File deleted.
8992 * gdb.hp/gdb.compat/xdb.c: File deleted.
8993 * gdb.hp/gdb.compat/xdb0.c: File deleted.
8994 * gdb.hp/gdb.compat/xdb0.h: File deleted.
8995 * gdb.hp/gdb.compat/xdb1.c: File deleted.
8996 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
8997 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
8998 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
8999 * gdb.hp/gdb.defects/Makefile.in: File deleted.
9000 * gdb.hp/gdb.defects/bs14602.c: File deleted.
9001 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
9002 * gdb.hp/gdb.defects/solib-d.c: File deleted.
9003 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
9004 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
9005 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
9006 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
9007 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
9008 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
9009 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
9010 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
9011 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
9012 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
9013 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
9014 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
9015 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
9016 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
9017 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
9018 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
9019 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
9020 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
9021 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
9022 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
9023 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
9024 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
9025 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
9026 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
9027 * gdb.hp/tools/odump: File deleted.
9028
9029 2015-03-19 Pedro Alves <palves@redhat.com>
9030
9031 * gdb.threads/continue-pending-status.exp (saw_thread_2)
9032 (saw_thread_3): New globals.
9033 (top level): Increment them when an event for the corresponding
9034 thread is seen.
9035 (no thread starvation): New test.
9036
9037 2015-03-19 Pedro Alves <palves@redhat.com>
9038
9039 * gdb.threads/continue-pending-status.c: New file.
9040 * gdb.threads/continue-pending-status.exp: New file.
9041
9042 2015-03-18 Pedro Alves <palves@redhat.com>
9043
9044 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9045 Use gdb_is_target_remote instead of is_remote. Use
9046 gdb_test_multiple instead of gdb_expect. Exit early if
9047 gdb_test_multiple hits its internal matches. Tighten stepi tests
9048 expected output. Fail on exit with any signal, instead of just
9049 SIGILL.
9050
9051 2015-03-18 Yao Qi <yao.qi@linaro.org>
9052
9053 PR tdep/18107
9054 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
9055 variable.
9056 * gdb.base/catch-syscall.exp: Don't skip it on
9057 aarch64*-*-linux* target. Remove elements in all_syscalls.
9058 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
9059 target.
9060 (setup_all_syscalls): New proc.
9061
9062 2015-03-16 Yao Qi <yao.qi@linaro.org>
9063
9064 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
9065 (top level): Skip tests if valid_addr_p returns false for
9066 $cmd1 or $cmd2.
9067
9068 2015-03-11 Andy Wingo <wingo@igalia.com>
9069
9070 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
9071
9072 2015-03-11 Yao Qi <yao.qi@linaro.org>
9073
9074 * gdb.base/catch-syscall.exp: Fix typo in comments.
9075
9076 2015-03-11 Yao Qi <yao.qi@linaro.org>
9077
9078 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
9079
9080 2015-03-09 Pedro Alves <palves@redhat.com>
9081
9082 * dg-extract-results.py: Delete.
9083
9084 2015-03-09 Pedro Alves <palves@redhat.com>
9085
9086 Merge dg-extract-results.sh from GCC upstream (r218843).
9087
9088 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
9089 * dg-extract-results.sh: Use --text with grep to avoid issues with
9090 binary files. Fall back to cat -v, if that doesn't work.
9091
9092 2015-03-05 Pedro Alves <palves@redhat.com>
9093
9094 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
9095
9096 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
9097
9098 * lib/mi-support.exp (mi_expect_interrupt): Accept
9099 alternative event for when in all-stop mode.
9100
9101 2015-03-04 Pedro Alves <palves@redhat.com>
9102
9103 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
9104
9105 2015-03-04 Mark Kettenis <kettenis@gnu.org>
9106
9107 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
9108
9109 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9110
9111 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
9112 regexps for GDB's current line display, accept a hex address
9113 preceding the line number.
9114
9115 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9116
9117 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
9118 the 'arch1' variable for "s390*-linux*" targets.
9119
9120 2015-03-04 Pedro Alves <palves@redhat.com>
9121
9122 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
9123 (main): Pass missing retval argument to pthread_join call.
9124
9125 2015-03-02 Pedro Alves <palves@redhat.com>
9126
9127 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
9128 (top level): Call do_test with non-stop as well.
9129
9130 2015-03-02 Pedro Alves <palves@redhat.com>
9131
9132 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
9133 -1.
9134
9135 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
9136
9137 * gdb.arch/s390-vregs.exp: New test.
9138 * gdb.arch/s390-vregs.S: New file.
9139
9140 2015-02-27 Pedro Alves <palves@redhat.com>
9141
9142 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
9143 call to catch_command_errors.
9144 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
9145 catch_command_errors.
9146
9147 2015-02-27 Pedro Alves <palves@redhat.com>
9148
9149 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
9150 "true" for boolean result.
9151 * gdb.gdb/selftest.exp (test_with_self): Also accept full
9152 prototype of main.
9153
9154 2015-02-27 Pedro Alves <palves@redhat.com>
9155
9156 * lib/unbuffer_output.c: New file.
9157 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
9158 (main): Call gdb_unbuffer_output.
9159
9160 2015-02-27 Yao Qi <yao.qi@linaro.org>
9161
9162 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
9163 target.
9164
9165 2015-02-26 Doug Evans <dje@google.com>
9166
9167 * gdb.cp/class2.cc (Dbase, D): New classes.
9168 (main): New local delta.
9169 * gdb.cp/class2.exp: Test printing delta.
9170 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
9171 (dynbar): New global.
9172 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
9173
9174 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9175
9176 * gdb.compile/compile-ifunc.c: New file.
9177 * gdb.compile/compile-ifunc.exp: New file.
9178
9179 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
9180
9181 * gdb.base/structs.exp: Check for correct struct on finish.
9182
9183 2015-02-26 Yao Qi <yao.qi@linaro.org>
9184
9185 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
9186 is zero.
9187
9188 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9189
9190 * gdb.arch/cordic.ko.bz2: New file.
9191 * gdb.arch/cordic.ko.debug.bz2: New file.
9192 * gdb.arch/ppc64-symtab-cordic.exp: New file.
9193
9194 2015-02-25 Yao Qi <yao.qi@linaro.org>
9195
9196 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
9197 aarch64*-*-* target.
9198
9199 2015-02-23 Pedro Alves <palves@redhat.com>
9200
9201 * lib/gdb.exp (delete_breakpoints): Rewrite using
9202 gdb_test_multiple.
9203
9204 2015-02-23 Pedro Alves <palves@redhat.com>
9205
9206 * gdb.base/info-os.c: Include stdlib.h.
9207
9208 2015-02-22 Doug Evans <xdje42@gmail.com>
9209
9210 PR symtab/17855
9211 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
9212 is read after symbols have been re-read.
9213 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
9214 * gdb.ada/exec_changed/second.adb (Second): Ditto.
9215
9216 2015-02-21 Doug Evans <dje@google.com>
9217
9218 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
9219
9220 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9221
9222 PR corefiles/17808
9223 * gdb.arch/i386-biarch-core.core.bz2: New file.
9224 * gdb.arch/i386-biarch-core.exp: New file.
9225
9226 2015-02-21 Pedro Alves <palves@redhat.com>
9227
9228 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
9229 runto_main fails.
9230
9231 2015-02-20 Pedro Alves <palves@redhat.com>
9232
9233 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
9234 info probes.
9235
9236 2015-02-20 Pedro Alves <palves@redhat.com>
9237
9238 * gdb.threads/multi-create-ns-info-thr.exp: New file.
9239
9240 2015-02-20 Pedro Alves <palves@redhat.com>
9241
9242 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
9243 clean_restart before gdb_target_supports_trace.
9244
9245 2015-02-20 Pedro Alves <palves@redhat.com>
9246
9247 PR threads/18006
9248 * gdb.threads/clone-thread_db.c: New file.
9249 * gdb.threads/clone-thread_db.exp: New file.
9250
9251 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
9252
9253 PR breakpoints/16812
9254 * gdb.base/catch-gdb-caused-signals.c: New file.
9255 * gdb.base/catch-gdb-caused-signals.exp: New file.
9256
9257 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
9258
9259 * configure: Regenerated.
9260 * configure.ac: Use GDB_AC_TRANSFORM.
9261 * aclocal.m4: sinclude ../transform.m4.
9262
9263 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
9264
9265 * lib/dtrace.exp: New file.
9266 * gdb.base/dtrace-probe.exp: Likewise.
9267 * gdb.base/dtrace-probe.d: Likewise.
9268 * gdb.base/dtrace-probe.c: Likewise.
9269 * lib/pdtrace.in: Likewise.
9270 * configure.ac: Output variables with the transformed names of
9271 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
9272 * configure: Regenerated.
9273
9274 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
9275
9276 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
9277 expected message when trying to access $_probe_* convenience
9278 variables while not on a probe.
9279
9280 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9281
9282 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
9283
9284 2015-02-11 Pedro Alves <pedro@codesourcery.com>
9285
9286 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
9287 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
9288
9289 2015-02-10 Doug Evans <xdje42@gmail.com>
9290
9291 * lib/gdb.exp (gdb_load): Always return a result.
9292
9293 2015-02-10 Pedro Alves <palves@redhat.com>
9294
9295 * gdb.threads/signal-sigtrap.c: New file.
9296 * gdb.threads/signal-sigtrap.exp: New file.
9297
9298 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
9299
9300 * gdb.trace/no-attach-trace.c: New file.
9301 * gdb.trace/no-attach-trace.exp: New file.
9302
9303 2015-02-09 Mark Wielaard <mjw@redhat.com>
9304
9305 * gdb.dwarf2/atomic.c: New file.
9306 * gdb.dwarf2/atomic-type.exp: Likewise.
9307
9308 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9309
9310 * gdb.btrace/buffer-size.exp: Update "info record" output.
9311 * gdb.btrace/delta.exp: Update "info record" output.
9312 * gdb.btrace/enable.exp: Update "info record" output.
9313 * gdb.btrace/finish.exp: Update "info record" output.
9314 * gdb.btrace/instruction_history.exp: Update "info record" output.
9315 * gdb.btrace/next.exp: Update "info record" output.
9316 * gdb.btrace/nexti.exp: Update "info record" output.
9317 * gdb.btrace/step.exp: Update "info record" output.
9318 * gdb.btrace/stepi.exp: Update "info record" output.
9319 * gdb.btrace/nohist.exp: Update "info record" output.
9320
9321 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9322
9323 * gdb.btrace/buffer-size: New.
9324
9325 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9326
9327 * gdb.btrace/delta.exp: Update "info record" output.
9328 * gdb.btrace/enable.exp: Update "info record" output.
9329 * gdb.btrace/finish.exp: Update "info record" output.
9330 * gdb.btrace/instruction_history.exp: Update "info record" output.
9331 * gdb.btrace/next.exp: Update "info record" output.
9332 * gdb.btrace/nexti.exp: Update "info record" output.
9333 * gdb.btrace/step.exp: Update "info record" output.
9334 * gdb.btrace/stepi.exp: Update "info record" output.
9335 * gdb.btrace/nohist.exp: Update "info record" output.
9336
9337 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
9338
9339 PR gdb/15678
9340 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
9341
9342 2015-02-06 Pedro Alves <palves@redhat.com>
9343
9344 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
9345 macro.
9346 (seconds_left, again): New globals.
9347 (main): Wait seconds_left in a 1-second sleep loop instead of
9348 sleeping 180 seconds. If 'again' is set, reset the seconds
9349 counter.
9350 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
9351 'again' in the inferior before detaching. Print the seconds left.
9352 (options): New global.
9353 (top level): Build program with -DTIMEOUT=$timeout.
9354
9355 2015-02-06 Pedro Alves <palves@redhat.com>
9356
9357 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
9358 determine how many seconds to pass to 'alarm'.
9359 * gdb.base/gdb-sigterm.exp (top level): Build program with
9360 -DTIMEOUT=$timeout.
9361 (do_test): Return success/failure indication. Add more verbose
9362 logging. Don't fail if 200 single steps are seen. Instead, fail
9363 when the test times out.
9364 (passes): New global.
9365 (top level): Break the testing loop if testing fails on any
9366 iteration. Use gdb_assert.
9367
9368 2015-02-04 Don Breazeal <donb@codesourcery.com>
9369
9370 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
9371 and initialize them.
9372 (ipc_cleanup): New function.
9373 (main): Don't declare shmid, semid, and msqid. Add a call to
9374 atexit so that we call ipc_cleanup on exit.
9375
9376 2015-02-04 Pedro Alves <palves@redhat.com>
9377
9378 * boards/native-extended-gdbserver.exp: Remove any target variant
9379 specifications from the board name before clearing the isremote
9380 flag from board_info.
9381
9382 2015-01-31 Doug Evans <xdje42@gmail.com>
9383
9384 * gdb.base/maint.exp <maint print type argc>: Update expected output.
9385
9386 2015-01-31 Gary Benson <gbenson@redhat.com>
9387
9388 * gdb.base/completion.exp: Disable completion limiting for
9389 existing tests. Add new tests to check completion limiting.
9390 * gdb.linespec/ls-errs.exp: Disable completion limiting.
9391
9392 2015-01-31 Doug Evans <xdje42@gmail.com>
9393
9394 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
9395
9396 2015-01-31 Doug Evans <xdje42@gmail.com>
9397
9398 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
9399 entries. Duplicate file section script entries.
9400 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
9401 inlined entries. Add test for safe-path rejection.
9402 * gdb.python/py-section-script.c: Add duplicate inlined section script
9403 entries. Duplicate file section script entries.
9404 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
9405 inlined entries. Add test for safe-path rejection.
9406
9407 2015-01-29 Joel Brobecker <brobecker@adacore.com>
9408
9409 * gdb.ada/disc_arr_bound: New testcase.
9410
9411 2015-01-29 Joel Brobecker <brobecker@adacore.com>
9412
9413 * gdb.ada/mi_var_array: New testcase.
9414
9415 2015-01-27 Doug Evans <dje@google.com>
9416
9417 * gdb.python/py-objfile.exp: Add tests for objfile.username.
9418 Add test for objfile.filename, objfile.username after objfile
9419 has been unloaded.
9420
9421 2015-01-26 Joel Brobecker <brobecker@adacore.com>
9422
9423 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
9424 the second test to print the name attribute of value
9425 returned by the call to gdb.lookup_type, and adjust
9426 the expected output accordingly.
9427
9428 2015-01-25 Mark Wielaard <mjw@redhat.com>
9429
9430 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
9431 * gdb.base/disp-step-fork.c: Include unistd.h.
9432 * gdb.base/siginfo-obj.c: Include stdio.h.
9433 * gdb.base/siginfo-thread.c: Likewise.
9434 * gdb.mi/non-stop.c: Include unistd.h.
9435 * gdb.mi/nsthrexec.c: Include stdio.h.
9436 * gdb.mi/pthreads.c: Include unistd.h.
9437 * gdb.modula2/unbounded1.c (main): Declare returns int.
9438 * gdb.reverse/consecutive-reverse.c: Likewise.
9439 * gdb.threads/create-fail.c: Include unistd.h.
9440 * gdb.threads/killed.c: Likewise.
9441 * gdb.threads/linux-dp.c: Likewise.
9442 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
9443 * gdb.threads/non-ldr-exc-2.c: Likewise.
9444 * gdb.threads/non-ldr-exc-3.c: Likewise.
9445 * gdb.threads/non-ldr-exc-4.c: Likewise.
9446 * gdb.threads/pthreads.c: Include unistd.h.
9447 (main): Declare returns int.
9448 * gdb.threads/tls-main.c (foo): New declaration.
9449 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
9450
9451 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
9452
9453 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
9454 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
9455
9456 2015-01-15 Mark Wielaard <mjw@redhat.com>
9457
9458 * gdb.base/noreturn-return.c: New file.
9459 * gdb.base/noreturn-return.exp: New file.
9460 * gdb.base/noreturn-finish.c: New file.
9461 * gdb.base/noreturn-finish.exp: New file.
9462
9463 2015-01-23 Pedro Alves <palves@redhat.com>
9464
9465 * gdb.threads/continue-pending-after-query.c: New file.
9466 * gdb.threads/continue-pending-after-query.exp: New file.
9467
9468 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
9469 Simon Marchi <simon.marchi@ericsson.com>
9470
9471 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
9472 * gdb.base/valgrind-db-attach.exp: Same.
9473 * gdb.base/valgrind-infcall.exp: Same.
9474 * lib/mi-support.exp (default_mi_gdb_start): Same.
9475 * lib/prompt.exp (default_prompt_gdb_start): Same.
9476 * lib/gdb.exp (default_gdb_spawn): Same.
9477 (gdb_interact): New.
9478
9479
9480 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9481
9482 * gdb.compile/compile.exp (pointer to jit function): New test.
9483
9484 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
9485
9486 * lib/gdb.exp (supports_process_record): Return true for
9487 powerpc*-*-linux*.
9488 (supports_reverse): Likewise.
9489
9490 2015-01-15 Don Breazeal <donb@codesourcery.com>
9491
9492 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
9493 instead of checking whether the target board is remote and
9494 use spawn_wait_for_attach instead of exec/sleep.
9495 * gdb.base/attach-twice.exp: Likewise.
9496
9497 2015-01-15 Joel Brobecker <brobecker@adacore.com>
9498
9499 * gdb.ada/var_arr_attrs: New testcase.
9500
9501 2015-01-14 Pedro Alves <palves@redhat.com>
9502 Joel Brobecker <brobecker@adacore.com>
9503
9504 PR gdb/17525
9505 * gdb.base/bp-cmds-execution-x-script.c: New file.
9506 * gdb.base/bp-cmds-execution-x-script.exp: New file.
9507 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
9508
9509 2015-01-14 Pedro Alves <palves@redhat.com>
9510
9511 PR cli/17828
9512 * gdb.base/batch-preserve-term-settings.c: New file.
9513 * gdb.base/batch-preserve-term-settings.exp: New file.
9514
9515 2015-01-13 Doug Evans <dje@google.com>
9516
9517 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
9518 binary.
9519
9520 2015-01-13 Joel Brobecker <brobecker@adacore.com>
9521
9522 * Makefile.in (clean mostlyclean): Do not delete *.py.
9523
9524 2015-01-13 Joel Brobecker <brobecker@adacore.com>
9525
9526 * gdb.python/py-lookup-type.exp: New file.
9527
9528 2015-01-12 Pedro Alves <palves@redhat.com>
9529
9530 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
9531 restore GDBFLAGS before returning.
9532
9533 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9534
9535 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
9536 is_amd64_regs_target and is_x86_like_target.
9537
9538 2015-01-11 Doug Evans <xdje42@gmail.com>
9539
9540 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
9541 is given without an explicit form.
9542 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
9543 attributes.
9544 * gdb.dwarf/corrupt.exp: Ditto.
9545 * gdb.dwarf2/enum-type.exp: Ditto.
9546 * gdb.trace/entry-values.exp: Ditto.
9547 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
9548
9549 2015-01-11 Doug Evans <xdje42@gmail.com>
9550
9551 PR gdb/15830
9552 * gdb.base/maint.exp: Remove references to "maint demangle".
9553 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
9554 Add tests for explicitly specifying language to demangle.
9555 * gdb.dlang/demangle.exp: Ditto.
9556
9557 2015-01-09 Pedro Alves <palves@redhat.com>
9558
9559 * gdb.threads/non-stop-fair-events.c: New file.
9560 * gdb.threads/non-stop-fair-events.exp: New file.
9561
9562 2015-01-09 Pedro Alves <palves@redhat.com>
9563
9564 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
9565 the global scope. Set a breakpoint after all threads are started
9566 rather than stepping over two source lines. Expect the prompt.
9567 * gdb.base/watch_thread_num.c (threads_started_barrier): New
9568 global.
9569 (NUM): Now 15.
9570 (main): Use threads_started_barrier to wait for all threads to
9571 start. Main thread no longer calls thread_function. Exit after
9572 180 seconds.
9573 (loop): New function.
9574 (thread_function): Wait on threads_started_barrier barrier. Call
9575 'loop' at each iteration.
9576 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
9577 threads have started, instead of hardcoding number of "next"
9578 steps. Use an access watchpoint instead of a write watchpoint.
9579
9580 2015-01-09 Pedro Alves <palves@redhat.com>
9581
9582 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
9583 (thread_func): Wait on barrier.
9584 (main): Wait for all threads to start before stopping GDB.
9585 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
9586 global.
9587 (thread1_func, thread2_func): Wait on barrier.
9588 (main): Wait for all threads to start before stopping GDB.
9589 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
9590 New global.
9591 (thread1_func, thread2_func): Wait on barrier.
9592 (main): Wait for all threads to start before stopping GDB.
9593
9594 2015-01-09 Pedro Alves <palves@redhat.com>
9595
9596 * gdb.threads/attach-many-short-lived-threads.c: New file.
9597 * gdb.threads/attach-many-short-lived-threads.exp: New file.
9598
9599 2014-01-09 Pedro Alves <palves@redhat.com>
9600
9601 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
9602 instead of to thread 2.
9603 * gdb.threads/signal-command-multiple-signals-pending.c (main):
9604 Add barrier around each pthread_create call instead of around all
9605 calls.
9606 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
9607 Set a break on thread_function and have the child threads hit it
9608 one at at a time.
9609
9610 2015-01-09 Pedro Alves <palves@redhat.com>
9611
9612 * lib/gdb.exp (can_spawn_for_attach): New procedure.
9613 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
9614 false.
9615 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
9616 checking whether the target board is remote.
9617 * gdb.multi/multi-attach.exp: Likewise.
9618 * gdb.python/py-sync-interp.exp: Likewise.
9619 * gdb.server/ext-attach.exp: Likewise.
9620 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
9621 tests that need to attach, instead of checking whether the target
9622 board is remote at the top of the file.
9623
9624 2015-01-08 Yao Qi <yao@codesourcery.com>
9625
9626 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
9627
9628 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9629
9630 Fix testcase compilation.
9631 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
9632
9633 2015-01-06 Joel Brobecker <brobecker@adacore.com>
9634
9635 * gdb.python/py-type.exp: Add a couple test about empty
9636 array creation, and negative-length array creation.
9637
9638 2015-01-02 Doug Evans <xdje42@gmail.com>
9639
9640 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
9641
9642 2015-01-02 Doug Evans <dje@google.com>
9643
9644 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
9645
9646 2014-12-29 Yao Qi <yao@codesourcery.com>
9647
9648 * gdb.trace/entry-values.exp: Update comments. Rename variable
9649 bar_call_foo to returned_from_foo.
9650
9651 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
9652
9653 PR gdb/17394
9654 * gdb.linespec/break-asm-file.c: New file.
9655 * gdb.linespec/break-asm-file.exp: New file.
9656 * gdb.linespec/break-asm-file0.s: New file.
9657 * gdb.linespec/break-asm-file1.s: New file.
9658
9659 2014-12-18 Nigel Stephens <nigel@mips.com>
9660 Maciej W. Rozycki <macro@codesourcery.com>
9661
9662 * gdb.base/float.exp: Handle the new output from "info float" on
9663 MIPS targets.
9664
9665 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9666
9667 Fix MinGW compilation.
9668 * gdb.compile/compile-ops.exp: Update untested message if
9669 !skip_compile_feature_tests.
9670 * gdb.compile/compile-setjmp.exp: Likewise.
9671 * gdb.compile/compile-tls.exp: Likewise.
9672 * gdb.compile/compile.exp: Likewise.
9673 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
9674 supported on this host".
9675
9676 2014-12-16 Doug Evans <xdje42@gmail.com>
9677
9678 * boards/stabs.exp: New file.
9679
9680 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
9681
9682 * gdb.base/completion.exp: Adjust to format changes of "maint
9683 print user-registers".
9684
9685 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
9686
9687 PR server/17457
9688 * gdb.arch/aarch64-fp.c: New file.
9689 * gdb.arch/aarch64-fp.exp: New file.
9690
9691 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
9692
9693 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
9694 r210637, r210913, r211666, r215400, r215817).
9695
9696 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
9697 * dg-extract-results.py: New file.
9698 * dg-extract-results.sh: Use it if the environment seems
9699 suitable.
9700
9701 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
9702
9703 * dg-extract-results.py (parse_run): Handle warnings that
9704 are printed before a test harness is run.
9705
9706 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
9707
9708 * dg-extract-results.py (Named): Remove __cmp__ method.
9709 (output_variation): Use a key to sort variation.harnesses.
9710
9711 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
9712
9713 * dg-extract-results.py: For Python 3, force sys.stdout to
9714 handle surrogate escape sequences.
9715 (safe_open): New function.
9716 (output_segment, main): Use it.
9717
9718 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
9719
9720 * dg-extract-results.py (Prog.result_re): Include options
9721 in test name.
9722
9723 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
9724
9725 * dg-extract-results.py (output_variation): Always sort if
9726 do_sum.
9727
9728 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
9729
9730 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
9731 as long as we get pagination notifications.
9732
9733 2014-12-15 Jason Merrill <jason@redhat.com>
9734
9735 * Makefile.in (check-gdb.%): Restore.
9736 * README: Mention it.
9737
9738 2014-12-13 Joel Brobecker <brobecker@adacore.com>
9739
9740 * gdb.ada/str_uninit: New testcase.
9741
9742 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9743
9744 PR symtab/17642
9745 * gdb.base/vla-stub-define.c: New file.
9746 * gdb.base/vla-stub.c: New file.
9747 * gdb.base/vla-stub.exp: New file.
9748
9749 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
9750 Jan Kratochvil <jan.kratochvil@redhat.com>
9751 Tom Tromey <tromey@redhat.com>
9752
9753 * configure.ac: Add gdb.compile/.
9754 * configure: Regenerate.
9755 * gdb.compile/Makefile.in: New file.
9756 * gdb.compile/compile-ops.exp: New file.
9757 * gdb.compile/compile-ops.c: New file.
9758 * gdb.compile/compile-tls.c: New file.
9759 * gdb.compile/compile-tls.exp: New file.
9760 * gdb.compile/compile-constvar.S: New file.
9761 * gdb.compile/compile-constvar.c: New file.
9762 * gdb.compile/compile-mod.c: New file.
9763 * gdb.compile/compile-nodebug.c: New file.
9764 * gdb.compile/compile-setjmp-mod.c: New file.
9765 * gdb.compile/compile-setjmp.c: New file.
9766 * gdb.compile/compile-setjmp.exp: New file.
9767 * gdb.compile/compile-shlib.c: New file.
9768 * gdb.compile/compile.c: New file.
9769 * gdb.compile/compile.exp: New file.
9770 * lib/gdb.exp (skip_compile_feature_tests): New proc.
9771
9772 2014-12-12 Tom Tromey <tromey@redhat.com>
9773
9774 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
9775 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
9776
9777 2014-12-12 Doug Evans <dje@google.com>
9778
9779 * lib/gdb-python.exp (get_python_valueof): New function.
9780 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
9781
9782 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
9783
9784 * gdb.base/completion.exp: Add test for completion of "info
9785 registers ".
9786
9787 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
9788
9789 * gdb.base/func-ptrs.c: New file.
9790 * gdb.base/func-ptrs.exp: New file.
9791
9792 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
9793
9794 PR breakpoints/17012
9795 * gdb.base/dprintf-detach.c: New file.
9796 * gdb.base/dprintf-detach.exp: New file.
9797
9798 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
9799
9800 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
9801 * lib/gdb.exp (target_is_gdbserver): New procedure.
9802
9803 2014-12-08 Doug Evans <dje@google.com>
9804
9805 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
9806
9807 2014-12-05 Yao Qi <yao@codesourcery.com>
9808
9809 * gdb.guile/scm-error.exp: Remove the third argument to
9810 gdb_remote_download.
9811 * gdb.guile/scm-frame-args.exp: Likewise.
9812 * gdb.guile/scm-section-script.exp: Likewise.
9813
9814 2014-12-05 Yao Qi <yao@codesourcery.com>
9815
9816 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
9817
9818 2014-12-04 Doug Evans <dje@google.com>
9819
9820 * gdb.python/py-objfile.exp: Add tests for
9821 objfile.add_separate_debug_file.
9822
9823 2014-12-04 Doug Evans <dje@google.com>
9824
9825 * lib/gdb.exp (get_build_id): New function.
9826 (build_id_debug_filename_get): Rewrite to use it.
9827 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
9828
9829 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
9830
9831 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
9832 `method(long)', not just 0x0.
9833 * gdb.cp/nsalias.exp: Align code labels to 4.
9834 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
9835 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
9836 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
9837 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
9838 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
9839 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
9840
9841 2014-12-02 Doug Evans <dje@google.com>
9842
9843 PR symtab/17602
9844 * gdb.cp/anon-ns.cc: Move guts of this file to ...
9845 * gdb.cp/anon-ns2.cc: ... here. New file.
9846 * gdb.cp/anon-ns.exp: Update.
9847
9848 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
9849
9850 * gdb.python/py-events.py (inferior_call_handler): New.
9851 (register_changed_handler, memory_changed_handler): New.
9852 (test_events.invoke): Register new handlers.
9853 * gdb.python/py-events.exp: Add tests for inferior call,
9854 memory_changed and register_changed events.
9855
9856 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
9857
9858 * gdb.base/execl-update-breakpoints.exp: Specify the link address
9859 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
9860 if the linker doesn't understand this.
9861
9862 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
9863
9864 * gdb.python/python.exp: Change expected reply to help().
9865
9866 2014-12-01 Yao Qi <yao@codesourcery.com>
9867
9868 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
9869 AC_CONFIG_SUBDIRS(gdb.gdbtk).
9870 * configure: Re-generated.
9871
9872 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
9873
9874 * gdb.cp/chained-calls.cc: New file.
9875 * gdb.cp/chained-calls.exp: New file.
9876 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
9877
9878 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
9879
9880 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
9881 * gdb.dwarf2/symtab-producer.exp: Same.
9882 * gdb.gdb/python-interrupts.exp: Same.
9883 * gdb.gdb/python-selftest.exp: Same.
9884 * gdb.python/py-linetable.exp: Same.
9885 * gdb.python/py-type.exp: Same.
9886 * gdb.python/py-value-cc.exp: Same.
9887 * gdb.python/py-value.exp: Same.
9888
9889 2014-11-28 Yao Qi <yao@codesourcery.com>
9890
9891 * gdb.base/break-probes.exp: Match library name prefixed with
9892 sysroot.
9893
9894 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
9895
9896 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
9897 test expected output. Add parentheses for the call to print.
9898 Remove L suffix from integers.
9899
9900 2014-11-26 Doug Evans <dje@google.com>
9901
9902 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
9903
9904 2014-11-22 Yao Qi <yao@codesourcery.com>
9905
9906 * gdb.trace/entry-values.c: Remove asms.
9907 (foo): Add foo_label.
9908 (bar): Add bar_label.
9909 * gdb.trace/entry-values.exp: Remove code computing foo's
9910 length and bar's length.
9911 (Dwarf::assemble): Invoke function_range for bar and use
9912 MACRO_AT_func for foo.
9913
9914 2014-11-22 Yao Qi <yao@codesourcery.com>
9915
9916 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
9917 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
9918 Use .Lgcc43_procstart instead of gcc43.
9919
9920 2014-11-21 Joel Brobecker <brobecker@adacore.com>
9921
9922 * gdb.ada/n_arr_bound: New testcase.
9923
9924 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
9925
9926 PR breakpoints/10737
9927 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
9928 test_catch_syscall_multi_arch.
9929 (test_catch_syscall_multi_arch): New function.
9930
9931 2014-11-20 Doug Evans <xdje42@gmail.com>
9932
9933 * gdb.base/maint.exp: Update expected output.
9934
9935 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
9936
9937 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
9938 4-byte instruction on S390.
9939
9940 2014-11-19 Joel Brobecker <brobecker@adacore.com>
9941
9942 * gdb.ada/arr_arr: New testcase.
9943
9944 2014-11-19 Joel Brobecker <brobecker@adacore.com>
9945
9946 * gdb.ada/pkd_arr_elem: New Testcase.
9947
9948 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
9949
9950 * gdb.reverse/break-precsave: Expect completion message for
9951 core file reads.
9952 * gdb.reverse/consecutive-precsave.exp: Likewise.
9953 * gdb.reverse/finish-precsave.exp: Likewise.
9954 * gdb.reverse/i386-precsave.exp: Likewise.
9955 * gdb.reverse/machinestate-precsave.exp: Likewise.
9956 * gdb.reverse/sigall-precsave.exp: Likewise.
9957 * gdb.reverse/solib-precsave.exp: Likewise.
9958 * gdb.reverse/step-precsave.exp: Likewise.
9959 * gdb.reverse/until-precsave.exp: Likewise.
9960 * gdb.reverse/watch-precsave.exp: Likewise.
9961
9962 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9963
9964 * gdb.base/bp-permanent.c: Include unistd.h.
9965 * gdb.python/py-framefilter-mi.c (main): Add return type.
9966 * gdb.python/py-framefilter.c (main): Likewise.
9967 * gdb.trace/actions-changed.c (main): Likewise.
9968
9969 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9970
9971 * gdb.mi/until.c: Add eye-catchers.
9972 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
9973 line numbers.
9974
9975 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9976
9977 * gdb.base/condbreak.exp: Drop references to removed non-prototype
9978 function header variants in break1.c.
9979 * gdb.base/ena-dis-br.exp: Likewise.
9980 * gdb.base/hbreak2.exp: Likewise.
9981 * gdb.reverse/until-precsave.exp: Drop references to removed
9982 non-prototype function header variants in ur1.c.
9983 * gdb.reverse/until-reverse.exp: Likewise.
9984
9985 2014-11-17 Petr Machata <pmachata@redhat.com>
9986
9987 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
9988 ${_cu_offset_size} bytes abbrev offset.
9989
9990 2014-11-15 Doug Evans <xdje42@gmail.com>
9991
9992 PR symtab/17559
9993 * gdb.base/line-symtabs.exp: New file.
9994 * gdb.base/line-symtabs.c: New file.
9995 * gdb.base/line-symtabs.h: New file.
9996
9997 2014-11-14 Yao Qi <yao@codesourcery.com>
9998
9999 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
10000 (func): Add label func_label.
10001 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
10002 Replace low_pc and high_pc with MACRO_AT_range.
10003 Replace name, low_pc and high_pc with MACRO_AT_func.
10004
10005 2014-11-14 Yao Qi <yao@codesourcery.com>
10006
10007 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
10008 Replace name, low_pc and high_pc with MACRO_AT_func.
10009
10010 2014-11-14 Yao Qi <yao@codesourcery.com>
10011
10012 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
10013 produce debug information.
10014 * gdb.dwarf2/implptr-optimized-out.S: Removed.
10015
10016 2014-11-14 Yao Qi <yao@codesourcery.com>
10017
10018 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
10019 object and get function length.
10020 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
10021 with MACRO_AT_func.
10022 (top-level): Replace gdb_compile and clean_restart with
10023 prepare_for_testing.
10024 * gdb.dwarf2/main.c (main): Add label main_label.
10025
10026 2014-11-14 Yao Qi <yao@codesourcery.com>
10027
10028 * lib/dwarf.exp (function_range): New procedure.
10029 (Dwarf::_handle_macro_at_func): New procedure.
10030 (Dwarf::_handle_macro_at_range): New procedure.
10031 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
10032
10033 2014-11-14 Yao Qi <yao@codesourcery.com>
10034
10035 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
10036 (_handle_attribute): New procedure.
10037
10038 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10039
10040 * gdb.ada/cond_lang/foo.c (callme): Add return type.
10041 * gdb.base/call-sc.c (zed): Likewise.
10042 * gdb.base/checkpoint.c (main): Likewise.
10043 * gdb.base/dump.c (main): Likewise.
10044 * gdb.base/gcore.c (main): Likewise.
10045 * gdb.base/huge.c (main): Likewise.
10046 * gdb.base/multi-forks.c (main): Likewise.
10047 * gdb.base/pr10179-a.c (main): Likewise.
10048 * gdb.base/savedregs.c (main): Likewise.
10049 * gdb.base/sigaltstack.c (main): Likewise.
10050 * gdb.base/siginfo.c (main): Likewise.
10051 * gdb.base/structs.c (zed): Likewise.
10052 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
10053 * gdb.mi/mi-syn-frame.c (main): Likewise.
10054 * gdb.mi/until.c (foo, main): Likewise.
10055 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
10056 * gdb.base/solib-weak.c (foo): Declare.
10057 * gdb.base/attach-twice.c: Include stdio.h.
10058 * gdb.base/weaklib1.c: Likewise.
10059 * gdb.base/weaklib2.c: Likewise.
10060 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
10061 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
10062 unistd.h.
10063 * gdb.base/attach-pie-misread.c: Include stdlib.h.
10064 * gdb.mi/mi-exit-code.c: Likewise.
10065 * gdb.base/break-interp-lib.c: Include string.h.
10066 * gdb.base/coremaker.c: Likewise.
10067 * gdb.base/testenv.c: Likewise.
10068 * gdb.python/py-finish-breakpoint.c: Likewise.
10069 * gdb.base/inferior-died.c: Include sys/wait.h.
10070 * gdb.base/fileio.c: Include time.h.
10071 * gdb.base/async-shell.c: Include unistd.h.
10072 * gdb.base/dprintf-non-stop.c: Likewise.
10073 * gdb.base/info-os.c: Likewise.
10074 * gdb.mi/mi-console.c: Likewise.
10075 * gdb.mi/watch-nonstop.c: Likewise.
10076 * gdb.python/py-events.c: Likewise.
10077 * gdb.base/async.c (baz): Move up before its invocation.
10078 * gdb.base/code_elim2.c (my_global_func): Likewise.
10079 * gdb.base/skip-solib-lib.c (multiply): Likewise.
10080 * gdb.base/advance.c (func2): Likewise.
10081
10082 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10083
10084 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
10085 variant.
10086 * gdb.base/annota3.c: Likewise.
10087 * gdb.base/async.c: Likewise.
10088 * gdb.base/average.c: Likewise.
10089 * gdb.base/call-ar-st.c: Likewise.
10090 * gdb.base/call-rt-st.c: Likewise.
10091 * gdb.base/call-sc.c: Likewise.
10092 * gdb.base/call-strs.c: Likewise.
10093 * gdb.base/ending-run.c: Likewise.
10094 * gdb.base/execd-prog.c: Likewise.
10095 * gdb.base/exprs.c: Likewise.
10096 * gdb.base/foll-exec.c: Likewise.
10097 * gdb.base/foll-fork.c: Likewise.
10098 * gdb.base/foll-vfork.c: Likewise.
10099 * gdb.base/funcargs.c: Likewise.
10100 * gdb.base/gcore.c: Likewise.
10101 * gdb.base/jump.c: Likewise.
10102 * gdb.base/langs0.c: Likewise.
10103 * gdb.base/langs1.c: Likewise.
10104 * gdb.base/langs2.c: Likewise.
10105 * gdb.base/mips_pro.c: Likewise.
10106 * gdb.base/nodebug.c: Likewise.
10107 * gdb.base/opaque0.c: Likewise.
10108 * gdb.base/opaque1.c: Likewise.
10109 * gdb.base/recurse.c: Likewise.
10110 * gdb.base/run.c: Likewise.
10111 * gdb.base/scope0.c: Likewise.
10112 * gdb.base/scope1.c: Likewise.
10113 * gdb.base/setshow.c: Likewise.
10114 * gdb.base/setvar.c: Likewise.
10115 * gdb.base/shmain.c: Likewise.
10116 * gdb.base/shr1.c: Likewise.
10117 * gdb.base/shr2.c: Likewise.
10118 * gdb.base/sigall.c: Likewise.
10119 * gdb.base/signals.c: Likewise.
10120 * gdb.base/so-indr-cl.c: Likewise.
10121 * gdb.base/solib2.c: Likewise.
10122 * gdb.base/structs.c: Likewise.
10123 * gdb.base/sum.c: Likewise.
10124 * gdb.base/vforked-prog.c: Likewise.
10125 * gdb.base/watchpoint.c: Likewise.
10126 * gdb.reverse/shr2.c: Likewise.
10127 * gdb.reverse/until-reverse.c: Likewise.
10128 * gdb.reverse/ur1.c: Likewise.
10129 * gdb.reverse/watch-reverse.c: Likewise.
10130
10131 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10132
10133 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
10134 variant.
10135 * gdb.base/sepdebug.exp: Drop references to removed code.
10136
10137 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10138
10139 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
10140 variant. Preserve original line numbering.
10141 * gdb.base/list1.c: Likewise.
10142
10143 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10144
10145 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
10146 variant.
10147 * gdb.base/break1.c: Likewise.
10148 * gdb.base/break.exp: Drop references to removed code.
10149
10150 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10151
10152 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
10153 variant.
10154
10155 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10156
10157 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
10158
10159 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10160
10161 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
10162 logic into perform_all_tests() and invoke it with and without
10163 function header prototypes.
10164 (do_function_calls): Remove conditional XFAIL for PR 5318.
10165 (rerun_and_prepare): Remove duplicate code.
10166 (perform_all_tests): New. Main logic moved here.
10167
10168 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10169
10170 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
10171 code guarded by #ifdef NO_PROTOTYPES.
10172 (t_double_many_args): Likewise.
10173 (DEF_FUNC_MANY_ARGS_1): Likewise.
10174 (DEF_FUNC_VALUES_1): Likewise.
10175 (t_structs_ldc): Renamed from t_structs_fc in conditional code
10176 guarded by #ifdef PROTOTYPES.
10177
10178 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10179
10180 * gdb.mi/mi-console.c: Add eye-catcher.
10181 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
10182 instead of literal line number.
10183
10184 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10185
10186 * gdb.base/shr2.c: Add eye-catcher.
10187 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
10188 line number.
10189
10190 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10191
10192 * gdb.base/jump.c: Add eye-catchers.
10193 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
10194 numbers.
10195
10196 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10197
10198 * gdb.base/execd-prog.c: Add eye-catchers.
10199 * gdb.base/foll-exec.c: Likewise.
10200 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
10201 line numbers.
10202
10203 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10204
10205 * gdb.base/ending-run.c: Add eye-catchers.
10206 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
10207 literal line numbers.
10208
10209 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10210
10211 * gdb.base/call-rt-st.c: Add eye-catchers.
10212 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
10213 literal line numbers.
10214
10215 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10216
10217 * gdb.base/call-ar-st.c: Add eye-catchers.
10218 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
10219 literal line numbers.
10220
10221 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10222
10223 * gdb.base/average.c: Add eye-catchers.
10224 * gdb.base/sum.c: Likewise.
10225 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
10226 regexps dynamically.
10227
10228 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10229
10230 * gdb.base/solib1.c: Add eye-catchers.
10231 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
10232 literal line numbers.
10233
10234 2014-11-12 Pedro Alves <palves@redhat.com>
10235
10236 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
10237 leader has exited.
10238
10239 2014-11-12 Pedro Alves <palves@redhat.com>
10240
10241 * gdb.arch/i386-bp_permanent.c: New file.
10242 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
10243 (srcfile): Set to i386-bp_permanent.c.
10244 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
10245 that stepi does not execute the 'leave' instruction, instead of
10246 testing it does execute.
10247 * gdb.base/bp-permanent.c: New file.
10248 * gdb.base/bp-permanent.exp: New file.
10249
10250 2014-11-10 Doug Evans <xdje42@gmail.com>
10251
10252 PR symtab/17564
10253 * gdb.base/symtab-search-order.exp: New file.
10254 * gdb.base/symtab-search-order.c: New file.
10255 * gdb.base/symtab-search-order-1.c: New file.
10256 * gdb.base/symtab-search-order-shlib-1.c: New file.
10257
10258 2014-11-07 Pedro Alves <palves@redhat.com>
10259
10260 PR gdb/17511
10261 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
10262 i?86-*-linux*.
10263
10264 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
10265
10266 PR c++/17494
10267 * gdb.cp/pr17494.cc: New file.
10268 * gdb.cp/pr17494.exp: New file.
10269
10270 2014-11-02 Yao Qi <yao@codesourcery.com>
10271
10272 * gdb.python/python.exp: Get working directory and match the
10273 output of "set extended-prompt \\w " with it.
10274
10275 2014-10-30 Doug Evans <dje@google.com>
10276
10277 * gdb.python/py-objfile.exp: Add tests for setting random attributes
10278 in objfiles.
10279 * gdb.python/py-progspace.exp: Add tests for setting random attributes
10280 in progspaces.
10281
10282 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
10283
10284 * gdb.base/fullpath-expand.exp: Skip for a remote host.
10285 * gdb.base/realname-expand.exp: Likewise.
10286 * gdb.linespec/macro-relative.exp: Likewise.
10287
10288 2014-10-29 Pedro Alves <palves@redhat.com>
10289
10290 PR gdb/17408
10291 * gdb.threads/schedlock.c (some_function): New function.
10292 (call_function): New global.
10293 (MAYBE_CALL_SOME_FUNCTION): New macro.
10294 (thread_function): Call it.
10295 * gdb.threads/schedlock.exp (get_args): Add description parameter,
10296 and use it instead of a global counter. Adjust all callers.
10297 (get_current_thread): Use "find current thread" for test message
10298 here rather than having all callers pass down the same string.
10299 (goto_loop): New procedure, factored out from ...
10300 (my_continue): ... this.
10301 (step_ten_loops): Change parameter from test message to command to
10302 use. Adjust.
10303 (list_count): Delete global.
10304 (check_result): New procedure, factored out from duplicate top
10305 level code.
10306 (continue tests): Wrap in with_test_prefix.
10307 (test_step): New procedure, factored out from duplicate top level
10308 code.
10309 (top level): Test "step" in combination with all scheduler-locking
10310 modes. Test "next" in combination with all scheduler-locking
10311 modes, and in combination with stepping over a function call or
10312 not.
10313 * gdb.threads/next-bp-other-thread.c: New file.
10314 * gdb.threads/next-bp-other-thread.exp: New file.
10315
10316 2014-10-29 Pedro Alves <palves@redhat.com>
10317
10318 PR python/17372
10319 * gdb.python/python.exp: Test a multi-line command that spawns
10320 interactive Python.
10321 * gdb.base/multi-line-starts-subshell.exp: New file.
10322
10323 2014-10-29 Yao Qi <yao@codesourcery.com>
10324
10325 * gdb.base/fileio.exp: Make directories on host.
10326
10327 2014-10-29 Yao Qi <yao@codesourcery.com>
10328
10329 * gdb.base/fileio.c (test_write): Close the file.
10330
10331 2014-10-28 Pedro Alves <palves@redhat.com>
10332
10333 PR gdb/12623
10334 * gdb.base/sigstep.c (no_handler): New global.
10335 (main): If 'no_handler is true, set the signal handlers to
10336 SIG_IGN.
10337 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
10338 with_sw_watch and no_handler parameters. Handle them.
10339 (top level) <stepping over handler when stopped at a breakpoint
10340 test>: Add a test axis for testing with a software watchpoint, and
10341 another for testing with the signal handler set to SIG_IGN.
10342 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
10343 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
10344
10345 2014-10-28 Pedro Alves <palves@redhat.com>
10346
10347 PR gdb/17511
10348 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
10349 * gdb.base/sigstep.exp (other_handler_location): New global.
10350 (advance): Support stepping into the signal handler, and running
10351 commands while in the handler.
10352 (in_handler_map): New global.
10353 (top level): In the advance test, add combinations for getting
10354 into the handler with stepping commands, and for running commands
10355 in the handler. Add comment descripting the advancei tests.
10356
10357 2014-10-28 Pedro Alves <palves@redhat.com>
10358
10359 * gdb.base/sigstep.exp: Use build_executable instead of
10360 prepare_for_testing.
10361 (top level): Move code that starts GDB, runs to main and creates a
10362 display to ...
10363 (restart): ... this new procedure.
10364 (top level): Move backtrace from signal handler test to ...
10365 (validate_backtrace): ... this new procedure.
10366 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
10367 with_test_prefix. Always restart GDB.
10368 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
10369 with_test_prefix. Always restart GDB. No need to delete
10370 breakpoints after the test.
10371 (test_skip_handler): Remove prefix parameter.
10372 (skip_over_handler, breakpoint_to_handler)
10373 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
10374 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
10375 restart GDB. No need to delete breakpoints after the test.
10376 (top level): Use foreach to call the test procedures with
10377 different commands.
10378
10379 2014-10-28 Pedro Alves <palves@redhat.com>
10380
10381 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
10382 instead of GNATS numbers.
10383 * gdb.base/sigbpt.exp: Likewise.
10384 * gdb.base/siginfo.exp: Likewise.
10385 * gdb.base/sigstep.exp: Likewise.
10386
10387 2014-10-27 Pedro Alves <palves@redhat.com>
10388
10389 * gdb.base/sigstep.c (dummy): New global.
10390 (main): Issue a couple writes to the new global.
10391 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
10392 procedures.
10393 (skip_over_handler): Use test_skip_handler.
10394 (top level): Call skip_over_handler for stepi and nexti too.
10395 (breakpoint_over_handler): Use test_skip_handler.
10396 (top level): Call breakpoint_over_handler for stepi and nexti too.
10397
10398 2014-10-27 Yao Qi <yao@codesourcery.com>
10399
10400 * gdb.trace/tfile.c (adjust_function_address)
10401 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
10402 function descriptor.
10403
10404 2014-10-24 Don Breazeal <donb@codesourcery.com>
10405
10406 * gdb.base/foll-fork.exp (test_follow_fork,
10407 catch_fork_child_follow): Check for updated fork messages emitted
10408 from infrun.c.
10409 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
10410 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
10411 vfork_and_exec_child_follow_through_step): Check for updated vfork
10412 messages emitted from infrun.c.
10413
10414 2014-10-24 Pedro Alves <palves@redhat.com>
10415
10416 * gdb.base/corefile.exp: Remove references to ultrix.
10417 * gdb.base/interrupt.exp: Likewise.
10418 * gdb.base/whatis.exp: Likewise.
10419 * gdb.gdb/selftest.exp: Likewise.
10420 * gdb.threads/manythreads.exp: Likewise.
10421 * gdb.threads/print-threads.exp: Likewise.
10422 * gdb.threads/pthreads.exp:: Likewise.
10423 * gdb.threads/schedlock.exp: Likewise.
10424
10425 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
10426
10427 * gdb.cp/non-trivial-retval.cc: Add a test case.
10428 * gdb.cp/non-trivial-retval.exp: Add a test.
10429
10430 2014-10-20 Yao Qi <yao@codesourcery.com>
10431
10432 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
10433 * gdb.python/py-objfile-script-gdb.py: New file.
10434 * gdb.python/py-objfile-script.exp: Update reference to
10435 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
10436 of remote_download. Remove the dest file.
10437
10438 2014-10-20 Yao Qi <yao@codesourcery.com>
10439
10440 * gdb.base/checkpoint.exp: Don't remove file copied on host.
10441 * gdb.base/step-line.exp: Likewise.
10442 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10443 * gdb.dwarf2/dw2-basic.exp: Likewise.
10444 * gdb.dwarf2/dw2-compressed.exp: Likewise.
10445 * gdb.dwarf2/dw2-filename.exp: Likewise.
10446 * gdb.dwarf2/dw2-intercu.exp: Likewise.
10447 * gdb.dwarf2/dw2-intermix.exp: Likewise.
10448 * gdb.dwarf2/dw2-producer.exp: Likewise.
10449 * gdb.dwarf2/mac-fileno.exp: Likewise.
10450 * gdb.python/py-frame-args.exp: Likewise.
10451 * gdb.python/py-framefilter.exp: Likewise.
10452 * gdb.python/py-mi.exp: Likewise.
10453 * gdb.python/py-objfile-script.exp: Likewise
10454 * gdb.python/py-pp-integral.exp: Likewise.
10455 * gdb.python/py-pp-re-notag.exp: Likewise.
10456 * gdb.python/py-prettyprint.exp: Likewise.
10457 * gdb.python/py-section-script.exp: Likewise.
10458 * gdb.python/py-typeprint.exp: Likewise.
10459 * gdb.python/py-xmethods.exp: Likewise.
10460 * gdb.stabs/weird.exp: Likewise.
10461 * gdb.xml/tdesc-regs.exp: Likewise.
10462
10463 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
10464
10465 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
10466 (out_cu): Use addr_len for the size of addresses.
10467 (out_line): Likewise. Size DW_LNE_set_address instruction
10468 according to addr_len.
10469 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
10470 (FUNC): Add START_INSNS to definition.
10471
10472 2014-10-18 Yao Qi <yao@codesourcery.com>
10473
10474 * gdb.base/argv0-symlink.exp: Check argv[0] value if
10475 gdb_has_argv0 return true.
10476 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
10477 check [target_info exists noargs], check [gdb_has_argv0]
10478 instead.
10479 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
10480 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
10481 procedures.
10482
10483 2014-10-17 Doug Evans <dje@google.com>
10484
10485 * gdb.python/py-events.exp: Update expected output for clear_objfiles
10486 event.
10487 * gdb.python/py-events.py: Add clear_objfiles event.
10488
10489 2014-10-17 Doug Evans <dje@google.com>
10490
10491 * gdb.python/py-objfile.exp: Test progspace attribute.
10492
10493 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
10494
10495 * gdb.guile/scm-breakpoint.exp: Do not assume any
10496 directory separators when matching source file paths.
10497 * gdb.python/py-breakpoint.exp: Likewise.
10498 * gdb.reverse/break-precsave.exp: Likewise.
10499 * gdb.reverse/break-reverse.exp: Likewise.
10500 * gdb.reverse/consecutive-precsave.exp: Likewise.
10501 * gdb.reverse/finish-precsave.exp: Likewise.
10502 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
10503 * gdb.reverse/finish-reverse.exp: Likewise.
10504 * gdb.reverse/i386-precsave.exp: Likewise.
10505 * gdb.reverse/i387-env-reverse.exp: Likewise.
10506 * gdb.reverse/i387-stack-reverse.exp: Likewise.
10507 * gdb.reverse/machinestate-precsave.exp: Likewise.
10508 * gdb.reverse/machinestate.exp: Likewise.
10509 * gdb.reverse/sigall-precsave.exp: Likewise.
10510 * gdb.reverse/solib-precsave.exp: Likewise.
10511 * gdb.reverse/step-precsave.exp: Likewise.
10512 * gdb.reverse/until-precsave.exp: Likewise.
10513 * gdb.reverse/watch-precsave.exp: Likewise.
10514 * gdb.reverse/watch-reverse.exp: Likewise.
10515
10516 2014-10-17 Yao Qi <yao@codesourcery.com>
10517
10518 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
10519 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
10520
10521 2014-10-17 Pedro Alves <palves@redhat.com>
10522
10523 PR gdb/17471
10524 * gdb.base/bg-execution-repeat.c: New file.
10525 * gdb.base/bg-execution-repeat.exp: New file.
10526
10527 2014-10-17 Pedro Alves <palves@redhat.com>
10528
10529 PR gdb/17300
10530 * gdb.base/continue-all-already-running.c: New file.
10531 * gdb.base/continue-all-already-running.exp: New file.
10532
10533 2014-10-17 Pedro Alves <palves@redhat.com>
10534
10535 PR gdb/17472
10536 * gdb.base/annota-input-while-running.c: New file.
10537 * gdb.base/annota-input-while-running.exp: New file.
10538
10539 2014-10-17 Pedro Alves <palves@redhat.com>
10540
10541 * gdb.base/callfuncs.exp: emove references to osf.
10542 * gdb.base/sigall.exp: Likewise.
10543 * gdb.gdb/selftest.exp: Likewise.
10544 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
10545 * gdb.mi/non-stop.c: Likewise.
10546 * gdb.mi/pthreads.c: Likewise.
10547 * gdb.reverse/sigall-precsave.exp: Likewise.
10548 * gdb.reverse/sigall-reverse.exp: Likewise.
10549 * gdb.threads/pthreads.c: Likewise.
10550 * gdb.threads/pthreads.exp: Likewise.
10551
10552 2014-10-17 Yao Qi <yao@codesourcery.com>
10553
10554 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
10555 check 'target_info exists noargs'.
10556 (test_command_prompt_position): Likewise.
10557 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
10558 Remove "set args".
10559 (progvar_simple_while_test): Likewise.
10560 (progvar_complex_if_while_test): Likewise.
10561 (if_while_breakpoint_command_test): Likewise.
10562 (infrun_breakpoint_command_test): Likewise.
10563 (breakpoint_command_test): Likewise.
10564 (watchpoint_command_test): Likewise.
10565 (bp_deleted_in_command_test): Likewise.
10566 (temporary_breakpoint_commands): Likewise.
10567
10568 2014-10-16 Yao Qi <yao@codesourcery.com>
10569
10570 * gdb.base/remotetimeout.exp: Remove noargs checking.
10571
10572 2014-10-15 Pedro Alves <palves@redhat.com>
10573
10574 PR breakpoints/9649
10575 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
10576 * gdb.base/breakpoint-in-ro-region.exp
10577 (probe_target_hardware_step): New procedure.
10578 (top level): Probe hardware stepping and hardware breakpoint
10579 support. Test stepping through a read-only region, with both
10580 "breakpoint auto-hw" on and off and both "always-inserted" on and
10581 off.
10582
10583 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
10584
10585 * gdb.dlang/demangle.exp: Update for demangling changes.
10586
10587 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
10588
10589 * gdb.cp/non-trivial-retval.cc: Add new test cases.
10590 * gdb.cp/non-trivial-retval.exp: Add new tests.
10591
10592 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
10593
10594 PR c++/13403
10595 PR c++/15154
10596 * gdb.cp/non-trivial-retval.cc: New file.
10597 * gdb.cp/non-trivial-retval.exp: New file.
10598
10599 2014-10-15 Yao Qi <yao@codesourcery.com>
10600
10601 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
10602 remote host.
10603
10604 2014-10-15 Yao Qi <yao@codesourcery.com>
10605
10606 * gdb.python/py-symbol.exp: Match file base name if host is
10607 remote, otherwise match file name with dir name.
10608 * gdb.python/py-symtab.exp: Likewise.
10609 * gdb.python/python.exp: Likewise.
10610
10611 2014-10-15 Yao Qi <yao@codesourcery.com>
10612
10613 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
10614 pattern.
10615 * gdb.python/py-symtab.exp: Likewise.
10616 * gdb.python/python.exp: Remove trailing ".*". Fix typo
10617 locationn.
10618
10619 2014-10-14 Joel Brobecker <brobecker@adacore.com>
10620
10621 * gdb.ada/addr_arith: New testcase.
10622
10623 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
10624
10625 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
10626 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
10627 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
10628 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
10629
10630 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
10631
10632 * gdb.arch/stap-eval-lang-ada.S: Likewise.
10633 * gdb.arch/stap-eval-lang-ada.c: Likewise.
10634 * gdb.arch/stap-eval-lang-ada.exp: New file.
10635
10636 2014-10-14 Yao Qi <yao@codesourcery.com>
10637
10638 * gdb.mi/mi-var-child.c (nothing1): New function.
10639 (nothing2): New function.
10640 (do_children_tests): Set function pointers by nothing1 and
10641 nothing2.
10642 * gdb.mi/mi-var-child.exp: Step over new added statements.
10643 Update test to match the new output.
10644 * gdb.mi/var-cmd.c (nothing1): New function.
10645 (nothing2): New function.
10646 (do_children_tests): Set function pointers by nothing1 and
10647 nothing2.
10648 * gdb.mi/mi-var-display.exp: Update test to match output.
10649 Step to the line specified by $line_dct_nothing.
10650 Increase the number of lines to step.
10651
10652 2014-10-14 Yao Qi <yao@codesourcery.com>
10653
10654 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
10655 tests.
10656 * gdb.mi/mi2-var-child.exp: Likewise.
10657
10658 2014-10-13 Doug Evans <dje@google.com>
10659
10660 * gdb.python/py-objfile.exp: Change name of file name test.
10661
10662 2014-10-13 Doug Evans <dje@google.com>
10663
10664 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
10665 from the start of the CU.
10666
10667 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10668 Yao Qi <yao@codesourcery.com>
10669
10670 Fix "save breakpoints" for "catch" command.
10671 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
10672 Remove -nonewline. Match also the added "main" line.
10673
10674 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10675
10676 Fix "save breakpoints" for "disable $bpnum" command.
10677 * gdb.base/save-bp.c (main): Add label.
10678 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
10679
10680 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10681
10682 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
10683
10684 2014-10-11 Yao Qi <yao@codesourcery.com>
10685
10686 * gdb.server/server-kill.exp: Execute command
10687 "set remote trace-status-packet on" before "tstatus".
10688
10689 2014-10-11 Yao Qi <yao@codesourcery.com>
10690
10691 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
10692 (main): Call getppid.
10693 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
10694 and continue to it. Read variable "server_pid".
10695
10696 2014-10-11 Yao Qi <yao@codesourcery.com>
10697
10698 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
10699
10700 2014-10-11 Yao Qi <yao@codesourcery.com>
10701
10702 * gdb.threads/thread-find.exp: Don't execute command
10703 "info threads".
10704 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
10705 * gdb.threads/linux-dp.exp: Don't check the condition
10706 $threads_created equals to zero.
10707
10708 2014-10-10 Pedro Alves <palves@redhat.com>
10709
10710 * gdb.base/bigcore.exp: Remove references to IRIX.
10711 * gdb.base/funcargs.exp: Likewise.
10712 * gdb.base/interrupt.exp: Likewise.
10713 * gdb.base/mips_pro.exp: Likewise.
10714 * gdb.base/nodebug.exp: Likewise.
10715 * gdb.base/setvar.exp: Likewise.
10716 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
10717
10718 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10719 Pedro Alves <palves@redhat.com>
10720
10721 PR symtab/14466
10722 * gdb.base/vdso-warning.c: New file.
10723 * gdb.base/vdso-warning.exp: New file.
10724
10725 2014-10-02 Doug Evans <dje@google.com>
10726
10727 * gdb.base/structs.c (main): Don't run forever.
10728
10729 2014-10-02 Pedro Alves <palves@redhat.com>
10730
10731 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
10732 (top level) <stop threads 1, stop threads 2>: Use it.
10733
10734 2014-10-02 Pedro Alves <palves@redhat.com>
10735
10736 * gdb.threads/break-while-running.exp (test): Add new
10737 'update_thread_list' argument. Skip "info threads" if false.
10738 (top level): Add new 'update_thread_list' axis.
10739
10740 2014-10-02 Pedro Alves <palves@redhat.com>
10741
10742 PR breakpoints/17431
10743 * gdb.base/execl-update-breakpoints.c: New file.
10744 * gdb.base/execl-update-breakpoints.exp: New file.
10745
10746 2014-10-01 Pedro Alves <palves@redhat.com>
10747
10748 * gdb.base/breakpoint-in-ro-region.c: New file.
10749 * gdb.base/breakpoint-in-ro-region.exp: New file.
10750
10751 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
10752
10753 * gdb.mi/mi-exit-code.exp: New file.
10754 * gdb.mi/mi-exit-code.c: New file.
10755
10756 2014-09-30 Yao Qi <yao@codesourcery.com>
10757
10758 * lib/prelink-support.exp (build_executable_own_libs): Error if
10759 the target isn't native.
10760
10761 2014-09-30 Yao Qi <yao@codesourcery.com>
10762
10763 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
10764 false.
10765
10766 2014-09-22 Pedro Alves <palves@redhat.com>
10767
10768 * gdb.threads/break-while-running.exp: New file.
10769 * gdb.threads/break-while-running.c: New file.
10770
10771 2014-09-19 Yao Qi <yao@codesourcery.com>
10772
10773 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
10774 Invoke test. Restart GDB with --readnow and invoke test again.
10775
10776 2014-09-19 Yao Qi <yao@codesourcery.com>
10777
10778 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
10779 proc set_breakpoint_on_gcd_function. Invoke
10780 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
10781 invoke set_breakpoint_on_gcd_function again.
10782
10783 2014-09-18 Doug Evans <dje@google.com>
10784
10785 * gdb.dwarf2/symtab-producer.exp: New file.
10786
10787 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
10788
10789 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
10790 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
10791 * gdb.base/global-var-nested-by-dso.c: Likewise.
10792 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10793
10794 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
10795 Pedro Alves <palves@redhat.com>
10796
10797 * gdb.base/watch-bitfields.exp: Pass string other than test file
10798 name to prepare_for_testing.
10799 (watch): New procedure.
10800 (expect_watchpoint): Use with_test_prefix.
10801 (top level): Factor out tests to ...
10802 (test_watch_location, test_regular_watch): ... these new
10803 procedures, and use with_test_prefix and gdb_continue_to_end.
10804
10805 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
10806
10807 PR breakpoints/12526
10808 * gdb.base/watch-bitfields.exp: New file.
10809 * gdb.base/watch-bitfields.c: New file.
10810
10811 2014-09-16 Pedro Alves <palves@redhat.com>
10812
10813 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
10814 software and hardware addresses, not software address against
10815 itself.
10816
10817 2014-09-16 Pedro Alves <palves@redhat.com>
10818
10819 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
10820 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
10821
10822 2014-09-16 Pedro Alves <palves@redhat.com>
10823
10824 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
10825 files.
10826 * gdb.base/a2-run.exp: Remove all code guarded by istarget
10827 "*-*-vxworks*" throughout.
10828 * gdb.base/break.exp: Likewise.
10829 * gdb.base/default.exp: Likewise.
10830 * gdb.base/scope.exp: Likewise.
10831 * gdb.base/sepdebug.exp: Likewise.
10832 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
10833 throughout.
10834 * gdb.base/run.c: Likewise.
10835 * gdb.base/sepdebug.c: Likewise.
10836 * gdb.hp/gdb.aCC/run.c: Likewise.
10837 * gdb.reverse/until-reverse.c: Likewise.
10838 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
10839
10840 2014-09-16 Yao Qi <yao@codesourcery.com>
10841
10842 * boards/local-remote-host-native.exp: New file.
10843
10844 2014-09-14 Doug Evans <xdje42@gmail.com>
10845
10846 * gdb.threads/queue-signal.c (thread_count): New variable.
10847 (thread_count_mutex, thread_count_condvar): New variables.
10848 (incr_thread_count, wait_all_threads_running): New functions.
10849 (main): Wait for all threads to be in their thread functions.
10850
10851 2014-09-13 Doug Evans <xdje42@gmail.com>
10852
10853 * gdb.threads/queue-signal.c: New file.
10854 * gdb.threads/queue-signal.exp: New file.
10855
10856 2014-09-13 Doug Evans <xdje42@gmail.com>
10857
10858 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
10859 be consistent with what default_gdb_init uses.
10860 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
10861 the plain text of the prompt. Add some logging printfs.
10862 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
10863
10864 2014-09-12 Pedro Alves <palves@redhat.com>
10865
10866 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
10867 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
10868 * gdb.arch/i386-size-overlap.exp: Likewise.
10869 * gdb.arch/i386-size.exp: Likewise.
10870 * gdb.arch/i386-unwind.exp: Likewise.
10871 * gdb.base/a2-run.exp: Likewise.
10872 * gdb.base/break.exp: Likewise.
10873 * gdb.base/charset.exp: Likewise.
10874 * gdb.base/chng-syms.exp: Likewise.
10875 * gdb.base/commands.exp: Likewise.
10876 * gdb.base/dbx.exp: Likewise.
10877 * gdb.base/find.exp: Likewise.
10878 * gdb.base/funcargs.exp: Likewise.
10879 * gdb.base/jit-simple.exp: Likewise.
10880 * gdb.base/reread.exp: Likewise.
10881 * gdb.base/sepdebug.exp: Likewise.
10882 * gdb.base/step-bt.exp: Likewise.
10883 * gdb.cp/mb-inline.exp: Likewise.
10884 * gdb.cp/mb-templates.exp: Likewise.
10885 * gdb.objc/basicclass.exp: Likewise.
10886 * gdb.threads/killed.exp: Likewise.
10887
10888 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10889
10890 PR tdep/17379
10891 * gdb.arch/powerpc-stackless.S: New file.
10892 * gdb.arch/powerpc-stackless.exp: New file.
10893
10894 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10895
10896 * gdb.base/attach.c: Include unistd.h.
10897 (main): Call alarm. Add label postloop.
10898 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
10899 gdb_breakpoint, gdb_continue_to_breakpoint.
10900 (test_command_line_attach_run): Kill ${testpid} in one exit path.
10901
10902 2014-09-11 Pedro Alves <palves@redhat.com>
10903
10904 PR gdb/17347
10905 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
10906 * gdb.base/attach.exp (test_command_line_attach_run): New
10907 procedure.
10908 (top level): Call it.
10909
10910 2014-09-11 Pedro Alves <palves@redhat.com>
10911
10912 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
10913 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
10914 (do_command_attach_tests): Use spawn_wait_for_attach.
10915 * gdb.base/solib-overlap.exp: Likewise.
10916 * gdb.multi/multi-attach.exp: Likewise.
10917 * gdb.python/py-prompt.exp: Likewise.
10918 * gdb.python/py-sync-interp.exp: Likewise.
10919 * gdb.server/ext-attach.exp: Likewise.
10920
10921 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
10922
10923 * gdb.fortran/array-element.exp: Remove unexpected "continue"
10924 command in testcase. Simplify testcase.
10925
10926 2014-09-10 Joel Brobecker <brobecker@adacore.com>
10927
10928 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
10929
10930 2014-09-10 Joel Brobecker <brobecker@adacore.com>
10931
10932 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
10933
10934 2014-09-10 Joel Brobecker <brobecker@adacore.com>
10935
10936 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
10937
10938 2014-09-10 Joel Brobecker <brobecker@adacore.com>
10939
10940 * gdb.dwarf2/dynarr-ptr.c: New file.
10941 * gdb.dwarf2/dynarr-ptr.exp: New file.
10942
10943 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10944
10945 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
10946 of 30 rather than hardcoding 120 for a slow test case. Take the
10947 `gdb,timeout' target setting into account for this calculation.
10948 Don't extend the timeout for the test cases that don't need it.
10949
10950 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10951
10952 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
10953 a factor of 2 for a slow test case. Take the `gdb,timeout'
10954 target setting into account for this calculation.
10955 * gdb.reverse/until-precsave.exp: Increase the timeout by
10956 a factor of 15 and 3 respectively rather than adding 120
10957 for a pair of slow test cases. Take the `gdb,timeout'
10958 target setting into account for this calculation.
10959
10960 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10961
10962 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
10963 timeout, don't pass one down to gdb_expect.
10964 (gdb_expect): Rework timeout selection.
10965
10966 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10967
10968 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
10969 exception on timeout.
10970 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
10971 (gdbserver_start_extended): Catch any `gdbserver_start' error
10972 exceptions.
10973 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
10974 * lib/mi-support.exp (mi_gdb_target_load): Catch any
10975 `gdbserver_gdb_load' error exceptions.
10976
10977 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10978
10979 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
10980 120 on waiting for the TCP socket to open.
10981
10982 2014-09-09 Doug Evans <xdje42@gmail.com>
10983
10984 * gdb.base/default.exp (show_conv_list): Add _caller_is,
10985 _caller_matches, _any_caller_is, _any_caller_matches.
10986
10987 2014-09-09 Doug Evans <xdje42@gmail.com>
10988
10989 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
10990
10991 2014-09-09 Yao Qi <yao@codesourcery.com>
10992
10993 * gdb.mi/mi-var-display.exp: Set print symbol off.
10994
10995 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
10996
10997 PR gdb/17035
10998 * gdb.base/commands.exp: Add tests to verify user-defined
10999 commands with empty bodies.
11000 * gdb.python/py-cmd.exp: Test that we don't show user-defined
11001 python commands in `show user command`.
11002 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
11003 scheme commands in `show user command`.
11004
11005 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11006
11007 PR python/17355
11008 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
11009 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
11010 * gdb.python/py-framefilter-invalidarg.exp: New file.
11011 * gdb.python/py-framefilter-invalidarg.py: New file.
11012
11013 2014-09-06 Doug Evans <xdje42@gmail.com>
11014
11015 PR 15276
11016 * gdb.python/py-caller-is.c: New file.
11017 * gdb.python/py-caller-is.exp: New file.
11018
11019 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
11020
11021 PR gdb/17235
11022 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
11023 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
11024
11025 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
11026
11027 PR fortran/17237
11028 * gdb.fortran/print-formatted.exp: New file.
11029 * gdb.fortran/print-formatted.f90: Likewise.
11030
11031 2014-09-03 Sasha Smundak <asmundak@google.com>
11032
11033 * gdb.python/py-frame.exp: Test Frame.read_register.
11034
11035 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
11036
11037 PR python/16699
11038 * gdb.python/py-completion.exp: New file.
11039 * gdb.python/py-completion.py: Likewise.
11040
11041 2014-08-28 Doug Evans <dje@google.com>
11042
11043 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
11044 eax,etc. are live with values set by gdb and thus the compiler can't
11045 use them.
11046 * gdb.arch/i386-pseudo.c (main): Ditto.
11047
11048 2014-08-27 Doug Evans <dje@google.com>
11049
11050 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
11051
11052 2014-08-25 Doug Evans <dje@google.com>
11053
11054 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
11055 (main): Ditto.
11056
11057 2014-08-25 Doug Evans <dje@google.com>
11058
11059 * gdb.threads/thread-execl.exp: #include <stdio.h>.
11060
11061 2014-08-24 Yao Qi <yao@codesourcery.com>
11062
11063 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
11064 symbol off.
11065 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
11066
11067 2014-08-22 Doug Evans <dje@google.com>
11068
11069 PR 17276
11070 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
11071 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
11072 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
11073
11074 2014-08-22 Yao Qi <yao@codesourcery.com>
11075
11076 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
11077 * gdb.python/py-finish-breakpoint2.exp: Likewise.
11078 * gdb.python/python.exp: Likewise. Use .py file on the host
11079 instead of the build.
11080
11081 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11082
11083 * gdb.threads/gcore-stale-thread.c: New file.
11084 * gdb.threads/gcore-stale-thread.exp: New file.
11085
11086 2014-08-21 Pedro Alves <palves@redhat.com>
11087
11088 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
11089 * gdb.base/gcore-relro-pie.exp: Likewise.
11090 * gdb.base/gcore-relro.exp: Likewise.
11091 * gdb.base/gcore.exp: Likewise.
11092 * gdb.base/print-symbol-loading.exp: Likewise.
11093 * gdb.threads/gcore-thread.exp: Likewise.
11094 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
11095
11096 2014-08-20 Pedro Alves <palves@redhat.com>
11097 Jan Kratochvil <jan.kratochvil@redhat.com>
11098
11099 * Makefile.in (EXTRA_RULES, CC): New variables, get from
11100 configure.
11101 (EXPECT): Handle READ1 being set.
11102 (all): Depend on EXTRA_RULES.
11103 (check-read1, expect-read1, read1.so, read1): New rules.
11104 * README (Testsuite Parameters): Document the READ1 make variable.
11105 (Race detection): New section.
11106 * configure: Regenerate.
11107 * configure.ac: If build==host==target, and running under a
11108 GNU/glibc system, add read1 to the extra Makefile rules.
11109 (EXTRA_RULES): AC_SUBST it.
11110 * lib/read1.c: New file.
11111
11112 2014-08-20 Joel Brobecker <brobecker@adacore.com>
11113
11114 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
11115 the handling of variables declared as a typedef to an array
11116 which a DW_AT_data_location attribute.
11117
11118 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
11119 Pedro Alves <palves@redhat.com>
11120
11121 PR symtab/14604
11122 PR symtab/14605
11123 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
11124 gdb_test.
11125
11126 2014-08-19 Pedro Alves <palves@redhat.com>
11127
11128 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
11129
11130 2014-08-19 Yao Qi <yao@codesourcery.com>
11131
11132 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
11133 right line.
11134
11135 2014-08-18 David Blaikie <dblaikie@gmail.com>
11136
11137 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
11138
11139 2014-08-18 Joel Brobecker <brobecker@adacore.com>
11140
11141 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
11142 attribute in array range.
11143
11144 2014-08-18 Joel Brobecker <brobecker@adacore.com>
11145
11146 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
11147
11148 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
11149
11150 PR c++/17132
11151 * gdb.cp/pr17132.cc: New file.
11152 * gdb.cp/pr17132.exp: New file.
11153
11154 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
11155
11156 * gdb.python/py-xmethods.py (A_getarrayind)
11157 (E_method_char_worker.__call__, E_method_int_worker.__call__):
11158 Use 'print' with function call syntax.
11159 (E_method_matcher.match): Fix tab vs space indentation mixup.
11160
11161 2014-08-15 Yao Qi <yao@codesourcery.com>
11162
11163 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
11164 false.
11165
11166 2014-08-15 Yao Qi <yao@codesourcery.com>
11167
11168 * gdb.cp/casts.exp: Set print symbol off.
11169 * gdb.cp/class2.exp: Likewise.
11170 * gdb.cp/overload.exp: Likewise.
11171 * gdb.cp/templates.exp: Likewise.
11172
11173 2014-08-11 Doug Evans <dje@google.com>
11174
11175 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
11176 (test_load_shlib): Update.
11177
11178 2014-08-09 Yao Qi <yao@codesourcery.com>
11179
11180 * gdb.base/display.exp: Invoke is_address_zero_readable.
11181 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
11182 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11183 * gdb.base/hbreak-unmapped.exp: Return if
11184 is_address_zero_readable returns true.
11185 * gdb.base/signest.exp: Likewise.
11186 * gdb.base/signull.exp: Likewise.
11187 * gdb.base/sigbpt.exp: Likewise.
11188 * gdb.guile/scm-disasm.exp: Do the test if
11189 is_address_zero_readable returns false.
11190 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
11191 * gdb.python/py-arch.exp: Likewise.
11192 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
11193 * lib/gdb.exp (is_address_zero_readable): New proc.
11194
11195 2014-08-09 Yao Qi <yao@codesourcery.com>
11196
11197 PR testsuite/13443
11198 * gdb.mi/mi-var-display.exp: Make test messages unique.
11199
11200 2014-08-04 Tom Tromey <tromey@redhat.com>
11201
11202 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
11203 target 0".
11204
11205 2014-08-04 Tom Tromey <tromey@redhat.com>
11206
11207 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
11208 "target_resume".
11209
11210 2014-08-01 Joel Brobecker <brobecker@adacore.com>
11211
11212 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
11213 inner_vla_struct_object_size.
11214 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
11215 as xfail.
11216
11217 2014-07-30 Pedro Alves <palves@redhat.com>
11218
11219 * gdb.threads/signal-command-handle-nopass.exp (test): Add
11220 comment.
11221
11222 2014-07-29 Yao Qi <yao@codesourcery.com>
11223
11224 PR gdb/17206
11225 * gdb.base/until-nodebug.exp: New.
11226
11227 2014-07-28 Doug Evans <xdje42@gmail.com>
11228
11229 PR guile/17203
11230 * gdb.guile/scm-parameter.exp: Add tests for trying to create
11231 previously existing parameter, and previously ambiguously spelled
11232 parameter.
11233
11234 2014-07-28 Will Newton <will.newton@linaro.org>
11235
11236 * gdb.base/varargs.exp: Remove KFAILs for ARM.
11237
11238 2014-07-26 Ludovic Courtès <ludo@gnu.org>
11239 Doug Evans <xdje42@gmail.com>
11240
11241 PR guile/17146
11242 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
11243
11244 2014-07-25 Pedro Alves <palves@redhat.com>
11245
11246 * gdb.threads/signal-command-handle-nopass.c: New file.
11247 * gdb.threads/signal-command-handle-nopass.exp: New file.
11248 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
11249 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
11250 * gdb.threads/signal-delivered-right-thread.c: New file.
11251 * gdb.threads/signal-delivered-right-thread.exp: New file.
11252
11253 2014-07-25 Pedro Alves <palves@redhat.com>
11254
11255 * gdb.base/double-prompt-target-event-error.exp
11256 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
11257 match.
11258 (cancel_pagination_in_target_event): Rework double prompt
11259 detection.
11260 * gdb.base/paginate-after-ctrl-c-running.exp
11261 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
11262 <return>' match.
11263 * gdb.base/paginate-bg-execution.exp
11264 (test_bg_execution_pagination_return)
11265 (test_bg_execution_pagination_cancel): Remove '-notransfer
11266 <return>' matches.
11267 * gdb.base/paginate-execution-startup.exp
11268 (test_fg_execution_pagination_return)
11269 (test_fg_execution_pagination_cancel): Remove '-notransfer
11270 <return>' matches.
11271 * gdb.base/paginate-inferior-exit.exp
11272 (test_paginate_inferior_exited): Remove '-notransfer <return>'
11273 match.
11274 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
11275 * lib/gdb.exp (pagination_prompt): Run text through
11276 string_to_regexp.
11277 (gdb_test_multiple): Match $pagination_prompt instead of
11278 "<return>".
11279 (string_to_regexp): Move to lib/gdb-utils.exp.
11280
11281 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11282
11283 * gdb.arch/amd64-entry-value-paramref.S: New file.
11284 * gdb.arch/amd64-entry-value-paramref.cc: New file.
11285 * gdb.arch/amd64-entry-value-paramref.exp: New file.
11286 * gdb.arch/amd64-optimout-repeat.S: New file.
11287 * gdb.arch/amd64-optimout-repeat.c: New file.
11288 * gdb.arch/amd64-optimout-repeat.exp: New file.
11289
11290 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11291
11292 PR gdb/17170
11293 * gdb.base/statistics.exp: New file.
11294
11295 2014-07-17 Doug Evans <dje@google.com>
11296
11297 PR gdb/17170
11298 * gdb.base/maint.exp: Update testing of per-command stats.
11299
11300 2014-07-16 Pedro Alves <palves@redhat.com>
11301
11302 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
11303 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
11304 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
11305 (tfile_write_buf): New functions.
11306 (add_memory_block): Rewrite using the above.
11307 (adjust_function_address): New function.
11308 (FUNCTION_ADDRESS): New macro.
11309 (write_basic_trace_file): Remove short_x local, and use
11310 tfile_write_16. Change type of func_addr local to unsigned long
11311 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
11312 here. Cast argument of add_memory_block to char pointer.
11313 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
11314 (main): Remove parameters.
11315 * gdb.trace/tfile.exp: Remove nowarnings.
11316
11317 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
11318
11319 * gdb.base/debug-expr.exp: Test string evaluation with
11320 "debug expression" on.
11321
11322 2014-07-15 Pedro Alves <palves@redhat.com>
11323
11324 * gdb.base/reread.exp: Use clean_restart.
11325
11326 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
11327
11328 * gdb.arch/avr-flash-qualifer.c: New.
11329 * gdb.arch/avr-flash-qualifer.exp: New.
11330
11331 2014-07-14 Pedro Alves <palves@redhat.com>
11332
11333 * gdb.base/paginate-after-ctrl-c-running.c: New file.
11334 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
11335
11336 2014-07-14 Pedro Alves <palves@redhat.com>
11337
11338 * gdb.base/double-prompt-target-event-error.c: New file.
11339 * gdb.base/double-prompt-target-event-error.exp: New file.
11340
11341 2014-07-14 Pedro Alves <palves@redhat.com>
11342
11343 PR gdb/17072
11344 * gdb.base/paginate-inferior-exit.c: New file.
11345 * gdb.base/paginate-inferior-exit.exp: New file.
11346
11347 2014-07-14 Pedro Alves <palves@redhat.com>
11348
11349 PR gdb/17072
11350 * gdb.base/paginate-bg-execution.c: New file.
11351 * gdb.base/paginate-bg-execution.exp: New file.
11352
11353 2014-07-14 Pedro Alves <palves@redhat.com>
11354
11355 PR gdb/17072
11356 * gdb.base/paginate-execution-startup.c: New file.
11357 * gdb.base/paginate-execution-startup.exp: New file.
11358 * lib/gdb.exp (pagination_prompt): New global.
11359 (default_gdb_spawn): New procedure, factored out from
11360 default_gdb_spawn.
11361 (default_gdb_start): Adjust to call default_gdb_spawn.
11362 (gdb_spawn): New procedure.
11363
11364 2014-07-14 Pedro Alves <palves@redhat.com>
11365
11366 * lib/gdb.exp (gdb_assert): New procedure.
11367 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
11368
11369 2014-07-14 Pedro Alves <palves@redhat.com>
11370
11371 * gdb.base/execution-termios.c: New file.
11372 * gdb.base/execution-termios.exp: New file.
11373
11374 2014-07-14 Tom Tromey <tromey@redhat.com>
11375
11376 * gdb.cp/vla-cxx.cc: New file.
11377 * gdb.cp/vla-cxx.exp: New file.
11378
11379 2014-07-14 Tom Tromey <tromey@redhat.com>
11380
11381 * gdb.reverse/rerun-prec.c: New file.
11382 * gdb.reverse/rerun-prec.exp: New file.
11383
11384 2014-07-12 Maciej W. Rozycki <macro@mips.com>
11385 Maciej W. Rozycki <macro@codesourcery.com>
11386
11387 * lib/gdb-utils.exp: New file.
11388 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
11389 inline `gdb_init_command' processing.
11390 (gdb_start_cmd): Likewise.
11391 * lib/mi-support.exp (mi_run_cmd): Likewise.
11392 * README: Document `gdb_init_command' and `gdb_init_commands'.
11393
11394 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11395
11396 Fix false FAIL running under a very long directory name.
11397 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
11398 and "set print elements 10000". Twice.
11399
11400 2014-07-11 Yao Qi <yao@codesourcery.com>
11401
11402 * gdb.base/exprs.exp: "set print symbol off".
11403
11404 2014-07-11 Pedro Alves <palves@redhat.com>
11405
11406 * gdb.threads/kill.c: New file.
11407 * gdb.threads/kill.exp: New file.
11408
11409 2014-07-10 Yao Qi <yao@codesourcery.com>
11410
11411 * gdb.trace/tfile.c (write_basic_trace_file)
11412 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
11413 address written to trace file.
11414
11415 2014-07-09 Pedro Alves <palves@redhat.com>
11416
11417 * gdb.base/attach-wait-input.exp: New file.
11418 * gdb.base/attach-wait-input.c: New file.
11419
11420 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
11421
11422 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
11423 setting up test structures.
11424 (main): Call new test function.
11425 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
11426 test function, continue into test function and walk test
11427 structures.
11428
11429 2014-07-02 Yao Qi <yao@codesourcery.com>
11430
11431 * gdb.trace/entry-values.c: Define labels 'foo_start' and
11432 'bar_start' at the beginning of functions 'foo' and 'bar'
11433 respectively.
11434 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
11435 instead of 'foo' and 'bar'.
11436
11437 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
11438
11439 * gdb.btrace/segv.exp: New.
11440 * gdb.btrace/segv.c: New.
11441
11442 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
11443
11444 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
11445 instruction.
11446
11447 2014-06-30 Mark Wielaard <mjw@redhat.com>
11448
11449 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
11450 vulture, vilify, villar): New volatile array constants.
11451 (vindictive, vegetation): New const volatile array constants.
11452 * gdb.base/volatile.exp: Test volatile and const volatile array
11453 types.
11454
11455 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11456
11457 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
11458 target lacks support for awatch, rwatch, or hbreak.
11459
11460 2014-06-27 Yao Qi <yao@codesourcery.com>
11461
11462 * gdb.multi/dummy-frame-restore.exp: New.
11463 * gdb.multi/dummy-frame-restore.c: New.
11464
11465 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
11466
11467 * gdb.btrace/gcore.exp: New.
11468
11469 2014-06-23 Pedro Alves <palves@redhat.com>
11470
11471 * gdb.base/watchpoint-reuse-slot.c: New file.
11472 * gdb.base/watchpoint-reuse-slot.exp: New file.
11473
11474 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
11475
11476 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
11477 progspace's filename in 'info', 'enable' and 'disable' command
11478 tests.
11479
11480 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11481
11482 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
11483 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
11484 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
11485
11486 2014-06-20 Gary Benson <gbenson@redhat.com>
11487
11488 * gdb.arch/i386-avx.exp: Fix include file location.
11489 * gdb.arch/i386-sse.exp: Likewise.
11490
11491 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
11492
11493 * gdb.dlang/expression.exp: New file.
11494
11495 2014-06-19 Pedro Alves <palves@redhat.com>
11496
11497 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
11498 out from ...
11499 (top level): ... here. Iterate running tests under different
11500 scheduler-locking settings.
11501
11502 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
11503
11504 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
11505 to DW_FORM_addr and use non-zero addresses.
11506
11507 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
11508
11509 PR gdb/17017
11510 * gdb.python/py-xmethods.cc: Add global function call counters and
11511 increment them in their respective functions. Remove "cout"
11512 statements.
11513 * gdb.python/py-xmethods.exp: Make tests check the global function
11514 call counters instead of depending on inferior IO.
11515
11516 2014-06-18 Don Breazeal <donb@codesourcery.com>
11517
11518 * gdb.base/foll-fork.exp (default_fork_parent_follow):
11519 Deleted procedure.
11520 (explicit_fork_parent_follow): Deleted procedure.
11521 (explicit_fork_child_follow): Deleted procedure.
11522 (test_follow_fork): New procedure.
11523 (do_fork_tests): Replace calls to deleted procedures with
11524 calls to test_follow_fork and reset GDB for subsequent
11525 procedure calls.
11526
11527 2014-06-17 Yao Qi <yao@codesourcery.com>
11528
11529 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
11530 CP1252.
11531
11532 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
11533
11534 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
11535 Initialize ptr and S explicitly.
11536 (skip_type_update_when_not_use_rtti_test): Likewise.
11537
11538 2014-06-16 Keith Seitz <keiths@redhat.com>
11539
11540 PR mi/15863
11541 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
11542 the inferior is started.
11543
11544 2014-06-16 Pedro Alves <palves@redhat.com>
11545
11546 * gdb.base/break-main-file-remove-fail.c: New file.
11547 * gdb.base/break-main-file-remove-fail.exp: New file.
11548 * gdb.base/break-unload-file.exp: Use build_executable instead of
11549 prepare_for_testing.
11550 (test_break): New parameter "initial_load". Handle it.
11551 (top level): Add initial_load cmdline/file axis.
11552
11553 2014-06-12 Tom Tromey <tromey@redhat.com>
11554
11555 * gdb.base/completion.exp: Don't use directory name in test.
11556
11557 2014-06-09 Gary Benson <gbenson@redhat.com>
11558
11559 * gdb.base/sigall.c [Functions to send signals]: Reorder to
11560 separate the always-available ANSI-standard signals from the
11561 signals that require checking.
11562 (main): Likewise.
11563 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
11564 Likewise.
11565 (main): Likewise.
11566
11567 2014-06-07 Keith Seitz <keiths@redhat.com>
11568
11569 Revert:
11570 PR c++/16253
11571 * gdb.cp/var-tag.cc: New file.
11572 * gdb.cp/var-tag.exp: New file.
11573 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
11574 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
11575 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
11576 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
11577
11578 2014-06-06 Doug Evans <xdje42@gmail.com>
11579
11580 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
11581
11582 2014-06-06 Pedro Alves <palves@redhat.com>
11583
11584 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
11585 in target debug output instead of looking at RSP packets,
11586 disabling the test on any target that uses hardware stepping.
11587 Update comments.
11588
11589 2014-06-06 Pedro Alves <palves@redhat.com>
11590
11591 * gdb.base/break-unload-file.exp: Fix typo.
11592
11593 2014-06-06 Yao Qi <yao@codesourcery.com>
11594
11595 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
11596 from "jit_function" to "^jit_function".
11597
11598 2014-06-06 Yao Qi <yao@codesourcery.com>
11599
11600 * gdb.base/async.c (foo): Add one statement.
11601 * gdb.base/async.exp: Get the next instruction address and
11602 match the output of "nexti" by instruction address. Match
11603 the hex address in the output of "finish".
11604
11605 2014-06-06 Gary Benson <gbenson@redhat.com>
11606
11607 * gdb.base/call-signals.c: Remove preprocessor conditionals
11608 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
11609 SIGSEGV and SIGTERM.
11610 * gdb.base/sigall.c: Likewise.
11611 * gdb.base/unwindonsignal.c: Likewise.
11612 * gdb.reverse/sigall-reverse.c: Likewise.
11613
11614 2014-06-06 Yao Qi <yao@codesourcery.com>
11615
11616 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
11617 readable, skip the test.
11618
11619 2014-06-06 Yao Qi <yao@codesourcery.com>
11620
11621 * gdb.threads/staticthreads.c (thread_function): Move the line
11622 setting breakpoint on forward.
11623 * gdb.threads/staticthreads.exp: Update comments.
11624
11625 2014-06-05 Ludovic Courtès <ludo@gnu.org>
11626
11627 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
11628 "history-append! type error".
11629
11630 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
11631
11632 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
11633 erroneous dprintf expected input.
11634
11635 2014-06-04 Doug Evans <xdje42@gmail.com>
11636
11637 * gdb.guile/scm-generics.exp: Delete.
11638
11639 2014-06-04 Doug Evans <xdje42@gmail.com>
11640
11641 * gdb.guile/scm-breakpoint.exp: Update.
11642 Add tests for breakpoint registration.
11643
11644 2014-06-04 Tom Tromey <tromey@redhat.com>
11645
11646 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
11647 VLA-in-union.
11648 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
11649 inner_vla_struct, vla_union types. Initialize objects of those
11650 types and compute their sizes.
11651
11652 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
11653 Hui Zhu <hui@codesourcery.com>
11654
11655 * gdb.base/fileio.exp: Add test for shell not available as well as
11656 available.
11657 * gdb.base/fileio.c (test_system): Check for shell twice.
11658
11659 2014-06-04 Yao Qi <yao@codesourcery.com>
11660
11661 * gdb.base/auto-connect-native-target.exp: Remove redundant
11662 space from the regexp pattern.
11663
11664 2014-06-04 Yao Qi <yao@codesourcery.com>
11665
11666 * gdb.base/default.exp: Replace "child" with "native" in
11667 regexp pattern.
11668
11669 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
11670
11671 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
11672 * gdb.python/py-xmethods.exp: New tests to test xmethods.
11673 * gdb.python/py-xmethods.py: Python script supporting the
11674 new testcase and tests.
11675
11676 2014-06-03 Joel Brobecker <brobecker@adacore.com>
11677 Pedro Alves <palves@redhat.com>
11678
11679 PR breakpoints/17000
11680 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
11681 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
11682
11683 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
11684
11685 * gdb.base/subst.exp: Add tests to verify partial path matching
11686 output.
11687
11688 2014-06-03 Pedro Alves <palves@redhat.com>
11689
11690 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
11691 target that doesn't use software single-stepping.
11692
11693 2014-06-03 Pedro Alves <palves@redhat.com>
11694
11695 PR breakpoints/17000
11696 * gdb.base/sss-bp-on-user-bp-2.c: New file.
11697 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
11698
11699 2014-06-02 Doug Evans <xdje42@gmail.com>
11700
11701 * gdb.guile/scm-parameter.exp: New file.
11702
11703 2014-06-02 Doug Evans <xdje42@gmail.com>
11704
11705 * gdb.guile/scm-cmd.c: New file.
11706 * gdb.guile/scm-cmd.exp: New file.
11707
11708 2014-06-02 Doug Evans <xdje42@gmail.com>
11709
11710 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
11711 pretty-printer lookup.
11712 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
11713 (make-pp_s-printer): Call it.
11714 (make-pretty-printer-from-dict): New function.
11715 (lookup-pretty-printer-maker-from-dict): New function.
11716 (*pretty-printer*): Simplify.
11717 (make-objfile-pp_s-printer): New function.
11718 (install-objfile-pretty-printers!): New function.
11719 (make-progspace-pp_s-printer): New function.
11720 (install-progspace-pretty-printers!): New function.
11721 * gdb.guile/scm-progspace.c: New file.
11722 * gdb.guile/scm-progspace.exp: New file.
11723
11724 2014-06-02 Pedro Alves <palves@redhat.com>
11725
11726 * gdb.base/dprintf-bp-same-addr.c: New file.
11727 * gdb.base/dprintf-bp-same-addr.exp: New file.
11728
11729 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11730
11731 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
11732 * gdb.arch/powerpc-power.s: Likewise.
11733
11734 2014-06-02 Joel Brobecker <brobecker@adacore.com>
11735
11736 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
11737
11738 2014-06-01 Yao Qi <yao@codesourcery.com>
11739
11740 * gdb.base/watchpoint.exp (test_watch_location): Check null
11741 pointer can be dereferenced. If not, do the test, otherwise
11742 skip it.
11743
11744 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
11745
11746 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
11747 results.
11748 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
11749
11750 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
11751
11752 * gdb.arch/amd64-invalid-stack-middle.S: New file.
11753 * gdb.arch/amd64-invalid-stack-middle.c: New file.
11754 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
11755 * gdb.arch/amd64-invalid-stack-top.c: New file.
11756 * gdb.arch/amd64-invalid-stack-top.exp: New file.
11757
11758 2014-05-30 Pedro Alves <palves@redhat.com>
11759
11760 PR breakpoints/17000
11761 * gdb.base/sss-bp-on-user-bp.c: New file.
11762 * gdb.base/sss-bp-on-user-bp.exp: New file.
11763
11764 2014-05-30 David Blaikie <dblaikie@gmail.com>
11765
11766 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
11767 gnu_inline semantics via attribute.
11768 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
11769 source explicitly specifies the required semantics.
11770
11771 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
11772
11773 * gdb.reverse/sigall-reverse.exp: Fix a typo.
11774
11775 2014-05-29 Pedro Alves <palves@redhat.com>
11776 Tom Tromey <tromey@redhat.com>
11777
11778 * gdb.base/async-shell.exp: Don't enable target-async.
11779 * gdb.base/async.exp
11780 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
11781 parameter. Adjust.
11782 (top level): Don't test with "target-async".
11783 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
11784 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
11785 * gdb.base/inferior-died.exp: Don't enable target-async.
11786 * gdb.base/interrupt-noterm.exp: Likewise.
11787 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
11788 * gdb.mi/mi-nonstop-exit.exp: Likewise.
11789 * gdb.mi/mi-nonstop.exp: Likewise.
11790 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
11791 * gdb.mi/mi-nsintrall.exp: Likewise.
11792 * gdb.mi/mi-nsmoribund.exp: Likewise.
11793 * gdb.mi/mi-nsthrexec.exp: Likewise.
11794 * gdb.mi/mi-watch-nonstop.exp: Likewise.
11795 * gdb.multi/watchpoint-multi.exp: Adjust comment.
11796 * gdb.python/py-evsignal.exp: Don't enable target-async.
11797 * gdb.python/py-evthreads.exp: Likewise.
11798 * gdb.python/py-prompt.exp: Likewise.
11799 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
11800 * gdb.server/solib-list.exp: Don't enable target-async.
11801 * gdb.threads/thread-specific-bp.exp: Likewise.
11802 * lib/mi-support.exp: Adjust to use mi-async.
11803
11804 2014-05-29 Pedro Alves <palves@redhat.com>
11805
11806 PR gdb/13860
11807 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
11808 reason, even in sync mode.
11809
11810 2014-05-29 Pedro Alves <palves@redhat.com>
11811 Hui Zhu <hui@codesourcery.com>
11812
11813 PR PR15693
11814 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
11815 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
11816 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
11817 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
11818
11819 2014-05-28 Joel Brobecker <brobecker@adacore.com>
11820
11821 * config/monitor.exp (gdb_target_monitor): Replace use of
11822 "set remotebaud" by "set serial baud".
11823
11824 2014-05-26 Andy Wingo <wingo@igalia.com>
11825
11826 * gdb.guile/scm-breakpoint.exp:
11827 * gdb.guile/scm-gsmob.exp: Update to use plain old object
11828 properties instead of gdb-object-properties.
11829
11830 2014-05-26 Yao Qi <yao@codesourcery.com>
11831
11832 * gdb.server/no-thread-db.exp: Specify source file name
11833 explicitly when setting a breakpoint.
11834
11835 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
11836
11837 * gdb.btrace/vdso.c: New.
11838 * gdb.btrace/vdso.exp: New.
11839
11840 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
11841
11842 * gdb.base/gcore.exp (capture_command_output): Move ...
11843 * lib/gdb.exp (capture_command_output): ... here.
11844
11845 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
11846
11847 * gdb.btrace/data.exp: Test memory access during btrace replay.
11848
11849 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
11850
11851 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
11852
11853 2014-05-21 Pedro Alves <palves@redhat.com>
11854
11855 PR gdb/13860
11856 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
11857 (top level): Test that output related to execution commands is
11858 sent to the console with CLI commands, but not with MI commands.
11859 Test that breakpoint events are always mirrored to the console.
11860 Also expect the new source line to be output after a "next" in
11861 async mode too. Make it a pass/fail test.
11862 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
11863 output.
11864 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
11865
11866 2014-05-21 Pedro Alves <palves@redhat.com>
11867
11868 * gdb.base/list.exp (build_pattern, test_list): New procedures.
11869 Use them to test variations of "list" after reaching a breakpoint.
11870 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
11871 Test "list" with listsize 10 after reaching a breakpoint.
11872 * gdb.python/python.exp (decode_line current location line
11873 number): Adjust expected line number.
11874
11875 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
11876
11877 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
11878 behavior for $args, pass it directly to "run".
11879
11880 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
11881
11882 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
11883 30000 to 65536.
11884
11885 2014-05-21 Pedro Alves <palves@redhat.com>
11886
11887 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
11888 auto-connect-native-target off".
11889 * gdb.base/auto-connect-native-target.c: New file.
11890 * gdb.base/auto-connect-native-target.exp: New file.
11891
11892 2014-05-21 Pedro Alves <palves@redhat.com>
11893
11894 * gdb.base/default.exp: Test "target native" instead of "target
11895 child".
11896
11897 2014-05-21 Mark Wielaard <mjw@redhat.com>
11898
11899 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11900
11901 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11902
11903 Fix TLS access for -static -pthread.
11904 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
11905 <HAVE_TLS> (thread_function, main): Initialize it.
11906 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
11907 Add clean_restart.
11908 <$have_tls != "">: Check TLSVAR.
11909
11910 2014-05-21 Pedro Alves <palves@redhat.com>
11911
11912 * gdb.base/dcache-line-read-error.c: New.
11913 * gdb.base/dcache-line-read-error.exp: New.
11914
11915 2014-05-20 Pedro Alves <palves@redhat.com>
11916
11917 * gdb.base/compare-sections.c: New file.
11918 * gdb.base/compare-sections.exp: New file.
11919
11920 2014-05-20 Pedro Alves <palves@redhat.com>
11921
11922 * gdb.base/break-idempotent.c: New file.
11923 * gdb.base/break-idempotent.exp: New file.
11924
11925 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
11926
11927 * gdb.btrace/nohist.exp: New.
11928
11929 2014-05-20 Yao Qi <yao@codesourcery.com>
11930
11931 * lib/gdb.exp (gdb_init): Set timeout if test file is under
11932 gdb.reverse directory and gdb_reverse_timeout exists in board
11933 setting.
11934 * README: Document gdb_reverse_timeout.
11935
11936 2014-05-20 Yao Qi <yao@codesourcery.com>
11937
11938 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
11939 'test_file_name'. Treat args as a string instead of a list.
11940 (gdb_init): Rename argument 'args' by 'test_file_name'.
11941
11942 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11943
11944 * gdb.arch/powerpc-power.exp: New file.
11945 * gdb.arch/powerpc-power.s: New file.
11946
11947 2014-05-16 Doug Evans <dje@google.com>
11948
11949 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
11950 * gdb.base/completion.exp: Check that all expected files exist
11951 before doing file completion.
11952
11953 2014-05-16 Doug Evans <dje@google.com>
11954
11955 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
11956 Update.
11957 (do_syscall_tests_without_xml): Update.
11958
11959 2014-05-16 Pedro Alves <palves@redhat.com>
11960
11961 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
11962 instead of "unknown output after running".
11963
11964 2014-05-16 Yao Qi <yao@codesourcery.com>
11965
11966 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
11967 file1.txt from host at the end.
11968 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11969
11970 2014-05-15 Doug Evans <dje@google.com>
11971
11972 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
11973 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
11974 loading file. Add test for TU lookup.
11975
11976 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
11977
11978 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
11979 calling "-exec-arguments" or "set args" before running the
11980 inferior.
11981
11982 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
11983
11984 * lib/mi-support.exp (mi_expect_stop): Expect message for
11985 inferiors that exit with non-zero exit code.
11986
11987 2014-05-14 Yao Qi <yao@codesourcery.com>
11988
11989 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
11990 match absolute path on remote host.
11991 (test_file_list_exec_source_files): Remove "/" from the
11992 pattern.
11993
11994 2014-05-14 Yao Qi <yao@codesourcery.com>
11995
11996 * boards/local-remote-host-notty.exp (${board}_file): New
11997 proc.
11998
11999 2014-05-07 Kyle McMartin <kyle@redhat.com>
12000
12001 Pushed by Joel Brobecker <brobecker@adacore.com>.
12002 * gdb.arch/aarch64-atomic-inst.c: New file.
12003 * gdb.arch/aarch64-atomic-inst.exp: New file.
12004
12005 2014-05-07 Yao Qi <yao@codesourcery.com>
12006
12007 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
12008 in current context" too.
12009
12010 2014-05-05 Keith Seitz <keiths@redhat.com>
12011
12012 * gdb.linespec/ls-dollar.exp: Add test for linespec
12013 file:convenience_variable.
12014
12015 2014-05-05 Yao Qi <yao@codesourcery.com>
12016
12017 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
12018 traceframes into tfile and ctf trace files. Read data from
12019 trace file and test collected data.
12020 (gdb_collect_locals_test): Likewise.
12021 (gdb_unavailable_registers_test): Likewise.
12022 (gdb_unavailable_floats): Likewise.
12023 (gdb_collect_globals_test): Likewise.
12024 (top-level): Append "ctf" to trace_file_targets if GDB
12025 supports.
12026
12027 2014-05-05 Yao Qi <yao@codesourcery.com>
12028
12029 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
12030 code to ...
12031 (gdb_collect_args_test_1): ... it. New proc.
12032 (gdb_collect_locals_test): Move some code to ...
12033 (gdb_collect_locals_test_1): ... it. New proc.
12034 (gdb_unavailable_registers_test): Move some code to ...
12035 (gdb_unavailable_registers_test_1): ... it. New proc.
12036 (gdb_unavailable_floats): Move some code to ...
12037 (gdb_unavailable_floats_1): ... it. New proc.
12038
12039 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12040
12041 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
12042 probes to test for bitness recognition.
12043 * gdb.arch/amd64-stap-optional-prefix.exp
12044 (test_probe_value_without_reg): New procedure.
12045 Add code to test for different kinds of bitness.
12046
12047 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12048
12049 PR breakpoints/16889
12050 * gdb.arch/amd64-stap-optional-prefix.S: New file.
12051 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12052
12053 2014-05-01 Pedro Alves <palves@redhat.com>
12054
12055 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
12056 gdb_file_cmd if no file is specified.
12057 * boards/native-extended-gdbserver.exp (gdb_load): Use the
12058 last_loaded_file to set the remote exec-file.
12059
12060 2014-05-01 Pedro Alves <palves@redhat.com>
12061
12062 * boards/local-remote-host.exp: New file.
12063
12064 2014-05-01 Pedro Alves <palves@redhat.com>
12065
12066 * boards/local-remote-host.exp: Rename to ...
12067 * boards/local-remote-host-notty.exp: ... this.
12068
12069 2014-04-28 Joel Brobecker <brobecker@adacore.com>
12070
12071 * gdb.ada/dyn_arrayidx: New testcase.
12072
12073 2014-04-26 Yao Qi <yao@codesourcery.com>
12074
12075 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
12076 and compute the length of function main. Save it in
12077 $main_length.
12078 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
12079 (top-level): Use gdb_compile to compile objects into
12080 executable and restart GDB. Remove invocation to
12081 prepare_for_testing.
12082
12083 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
12084 Pedro Alves <palves@redhat.com>
12085
12086 PR server/16255
12087 * gdb.multi/multi-attach.c: New file.
12088 * gdb.multi/multi-attach.exp: New file.
12089
12090 2014-04-25 Pedro Alves <palves@redhat.com>
12091
12092 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
12093 user.
12094 (top level): Test that "set remote conditional-breakpoints-packet
12095 off" works as intended.
12096 * gdb.base/dprintf.exp: Test that "set remote
12097 breakpoint-commands-packet off" works as intended.
12098 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
12099 New function.
12100 (top level): Call it.
12101 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
12102 remote fast-tracepoints-packet off" works as intended.
12103 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
12104 * lib/gdb.exp (gdb_is_target_remote): ... here.
12105
12106 2014-04-24 David Blaikie <dblaikie@gmail.com>
12107
12108 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
12109 ensure clang would not discard them.
12110 * gdb.base/gdbvars.c: Ditto.
12111 * gdb.base/memattr.c: Ditto.
12112 * gdb.base/whatis.c: Ditto.
12113 * gdb.python/py-prettyprint.c: Ditto.
12114 * gdb.trace/actions.c: Ditto.
12115 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
12116 ensure clang would not discard it.
12117
12118 2014-04-24 David Blaikie <dblaikie@gmail.com>
12119
12120 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
12121 clang to emit the full definition of type required by the test
12122 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
12123
12124 2014-04-24 David Blaikie <dblaikie@gmail.com>
12125
12126 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
12127 coax Clang into emitting the definition of the type.
12128 * gdb.cp/pr10728-x.h (y): Ditto.
12129 * gdb.cp/pr10728-y.cc (y): Ditto.
12130
12131 2014-04-24 David Blaikie <dblaikie@gmail.com>
12132
12133 * gdb.base/label.exp: XFAIL label related tests under Clang.
12134 * gdb.cp/cplabel.exp: Ditto.
12135 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
12136 under Clang those using labels.
12137
12138 2014-04-25 Yao Qi <yao@codesourcery.com>
12139
12140 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
12141 double_label.
12142 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
12143 partial_label and double_label.
12144
12145 2014-04-24 David Blaikie <dblaikie@gmail.com>
12146
12147 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
12148
12149 2014-04-24 David Blaikie <dblaikie@gmail.com>
12150
12151 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
12152 of the function to work across GCC and Clang.
12153 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
12154 pointer types (const void ** const V void **).
12155
12156 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
12157 Walfred Tedeschi <walfred.tedeschi@intel.com>
12158
12159 * Makefile.in (EXECUTABLES): Added i386-avx512.
12160 * gdb.arch/i386-avx512.c: New file.
12161 * gdb.arch/i386-avx512.exp: Likewise.
12162
12163 2014-04-23 Keith Seitz <keiths@redhat.com>
12164
12165 * lib/mi-support.exp (mi_list_breakpoints): Delete.
12166 (mi_make_breakpoint_table): New procedure.
12167 (mi_create_breakpoint): Use mi_make_breakpoint
12168 and return the result.
12169 (mi_make_breakpoint): New procedure.
12170 (mi_build_kv_pairs): New procedure.
12171
12172 * gdb.mi/mi-break.exp: Remove unused globals,
12173 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
12174 All callers updated.
12175 * gdb.mi/mi-dprintf.exp: Use variable to track command
12176 number.
12177 Update all callers of mi_create_breakpoint and use
12178 mi_make_breakpoint_table.
12179 Remove any unused global variables.
12180 * gdb.mi/mi-nonstop.exp: Likewise.
12181 * gdb.mi/mi-nsintrall.exp: Likewise.
12182 * gdb.mi/mi-nsmoribund.exp: Likewise.
12183 * gdb.mi/mi-nsthrexec.exp: Likewise.
12184 * gdb.mi/mi-reverse.exp: Likewise.
12185 * gdb.mi/mi-simplerun.exp: Likewise.
12186 * gdb.mi/mi-stepn.exp: Likewise.
12187 * gdb.mi/mi-syn-frame.exp: Likewise.
12188 * gdb.mi/mi-until.exp: Likewise.
12189 * gdb.mi/mi-var-cp.exp: Likewise.
12190 * gdb.mi/mi-var-display.exp: Likewise.
12191 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
12192 * gdb.mi/mi2-var-child.exp: Likewise.
12193 * gdb.mi/mi-vla-c99.exp: Likewise.
12194 * lib/mi-support.exp: Likewise.
12195
12196 From Ian Lance Taylor <iant@cygnus.com>:
12197 * lib/gdb.exp (parse_args): New procedure.
12198
12199 2014-04-23 Pedro Alves <palves@redhat.com>
12200
12201 * gdb.base/break-unload-file.c: New file.
12202 * gdb.base/break-unload-file.exp: New file.
12203 * gdb.base/sym-file-lib.c (baz): New function.
12204 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
12205 field.
12206 (load): Store the segment's mapped size.
12207 (unload): New function.
12208 (unload_shlib): New function.
12209 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
12210 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
12211 set a breakpoint at baz, and call it.
12212 * gdb.base/sym-file.exp: New tests for stale breakpoint
12213 instructions.
12214
12215 2014-04-23 Pedro Alves <palves@redhat.com>
12216
12217 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
12218 * gdb.base/hbreak-in-shr-unsupported.c: New file.
12219 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
12220 * gdb.base/hbreak-unmapped.c: New file.
12221 * gdb.base/hbreak-unmapped.exp: New file.
12222 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
12223 * lib/gdb.exp (gdb_is_target_remote): ... here.
12224
12225 2014-04-22 Pedro Alves <palves@redhat.com>
12226
12227 * gdb.base/consecutive-step-over.c: New file.
12228 * gdb.base/consecutive-step-over.exp: New file.
12229
12230 2014-04-22 Pedro Alves <palves@redhat.com>
12231
12232 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
12233 instead of send_gdb/gdb_expect.
12234
12235 2014-04-22 Yao Qi <yao@codesourcery.com>
12236
12237 * lib/trace-support.exp (generate_tracefile): New procedure.
12238 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
12239 return 0.
12240 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
12241 if generate_tracefile returns 1.
12242
12243 2014-04-18 Tom Tromey <palves@redhat.com>
12244 Pedro alves <tromey@redhat.com>
12245
12246 PR backtrace/15558
12247 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
12248 with a backtrace limit.
12249 * gdb.python/py-frame-inline.exp: Test running to an inline
12250 function with a backtrace limit, and printing the newest frame.
12251 * gdb.python/py-frame-inline.c (main): Call f.
12252
12253 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
12254
12255 * gdb.java/jnpe.exp: Drop srcdir from untested path.
12256
12257 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
12258
12259 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
12260 Drop prefix from unsupported source file path.
12261
12262 2014-04-17 Yao Qi <yao@codesourcery.com>
12263
12264 * lib/gdb.exp (with_target_charset): New proc.
12265 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
12266 with_target_charset.
12267 (test_print_strings): Likewise.
12268 (test_repeat_bytes): Likewise.
12269 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
12270 for some tests.
12271
12272 2014-04-16 Keith Seitz <keiths@redhat.com>
12273
12274 PR gdb/15827
12275 * gdb.dwarf2/corrupt.c: New file.
12276 * gdb.dwarf2/corrupt.exp: New file.
12277
12278 2014-04-16 Keith Seitz <keiths@redhat.com>
12279
12280 PR c++/16597
12281 * gdb.cp/namelessclass.cc: New file.
12282 * gdb.cp/namelessclass.exp: New file.
12283 * gdb.cp/namelessclass.S: New file.
12284
12285 2014-04-16 Doug Evans <dje@google.com>
12286
12287 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
12288 Add comment.
12289 (gdbserver_default_get_comm_port): New function.
12290 (gdbserver_start): Check if board file provided
12291 "gdbserver,get_comm_port" and use it if so.
12292 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
12293 (gdb,socketport): Set to "stdio".
12294 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
12295 (stdio_gdbserver_template): Delete.
12296 (${board}_get_remote_address): Update.
12297 (${board}_build_remote_cmd): Delete.
12298 (${board}_get_comm_port): New function.
12299 (${board}_spawn): Update.
12300 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
12301 Delete.
12302 (${board}_get_remote_address): Update.
12303 (${board}_get_comm_port): New function.
12304
12305 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
12306
12307 * gdb.base/memattr.exp: Improve regexps to handle memory regions
12308 appearing in any order.
12309
12310 2014-04-15 Doug Evans <dje@google.com>
12311
12312 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
12313 uninitialized value of "description".
12314
12315 2014-04-15 Keith Seitz <keiths@redhat.com>
12316
12317 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
12318 Remove unused globals.
12319 (test_running_the_program): Likewise.
12320 (test_controlled_execution): Likewise.
12321 (test_controlling_breakpoints): Likewise.
12322 (test_program_termination): Likewise.
12323
12324 2014-04-15 Keith Seitz <keiths@redhat.com>
12325
12326 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
12327 unused globals.
12328 (test_rbreak_creation_and_listing): Likewise.
12329 (test_ignore_count): Likewise.
12330 (test_error): Likewise.
12331
12332 2014-04-15 Pedro Alves <palves@redhat.com>
12333
12334 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
12335 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
12336 sym-file-loader.c.
12337 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
12338 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
12339 to sym-file-loader.c.
12340 (struct library): Forward declare.
12341 (load_shlib, lookup_function): Change prototypes.
12342 (find_shstrtab, find_strtab, find_shdr, find_symtab)
12343 (translate_offset): Remove declarations.
12344 (get_text_addr): New declaration.
12345 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
12346 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
12347 sym-file-loader.h.
12348 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
12349 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
12350 here from sym-file-loader.h.
12351 (struct library): New structure.
12352 (load_shlib, lookup_function): Change prototypes and adjust to
12353 work with a struct library.
12354 (find_shstrtab, find_strtab, find_shdr, find_symtab)
12355 (translate_offset): Make static.
12356 (get_text_addr): New function.
12357 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
12358
12359 2014-04-15 Pedro Alves <palves@redhat.com>
12360
12361 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
12362
12363 2014-04-15 Pedro Alves <palves@redhat.com>
12364
12365 * gdb.base/sym-file-loader.c: Include <limits.h>.
12366 (SELF_LINK): New define.
12367 (get_origin): New function.
12368 (load_shlib): Use it.
12369 * gdb.base/sym-file.exp: Don't early return if the target is
12370 remote. Use runto_main, and issue fail is that fails. Use
12371 gdb_load_shlibs.
12372 (shlib_name): Delete.
12373 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
12374
12375 2014-04-15 Pedro Alves <palves@redhat.com>
12376
12377 * gdb.base/sym-file.exp: Remove regex characters from test
12378 message. Don't refer to breakpoint numbers in test messages.
12379
12380 2014-04-14 Keith Seitz <keiths@redhat.com>
12381
12382 PR c++/16253
12383 * gdb.cp/var-tag.cc: New file.
12384 * gdb.cp/var-tag.exp: New file.
12385 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12386 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12387 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12388 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12389
12390 2014-04-14 Tom Tromey <tromey@redhat.com>
12391
12392 * gdb.cp/classes.exp (test_enums): Handle underlying type.
12393 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
12394 type.
12395 * gdb.cp/enum-class.exp: New file.
12396 * gdb.cp/enum-class.cc: New file.
12397
12398 2014-04-14 Tom Tromey <tromey@redhat.com>
12399
12400 * gdb.dwarf2/enum-type.exp: New file.
12401
12402 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12403
12404 * gdb.mi/mi-vla-c99.exp: New file.
12405 * gdb.mi/vla.c: New file.
12406
12407 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12408
12409 * gdb.base/vla-datatypes.c: New file.
12410 * gdb.base/vla-datatypes.exp: New file.
12411
12412 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12413
12414 * gdb.base/vla-ptr.c: New file.
12415 * gdb.base/vla-ptr.exp: New file.
12416
12417 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12418
12419 * gdb.dwarf2/count.exp: New file.
12420
12421 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12422
12423 * gdb.base/vla-sideeffect.c: New file.
12424 * gdb.base/vla-sideeffect.exp: New file.
12425
12426 2014-04-14 David Blaikie <dblaikie@gmail.com>
12427
12428 * gdb.mi/non-stop.c: Add return value for non-void function return
12429 statement.
12430 * gdb.threads/staticthreads.c: Ditto.
12431
12432 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
12433 Doug Evans <xdje42@gmail.com>
12434
12435 * gdb.guile/scm-value.c: Improve test case.
12436 * gdb.guile/scm-value.exp: Add new test.
12437
12438 2014-04-11 David Blaikie <dblaikie@gmail.com>
12439
12440 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
12441 override Clang's default.
12442
12443 2014-04-11 Joel Brobecker <brobecker@adacore.com>
12444
12445 Revert the following changes (regressions):
12446
12447 * gdb.base/vla-sideeffect.c: New file.
12448 * gdb.base/vla-sideeffect.exp: New file.
12449
12450 * gdb.dwarf2/count.exp: New file.
12451
12452 * gdb.base/vla-multi.c: New file.
12453 * gdb.base/vla-multi.exp: New file.
12454
12455 * gdb.base/vla-ptr.c: New file.
12456 * gdb.base/vla-ptr.exp: New file.
12457
12458 * gdb.base/vla-datatypes.c: New file.
12459 * gdb.base/vla-datatypes.exp: New file.
12460
12461 * gdb.mi/mi-vla-c99.exp: New file.
12462 * gdb.mi/vla.c: New file.
12463
12464 2014-04-11 Keith Seitz <keiths@redhat.com>
12465
12466 PR c++/16675
12467 * gdb.cp/cpsizeof.exp: New file.
12468 * gdb.cp/cpsizeof.cc: New file.
12469
12470 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12471
12472 * gdb.mi/mi-vla-c99.exp: New file.
12473 * gdb.mi/vla.c: New file.
12474
12475 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12476
12477 * gdb.base/vla-datatypes.c: New file.
12478 * gdb.base/vla-datatypes.exp: New file.
12479
12480 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12481
12482 * gdb.base/vla-ptr.c: New file.
12483 * gdb.base/vla-ptr.exp: New file.
12484
12485 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12486
12487 * gdb.base/vla-multi.c: New file.
12488 * gdb.base/vla-multi.exp: New file.
12489
12490 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12491
12492 * gdb.dwarf2/count.exp: New file.
12493
12494 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12495
12496 * gdb.base/vla-sideeffect.c: New file.
12497 * gdb.base/vla-sideeffect.exp: New file.
12498
12499 2014-04-11 Yao Qi <yao@codesourcery.com>
12500
12501 * gdb.base/completion.exp: Check file exists before running tests
12502 on file completion.
12503
12504 2014-04-10 Pedro Alves <palves@redhat.com>
12505
12506 * gdb.base/cond-eval-mode.c: New file.
12507 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
12508 prepare_for_testing to build the new file. Check result of
12509 runto_main.
12510 (test_break, test_watch): New procedures.
12511 (top level): Use them.
12512
12513 2014-04-08 Pierre Muller <muller@sourceware.org>
12514
12515 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
12516 Ctrl-V use for mingw hosts.
12517
12518 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
12519
12520 * gdb.python/py-value.c: Improve test case.
12521 * gdb.python/py-value.exp: Add new test.
12522
12523 2014-04-07 David Blaikie <dblaikie@gmail.com>
12524
12525 * lib/compiler.c: Identify the clang compiler.
12526 * lib/compiler.cc: Ditto.
12527
12528 2014-04-03 Yao Qi <yao@codesourcery.com>
12529
12530 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
12531
12532 2014-04-01 Anton Blanchard <anton@samba.org>
12533
12534 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
12535 messages unique.
12536
12537 2014-04-01 Anton Blanchard <anton@samba.org>
12538
12539 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
12540 prepare_for_testing.
12541
12542 2014-04-01 Anton Blanchard <anton@samba.org>
12543
12544 * gdb.arch/ppc64-atomic-inst.c: Remove.
12545 * gdb.arch/ppc64-atomic-inst.S: New file.
12546 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
12547
12548 2014-03-31 Doug Evans <dje@google.com>
12549
12550 * gdb.base/print-symbol-loading-lib.c: New file.
12551 * gdb.base/print-symbol-loading-main.c: New file.
12552 * gdb.base/print-symbol-loading.exp: New file.
12553
12554 2014-03-31 Yao Qi <yao@codesourcery.com>
12555
12556 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
12557
12558 2014-03-28 Joel Brobecker <brobecker@adacore.com>
12559
12560 * gdb.ada/mi_dyn_arr: New testcase.
12561
12562 2014-03-27 Doug Evans <dje@google.com>
12563
12564 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
12565
12566 2014-03-27 Yao Qi <yao@codesourcery.com>
12567
12568 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
12569 if target is nios2-*-*.
12570
12571 2014-03-26 Yao Qi <yao@codesourcery.com>
12572
12573 * lib/gdb.exp (readline_is_used): New proc.
12574 * gdb.base/completion.exp: Move tests on command complete up.
12575 Skip the rest of tests if readline is not used.
12576 * gdb.ada/complete.exp: Skp the test if readline is not
12577 used.
12578 * gdb.base/filesym.exp: Likewise.
12579 * gdb.base/macscp.exp: Likewise.
12580 * gdb.base/readline-ask.exp: Likewise.
12581 * gdb.base/readline.exp: Likewise.
12582 * gdb.python/py-cmd.exp: Likewise.
12583 * gdb.trace/tfile.exp: Likewise.
12584
12585 2014-03-26 Yao Qi <yao@codesourcery.com>
12586
12587 * gdb.base/macscp.exp: Fix code format issues.
12588
12589 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
12590
12591 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
12592 * gdb.asm/powerpc64le.inc: New file.
12593
12594 2014-03-25 Pedro Alves <palves@redhat.com>
12595 Doug Evans <dje@google.com>
12596
12597 * gdb.base/source-execution.c: New file.
12598 * gdb.base/source-execution.exp: New file.
12599 * gdb.base/source-execution.gdb: New file.
12600
12601 2014-03-24 Doug Evans <dje@google.com>
12602
12603 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
12604 using fission.
12605
12606 2014-03-24 Hui Zhu <hui@codesourcery.com>
12607 Pedro Alves <palves@redhat.com>
12608
12609 PR breakpoints/16101
12610 * gdb.base/dprintf.exp: Use unsupported rather than changing the
12611 test pass/fail messages. Detect missing support for dprintf when
12612 breakpoints are actually inserted.
12613 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
12614 breakpoints are actually inserted.
12615 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
12616 fails.
12617
12618 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12619
12620 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
12621
12622 2014-03-22 Doug Evans <xdje42@gmail.com>
12623
12624 * gdb.python/python.exp (python not supported): Verify multi-line
12625 python command issues an error.
12626 * gdb.guile/guile.exp (guile not supported): Verify multi-line
12627 guile command issues an error.
12628
12629 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
12630
12631 * gdb.threads/thread-specific.exp: Handle the lack of usable
12632 $this_breakpoint and $this_thread.
12633
12634 2014-03-21 Hui Zhu <hui@codesourcery.com>
12635
12636 * gdb.base/attach.exp (do_command_attach_tests): New.
12637
12638 2014-03-20 Tom Tromey <tromey@redhat.com>
12639 Pedro Alves <palves@redhat.com>
12640
12641 PR cli/15718
12642 * gdb.base/condbreak-call-false.c: New file.
12643 * gdb.base/condbreak-call-false.exp: New file.
12644
12645 2014-03-20 Pedro Alves <palves@redhat.com>
12646
12647 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
12648 Delete.
12649 (block_signals, unblock_signals): Delete.
12650 (child_function_2, main): Remove references to deleted variable
12651 and functions.
12652
12653 2014-03-20 Pedro Alves <palves@redhat.com>
12654
12655 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
12656 Use pthread_kill to signal thread 2.
12657 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
12658 Adjust to make the test send itself a signal rather than using the
12659 host's "kill" command.
12660
12661 2014-03-20 Pedro Alves <palves@redhat.com>
12662
12663 * gdb.threads/multiple-step-overs.c: New file.
12664 * gdb.threads/multiple-step-overs.exp: New file.
12665 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
12666 Adjust expected infrun debug output.
12667
12668 2014-03-20 Pedro Alves <palves@redhat.com>
12669
12670 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
12671 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
12672
12673 2014-03-20 Pedro Alves <palves@redhat.com>
12674
12675 PR breakpoints/7143
12676 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
12677 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
12678 of gdb_test_multiple.
12679 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
12680 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
12681
12682 2014-03-20 Pedro Alves <palves@redhat.com>
12683
12684 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
12685 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
12686
12687 2014-03-19 Pedro Alves <palves@redhat.com>
12688
12689 * gdb.base/async.exp: Remove early return.
12690
12691 2014-03-19 Pedro Alves <palves@redhat.com>
12692
12693 * gdb.base/async.exp (step& tests): Pass explicit test messages.
12694
12695 2014-03-19 Pedro Alves <palves@redhat.com>
12696
12697 * gdb.base/async.exp (test_background): Expect \r\n after
12698 "completed." in the fail pattern.
12699
12700 2014-03-19 Pedro Alves <palves@redhat.com>
12701
12702 * gdb.base/async.exp (test_background): New procedure.
12703 Use it for all background execution command tests.
12704
12705 2014-03-19 Pedro Alves <palves@redhat.com>
12706
12707 * gdb.base/async.exp: Use prepare_for_testing.
12708
12709 2014-03-19 Pedro Alves <palves@redhat.com>
12710
12711 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
12712 the same line.
12713
12714 2014-03-19 Pedro Alves <palves@redhat.com>
12715
12716 * gdb.base/async.c (main): Add "jump here" and "until here" line
12717 marker comments.
12718 * gdb.base/async.exp (jump_here): New global.
12719 (jump& test): Use it.
12720 (until_here): New global.
12721 (until& test): Use it.
12722
12723 2014-03-19 Pedro Alves <palves@redhat.com>
12724
12725 * gdb.base/async.exp: Don't frob gdb_protocol.
12726
12727 2014-03-18 Doug Evans <xdje42@gmail.com>
12728
12729 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
12730 Fix spelling of exec-done-display.
12731
12732 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
12733
12734 PR gdb/15358
12735 * gdb.base/gdb-sigterm.c: New file.
12736 * gdb.base/gdb-sigterm.exp: New file.
12737
12738 2014-03-18 Pedro Alves <palves@redhat.com>
12739
12740 PR gdb/13860
12741 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
12742 * lib/mi-support.exp (mi_expect_stop): Add special handling for
12743 solib-event.
12744
12745 2014-03-17 Joel Brobecker <brobecker@adacore.com>
12746
12747 * gdb.ada/pckd_arr_ren: New testcase.
12748
12749 2014-03-13 Doug Evans <xdje42@gmail.com>
12750
12751 PR guile/16612
12752 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
12753 collect after discarding symbols.
12754
12755 2014-03-13 Ludovic Courtès <ludo@gnu.org>
12756 Doug Evans <xdje42@gmail.com>
12757
12758 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
12759 to history survives a gc.
12760
12761 2014-03-13 Pedro Alves <palves@redhat.com>
12762
12763 * gdb.base/default.exp: Don't test "target procfs".
12764
12765 2014-03-13 Pedro Alves <palves@redhat.com>
12766
12767 * gdb.base/default.exp: Update "target child" and "target procfs"
12768 tests to not expect "Unix".
12769
12770 2014-03-12 Tom Tromey <tromey@redhat.com>
12771
12772 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
12773 New procs. Add target-async tests.
12774 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
12775 Add target-async tests.
12776
12777 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12778
12779 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
12780 'func_start' and 'func_end' for the beginning and end of the
12781 function code, respectively.
12782 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
12783 'func_end' instead of 'func' and 'main'.
12784
12785 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12786
12787 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
12788 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
12789 generate the debug info assembler source.
12790
12791 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12792
12793 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
12794 * gdb.dwarf2/arr-subrange.exp: Likewise.
12795 * gdb.dwarf2/dwz.exp: Likewise.
12796 * gdb.dwarf2/method-ptr.exp: Likewise.
12797 * gdb.dwarf2/missing-sig-type.exp: Likewise.
12798 * gdb.dwarf2/subrange.exp: Likewise.
12799 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
12800 * gdb.dwarf2/implptrpiece.exp: Likewise.
12801 * gdb.dwarf2/nostaticblock.exp: Likewise.
12802
12803 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12804
12805 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
12806 directory to absolute path name arguments.
12807
12808 2014-03-10 Joel Brobecker <brobecker@adacore.com>
12809
12810 * gdb.ada/tagged_access: New testcase.
12811
12812 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
12813
12814 * gdb.btrace/data.exp: Update expected output.
12815
12816 2014-03-06 Yao Qi <yao@codesourcery.com>
12817
12818 * gdb.trace/pr16508.exp: New file.
12819
12820 2014-03-05 Pedro Alves <palves@redhat.com>
12821
12822 PR gdb/16575
12823 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
12824 procedure.
12825 (top level): Adjust to use it. Add tests that exercise breakpoint
12826 interaction with the code-cache.
12827
12828 2014-02-26 Ludovic Courtès <ludo@gnu.org>
12829
12830 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
12831 test for 'history-append!'.
12832
12833 2014-02-26 Joel Brobecker <brobecker@adacore.com>
12834
12835 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
12836 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
12837 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
12838 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
12839 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
12840 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
12841
12842 2014-02-26 Joel Brobecker <brobecker@adacore.com>
12843
12844 * testsuite/gdb.python/py-pp-re-notag.c: New file.
12845 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
12846 * testsuite/gdb.python/py-pp-re-notag.p: New file.
12847
12848 2014-02-26 Joel Brobecker <brobecker@adacore.com>
12849
12850 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
12851
12852 2014-02-26 Joel Brobecker <brobecker@adacore.com>
12853
12854 * gdb.dwarf2/arr-stride.c: New file.
12855 * gdb.dwarf2/arr-stride.exp: New file.
12856
12857 2014-02-26 Pedro Alves <palves@redhat.com>
12858
12859 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
12860 that won't ever trigger. Make sure that GDB reports the correct
12861 breakpoint that caused the stop.
12862
12863 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12864
12865 PR gdb/16626
12866 * gdb.base/auto-load-script: New file.
12867 * gdb.base/auto-load.c: New file.
12868 * gdb.base/auto-load.exp: New file.
12869
12870 PR gdb/16626
12871 * gdb.base/auto-load.exp: Fix out-of-srctree run.
12872
12873 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12874
12875 Fix dw2-icycle.exp -fsanitize=address GDB crash.
12876 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
12877
12878 2014-02-24 Doug Evans <dje@google.com>
12879
12880 * lib/gdb.exp (run_on_host): Log error output if program fails.
12881
12882 2014-02-21 Pedro Alves <palves@redhat.com>
12883
12884 * gdb.threads/step-after-sr-lock.c: Rename to ...
12885 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
12886 * gdb.threads/step-after-sr-lock.exp: Rename to ...
12887 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
12888 ... this.
12889
12890 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
12891
12892 PR tdep/16397
12893 * gdb.arch/amd64-stap-special-operands.exp: New file.
12894 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
12895 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
12896 * gdb.arch/amd64-stap-triplet.S: Likewise.
12897 * gdb.arch/amd64-stap-triplet.c: Likewise.
12898
12899 2014-02-20 Joel Brobecker <brobecker@adacore.com>
12900
12901 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
12902 in .section pseudo-op.
12903
12904 2014-02-20 lin zuojian <manjian2006@gmail.com>
12905 Joel Brobecker <brobecker@adacore.com>
12906 Doug Evans <xdje42@gmail.com>
12907
12908 PR symtab/16581
12909 * gdb.dwarf2/dw2-icycle.S: New file.
12910 * gdb.dwarf2/dw2-icycle.c: New file.
12911 * gdb.dwarf2/dw2-icycle.exp: New file.
12912
12913 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
12914
12915 * gdb.python/py-value-cc.cc: Improve test case to enable testing
12916 operations on gdb.Value objects.
12917 * gdb.python/py-value-cc.exp: Add new test to test operations on
12918 gdb.Value objects.
12919
12920 2014-02-18 Doug Evans <dje@google.com>
12921
12922 * Makefile.in (TESTS): New variable.
12923 (expanded_tests, expanded_tests_or_none): New variables
12924 (check-single): Pass $(expanded_tests_or_none) to runtest.
12925 (check-parallel): Only run tests in $(TESTS) if non-empty.
12926 (check/no-matching-tests-found): New rule.
12927 * README: Document TESTS makefile variable.
12928
12929 2014-02-18 Doug Evans <dje@google.com>
12930
12931 * Makefile.in (check-parallel): rm -rf outputs temp.
12932
12933 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12934
12935 Fix "ERROR: no fileid for" in the testsuite.
12936 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
12937
12938 2014-02-12 Doug Evans <dje@google.com>
12939
12940 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
12941 (MISCELLANEOUS): New variable.
12942 (clean): rm -rf $(MISCELLANEOUS).
12943 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
12944 dwp live in the same directory as symlinks, with each symlink pointed
12945 to a differently named file in a different directory.
12946
12947 2014-02-11 Doug Evans <dje@google.com>
12948
12949 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
12950 of Tcl file commands.
12951
12952 2014-02-10 Mark Kettenis <kettenis@gnu.org>
12953
12954 * gdb.threads/step-after-sr-lock.exp: Avoid executing
12955 "kill -SIGUSR1 -1".
12956
12957 2014-02-10 Joel Brobecker <brobecker@adacore.com>
12958
12959 * gdb.ada/tick_length_array_enum_idx: New testcase.
12960
12961 2014-02-10 Doug Evans <xdje42@gmail.com>
12962
12963 * configure.ac (AC_OUTPUT): Add gdb.guile.
12964 * configure: Regenerate.
12965 * lib/gdb-guile.exp: New file.
12966 * lib/gdb.exp (get_target_charset): New function.
12967 * gdb.base/help.exp: Update expected output from "apropos apropos".
12968 * gdb.guile/Makefile.in: New file.
12969 * gdb.guile/guile.exp: New file.
12970 * gdb.guile/scm-arch.c: New file.
12971 * gdb.guile/scm-arch.exp: New file.
12972 * gdb.guile/scm-block.c: New file.
12973 * gdb.guile/scm-block.exp: New file.
12974 * gdb.guile/scm-breakpoint.c: New file.
12975 * gdb.guile/scm-breakpoint.exp: New file.
12976 * gdb.guile/scm-disasm.c: New file.
12977 * gdb.guile/scm-disasm.exp: New file.
12978 * gdb.guile/scm-equal.c: New file.
12979 * gdb.guile/scm-equal.exp: New file.
12980 * gdb.guile/scm-error.exp: New file.
12981 * gdb.guile/scm-error.scm: New file.
12982 * gdb.guile/scm-frame-args.c: New file.
12983 * gdb.guile/scm-frame-args.exp: New file.
12984 * gdb.guile/scm-frame-args.scm: New file.
12985 * gdb.guile/scm-frame-inline.c: New file.
12986 * gdb.guile/scm-frame-inline.exp: New file.
12987 * gdb.guile/scm-frame.c: New file.
12988 * gdb.guile/scm-frame.exp: New file.
12989 * gdb.guile/scm-generics.exp: New file.
12990 * gdb.guile/scm-gsmob.exp: New file.
12991 * gdb.guile/scm-iterator.c: New file.
12992 * gdb.guile/scm-iterator.exp: New file.
12993 * gdb.guile/scm-math.c: New file.
12994 * gdb.guile/scm-math.exp: New file.
12995 * gdb.guile/scm-objfile-script-gdb.in: New file.
12996 * gdb.guile/scm-objfile-script.c: New file.
12997 * gdb.guile/scm-objfile-script.exp: New file.
12998 * gdb.guile/scm-objfile.c: New file.
12999 * gdb.guile/scm-objfile.exp: New file.
13000 * gdb.guile/scm-ports.exp: New file.
13001 * gdb.guile/scm-pretty-print.c: New file.
13002 * gdb.guile/scm-pretty-print.exp: New file.
13003 * gdb.guile/scm-pretty-print.scm: New file.
13004 * gdb.guile/scm-section-script.c: New file.
13005 * gdb.guile/scm-section-script.exp: New file.
13006 * gdb.guile/scm-section-script.scm: New file.
13007 * gdb.guile/scm-symbol.c: New file.
13008 * gdb.guile/scm-symbol.exp: New file.
13009 * gdb.guile/scm-symtab-2.c: New file.
13010 * gdb.guile/scm-symtab.c: New file.
13011 * gdb.guile/scm-symtab.exp: New file.
13012 * gdb.guile/scm-type.c: New file.
13013 * gdb.guile/scm-type.exp: New file.
13014 * gdb.guile/scm-value-cc.cc: New file.
13015 * gdb.guile/scm-value-cc.exp: New file.
13016 * gdb.guile/scm-value.c: New file.
13017 * gdb.guile/scm-value.exp: New file.
13018 * gdb.guile/source2.scm: New file.
13019 * gdb.guile/types-module.cc: New file.
13020 * gdb.guile/types-module.exp: New file.
13021
13022 2014-02-10 Yao Qi <yao@codesourcery.com>
13023
13024 PR testsuite/16543
13025 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
13026 * configure: Regenerated.
13027 * Makefile.in: New file.
13028
13029 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
13030
13031 * gdb.python/py-framefilter.exp: Fix typo.
13032
13033 2014-02-08 Yao Qi <yao@codesourcery.com>
13034
13035 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
13036 that no =breakpoint-modified is emitted when breakpoints are
13037 modified through MI commands.
13038
13039 2014-02-07 Pedro Alves <pedro@codesourcery.com>
13040 Pedro Alves <palves@redhat.com>
13041
13042 * gdb.threads/step-after-sr-lock.c: New file.
13043 * gdb.threads/step-after-sr-lock.exp: New file.
13044
13045 2014-02-07 Pedro Alves <palves@redhat.com>
13046
13047 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
13048
13049 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
13050
13051 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
13052 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
13053
13054 2014-02-06 Doug Evans <xdje42@gmail.com>
13055
13056 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
13057 output.
13058
13059 * gdb.gdb/python-interrupts.exp: New file.
13060
13061 2014-02-05 Yao Qi <yao@codesourcery.com>
13062
13063 * gdb.trace/report.exp (use_collected_data): Test the output
13064 of "info threads" and "info inferiors".
13065
13066 2014-02-05 Yao Qi <yao@codesourcery.com>
13067
13068 Revert this patch:
13069
13070 2013-05-24 Yao Qi <yao@codesourcery.com>
13071
13072 * gdb.trace/tfile.exp: Test inferior and thread.
13073
13074 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13075
13076 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
13077 on a function.
13078 * gdb.base/step-bt.c: Call hello via function pointer to make
13079 sure its first instruction is executed on powerpc64le-linux.
13080
13081 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13082
13083 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
13084
13085 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13086
13087 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
13088 of the test patterns for use on little-endian systems.
13089
13090 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13091
13092 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
13093 (decimal_vector): Fix for little-endian.
13094
13095 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
13096
13097 * gdb.arch/sparc-sysstep.exp: New file.
13098 * gdb.arch/sparc-sysstep.c: Likewise.
13099
13100 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
13101
13102 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13103
13104 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
13105
13106 2014-01-23 Tom Tromey <tromey@redhat.com>
13107
13108 * gdb.ada/array_char_idx: New testcase.
13109
13110 2014-01-23 Tom Tromey <tromey@redhat.com>
13111
13112 PR python/16487:
13113 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
13114 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
13115 classes.
13116
13117 2014-01-23 Tom Tromey <tromey@redhat.com>
13118
13119 PR python/16491:
13120 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
13121 string from an inferior frame.
13122 * gdb.python/py-framefilter-mi.exp: Update.
13123
13124 2014-01-22 Doug Evans <dje@google.com>
13125
13126 * gdb.server/server-mon.exp: Add tests for "set debug-format".
13127
13128 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13129
13130 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
13131
13132 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13133
13134 * gdb.trace/entry-values.exp: Remove excess space character from
13135 regex patterns. Handle s390 call instruction.
13136
13137 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13138
13139 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
13140 define "*_start" label. Make "name" static.
13141 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
13142 ${name} by references to ${name}_start.
13143
13144 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13145
13146 * gdb.base/info-macros.exp: Remove "debug" from the compile
13147 options.
13148
13149 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13150
13151 * gdb.dlang/demangle.exp: New file.
13152
13153 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13154
13155 * gdb.dlang/primitive-types.exp: New file.
13156
13157 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13158
13159 * configure.ac: Create gdb.dlang/Makefile.
13160 * configure: Regenerate.
13161 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
13162 * gdb.dlang/Makefile.in: New file.
13163 * lib/d-support.exp: New file.
13164 * lib/gdb.exp (skip_d_tests): New proc.
13165
13166 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13167
13168 * gdb.btrace/delta.exp: Check reverse stepi.
13169 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
13170 * gdb.btrace/finish.exp: New.
13171 * gdb.btrace/next.exp: New.
13172 * gdb.btrace/nexti.exp: New.
13173 * gdb.btrace/record_goto.c: Add comments.
13174 * gdb.btrace/step.exp: New.
13175 * gdb.btrace/stepi.exp: New.
13176 * gdb.btrace/multi-thread-step.c: New.
13177 * gdb.btrace/multi-thread-step.exp: New.
13178 * gdb.btrace/rn-dl-bind.c: New.
13179 * gdb.btrace/rn-dl-bind.exp: New.
13180 * gdb.btrace/data.c: New.
13181 * gdb.btrace/data.exp: New.
13182 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
13183
13184 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13185
13186 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
13187 * gdb.btrace/exception.exp: Update.
13188 * gdb.btrace/instruction_history.exp: Update.
13189 * gdb.btrace/record_goto.exp: Update.
13190 * gdb.btrace/tailcall.exp: Update.
13191 * gdb.btrace/unknown_functions.exp: Update.
13192 * gdb.btrace/delta.exp: New.
13193
13194 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13195
13196 * gdb.btrace/record_goto.exp: Add backtrace test.
13197 * gdb.btrace/tailcall.exp: Add backtrace test.
13198
13199 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13200
13201 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
13202 * gdb.btrace/record_goto.c: New.
13203 * gdb.btrace/record_goto.exp: New.
13204 * gdb.btrace/x86-record_goto.S: New.
13205
13206 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13207
13208 * gdb.btrace/function_call_history.exp: Update tests.
13209 * gdb.btrace/instruction_history.exp: Update tests.
13210
13211 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13212
13213 * gdb.btrace/function_call_history.exp: Fix expected field
13214 order for "record function-call-history".
13215 Add new tests for "record function-call-history /c".
13216 * gdb.btrace/exception.cc: New.
13217 * gdb.btrace/exception.exp: New.
13218 * gdb.btrace/tailcall.exp: New.
13219 * gdb.btrace/x86-tailcall.S: New.
13220 * gdb.btrace/x86-tailcall.c: New.
13221 * gdb.btrace/unknown_functions.c: New.
13222 * gdb.btrace/unknown_functions.exp: New.
13223 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
13224
13225 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13226
13227 * gdb.btrace/instruction_history.exp: Update.
13228 * gdb.btrace/function_call_history.exp: Update.
13229
13230 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13231
13232 * gdb.btrace/function_call_history.exp: Fix expected function
13233 trace.
13234 * gdb.btrace/instruction_history.exp: Initialize traced.
13235 Remove traced_functions.
13236
13237 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13238
13239 * gdb.btrace/function_call_history.exp: Update
13240 * gdb.btrace/instruction_history.exp: Update.
13241
13242 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13243
13244 * gdb.btrace/enable.exp: Update expected text.
13245
13246 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
13247
13248 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
13249 bytes.
13250
13251 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
13252
13253 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
13254
13255 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
13256
13257 * lib/gdb.exp (supports_process_record): Return true for
13258 arm*-linux*. (supports_reverse): Likewise.
13259
13260 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
13261
13262 PR python/15464
13263 PR python/16113
13264 * gdb.python/py-type.c: Enhance test case.
13265 * gdb.python/py-value-cc.cc: Likewise
13266 * gdb.python/py-type.exp: Add new tests.
13267 * gdb.python/py-value-cc.exp: Likewise
13268
13269 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13270 Pedro Alves <palves@redhat.com>
13271
13272 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
13273 Make "name" extern.
13274 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
13275 references to ${name}_start by references to ${name}.
13276
13277 2014-01-10 Joel Brobecker <brobecker@adacore.com>
13278
13279 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
13280
13281 2014-01-10 Joel Brobecker <brobecker@adacore.com>
13282
13283 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
13284
13285 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
13286 Pedro Alves <palves@redhat.com>
13287
13288 * gdb.mi/mi-info-os.exp: Connect to the target with
13289 mi_gdb_target_load.
13290
13291 2014-01-08 Pedro Alves <palves@redhat.com>
13292
13293 * gdb.threads/reconnect-signal.c: New file.
13294 * gdb.threads/reconnect-signal.exp: New file.
13295
13296 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13297
13298 * gdb.base/source-dir.exp: New file.
13299
13300 2014-01-07 Joel Brobecker <brobecker@adacore.com>
13301
13302 * gdb.ada/mi_interface: New testcase.
13303
13304 2014-01-07 Joel Brobecker <brobecker@adacore.com>
13305
13306 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
13307 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
13308 gdb.ada/pp-rec-component/pck.ads: New files.
13309
13310 2014-01-07 Joel Brobecker <brobecker@adacore.com>
13311
13312 * gdb.python/py-pp-integral.c: New file.
13313 * gdb.python/py-pp-integral.py: New file.
13314 * gdb.python/py-pp-integral.exp: New file.
13315
13316 For older changes see ChangeLog-1993-2013.
13317 \f
13318 ;; Local Variables:
13319 ;; mode: change-log
13320 ;; left-margin: 8
13321 ;; fill-column: 74
13322 ;; version-control: never
13323 ;; End:
13324
13325 Copyright 2014-2018 Free Software Foundation, Inc.
13326 Copying and distribution of this file, with or without modification,
13327 are permitted provided the copyright notice and this notice are preserved.
This page took 0.341709 seconds and 5 git commands to generate.