Handle DW_AT_ranges when reading partial symtabs
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-04-01 Tom Tromey <tromey@adacore.com>
2
3 PR symtab/23331:
4 * gdb.dwarf2/dw2-ranges-main.c: New file.
5 * gdb.dwarf2/dw2-ranges-psym.c: New file.
6 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
7
8 2019-03-30 Simon Marchi <simark@simark.ca>
9
10 * gdb.base/default.exp: Add values for $_gdb_major and
11 $_gdb_minor.
12
13 2019-03-29 Tom Tromey <tromey@adacore.com>
14
15 * gdb.base/help.exp: Tighten apropos regexp.
16
17 2019-03-29 Keith Seitz <keiths@redhat.com>
18
19 * gdb.fortran/array-bounds.exp: New file.
20 * gdb.fortran/array-bounds.f90: New file.
21
22 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
23
24 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
25
26 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
27
28 * gdb.multi/hello.c (main): Increase alarm timer.
29
30 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
31
32 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
33 factor when no hardware watchpoint support.
34
35 2019-03-28 Alan Hayward <alan.hayward@arm.com>
36 Pedro Alves <palves@redhat.com>
37
38 * boards/local-board.exp: set sysroot to /.
39
40 2019-03-27 Alan Hayward <alan.hayward@arm.com>
41
42 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
43 in child.
44
45 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
46
47 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
48 field.
49 (make_container): Initialise new field.
50 * gdb.python/py-prettyprint.exp: Add new tests.
51 * gdb.python/py-prettyprint.py (class ContainerPrinter)
52 <display_hint>: New method.
53
54 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
55
56 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
57 gdb_continue_to_breakpoint more throughout this test.
58 (run_lang_tests) Supply unique test names, and use
59 gdb_test_no_output.
60
61 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
62
63 * gdb.base/finish-pretty.exp: Update expected results.
64 * gdb.base/pretty-print.c: New file.
65 * gdb.base/pretty-print.exp: New file.
66
67 2019-03-25 Pedro Alves <palves@redhat.com>
68
69 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
70 move comments outside list. Append '-i "" eof' section.
71
72 2019-03-22 Alan Hayward <alan.hayward@arm.com>
73
74 * README: Add pie options.
75 * gdb.base/break-interp.exp: Ensure pie is disabled.
76 * gdb.base/dump.exp: Likewise.
77 * lib/gdb.exp (gdb_compile): Add pie option.
78
79 2019-03-19 Tom Tromey <tromey@adacore.com>
80
81 * gdb.mi/mi2-cli-display.c: New file.
82 * gdb.mi/mi2-cli-display.exp: New file.
83
84 2019-03-18 Joel Brobecker <brobecker@adacore.com>
85 Tom Tromey <tromey@adacore.com>
86
87 * gdb.ada/ptype_array/pck.adb: New file.
88 * gdb.ada/ptype_array/pck.ads: New file.
89 * gdb.ada/ptype_array/foo.adb: New file.
90 * gdb.ada/ptype_array.exp: New file.
91
92 2019-03-14 Tom Tromey <tromey@adacore.com>
93
94 * gdb.base/style.exp: Add "set style sources" test.
95
96 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
97
98 * mi-breakpoint-location-ena-dis.exp: Rename to ...
99 * mi-breakpoint-multiple-locations.exp: ... this.
100 (make_breakpoints_pattern): New proc.
101 (do_test): Add mi_version parameter, test -break-insert,
102 -break-info and =breakpoint-created.
103
104 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
105
106 * config/default.exp: Remove 'load_lib gdb.exp'.
107 * config/monitor.exp: Likewise.
108 * config/sid.exp: Likewise.
109 * config/sim.exp: Likewise.
110 * config/slite.exp: Likewise.
111 * config/unix.exp: Likewise.
112 * gdb.base/default.exp: Remove unhelpful comment.
113
114 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
115
116 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
117
118 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
119
120 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
121
122 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
123
124 * gdb.fortran/type-kinds.exp: Update expected results.
125
126 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
127
128 * gdb.fortran/type-kinds.exp: Test new integer type kind.
129
130 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
131
132 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
133 function.
134 (test_basic_parsing_of_type_kinds): Expand types tested.
135 (test_parsing_invalid_type_kinds): New function.
136
137 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
138
139 * gdb.fortran/intrinsics.exp: New file.
140 * gdb.fortran/intrinsics.f90: New file.
141 * gdb.fortran/type-kinds.exp: New file.
142
143 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
144
145 * gdb.fortran/dot-ops.exp: New file.
146
147 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
148
149 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
150 Check upper and lower case logical literals.
151
152 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
153
154 * gdb.fortran/types.exp (test_float_literal_types_accepted):
155 Remove duplicate tests.
156
157 2019-03-06 Alan Hayward <alan.hayward@arm.com>
158
159 * lib/gdb.exp (builtin_cd): rename of cd.
160 (cd): Override builtin.
161
162 2019-03-06 Richard Bunt <richard.bunt@arm.com>
163
164 * gdb.fortran/function-calls.exp: New file.
165 * gdb.fortran/function-calls.f90: New test.
166
167 2019-03-04 Richard Bunt <richard.bunt@arm.com>
168
169 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
170 on user program standard output.
171 * gdb.fortran/short-circuit-argument-list.f90: Record function
172 calls.
173
174 2019-02-28 Alan Hayward <alan.hayward@arm.com>
175
176 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
177 failure.
178
179 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
180
181 PR gdb/8527
182 * gdb.base/interrupt-daemon-attach.c,
183 gdb.base/interrupt-daemon-attach.exp: New test.
184
185 2019-02-27 Pedro Alves <palves@redhat.com>
186
187 * gdb.base/page.exp: Add tests for "set width/height -1".
188
189 2019-02-27 Pedro Alves <palves@redhat.com>
190
191 * gdb.base/page.exp: Add tests for "set/show width/height" with
192 "infinite" values.
193
194 2019-02-27 Tom Tromey <tromey@adacore.com>
195
196 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
197 2.4.
198 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
199 workaround.
200
201 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
202
203 * gdb.base/align.exp: Extend to compile in both C and C++, and add
204 tests for structs with static members.
205
206 2019-02-26 Tom Tromey <tromey@adacore.com>
207
208 * gdb.python/py-value.exp (test_value_from_buffer): Check for
209 ValueError, not TypeError.
210
211 2019-02-26 Kevin Buettner <kevinb@redhat.com>
212
213 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
214 call from main program.
215
216 2019-02-23 Joel Brobecker <brobecker@adacore.com>
217
218 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
219 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
220 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
221 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
222 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
223
224 2019-02-22 Keith Seitz <keiths@redhat.com>
225
226 PR symtab/23853
227 * gdb.base/symlink-sourcefile.c: New file.
228 * gdb.base/symlink-sourcefile.exp: New file.
229
230 2019-02-20 Tom Tromey <tom@tromey.com>
231
232 * gdb.base/info_qt.exp: Update.
233
234 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
235
236 * gdb.base/source.exp: Move "error in sourced script" code to
237 the end.
238 * gdb.base/source-error.gdb: Move contents to
239 source-error-1.gdb. Add new code to source source-error-1.gdb.
240 * gdb.base/source-error-1.gdb: New file, from previous
241 source-error.gdb.
242
243 2019-02-17 Tom Tromey <tom@tromey.com>
244
245 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
246 for macro styling.
247 * gdb.base/style.c (SOME_MACRO): New macro.
248
249 2019-02-17 Tom Tromey <tom@tromey.com>
250
251 * gdb.base/style.exp: Add line-wrapping tests.
252 * gdb.base/page.exp: Add test for quitting during pagination.
253
254 2019-02-17 Joel Brobecker <brobecker@adacore.com>
255
256 * gdb.ada/big_packed_array: New testcase.
257 * gdb.ada/homonym.exp: Fix incorrect expected output for
258 "break <homonym__get_value>" test.
259
260 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
261
262 PR breakpoints/21870
263 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
264 and prepare_for_testing. Add comment.
265 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
266 redundant cleanup call. Clean up comment.
267
268 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
269
270 PR breakpoints/21870
271 * gdb.arch/aarch64-dbreg-contents.exp: New file.
272 * gdb.arch/aarch64-dbreg-contents.c: New file.
273
274 2019-02-10 Joel Brobecker <brobecker@adacore.com>
275
276 * gdb.ada/mi_ref_changeable: New testcase.
277
278 2019-02-07 Alan Hayward <alan.hayward@arm.com>
279
280 * gdb.base/attach.exp: Add double attach test.
281
282 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
283
284 * lib/gdb.exp (default_gdb_start): Don't match pagination
285 prompt.
286 (gdb_init): Set stty_init.
287
288 2019-01-27 Tom Tromey <tom@tromey.com>
289
290 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
291 skip_python_tests.
292
293 2019-01-24 Alan Hayward <alan.hayward@arm.com>
294
295 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
296 New structure.
297 (struct struct_static_02_02): Likewise.
298 (struct struct_static_02_03): Likewise.
299 (struct struct_static_02_04): Likewise.
300 (struct struct_static_04_01): Likewise.
301 (struct struct_static_04_02): Likewise.
302 (struct struct_static_04_03): Likewise.
303 (struct struct_static_04_04): Likewise.
304 (struct struct_static_06_01): Likewise.
305 (struct struct_static_06_02): Likewise.
306 (struct struct_static_06_03): Likewise.
307 (struct struct_static_06_04): Likewise.
308 (cmp_struct_static_02_01): Likewise.
309 (cmp_struct_static_02_02): Likewise.
310 (cmp_struct_static_02_03): Likewise.
311 (cmp_struct_static_02_04): Likewise.
312 (cmp_struct_static_04_01): Likewise.
313 (cmp_struct_static_04_02): Likewise.
314 (cmp_struct_static_04_03): Likewise.
315 (cmp_struct_static_04_04): Likewise.
316 (cmp_struct_static_06_01): Likewise.
317 (cmp_struct_static_06_02): Likewise.
318 (cmp_struct_static_06_03): Likewise.
319 (cmp_struct_static_06_04): Likewise.
320 (call_all): Test new structs.
321 * gdb.base/infcall-nested-structs.exp: Likewise.
322
323 2019-01-21 Alan Hayward <alan.hayward@arm.com>
324 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
325
326 2019-01-21 Alan Hayward <alan.hayward@arm.com>
327 * gdb.base/stack-protector.c: New test.
328 * gdb.base/stack-protector.exp: New file.
329 * gdb.cp/ovldbreak.exp: Only allow a single break line.
330 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
331 option.
332 (gdb_compile): Remove stack protector for GCC and prevent
333 recursion.
334
335 2019-01-16 Keith Seitz <keiths@redhat.com>
336
337 PR gdb/23773
338 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
339
340 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
341
342 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
343 aliases.
344 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
345 tests.
346 * gdb.arch/powerpc-vector-regs.c: New file.
347 * gdb.arch/powerpc-vector-regs.exp: New file.
348
349 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
350
351 * gdb.arch/altivec-regs.exp: Fix the list passed to
352 gdb_expect_list when testing "info vector".
353
354 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
355
356 * gdb.base/style.exp: Don't include path in testname.
357
358 2019-01-10 Keith Seitz <keiths@redhat.com>
359
360 PR gdb/23712
361 PR symtab/23010
362 * gdb.dwarf2/multidictionary.exp: New file.
363
364 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
365
366 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
367 (test_gnuv3_style_demangling): ... this.
368 (test_lucid_style_demangling): Remove.
369 (test_arm_style_demangling): Remove.
370 (test_hp_style_demangling): Remove.
371 (do_tests): Remove calls to the above.
372
373 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
374
375 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
376 case.
377
378 2019-01-06 Tom Tromey <tom@tromey.com>
379
380 PR gdb/28155:
381 * gdb.dwarf2/typedef-void-finish.exp: New file.
382
383 2018-12-28 Tom Tromey <tom@tromey.com>
384 Simon Marchi <simark@simark.ca>
385
386 * gdb.base/jit-exec.exp: New file.
387 * gdb.base/jit-exec.c: New file.
388 * gdb.base/jit-execd.c: New file.
389
390 2018-12-28 Tom Tromey <tom@tromey.com>
391
392 * gdb.base/style.exp: Update test to check for address styling.
393
394 2018-12-28 Tom Tromey <tom@tromey.com>
395
396 * gdb.base/style.exp: Add test for styling of "Reading symbols"
397 message.
398
399 2018-12-28 Tom Tromey <tom@tromey.com>
400
401 * gdb.base/style.exp: Add test for version number styling.
402
403 2018-12-28 Tom Tromey <tom@tromey.com>
404
405 * gdb.base/style.exp: Add test for print_address_symbolic.
406
407 2018-12-28 Tom Tromey <tom@tromey.com>
408
409 * gdb.base/style.exp: Add test for breakpoint setting.
410
411 2018-12-28 Tom Tromey <tom@tromey.com>
412
413 * gdb.base/style.exp: Add test for variable names.
414
415 2018-12-28 Tom Tromey <tom@tromey.com>
416
417 * gdb.base/style.exp: New file.
418 * gdb.base/style.c: New file.
419
420 2018-12-28 Tom Tromey <tom@tromey.com>
421
422 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
423 "dumb".
424 * gdb.base/readline.exp (operate_and_get_next): Save and restore
425 the TERM environment variable.
426
427 2018-12-27 Tom Tromey <tom@tromey.com>
428
429 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
430 pagination test.
431
432 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
433
434 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
435 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
436
437 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
438
439 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
440 Filename a.adb changed to bp_fun_addr.adb.
441 gdb.ada/bp_fun_addr.exp: Update test accordingly.
442
443 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
444
445 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
446 non-PIE executables.
447 * README: Mention the gdb,nopie_flag board setting.
448 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
449 non-PIE executable.
450 * gdb.arch/amd64-entry-value.exp: Likewise.
451 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
452 * gdb.arch/i386-float.exp: Likewise.
453 * gdb.arch/i386-signal.exp: Likewise.
454 * gdb.mi/mi-reg-undefined.exp: Likewise.
455
456 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
457
458 PR gdb/23974
459 * gdb.base/info-os.exp: Check return for unknown "info os" type.
460
461 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
462
463 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
464 Update order of results accordingly.
465
466 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
467
468 * gdb.base/annota1.exp: Update a test regexp.
469
470 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
471
472 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
473
474 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
475
476 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
477 (reuse_time): Initialize to REUSE_TIME_CAP.
478 (check_rc): New function.
479 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
480 Check pthread_create rc.
481 (spawner_thread_func): Check pthread_create and pthread_join rc.
482
483 2018-12-08 Pedro Alves <palves@redhat.com>
484
485 * gdb.base/list.exp (test_forward_search): Rename to ...
486 (test_forward_reverse_search): ... this. Also test reverse-search
487 and the forward-search alias.
488
489 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
490
491 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
492 local timeout variable before return, and remove all local timeout
493 variable entirely.
494 (gdb_load): Likewise.
495
496 2018-12-01 Tom de Vries <tdevries@suse.de>
497
498 * gdb.base/gdb-caching-proc.exp: New file.
499
500 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
501
502 * Makefile.in (TIMESTAMP): New variable.
503 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
504 command.
505 (check-single-racy): Likewise.
506 (check/%.exp): Likewise.
507 (check-racy/%.exp): Likewise.
508 (workers/%.worker): Likewise.
509 (build-perf): Likewise.
510 (check-perf): Likewise.
511 * README: Describe new "TS" and "TS_FORMAT" variables.
512 * print-ts.py: New file.
513
514 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
515
516 PR python/23714
517 * gdb.python/python.exp: Test command repetition after
518 gdb.execute.
519
520 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
521
522 * gdb.opt/inline-break.exp: Add test that info breakpoint output
523 is correctly aligned.
524
525 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
526
527 * gdb.ada/info_auto_lang.exp: New testcase.
528 * gdb.ada/info_auto_lang/global_pack.ads: New file.
529 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
530 * gdb.ada/info_auto_lang/some_c.c: New file.
531
532 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
533
534 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
535 FUNC_lang language syntax.
536
537 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
538
539 * gdb.base/info_minsym.c: New file.
540 * gdb.base/info_minsym.exp: New file.
541
542 2018-11-19 Tom Tromey <tom@tromey.com>
543
544 PR rust/23625:
545 * gdb.rust/simple.exp: Add ptype test. Update expected output.
546 * gdb.rust/expr.exp: Update expected output. Change one test.
547
548 2018-11-19 Tom Tromey <tom@tromey.com>
549
550 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
551
552 2018-11-19 Pedro Alves <palves@redhat.com>
553
554 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
555 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
556 see the expected warning.
557
558 2018-11-16 Alan Hayward <alan.hayward@arm.com>
559
560 PR gdb/22736:
561 * gdb.cp/infcall-nodebug-lib.c: New test.
562 * gdb.cp/infcall-nodebug-main.c: New test.
563 * gdb.cp/infcall-nodebug.exp: New file.
564
565 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
566
567 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
568 completer tests.
569
570 2018-11-09 Tom de Vries <tdevries@suse.de>
571
572 * gdb.base/msym-lang.c: New test.
573 * gdb.base/msym-lang.exp: New file.
574 * gdb.base/msym-lang-main.c: New test.
575
576 2018-11-08 Tom Tromey <tom@tromey.com>
577
578 PR gdb/23555:
579 PR gdb/23838:
580 * gdb.base/warning.exp: New file.
581
582 2018-11-08 Jan Beulich <jbeulich@suse.com>
583
584 * testsuite/gdb.arch/i386-avx512.c,
585 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
586
587 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
588
589 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
590 point hardware.
591
592 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
593
594 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
595 * gdb.dwarf2/missing-type-name.exp: New file.
596
597 2018-11-06 Tom de Vries <tdevries@suse.de>
598
599 * gdb.base/many-headers.c: New test.
600 * gdb.base/many-headers.exp: New file.
601
602 2018-11-06 Jim Wilson <jimw@sifive.com>
603
604 * gdb.base/code_elim.exp: For riscv, set additional_flags
605 to include -msmall-data-limit=0.
606
607 2018-11-01 Joel Brobecker <brobecker@adacore.com>
608
609 * gdb.ada/watch_minus_l: New testcase.
610
611 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
612
613 * gdb.arch/aix-sighandle.c: New file.
614 * gdb.arch/aix-sighandle.exp: New file.
615
616 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
617
618 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
619 registers being unions.
620
621 2018-10-31 Tom de Vries <tdevries@suse.de>
622
623 * lib/valgrind.exp: New file.
624 (vgdb_start, vgdb_stop): New procs, factored out of ...
625 * gdb.base/valgrind-bt.exp: ... here, ...
626 * gdb.base/valgrind-disp-step.exp: ... here and ...
627 * gdb.base/valgrind-infcall.exp: ... here.
628
629 2018-10-31 Tom de Vries <tdevries@suse.de>
630
631 * lib/gdb.exp (get_valueof): Don't output read value in test name.
632
633 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
634
635 * gdb.dwarf2/void-type.c: New file.
636 * gdb.dwarf2/void-type.exp: New file.
637
638 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
639
640 * gdb.base/info_qt.c: New file.
641 * gdb.base/info_qt.exp: New file.
642
643 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
644
645 * gdb.arch/powerpc-htm-regs.c: New file.
646 * gdb.arch/powerpc-htm-regs.exp: New file.
647
648 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
649
650 * gdb.arch/powerpc-tar.c: New file.
651 * gdb.arch/powerpc-tar.exp: New file.
652
653 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
654
655 * gdb.arch/powerpc-ppr-dscr.c: New file.
656 * gdb.arch/powerpc-ppr-dscr.exp: New file.
657
658 2018-10-25 Tom de Vries <tdevries@suse.de>
659
660 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
661
662 2018-10-24 Tom de Vries <tdevries@suse.de>
663
664 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
665 longer exists error.
666
667 2018-10-24 Tom de Vries <tdevries@suse.de>
668
669 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
670
671 2018-10-24 Tom de Vries <tdevries@suse.de>
672
673 * gdb.base/valgrind-db-attach.exp: Handle removed support for
674 --db-attach in valgrind.
675
676 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
677
678 * gdb.arch/riscv-reg-aliases.c: New file.
679 * gdb.arch/riscv-reg-aliases.exp: New file.
680
681 2018-10-19 Alan Hayward <alan.hayward@arm.com>
682
683 * gdb.python/py-cmd.exp: Check for gdb_prompt.
684
685 2018-10-19 Alan Hayward <alan.hayward@arm.com>
686
687 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
688
689 2018-10-19 Alan Hayward <alan.hayward@arm.com>
690
691 * gdb.cp/ovldbreak.exp: Fix regexps.
692
693 2018-10-19 Alan Hayward <alan.hayward@arm.com>
694
695 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
696
697 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
698
699 PR cli/23785
700 * gdb.base/restore.exp: New test to check if "restore" with an
701 invalid file doesn't segfault.
702
703 2018-10-18 Tom de Vries <tdevries@suse.de>
704
705 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
706 * gdb.ada/excep_handle.exp: Same.
707 * gdb.ada/mi_string_access.exp: Same.
708 * gdb.ada/mi_var_union.exp: Same.
709 * gdb.arch/arc-analyze-prologue.exp: Same.
710 * gdb.arch/arc-decode-insn.exp: Same.
711 * gdb.base/readnever.exp: Same.
712 * gdb.fortran/printing-types.exp: Same.
713 * gdb.guile/scm-lazy-string.exp: Same.
714
715 2018-10-16 Tom de Vries <tdevries@suse.de>
716
717 PR gdb/23730
718 * gdb.base/catch-follow-exec.c: Add copyright notice.
719 * gdb.base/catch-follow-exec.exp: Rewrite to use
720 gdb_spawn_with_cmdline_opts. Require gdb-native.
721
722 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
723
724 * gdb.trace/actions-changed.exp: Check for arch support.
725 * gdb.trace/actions.exp: Likewise.
726 * gdb.trace/ax.exp: Likewise.
727 * gdb.trace/backtrace.exp: Likewise.
728 * gdb.trace/change-loc.exp: Likewise.
729 * gdb.trace/deltrace.exp: Likewise.
730 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
731 * gdb.trace/ftrace.exp: Likewise.
732 * gdb.trace/infotrace.exp: Check for arch support.
733 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
734 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
735 * gdb.trace/mi-tsv-changed.exp: Likewise.
736 * gdb.trace/packetlen.exp: Likewise.
737 * gdb.trace/passc-dyn.exp: Likewise.
738 * gdb.trace/passcount.exp: Likewise.
739 * gdb.trace/pending.exp: Likewise.
740 * gdb.trace/range-stepping.exp: Check for shlib support.
741 * gdb.trace/report.exp: Check for arch support.
742 * gdb.trace/save-trace.exp: Likewise.
743 * gdb.trace/signal.exp: Check for signal support.
744 * gdb.trace/tfind.exp: Check for arch support.
745 * gdb.trace/trace-break.exp: Check for arch and shlib support.
746 * gdb.trace/trace-common.h: Add comment.
747 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
748 * gdb.trace/trace-enable-disable.exp: Likewise.
749 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
750 * gdb.trace/tracecmd.exp: Check for arch support.
751 * gdb.trace/tspeed.exp: Check for shlib and target support.
752 * gdb.trace/tstatus.exp: Check for arch support.
753 * gdb.trace/tsv.exp: Likewise.
754 * gdb.trace/while-dyn.exp: Likewise.
755 * gdb.trace/while-stepping.exp: Likewise.
756 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
757
758 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
759
760 * gdb.trace/tspeed.exp: Remove nowarnings.
761 (prepare_for_trace_test): Declare "global ipalib".
762 * gdb.trace/tspeed.c: Include unistd.h.
763 (main): Remove superfluous printf argument.
764
765 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
766
767 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
768 directory prefix on the filename.
769
770 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
771
772 * gdb.gdb/unittest.exp: Update expected message informing that
773 selftests have been disabled.
774 * gdb.server/unittest.exp: Likewise.
775
776 2018-10-09 Tom de Vries <tdevries@suse.de>
777
778 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
779 with runto_main.
780
781 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
782
783 PR c++/16841
784 * gdb.cp/virtbase2.cc: New file.
785 * gdb.cp/virtbase2.exp: New file.
786
787 2018-10-06 Tom Tromey <tom@tromey.com>
788
789 PR python/19399:
790 * gdb.python/py-inferior.exp: Add architecture test.
791
792 2018-10-06 Tom Tromey <tom@tromey.com>
793
794 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
795 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
796
797 2018-10-06 Tom Tromey <tom@tromey.com>
798
799 * gdb.python/py-breakpoint.exp (check_last_event): Check location
800 of a "throw" catchpoint.
801
802 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
803
804 * gdb.base/info-proc.exp: Update string expected from "help info
805 proc".
806
807 2018-10-04 Tom Tromey <tom@tromey.com>
808
809 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
810 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
811 (test_initial_complaints, test_empty_complaints): Update.
812 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
813
814 2018-10-04 Tom Tromey <tom@tromey.com>
815
816 PR cli/19551:
817 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
818 * lib/gdb.exp (gdb_file_cmd): Update.
819 * gdb.stabs/weird.exp (print_weird_var): Update.
820 * gdb.server/solib-list.exp: Update.
821 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
822 * gdb.mi/mi-cli.exp: Update.
823 * gdb.linespec/linespec.exp: Update.
824 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
825 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
826 * gdb.cp/cp-relocate.exp: Update.
827 * gdb.base/sym-file.exp: Update.
828 * gdb.base/relocate.exp: Update.
829 * gdb.base/readnever.exp: Update.
830 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
831 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
832 * gdb.base/dbx.exp (gdb_file_cmd): Update.
833 * gdb.base/code_elim.exp: Update.
834 * gdb.base/break-unload-file.exp (test_break): Update.
835 * gdb.base/break-interp.exp (test_attach_gdb): Update.
836 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
837 Update.
838 * gdb.base/attach.exp (do_attach_tests): Update.
839 * gdb.base/sepdebug.exp: Update.
840 * gdb.python/py-section-script.exp: Update.
841
842 2018-10-04 Tom Tromey <tom@tromey.com>
843
844 PR cli/22234:
845 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
846 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
847 output.
848
849 2018-10-04 Tom Tromey <tom@tromey.com>
850
851 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
852 set width and height to 0.
853 (test_command_line_attach_run): Use -quiet.
854
855 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
856
857 * lib/gdb.exp (skip_ifunc_tests): New.
858 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
859 other compile failures.
860 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
861
862 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
863
864 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
865 is_amd64_regs_target.
866
867 2018-10-01 Alan Hayward <alan.hayward@arm.com>
868
869 * gdb.arch/aarch64-sighandler-regs.c: New test.
870 * gdb.arch/aarch64-sighandler-regs.exp: New file.
871 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
872
873 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
874
875 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
876 assembly.
877
878 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
879
880 * gdb.base/frame-selection.exp: New file.
881 * gdb.base/frame-selection.c: New file.
882
883 2018-09-27 Alan Hayward <alan.hayward@arm.com>
884
885 * gdb.threads/check-libthread-db.c (thread_routine): Use a
886 pthread barrier.
887 (main): Likewise.
888
889 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
890
891 * gdb.base/large-frame-1.c: New file.
892 * gdb.base/large-frame-2.c: New file.
893 * gdb.base/large-frame.exp: New file.
894 * gdb.base/large-frame.h: New file.
895
896 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
897
898 PR gdb/20948
899 * gdb.base/write_mem.exp: New test.
900 * gdb.base/write_mem.c: Likewise.
901
902 2018-09-23 Tom Tromey <tom@tromey.com>
903
904 PR python/18852:
905 * gdb.python/py-parameter.exp: Add test for parameter that throws
906 on "set".
907
908 2018-09-23 Tom Tromey <tom@tromey.com>
909
910 PR python/17284:
911 * gdb.python/py-template.exp (test_template_arg): Add test for
912 negative template argument number.
913
914 2018-09-23 Tom Tromey <tom@tromey.com>
915
916 PR python/14062:
917 * gdb.python/python.exp: Add test for post_event error.
918
919 2018-09-23 Tom Tromey <tom@tromey.com>
920
921 PR python/18170:
922 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
923 convert pointers to int and long.
924
925 2018-09-23 Tom Tromey <tom@tromey.com>
926
927 PR python/20126:
928 * gdb.python/py-value.exp (test_value_numeric_ops): Add
929 signed-ness conversion tests.
930
931 2018-09-23 Tom Tromey <tom@tromey.com>
932
933 PR python/18352;
934 * gdb.python/py-value.exp (test_float_conversion): New proc.
935 Use it.
936
937 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
938
939 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
940
941 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
942
943 * gdb.base/complete-empty.exp: Skip tab-completion tests if
944 no readline.
945 * gdb.base/utf8-identifiers.exp: Likewise.
946 * gdb.cp/cpcompletion.exp: Likewise.
947 * gdb.linespec/cpcompletion.exp: Likewise.
948 * gdb.linespec/cpls-abi-tag.exp: Likewise.
949 * gdb.linespec/cpls-ops.exp: Likewise.
950
951 2018-09-19 Richard Bunt <richard.bunt@arm.com>
952 Chris January <chris.january@arm.com>
953
954 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
955 * gdb.fortran/short-circuit-argument-list.exp: New file.
956 * gdb.fortran/short-circuit-argument-list.f90: New test.
957
958 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
959
960 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
961 "arch=" keyword when executing "-stack-list-frames".
962
963 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
964
965 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
966 "arch=" keyword when executing "-stack-list-frames".
967
968 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
969
970 * gdb.ada/complete.exp: Expect for "@" when doing "complete
971 break ada".
972
973 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
974
975 PR python/23669
976 * gdb.python/python.exp: Test gdb.execute("show commands").
977
978 2018-09-16 Tom Tromey <tom@tromey.com>
979
980 * gdb.base/new-ui.exp (do_execution_tests): Update.
981 * gdb.base/dbx.exp (test_breakpoints): Update.
982
983 2018-09-14 Alan Hayward <alan.hayward@arm.com>
984
985 * lib/gdb.exp (gdb_simple_compile): Add proc.
986 (is_elf_target): Use gdb_simple_compile.
987 (skip_altivec_tests): Likewise.
988 (skip_vsx_tests): Likewise.
989 (skip_tsx_tests): Likewise.
990 (skip_btrace_tests): Likewise.
991 (skip_btrace_pt_tests): Likewise.
992 (gdb_can_simple_compile): Likewise.
993 (gdb_has_argv0): Likewise.
994 (gdb_target_symbol_prefix): Likewise.
995 (target_supports_scheduler_locking): Likewise.
996
997 2018-09-13 Tom Tromey <tom@tromey.com>
998
999 * Makefile.in (TAGS): Recognize proc_with_prefix and
1000 gdb_caching_proc.
1001
1002 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1003
1004 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
1005 method.
1006
1007 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1008
1009 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
1010 and a few other Inferior properties when the Inferior is no
1011 longer valid.
1012
1013 2018-09-13 Tom Tromey <tom@tromey.com>
1014
1015 PR rust/23650:
1016 * gdb.rust/simple.exp: Add test for enum field access error.
1017
1018 2018-09-13 Tom Tromey <tom@tromey.com>
1019
1020 PR rust/23626:
1021 * gdb.rust/simple.rs (EmptyEnum): New type.
1022 (main): Use it.
1023 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
1024
1025 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1026
1027 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
1028 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
1029 * gdb.python/py-symtab.exp: Update test printing an objfile.
1030
1031 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
1032
1033 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
1034 object.
1035
1036 2018-09-12 Alan Hayward <alan.hayward@arm.com>
1037
1038 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
1039 (support_complex_tests): Use gdb_can_simple_compile.
1040 (is_ilp32_target): Likewise.
1041 (is_lp64_target): Likewise.
1042 (is_64_target): Likewise.
1043 (is_amd64_regs_target): Likewise.
1044 (is_aarch32_target): Likewise.
1045 (gdb_int128_helper): Likewise.
1046
1047 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1048
1049 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
1050
1051 2018-09-10 Jerome Guitton <guitton@adacore.com>
1052
1053 * gdb.ada/same_component_name: Add test for case of tagged record
1054 with variable-length fields.
1055
1056 2018-09-10 Xavier Roirand <roirand@adacore.com>
1057
1058 * gdb.ada/access_to_unbounded_array.exp: New testcase.
1059 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
1060 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
1061 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
1062
1063 2018-09-10 Xavier Roirand <roirand@adacore.com>
1064
1065 * gdb.ada/mi_string_access.exp: New testcase.
1066 * gdb.ada/mi_string_access/bar.adb: New file.
1067 * gdb.ada/mi_string_access/pck.adb: New file.
1068 * gdb.ada/mi_string_access/pck.asd: New file.
1069
1070 2018-09-10 Xavier Roirand <roirand@adacore.com>
1071
1072 * gdb.ada/mi_var_union.exp: New testcase.
1073 * gdb.ada/mi_var_union/bar.adb: New file.
1074 * gdb.ada/mi_var_union/pck.adb: New file.
1075 * gdb.ada/mi_var_union/pck.asd: New file.
1076
1077 2018-09-08 Tom Tromey <tom@tromey.com>
1078
1079 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
1080
1081 2018-09-08 Tom Tromey <tom@tromey.com>
1082
1083 PR python/16047:
1084 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
1085 (register_pretty_printers): Register new printer.
1086 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
1087 test.
1088 * gdb.python/py-prettyprint.c (int_type3): New typedef.
1089 (an_int_type3): New global.
1090
1091 2018-09-08 Joel Brobecker <brobecker@adacore.com>
1092
1093 * gdb.ada/expr_with_funcall: New testcase.
1094
1095 2018-09-08 Joel Brobecker <brobecker@adacore.com>
1096
1097 * gdb.ada/packed_array_assign: New testcase.
1098
1099 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
1100
1101 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
1102 names, and add test prefixes to make test names unique.
1103
1104 2018-09-05 Tom de Vries <tdevries@suse.de>
1105
1106 * gdb.dwarf2/varval.exp: Add test.
1107
1108 2018-09-04 Gary Benson <gbenson@redhat.com>
1109
1110 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
1111 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
1112
1113 2018-08-31 Tom Tromey <tom@tromey.com>
1114
1115 * gdb.rust/simple.rs: Rename second variable "v".
1116
1117 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
1118
1119 * gdb.base/funcargs.c (use_a): New function.
1120 (recurse): Call use_a.
1121
1122 2018-08-29 Keith Seitz <keiths@redhat.com>
1123
1124 * gdb.compile/compile-cplus-anonymous.cc: New file.
1125 * gdb.compile/compile-cplus-anonymous.exp: New file.
1126 * gdb.compile/compile-cplus-array-decay.cc: New file.
1127 * gdb.compile/compile-cplus-array-decay.exp: New file.
1128 * gdb.compile/compile-cplus-inherit.cc: New file.
1129 * gdb.compile/compile-cplus-inherit.exp: New file.
1130 * gdb.compile/compile-cplus-member.cc: New file.
1131 * gdb.compile/compile-cplus-member.exp: New file.
1132 * gdb.compile/compile-cplus-method.cc: New file.
1133 * gdb.compile/compile-cplus-method.exp: New file.
1134 * gdb.compile/compile-cplus-mod.c: "New" file.
1135 * gdb.compile/compile-cplus-namespace.cc: New file.
1136 * gdb.compile/compile-cplus-namespace.exp: New file.
1137 * gdb.compile/compile-cplus-nested.cc: New file.
1138 * gdb.compile/compile-cplus-nested.exp: New file.
1139 * gdb.compile/compile-cplus-print.c: "New" file.
1140 * gdb.compile/compile-cplus-print.exp: "New" file.
1141 * gdb.compile/compile-cplus-virtual.cc: New file.
1142 * gdb.compile/compile-cplus-virtual.exp: New file.
1143 * gdb.compile/compile-cplus.c: "New" file.
1144 * gdb.compile/compile-cplus.exp: "New" file.
1145 * lib/compile-support.exp: New file.
1146
1147 2018-08-16 Gary Benson <gbenson@redhat.com>
1148
1149 PR gdb/13000:
1150 * gdb.base/batch-exit-status.exp: New file.
1151 * gdb.base/batch-exit-status.good-commands: Likewise.
1152 * gdb.base/batch-exit-status.bad-commands: Likewise.
1153
1154 2018-08-29 Alan Hayward <alan.hayward@arm.com>
1155
1156 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
1157 (struct struct02): Likewise.
1158 (struct struct03): Likewise.
1159 (struct struct04): Likewise.
1160 (struct struct_01_01): New struct.
1161 (struct struct_01_02): Likewise.
1162 (struct struct_01_03): Likewise.
1163 (struct struct_01_04): Likewise.
1164 (struct struct_02_01): Likewise.
1165 (struct struct_02_02): Likewise.
1166 (struct struct_02_03): Likewise.
1167 (struct struct_02_04): Likewise.
1168 (struct struct_04_01): Likewise.
1169 (struct struct_04_02): Likewise.
1170 (struct struct_04_03): Likewise.
1171 (struct struct_04_04): Likewise.
1172 (struct struct_05_01): Likewise.
1173 (struct struct_05_02): Likewise.
1174 (struct struct_05_03): Likewise.
1175 (struct struct_05_04): Likewise.
1176 (cmp_struct01): Remove function.
1177 (cmp_struct02): Likewise.
1178 (cmp_struct03): Likewise.
1179 (cmp_struct04): Likewise.
1180 (cmp_struct_01_01): Add Function.
1181 (cmp_struct_01_02): Likewise.
1182 (cmp_struct_01_03): Likewise.
1183 (cmp_struct_01_04): Likewise.
1184 (cmp_struct_02_01): Likewise.
1185 (cmp_struct_02_02): Likewise.
1186 (cmp_struct_02_03): Likewise.
1187 (cmp_struct_02_04): Likewise.
1188 (cmp_struct_04_01): Likewise.
1189 (cmp_struct_04_02): Likewise.
1190 (cmp_struct_04_03): Likewise.
1191 (cmp_struct_04_04): Likewise.
1192 (cmp_struct_05_01): Likewise.
1193 (cmp_struct_05_02): Likewise.
1194 (cmp_struct_05_03): Likewise.
1195 (cmp_struct_05_04): Likewise.
1196 (call_all): Add new structs.
1197 * gdb.base/infcall-nested-structs.exp: Likewise.
1198
1199 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
1200
1201 * gdb.python/py-framefilter-mi.exp: Update regexp to
1202 check for "arch" field in frame output.
1203
1204 2018-08-23 Kevin Buettner <kevinb@redhat.com>
1205
1206 * gdb.dwarf2/dw2-ranges-func.c: New file.
1207 * gdb.dwarf2/dw2-ranges-func.exp: New file.
1208
1209 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
1210
1211 * gdb.base/term.exp: Compare terminal settings with values from
1212 the inferior.
1213 * gdb.base/term.c: Get and set terminal settings.
1214
1215 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
1216
1217 * lib/mi-support.exp (mi_expect_stop): Update regexp to
1218 accommodate new "arch" field in frame output.
1219 * gdb.mi/mi-return.exp: Likewise.
1220 * gdb.mi/mi-stack.exp: Likewise.
1221 * gdb.mi/mi-syn-frame.exp: Likewise.
1222 * gdb.mi/user-selected-context-sync.exp: Likewise.
1223
1224 2018-08-19 Michael Spang <spang@google.com>
1225
1226 PR gdb/11786
1227 * gdb.base/gcore-tls-pie.c: New file.
1228 * gdb.base/gcore-tls-pie.exp: New file.
1229
1230 2018-08-18 Kevin Buettner <kevinb@redhat.com>
1231
1232 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
1233 * gdb.dwarf2/varval.c: New file.
1234 * gdb.dwarf2/varval.exp: New file.
1235
1236 2018-08-17 Alan Hayward <alan.hayward@arm.com>
1237
1238 PR gdb/18931
1239 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
1240
1241 2018-08-16 Keith Seitz <keiths@redhat.com>
1242
1243 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
1244 tests expected to pass.
1245
1246 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
1247
1248 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
1249 -data-disassemble -a.
1250 (test_disassembly_bogus_args): Likewise.
1251
1252 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
1253
1254 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
1255
1256 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1257
1258 * gdb.base/vla-optimized-out.exp: Add new test.
1259
1260 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1261
1262 * gdb.base/vla-optimized-out-o3.exp: Delete.
1263 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
1264 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
1265 deleted tests.
1266
1267 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
1268
1269 PR gdb/18050:
1270 * gdb.server/extended-remote-restart.c: New file.
1271 * gdb.server/extended-remote-restart.exp: New file.
1272
1273 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
1274
1275 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
1276 "set variable index = 42".
1277
1278 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
1279
1280 * boards/index-cache-gdb.exp: New file.
1281 * gdb.dwarf2/index-cache.exp: New file.
1282 * gdb.dwarf2/index-cache.c: New file.
1283 * gdb.base/maint.exp: Check if we are using the index cache.
1284
1285 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1286
1287 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
1288 MAKEFLAGS.
1289
1290 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1291
1292 * dg-extract-results.sh: Move to toplevel contrib.
1293 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
1294 * Makefile.in (check-parallel-racy): Likewise.
1295
1296 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
1297
1298 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
1299 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
1300 tests if the target supports scheduler locking.
1301
1302 2018-08-04 Tom de Vries <tdevries@suse.de>
1303
1304 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
1305
1306 2018-08-02 Tom Tromey <tom@tromey.com>
1307
1308 PR symtab/16842.
1309 * gdb.cp/temargs.exp: Test "info address" of a template
1310 parameter.
1311
1312 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
1313
1314 * gdb.python/py-mi-var-info-path-expression.c: New file.
1315 * gdb.python/py-mi-var-info-path-expression.py: New file.
1316 * gdb.python/py-mi-var-info-path-expression.exp: New file.
1317
1318 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
1319
1320 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
1321 error after "cannot resolve name" string.
1322
1323 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
1324
1325 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
1326 started.
1327 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
1328
1329 2018-07-28 Tom de Vries <tdevries@suse.de>
1330
1331 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
1332
1333 2018-07-26 Tom de Vries <tdevries@suse.de>
1334
1335 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
1336
1337 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
1338
1339 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
1340 is visible.
1341
1342 2018-07-26 Tom de Vries <tdevries@suse.de>
1343
1344 PR breakpoints/23366
1345 * gdb.base/catch-follow-exec.c: New test.
1346 * gdb.base/catch-follow-exec.exp: New file.
1347
1348 2018-07-25 Tom de Vries <tdevries@suse.de>
1349
1350 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
1351 vla-optimized-out.c.
1352
1353 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
1354
1355 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
1356 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
1357
1358 2018-07-20 Tom de Vries <tdevries@suse.de>
1359
1360 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
1361 NOCLONE macro.
1362 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
1363
1364 2018-07-19 Tom de Vries <tdevries@suse.de>
1365
1366 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
1367 regular expression.
1368
1369 2018-07-18 Tom de Vries <tdevries@suse.de>
1370
1371 * gdb.base/vla-optimized-out.c: New test.
1372 * gdb.base/vla-optimized-out.exp: New file.
1373
1374 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
1375
1376 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
1377 message "No address associated with hostname" when gdbserver
1378 cannot resolve the hostname.
1379
1380 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1381
1382 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
1383 Add some test prefixes to make tests unique.
1384
1385 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1386
1387 * gdb.base/frameapply.c: New file.
1388 * gdb.base/frameapply.exp: New file.
1389
1390 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1391
1392 * gdb.base/skip.exp: Update expected error message.
1393
1394 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1395 Jan Kratochvil <jan.kratochvil@redhat.com>
1396 Paul Fertser <fercerpav@gmail.com>
1397 Tsutomu Seki <sekiriki@gmail.com>
1398
1399 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
1400 parameter.
1401 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
1402 by default.
1403 * boards/native-gdbserver.exp: Likewise.
1404 * gdb.server/run-without-local-binary.exp: Improve regexp used
1405 for detecting when a remote debugging connection succeeds.
1406 * gdb.server/server-connect.exp: New file.
1407 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
1408 Do not prefix the port number with ":".
1409 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
1410 support for detecting and using it. Add '$debughost_gdbserver'
1411 to the list of arguments used to start gdbserver. Handle case
1412 when gdbserver cannot resolve a network name.
1413
1414 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1415
1416 PR c++/23373
1417 * gdb.base/ptype-offsets.cc (struct static_member): New
1418 struct.
1419 (main) <stmember>: New variable.
1420 * gdb.base/ptype-offsets.exp: Add test for printing a struct
1421 with a static member in it.
1422
1423 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
1424
1425 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
1426 watchpoints enabled and disabled.
1427
1428 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1429
1430 * gdb.base/examine-backward.exp: Still run tests around address
1431 0x0, even if address 0x0 is not readable. Update the pattern for
1432 matching address 0x0 in expected output.
1433
1434 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1435
1436 * gdb.base/share-env-with-gdbserver.c (main): Add call to
1437 malloc/free.
1438
1439 2018-07-04 Tom de Vries <tdevries@suse.de>
1440
1441 * gdb.dwarf2/dw2-error.exp: Update expected error message.
1442
1443 2018-07-02 Maciej W. Rozycki <macro@mips.com>
1444
1445 PR tdep/8282
1446 * gdb.arch/mips-disassembler-options.exp: New test.
1447 * gdb.arch/mips-disassembler-options.s: New test source.
1448
1449 2018-06-29 Pedro Alves <palves@redhat.com>
1450
1451 * gdb.threads/names.exp: Adjust expected "info threads" output.
1452
1453 2018-06-29 Pedro Alves <palves@redhat.com>
1454
1455 * gdb.opt/inline-break.exp (line number, address): Add "info
1456 break" tests.
1457
1458 2018-06-29 Pedro Alves <palves@redhat.com>
1459
1460 * gdb.opt/inline-break.c (func1): Add "break here" marker.
1461 * gdb.opt/inline-break.exp: Test setting breakpoints by line
1462 number and address and running to them.
1463
1464 2018-06-29 Richard Bunt <richard.bunt@arm.com>
1465
1466 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
1467
1468 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1469
1470 * lib/compiler.c: Remove executable permission flag.
1471
1472 2018-06-28 Richard Bunt <richard.bunt@arm.com>
1473
1474 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
1475 code.
1476 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
1477
1478 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1479
1480 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
1481
1482 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1483
1484 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
1485 address argument is omitted.
1486
1487 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1488
1489 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
1490
1491 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
1492
1493 PR gdb/21695
1494 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
1495 * gdb.base/infoline-reloc-main-from-zero.c: New file.
1496
1497 2018-06-26 Tom Tromey <tom@tromey.com>
1498
1499 PR rust/22574:
1500 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
1501 * gdb.rust/simple.rs (struct SimpleLayout): New.
1502
1503 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
1504
1505 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
1506 "info registers" output.
1507
1508 2018-06-21 Richard Bunt <richard.bunt@arm.com>
1509
1510 * gdb.base/watchpoint-hw-attach.c: New test.
1511 * gdb.base/watchpoint-hw-attach.exp: New file.
1512
1513 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
1514
1515 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
1516 through /bin/sh.
1517 * boards/dwarf4-gdb-index.exp: Likewise.
1518 * boards/fission-dwp.exp: Likewise.
1519
1520 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
1521
1522 * gdb.base/float128.exp: Add comment and improved fail message
1523 to the failure case of "print large128" test.
1524
1525 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
1526
1527 * configure.ac: Remove AC_PREREQ.
1528 * configure: Re-generate.
1529
1530 2018-06-19 Pedro Alves <palves@redhat.com>
1531
1532 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
1533 (func_extern_caller): New.
1534 (main): Call func_extern_caller.
1535 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
1536 logic change.
1537
1538 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
1539
1540 PR gdb/16841
1541 * gdb.cp/typedef-base.cc: New file.
1542 * gdb.cp/typedef-base.exp: New file.
1543
1544 2018-06-18 Tom de Vries <tdevries@suse.de>
1545
1546 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
1547
1548 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1549 Richard Bunt <Richard.Bunt@arm.com>
1550
1551 * gdb.threads/attach-slow-waitpid.c: New file.
1552 * gdb.threads/attach-slow-waitpid.exp: New file.
1553 * gdb.threads/slow-waitpid.c: New file.
1554
1555 2018-06-14 Pedro Alves <palves@redhat.com>
1556
1557 * gdb.base/fork-running-state.c: Include <errno.h>.
1558 (exit_if_relative_exits): New.
1559 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
1560 exits.
1561 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
1562 child exits.
1563
1564 2018-06-14 Tom de Vries <tdevries@suse.de>
1565
1566 PR cli/22573
1567 * gdb.base/finish-pretty.c: New test.
1568 * gdb.base/finish-pretty.exp: New file.
1569
1570 2018-06-14 Pedro Alves <palves@redhat.com>
1571
1572 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
1573 gdb's expected startup output.
1574
1575 2018-06-14 Pedro Alves <palves@redhat.com>
1576
1577 * lib/selftest-support.exp (selftest_setup): Remove inlined
1578 function handling.
1579
1580 2018-06-14 Tom de Vries <tdevries@suse.de>
1581
1582 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
1583 matching of breakpoint printing.
1584
1585 2018-06-13 Tom de Vries <tdevries@suse.de>
1586
1587 PR testsuite/23269
1588 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
1589 (fork_child): ... here, and ...
1590 (fork_parent): ... here.
1591
1592 2018-06-12 Tom de Vries <tdevries@suse.de>
1593
1594 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
1595
1596 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1597 Stephen Roberts <stephen.roberts@arm.com>
1598
1599 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
1600 rewrite test to describe action performed, rather than possible
1601 failure.
1602
1603 2018-06-08 Gary Benson <gbenson@redhat.com>
1604
1605 * gdb.threads/check-libthread-db.exp: New file.
1606 * gdb.threads/check-libthread-db.c: Likewise.
1607
1608 2018-06-05 Tom Tromey <tom@tromey.com>
1609
1610 * gdb.base/default.exp: Update expected "show version" output.
1611
1612 2018-06-05 Tom Tromey <tom@tromey.com>
1613
1614 PR cli/12326:
1615 * gdb.cp/static-print-quit.exp: Update.
1616 * lib/gdb.exp (pagination_prompt): Update.
1617 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
1618 * gdb.python/python.exp: Update.
1619
1620 2018-06-04 Joel Brobecker <brobecker@adacore.com>
1621
1622 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
1623
1624 2018-06-01 Joel Brobecker <brobecker@adacore.com>
1625
1626 * gdb.ada/bp_fun_addr: New testcase.
1627
1628 2018-06-01 Tom Tromey <tom@tromey.com>
1629
1630 * gdb.xml/tdesc-regs.exp (load_description): Update expected
1631 results.
1632 * gdb.dwarf2/method-ptr.exp: Set language to C++.
1633 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
1634 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
1635 * gdb.base/maint.exp (maint_pass_if): Update.
1636
1637 2018-05-31 Maciej W. Rozycki <macro@mips.com>
1638
1639 * gdb.base/endian.exp: New test.
1640 * gdb.base/endian.c: New test source.
1641
1642 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
1643
1644 PR gdb/23203
1645 * gdb.base/bt-selected-frame.c: New file.
1646 * gdb.base/bt-selected-frame.exp: New file.
1647 * lib/gdb.exp (get_current_frame_number): New function.
1648
1649 2018-05-24 Maciej W. Rozycki <macro@mips.com>
1650 Pedro Alves <palves@redhat.com>
1651
1652 * gdb.threads/tls-core.c: Include <stdlib.h>
1653 (thread_proc): Call `abort'.
1654 * gdb.threads/tls-core.exp: Generate a core with core_find too.
1655 (tls_core_test): New procedure, bits factored out from ...
1656 (top level): ... here. Test both native cores and gcore cores.
1657
1658 2018-05-23 Tom Tromey <tom@tromey.com>
1659
1660 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
1661
1662 2018-05-23 Tom Tromey <tom@tromey.com>
1663
1664 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
1665 symfile_complaints.
1666 (test_short_complaints): Likewise.
1667 (test_empty_complaints): Likewise.
1668 (test_initial_complaints): Update.
1669
1670 2018-05-23 Tom Tromey <tom@tromey.com>
1671
1672 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
1673
1674 2018-05-23 Tom Tromey <tom@tromey.com>
1675
1676 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
1677 (test_short_complaints): Update.
1678
1679 2018-05-22 Pedro Alves <palves@redhat.com>
1680
1681 * gdb.base/remote.exp: Only gdb_start after compiling the
1682 testcase. Issue "disconnect" before testing "set remote" command
1683 defaults. Issue clean_restart before running to main.
1684
1685 2018-05-22 Pedro Alves <palves@redhat.com>
1686
1687 * gdb.base/remote.exp: Adjust expected output of "show remote
1688 memory-write-packet-size". Add tests for "set remote
1689 memory-write-packet-size 0" and "set remote
1690 memory-write-packet-size fixed/limit".
1691
1692 2018-05-22 Pedro Alves <palves@redhat.com>
1693
1694 PR gdb/22973
1695 * gdb.base/utf8-identifiers.c: New file.
1696 * gdb.base/utf8-identifiers.exp: New file.
1697
1698 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1699
1700 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
1701
1702 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1703
1704 * gdb.arch/powerpc-vsx-gcore.exp: New file.
1705
1706 2018-05-18 Tom Tromey <tom@tromey.com>
1707
1708 * gdb.base/ptype-offsets.exp: Update.
1709
1710 2018-05-17 Keith Seitz <keiths@redhat.com>
1711
1712 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
1713 in expected breakpoint stop locations.
1714 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
1715 move to proper scope to test variable values.
1716 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
1717 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
1718 New functions.
1719 (main): Call not_inline_func3.
1720 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
1721 inline_func1, inline_func2, and inline_func3. Test that when each
1722 breakpoint is hit, GDB properly reports both the stop location
1723 and the backtrace. Repeat tests for temporary breakpoints.
1724
1725 2018-05-15 Maciej W. Rozycki <macro@mips.com>
1726
1727 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
1728 rather then trying to access it in determining whether the PID
1729 of `gdbserver' could have been retrieved.
1730
1731 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
1732
1733 * gdb.arch/amd64-init-x87-values.S: New file.
1734 * gdb.arch/amd64-init-x87-values.exp: New file.
1735
1736 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1737
1738 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
1739
1740 2018-05-04 Tom Tromey <tom@tromey.com>
1741
1742 PR python/22730:
1743 * gdb.python/python.exp: Test multi-line execute.
1744
1745 2018-05-04 Tom Tromey <tom@tromey.com>
1746
1747 PR python/22731:
1748 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
1749
1750 2018-05-04 Tom Tromey <tom@tromey.com>
1751
1752 PR gdb/11750:
1753 * gdb.base/define.exp: Test defining a user command inside a user
1754 command.
1755 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
1756
1757 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1758 Pedro Alves <palves@redhat.com>
1759
1760 PR breakpoints/19806 and support for PR external/20207.
1761 * gdb.base/watchpoint-unaligned.c: New file.
1762 * gdb.base/watchpoint-unaligned.exp: New file.
1763
1764 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1765
1766 * gdb.base/maint.exp: Make test names unique, use
1767 test_prefix_command_help to test 'help maint info', and remove
1768 repeated test of 'help maint'.
1769
1770 2018-05-04 Tom Tromey <tom@tromey.com>
1771
1772 PR gdb/22619:
1773 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
1774 behavior.
1775
1776 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1777
1778 * gdb.base/maint.exp: Process output from 'maint print registers'
1779 line at a time.
1780
1781 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1782
1783 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
1784 timeout.
1785
1786 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
1787
1788 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
1789 filter pattern.
1790
1791 2018-05-02 Pedro Alves <palves@redhat.com>
1792
1793 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
1794 to_log_command renames.
1795 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1796
1797 2018-05-02 Tom Tromey <tom@tromey.com>
1798
1799 * gdb.python/py-parameter.exp: Set test message.
1800
1801 2018-05-02 Tom Tromey <tom@tromey.com>
1802
1803 PR python/20084:
1804 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
1805 PARAM_ZUINTEGER_UNLIMITED tests.
1806
1807 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
1808
1809 PR rust/23124
1810 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
1811 when casting.
1812
1813 2018-04-30 Tom Tromey <tom@tromey.com>
1814
1815 * gdb.python/py-type.exp: Check align attribute.
1816 * gdb.python/py-type.c: New "aligncheck" global.
1817
1818 2018-04-30 Tom Tromey <tom@tromey.com>
1819
1820 PR exp/17095:
1821 * gdb.dwarf2/dw2-align.exp: New file.
1822 * gdb.cp/align.exp: New file.
1823 * gdb.base/align.exp: New file.
1824 * lib/gdb.exp (gdb_int128_helper): New proc.
1825 (has_int128_c, has_int128_cxx): New caching procs.
1826
1827 2018-04-27 Tom Tromey <tom@tromey.com>
1828
1829 PR rust/22545:
1830 * gdb.rust/simple.exp: Add inclusive range tests.
1831
1832 2018-04-26 Pedro Alves <palves@redhat.com>
1833
1834 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
1835 ifunc breakpoint locations correctly of ifunc breakpoints set
1836 while the program resolves the ifunc.
1837
1838 2018-04-26 Pedro Alves <palves@redhat.com>
1839
1840 * gdb.base/gnu-ifunc-final.c: New file.
1841 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
1842 * gdb.base/gnu-ifunc.exp (executable): Delete.
1843 (staticexecutable): Adjust.
1844 (lib_opts, exec_opts): Delete.
1845 (make_binsuffix, build, set-break): New procedures.
1846 (misc_tests): New, with tests factored out from the top level.
1847 (top level): Test different combinations of ifunc resolver name,
1848 resolver with and with debug info, and ifunc target with and
1849 without debug info. Wrap static tests with with_target_prefix.
1850
1851 2018-04-26 Pedro Alves <palves@redhat.com>
1852
1853 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
1854 return type" warnings.
1855
1856 2018-04-25 Pedro Alves <palves@redhat.com>
1857
1858 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
1859 killed".
1860 * gdb.base/kill-after-signal.exp: Likewise.
1861 * gdb.threads/kill.exp: Likewise.
1862
1863 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1864 Sergio Durigan Junior <sergiodj@redhat.com>
1865 Pedro Alves <palves@redhat.com>
1866
1867 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
1868 regexps to expect for '[Inferior ... detached]' as well.
1869 * gdb.base/attach.exp: Likewise.
1870 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
1871 "gdb_continue_to_end".
1872 (test_catch_syscall_with_wrong_args): Likewise.
1873 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
1874 ']'. Don't set 'verbose' on.
1875 * gdb.base/foll-vfork.exp: Likewise.
1876 * gdb.base/fork-print-inferior-events.c: New file.
1877 * gdb.base/fork-print-inferior-events.exp: New file.
1878 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
1879 '[Inferior ... has been killed]' message.
1880 * gdb.base/kill-after-signal.exp: Likewise.
1881 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
1882 detach message.
1883 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
1884 message.
1885 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
1886 regexps to expect for '[Inferior ... detached]' as well.
1887 * gdb.threads/process-dies-while-detaching.exp: Likewise.
1888
1889 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
1890
1891 PR gdb/23104
1892 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
1893
1894 2018-04-19 Richard Bunt <richard.bunt@arm.com>
1895
1896 * gdb.threads/multiple-successive-infcall.c: New test.
1897 * gdb.threads/multiple-successive-infcall.exp: New file.
1898
1899 2018-04-17 Tom Tromey <tom@tromey.com>
1900
1901 * gdb.rust/simple.rs (Union): New type.
1902 (main): New local "u".
1903 * gdb.rust/simple.exp (test_one_slice): Add new test case.
1904
1905 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1906
1907 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
1908 number information in output of "whereis" command.
1909 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
1910
1911 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1912
1913 * gdb.ada/info_types.exp: Adjust expected output to the line
1914 numbers now printed by "info var/func/type".
1915 * gdb.base/completion.exp: Likewise.
1916 * gdb.base/included.exp: Likewise.
1917 * gdb.cp/cp-relocate.exp: Likewise.
1918 * gdb.cp/cplusfuncs.exp: Likewise.
1919 * gdb.cp/namespace.exp: Likewise.
1920 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
1921
1922 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1923
1924 * gdb.btrace/cpu.exp: New.
1925
1926 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1927
1928 * gdb.base/step-indirect-call-thunk.exp: New.
1929 * gdb.base/step-indirect-call-thunk.c: New.
1930 * gdb.reverse/step-indirect-call-thunk.exp: New.
1931 * gdb.reverse/step-indirect-call-thunk.c: New.
1932
1933 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
1934
1935 * gdb.base/pie-fork.c: New file.
1936 * gdb.base/pie-fork.exp: New file.
1937
1938 2018-04-11 Tom Tromey <tom@tromey.com>
1939
1940 * gdb.rust/simple.exp: Add test for ".." struct initializer.
1941
1942 2018-04-10 Pedro Alves <palves@redhat.com>
1943
1944 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
1945 exits. Instead loop running forever.
1946 (fork_parent): Run forever too.
1947
1948 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1949
1950 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
1951 mi_continue_to_line.
1952 * gdb.mi/mi-stack.c (callee4): Add comment.
1953
1954 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1955
1956 * gdb.mi/mi-stack.exp: Fix indentation.
1957
1958 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1959
1960 PR gdb/22979
1961 * gdb.arch/amd64-osabi.exp: New file.
1962
1963 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1964
1965 PR gdb/22980
1966 * gdb.base/osabi.exp: New file.
1967
1968 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
1969
1970 * gdb.cp/static-typedef-print.exp: New file.
1971 * gdb.cp/static-typedef-print.cc: New file.
1972
1973 2018-03-27 Joel Brobecker <brobecker@adacore.com>
1974
1975 * gdb.ada/varsize_limit: New testcase.
1976
1977 2018-03-27 Joel Brobecker <brobecker@adacore.com>
1978
1979 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
1980
1981 * gdb.ada/notcplusplus: New testcase.
1982
1983 * gdb.base/c-linkage-name.c: New file.
1984 * gdb.base/c-linkage-name.exp: New testcase.
1985
1986 2018-03-26 Tom Tromey <tom@tromey.com>
1987
1988 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
1989 * gdb.python/py-framefilter.py (name_error): New global.
1990 (ErrorInName.function): Use name_error.
1991
1992 2018-03-26 Tom Tromey <tom@tromey.com>
1993
1994 PR backtrace/15582:
1995 * gdb.python/py-framefilter.exp: Add "bt hide" test.
1996
1997 2018-03-23 Keith Seitz <keiths@redhat.com>
1998
1999 PR c++/22968
2000 * gdb.cp/subtypes.exp: New file.
2001 * gdb.cp/subtypes.h: New file.
2002 * gdb.cp/subtypes.cc: New file.
2003 * gdb.cp/subtypes-2.cc: New file.
2004
2005 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2006
2007 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
2008 (done): Call '_exit' not 'exit' to avoid atexit handlers.
2009 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
2010 -nostartfiles when compiling the test. Confirm that all registers
2011 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
2012
2013 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2014
2015 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
2016 option, syntax was wrong anyway.
2017 * gdb.arch/arm-disp-step.exp: Likewise.
2018 * gdb.arch/sparc64-regs.exp: Likewise.
2019 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
2020 option, syntax was wrong anyway, switch to use
2021 prepare_for_testing.
2022 * gdb.arch/i386-disp-step.exp: Likewise.
2023
2024 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
2025
2026 * gdb.ada/exec_changed.exp: Replace "target_info exists
2027 use_gdb_stub" by "use_gdb_stub".
2028 * gdb.ada/start.exp: Likewise.
2029 * gdb.base/async-shell.exp: Likewise.
2030 * gdb.base/attach-pie-misread.exp: Likewise.
2031 * gdb.base/attach-wait-input.exp: Likewise.
2032 * gdb.base/break-entry.exp: Likewise.
2033 * gdb.base/break-interp.exp: Likewise.
2034 * gdb.base/dprintf-detach.exp: Likewise.
2035 * gdb.base/nostdlib.exp: Likewise.
2036 * gdb.base/solib-nodir.exp: Likewise.
2037 * gdb.base/statistics.exp: Likewise.
2038 * gdb.base/testenv.exp: Likewise.
2039 * gdb.mi/mi-exec-run.exp: Likewise.
2040 * gdb.mi/mi-start.exp: Likewise.
2041 * gdb.multi/dummy-frame-restore.exp: Likewise.
2042 * gdb.multi/multi-arch-exec.exp: Likewise.
2043 * gdb.multi/multi-arch.exp: Likewise.
2044 * gdb.multi/tids.exp: Likewise.
2045 * gdb.multi/watchpoint-multi.exp: Likewise.
2046 * gdb.python/py-events.exp: Likewise.
2047 * gdb.threads/attach-into-signal.exp: Likewise.
2048 * gdb.threads/attach-stopped.exp: Likewise.
2049 * gdb.threads/threadapply.exp: Likewise.
2050 * lib/selftest-support.exp: Likewise.
2051
2052 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
2053
2054 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
2055
2056 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
2057
2058 * gdb.perf/template-breakpoints.cc: New file.
2059 * gdb.perf/template-breakpoints.exp: New file.
2060 * gdb.perf/template-breakpoints.py: New file.
2061
2062 2018-03-19 Tom Tromey <tom@tromey.com>
2063
2064 * gdb.rust/simple.rs (main): Add local variables field1, field2,
2065 y0.
2066 * gdb.rust/simple.exp: Test bare identifier form of struct
2067 initializer.
2068
2069 2018-03-19 Tom Tromey <tom@tromey.com>
2070
2071 * gdb.gdb/observer.exp: Remove.
2072
2073 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2074
2075 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
2076 "qualified" option when setting breakpoints.
2077 * gdb.trace/backtrace.exp: Likewise.
2078 * gdb.trace/circ.exp: Likewise.
2079 * gdb.trace/collection.exp: Likewise.
2080 * gdb.trace/disconnected-tracing.exp: Likewise.
2081 * gdb.trace/ftrace-lock.exp: Likewise.
2082 * gdb.trace/ftrace.exp: Likewise.
2083 * gdb.trace/infotrace.exp: Likewise.
2084 * gdb.trace/packetlen.exp: Likewise.
2085 * gdb.trace/passc-dyn.exp: Likewise.
2086 * gdb.trace/qtro.exp: Likewise.
2087 * gdb.trace/read-memory.exp: Likewise.
2088 * gdb.trace/report.exp: Likewise.
2089 * gdb.trace/signal.exp: Likewise.
2090 * gdb.trace/status-stop.exp: Likewise.
2091 * gdb.trace/strace.exp: Likewise.
2092 * gdb.trace/tfind.exp: Likewise.
2093 * gdb.trace/trace-break.exp: Likewise.
2094 * gdb.trace/trace-condition.exp: Likewise.
2095 * gdb.trace/trace-mt.exp: Likewise.
2096 * gdb.trace/tstatus.exp: Likewise.
2097 * gdb.trace/tsv.exp: Likewise.
2098 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2099 * gdb.trace/unavailable.exp: Likewise.
2100 * gdb.trace/while-dyn.exp: Likewise.
2101
2102 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2103
2104 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
2105 that libinproctrace is copied to the target.
2106
2107 2018-03-14 Tom Tromey <tom@tromey.com>
2108
2109 PR cli/14977:
2110 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
2111 a null pointer.
2112 * gdb.base/wchar.exp: Likewise.
2113
2114 2018-03-14 Tom Tromey <tom@tromey.com>
2115
2116 PR cli/19918:
2117 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
2118 flag.
2119
2120 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
2121
2122 PR gdb/22841
2123 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
2124 "target" to remote_exec.
2125
2126 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
2127
2128 PR gdb/22841
2129 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
2130 ${board}_upload): Remove.
2131
2132 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
2133
2134 * gdb.cp/watch-cp.cc: New test.
2135 * gdb.cp/watch-cp.exp: New file.
2136
2137 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2138
2139 * gdb.base/infcall-nested-structs.exp: New file.
2140 * gdb.base/infcall-nested-structs.c: New file.
2141 * gdb.base/float.exp: Add riscv support.
2142
2143 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
2144
2145 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
2146 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
2147
2148 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
2149
2150 * gdb.server/abspath.exp: New file.
2151 * lib/gdb.exp (with_cwd): New procedure.
2152
2153 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
2154
2155 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
2156 use it.
2157 (gdb_is_target_remote_prompt): New proc.
2158 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
2159 (gdb_is_target_native): Pass prompt parameter to
2160 gdb_is_target_1.
2161
2162 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
2163
2164 * gdb.base/load-command.c: New file.
2165 * gdb.base/load-command.exp: New file.
2166 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
2167 (gdb_is_target_1): ...this, and generalize for other targets
2168 than just remote.
2169 (gdb_is_target_remote): Use gdb_is_target_1.
2170 (gdb_is_target_native): use gdb_is_target_1.
2171
2172 2018-02-26 Tom Tromey <tom@tromey.com>
2173
2174 PR python/16497:
2175 * gdb.python/py-framefilter.exp: Update test.
2176
2177 2018-02-26 Tom Tromey <tom@tromey.com>
2178
2179 * gdb.dwarf2/variant.c: New file.
2180 * gdb.dwarf2/variant.exp: New file.
2181
2182 2018-02-26 Tom Tromey <tom@tromey.com>
2183
2184 * gdb.rust/simple.exp: Accept more possible results in enum test.
2185
2186 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
2187
2188 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
2189 parentheses.
2190
2191 2018-02-23 Maciej W. Rozycki <macro@mips.com>
2192
2193 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
2194 name of a variable: $actual_linejj -> $actual_line.
2195
2196 2018-02-21 John Baldwin <jhb@FreeBSD.org>
2197
2198 * gdb.arch/amd64-i386-address.exp: Fix a typo.
2199
2200 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
2201
2202 * gdb.btrace/buffer-size.exp: Do not force BTS.
2203
2204 2018-02-14 Pedro Alves <palves@redhat.com>
2205
2206 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
2207 getting a "Quit".
2208
2209 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
2210
2211 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
2212 Fix test name.
2213
2214 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
2215
2216 * gdb.cp/m-static.exp: Check type of optimized out static
2217 member.
2218
2219 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
2220
2221 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
2222 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
2223
2224 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
2225 Leszek Swirski <leszeks@google.com>
2226
2227 * gdb.python/py-prettyprint.c
2228 (struct to_string_returns_value_inner,
2229 struct to_string_returns_value_wrapper): New.
2230 (main): Add tsrvw variable.
2231 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
2232 ToStringReturnsValueWrapper): New classes.
2233 (register_pretty_printers): Register new pretty-printers.
2234 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
2235 recursive pretty printer.
2236 * gdb.python/py-mi.exp: Likewise.
2237
2238 2018-02-01 Leszek Swirski <leszeks@google.com>
2239
2240 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
2241 functions with the same name as an include file are parsed
2242 correctly.
2243
2244 2018-02-01 Yao Qi <yao.qi@linaro.org>
2245
2246 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
2247 "\[^\r\n\]*".
2248
2249 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
2250
2251 * gdb.arch/powerpc-prologue-frame.s: New file.
2252 * gdb.arch/powerpc-prologue-frame.c: Likewise.
2253 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
2254
2255 2018-01-31 Joel Brobecker <brobecker@adacore.com>
2256
2257 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
2258
2259 2018-01-30 Pedro Alves <palves@redhat.com>
2260
2261 PR gdb/13211
2262 * gdb.base/interrupt-daemon.c: New.
2263 * gdb.base/interrupt-daemon.exp: New.
2264 * gdb.multi/multi-term-settings.c: New.
2265 * gdb.multi/multi-term-settings.exp: New.
2266
2267 2018-01-30 Joel Brobecker <brobecker@adacore.com>
2268
2269 * gdb.base/break.exp: Save the location where the breakpoint
2270 on break.c:47 was actually inserted when debugging the version
2271 compiled at -O2 and use it in the expected output of the "info
2272 break" test performed soon after.
2273
2274 2018-01-22 Pedro Alves <palves@redhat.com>
2275 Sergio Durigan Junior <sergiodj@redhat.com>
2276
2277 * gdb.base/whatis.exp: Add tests for 'set print object on' +
2278 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
2279
2280 2018-01-22 Joel Brobecker <brobecker@adacore.com>
2281
2282 * gdb.base/break-include.c, gdb.base/break-include.inc,
2283 gdb.base/break-include.exp: New files.
2284 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
2285 line number now being the actual line number where the breakpoint
2286 was inserted.
2287 * gdb.mi/mi-break.exp: Likewise.
2288 * gdb.mi/mi-reverse.exp: Likewise.
2289 * gdb.mi/mi-simplerun.exp: Ditto.
2290
2291 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2292
2293 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
2294 varobj.
2295 * gdb.mi/mi-var-create-rtti.exp: Likewise.
2296
2297 2018-01-21 Don Breazeal <donb@codesourcery.com>
2298 Andrew Burgess <andrew.burgess@embecosm.com>
2299
2300 * gdb.mi/basics.c: Add new global.
2301 * gdb.mi/mi-frame-regs.exp: New file.
2302 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
2303 case.
2304
2305 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2306
2307 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
2308 non-parameter, and on an unknown symbol.
2309
2310 2018-01-19 Tom Tromey <tom@tromey.com>
2311
2312 * gdb.rust/modules.rs (TWENTY_THREE): New global.
2313 * gdb.rust/modules.exp: Add ::-qualified lookup test.
2314
2315 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2316
2317 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
2318 setrlimit and chdir to int.
2319
2320 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2321
2322 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
2323 function.
2324 (my_tend): Likewise.
2325 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
2326 rationale of avoiding FP- and vector instructions.
2327
2328 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
2329
2330 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
2331 "info reg" with "\[ \t\]*".
2332 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
2333 "\[ \t\]+".
2334 * gdb.arch/s390-multiarch.exp: Ditto.
2335 * gdb.base/pc-fp.exp: Ditto.
2336 * gdb.reverse/i386-precsave.exp: Ditto.
2337 * gdb.reverse/i386-reverse.exp: Ditto.
2338 * gdb.reverse/i387-env-reverse.exp: Ditto.
2339 * gdb.reverse/i387-stack-reverse.exp: Ditto.
2340
2341 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2342
2343 * lib/gdb.exp (gdb_compile): Re-enable use of
2344 universal_compile_options for languages other than Rust.
2345
2346 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2347
2348 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
2349
2350 2018-01-17 Mike Gulick <mgulick@mathworks.com>
2351
2352 PR gdb/16577
2353 * gdb.base/solib-vanish.exp: New.
2354 * gdb.base/solib-vanish-main.c: New.
2355 * gdb.base/solib-vanish-lib1.c: New.
2356 * gdb.base/solib-vanish-lib2.c: New.
2357
2358 2018-01-17 Yao Qi <yao.qi@linaro.org>
2359
2360 * gdb.compile/compile.exp: Match the address printed for
2361 frame in the output of command "bt".
2362
2363 2018-01-15 Tom Tromey <tom@tromey.com>
2364
2365 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
2366 compute sp_reg.
2367
2368 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2369
2370 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
2371 to prepare.
2372 (prepare): Return 0 on error, 1 on success.
2373
2374 2018-01-12 Pedro Alves <palves@redhat.com>
2375
2376 * gdb.base/continue-after-aborted-step-over.c: New.
2377 * gdb.base/continue-after-aborted-step-over.exp: New.
2378
2379 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
2380
2381 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
2382 options when not creating an executable.
2383
2384 2018-01-11 Pedro Alves <palves@redhat.com>
2385
2386 PR remote/22597
2387 * gdb.server/stop-reply-no-thread.c: New file.
2388 * gdb.server/stop-reply-no-thread.exp: New file.
2389
2390 2018-01-10 Pedro Alves <palves@redhat.com>
2391
2392 PR gdb/22670
2393 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
2394 functions too. Test setting breakpoints and printing C functions
2395 with no debug info too.
2396 * gdb.ada/bp_c_mixed_case/qux.c: New file.
2397
2398 2018-01-10 Pedro Alves <palves@redhat.com>
2399
2400 PR gdb/22670
2401 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
2402 a fail.
2403
2404 2018-01-10 Pedro Alves <palves@redhat.com>
2405
2406 PR gdb/22670
2407 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
2408
2409 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2410
2411 * gdb.server/unittest.exp: Match the output in non-development
2412 mode.
2413
2414 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2415
2416 * gdb.gdb/unittest.exp: Match output in non-development mode.
2417
2418 2018-01-08 Joel Brobecker <brobecker@adacore.com>
2419
2420 * gdb.ada/access_tagged_param.exp: Relax expected output
2421 for value of "ObjL" in "continue" to pck.inspect breakpoint
2422 test.
2423
2424 2018-01-08 Joel Brobecker <brobecker@adacore.com>
2425
2426 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
2427 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
2428
2429 2018-01-05 Pedro Alves <palves@redhat.com>
2430
2431 PR gdb/18653
2432 * gdb.base/libsegfault.exp: New.
2433
2434 2018-01-05 Joel Brobecker <brobecker@adacore.com>
2435
2436 PR gdb/22670
2437 * gdb.ada/access_tagged_param.exp: New file.
2438 * gdb.ada/access_tagged_param/foo.adb: New file.
2439
2440 2018-01-05 Pedro Alves <palves@redhat.com>
2441
2442 PR gdb/22670
2443 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
2444 exercise lower case too, and to exercise both full matching and
2445 wild matching.
2446
2447 2018-01-05 Joel Brobecker <brobecker@adacore.com>
2448
2449 * gdb.ada/rename_subscript_param: New testcase.
2450
2451 2018-01-05 Jerome Guitton <guitton@adacore.com>
2452
2453 * gdb.ada/arr_acc_idx_w_gap: New testcase.
2454
2455 2018-01-05 Joel Brobecker <brobecker@adacore.com>
2456
2457 * gdb.ada/convvar_comp: New testcase.
2458
2459 2018-01-05 Xavier Roirand <roirand@adacore.com>
2460
2461 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
2462 (My_Table): New global variable.
2463 * testsuite/gdb.ada/array_char_idx.exp: Add test.
2464
2465 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2466
2467 PR gdb/22670
2468 * gdb.ada/maint_with_ada: New testcase.
2469
2470 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2471
2472 PR gdb/22670
2473 * gdb.ada/bp_c_mixed_case: New testcase.
2474
2475 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2476
2477 PR gdb/22670
2478 * gdb.ada/complete.exp: Add "complete break ada" test.
2479
2480 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2481
2482 PR gdb/22670
2483 * gdb.ada/info_addr_mixed_case: New testcase.
2484
2485 2018-01-03 Xavier Roirand <roirand@adacore.com>
2486
2487 * gdb.ada/excep_handle.exp: New testcase.
2488 * gdb.ada/excep_handle/foo.adb: New file.
2489 * gdb.ada/excep_handle/pck.ads: New file.
2490
2491 2018-01-03 Joel Brobecker <brobecker@adacore.com>
2492
2493 * gdb.base/step-line.c: Add extra empty line in copyright header.
2494 * gdb.base/step-line.inp: Likewise.
2495
2496 2018-01-02 Joel Brobecker <brobecker@adacore.com>
2497
2498 * gdb.ada/dyn_stride.exp: Add slice test.
2499
2500 2018-01-02 Joel Brobecker <brobecker@adacore.com>
2501
2502 * gdb.ada/dyn_stride: New testcase.
2503
2504 2017-12-27 Stafford Horne <shorne@gmail.com>
2505
2506 * gdb.xml/extra-regs.xml: Add example foo reggroup.
2507 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
2508
2509 2017-12-27 Stafford Horne <shorne@gmail.com>
2510
2511 * gdb.base/reggroups.c: New file.
2512 * gdb.base/reggroups.exp: New file.
2513
2514 2017-12-18 Joel Brobecker <brobecker@adacore.com>
2515
2516 * gdb.dwarf2/ada-valprint-error.c: New file.
2517 * gdb.dwarf2/ada-valprint-error.exp: New file.
2518
2519 2017-12-18 Joel Brobecker <brobecker@adacore.com>
2520
2521 * gdb.ada/assign_arr: New testcase.
2522
2523 2017-12-18 Xavier Roirand <roirand@adacore.com>
2524
2525 * gdb.ada/funcall_ptr: New testcase.
2526
2527 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2528
2529 PR cli/16224
2530 * gdb.base/ptype-offsets.cc: New file.
2531 * gdb.base/ptype-offsets.exp: New file.
2532
2533 2017-12-15 Yao Qi <yao.qi@linaro.org>
2534
2535 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
2536 if XML is disabled.
2537
2538 2017-12-15 Xavier Roirand <roirand@adacore.com>
2539
2540 * gdb.ada/same_component_name: New testcase.
2541
2542 2017-12-14 Joel Brobecker <brobecker@adacore.com>
2543
2544 * gdb.ada/str_binop_equal: New testcase.
2545
2546 2017-12-14 Joel Brobecker <brobecker@adacore.com>
2547
2548 * gdb.ada/task_switch_in_core: New testcase.
2549
2550 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
2551
2552 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
2553 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
2554 call test_bkpt_qualified.
2555 (test_bkpt_qualified): New proc.
2556
2557 2017-12-13 Pedro Alves <palves@redhat.com>
2558
2559 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2560 Tighten regexp by matching with an anchor.
2561
2562 2017-12-13 Pedro Alves <palves@redhat.com>
2563
2564 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
2565 ("expression with namespace"): New set of tests.
2566 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
2567 (Nested::Test_NS::qux): New.
2568 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
2569 defaults to 'start_quote_char' and 'end_quote_char' parameters.
2570
2571 2017-12-13 Joel Brobecker <brobecker@adacore.com>
2572
2573 * gdb.base/server-del-break.c: New file.
2574 * gdb.base/server-del-break.exp: New file.
2575
2576 2017-12-12 Stafford Horne <shorne@gmail.com>
2577
2578 * gdb.xml/tdesc-regs.exp: Add or1k support.
2579
2580 2017-12-12 Stafford Horne <shorne@gmail.com>
2581
2582 * gdb.base/bp-permanent.c: Define nop of or1k.
2583
2584 2017-12-11 Joel Brobecker <brobecker@adacore.com>
2585
2586 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
2587 output with components being reordered.
2588
2589 2017-12-11 Joel Brobecker <brobecker@adacore.com>
2590
2591 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
2592 output with components being reordered.
2593
2594 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2595 Pedro Alves <palves@redhat.com>
2596
2597 * gdb.base/maint.exp (check for .gdb_index): Check also for
2598 .debug_names.
2599 * gdb.dlang/watch-loc.c (.debug_aranges): New.
2600 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
2601 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
2602 (.gdb_index used after symbol reloading): Support also .debug_names.
2603 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
2604
2605 2017-12-08 Yao Qi <yao.qi@linaro.org>
2606
2607 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2608 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
2609
2610 2017-12-08 Yao Qi <yao.qi@linaro.org>
2611
2612 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2613 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
2614
2615 2017-12-08 Yao Qi <yao.qi@linaro.org>
2616
2617 * gdb.arch/aarch64-tagged-pointer.c: New file.
2618 * gdb.arch/aarch64-tagged-pointer.exp: New file.
2619
2620 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
2621
2622 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
2623 "int".
2624
2625 2017-12-07 Keith Seitz <keiths@redhat.com>
2626
2627 PR breakpoints/22569
2628 * gdb.linespec/ls-errs.exp: Change expected result of "break
2629 -source this file has spaces.c -line 3".
2630 Check that an explicit source file followed by whitespace is
2631 identified as an invalid explicit location.
2632
2633 2017-12-07 Keith Seitz <keiths@redhat.com>
2634
2635 * gdb.cp/nested-types.cc: New file.
2636 * gdb.cp/nested-types.exp: New file.
2637 * lib/cp-support.exp: Load data-structures.exp library.
2638 (debug_cp_test_ptype_class): New global.
2639 (cp_ptype_class_verbose, next_line): New procedures.
2640 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
2641 Add and document new return value.
2642 Switch the list of lines to a queue.
2643 Add support for new `type' key for nested type definitions.
2644 Add debugging/troubleshooting messages.
2645 * lib/data-structures.exp: New file.
2646
2647 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
2648
2649 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
2650 with proc_with_prefix, don't use with_test_prefix.
2651
2652 2017-12-07 Tom Tromey <tom@tromey.com>
2653
2654 * gdb.base/break.exp: Add test for empty "commands".
2655
2656 2017-12-07 Yao Qi <yao.qi@linaro.org>
2657
2658 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
2659 malloc and catch syscall.
2660
2661 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
2662
2663 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
2664 tests for explicit locations.
2665
2666 2017-12-06 Pedro Alves <palves@redhat.com>
2667
2668 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
2669 force-disabling XML descriptions.
2670
2671 2017-12-04 Pedro Alves <palves@redhat.com>
2672
2673 PR gdb/22499
2674 * gdb.arch/amd64-disp-step-avx.S: New file.
2675 * gdb.arch/amd64-disp-step-avx.exp: New file.
2676
2677 2017-12-03 Pedro Alves <palves@redhat.com>
2678
2679 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
2680 and <string.h>.
2681 (parent_function): Print distinct messages when waitpid fails, or
2682 the child exits with a signal, or the child exits for an unhandled
2683 reason.
2684 * gdb.threads/process-dies-while-detaching.exp
2685 (detach_and_expect_exit): New 'inf_output_re' parameter and use
2686 it. Wait for both inferior output and GDB's prompt. Use an
2687 indirect spawn id list.
2688 (do_detach): New parameter 'child_exit'. Use it to compute
2689 expected inferior output.
2690 (test_detach, test_detach_watch, test_detach_killed_outside):
2691 Adjust to pass down the expected child exit kind.
2692
2693 2017-12-01 Joel Brobecker <brobecker@adacore.com>
2694 Sergio Durigan Junior <sergiodj@redhat.com>
2695 Pedro Alves <palves@redhat.com>
2696
2697 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
2698
2699 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
2700
2701 * gdb.base/relocate.exp: Add tests to guarantee that arguments
2702 to 'symbol-file' and 'add-symbol-file' can be
2703 position-independent.
2704
2705 2017-12-01 Yao Qi <yao.qi@linaro.org>
2706
2707 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
2708 the URL in copyright header.
2709 * gdb.arch/aarch64-fp.exp: Likewise.
2710 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
2711 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
2712 * gdb.base/expand-psymtabs.exp: Likewise.
2713 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
2714 * gdb.fortran/common-block.exp: Likewise.
2715 * gdb.fortran/common-block.f90: Likewise.
2716 * gdb.fortran/logical.exp: Likewise.
2717 * gdb.fortran/vla-datatypes.f90: Likewise.
2718 * gdb.fortran/vla-sub.f90: Likewise.
2719
2720 2017-11-30 Joel Brobecker <brobecker@adacore.com>
2721
2722 * gdb.ada/repeat_dyn: New testcase.
2723
2724 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
2725
2726 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
2727 Update for changed thread numbering.
2728 * gdb.cell/bt.exp: Update for changed GDB output.
2729
2730 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
2731
2732 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
2733 setting isremote by hand.
2734 * boards/dwarf4-gdb-index.exp: Likewise.
2735 * boards/fission.exp: Likewise.
2736 * boards/stabs.exp: Likewise.
2737
2738 2017-11-30 Pedro Alves <palves@redhat.com>
2739
2740 * gdb.linespec/cpls-ops.exp
2741 (check_explicit_skips_function_argument): Extract the underlying
2742 type of size_t instead of hardcoding it.
2743
2744 2017-11-29 Pedro Alves <palves@redhat.com>
2745
2746 PR c++/19436
2747 * gdb.linespec/cpls-abi-tag.cc: New file.
2748 * gdb.linespec/cpls-abi-tag.exp: New file.
2749
2750 2017-11-29 Pedro Alves <palves@redhat.com>
2751
2752 * gdb.base/langs.exp: Use -qualified.
2753 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
2754 it.
2755 * gdb.cp/namespace.exp: Use -qualified.
2756 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
2757 (overload-3, template-overload, template-ret-type, const-overload)
2758 (const-overload-quoted, anon-ns, ambiguous-prefix): New
2759 procedures.
2760 (test_driver): Call them.
2761 * gdb.cp/save-bp-qualified.cc: New.
2762 * gdb.cp/save-bp-qualified.exp: New.
2763 * gdb.linespec/explicit.exp: Test -qualified.
2764 * lib/completion-support.exp (completion::explicit_opts_list): Add
2765 "-qualified".
2766 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
2767
2768 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
2769
2770 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
2771
2772 2017-11-29 Tom Tromey <tom@tromey.com>
2773
2774 * gdb.base/relocate.exp: Update invalid argument test.
2775 Add new tests for invalid arguments.
2776
2777 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2778
2779 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
2780 Return 0 as a long.
2781 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
2782
2783 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2784
2785 * gdb.cp/breakpoint.cc (bar): Set return type to void.
2786 * gdb.cp/psymtab-parameter.cc (func): Likewise.
2787 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
2788 func ().
2789 * gdb.cp/shadow.cc (B.func): Return 0.
2790
2791 2017-11-27 Joel Brobecker <brobecker@adacore.com>
2792
2793 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
2794 expected output in gdb_expect call to allow the exception
2795 message to be present as well. Fix syntax confusion to avoid
2796 TCL thinking that exception_name is an array.
2797
2798 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
2799
2800 * gdb.arch/spu-info.c: Include <unistd.h>.
2801 (do_signal_test): Fix broken calls to write.
2802 * gdb.arch/spu-info.exp: Use prepare_for_testing.
2803 Fix checks for empty mailboxes. Update signal tests for corrected
2804 do_signal_test routine. Allow nonzero event status.
2805 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
2806 * gdb.cell/arch.exp: Use standard_output_file.
2807 * gdb.cell/break.exp: Likewise.
2808 * gdb.cell/bt.exp: Likewise.
2809 * gdb.cell/core.exp: Likewise.
2810 * gdb.cell/dwarfaddr.exp: Likewise.
2811 * gdb.cell/ea-cache.exp: Likewise.
2812 * gdb.cell/ea-standalone.exp: Likewise.
2813 * gdb.cell/f-regs.exp: Likewise.
2814 * gdb.cell/fork.exp: Likewise.
2815 * gdb.cell/gcore.exp: Likewise.
2816 * gdb.cell/mem-access.exp: Likewise.
2817 * gdb.cell/ptype.exp: Likewise.
2818 * gdb.cell/registers.exp: Likewise.
2819 * gdb.cell/sizeof.exp: Likewise.
2820 * gdb.cell/solib-symbol.exp: Likewise.
2821 * gdb.cell/solib.exp: Likewise.
2822
2823 2017-11-25 Pedro Alves <palves@redhat.com>
2824
2825 * gdb.base/complete-empty.exp: New file.
2826 * gdb.base/completion.exp: Adjust.
2827
2828 2017-11-25 Pedro Alves <palves@redhat.com>
2829
2830 * gdb.linespec/cpls-ops.cc: New file.
2831 * gdb.linespec/cpls-ops.exp: New file.
2832 * lib/completion-support.exp (test_complete_prefix_range_re): New,
2833 factored out from ...
2834 (test_complete_prefix_range): ... this.
2835
2836 2017-11-24 Pedro Alves <palves@redhat.com>
2837
2838 * gdb.linespec/cpcompletion.exp: New file.
2839 * gdb.linespec/cpls-hyphen.cc: New file.
2840 * gdb.linespec/cpls.cc: New file.
2841 * gdb.linespec/cpls2.cc: New file.
2842 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
2843 test to use test_gdb_complete_unique. Add label completion,
2844 keyword completion and explicit location completion tests.
2845 * lib/completion-support.exp: New file.
2846
2847 2017-11-24 Joel Brobecker <brobecker@adacore.com>
2848
2849 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
2850 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
2851 when hitting an exception catchpoint.
2852
2853 2017-11-22 Yao Qi <yao.qi@linaro.org>
2854
2855 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
2856
2857 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
2858
2859 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
2860 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
2861 * gdb.dwarf2/info-locals-optimized-out.c: New file.
2862
2863 2017-11-22 Yao Qi <yao.qi@linaro.org>
2864
2865 * gdb.base/info-os.exp: Pass pthreads.
2866 * gdb.multi/multi-attach.exp: Likewise.
2867
2868 2017-11-22 Yao Qi <yao.qi@linaro.org>
2869
2870 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
2871 compiler.
2872
2873 2017-11-22 Yao Qi <yao.qi@linaro.org>
2874
2875 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
2876 * gdb.base/break-interp.exp: Likewise.
2877 * gdb.base/jit-attach-pie.exp: Likewise.
2878
2879 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2880
2881 * gdb.base/float128.c (large128): New variable.
2882 * gdb.base/float128.exp: Add test to print largest __float128 value.
2883
2884 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2885
2886 * gdb.arch/vsx-regs.exp: Update register content checks.
2887
2888 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
2889
2890 * gdb.arch/ppc-longdouble.exp: New file.
2891 * gdb.arch/ppc-longdouble.c: Likewise.
2892
2893 2017-11-21 Pedro Alves <palves@redhat.com>
2894
2895 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
2896
2897 2017-11-20 Pedro Alves <palves@redhat.com>
2898
2899 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
2900 (long_double_typedef): New typedefs.
2901 Use DEF on double and long double.
2902 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
2903 cases.
2904 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
2905 and 'long_double_ptr_same_size' locals. Use them to decide
2906 whether cast from array/function to float is valid/invalid.
2907
2908 2017-11-17 Tom Tromey <tom@tromey.com>
2909
2910 * gdb.rust/traits.rs: New file.
2911 * gdb.rust/traits.exp: New file.
2912
2913 2017-11-17 Joel Brobecker <brobecker@adacore.com>
2914
2915 * gdb.ada/minsyms: New testcase.
2916
2917 2017-11-16 Pedro Alves <palves@redhat.com>
2918
2919 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
2920 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
2921
2922 2017-11-16 Pedro Alves <palves@redhat.com>
2923
2924 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
2925 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
2926
2927 2017-11-16 Pedro Alves <palves@redhat.com>
2928
2929 * gdb.server/reconnect-ctrl-c.c: New file.
2930 * gdb.server/reconnect-ctrl-c.exp: New file.
2931
2932 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
2933
2934 * gdb.python/py-rbreak.exp: New file.
2935 * gdb.python/py-rbreak.c: New file.
2936 * gdb.python/py-rbreak-func2.c: New file.
2937
2938 2017-11-16 Pedro Alves <palves@redhat.com>
2939
2940 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
2941 pattern.
2942 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
2943 GDB.
2944
2945 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
2946
2947 * gdb.tui/completionn.exp (test_tab_completion): Add space in
2948 regex.
2949
2950 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
2951
2952 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
2953 test names.
2954
2955 2017-11-09 Pedro Alves <palves@redhat.com>
2956
2957 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
2958 factored out from ...
2959 (top level): ... here, and adjusted to avoid expecting beyond the
2960 prompt in a single gdb_test_multiple.
2961
2962 2017-11-09 Pedro Alves <palves@redhat.com>
2963
2964 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
2965 output.
2966 * gdb.server/ext-attach.exp ("kill" test): Likewise.
2967 * gdb.server/ext-restart.exp ("kill" test): Likewise.
2968 * gdb.server/ext-run.exp ("kill" test): Likewise.
2969 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
2970
2971 2017-11-09 Pedro Alves <palves@redhat.com>
2972
2973 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
2974 match till end of line.
2975
2976 2017-11-09 Pedro Alves <palves@redhat.com>
2977
2978 * gdb.base/memattr.exp: Tighten regexes to match the end line.
2979
2980 2017-11-09 Pedro Alves <palves@redhat.com>
2981
2982 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
2983 New procedures, factored out from ...
2984 (top level): ... here, and adjusted to avoid expecting beyond the
2985 prompt in one go.
2986
2987 2017-11-09 Pedro Alves <palves@redhat.com>
2988
2989 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
2990 output. Fix '?' match.
2991
2992 2017-11-08 Joel Brobecker <brobecker@adacore.com>
2993
2994 * gdb.ada/scoped_watch: New testcase.
2995 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
2996 which is actually correct.
2997 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
2998 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
2999
3000 2017-11-08 Pedro Alves <palves@redhat.com>
3001
3002 * gdb.gdb/complaints.exp (test_initial_complaints)
3003 (test_serial_complaints, test_short_complaints): Call
3004 complaint_internal instead of complaint.
3005
3006 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
3007
3008 * gdb.threads/tls-core.c: New file.
3009 * gdb.threads/tls-core.exp: Likewise.
3010
3011 2017-11-08 Pedro Alves <palves@redhat.com>
3012
3013 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
3014 (p Exported_Capitalized): New test.
3015 (p exported_capitalized): New test.
3016
3017 2017-11-07 Pedro Alves <palves@redhat.com>
3018
3019 * gdb.cp/ena-dis-br-range.exp: Add more tests.
3020
3021 2017-11-07 Pedro Alves <palves@redhat.com>
3022
3023 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
3024 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
3025 (disable_invalid, disable_inverted, disable_negative): New
3026 procedures.
3027 ("bad numbers"): New set of tests.
3028
3029 2017-11-07 Pedro Alves <palves@redhat.com>
3030
3031 * gdb.cp/ena-dis-br-range.exp: Add tests.
3032
3033 2017-11-07 Pedro Alves <palves@redhat.com>
3034
3035 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
3036
3037 2017-11-07 Xavier Roirand <roirand@adacore.com>
3038 Pedro Alves <palves@redhat.com>
3039
3040 * gdb.base/ena-dis-br.exp: Add reference to
3041 gdb.cp/ena-dis-br-range.exp.
3042 * gdb.cp/ena-dis-br-range.exp: New file.
3043 * gdb.cp/ena-dis-br-range.cc: New file.
3044
3045 2017-11-06 Pedro Alves <palves@redhat.com>
3046
3047 * gdb.base/attach-non-pgrp-leader.c: New.
3048 * gdb.base/attach-non-pgrp-leader.exp: New.
3049
3050 2017-11-06 Pedro Alves <palves@redhat.com>
3051
3052 * configure.ac: No longer check for termio.h and sgtty.h.
3053 * configure: Regenerate.
3054 * remote-utils.c: Include termios.h instead of gdb_termios.h.
3055 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
3056 Remove termio and sgtty code.
3057
3058 2017-11-03 Yao Qi <yao.qi@linaro.org>
3059
3060 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
3061 in GDB is disabled.
3062
3063 2017-11-03 Yao Qi <yao.qi@linaro.org>
3064
3065 * gdb.python/py-thrhandle.exp: Skip it if python is not
3066 enabled.
3067
3068 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
3069
3070 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
3071 as a breakpoint command.
3072
3073 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
3074
3075 PR python/21213
3076 * gdb.python/py-infthread.exp: Test calling
3077 InferiorThread.inferior () multiple times in a row.
3078
3079 2017-10-27 Keith Seitz <keiths@redhat.com>
3080
3081 * gdb.opt/inline-break.exp (break_info_1): New procedure.
3082 Test "info break" for every inlined function breakpoint.
3083
3084 2017-10-27 Yao Qi <yao.qi@linaro.org>
3085
3086 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
3087
3088 2017-10-26 Patrick Frants <osscontribute@gmail.com>
3089
3090 * gdb.cp/classes.exp (test_static_members): Test printing
3091 Outer::instance.
3092 * gdb.cp/classes.c (struct Inner, struct Outer): New.
3093 (Inner::instance, Outer::instance): New.
3094
3095 2017-10-24 Pedro Alves <palves@redhat.com>
3096
3097 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
3098 extra console" test in two stages.
3099
3100 2017-10-24 Pedro Alves <palves@redhat.com>
3101
3102 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
3103
3104 2017-10-24 Pedro Alves <palves@redhat.com>
3105
3106 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
3107 loop.
3108
3109 2017-10-24 Pedro Alves <palves@redhat.com>
3110
3111 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
3112 $attempt" and "stoppedtry $stoppedtry" test prefixes.
3113
3114 2017-10-24 Pedro Alves <palves@redhat.com>
3115
3116 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
3117 parameter and handle it. Don't output read value in test name.
3118
3119 2017-10-24 Pedro Alves <palves@redhat.com>
3120
3121 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
3122 custom test name.
3123
3124 2017-10-24 Pedro Alves <palves@redhat.com>
3125
3126 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
3127 include the unstable output directory name in the test's name.
3128 (initial_setup_simple) <'set args'>: Use custom test name.
3129
3130 2017-10-24 Pedro Alves <palves@redhat.com>
3131
3132 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
3133 with explicit test name.
3134
3135 2017-10-20 Pedro Alves <palves@redhat.com>
3136
3137 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
3138 'wait -i'. Use gdb_assert and remote_close.
3139
3140 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
3141
3142 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
3143 number from variable rather than hard-coded.
3144
3145 2017-10-19 Pedro Alves <palves@redhat.com>
3146
3147 * gdb.base/long-inferior-output.c: New file.
3148 * gdb.base/long-inferior-output.exp: New file.
3149
3150 2017-11-18 Keith Seitz <keiths@redhat.com>
3151
3152 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
3153 method.
3154 (main): Call it.
3155 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
3156 Add additional user-defined conversion operator tests.
3157
3158 2017-10-17 Pedro Alves <palves@redhat.com>
3159
3160 * boards/native-stdio-gdbserver.exp: Load "local-board".
3161
3162 2017-10-17 Pedro Alves <palves@redhat.com>
3163
3164 * gdb.base/quit-live.c: New file.
3165 * gdb.base/quit-live.exp: New file.
3166
3167 2017-10-16 Keith Seitz <keiths@redhat.com>
3168
3169 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
3170 (class_with_protected_typedef, class_with_private_typedef)
3171 (struct_with_public_typedef, struct_with_protected_typedef)
3172 (struct_with_private_typedef): New classes/structs.
3173 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
3174 typedefs and access specifiers.
3175
3176 2017-10-16 Pedro Alves <palves@redhat.com>
3177 Simon Marchi <simon.marchi@polymtl.ca>
3178
3179 * README (Local vs Remote vs Native): New section.
3180 * boards/local-board.exp: New file, with bits factored out from
3181 ...
3182 * boards/native-extended-gdbserver.exp: ... here. Load
3183 "local-board".
3184 * boards/native-gdbserver.exp: Load "local-board".
3185 (${board}_spawn, ${board}_exec): Delete.
3186 * boards/native-stdio-gdbserver.exp: Most contents factored out to
3187 ...
3188 * boards/stdio-gdbserver-base.exp: ... this new file.
3189 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
3190 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
3191 procedure.
3192 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
3193 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
3194 stdio_gdbserver_command.
3195 (${board}_get_remote_address, ${board}_get_comm_port)
3196 (${board}_download, ${board}_upload): Delete.
3197 (get_target_remote_pipe_cmd): New.
3198
3199 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
3200
3201 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
3202 test_bkpt_deletion, test_bkpt_cond_and_cmds,
3203 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
3204 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
3205 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
3206 remove with_test_prefix.
3207
3208 2017-10-13 Pedro Alves <palves@redhat.com>
3209
3210 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
3211 * gdb.base/annota1.exp: Use it instead of is_remote.
3212 * gdb.base/annota3.exp: Use it instead of is_remote.
3213 * gdb.cp/annota2.exp: Use it instead of is_remote.
3214 * gdb.cp/annota3.exp: Use it instead of is_remote.
3215 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
3216
3217 2017-10-13 Pedro Alves <palves@redhat.com>
3218
3219 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
3220 (test_num_test_vars, run_and_count_vars, find_env)
3221 (test_set_unset_env, test_inherit_env_var): New procedures.
3222 (top level): Use them.
3223
3224 2017-10-13 Pedro Alves <palves@redhat.com>
3225
3226 * lib/selftest-support.exp (selftest_setup): Extend comments, and
3227 also skip on stub-like targets.
3228
3229 2017-10-13 Pedro Alves <palves@redhat.com>
3230
3231 PR gdb/22293
3232 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
3233 (top level): Move some tests to ...
3234 (test_not_found): ... this new procedure.
3235 (top level): Call it.
3236
3237 2017-10-13 Pedro Alves <palves@redhat.com>
3238
3239 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
3240 expect different "info terminal" output if testing with a
3241 non-native target.
3242
3243 2017-10-13 Pedro Alves <palves@redhat.com>
3244 Simon Marchi <simon.marchi@polymtl.ca>
3245
3246 PR python/12966
3247 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
3248
3249 2017-10-13 Pedro Alves <palves@redhat.com>
3250
3251 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
3252 already.
3253
3254 2017-10-13 Pedro Alves <palves@redhat.com>
3255
3256 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
3257 is_remote.
3258
3259 2017-10-13 Pedro Alves <palves@redhat.com>
3260
3261 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
3262 is_remote.
3263
3264 2017-10-13 Pedro Alves <palves@redhat.com>
3265
3266 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
3267 is set.
3268 (corefile_test_attach): Likewise. Check can_spawn_for_attach
3269 instead of is_remote.
3270
3271 2017-10-13 Pedro Alves <palves@redhat.com>
3272
3273 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
3274 (top level): Add comment.
3275
3276 2017-10-13 Pedro Alves <palves@redhat.com>
3277
3278 * gdb.base/remote.exp (top level): Fix comment typo and add
3279 missing return.
3280
3281 2017-10-13 Pedro Alves <palves@redhat.com>
3282 Simon Marchi <simon.marchi@polymtl.ca>
3283
3284 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
3285 calls and add comments. Skip test if use_gdb_stub is set.
3286 (top level): Use "set cwd" command instead of "cd" command.
3287
3288 2017-10-13 Pedro Alves <palves@redhat.com>
3289
3290 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
3291 is_remote target check.
3292
3293 2017-10-13 Pedro Alves <palves@redhat.com>
3294
3295 * gdb.base/scope.exp: Use build_executable + clean_restart +
3296 gdb_file_cmd instead of prepare_for_testing and no longer skip
3297 "before run" tests on is_remote target boards. Update comments.
3298 * boards/native-extended-gdbserver.exp
3299 (extended_gdbserver_load_last_file): New, factored out from ...
3300 (gdb_load): ... this. Move further below and add comment.
3301 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
3302
3303 2017-10-12 Pedro Alves <palves@redhat.com>
3304
3305 * gdb.base/attach.exp: Remove references to gdb64.
3306 * gdb.base/dbx.exp: Remove references to gdb64.
3307
3308 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3309 Pedro Alves <palves@redhat.com>
3310
3311 * gdb.base/label.exp: Remove is_remote target check.
3312
3313 2017-10-12 Pedro Alves <palves@redhat.com>
3314
3315 * gdb.base/auvx.exp (coredir): Update comment.
3316 (top level) <core_works>: Use "set cwd" command instead of "cd"
3317 command.
3318
3319 2017-10-12 Pedro Alves <palves@redhat.com>
3320 Simon Marchi <simon.marchi@polymtl.ca>
3321
3322 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
3323 target boards.
3324
3325 2017-10-12 Pedro Alves <palves@redhat.com>
3326 Simon Marchi <simon.marchi@polymtl.ca>
3327
3328 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
3329 Instead skip if there's any gdb_protocol set.
3330
3331 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3332 Pedro Alves <palves@redhat.com>
3333
3334 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
3335
3336 2017-10-12 Pedro Alves <palves@redhat.com>
3337 Simon Marchi <simon.marchi@polymtl.ca>
3338
3339 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
3340 instead of on dejagnu remote boards.
3341
3342 2017-10-12 Pedro Alves <palves@redhat.com>
3343 Simon Marchi <simon.marchi@polymtl.ca>
3344
3345 * gdb.base/inferior-died.exp: Remove is_remote and isnative
3346 checks. Use build_executable + clean_restart instead of
3347 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
3348 of enabling non-stop after starting gdb.
3349
3350 2017-10-12 Pedro Alves <palves@redhat.com>
3351
3352 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
3353 * gdb.threads/non-ldr-exc-2.exp: Ditto.
3354 * gdb.threads/non-ldr-exc-3.exp: Ditto.
3355 * gdb.threads/non-ldr-exc-4.exp: Ditto.
3356
3357 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
3358
3359 * gdb.arch/arc-tdesc-cpu.exp: New file.
3360 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
3361
3362 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
3363
3364 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
3365
3366 2017-10-10 Pedro Alves <palves@redhat.com>
3367
3368 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
3369 expect CLI output.
3370
3371 2017-10-10 Pedro Alves <palves@redhat.com>
3372
3373 * lib/selftest-support.exp (selftest_setup): Update for
3374 captured_command_loop's prototype change.
3375
3376 2017-10-09 Pedro Alves <palves@redhat.com>
3377
3378 Test both arch1=>arch2 and arch2=>arch1.
3379
3380 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
3381 (srcfile2, binfile2, march1, march2): Remove globals. Largely
3382 factored out to...
3383 (append_arch1_options, append_arch2_options, append_arch_options)
3384 (build_executables): New procedures.
3385 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
3386 local.
3387 (top level): Add new 'first_arch' testing axis.
3388
3389 2017-10-09 Pedro Alves <palves@redhat.com>
3390
3391 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
3392 (barrier): New.
3393 (thread_start, all_started): New functions.
3394 (main): Spawn new thread and wait until it is scheduled.
3395 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
3396 option.
3397 (do_test): Add 'selected_thread' parameter. Run to all_started
3398 instead of main. Explicitly set the breakpoint at main. Switch
3399 to the SELECTED_THREAD thread.
3400 (top level): Test handling the exec event with either the main
3401 thread or the second thread selected.
3402
3403 2017-10-09 Pedro Alves <palves@redhat.com>
3404
3405 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
3406 logic. Move STOP marker after the value checks.
3407 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
3408 regexp.
3409
3410 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
3411
3412 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
3413
3414 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
3415
3416 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
3417 integer-to-dfp conversion.
3418 * gdb.base/dfp-test.exp: Likewise.
3419
3420 2017-10-04 Pedro Alves <palves@redhat.com>
3421
3422 * gdb.multi/hangout.c: Include <unistd.h>.
3423 (hangout_loop): New function.
3424 (main): Call alarm. Call hangout_loop in a loop.
3425 * gdb.multi/hello.c: Include <unistd.h>.
3426 (hello_loop): New function.
3427 (main): Call alarm. Call hangout_loop in a loop.
3428 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
3429 inferior with the other selected.
3430
3431 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
3432
3433 * gdb.mi/list-thread-groups-available.exp: New file.
3434 * gdb.mi/list-thread-groups-available.c: New file.
3435
3436 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3437
3438 * gdb.base/set-cwd.exp: Make it available on
3439 native-extended-gdbserver.
3440
3441 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3442
3443 * gdb.base/set-cwd.c: New file.
3444 * gdb.base/set-cwd.exp: Likewise.
3445
3446 2017-10-02 Tom Tromey <tom@tromey.com>
3447
3448 PR rust/22236:
3449 * gdb.rust/simple.rs (main): New variable "fslice".
3450 * gdb.rust/simple.exp: Add slice tests. Update string tests.
3451
3452 2017-10-02 Tom Tromey <tom@tromey.com>
3453
3454 * gdb.rust/simple.exp: Test ptype of a slice.
3455
3456 2017-10-02 Tom Tromey <tom@tromey.com>
3457
3458 * gdb.rust/simple.exp: Test index of slice.
3459
3460 2017-09-27 Tom Tromey <tom@tromey.com>
3461
3462 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
3463
3464 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
3465 Pedro Alves <palves@redhat.com>
3466
3467 * gdb.base/compare-sections.exp (get value of read-only section): Read
3468 as unsigned value.
3469 (corrupt read-only section): Likewise and don't set written if patching
3470 failed.
3471
3472 2017-09-21 Kevin Buettner <kevinb@redhat.com>
3473
3474 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
3475 files.
3476
3477 2017-09-20 Pedro Alves <palves@redhat.com>
3478
3479 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
3480 symbol names in gdb's output.
3481 * gdb.cp/overload.exp ("list all overloads"): Likewise.
3482
3483 2017-09-20 Pedro Alves <palves@redhat.com>
3484
3485 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
3486 Rename to ...
3487 (test_list_ambiguous_symbol): ... this and add a symbol name
3488 parameter. Adjust.
3489 (test_list_ambiguous_function): Reimplement on top of
3490 test_list_ambiguous_symbol and also test listing ambiguous
3491 variables.
3492 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
3493 (ambiguous_fun): ... this.
3494 (ambiguous_var): New.
3495 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
3496 (ambiguous_fun): ... this.
3497 (ambiguous_var): New.
3498
3499 2017-09-19 John Baldwin <jhb@FreeBSD.org>
3500
3501 * gdb.base/starti.c: New file.
3502 * gdb.base/starti.exp: New file.
3503 * lib/gdb.exp (gdb_starti_cmd): New procedure.
3504
3505 2017-09-14 Pedro Alves <palves@redhat.com>
3506
3507 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
3508 (top level): Use it instead of runto.
3509
3510 2017-09-11 Tom Tromey <tom@tromey.com>
3511
3512 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
3513
3514 2017-09-11 Tom Tromey <tom@tromey.com>
3515
3516 * gdb.python/py-infthread.exp: Add tests for new_thread event.
3517 * gdb.python/py-inferior.exp: Add tests for new inferior events.
3518
3519 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
3520
3521 * gdb.fortran/printing-types.exp: New file.
3522 * gdb.fortran/printing-types.exp: New file.
3523
3524 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3525
3526 * gdb.fortran/vla-ptype.exp: Fix typos.
3527 * gdb.fortran/vla-value.exp: Same.
3528
3529 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3530
3531 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
3532 * gdb.mi/mi-var-child-f.exp: Likewise.
3533 * gdb.mi/mi-vla-fortran.exp: Likewise.
3534
3535 2017-09-08 Frank Penczek <frank.penczek@intel.com>
3536 Christoph Weinmann <christoph.t.weinmann@intel.com>
3537 Bernhard Heckel <bernhard.heckel@intel.com>
3538
3539 * gdb.fortran/ptr-indentation.f90: New file.
3540 * gdb.fortran/ptr-indentation.exp: New file.
3541
3542 2017-09-05 Tom Tromey <tom@tromey.com>
3543
3544 PR gdb/22010:
3545 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
3546
3547 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
3548
3549 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
3550
3551 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3552
3553 * gdb.threads/tls-nodebug-pie.c: New file.
3554 * gdb.threads/tls-nodebug-pie.exp: New file.
3555
3556 2017-09-05 Tom Tromey <tom@tromey.com>
3557
3558 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
3559 for rust.
3560
3561 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
3562
3563 * gdb.multi/multi-arch-exec.exp: Test with different
3564 "follow-exec-mode" settings.
3565 (do_test): New procedure.
3566
3567 2017-09-04 Pedro Alves <palves@redhat.com>
3568
3569 * gdb.base/func-static.c (S::method const, S::method volatile)
3570 (S::method volatile const): New methods.
3571 (c_s, v_s, cv_s): New instances.
3572 (main): Call method() on them.
3573 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
3574 (cannot_resolve): New procedure.
3575 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
3576 print-quote-unquoted columns.
3577 (do_test): Test printing each scope too.
3578
3579 2017-09-04 Pedro Alves <palves@redhat.com>
3580
3581 * gdb.base/local-static.exp: Also test with
3582 class::method::variable wholly quoted.
3583 * gdb.cp/m-static.exp (class::method::variable): Remove test.
3584
3585 2017-09-04 Pedro Alves <palves@redhat.com>
3586
3587 * gdb.base/local-static.c: New.
3588 * gdb.base/local-static.cc: New.
3589 * gdb.base/local-static.exp: New.
3590
3591 2017-09-04 Pedro Alves <palves@redhat.com>
3592
3593 * gdb.asm/asm-source.exp: Add casts to int.
3594 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
3595 (dataglobal64_1, dataglobal64_2): New globals.
3596 * gdb.base/nodebug.exp: Test different expressions involving the
3597 new globals, with print, whatis and ptype. Add casts to int.
3598 * gdb.base/solib-display.exp: Add casts to int.
3599 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
3600 * gdb.cp/m-static.exp: Add cast to int.
3601 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
3602 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
3603 tls variable with no debug info without a cast. Test with a cast
3604 to int too.
3605 * gdb.trace/entry-values.exp: Add casts.
3606
3607 2017-09-04 Pedro Alves <palves@redhat.com>
3608
3609 * gdb.base/nodebug.exp: Test that ptype's error about functions
3610 with unknown return type includes the function name too.
3611
3612 2017-09-04 Pedro Alves <palves@redhat.com>
3613
3614 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
3615 return type of munmap in infcall.
3616 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
3617 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
3618 type of ftell in infcall.
3619 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
3620 type of getpid in infcall.
3621 * gdb.base/infcall-exec.exp: Cast return type of execlp in
3622 infcall.
3623 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
3624 Bail on failure to extract the pid.
3625 * gdb.base/nodebug.c: #include <stdint.h>.
3626 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
3627 New functions.
3628 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
3629 Change expected output of print/whatis/ptype with functions with
3630 no debug info. Test all supported languages. Call
3631 test_call_promotion.
3632 * gdb.compile/compile.exp: Adjust expected output to expect
3633 warning.
3634 * gdb.threads/siginfo-threads.exp: Likewise.
3635
3636 2017-09-04 Pedro Alves <palves@redhat.com>
3637
3638 * gdb.base/callfuncs.exp (do_function_calls): New parameter
3639 "prototypes". Test calling float functions via prototyped and
3640 unprototyped function pointers.
3641 (perform_all_tests): New parameter "prototypes". Pass it down.
3642 (top level): Pass down "prototypes" parameter to
3643 perform_all_tests.
3644
3645 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3646
3647 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
3648 Test with nested loops.
3649
3650 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3651
3652 * gdb.base/commands.exp: Call the new procedures.
3653 (loop_break_test, loop_continue_test): New procedures.
3654
3655 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3656
3657 * gdb.base/commands.exp: Call new procedure.
3658 (define_if_without_arg_test): New procedure.
3659
3660 2017-09-04 Pedro Alves <palves@redhat.com>
3661
3662 * gdb.base/list-ambiguous.exp: New file.
3663 * gdb.base/list-ambiguous0.c: New file.
3664 * gdb.base/list-ambiguous1.c: New file.
3665 * gdb.base/list.exp (test_list_range): Adjust expected output.
3666
3667 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
3668
3669 * gdb.base/share-env-with-gdbserver.c: New file.
3670 * gdb.base/share-env-with-gdbserver.exp: Likewise.
3671
3672 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3673
3674 * gdb.base/commands.exp (gdbvar_simple_if_test,
3675 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
3676 progvar_simple_if_test, progvar_simple_while_test,
3677 progvar_complex_if_while_test, user_defined_command_test,
3678 user_defined_command_args_eval,
3679 user_defined_command_args_stack_test,
3680 user_defined_command_manyargs_test, bp_deleted_in_command_test,
3681 temporary_breakpoint_commands,
3682 gdb_test_no_prompt, redefine_hook_test,
3683 redefine_backtrace_test): Remove "global gdb_prompt".
3684
3685 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3686
3687 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
3688 New proc, call it from toplevel.
3689
3690 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
3691
3692 PR remote/21852
3693 * gdb.server/normal.c: New file, copied from gdb.base.
3694 * gdb.server/run-without-local-binary.exp: New file.
3695
3696 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
3697
3698 * gdb.arch/sparc64-adi.exp: New file.
3699 * gdb.arch/sparc64-adi.c: New file.
3700
3701 2017-08-22 Pedro Alves <palves@redhat.com>
3702
3703 * gdb.cp/overload.exp (line_range_pattern): New procedure.
3704 (top level): Add "list all overloads" tests.
3705
3706 2017-08-22 Tom Tromey <tom@tromey.com>
3707
3708 * gdb.gdb/xfullpath.exp: Remove.
3709
3710 2017-08-21 Pedro Alves <palves@redhat.com>
3711
3712 PR gdb/19487
3713 * gdb.base/symbol-alias.c: New.
3714 * gdb.base/symbol-alias2.c: New.
3715 * gdb.base/symbol-alias.exp: New.
3716
3717 2017-08-21 Pedro Alves <palves@redhat.com>
3718
3719 * gdb.base/dfp-test.c
3720 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
3721 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
3722 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
3723 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
3724 * gdb.base/whatis-ptype-typedefs.c: New.
3725 * gdb.base/whatis-ptype-typedefs.exp: New.
3726 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
3727 (an_int, an_int_type, an_int_type2): New globals.
3728 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
3729 involving typedefs and cast expressions.
3730 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
3731 (lookup_typedefs_function): New.
3732 (typedefs_pretty_printers_dict): New.
3733 (top level): Register lookup_typedefs_function in
3734 gdb.pretty_printers.
3735
3736 2017-08-18 Yao Qi <yao.qi@linaro.org>
3737
3738 * gdb.server/unittest.exp: New.
3739
3740 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
3741
3742 PR gdb/21954
3743 * gdb.base/environ.exp: Add test to check if 'unset environment'
3744 works.
3745
3746 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3747
3748 * lib/gdb.exp (universal_compile_options): New caching proc.
3749 (gdb_compile): Suppress GCC's coloring of messages.
3750
3751 2017-08-14 Tom Tromey <tom@tromey.com>
3752
3753 PR gdb/21675:
3754 * gdb.base/printcmds.exp (test_radices): New function.
3755 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
3756 * gdb.base/sizeof.exp (check_valueof): Use p/d.
3757 * lib/gdb.exp (get_integer_valueof): Use p/d.
3758
3759 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
3760
3761 * lib/gdb.exp (get_valueof): Don't capture end-of-line
3762 characters.
3763
3764 2017-08-05 Tom Tromey <tom@tromey.com>
3765
3766 * gdb.rust/simple.exp: Allow String to appear in a different
3767 namespace.
3768
3769 2017-07-26 Yao Qi <yao.qi@linaro.org>
3770
3771 * gdb.gdb/unittest.exp: Invoke command
3772 "maintenance check xml-descriptions".
3773
3774 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3775
3776 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
3777 calling context.
3778 (hex128): Drop erroneous calculation of parameters.
3779
3780 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
3781
3782 * gdb.python/py-unwind.exp: Disable stack protection when
3783 building test file.
3784
3785 2017-07-20 Pedro Alves <palves@redhat.com>
3786
3787 * gdb.base/default.exp (set language): Adjust expected output.
3788
3789 2017-07-20 Pedro Alves <palves@redhat.com>
3790
3791 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
3792 (test_minsym): ... this, and make static.
3793 (get_pck__foo__bar__minsym): Rename to ...
3794 (get_test_minsym): ... this.
3795 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
3796 symbol names and comments.
3797 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
3798 (get_test_minsym): ... this.
3799 (pck__foo__bar__minsym__2): Rename to ...
3800 (test_minsym): ... this.
3801 (main): Adjust.
3802
3803 2017-07-17 Pedro Alves <palves@redhat.com>
3804
3805 * gdb.base/completion.exp: Adjust expected output.
3806 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
3807 the completer works.
3808
3809 2017-07-17 Pedro Alves <palves@redhat.com>
3810
3811 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
3812
3813 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3814
3815 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
3816
3817 2017-07-14 Tom Tromey <tom@tromey.com>
3818
3819 PR rust/21764:
3820 * gdb.rust/simple.exp: Add tests.
3821
3822 2017-07-14 Tom Tromey <tom@tromey.com>
3823
3824 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
3825
3826 2017-07-14 Pedro Alves <palves@redhat.com>
3827
3828 * gdb.linespec/base/one/thefile.cc (z1): New function.
3829 * gdb.linespec/base/two/thefile.cc (z2): New function.
3830 * gdb.linespec/linespec.exp: Add tests.
3831
3832 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3833
3834 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
3835 to mi_create_breakpoint.
3836
3837 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3838
3839 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
3840 mi_create_breakpoint.
3841
3842 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
3843
3844 * gdb.dlang/demangle.exp: Update for demangling changes.
3845
3846 2017-07-09 Tom Tromey <tom@tromey.com>
3847
3848 * gdb.dwarf2/shortpiece.exp: New file.
3849
3850 2017-07-06 David Blaikie <dblaikie@gmail.com>
3851
3852 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
3853 built from fissiont-multi-cu{1,2}.c.
3854 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
3855 except putting 'main' and 'func' in separate CUs in the same DWO file.
3856 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
3857 test.
3858 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
3859 test.
3860
3861 2017-07-06 Pedro Alves <palves@redhat.com>
3862
3863 * gdb.python/py-unwind.exp: Test flushregs.
3864
3865 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3866
3867 PR cli/21688
3868 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
3869 tests for alias commands and trailing whitespace.
3870
3871 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3872
3873 PR cli/21688
3874 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
3875 procedure. Call it.
3876
3877 2017-06-29 Pedro Alves <palves@redhat.com>
3878
3879 * gdb.base/printcmds.exp: Add tests.
3880
3881 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
3882
3883 PR gdb/21337
3884 * gdb.base/reread-readsym.exp: New file.
3885 * gdb.base/reread-readsym.c: New file.
3886
3887 2017-06-21 Kevin Buettner <kevinb@redhat.com>
3888
3889 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
3890 subpattern.
3891
3892 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
3893
3894 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
3895 extended mnemonic.
3896 * gdb.arch/powerpc-power9.s: Likewise.
3897
3898 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3899
3900 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
3901 on 32-bit x86 targets. Exploit is_*_target macros where
3902 appropriate.
3903
3904 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3905
3906 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
3907 register pieces.
3908
3909 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3910
3911 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
3912 located in one or more DWARF pieces.
3913
3914 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3915
3916 * lib/gdb.exp (get_endianness): New proc.
3917 * gdb.arch/aarch64-fp.exp: Use it.
3918 * gdb.arch/altivec-regs.exp: Likewise.
3919 * gdb.arch/e500-regs.exp: Likewise.
3920 * gdb.arch/vsx-regs.exp: Likewise.
3921 * gdb.base/dump.exp: Likewise.
3922 * gdb.base/funcargs.exp: Likewise.
3923 * gdb.base/gnu_vector.exp: Likewise.
3924 * gdb.dwarf2/formdata16.exp: Likewise.
3925 * gdb.dwarf2/implptrpiece.exp: Likewise.
3926 * gdb.dwarf2/nonvar-access.exp: Likewise.
3927 * gdb.python/py-inferior.exp: Likewise.
3928 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3929
3930 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3931
3932 PR gdb/21226
3933 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
3934 stack value pieces are taken from the LSB end.
3935
3936 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3937
3938 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
3939 variable at nonzero offset.
3940
3941 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3942
3943 * gdb.dwarf2/var-access.c: New file.
3944 * gdb.dwarf2/var-access.exp: New test.
3945 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
3946
3947 2017-06-12 Tom Tromey <tom@tromey.com>
3948
3949 * gdb.dwarf2/formdata16.exp: Add tests.
3950
3951 2017-06-12 Tom Tromey <tom@tromey.com>
3952
3953 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
3954
3955 2017-06-12 Tom Tromey <tom@tromey.com>
3956
3957 PR exp/16225:
3958 * gdb.reverse/i386-sse-reverse.exp: Update tests.
3959 * gdb.arch/vsx-regs.exp: Update tests.
3960 * gdb.arch/s390-vregs.exp (hex128): New proc.
3961 Update test.
3962 * gdb.arch/altivec-regs.exp: Update tests.
3963
3964 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3965
3966 * gdb.base/startup-with-shell.c: New file.
3967 * gdb.base/startup-with-shell.exp: Likewise.
3968
3969 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3970
3971 * gdb.server/non-existing-program.exp: Update regex in order to
3972 reflect the fact that gdbserver is now using fork_inferior (with a
3973 shell) to startup the inferior.
3974
3975 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
3976
3977 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
3978 support function calls from GDB.
3979
3980 2017-05-21 Tom Tromey <tom@tromey.com>
3981
3982 PR rust/21466:
3983 * gdb.rust/unsized.exp: New file.
3984 * gdb.rust/unsized.rs: New file.
3985
3986 2017-05-19 Tom Tromey <tom@tromey.com>
3987
3988 PR rust/21484:
3989 * gdb.rust/watch.exp: New file.
3990 * gdb.rust/watch.rs: New file.
3991
3992 2017-05-18 Tom Tromey <tom@tromey.com>
3993
3994 * gdb.rust/simple.exp: Allow Box to be qualified.
3995
3996 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
3997
3998 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
3999
4000 2017-05-18 Pedro Alves <palves@redhat.com>
4001
4002 * gdb.base/fileio.c (test_write, test_read, test_close)
4003 (test_fstat): Don't print 'ret' in the fail path.
4004
4005 2017-05-18 Pedro Alves <palves@redhat.com>
4006
4007 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
4008 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
4009 (test_system, test_rename, test_unlink, test_time): Change
4010 prototypes.
4011 * gdb.base/fileio.exp (stop_msg): Adjust.
4012
4013 2017-05-18 Pedro Alves <palves@redhat.com>
4014
4015 * gdb.base/fileio.c (null_str): New global.
4016 (test_stat): Use it.
4017 * gdb.base/fileio.exp: Remove nowarnings.
4018
4019 2017-05-17 Yao Qi <yao.qi@linaro.org>
4020
4021 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
4022
4023 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
4024
4025 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
4026 argument command.
4027 (top-level): Invoke test_set_inferior_tty.
4028
4029 2017-05-04 Pedro Alves <palves@redhat.com>
4030
4031 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
4032 Add parens to print call for Python 3.
4033
4034 2017-05-03 Keith Seitz <keiths@redhat.com>
4035
4036 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
4037 (main): Call it.
4038
4039 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4040
4041 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
4042 to prev and next.
4043
4044 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4045
4046 * gdb.python/py-record-btrace.exp: Remove test for
4047 gdb.BtraceInstruction.error.
4048
4049 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4050
4051 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
4052
4053 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4054
4055 * gdb.python/py-record-btrace-threads.c: New file.
4056 * gdb.python/py-record-btrace-threads.exp: New file.
4057
4058 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
4059
4060 PR testsuite/8595
4061 * gdb.base/environ.exp: Make test available in all architectures.
4062 Move bits related to "info program" testing to
4063 gdb.base/info-program.exp. Rewrite tests to use the two new
4064 procedures mentione below.
4065 (test_set_show_env_var) New procedure.
4066 (test_set_show_env_var_equal): Likewise.
4067 * gdb.base/info-program.exp: New file.
4068
4069 2017-04-27 Keith Seitz <keiths@redhat.com>
4070
4071 * gdb.cp/oranking.cc (test15): New function.
4072 (main): Call test15 and declare additional variables for testing.
4073 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
4074 "p foo101('abc')" tests.
4075 Add tests for cv qualifier overloads.
4076 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
4077 "lvalue reference overload" test.
4078 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
4079 "print value of f1 on Child&& in f2" test.
4080
4081 2017-04-19 Pedro Alves <palves@redhat.com>
4082
4083 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
4084 procedure.
4085 (top level): Call it.
4086 * lib/gdb.exp (gdb_define_cmd): New procedure.
4087
4088 2017-04-12 Pedro Alves <palves@redhat.com>
4089
4090 PR gdb/21323
4091 * gdb.cp/wide_char_types.c: Include <wchar.h>.
4092 (wchar): New global.
4093 * gdb.cp/wide_char_types.exp (wide_char_types_program)
4094 (do_test_wide_char, wide_char_types_no_program, top level): Add
4095 wchar_t testing.
4096
4097 2017-04-12 Pedro Alves <palves@redhat.com>
4098
4099 PR c++/21323
4100 * gdb.cp/wide_char_types.c: New file.
4101 * gdb.cp/wide_char_types.exp: New file.
4102
4103 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
4104
4105 PR gdb/21352
4106 * gdb.trace/tsv.exp: Add test for "tsave -r".
4107
4108 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
4109
4110 * gdb.dlang/watch-loc.c: New file.
4111 * gdb.dlang/watch-loc.exp: New file.
4112
4113 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4114
4115 * gdb.python/py-section-script.exp (sepdebug): New testcases.
4116
4117 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4118
4119 * gdb.arch/arc-analyze-prologue.S: New file.
4120 * gdb.arch/arc-analyze-prologue.exp: Likewise.
4121
4122 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4123
4124 * gdb.arch/arc-decode-insn.S: New file.
4125 * gdb.arch/arc-decode-insn.exp: Likewise.
4126
4127 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
4128
4129 PR tdep/20928
4130 * gdb.arch/sparc64-regs.exp: New file.
4131 * gdb.arch/sparc64-regs.S: Likewise.
4132
4133 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
4134
4135 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
4136 and memory view on Python 3.
4137
4138 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
4139 Keith Seitz <keiths@redhat.com>
4140
4141 PR gdb/14441
4142 * gdb.cp/demangle.exp: Add rvalue reference tests.
4143 * gdb.cp/rvalue-ref-casts.cc: New file.
4144 * gdb.cp/rvalue-ref-casts.exp: New file.
4145 * gdb.cp/rvalue-ref-overload.cc: New file.
4146 * gdb.cp/rvalue-ref-overload.exp: New file.
4147 * gdb.cp/rvalue-ref-params.cc: New file.
4148 * gdb.cp/rvalue-ref-params.exp: New file.
4149 * gdb.cp/rvalue-ref-sizeof.cc: New file.
4150 * gdb.cp/rvalue-ref-sizeof.exp: New file.
4151 * gdb.cp/rvalue-ref-types.cc: New file.
4152 * gdb.cp/rvalue-ref-types.exp: New file.
4153 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
4154 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
4155
4156 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4157
4158 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
4159 New procedure.
4160
4161 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4162
4163 * lib/mi-support.exp (mi_gdb_test): Add additional message
4164 for unexpected output.
4165
4166 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4167
4168 * gdb.base/examine-backward.c (Barrier): New character array
4169 constant, to ensure that TestStrings is preceded by a string
4170 terminator.
4171
4172 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4173
4174 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
4175 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
4176 and implicit pointer into such a location.
4177
4178 2017-03-16 Doug Evans <dje@google.com>
4179
4180 * gdb.python/py-lazy-string (pointer): Really add new typedef.
4181
4182 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
4183
4184 * gdb.cp/m-static.exp: Fix expectation for prototype of
4185 test5.single_constructor and single_constructor::single_constructor.
4186
4187 2017-03-16 Doug Evans <dje@google.com>
4188
4189 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
4190 * gdb.guile/scm-lazy-string.c: New file.
4191 * gdb.guile/scm-value.exp: Move lazy string tests to ...
4192 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
4193 for pointer, array, typedef lazy strings.
4194
4195 2017-03-16 Doug Evans <dje@google.com>
4196
4197 PR python/17728, python/18439, python/18779
4198 * gdb.python/py-value.c (main) Delete locals sptr, sn.
4199 * gdb.python/py-lazy-string.c (pointer): New typedef.
4200 (main): New locals ptr, array, typedef_ptr.
4201 * gdb.python/py-value.exp: Move lazy string tests to ...
4202 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
4203 array, typedef lazy strings.
4204
4205 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
4206
4207 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
4208 Add optional 'test' parameter.
4209
4210 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4211
4212 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4213 Skip for versions of DejaGnu < 1.5.
4214
4215 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4216
4217 * lib/gdb.exp (dejagnu_version): New proc.
4218 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4219 Use dejagnu_version.
4220
4221 2017-03-10 Keith Seitz <keiths@redhat.com>
4222
4223 PR c++/8128
4224 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
4225 type from destructor regexps.
4226 Add a branch which actually passes the test.
4227 Adjust "ptype t5i" test names.
4228
4229 2017-03-08 Pedro Alves <palves@redhat.com>
4230
4231 * gdb.base/step-over-exit.exp: Add explicit test message.
4232
4233 2017-03-08 Pedro Alves <palves@redhat.com>
4234
4235 PR gdb/18360
4236 * gdb.threads/interrupt-while-step-over.c: New file.
4237 * gdb.threads/interrupt-while-step-over.exp: New file.
4238
4239 2017-03-08 Pedro Alves <palves@redhat.com>
4240
4241 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
4242 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
4243
4244 2017-03-08 Pedro Alves <palves@redhat.com>
4245
4246 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
4247 PKRU as not supported as a PASS.
4248
4249 2017-03-08 Pedro Alves <palves@redhat.com>
4250
4251 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
4252 prefix instead of $binfile1/$binfile2.
4253 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
4254 in test message.
4255 * gdb.python/py-completion.exp: Use "load python file" as test
4256 messages instead of unstable path names.
4257
4258 2017-03-08 Pedro Alves <palves@redhat.com>
4259 Jan Kratochvil <jan.kratochvil@redhat.com>
4260
4261 PR cli/21218
4262 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4263 New proc.
4264 (top level): Call it.
4265
4266 2017-03-08 Pedro Alves <palves@redhat.com>
4267
4268 PR tui/21216
4269 * gdb.tui/tui-nl-filtered-output.exp: New file.
4270
4271 2017-03-08 Pedro Alves <palves@redhat.com>
4272
4273 * gdb.base/completion.exp: Move TUI completion tests to ...
4274 * gdb.tui/completion.exp: ... this new file.
4275
4276 2017-03-08 Pedro Alves <palves@redhat.com>
4277
4278 * gdb.base/tui-disasm-long-lines.c,
4279 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
4280 gdb.base/tui-layout.exp: Move to ...
4281 * gdb.tui/: ... this new directory.
4282
4283 2017-03-07 Pedro Alves <palves@redhat.com>
4284
4285 * gdb.base/tui-layout.c: New file.
4286 * gdb.base/tui-layout.exp: New file.
4287
4288 2017-03-07 Pedro Alves <palves@redhat.com>
4289
4290 * gdb.base/tui-layout.c: Rename to ...
4291 * gdb.base/tui-disasm-long-lines.c: ... this.
4292 * gdb.base/tui-layout.exp: Rename to ...
4293 * gdb.base/tui-disasm-long-lines.exp: ... this.
4294
4295 2017-03-07 Pedro Alves <palves@redhat.com>
4296
4297 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
4298
4299 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4300
4301 * i386-mpx-call.c: New file.
4302 * i386-mpx-call.exp: New file.
4303
4304 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
4305
4306 * gdb.arch/powerpc-power.exp: Delete test.
4307 * gdb.arch/powerpc-power.s: Likewise.
4308 * gdb.disasm/disassembler-options.exp: New test.
4309 * gdb.arch/powerpc-altivec.exp: Likewise.
4310 * gdb.arch/powerpc-altivec.s: Likewise.
4311 * gdb.arch/powerpc-altivec2.exp: Likewise.
4312 * gdb.arch/powerpc-altivec2.s: Likewise.
4313 * gdb.arch/powerpc-altivec3.exp: Likewise.
4314 * gdb.arch/powerpc-altivec3.s: Likewise.
4315 * gdb.arch/powerpc-power7.exp: Likewise.
4316 * gdb.arch/powerpc-power7.s: Likewise.
4317 * gdb.arch/powerpc-power8.exp: Likewise.
4318 * gdb.arch/powerpc-power8.s: Likewise.
4319 * gdb.arch/powerpc-power9.exp: Likewise.
4320 * gdb.arch/powerpc-power9.s: Likewise.
4321 * gdb.arch/powerpc-vsx.exp: Likewise.
4322 * gdb.arch/powerpc-vsx.s: Likewise.
4323 * gdb.arch/powerpc-vsx2.exp: Likewise.
4324 * gdb.arch/powerpc-vsx2.s: Likewise.
4325 * gdb.arch/powerpc-vsx3.exp: Likewise.
4326 * gdb.arch/powerpc-vsx3.s: Likewise.
4327 * gdb.arch/arm-disassembler-options.exp: Likewise.
4328 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
4329 * gdb.arch/s390-disassembler-options.exp: Likewise.
4330
4331 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
4332
4333 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
4334 (check_supported_features): ... this. Changed return type to void.
4335 (supports_rdseed): New static global.
4336 (rdseed): Check supports_rdseed.
4337 (initialize): Call check_supported_features.
4338
4339 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4340
4341 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
4342 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
4343 and lqarx/stqcx.
4344 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
4345 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
4346
4347 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4348
4349 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
4350 uppercase.
4351
4352 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4353
4354 * gdb.dwarf2/formdata16.c: New file.
4355 * gdb.dwarf2/formdata16.exp: New file.
4356 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
4357
4358 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4359
4360 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
4361 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
4362 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
4363 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
4364 DW_AT_GNU_*.
4365
4366 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4367
4368 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
4369
4370 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
4371
4372 PR gdb/21164
4373 * gdb.base/maint.exp: Add testcases for when the commands do
4374 not have arguments.
4375
4376 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
4377
4378 * gdb.cp/chained-calls.exp: Use p instead of P.
4379
4380 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
4381
4382 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
4383 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
4384
4385 2017-02-14 Tom Tromey <tom@tromey.com>
4386
4387 PR python/13598:
4388 * gdb.python/py-events.exp: Add before_prompt event tests.
4389
4390 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4391
4392 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
4393
4394 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
4395
4396 * gdb.linespec/explicit.c (my_unique_function_name): New function.
4397 (main): Call my_unique_function_name.
4398 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
4399 completion of patterns with a single match.
4400 Add missing -re switches to gdb_test_multiple calls.
4401
4402 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
4403
4404 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
4405 return if core file is not recognized.
4406
4407 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4408
4409 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
4410 and extra UIs.
4411
4412 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4413
4414 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
4415 proc_with_prefix.
4416
4417 2017-02-10 Tom Tromey <tom@tromey.com>
4418
4419 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
4420
4421 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
4422
4423 PR gdb/21122
4424 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
4425
4426 2017-02-08 Jerome Guitton <guitton@adacore.com>
4427
4428 * gdb.base/define.exp: Add test for command abbreviations
4429 in define.
4430
4431 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
4432
4433 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
4434 * gdb.reverse/insn-reverse-x86.c: New file.
4435
4436 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
4437
4438 PR tdep/20936
4439 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
4440
4441 2017-02-03 Tom Tromey <tom@tromey.com>
4442
4443 PR rust/21097:
4444 * gdb.rust/simple.exp: Add new tests.
4445
4446 2017-02-02 Pedro Alves <palves@redhat.com>
4447
4448 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
4449 tests.
4450
4451 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4452
4453 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
4454 taking a 2-byte value out of a 4-byte DWARF implicit value on
4455 big-endian targets.
4456 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
4457 logic. Add test cases for DW_OP_implicit.
4458
4459 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4460
4461 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
4462
4463 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4464
4465 * gdb.btrace/enable.exp: Call gdb_exit before
4466 skip_gdbserver_tests.
4467
4468 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4469
4470 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
4471 GDBFLAGS.
4472
4473 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4474
4475 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
4476 the test is skipped.
4477 * gdb.btrace/data.exp: Likewise.
4478 * gdb.btrace/delta.exp: Likewise.
4479 * gdb.btrace/dlopen.exp: Likewise.
4480 * gdb.btrace/enable-running.exp: Likewise.
4481 * gdb.btrace/enable.exp: Likewise.
4482 * gdb.btrace/exception.exp: Likewise.
4483 * gdb.btrace/function_call_history.exp: Likewise.
4484 * gdb.btrace/gcore.exp: Likewise.
4485 * gdb.btrace/instruction_history.exp: Likewise.
4486 * gdb.btrace/multi-thread-step.exp: Likewise.
4487 * gdb.btrace/nohist.exp: Likewise.
4488 * gdb.btrace/non-stop.exp: Likewise.
4489 * gdb.btrace/reconnect.exp: Likewise.
4490 * gdb.btrace/record_goto-step.exp: Likewise.
4491 * gdb.btrace/record_goto.exp: Likewise.
4492 * gdb.btrace/rn-dl-bind.exp: Likewise.
4493 * gdb.btrace/segv.exp: Likewise.
4494 * gdb.btrace/step.exp: Likewise.
4495 * gdb.btrace/stepi.exp: Likewise.
4496 * gdb.btrace/tailcall-only.exp: Likewise.
4497 * gdb.btrace/tailcall.exp: Likewise.
4498 * gdb.btrace/tsx.exp: Likewise.
4499 * gdb.btrace/unknown_functions.exp: Likewise.
4500 * gdb.btrace/vdso.exp: Likewise.
4501
4502 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4503
4504 * gdb.btrace/enable-running.c: New.
4505 * gdb.btrace/enable-running.exp: New.
4506
4507 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
4508
4509 * gdb.arch/amd64-gs_base.c: New file.
4510 * gdb.arch/amd64-gs_base.exp: New file.
4511
4512 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
4513
4514 * lib/memory.exp: Remove spurious empty newlines.
4515
4516 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
4517
4518 * gdb.python/py-bad-printers.exp: Load python file using "source".
4519 * gdb.python/py-events.exp: Likewise.
4520 * gdb.python/py-evsignal.exp: Likewise.
4521 * gdb.python/py-evthreads.exp: Likewise.
4522 * gdb.python/py-frame-args.exp: Likewise.
4523 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
4524 * gdb.python/py-framefilter-mi.exp: Likewise.
4525 * gdb.python/py-framefilter.exp: Likewise.
4526 * gdb.python/py-mi.exp: Likewise.
4527 * gdb.python/py-pp-maint.exp: Likewise.
4528 * gdb.python/py-pp-registration.exp: Likewise.
4529 * gdb.python/py-prettyprint.exp: Likewise.
4530 (run_lang_tests): Likewise.
4531 * gdb.python/py-typeprint.exp: Likewise.
4532
4533 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
4534
4535 * lib/memory.exp: New file.
4536 * lib/gdb.exp: Load memory.exp.
4537 * gdb.base/memattr.exp (delete_memory): Move proc to
4538 lib/memory.exp and rename to delete_memory_regions.
4539 Replace delete_memory with delete_memory_regions.
4540 Cleanup memory regions before tests.
4541 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
4542 before tests.
4543
4544 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
4545
4546 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
4547 files.
4548 (initialize): New function conditionally defined.
4549 (testcases): Move within conditional block.
4550 (main): Call initialize.
4551 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
4552 of gdb.reverse/insn-reverse.c.
4553 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
4554 gdb.reverse/insn-reverse.c.
4555
4556 2017-01-26 Yao Qi <yao.qi@linaro.org>
4557
4558 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
4559 disassemble on address 0.
4560
4561 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
4562 Yao Qi <yao.qi@linaro.org>
4563
4564 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
4565 * gdb.dwarf2/implptr-64bit.S: Remove.
4566 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
4567 variables in caller's context. Add DW_OP_implicit_value.
4568
4569 2017-01-25 Yao Qi <yao.qi@linaro.org>
4570
4571 * lib/dwarf.exp (Dwarf::_location): Handle
4572 DW_OP_GNU_implicit_pointer with proper size.
4573
4574 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
4575
4576 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
4577 and add untested calls.
4578
4579 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
4580
4581 * gdb.python/python.exp: Check line number against what GDB thinks
4582 the line number is for func1.
4583
4584 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
4585
4586 * gdb.dlang/debug-expr.exp: New file.
4587
4588 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
4589
4590 Fix test names for the following files:
4591
4592 * gdb.ada/exec_changed.exp
4593 * gdb.ada/info_types.exp
4594 * gdb.arch/aarch64-atomic-inst.exp
4595 * gdb.arch/aarch64-fp.exp
4596 * gdb.arch/altivec-abi.exp
4597 * gdb.arch/altivec-regs.exp
4598 * gdb.arch/amd64-byte.exp
4599 * gdb.arch/amd64-disp-step.exp
4600 * gdb.arch/amd64-dword.exp
4601 * gdb.arch/amd64-entry-value-inline.exp
4602 * gdb.arch/amd64-entry-value-param.exp
4603 * gdb.arch/amd64-entry-value-paramref.exp
4604 * gdb.arch/amd64-entry-value.exp
4605 * gdb.arch/amd64-i386-address.exp
4606 * gdb.arch/amd64-invalid-stack-middle.exp
4607 * gdb.arch/amd64-invalid-stack-top.exp
4608 * gdb.arch/amd64-optimout-repeat.exp
4609 * gdb.arch/amd64-prologue-skip.exp
4610 * gdb.arch/amd64-prologue-xmm.exp
4611 * gdb.arch/amd64-stap-special-operands.exp
4612 * gdb.arch/amd64-stap-wrong-subexp.exp
4613 * gdb.arch/amd64-tailcall-cxx.exp
4614 * gdb.arch/amd64-tailcall-noret.exp
4615 * gdb.arch/amd64-tailcall-ret.exp
4616 * gdb.arch/amd64-tailcall-self.exp
4617 * gdb.arch/amd64-word.exp
4618 * gdb.arch/arm-bl-branch-dest.exp
4619 * gdb.arch/arm-disp-step.exp
4620 * gdb.arch/arm-neon.exp
4621 * gdb.arch/arm-single-step-kernel-helper.exp
4622 * gdb.arch/avr-flash-qualifier.exp
4623 * gdb.arch/disp-step-insn-reloc.exp
4624 * gdb.arch/e500-abi.exp
4625 * gdb.arch/e500-regs.exp
4626 * gdb.arch/ftrace-insn-reloc.exp
4627 * gdb.arch/i386-avx512.exp
4628 * gdb.arch/i386-bp_permanent.exp
4629 * gdb.arch/i386-byte.exp
4630 * gdb.arch/i386-cfi-notcurrent.exp
4631 * gdb.arch/i386-disp-step.exp
4632 * gdb.arch/i386-dr3-watch.exp
4633 * gdb.arch/i386-float.exp
4634 * gdb.arch/i386-gnu-cfi.exp
4635 * gdb.arch/i386-mpx-map.exp
4636 * gdb.arch/i386-mpx-sigsegv.exp
4637 * gdb.arch/i386-mpx-simple_segv.exp
4638 * gdb.arch/i386-mpx.exp
4639 * gdb.arch/i386-permbkpt.exp
4640 * gdb.arch/i386-prologue.exp
4641 * gdb.arch/i386-signal.exp
4642 * gdb.arch/i386-size-overlap.exp
4643 * gdb.arch/i386-unwind.exp
4644 * gdb.arch/i386-word.exp
4645 * gdb.arch/mips-fcr.exp
4646 * gdb.arch/powerpc-d128-regs.exp
4647 * gdb.arch/powerpc-stackless.exp
4648 * gdb.arch/ppc64-atomic-inst.exp
4649 * gdb.arch/s390-stackless.exp
4650 * gdb.arch/s390-tdbregs.exp
4651 * gdb.arch/s390-vregs.exp
4652 * gdb.arch/sparc-sysstep.exp
4653 * gdb.arch/thumb-bx-pc.exp
4654 * gdb.arch/thumb-singlestep.exp
4655 * gdb.arch/thumb2-it.exp
4656 * gdb.arch/vsx-regs.exp
4657 * gdb.asm/asm-source.exp
4658 * gdb.base/a2-run.exp
4659 * gdb.base/advance.exp
4660 * gdb.base/all-bin.exp
4661 * gdb.base/anon.exp
4662 * gdb.base/args.exp
4663 * gdb.base/arithmet.exp
4664 * gdb.base/async-shell.exp
4665 * gdb.base/async.exp
4666 * gdb.base/attach-pie-noexec.exp
4667 * gdb.base/attach-twice.exp
4668 * gdb.base/auto-load.exp
4669 * gdb.base/bang.exp
4670 * gdb.base/bitfields.exp
4671 * gdb.base/break-always.exp
4672 * gdb.base/break-caller-line.exp
4673 * gdb.base/break-entry.exp
4674 * gdb.base/break-inline.exp
4675 * gdb.base/break-on-linker-gcd-function.exp
4676 * gdb.base/break-probes.exp
4677 * gdb.base/break.exp
4678 * gdb.base/breakpoint-shadow.exp
4679 * gdb.base/call-ar-st.exp
4680 * gdb.base/call-sc.exp
4681 * gdb.base/call-signal-resume.exp
4682 * gdb.base/call-strs.exp
4683 * gdb.base/callfuncs.exp
4684 * gdb.base/catch-fork-static.exp
4685 * gdb.base/catch-gdb-caused-signals.exp
4686 * gdb.base/catch-load.exp
4687 * gdb.base/catch-signal-fork.exp
4688 * gdb.base/catch-signal.exp
4689 * gdb.base/catch-syscall.exp
4690 * gdb.base/charset.exp
4691 * gdb.base/checkpoint.exp
4692 * gdb.base/chng-syms.exp
4693 * gdb.base/code-expr.exp
4694 * gdb.base/code_elim.exp
4695 * gdb.base/commands.exp
4696 * gdb.base/completion.exp
4697 * gdb.base/complex.exp
4698 * gdb.base/cond-expr.exp
4699 * gdb.base/condbreak.exp
4700 * gdb.base/consecutive.exp
4701 * gdb.base/continue-all-already-running.exp
4702 * gdb.base/coredump-filter.exp
4703 * gdb.base/corefile.exp
4704 * gdb.base/dbx.exp
4705 * gdb.base/debug-expr.exp
4706 * gdb.base/define.exp
4707 * gdb.base/del.exp
4708 * gdb.base/disabled-location.exp
4709 * gdb.base/disasm-end-cu.exp
4710 * gdb.base/disasm-optim.exp
4711 * gdb.base/display.exp
4712 * gdb.base/duplicate-bp.exp
4713 * gdb.base/ena-dis-br.exp
4714 * gdb.base/ending-run.exp
4715 * gdb.base/enumval.exp
4716 * gdb.base/environ.exp
4717 * gdb.base/eu-strip-infcall.exp
4718 * gdb.base/eval-avoid-side-effects.exp
4719 * gdb.base/eval-skip.exp
4720 * gdb.base/exitsignal.exp
4721 * gdb.base/expand-psymtabs.exp
4722 * gdb.base/filesym.exp
4723 * gdb.base/find-unmapped.exp
4724 * gdb.base/finish.exp
4725 * gdb.base/float.exp
4726 * gdb.base/foll-exec-mode.exp
4727 * gdb.base/foll-exec.exp
4728 * gdb.base/foll-fork.exp
4729 * gdb.base/fortran-sym-case.exp
4730 * gdb.base/freebpcmd.exp
4731 * gdb.base/func-ptr.exp
4732 * gdb.base/func-ptrs.exp
4733 * gdb.base/funcargs.exp
4734 * gdb.base/gcore-buffer-overflow.exp
4735 * gdb.base/gcore-relro-pie.exp
4736 * gdb.base/gcore-relro.exp
4737 * gdb.base/gcore.exp
4738 * gdb.base/gdb1090.exp
4739 * gdb.base/gdb11530.exp
4740 * gdb.base/gdb11531.exp
4741 * gdb.base/gdb1821.exp
4742 * gdb.base/gdbindex-stabs.exp
4743 * gdb.base/gdbvars.exp
4744 * gdb.base/hbreak.exp
4745 * gdb.base/hbreak2.exp
4746 * gdb.base/included.exp
4747 * gdb.base/infcall-input.exp
4748 * gdb.base/inferior-died.exp
4749 * gdb.base/infnan.exp
4750 * gdb.base/info-macros.exp
4751 * gdb.base/info-os.exp
4752 * gdb.base/info-proc.exp
4753 * gdb.base/info-shared.exp
4754 * gdb.base/info-target.exp
4755 * gdb.base/infoline.exp
4756 * gdb.base/interp.exp
4757 * gdb.base/interrupt.exp
4758 * gdb.base/jit-reader.exp
4759 * gdb.base/jit-simple.exp
4760 * gdb.base/kill-after-signal.exp
4761 * gdb.base/kill-detach-inferiors-cmd.exp
4762 * gdb.base/label.exp
4763 * gdb.base/langs.exp
4764 * gdb.base/ldbl_e308.exp
4765 * gdb.base/line-symtabs.exp
4766 * gdb.base/linespecs.exp
4767 * gdb.base/list.exp
4768 * gdb.base/long_long.exp
4769 * gdb.base/longest-types.exp
4770 * gdb.base/maint.exp
4771 * gdb.base/max-value-size.exp
4772 * gdb.base/memattr.exp
4773 * gdb.base/mips_pro.exp
4774 * gdb.base/morestack.exp
4775 * gdb.base/moribund-step.exp
4776 * gdb.base/multi-forks.exp
4777 * gdb.base/nested-addr.exp
4778 * gdb.base/nextoverexit.exp
4779 * gdb.base/noreturn-finish.exp
4780 * gdb.base/noreturn-return.exp
4781 * gdb.base/nostdlib.exp
4782 * gdb.base/offsets.exp
4783 * gdb.base/opaque.exp
4784 * gdb.base/pc-fp.exp
4785 * gdb.base/permissions.exp
4786 * gdb.base/print-symbol-loading.exp
4787 * gdb.base/prologue-include.exp
4788 * gdb.base/psymtab.exp
4789 * gdb.base/ptype.exp
4790 * gdb.base/random-signal.exp
4791 * gdb.base/randomize.exp
4792 * gdb.base/range-stepping.exp
4793 * gdb.base/readline-ask.exp
4794 * gdb.base/recpar.exp
4795 * gdb.base/recurse.exp
4796 * gdb.base/relational.exp
4797 * gdb.base/restore.exp
4798 * gdb.base/return-nodebug.exp
4799 * gdb.base/return.exp
4800 * gdb.base/run-after-attach.exp
4801 * gdb.base/save-bp.exp
4802 * gdb.base/scope.exp
4803 * gdb.base/sect-cmd.exp
4804 * gdb.base/set-lang-auto.exp
4805 * gdb.base/set-noassign.exp
4806 * gdb.base/setvar.exp
4807 * gdb.base/sigall.exp
4808 * gdb.base/sigbpt.exp
4809 * gdb.base/siginfo-addr.exp
4810 * gdb.base/siginfo-infcall.exp
4811 * gdb.base/siginfo-obj.exp
4812 * gdb.base/siginfo.exp
4813 * gdb.base/signals-state-child.exp
4814 * gdb.base/signest.exp
4815 * gdb.base/sigstep.exp
4816 * gdb.base/sizeof.exp
4817 * gdb.base/skip.exp
4818 * gdb.base/solib-corrupted.exp
4819 * gdb.base/solib-nodir.exp
4820 * gdb.base/solib-search.exp
4821 * gdb.base/stack-checking.exp
4822 * gdb.base/stale-infcall.exp
4823 * gdb.base/stap-probe.exp
4824 * gdb.base/start.exp
4825 * gdb.base/step-break.exp
4826 * gdb.base/step-bt.exp
4827 * gdb.base/step-line.exp
4828 * gdb.base/step-over-exit.exp
4829 * gdb.base/step-over-syscall.exp
4830 * gdb.base/step-resume-infcall.exp
4831 * gdb.base/step-test.exp
4832 * gdb.base/store.exp
4833 * gdb.base/structs3.exp
4834 * gdb.base/sym-file.exp
4835 * gdb.base/symbol-without-target_section.exp
4836 * gdb.base/term.exp
4837 * gdb.base/testenv.exp
4838 * gdb.base/ui-redirect.exp
4839 * gdb.base/until.exp
4840 * gdb.base/unwindonsignal.exp
4841 * gdb.base/value-double-free.exp
4842 * gdb.base/vla-datatypes.exp
4843 * gdb.base/vla-ptr.exp
4844 * gdb.base/vla-sideeffect.exp
4845 * gdb.base/volatile.exp
4846 * gdb.base/watch-cond-infcall.exp
4847 * gdb.base/watch-cond.exp
4848 * gdb.base/watch-non-mem.exp
4849 * gdb.base/watch-read.exp
4850 * gdb.base/watch-vfork.exp
4851 * gdb.base/watchpoint-cond-gone.exp
4852 * gdb.base/watchpoint-delete.exp
4853 * gdb.base/watchpoint-hw-hit-once.exp
4854 * gdb.base/watchpoint-hw.exp
4855 * gdb.base/watchpoint-stops-at-right-insn.exp
4856 * gdb.base/watchpoints.exp
4857 * gdb.base/wchar.exp
4858 * gdb.base/whatis-exp.exp
4859 * gdb.btrace/buffer-size.exp
4860 * gdb.btrace/data.exp
4861 * gdb.btrace/delta.exp
4862 * gdb.btrace/dlopen.exp
4863 * gdb.btrace/enable.exp
4864 * gdb.btrace/exception.exp
4865 * gdb.btrace/function_call_history.exp
4866 * gdb.btrace/gcore.exp
4867 * gdb.btrace/instruction_history.exp
4868 * gdb.btrace/nohist.exp
4869 * gdb.btrace/reconnect.exp
4870 * gdb.btrace/record_goto-step.exp
4871 * gdb.btrace/record_goto.exp
4872 * gdb.btrace/rn-dl-bind.exp
4873 * gdb.btrace/segv.exp
4874 * gdb.btrace/step.exp
4875 * gdb.btrace/stepi.exp
4876 * gdb.btrace/tailcall-only.exp
4877 * gdb.btrace/tailcall.exp
4878 * gdb.btrace/tsx.exp
4879 * gdb.btrace/unknown_functions.exp
4880 * gdb.btrace/vdso.exp
4881 * gdb.compile/compile-ifunc.exp
4882 * gdb.compile/compile-ops.exp
4883 * gdb.compile/compile-print.exp
4884 * gdb.compile/compile-setjmp.exp
4885 * gdb.cp/abstract-origin.exp
4886 * gdb.cp/ambiguous.exp
4887 * gdb.cp/annota2.exp
4888 * gdb.cp/annota3.exp
4889 * gdb.cp/anon-ns.exp
4890 * gdb.cp/anon-struct.exp
4891 * gdb.cp/anon-union.exp
4892 * gdb.cp/arg-reference.exp
4893 * gdb.cp/baseenum.exp
4894 * gdb.cp/bool.exp
4895 * gdb.cp/breakpoint.exp
4896 * gdb.cp/bs15503.exp
4897 * gdb.cp/call-c.exp
4898 * gdb.cp/casts.exp
4899 * gdb.cp/chained-calls.exp
4900 * gdb.cp/class2.exp
4901 * gdb.cp/classes.exp
4902 * gdb.cp/cmpd-minsyms.exp
4903 * gdb.cp/converts.exp
4904 * gdb.cp/cp-relocate.exp
4905 * gdb.cp/cpcompletion.exp
4906 * gdb.cp/cpexprs.exp
4907 * gdb.cp/cplabel.exp
4908 * gdb.cp/cplusfuncs.exp
4909 * gdb.cp/cpsizeof.exp
4910 * gdb.cp/ctti.exp
4911 * gdb.cp/derivation.exp
4912 * gdb.cp/destrprint.exp
4913 * gdb.cp/dispcxx.exp
4914 * gdb.cp/enum-class.exp
4915 * gdb.cp/exception.exp
4916 * gdb.cp/exceptprint.exp
4917 * gdb.cp/expand-psymtabs-cxx.exp
4918 * gdb.cp/expand-sals.exp
4919 * gdb.cp/extern-c.exp
4920 * gdb.cp/filename.exp
4921 * gdb.cp/formatted-ref.exp
4922 * gdb.cp/fpointer.exp
4923 * gdb.cp/gdb1355.exp
4924 * gdb.cp/gdb2495.exp
4925 * gdb.cp/hang.exp
4926 * gdb.cp/impl-this.exp
4927 * gdb.cp/infcall-dlopen.exp
4928 * gdb.cp/inherit.exp
4929 * gdb.cp/iostream.exp
4930 * gdb.cp/koenig.exp
4931 * gdb.cp/local.exp
4932 * gdb.cp/m-data.exp
4933 * gdb.cp/m-static.exp
4934 * gdb.cp/mb-ctor.exp
4935 * gdb.cp/mb-inline.exp
4936 * gdb.cp/mb-templates.exp
4937 * gdb.cp/member-name.exp
4938 * gdb.cp/member-ptr.exp
4939 * gdb.cp/meth-typedefs.exp
4940 * gdb.cp/method.exp
4941 * gdb.cp/method2.exp
4942 * gdb.cp/minsym-fallback.exp
4943 * gdb.cp/misc.exp
4944 * gdb.cp/namelessclass.exp
4945 * gdb.cp/namespace-enum.exp
4946 * gdb.cp/namespace-nested-import.exp
4947 * gdb.cp/namespace.exp
4948 * gdb.cp/nextoverthrow.exp
4949 * gdb.cp/no-dmgl-verbose.exp
4950 * gdb.cp/non-trivial-retval.exp
4951 * gdb.cp/noparam.exp
4952 * gdb.cp/nsdecl.exp
4953 * gdb.cp/nsimport.exp
4954 * gdb.cp/nsnested.exp
4955 * gdb.cp/nsnoimports.exp
4956 * gdb.cp/nsrecurs.exp
4957 * gdb.cp/nsstress.exp
4958 * gdb.cp/nsusing.exp
4959 * gdb.cp/operator.exp
4960 * gdb.cp/oranking.exp
4961 * gdb.cp/overload-const.exp
4962 * gdb.cp/overload.exp
4963 * gdb.cp/ovldbreak.exp
4964 * gdb.cp/ovsrch.exp
4965 * gdb.cp/paren-type.exp
4966 * gdb.cp/parse-lang.exp
4967 * gdb.cp/pass-by-ref.exp
4968 * gdb.cp/pr-1023.exp
4969 * gdb.cp/pr-1210.exp
4970 * gdb.cp/pr-574.exp
4971 * gdb.cp/pr10687.exp
4972 * gdb.cp/pr12028.exp
4973 * gdb.cp/pr17132.exp
4974 * gdb.cp/pr17494.exp
4975 * gdb.cp/pr9067.exp
4976 * gdb.cp/pr9167.exp
4977 * gdb.cp/pr9631.exp
4978 * gdb.cp/printmethod.exp
4979 * gdb.cp/psmang.exp
4980 * gdb.cp/psymtab-parameter.exp
4981 * gdb.cp/ptype-cv-cp.exp
4982 * gdb.cp/ptype-flags.exp
4983 * gdb.cp/re-set-overloaded.exp
4984 * gdb.cp/ref-types.exp
4985 * gdb.cp/rtti.exp
4986 * gdb.cp/scope-err.exp
4987 * gdb.cp/shadow.exp
4988 * gdb.cp/smartp.exp
4989 * gdb.cp/static-method.exp
4990 * gdb.cp/static-print-quit.exp
4991 * gdb.cp/temargs.exp
4992 * gdb.cp/templates.exp
4993 * gdb.cp/try_catch.exp
4994 * gdb.cp/typedef-operator.exp
4995 * gdb.cp/typeid.exp
4996 * gdb.cp/userdef.exp
4997 * gdb.cp/using-crash.exp
4998 * gdb.cp/var-tag.exp
4999 * gdb.cp/virtbase.exp
5000 * gdb.cp/virtfunc.exp
5001 * gdb.cp/virtfunc2.exp
5002 * gdb.cp/vla-cxx.exp
5003 * gdb.disasm/t01_mov.exp
5004 * gdb.disasm/t02_mova.exp
5005 * gdb.disasm/t03_add.exp
5006 * gdb.disasm/t04_sub.exp
5007 * gdb.disasm/t05_cmp.exp
5008 * gdb.disasm/t06_ari2.exp
5009 * gdb.disasm/t07_ari3.exp
5010 * gdb.disasm/t08_or.exp
5011 * gdb.disasm/t09_xor.exp
5012 * gdb.disasm/t10_and.exp
5013 * gdb.disasm/t11_logs.exp
5014 * gdb.disasm/t12_bit.exp
5015 * gdb.disasm/t13_otr.exp
5016 * gdb.dlang/circular.exp
5017 * gdb.dwarf2/arr-stride.exp
5018 * gdb.dwarf2/arr-subrange.exp
5019 * gdb.dwarf2/atomic-type.exp
5020 * gdb.dwarf2/bad-regnum.exp
5021 * gdb.dwarf2/bitfield-parent-optimized-out.exp
5022 * gdb.dwarf2/callframecfa.exp
5023 * gdb.dwarf2/clztest.exp
5024 * gdb.dwarf2/corrupt.exp
5025 * gdb.dwarf2/data-loc.exp
5026 * gdb.dwarf2/dup-psym.exp
5027 * gdb.dwarf2/dw2-anon-mptr.exp
5028 * gdb.dwarf2/dw2-anonymous-func.exp
5029 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
5030 * gdb.dwarf2/dw2-bad-unresolved.exp
5031 * gdb.dwarf2/dw2-basic.exp
5032 * gdb.dwarf2/dw2-canonicalize-type.exp
5033 * gdb.dwarf2/dw2-case-insensitive.exp
5034 * gdb.dwarf2/dw2-common-block.exp
5035 * gdb.dwarf2/dw2-compdir-oldgcc.exp
5036 * gdb.dwarf2/dw2-compressed.exp
5037 * gdb.dwarf2/dw2-const.exp
5038 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
5039 * gdb.dwarf2/dw2-cu-size.exp
5040 * gdb.dwarf2/dw2-dup-frame.exp
5041 * gdb.dwarf2/dw2-entry-value.exp
5042 * gdb.dwarf2/dw2-icycle.exp
5043 * gdb.dwarf2/dw2-ifort-parameter.exp
5044 * gdb.dwarf2/dw2-inline-break.exp
5045 * gdb.dwarf2/dw2-inline-param.exp
5046 * gdb.dwarf2/dw2-intercu.exp
5047 * gdb.dwarf2/dw2-intermix.exp
5048 * gdb.dwarf2/dw2-lexical-block-bare.exp
5049 * gdb.dwarf2/dw2-linkage-name-trust.exp
5050 * gdb.dwarf2/dw2-minsym-in-cu.exp
5051 * gdb.dwarf2/dw2-noloc.exp
5052 * gdb.dwarf2/dw2-op-call.exp
5053 * gdb.dwarf2/dw2-op-out-param.exp
5054 * gdb.dwarf2/dw2-opt-structptr.exp
5055 * gdb.dwarf2/dw2-param-error.exp
5056 * gdb.dwarf2/dw2-producer.exp
5057 * gdb.dwarf2/dw2-ranges-base.exp
5058 * gdb.dwarf2/dw2-ref-missing-frame.exp
5059 * gdb.dwarf2/dw2-reg-undefined.exp
5060 * gdb.dwarf2/dw2-regno-invalid.exp
5061 * gdb.dwarf2/dw2-restore.exp
5062 * gdb.dwarf2/dw2-restrict.exp
5063 * gdb.dwarf2/dw2-single-line-discriminators.exp
5064 * gdb.dwarf2/dw2-strp.exp
5065 * gdb.dwarf2/dw2-undefined-ret-addr.exp
5066 * gdb.dwarf2/dw2-unresolved.exp
5067 * gdb.dwarf2/dw2-var-zero-addr.exp
5068 * gdb.dwarf2/dw4-sig-types.exp
5069 * gdb.dwarf2/dwz.exp
5070 * gdb.dwarf2/dynarr-ptr.exp
5071 * gdb.dwarf2/enum-type.exp
5072 * gdb.dwarf2/gdb-index.exp
5073 * gdb.dwarf2/implptr-64bit.exp
5074 * gdb.dwarf2/implptr-optimized-out.exp
5075 * gdb.dwarf2/implptr.exp
5076 * gdb.dwarf2/implref-array.exp
5077 * gdb.dwarf2/implref-const.exp
5078 * gdb.dwarf2/implref-global.exp
5079 * gdb.dwarf2/implref-struct.exp
5080 * gdb.dwarf2/mac-fileno.exp
5081 * gdb.dwarf2/main-subprogram.exp
5082 * gdb.dwarf2/member-ptr-forwardref.exp
5083 * gdb.dwarf2/method-ptr.exp
5084 * gdb.dwarf2/missing-sig-type.exp
5085 * gdb.dwarf2/nonvar-access.exp
5086 * gdb.dwarf2/opaque-type-lookup.exp
5087 * gdb.dwarf2/pieces-optimized-out.exp
5088 * gdb.dwarf2/pieces.exp
5089 * gdb.dwarf2/pr10770.exp
5090 * gdb.dwarf2/pr13961.exp
5091 * gdb.dwarf2/staticvirtual.exp
5092 * gdb.dwarf2/subrange.exp
5093 * gdb.dwarf2/symtab-producer.exp
5094 * gdb.dwarf2/trace-crash.exp
5095 * gdb.dwarf2/typeddwarf.exp
5096 * gdb.dwarf2/valop.exp
5097 * gdb.dwarf2/watch-notconst.exp
5098 * gdb.fortran/array-element.exp
5099 * gdb.fortran/charset.exp
5100 * gdb.fortran/common-block.exp
5101 * gdb.fortran/complex.exp
5102 * gdb.fortran/derived-type-function.exp
5103 * gdb.fortran/derived-type.exp
5104 * gdb.fortran/logical.exp
5105 * gdb.fortran/module.exp
5106 * gdb.fortran/multi-dim.exp
5107 * gdb.fortran/nested-funcs.exp
5108 * gdb.fortran/print-formatted.exp
5109 * gdb.fortran/subarray.exp
5110 * gdb.fortran/vla-alloc-assoc.exp
5111 * gdb.fortran/vla-datatypes.exp
5112 * gdb.fortran/vla-history.exp
5113 * gdb.fortran/vla-ptr-info.exp
5114 * gdb.fortran/vla-ptype-sub.exp
5115 * gdb.fortran/vla-ptype.exp
5116 * gdb.fortran/vla-sizeof.exp
5117 * gdb.fortran/vla-type.exp
5118 * gdb.fortran/vla-value-sub-arbitrary.exp
5119 * gdb.fortran/vla-value-sub-finish.exp
5120 * gdb.fortran/vla-value-sub.exp
5121 * gdb.fortran/vla-value.exp
5122 * gdb.fortran/whatis_type.exp
5123 * gdb.go/chan.exp
5124 * gdb.go/handcall.exp
5125 * gdb.go/hello.exp
5126 * gdb.go/integers.exp
5127 * gdb.go/methods.exp
5128 * gdb.go/package.exp
5129 * gdb.go/strings.exp
5130 * gdb.go/types.exp
5131 * gdb.go/unsafe.exp
5132 * gdb.guile/scm-arch.exp
5133 * gdb.guile/scm-block.exp
5134 * gdb.guile/scm-breakpoint.exp
5135 * gdb.guile/scm-cmd.exp
5136 * gdb.guile/scm-disasm.exp
5137 * gdb.guile/scm-equal.exp
5138 * gdb.guile/scm-frame-args.exp
5139 * gdb.guile/scm-frame-inline.exp
5140 * gdb.guile/scm-frame.exp
5141 * gdb.guile/scm-iterator.exp
5142 * gdb.guile/scm-math.exp
5143 * gdb.guile/scm-objfile.exp
5144 * gdb.guile/scm-ports.exp
5145 * gdb.guile/scm-symbol.exp
5146 * gdb.guile/scm-symtab.exp
5147 * gdb.guile/scm-value-cc.exp
5148 * gdb.guile/types-module.exp
5149 * gdb.linespec/break-ask.exp
5150 * gdb.linespec/cpexplicit.exp
5151 * gdb.linespec/explicit.exp
5152 * gdb.linespec/keywords.exp
5153 * gdb.linespec/linespec.exp
5154 * gdb.linespec/ls-dollar.exp
5155 * gdb.linespec/ls-errs.exp
5156 * gdb.linespec/skip-two.exp
5157 * gdb.linespec/thread.exp
5158 * gdb.mi/mi-async.exp
5159 * gdb.mi/mi-basics.exp
5160 * gdb.mi/mi-break.exp
5161 * gdb.mi/mi-catch-load.exp
5162 * gdb.mi/mi-cli.exp
5163 * gdb.mi/mi-cmd-param-changed.exp
5164 * gdb.mi/mi-console.exp
5165 * gdb.mi/mi-detach.exp
5166 * gdb.mi/mi-disassemble.exp
5167 * gdb.mi/mi-eval.exp
5168 * gdb.mi/mi-file-transfer.exp
5169 * gdb.mi/mi-file.exp
5170 * gdb.mi/mi-fill-memory.exp
5171 * gdb.mi/mi-inheritance-syntax-error.exp
5172 * gdb.mi/mi-linespec-err-cp.exp
5173 * gdb.mi/mi-logging.exp
5174 * gdb.mi/mi-memory-changed.exp
5175 * gdb.mi/mi-read-memory.exp
5176 * gdb.mi/mi-record-changed.exp
5177 * gdb.mi/mi-reg-undefined.exp
5178 * gdb.mi/mi-regs.exp
5179 * gdb.mi/mi-return.exp
5180 * gdb.mi/mi-reverse.exp
5181 * gdb.mi/mi-simplerun.exp
5182 * gdb.mi/mi-solib.exp
5183 * gdb.mi/mi-stack.exp
5184 * gdb.mi/mi-stepi.exp
5185 * gdb.mi/mi-syn-frame.exp
5186 * gdb.mi/mi-until.exp
5187 * gdb.mi/mi-var-block.exp
5188 * gdb.mi/mi-var-child.exp
5189 * gdb.mi/mi-var-cmd.exp
5190 * gdb.mi/mi-var-cp.exp
5191 * gdb.mi/mi-var-display.exp
5192 * gdb.mi/mi-var-invalidate.exp
5193 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
5194 * gdb.mi/mi-vla-fortran.exp
5195 * gdb.mi/mi-watch.exp
5196 * gdb.mi/mi2-var-child.exp
5197 * gdb.mi/user-selected-context-sync.exp
5198 * gdb.modula2/unbounded-array.exp
5199 * gdb.multi/dummy-frame-restore.exp
5200 * gdb.multi/multi-arch-exec.exp
5201 * gdb.multi/multi-arch.exp
5202 * gdb.multi/tids.exp
5203 * gdb.multi/watchpoint-multi.exp
5204 * gdb.opencl/callfuncs.exp
5205 * gdb.opencl/convs_casts.exp
5206 * gdb.opencl/datatypes.exp
5207 * gdb.opencl/operators.exp
5208 * gdb.opencl/vec_comps.exp
5209 * gdb.opt/clobbered-registers-O2.exp
5210 * gdb.opt/inline-break.exp
5211 * gdb.opt/inline-bt.exp
5212 * gdb.opt/inline-cmds.exp
5213 * gdb.opt/inline-locals.exp
5214 * gdb.pascal/case-insensitive-symbols.exp
5215 * gdb.pascal/floats.exp
5216 * gdb.pascal/gdb11492.exp
5217 * gdb.python/lib-types.exp
5218 * gdb.python/py-arch.exp
5219 * gdb.python/py-as-string.exp
5220 * gdb.python/py-bad-printers.exp
5221 * gdb.python/py-block.exp
5222 * gdb.python/py-breakpoint-create-fail.exp
5223 * gdb.python/py-breakpoint.exp
5224 * gdb.python/py-caller-is.exp
5225 * gdb.python/py-cmd.exp
5226 * gdb.python/py-explore-cc.exp
5227 * gdb.python/py-explore.exp
5228 * gdb.python/py-finish-breakpoint.exp
5229 * gdb.python/py-finish-breakpoint2.exp
5230 * gdb.python/py-frame-args.exp
5231 * gdb.python/py-frame-inline.exp
5232 * gdb.python/py-frame.exp
5233 * gdb.python/py-framefilter-mi.exp
5234 * gdb.python/py-infthread.exp
5235 * gdb.python/py-lazy-string.exp
5236 * gdb.python/py-linetable.exp
5237 * gdb.python/py-mi-events.exp
5238 * gdb.python/py-mi-objfile.exp
5239 * gdb.python/py-mi.exp
5240 * gdb.python/py-objfile.exp
5241 * gdb.python/py-pp-integral.exp
5242 * gdb.python/py-pp-maint.exp
5243 * gdb.python/py-pp-re-notag.exp
5244 * gdb.python/py-pp-registration.exp
5245 * gdb.python/py-recurse-unwind.exp
5246 * gdb.python/py-strfns.exp
5247 * gdb.python/py-symbol.exp
5248 * gdb.python/py-symtab.exp
5249 * gdb.python/py-sync-interp.exp
5250 * gdb.python/py-typeprint.exp
5251 * gdb.python/py-unwind-maint.exp
5252 * gdb.python/py-unwind.exp
5253 * gdb.python/py-value-cc.exp
5254 * gdb.python/py-xmethods.exp
5255 * gdb.reverse/amd64-tailcall-reverse.exp
5256 * gdb.reverse/break-precsave.exp
5257 * gdb.reverse/break-reverse.exp
5258 * gdb.reverse/consecutive-precsave.exp
5259 * gdb.reverse/consecutive-reverse.exp
5260 * gdb.reverse/finish-precsave.exp
5261 * gdb.reverse/finish-reverse-bkpt.exp
5262 * gdb.reverse/finish-reverse.exp
5263 * gdb.reverse/fstatat-reverse.exp
5264 * gdb.reverse/getresuid-reverse.exp
5265 * gdb.reverse/i386-precsave.exp
5266 * gdb.reverse/i386-reverse.exp
5267 * gdb.reverse/i386-sse-reverse.exp
5268 * gdb.reverse/i387-env-reverse.exp
5269 * gdb.reverse/i387-stack-reverse.exp
5270 * gdb.reverse/insn-reverse.exp
5271 * gdb.reverse/machinestate-precsave.exp
5272 * gdb.reverse/machinestate.exp
5273 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5274 * gdb.reverse/pipe-reverse.exp
5275 * gdb.reverse/readv-reverse.exp
5276 * gdb.reverse/recvmsg-reverse.exp
5277 * gdb.reverse/rerun-prec.exp
5278 * gdb.reverse/s390-mvcle.exp
5279 * gdb.reverse/step-precsave.exp
5280 * gdb.reverse/step-reverse.exp
5281 * gdb.reverse/time-reverse.exp
5282 * gdb.reverse/until-precsave.exp
5283 * gdb.reverse/until-reverse.exp
5284 * gdb.reverse/waitpid-reverse.exp
5285 * gdb.reverse/watch-precsave.exp
5286 * gdb.reverse/watch-reverse.exp
5287 * gdb.rust/generics.exp
5288 * gdb.rust/methods.exp
5289 * gdb.rust/modules.exp
5290 * gdb.rust/simple.exp
5291 * gdb.server/connect-with-no-symbol-file.exp
5292 * gdb.server/ext-attach.exp
5293 * gdb.server/ext-restart.exp
5294 * gdb.server/ext-wrapper.exp
5295 * gdb.server/file-transfer.exp
5296 * gdb.server/server-exec-info.exp
5297 * gdb.server/server-kill.exp
5298 * gdb.server/server-mon.exp
5299 * gdb.server/wrapper.exp
5300 * gdb.stabs/exclfwd.exp
5301 * gdb.stabs/gdb11479.exp
5302 * gdb.threads/clone-new-thread-event.exp
5303 * gdb.threads/corethreads.exp
5304 * gdb.threads/current-lwp-dead.exp
5305 * gdb.threads/dlopen-libpthread.exp
5306 * gdb.threads/gcore-thread.exp
5307 * gdb.threads/sigstep-threads.exp
5308 * gdb.threads/watchpoint-fork.exp
5309 * gdb.trace/actions-changed.exp
5310 * gdb.trace/backtrace.exp
5311 * gdb.trace/change-loc.exp
5312 * gdb.trace/circ.exp
5313 * gdb.trace/collection.exp
5314 * gdb.trace/disconnected-tracing.exp
5315 * gdb.trace/ftrace.exp
5316 * gdb.trace/mi-trace-frame-collected.exp
5317 * gdb.trace/mi-trace-unavailable.exp
5318 * gdb.trace/mi-traceframe-changed.exp
5319 * gdb.trace/mi-tsv-changed.exp
5320 * gdb.trace/no-attach-trace.exp
5321 * gdb.trace/passc-dyn.exp
5322 * gdb.trace/qtro.exp
5323 * gdb.trace/range-stepping.exp
5324 * gdb.trace/read-memory.exp
5325 * gdb.trace/save-trace.exp
5326 * gdb.trace/signal.exp
5327 * gdb.trace/status-stop.exp
5328 * gdb.trace/tfile.exp
5329 * gdb.trace/trace-break.exp
5330 * gdb.trace/trace-buffer-size.exp
5331 * gdb.trace/trace-condition.exp
5332 * gdb.trace/tracefile-pseudo-reg.exp
5333 * gdb.trace/tstatus.exp
5334 * gdb.trace/unavailable.exp
5335 * gdb.trace/while-dyn.exp
5336 * gdb.trace/while-stepping.exp
5337
5338 2016-12-22 Doug Evans <xdje42@gmail.com>
5339
5340 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
5341 and msymbols.
5342
5343 2016-12-19 Yao Qi <yao.qi@linaro.org>
5344
5345 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
5346 (test_with_self): Don't call do_steps_and_nexts, and remove
5347 code about stepping into xmalloc.
5348
5349 2016-12-09 Yao Qi <yao.qi@linaro.org>
5350
5351 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
5352
5353 2016-12-09 Yao Qi <yao.qi@linaro.org>
5354
5355 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
5356
5357 2016-12-09 Pedro Alves <palves@redhat.com>
5358
5359 * gdb.base/all-architectures-0.exp: New file.
5360 * gdb.base/all-architectures-1.exp: New file.
5361 * gdb.base/all-architectures-2.exp: New file.
5362 * gdb.base/all-architectures-3.exp: New file.
5363 * gdb.base/all-architectures-4.exp: New file.
5364 * gdb.base/all-architectures-5.exp: New file.
5365 * gdb.base/all-architectures-6.exp: New file.
5366 * gdb.base/all-architectures-7.exp: New file.
5367 * gdb.base/all-architectures.exp.in: New file.
5368
5369 2016-12-09 Yao Qi <yao.qi@linaro.org>
5370
5371 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
5372
5373 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
5374
5375 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
5376 possible.
5377 Remove useless pattern-matching code.
5378
5379 2016-12-02 Pedro Alves <palves@redhat.com>
5380
5381 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
5382 procedure.
5383 (top level): Call it.
5384
5385 2016-12-02 Pedro Alves <palves@redhat.com>
5386
5387 * gdb.base/commands.exp (user_defined_command_args_stack_test):
5388 New procedure.
5389 (top level): Call it.
5390
5391 2016-12-02 Pedro Alves <palves@redhat.com>
5392
5393 PR cli/20559
5394 * gdb.base/commands.exp (user_defined_command_args_eval): New
5395 procedure.
5396 (top level): Call it.
5397
5398 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
5399
5400 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
5401 timeout handling.
5402
5403 2016-12-02 Tom Tromey <tom@tromey.com>
5404
5405 * gdb.dwarf2/main-subprogram.c: New file.
5406 * gdb.dwarf2/main-subprogram.exp: New file.
5407
5408 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5409
5410 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
5411 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
5412 gdb_test_no_output for a couple of cases.
5413 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
5414
5415 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5416
5417 Fix test names and standardize compilation error messages throughout
5418 the following files:
5419
5420 * gdb.ada/start.exp
5421 * gdb.arch/alpha-step.exp
5422 * gdb.arch/e500-prologue.exp
5423 * gdb.arch/ftrace-insn-reloc.exp
5424 * gdb.arch/gdb1291.exp
5425 * gdb.arch/gdb1431.exp
5426 * gdb.arch/gdb1558.exp
5427 * gdb.arch/i386-dr3-watch.exp
5428 * gdb.arch/i386-sse-stack-align.exp
5429 * gdb.arch/ia64-breakpoint-shadow.exp
5430 * gdb.arch/pa-nullify.exp
5431 * gdb.arch/powerpc-aix-prologue.exp
5432 * gdb.arch/thumb-bx-pc.exp
5433 * gdb.base/annota1.exp
5434 * gdb.base/annota3.exp
5435 * gdb.base/arrayidx.exp
5436 * gdb.base/assign.exp
5437 * gdb.base/attach.exp
5438 * gdb.base/auxv.exp
5439 * gdb.base/bang.exp
5440 * gdb.base/bfp-test.exp
5441 * gdb.base/bigcore.exp
5442 * gdb.base/bitfields2.exp
5443 * gdb.base/break-fun-addr.exp
5444 * gdb.base/break-probes.exp
5445 * gdb.base/call-rt-st.exp
5446 * gdb.base/callexit.exp
5447 * gdb.base/catch-fork-kill.exp
5448 * gdb.base/charset.exp
5449 * gdb.base/checkpoint.exp
5450 * gdb.base/comprdebug.exp
5451 * gdb.base/constvars.exp
5452 * gdb.base/coredump-filter.exp
5453 * gdb.base/cursal.exp
5454 * gdb.base/cvexpr.exp
5455 * gdb.base/detach.exp
5456 * gdb.base/display.exp
5457 * gdb.base/dmsym.exp
5458 * gdb.base/dprintf-pending.exp
5459 * gdb.base/dso2dso.exp
5460 * gdb.base/dtrace-probe.exp
5461 * gdb.base/dump.exp
5462 * gdb.base/enum_cond.exp
5463 * gdb.base/exe-lock.exp
5464 * gdb.base/exec-invalid-sysroot.exp
5465 * gdb.base/execl-update-breakpoints.exp
5466 * gdb.base/exprs.exp
5467 * gdb.base/fileio.exp
5468 * gdb.base/find.exp
5469 * gdb.base/finish.exp
5470 * gdb.base/fixsection.exp
5471 * gdb.base/foll-vfork.exp
5472 * gdb.base/frame-args.exp
5473 * gdb.base/gcore.exp
5474 * gdb.base/gdb1250.exp
5475 * gdb.base/global-var-nested-by-dso.exp
5476 * gdb.base/gnu-ifunc.exp
5477 * gdb.base/hashline1.exp
5478 * gdb.base/hashline2.exp
5479 * gdb.base/hashline3.exp
5480 * gdb.base/hbreak-in-shr-unsupported.exp
5481 * gdb.base/huge.exp
5482 * gdb.base/infcall-input.exp
5483 * gdb.base/info-fun.exp
5484 * gdb.base/info-shared.exp
5485 * gdb.base/jit-simple.exp
5486 * gdb.base/jit-so.exp
5487 * gdb.base/jit.exp
5488 * gdb.base/jump.exp
5489 * gdb.base/label.exp
5490 * gdb.base/lineinc.exp
5491 * gdb.base/logical.exp
5492 * gdb.base/longjmp.exp
5493 * gdb.base/macscp.exp
5494 * gdb.base/miscexprs.exp
5495 * gdb.base/new-ui-echo.exp
5496 * gdb.base/new-ui-pending-input.exp
5497 * gdb.base/new-ui.exp
5498 * gdb.base/nodebug.exp
5499 * gdb.base/nofield.exp
5500 * gdb.base/offsets.exp
5501 * gdb.base/overlays.exp
5502 * gdb.base/pending.exp
5503 * gdb.base/pointers.exp
5504 * gdb.base/pr11022.exp
5505 * gdb.base/printcmds.exp
5506 * gdb.base/prologue.exp
5507 * gdb.base/ptr-typedef.exp
5508 * gdb.base/realname-expand.exp
5509 * gdb.base/relativedebug.exp
5510 * gdb.base/relocate.exp
5511 * gdb.base/remote.exp
5512 * gdb.base/reread.exp
5513 * gdb.base/return2.exp
5514 * gdb.base/savedregs.exp
5515 * gdb.base/sep.exp
5516 * gdb.base/sepdebug.exp
5517 * gdb.base/sepsymtab.exp
5518 * gdb.base/set-inferior-tty.exp
5519 * gdb.base/setshow.exp
5520 * gdb.base/shlib-call.exp
5521 * gdb.base/sigaltstack.exp
5522 * gdb.base/siginfo-addr.exp
5523 * gdb.base/signals.exp
5524 * gdb.base/signull.exp
5525 * gdb.base/sigrepeat.exp
5526 * gdb.base/so-impl-ld.exp
5527 * gdb.base/solib-display.exp
5528 * gdb.base/solib-overlap.exp
5529 * gdb.base/solib-search.exp
5530 * gdb.base/solib-symbol.exp
5531 * gdb.base/structs.exp
5532 * gdb.base/structs2.exp
5533 * gdb.base/symtab-search-order.exp
5534 * gdb.base/twice.exp
5535 * gdb.base/unload.exp
5536 * gdb.base/varargs.exp
5537 * gdb.base/watchpoint-solib.exp
5538 * gdb.base/watchpoint.exp
5539 * gdb.base/whatis.exp
5540 * gdb.base/wrong_frame_bt_full.exp
5541 * gdb.btrace/dlopen.exp
5542 * gdb.cell/ea-standalone.exp
5543 * gdb.cell/ea-test.exp
5544 * gdb.cp/dispcxx.exp
5545 * gdb.cp/gdb2384.exp
5546 * gdb.cp/method2.exp
5547 * gdb.cp/nextoverthrow.exp
5548 * gdb.cp/pr10728.exp
5549 * gdb.disasm/am33.exp
5550 * gdb.disasm/h8300s.exp
5551 * gdb.disasm/mn10300.exp
5552 * gdb.disasm/sh3.exp
5553 * gdb.dwarf2/dw2-dir-file-name.exp
5554 * gdb.fortran/complex.exp
5555 * gdb.fortran/library-module.exp
5556 * gdb.guile/scm-pretty-print.exp
5557 * gdb.guile/scm-symbol.exp
5558 * gdb.guile/scm-type.exp
5559 * gdb.guile/scm-value.exp
5560 * gdb.linespec/linespec.exp
5561 * gdb.mi/gdb701.exp
5562 * gdb.mi/gdb792.exp
5563 * gdb.mi/mi-breakpoint-changed.exp
5564 * gdb.mi/mi-dprintf-pending.exp
5565 * gdb.mi/mi-dprintf.exp
5566 * gdb.mi/mi-exit-code.exp
5567 * gdb.mi/mi-pending.exp
5568 * gdb.mi/mi-solib.exp
5569 * gdb.mi/new-ui-mi-sync.exp
5570 * gdb.mi/pr11022.exp
5571 * gdb.mi/user-selected-context-sync.exp
5572 * gdb.opt/solib-intra-step.exp
5573 * gdb.python/py-events.exp
5574 * gdb.python/py-finish-breakpoint.exp
5575 * gdb.python/py-mi.exp
5576 * gdb.python/py-prettyprint.exp
5577 * gdb.python/py-shared.exp
5578 * gdb.python/py-symbol.exp
5579 * gdb.python/py-template.exp
5580 * gdb.python/py-type.exp
5581 * gdb.python/py-value.exp
5582 * gdb.reverse/solib-precsave.exp
5583 * gdb.reverse/solib-reverse.exp
5584 * gdb.server/solib-list.exp
5585 * gdb.stabs/weird.exp
5586 * gdb.threads/reconnect-signal.exp
5587 * gdb.threads/stepi-random-signal.exp
5588 * gdb.trace/actions.exp
5589 * gdb.trace/ax.exp
5590 * gdb.trace/backtrace.exp
5591 * gdb.trace/change-loc.exp
5592 * gdb.trace/deltrace.exp
5593 * gdb.trace/ftrace-lock.exp
5594 * gdb.trace/ftrace.exp
5595 * gdb.trace/infotrace.exp
5596 * gdb.trace/mi-tracepoint-changed.exp
5597 * gdb.trace/packetlen.exp
5598 * gdb.trace/passcount.exp
5599 * gdb.trace/pending.exp
5600 * gdb.trace/range-stepping.exp
5601 * gdb.trace/report.exp
5602 * gdb.trace/stap-trace.exp
5603 * gdb.trace/tfind.exp
5604 * gdb.trace/trace-break.exp
5605 * gdb.trace/trace-condition.exp
5606 * gdb.trace/trace-enable-disable.exp
5607 * gdb.trace/trace-mt.exp
5608 * gdb.trace/tracecmd.exp
5609 * gdb.trace/tspeed.exp
5610 * gdb.trace/tsv.exp
5611 * lib/perftest.exp
5612
5613 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5614
5615 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
5616 with gdb_test_no_output.
5617 Use command as test name.
5618
5619 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5620
5621 Fix test names starting with uppercase throughout the files.
5622
5623 * gdb.ada/assign_1.exp
5624 * gdb.ada/boolean_expr.exp
5625 * gdb.base/arrayidx.exp
5626 * gdb.base/del.exp
5627 * gdb.base/gcore-buffer-overflow.exp
5628 * gdb.base/testenv.exp
5629 * gdb.compile/compile.exp
5630 * gdb.python/py-framefilter-invalidarg.exp
5631 * gdb.python/py-framefilter.exp
5632
5633 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5634
5635 Fix test names starting with uppercase throughout the files.
5636
5637 * gdb.ada/array_return.exp
5638 * gdb.ada/expr_delims.exp
5639 * gdb.ada/mi_dyn_arr.exp
5640 * gdb.ada/mi_interface.exp
5641 * gdb.ada/mi_var_array.exp
5642 * gdb.ada/watch_arg.exp
5643 * gdb.arch/alpha-step.exp
5644 * gdb.arch/altivec-regs.exp
5645 * gdb.arch/e500-regs.exp
5646 * gdb.arch/powerpc-d128-regs.exp
5647 * gdb.base/arrayidx.exp
5648 * gdb.base/break.exp
5649 * gdb.base/checkpoint.exp
5650 * gdb.base/debug-expr.exp
5651 * gdb.base/dmsym.exp
5652 * gdb.base/radix.exp
5653 * gdb.base/sepdebug.exp
5654 * gdb.base/testenv.exp
5655 * gdb.base/watch_thread_num.exp
5656 * gdb.base/watchpoint-cond-gone.exp
5657 * gdb.cell/break.exp
5658 * gdb.cell/ea-cache.exp
5659 * gdb.compile/compile.exp
5660 * gdb.cp/gdb2495.exp
5661 * gdb.gdb/selftest.exp
5662 * gdb.gdb/xfullpath.exp
5663 * gdb.go/hello.exp
5664 * gdb.go/integers.exp
5665 * gdb.objc/basicclass.exp
5666 * gdb.pascal/hello.exp
5667 * gdb.pascal/integers.exp
5668 * gdb.python/py-breakpoint.exp
5669 * gdb.python/py-cmd.exp
5670 * gdb.python/py-linetable.exp
5671 * gdb.python/py-xmethods.exp
5672 * gdb.python/python.exp
5673 * gdb.reverse/consecutive-precsave.exp
5674 * gdb.reverse/finish-precsave.exp
5675 * gdb.reverse/i386-precsave.exp
5676 * gdb.reverse/machinestate-precsave.exp
5677 * gdb.reverse/sigall-precsave.exp
5678 * gdb.reverse/solib-precsave.exp
5679 * gdb.reverse/step-precsave.exp
5680 * gdb.reverse/until-precsave.exp
5681 * gdb.reverse/watch-precsave.exp
5682 * gdb.threads/leader-exit.exp
5683 * gdb.threads/pthreads.exp
5684 * gdb.threads/wp-replication.exp
5685 * gdb.trace/actions.exp
5686 * gdb.trace/mi-tsv-changed.exp
5687 * gdb.trace/tsv.exp
5688
5689 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5690
5691 Fix test names starting with uppercase throughout the files.
5692
5693 * gdb.arch/i386-bp_permanent.exp
5694 * gdb.arch/i386-gnu-cfi.exp
5695 * gdb.base/disasm-end-cu.exp
5696 * gdb.base/macscp.exp
5697 * gdb.base/pending.exp
5698 * gdb.base/watch_thread_num.exp
5699 * gdb.cp/exception.exp
5700 * gdb.cp/gdb2495.exp
5701 * gdb.cp/local.exp
5702 * gdb.python/py-evsignal.exp
5703 * gdb.python/python.exp
5704 * gdb.trace/tracecmd.exp
5705
5706 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5707
5708 Fix test names starting with uppercase throughout the files.
5709
5710 * gdb.base/charset.exp
5711 * gdb.base/eval.exp
5712 * gdb.base/multi-forks.exp
5713 * gdb.guile/scm-progspace.exp
5714 * gdb.opencl/datatypes.exp
5715 * gdb.python/py-block.exp
5716 * gdb.python/py-function.exp
5717 * gdb.python/py-symbol.exp
5718 * gdb.python/py-symtab.exp
5719 * gdb.python/py-xmethods.exp
5720 * gdb.reverse/break-precsave.exp
5721 * gdb.reverse/break-reverse.exp
5722 * gdb.reverse/consecutive-precsave.exp
5723 * gdb.reverse/consecutive-reverse.exp
5724 * gdb.reverse/finish-precsave.exp
5725 * gdb.reverse/finish-reverse-bkpt.exp
5726 * gdb.reverse/finish-reverse.exp
5727 * gdb.reverse/fstatat-reverse.exp
5728 * gdb.reverse/getresuid-reverse.exp
5729 * gdb.reverse/i386-precsave.exp
5730 * gdb.reverse/i386-reverse.exp
5731 * gdb.reverse/i386-sse-reverse.exp
5732 * gdb.reverse/i387-stack-reverse.exp
5733 * gdb.reverse/insn-reverse.exp
5734 * gdb.reverse/machinestate-precsave.exp
5735 * gdb.reverse/machinestate.exp
5736 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5737 * gdb.reverse/pipe-reverse.exp
5738 * gdb.reverse/readv-reverse.exp
5739 * gdb.reverse/recvmsg-reverse.exp
5740 * gdb.reverse/rerun-prec.exp
5741 * gdb.reverse/s390-mvcle.exp
5742 * gdb.reverse/sigall-precsave.exp
5743 * gdb.reverse/sigall-reverse.exp
5744 * gdb.reverse/solib-precsave.exp
5745 * gdb.reverse/solib-reverse.exp
5746 * gdb.reverse/step-precsave.exp
5747 * gdb.reverse/step-reverse.exp
5748 * gdb.reverse/time-reverse.exp
5749 * gdb.reverse/until-precsave.exp
5750 * gdb.reverse/until-reverse.exp
5751 * gdb.reverse/waitpid-reverse.exp
5752 * gdb.reverse/watch-precsave.exp
5753 * gdb.reverse/watch-reverse.exp
5754
5755 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5756
5757 Fix test names starting with uppercase throughout the files.
5758
5759 * gdb.arch/i386-mpx-simple_segv.exp
5760 * gdb.arch/i386-mpx.exp
5761 * gdb.arch/i386-permbkpt.exp
5762 * gdb.arch/pa-nullify.exp
5763 * gdb.arch/powerpc-d128-regs.exp
5764 * gdb.arch/vsx-regs.exp
5765 * gdb.base/bfp-test.exp
5766 * gdb.base/break.exp
5767 * gdb.base/breakpoint-shadow.exp
5768 * gdb.base/callfuncs.exp
5769 * gdb.base/charset.exp
5770 * gdb.base/commands.exp
5771 * gdb.base/completion.exp
5772 * gdb.base/dfp-test.exp
5773 * gdb.base/echo.exp
5774 * gdb.base/ending-run.exp
5775 * gdb.base/eval.exp
5776 * gdb.base/expand-psymtabs.exp
5777 * gdb.base/float128.exp
5778 * gdb.base/floatn.exp
5779 * gdb.base/foll-exec-mode.exp
5780 * gdb.base/gdb1056.exp
5781 * gdb.base/gdb11531.exp
5782 * gdb.base/kill-after-signal.exp
5783 * gdb.base/multi-forks.exp
5784 * gdb.base/overlays.exp
5785 * gdb.base/pending.exp
5786 * gdb.base/sepdebug.exp
5787 * gdb.base/testenv.exp
5788 * gdb.base/valgrind-db-attach.exp
5789 * gdb.base/watch_thread_num.exp
5790 * gdb.base/watchpoint-cond-gone.exp
5791 * gdb.base/watchpoint.exp
5792 * gdb.base/watchpoints.exp
5793 * gdb.cp/arg-reference.exp
5794 * gdb.cp/baseenum.exp
5795 * gdb.cp/operator.exp
5796 * gdb.cp/shadow.exp
5797 * gdb.dwarf2/dw2-op-out-param.exp
5798 * gdb.dwarf2/dw2-reg-undefined.exp
5799 * gdb.go/chan.exp
5800 * gdb.go/hello.exp
5801 * gdb.go/integers.exp
5802 * gdb.go/methods.exp
5803 * gdb.go/package.exp
5804 * gdb.guile/scm-parameter.exp
5805 * gdb.guile/scm-progspace.exp
5806 * gdb.guile/scm-value.exp
5807 * gdb.mi/mi-pending.exp
5808 * gdb.mi/user-selected-context-sync.exp
5809 * gdb.multi/multi-attach.exp
5810 * gdb.multi/tids.exp
5811 * gdb.opt/clobbered-registers-O2.exp
5812 * gdb.pascal/floats.exp
5813 * gdb.pascal/integers.exp
5814 * gdb.python/py-block.exp
5815 * gdb.python/py-events.exp
5816 * gdb.python/py-parameter.exp
5817 * gdb.python/py-symbol.exp
5818 * gdb.python/py-symtab.exp
5819 * gdb.python/py-type.exp
5820 * gdb.python/py-value.exp
5821 * gdb.python/py-xmethods.exp
5822 * gdb.python/python.exp
5823 * gdb.reverse/break-precsave.exp
5824 * gdb.reverse/consecutive-precsave.exp
5825 * gdb.reverse/finish-precsave.exp
5826 * gdb.reverse/i386-precsave.exp
5827 * gdb.reverse/machinestate-precsave.exp
5828 * gdb.reverse/sigall-precsave.exp
5829 * gdb.reverse/solib-precsave.exp
5830 * gdb.reverse/step-precsave.exp
5831 * gdb.reverse/until-precsave.exp
5832 * gdb.reverse/watch-precsave.exp
5833 * gdb.server/ext-attach.exp
5834 * gdb.server/ext-restart.exp
5835 * gdb.server/ext-run.exp
5836 * gdb.server/ext-wrapper.exp
5837 * gdb.stabs/gdb11479.exp
5838 * gdb.stabs/weird.exp
5839 * gdb.threads/attach-many-short-lived-threads.exp
5840 * gdb.threads/kill.exp
5841 * gdb.threads/watchpoint-fork.exp
5842
5843 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5844
5845 Fix test names starting with uppercase throughout all the files below.
5846
5847 * gdb.ada/array_return.exp
5848 * gdb.ada/catch_ex.exp
5849 * gdb.ada/info_exc.exp
5850 * gdb.ada/mi_catch_ex.exp
5851 * gdb.ada/mi_dyn_arr.exp
5852 * gdb.ada/mi_ex_cond.exp
5853 * gdb.ada/mi_exc_info.exp
5854 * gdb.ada/mi_interface.exp
5855 * gdb.ada/mi_task_arg.exp
5856 * gdb.ada/mi_task_info.exp
5857 * gdb.ada/mi_var_array.exp
5858 * gdb.arch/alpha-step.exp
5859 * gdb.arch/amd64-disp-step.exp
5860 * gdb.arch/arm-disp-step.exp
5861 * gdb.arch/disp-step-insn-reloc.exp
5862 * gdb.arch/e500-prologue.exp
5863 * gdb.arch/ftrace-insn-reloc.exp
5864 * gdb.arch/gdb1558.exp
5865 * gdb.arch/i386-bp_permanent.exp
5866 * gdb.arch/i386-disp-step.exp
5867 * gdb.arch/i386-float.exp
5868 * gdb.arch/i386-gnu-cfi.exp
5869 * gdb.arch/ia64-breakpoint-shadow.exp
5870 * gdb.arch/mips16-thunks.exp
5871 * gdb.arch/pa-nullify.exp
5872 * gdb.arch/powerpc-aix-prologue.exp
5873 * gdb.arch/powerpc-power.exp
5874 * gdb.arch/ppc-dfp.exp
5875 * gdb.arch/s390-tdbregs.exp
5876 * gdb.arch/spu-info.exp
5877 * gdb.arch/spu-ls.exp
5878 * gdb.arch/thumb-bx-pc.exp
5879 * gdb.base/advance.exp
5880 * gdb.base/annota-input-while-running.exp
5881 * gdb.base/arrayidx.exp
5882 * gdb.base/asmlabel.exp
5883 * gdb.base/async.exp
5884 * gdb.base/attach-wait-input.exp
5885 * gdb.base/auto-connect-native-target.exp
5886 * gdb.base/batch-preserve-term-settings.exp
5887 * gdb.base/bfp-test.exp
5888 * gdb.base/bigcore.exp
5889 * gdb.base/bp-permanent.exp
5890 * gdb.base/break-always.exp
5891 * gdb.base/break-fun-addr.exp
5892 * gdb.base/break-idempotent.exp
5893 * gdb.base/break-main-file-remove-fail.exp
5894 * gdb.base/break-probes.exp
5895 * gdb.base/break-unload-file.exp
5896 * gdb.base/break.exp
5897 * gdb.base/call-ar-st.exp
5898 * gdb.base/call-rt-st.exp
5899 * gdb.base/call-sc.exp
5900 * gdb.base/call-signal-resume.exp
5901 * gdb.base/call-strs.exp
5902 * gdb.base/callexit.exp
5903 * gdb.base/callfuncs.exp
5904 * gdb.base/catch-gdb-caused-signals.exp
5905 * gdb.base/catch-signal-siginfo-cond.exp
5906 * gdb.base/catch-syscall.exp
5907 * gdb.base/compare-sections.exp
5908 * gdb.base/cond-eval-mode.exp
5909 * gdb.base/condbreak-call-false.exp
5910 * gdb.base/consecutive-step-over.exp
5911 * gdb.base/cursal.exp
5912 * gdb.base/disabled-location.exp
5913 * gdb.base/disasm-end-cu.exp
5914 * gdb.base/display.exp
5915 * gdb.base/double-prompt-target-event-error.exp
5916 * gdb.base/dprintf-bp-same-addr.exp
5917 * gdb.base/dprintf-detach.exp
5918 * gdb.base/dprintf-next.exp
5919 * gdb.base/dprintf-non-stop.exp
5920 * gdb.base/dprintf-pending.exp
5921 * gdb.base/dso2dso.exp
5922 * gdb.base/ending-run.exp
5923 * gdb.base/enum_cond.exp
5924 * gdb.base/examine-backward.exp
5925 * gdb.base/exe-lock.exp
5926 * gdb.base/exec-invalid-sysroot.exp
5927 * gdb.base/execl-update-breakpoints.exp
5928 * gdb.base/execution-termios.exp
5929 * gdb.base/fileio.exp
5930 * gdb.base/fixsection.exp
5931 * gdb.base/foll-exec-mode.exp
5932 * gdb.base/foll-exec.exp
5933 * gdb.base/fork-running-state.exp
5934 * gdb.base/frame-args.exp
5935 * gdb.base/fullpath-expand.exp
5936 * gdb.base/func-ptr.exp
5937 * gdb.base/gcore-relro-pie.exp
5938 * gdb.base/gdb1090.exp
5939 * gdb.base/gdb1555.exp
5940 * gdb.base/global-var-nested-by-dso.exp
5941 * gdb.base/gnu-ifunc.exp
5942 * gdb.base/hbreak-in-shr-unsupported.exp
5943 * gdb.base/hbreak-unmapped.exp
5944 * gdb.base/hook-stop.exp
5945 * gdb.base/infcall-input.exp
5946 * gdb.base/info-fun.exp
5947 * gdb.base/info-shared.exp
5948 * gdb.base/interrupt-noterm.exp
5949 * gdb.base/jit-so.exp
5950 * gdb.base/jit.exp
5951 * gdb.base/line-symtabs.exp
5952 * gdb.base/list.exp
5953 * gdb.base/longjmp.exp
5954 * gdb.base/macscp.exp
5955 * gdb.base/max-value-size.exp
5956 * gdb.base/nodebug.exp
5957 * gdb.base/nofield.exp
5958 * gdb.base/overlays.exp
5959 * gdb.base/paginate-after-ctrl-c-running.exp
5960 * gdb.base/paginate-bg-execution.exp
5961 * gdb.base/paginate-inferior-exit.exp
5962 * gdb.base/pending.exp
5963 * gdb.base/pr11022.exp
5964 * gdb.base/printcmds.exp
5965 * gdb.base/ptr-typedef.exp
5966 * gdb.base/ptype.exp
5967 * gdb.base/randomize.exp
5968 * gdb.base/range-stepping.exp
5969 * gdb.base/realname-expand.exp
5970 * gdb.base/relativedebug.exp
5971 * gdb.base/remote.exp
5972 * gdb.base/savedregs.exp
5973 * gdb.base/sepdebug.exp
5974 * gdb.base/set-noassign.exp
5975 * gdb.base/shlib-call.exp
5976 * gdb.base/shreloc.exp
5977 * gdb.base/sigaltstack.exp
5978 * gdb.base/sigbpt.exp
5979 * gdb.base/siginfo-addr.exp
5980 * gdb.base/siginfo-obj.exp
5981 * gdb.base/siginfo-thread.exp
5982 * gdb.base/signest.exp
5983 * gdb.base/signull.exp
5984 * gdb.base/sigrepeat.exp
5985 * gdb.base/skip.exp
5986 * gdb.base/so-impl-ld.exp
5987 * gdb.base/solib-corrupted.exp
5988 * gdb.base/solib-disc.exp
5989 * gdb.base/solib-display.exp
5990 * gdb.base/solib-overlap.exp
5991 * gdb.base/solib-search.exp
5992 * gdb.base/solib-symbol.exp
5993 * gdb.base/source-execution.exp
5994 * gdb.base/sss-bp-on-user-bp-2.exp
5995 * gdb.base/sss-bp-on-user-bp.exp
5996 * gdb.base/stack-checking.exp
5997 * gdb.base/stale-infcall.exp
5998 * gdb.base/step-break.exp
5999 * gdb.base/step-line.exp
6000 * gdb.base/step-over-exit.exp
6001 * gdb.base/step-test.exp
6002 * gdb.base/structs.exp
6003 * gdb.base/sym-file.exp
6004 * gdb.base/symtab-search-order.exp
6005 * gdb.base/term.exp
6006 * gdb.base/type-opaque.exp
6007 * gdb.base/unload.exp
6008 * gdb.base/until-nodebug.exp
6009 * gdb.base/until.exp
6010 * gdb.base/unwindonsignal.exp
6011 * gdb.base/watch-cond.exp
6012 * gdb.base/watch-non-mem.exp
6013 * gdb.base/watch_thread_num.exp
6014 * gdb.base/watchpoint-reuse-slot.exp
6015 * gdb.base/watchpoint-solib.exp
6016 * gdb.base/watchpoint.exp
6017 * gdb.btrace/dlopen.exp
6018 * gdb.cell/arch.exp
6019 * gdb.cell/break.exp
6020 * gdb.cell/bt.exp
6021 * gdb.cell/core.exp
6022 * gdb.cell/data.exp
6023 * gdb.cell/dwarfaddr.exp
6024 * gdb.cell/ea-cache.exp
6025 * gdb.cell/ea-standalone.exp
6026 * gdb.cell/ea-test.exp
6027 * gdb.cell/f-regs.exp
6028 * gdb.cell/fork.exp
6029 * gdb.cell/gcore.exp
6030 * gdb.cell/mem-access.exp
6031 * gdb.cell/ptype.exp
6032 * gdb.cell/registers.exp
6033 * gdb.cell/sizeof.exp
6034 * gdb.cell/solib-symbol.exp
6035 * gdb.cell/solib.exp
6036 * gdb.compile/compile-tls.exp
6037 * gdb.cp/exception.exp
6038 * gdb.cp/gdb2495.exp
6039 * gdb.cp/local.exp
6040 * gdb.cp/mb-inline.exp
6041 * gdb.cp/mb-templates.exp
6042 * gdb.cp/pr10687.exp
6043 * gdb.cp/pr9167.exp
6044 * gdb.cp/scope-err.exp
6045 * gdb.cp/templates.exp
6046 * gdb.cp/virtfunc.exp
6047 * gdb.dwarf2/dw2-dir-file-name.exp
6048 * gdb.dwarf2/dw2-single-line-discriminators.exp
6049 * gdb.fortran/complex.exp
6050 * gdb.fortran/library-module.exp
6051 * gdb.guile/guile.exp
6052 * gdb.guile/scm-cmd.exp
6053 * gdb.guile/scm-frame-inline.exp
6054 * gdb.guile/scm-objfile.exp
6055 * gdb.guile/scm-pretty-print.exp
6056 * gdb.guile/scm-symbol.exp
6057 * gdb.guile/scm-type.exp
6058 * gdb.guile/scm-value.exp
6059 * gdb.linespec/keywords.exp
6060 * gdb.linespec/ls-errs.exp
6061 * gdb.linespec/macro-relative.exp
6062 * gdb.linespec/thread.exp
6063 * gdb.mi/mi-breakpoint-changed.exp
6064 * gdb.mi/mi-dprintf-pending.exp
6065 * gdb.mi/mi-fullname-deleted.exp
6066 * gdb.mi/mi-logging.exp
6067 * gdb.mi/mi-pending.exp
6068 * gdb.mi/mi-solib.exp
6069 * gdb.mi/new-ui-mi-sync.exp
6070 * gdb.mi/user-selected-context-sync.exp
6071 * gdb.multi/dummy-frame-restore.exp
6072 * gdb.multi/multi-arch-exec.exp
6073 * gdb.multi/remove-inferiors.exp
6074 * gdb.multi/watchpoint-multi-exit.exp
6075 * gdb.opt/solib-intra-step.exp
6076 * gdb.perf/backtrace.exp
6077 * gdb.perf/single-step.exp
6078 * gdb.perf/skip-command.exp
6079 * gdb.perf/skip-prologue.exp
6080 * gdb.perf/solib.exp
6081 * gdb.python/lib-types.exp
6082 * gdb.python/py-as-string.exp
6083 * gdb.python/py-bad-printers.exp
6084 * gdb.python/py-block.exp
6085 * gdb.python/py-breakpoint.exp
6086 * gdb.python/py-cmd.exp
6087 * gdb.python/py-events.exp
6088 * gdb.python/py-evthreads.exp
6089 * gdb.python/py-finish-breakpoint.exp
6090 * gdb.python/py-finish-breakpoint2.exp
6091 * gdb.python/py-frame-inline.exp
6092 * gdb.python/py-frame.exp
6093 * gdb.python/py-inferior.exp
6094 * gdb.python/py-infthread.exp
6095 * gdb.python/py-mi.exp
6096 * gdb.python/py-objfile.exp
6097 * gdb.python/py-pp-maint.exp
6098 * gdb.python/py-pp-registration.exp
6099 * gdb.python/py-prettyprint.exp
6100 * gdb.python/py-recurse-unwind.exp
6101 * gdb.python/py-shared.exp
6102 * gdb.python/py-symbol.exp
6103 * gdb.python/py-symtab.exp
6104 * gdb.python/py-template.exp
6105 * gdb.python/py-type.exp
6106 * gdb.python/py-unwind-maint.exp
6107 * gdb.python/py-unwind.exp
6108 * gdb.python/py-value.exp
6109 * gdb.python/python.exp
6110 * gdb.reverse/finish-reverse-bkpt.exp
6111 * gdb.reverse/insn-reverse.exp
6112 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6113 * gdb.reverse/solib-precsave.exp
6114 * gdb.reverse/solib-reverse.exp
6115 * gdb.stabs/gdb11479.exp
6116 * gdb.stabs/weird.exp
6117 * gdb.threads/fork-child-threads.exp
6118 * gdb.threads/fork-plus-threads.exp
6119 * gdb.threads/fork-thread-pending.exp
6120 * gdb.threads/forking-threads-plus-breakpoint.exp
6121 * gdb.threads/hand-call-in-threads.exp
6122 * gdb.threads/interrupted-hand-call.exp
6123 * gdb.threads/linux-dp.exp
6124 * gdb.threads/local-watch-wrong-thread.exp
6125 * gdb.threads/next-while-other-thread-longjmps.exp
6126 * gdb.threads/non-ldr-exit.exp
6127 * gdb.threads/pending-step.exp
6128 * gdb.threads/print-threads.exp
6129 * gdb.threads/process-dies-while-detaching.exp
6130 * gdb.threads/process-dies-while-handling-bp.exp
6131 * gdb.threads/pthreads.exp
6132 * gdb.threads/queue-signal.exp
6133 * gdb.threads/reconnect-signal.exp
6134 * gdb.threads/signal-command-handle-nopass.exp
6135 * gdb.threads/signal-command-multiple-signals-pending.exp
6136 * gdb.threads/signal-delivered-right-thread.exp
6137 * gdb.threads/signal-sigtrap.exp
6138 * gdb.threads/sigthread.exp
6139 * gdb.threads/staticthreads.exp
6140 * gdb.threads/stepi-random-signal.exp
6141 * gdb.threads/thread-unwindonsignal.exp
6142 * gdb.threads/thread_check.exp
6143 * gdb.threads/thread_events.exp
6144 * gdb.threads/tid-reuse.exp
6145 * gdb.threads/tls-nodebug.exp
6146 * gdb.threads/tls-shared.exp
6147 * gdb.threads/tls-so_extern.exp
6148 * gdb.threads/tls.exp
6149 * gdb.threads/wp-replication.exp
6150 * gdb.trace/actions-changed.exp
6151 * gdb.trace/actions.exp
6152 * gdb.trace/backtrace.exp
6153 * gdb.trace/change-loc.exp
6154 * gdb.trace/collection.exp
6155 * gdb.trace/deltrace.exp
6156 * gdb.trace/disconnected-tracing.exp
6157 * gdb.trace/entry-values.exp
6158 * gdb.trace/ftrace-lock.exp
6159 * gdb.trace/ftrace.exp
6160 * gdb.trace/infotrace.exp
6161 * gdb.trace/mi-trace-frame-collected.exp
6162 * gdb.trace/mi-trace-unavailable.exp
6163 * gdb.trace/mi-traceframe-changed.exp
6164 * gdb.trace/mi-tracepoint-changed.exp
6165 * gdb.trace/mi-tsv-changed.exp
6166 * gdb.trace/no-attach-trace.exp
6167 * gdb.trace/packetlen.exp
6168 * gdb.trace/passc-dyn.exp
6169 * gdb.trace/passcount.exp
6170 * gdb.trace/pending.exp
6171 * gdb.trace/pr16508.exp
6172 * gdb.trace/qtro.exp
6173 * gdb.trace/range-stepping.exp
6174 * gdb.trace/read-memory.exp
6175 * gdb.trace/report.exp
6176 * gdb.trace/save-trace.exp
6177 * gdb.trace/signal.exp
6178 * gdb.trace/stap-trace.exp
6179 * gdb.trace/status-stop.exp
6180 * gdb.trace/strace.exp
6181 * gdb.trace/tfile.exp
6182 * gdb.trace/tfind.exp
6183 * gdb.trace/trace-break.exp
6184 * gdb.trace/trace-condition.exp
6185 * gdb.trace/trace-enable-disable.exp
6186 * gdb.trace/trace-mt.exp
6187 * gdb.trace/tracecmd.exp
6188 * gdb.trace/tracefile-pseudo-reg.exp
6189 * gdb.trace/tspeed.exp
6190 * gdb.trace/tstatus.exp
6191 * gdb.trace/tsv.exp
6192 * gdb.trace/unavailable.exp
6193 * gdb.trace/while-dyn.exp
6194 * gdb.trace/while-stepping.exp
6195 * lib/gdb-guile.exp
6196 * lib/gdb.exp
6197 * lib/mi-support.exp
6198 * lib/pascal.exp
6199 * lib/perftest.exp
6200 * lib/prelink-support.exp
6201 * lib/selftest-support.exp
6202
6203 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
6204
6205 * Makefile.in: Include disable-implicit-rules.mk.
6206
6207 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6208
6209 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
6210 non-byte-aligned bit fields.
6211
6212 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6213
6214 PR gdb/12616
6215 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
6216 respects the DW_AT_data_bit_offset attribute.
6217
6218 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
6219
6220 * gdb.base/default.exp: Fix output of "set language".
6221
6222 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
6223
6224 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
6225 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
6226 make.
6227 * configure.ac: Remove checks for the make program.
6228 * configure: Re-generate.
6229
6230 2016-11-16 Kevin Buettner <kevinb@redhat.com>
6231
6232 * gdb.python/py-recurse-unwind.c (main): Add loop.
6233 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
6234 to read_register() and gdb.parse_and_eval(). Make each code
6235 call a separate case that can be individually tested.
6236 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
6237 proc. Call cont_and_backtrace for each of the code paths that
6238 we want to test in the unwinder.
6239
6240 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
6241
6242 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
6243 the definition of struct S.
6244
6245 2016-11-11 Catherine Moore <clm@codesourcery.com>
6246
6247 * gdb.base/dump.exp: Identify verilog format dump tests as such.
6248
6249 2016-11-09 Pedro Alves <palves@redhat.com>
6250
6251 * gdb.base/commands.exp (runto_or_return): New procedure.
6252 (gdbvar_simple_if_test, gdbvar_simple_while_test)
6253 (gdbvar_complex_if_while_test, progvar_simple_if_test)
6254 (progvar_simple_while_test, progvar_complex_if_while_test)
6255 (if_while_breakpoint_command_test)
6256 (infrun_breakpoint_command_test, breakpoint_command_test)
6257 (user_defined_command_test, watchpoint_command_test)
6258 (test_command_prompt_position, redefine_hook_test)
6259 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
6260 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
6261 multi_line_input and multi_line. Remove gdb_expect and
6262 gdb_stop_suppressing_tests uses.
6263 * lib/gdb.exp (valnum_re): New global.
6264 (multi_line_input): New procedure.
6265
6266 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
6267
6268 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
6269 Remove.
6270 (test_setup): Define with proc_with_prefix.
6271 (test_cli_inferior): Likewise.
6272 (test_cli_thread): Likewise.
6273 (test_cli_frame): Likewise.
6274 (test_cli_select_frame): Likewise.
6275 (test_cli_up_down): Likewise.
6276 (test_mi_thread_select): Likewise.
6277 (test_mi_stack_select_frame): Likewise.
6278 (test_cli_in_mi_inferior): Likewise.
6279 (test_cli_in_mi_thread): Likewise.
6280 (test_cli_in_mi_frame): Likewise.
6281 (top level): Do not use with_test_prefix_procname.
6282
6283 2016-11-09 Pedro Alves <palves@redhat.com>
6284
6285 * gdb.base/commands.exp (gdbvar_simple_if_test)
6286 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
6287 (progvar_simple_if_test, progvar_simple_while_test)
6288 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
6289 (infrun_breakpoint_command_test, breakpoint_command_test)
6290 (user_defined_command_test, watchpoint_command_test)
6291 (test_command_prompt_position, deprecated_command_test)
6292 (bp_deleted_in_command, temporary_breakpoint_commands)
6293 (stray_arg0_test, source_file_with_indented_comment)
6294 (recursive_source_test, if_commands_test)
6295 (error_clears_commands_left, redefine_hook_test)
6296 (redefine_backtrace_test): Use proc_with_prefix.
6297 * lib/gdb.exp (proc_with_prefix): New proc.
6298
6299 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6300
6301 * gdb.base/tui-layout.c: New file.
6302 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
6303 disassembly window contains very long lines.
6304
6305 2016-11-08 Tom Tromey <tom@tromey.com>
6306
6307 * gdb.python/py-value.exp (test_value_creation): Make "long" test
6308 depend on Python 2.
6309
6310 2016-11-08 Tom Tromey <tom@tromey.com>
6311
6312 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
6313 New method.
6314
6315 2016-10-29 Manish Goregaokar <manish@mozilla.com>
6316
6317 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
6318
6319 2016-10-27 Manish Goregaokar <manish@mozilla.com>
6320
6321 * gdb.rust/simple.rs: Add test for univariant enums without
6322 discriminants and for encoded struct-like enums.
6323
6324 2016-10-28 Pedro Alves <palves@redhat.com>
6325
6326 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
6327 gdb_test_multiple, tighten regexps and match symtabs and line
6328 tables incrementally.
6329
6330 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
6331
6332 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
6333 general.
6334
6335 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
6336
6337 * gdb.base/exec-invalid-sysroot.exp: New file.
6338
6339 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6340
6341 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
6342
6343 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6344
6345 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
6346
6347 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
6348
6349 * gdb.base/killed-outside.exp: Remove $options from a call to
6350 `prepare_for_testing'.
6351
6352 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6353
6354 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6355 Change test message.
6356
6357 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6358
6359 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6360 Update comment.
6361
6362 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6363
6364 * gdb.trace/mi-trace-save.exp: New file.
6365
6366 2016-10-13 Yao Qi <yao.qi@linaro.org>
6367
6368 * gdb.base/code_elim.exp (get_var_address): Remove.
6369 * gdb.base/relocate.exp: Likewise.
6370 * gdb.base/shreloc.exp: Likewise.
6371 * lib/gdb.exp (get_var_address): New.
6372
6373 2016-10-13 Yao Qi <yao.qi@linaro.org>
6374
6375 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
6376 floating point tests if $skip_float_test is false.
6377
6378 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
6379
6380 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
6381 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
6382 argc values.
6383 Add 1 to argc so we guarantee distinct initial/modified argc values.
6384
6385 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6386
6387 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
6388
6389 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6390
6391 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
6392 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
6393 * gdb.arch/vsx-regs.exp: Likewise.
6394
6395 2016-10-07 Yao Qi <yao.qi@linaro.org>
6396
6397 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
6398
6399 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
6400
6401 * gdb.python/python.exp: Test decode_line("*0").
6402
6403 2016-10-06 Doug Evans <dje@google.com>
6404
6405 * gdb.python/py-value.exp (test_value_creation): Add test for large
6406 unsigned 64-bit value.
6407
6408 2016-10-06 Tom Tromey <tom@tromey.com>
6409
6410 * gdb.compile/compile.exp: Change java tests to rust.
6411 * gdb.base/setshow.exp: Change java tests to rust.
6412 * gdb.base/default.exp: Remove java from language list.
6413 * README (Examples): Update language example.
6414 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
6415 test.
6416 * lib/gdb.exp (skip_java_tests): Remove.
6417 * lib/java.exp: Remove.
6418 * gdb.java: Remove.
6419
6420 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6421
6422 * gdb.arch/mips-fcr.exp: New test.
6423 * gdb.arch/mips-fcr.c: Source for the new test.
6424
6425 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6426
6427 * gdb.base/solib-disc.exp: Use `standard_output_file'
6428 throughout.
6429
6430 2016-10-06 Pedro Alves <palves@redhat.com>
6431
6432 * gdb.base/jit-simple-dl.c: New file.
6433 * gdb.base/jit-simple-jit.c: New file, factored out from ...
6434 * gdb.base/jit-simple.c: ... this.
6435 * gdb.base/jit-simple.exp (jit_run): Delete.
6436 (build_jit): New proc.
6437 (jit_test_reread): Recompile either the main program or the shared
6438 library, depending on what is being tested. Skip changing address
6439 if caller wants to. Compare before/after addresses. If testing
6440 standalone, explicitly load the binary. Test "maint info
6441 breakpoints".
6442 (top level): Add "standalone vs shared lib" and "change address"
6443 vs "same address" axes.
6444
6445 2016-10-06 Pedro Alves <palves@redhat.com>
6446
6447 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
6448 call.
6449 (jit_run): Delete.
6450 (jit_test_reread): Use with_test_prefix. Reload the main binary
6451 explicitly. Compare the before/after addresses of the JIT
6452 descriptor.
6453
6454 2016-08-15 Doug Evans <dje@google.com>
6455
6456 * gdb.xml/extra-regs.xml: Update, end field now required, default type
6457 for single bitfields is bool.
6458 * gdb.xml/tdesc-regs.exp: Ditto.
6459
6460 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6461
6462 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
6463
6464 2016-10-05 Yao Qi <yao.qi@linaro.org>
6465
6466 * lib/gdb.exp (support_complex_tests): Return zero if
6467 gdb_skip_float_test return true.
6468
6469 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
6470 Simon Marchi <simon.marchi@ericsson.com>
6471
6472 PR gdb/20487
6473 * gdb.mi/user-selected-context-sync.exp: New file.
6474 * gdb.mi/user-selected-context-sync.c: New file.
6475
6476 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
6477 Simon Marchi <simon.marchi@ericsson.com>
6478
6479 PR gdb/20487
6480 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
6481 =thread-select-event check.
6482
6483 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
6484
6485 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
6486 the compulsory L operand changes.
6487 * gdb.arch/powerpc-power.s: Likewise.
6488
6489 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6490
6491 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
6492 * gdb.base/jit-attach-pie.c: New file.
6493 * gdb.base/jit-attach-pie.exp: New file.
6494
6495 2016-09-28 Pedro Alves <palves@redhat.com>
6496
6497 * gdb.base/infcall-input.c: New file.
6498 * gdb.base/infcall-input.exp: New file.
6499
6500 2016-09-22 Yao Qi <yao.qi@linaro.org>
6501
6502 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
6503 (gdb_exit): Rename it to ...
6504 (gdbserver_gdb_exit): ... Close GDBserver.
6505 (gdb_exit): New proc, call gdbserver_gdb_exit.
6506 (mi_gdb_exit): Likewise.
6507
6508 2016-09-22 Yao Qi <yao.qi@linaro.org>
6509
6510 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
6511 path.
6512 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
6513 Remove duplication.
6514
6515 2016-09-22 Yao Qi <yao.qi@linaro.org>
6516
6517 * lib/gdbserver-support.exp: Check the existence of
6518 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
6519
6520 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
6521
6522 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
6523
6524 2016-09-21 Tom Tromey <tom@tromey.com>
6525
6526 PR gdb/20604:
6527 * gdb.base/quit.exp: New file.
6528
6529 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
6530
6531 * .gitignore: New file.
6532
6533 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
6534
6535 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
6536 throughout.
6537
6538 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6539
6540 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
6541
6542 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6543
6544 * gdb.cp/casts.cc (decltype): Move it ...
6545 (main): ... with its call to ...
6546 * gdb.cp/casts03.cc: ... a new file.
6547 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
6548
6549 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6550
6551 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
6552
6553 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
6554
6555 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
6556 and sync up the test with tests in gas/testsuite/gas/ppc.
6557 * gdb.arch/powerpc-power.exp: Likewise.
6558
6559 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6560
6561 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
6562
6563 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
6564 Jan Kratochvil <jan.kratochvil@redhat.com>
6565
6566 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
6567 make m1's definition to be different from m2's. Use 'dummy' as an
6568 argument for probe 'two'.
6569
6570 2016-09-10 Jon Beniston <jon@beniston.com>
6571
6572 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
6573 for sim target.
6574
6575 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6576
6577 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
6578 variable declaration.
6579 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
6580 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
6581 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
6582 received HWCAP as its argument.
6583
6584 2016-09-06 Pedro Alves <palves@redhat.com>
6585
6586 * gdb.base/new-ui-pending-input.c: New file.
6587 * gdb.base/new-ui-pending-input.exp: New file.
6588 * gdb.exp (clear_gdb_spawn_id): New procedure.
6589 (with_spawn_id): Check whether gdb_spawn_id exists before
6590 referencing it. If gdb_spawn_id didn't exist on entry, clear it
6591 on exit.
6592
6593 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6594
6595 * gdb.base/float128.c: New file.
6596 * gdb.base/float128.exp: Likewise.
6597 * gdb.base/floatn.c: Likewise.
6598 * gdb.base/floatn.exp: Likewise.
6599
6600 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6601
6602 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
6603
6604 2016-09-05 Pedro Alves <palves@redhat.com>
6605
6606 PR backtrace/19927
6607 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
6608 unwinders are immediately called as side effect of "source" or
6609 "disable unwinder" commands.
6610 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
6611
6612 2016-09-02 Yao Qi <yao.qi@linaro.org>
6613
6614 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
6615 is true and $type is "float" or "double".
6616
6617 2016-09-02 Yao Qi <yao.qi@linaro.org>
6618
6619 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
6620 true.
6621 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
6622 * gdb.base/call-rt-st.exp: Likewise.
6623 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
6624 return value instead of gdb,skip_float_test.
6625 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
6626 (do_function_calls): Use its return value instead of
6627 gdb,skip_float_test.
6628 * gdb.base/finish.exp: Likewise.
6629 * gdb.base/funcargs.exp: Likewise.
6630 * gdb.base/return.exp: Likewise.
6631 * gdb.base/return2.exp: Likewise.
6632 * gdb.base/varargs.exp: Likewise.
6633 * lib/gdb.exp (gdb_skip_float_test): Change it to
6634 gdb_caching_proc. Detect the broken ptrace on arm-linux.
6635
6636 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6637
6638 * gdb.multi/tids.exp: Test "thread apply all".
6639
6640 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6641
6642 * gdb.base/default.exp (tty): Remove.
6643
6644 2016-08-24 Kevin Buettner <kevinb@redhat.com>
6645
6646 * gdb.python/py-recurse-unwind.c: New file.
6647 * gdb.python/py-recurse-unwind.py: New file.
6648 * gdb.python/py-recurse-unwind.exp: New file.
6649
6650 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
6651
6652 * gdb.base/set-inferior-tty.exp: New file.
6653 * gdb.base/set-inferior-tty.c: New file.
6654
6655 2016-08-23 Pedro Alves <palves@redhat.com>
6656
6657 PR gdb/20494
6658 * gdb.base/new-ui-echo.c: New file.
6659 * gdb.base/new-ui-echo.exp: New file.
6660
6661 2016-08-23 Yao Qi <yao.qi@linaro.org>
6662
6663 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
6664 gdbserver_spawn.
6665 * gdb.server/connect-without-multi-process.exp (do_test):
6666 Likewise.
6667
6668 2016-08-23 Yao Qi <yao.qi@linaro.org>
6669
6670 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
6671 standalone_txt. Delete gdb_txt and standalone_txt on host
6672 and target. Spawn the binary on target. Copy files from
6673 target to host.
6674
6675 2016-08-22 Pedro Alves <palves@redhat.com>
6676
6677 PR gdb/20505
6678 * gdb.base/vdso-warning.exp: Test core dumps too. Use
6679 with_test_prefix. Factor out bits to ...
6680 (test_no_vdso): ... this new procedure.
6681
6682 2016-08-19 Carl Love <cel@us.ibm.com>
6683
6684 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
6685 maintaining separate logic for constructing the output path.
6686 * gdb.arch/powerpc-d128-regs.exp: Likewise.
6687 * gdb.arch/ppc-dfp.exp: Likewise.
6688 * gdb.arch/ppc-fp.exp: Likewise.
6689 * gdb.arch/vsx-regs.exp: Likewise.
6690 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
6691 binprefix for generating the additional binary files.
6692
6693 2016-08-19 Pedro Alves <palves@redhat.com>
6694
6695 * gdb.trace/mi-trace-frame-collected.exp
6696 (test_trace_frame_collected): On x32, expect two registers.
6697
6698 2016-08-18 Carl Love <cel@us.ibm.com>
6699
6700 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
6701 and sync up the test with tests in gas/testsuite/gas/ppc.
6702 * gdb.arch/powerpc-power.exp: Likewise.
6703
6704 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6705
6706 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
6707 expected error message.
6708
6709 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6710
6711 * gdb.multi/remove-inferiors.exp: New file.
6712 * gdb.multi/remove-inferiors.c: New file.
6713
6714 2016-08-12 Yao Qi <yao.qi@linaro.org>
6715
6716 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
6717 argument list.
6718
6719 2016-08-10 Pedro Alves <palves@redhat.com>
6720
6721 PR gdb/19187
6722 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
6723 setup_kfails.
6724
6725 2016-08-09 Pedro Alves <palves@redhat.com>
6726 Simon Marchi <simon.marchi@ericsson.com>
6727
6728 PR gdb/20418
6729 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
6730 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
6731
6732 2016-08-09 Pedro Alves <palves@redhat.com>
6733
6734 PR mi/20431
6735 * gdb.mi/mi-cmd-error.exp: New file.
6736
6737 2016-08-09 Pedro Alves <palves@redhat.com>
6738
6739 PR gdb/18653
6740 * gdb.base/signals-state-child.c: New file.
6741 * gdb.base/signals-state-child.exp: New file.
6742 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
6743
6744 2016-08-09 Pedro Alves <palves@redhat.com>
6745
6746 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
6747
6748 2016-08-03 Tom Tromey <tom@tromey.com>
6749
6750 PR python/18565:
6751 * gdb.python/py-frame-inline.exp: Add Frame.function test.
6752
6753 2016-08-01 Yao Qi <yao.qi@linaro.org>
6754
6755 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
6756 variable mode to "multi-process" if $multi_process is 1, otherwise
6757 set it to "single-process".
6758
6759 2016-08-01 Yao Qi <yao.qi@linaro.org>
6760
6761 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
6762 * gdb.cp/cpexprs.exp: Likewise.
6763 * gdb.cp/m-static.exp: Likewise.
6764
6765 2016-07-26 Tom Tromey <tom@tromey.com>
6766
6767 PR python/20190:
6768 * gdb.threads/tls.exp (check_thread_local): Add python symbol
6769 test.
6770
6771 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
6772
6773 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
6774 selecting assembly source files.
6775 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
6776 assembly source files.
6777 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
6778 assembly source files.
6779 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
6780 selecting assembly source files.
6781
6782 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
6783
6784 * gdb.base/new-ui.exp (do_test_invalid_args): New
6785 procedure.
6786
6787 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
6788
6789 * gdb.btrace/reconnect.c: New file.
6790 * gdb.btrace/reconnect.exp: New file.
6791
6792 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
6793
6794 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
6795 to test_catch_syscall_group.
6796 (test_catch_syscall_group): New.
6797
6798 2016-07-21 Tom Tromey <tom@tromey.com>
6799
6800 * gdb.rust/simple.rs (main): Use empty struct expression.
6801 * gdb.rust/simple.exp: Add tests for empty struct expression.
6802
6803 2016-07-21 Yao Qi <yao.qi@linaro.org>
6804
6805 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
6806 if gdb_skip_xml_test is true on some targets.
6807
6808 2016-07-21 Yao Qi <yao.qi@linaro.org>
6809
6810 * gdb.server/solib-list.exp: Unset last_loaded_file.
6811
6812 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6813
6814 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
6815 "step into captured_main (args)".
6816
6817 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6818
6819 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
6820
6821 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6822
6823 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
6824
6825 2016-07-19 Pedro Alves <palves@redhat.com>
6826
6827 * gdb.opt/inline-break.exp: Remove optimize=-O2.
6828 * gdb.opt/inline-bt.exp: Likewise.
6829 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
6830 additional_flags=-Winline.
6831 * gdb.opt/inline-locals.exp: Likewise.
6832 * gdb.opt/inline-markers.c (ATTR): Define.
6833 (inlined_fn): Use it.
6834
6835 2016-07-19 Yao Qi <yao.qi@linaro.org>
6836
6837 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
6838 (test_with_self): Remove some code. Remove argument executable.
6839 (top-level): Use do_self_tests.
6840
6841 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
6842 Don Breazeal <donb@codesourcery.com>
6843
6844 * gdb.base/maint.exp: Escape paths used in regular expressions.
6845 * gdb.stabs/weird.exp: Likewise.
6846
6847 2016-07-13 Tom Tromey <tom@tromey.com>
6848
6849 PR python/15620, PR python/18620:
6850 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
6851 (test_bkpt_events): New procs.
6852
6853 2016-07-13 Tom Tromey <tom@tromey.com>
6854
6855 PR python/17698:
6856 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
6857 test.
6858 (test_watchpoints): Likewise.
6859 (test_bkpt_pending): New proc.
6860
6861 2016-07-13 Tom Tromey <tom@tromey.com>
6862
6863 PR cli/18053:
6864 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
6865 completion test.
6866
6867 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6868
6869 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
6870 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
6871 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
6872 f_label.
6873 (g): Rename g_end_lbl to g_label.
6874 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
6875 low_pc and high_pc.
6876 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
6877
6878 2016-07-12 Tom Tromey <tom@tromey.com>
6879
6880 PR python/19293:
6881 * gdb.python/py-unwind-maint.exp: Update tests.
6882
6883 2016-07-12 Yao Qi <yao.qi@linaro.org>
6884
6885 * lib/selftest-support.exp (selftest_setup): Match the output
6886 when captured_main is inlined.
6887
6888 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6889
6890 * gdb.fortran/derived-types.exp (result_line, result_line_2):
6891 New variables.
6892 (print this%a, print this%b, print this): New tests.
6893 * gdb.fortran/derived-types.f90 (this): New object and
6894 initialization.
6895
6896 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6897
6898 * gdb.ada/arraydim.exp: Remove extra directory level in build
6899 directory.
6900
6901 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6902
6903 * lib/ada.exp: Remove extra directory level in build directory.
6904 * gdb.ada/cond_lang.exp: Likewise.
6905 * gdb.ada/exec_changed.exp: Likewise.
6906 * gdb.ada/lang_switch.exp: Likewise.
6907
6908 2016-07-06 Manish Goregaokar <manish@mozilla.com>
6909
6910 * simple.rs: Add test for raw pointer subscripting.
6911 * simple.exp: Add test expectations.
6912
6913 2016-07-05 Yao Qi <yao.qi@linaro.org>
6914
6915 * gdb.mi/mi-reverse.exp: Match =record-started output.
6916
6917 2016-07-01 Pedro Alves <palves@redhat.com>
6918
6919 * gdb.base/jit-reader.exp (info_registers_current_frame): New
6920 procedure.
6921 (jit_reader_test): Test the jit reader's unwinder.
6922 * gdb.base/jithost.c (jit_function_00_code): New global.
6923 (main): Use memcpy to fill in the mmapped code, instead of poking
6924 bytes manually here.
6925 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
6926 value.
6927 (read_debug_info): Save the function's range.
6928 (read_sp): New function.
6929 (unwind_frame): Use it. Also unwind RBP.
6930 (get_frame_id): Use read_sp.
6931 (gdb_init_reader): Use calloc instead of malloc.
6932 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
6933 parameter. Use gdb_test_multiple.
6934
6935 2016-07-01 Pedro Alves <palves@redhat.com>
6936 Antoine Tremblay <antoine.tremblay@ericsson.com>
6937
6938 * gdb.threads/process-dies-while-detaching.c: New file.
6939 * gdb.threads/process-dies-while-detaching.exp: New file.
6940
6941 2016-07-01 Pedro Alves <palves@redhat.com>
6942
6943 * gdb.multi/watchpoint-multi-exit.c: New file.
6944 * gdb.multi/watchpoint-multi-exit.exp: New file.
6945
6946 2016-06-30 Pedro Alves <palves@redhat.com>
6947
6948 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
6949 unset inferior_spawn_id.
6950
6951 2016-06-30 Pedro Alves <palves@redhat.com>
6952
6953 * lib/mi-support.exp (default_mi_gdb_start): Declare global
6954 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
6955
6956 2016-06-29 Yao Qi <yao.qi@linaro.org>
6957
6958 * gdb.base/return.c: Add copyright header.
6959
6960 2016-06-29 Tom Tromey <tom@tromey.com>
6961
6962 PR python/20129:
6963 * gdb.python/py-framefilter.exp: Add tests for setting priority
6964 and disabling of non-existent frame filter.
6965
6966 2016-06-29 Yao Qi <yao.qi@linaro.org>
6967
6968 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
6969 0x0f07ff.
6970
6971 2016-06-28 Yao Qi <yao.qi@linaro.org>
6972
6973 * gdb.base/catch-syscall.exp: Remove check on isnative and target
6974 triplets. Start gdb, execute catch syscall, and continue. Check
6975 gdb's output to determine catch syscall is supported.
6976
6977 2016-06-27 Manish Goregaokar <manish@mozilla.com>
6978
6979 * gdb.rust/simple.rs: Add test for returning unit in a function.
6980 * gdb.rust/simple.exp: Add expectation for functions returning
6981 unit.
6982
6983 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
6984
6985 * gdb.python/py-breakpoint-create-fail.c,
6986 gdb.python/py-breakpoint-create-fail.exp,
6987 gdb.python/py-breakpoint-create-fail.py: New testcase.
6988
6989 2016-06-25 Manish Goregaokar <manish@mozilla.com>
6990
6991 PR gdb/20239
6992 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
6993 * gdb.rust/simple.exp: Add test expectations for new NonZero
6994 tests.
6995
6996 2016-06-24 David Taylor <dtaylor@emc.com>
6997
6998 * gdb.base/offsets.exp: New file.
6999 * gdb.base/offsets.c: New file.
7000
7001 2016-06-23 Tom Tromey <tom@tromey.com>
7002
7003 PR gdb/16483:
7004 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
7005 before any filters are loaded.
7006
7007 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
7008
7009 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
7010 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
7011 structs.
7012 * gdb.fortran/derived-type-function.exp: New file.
7013 * gdb.fortran/derived-type-function.f90: New file.
7014
7015
7016 2016-06-21 Pedro Alves <palves@redhat.com>
7017
7018 * gdb.base/new-ui.exp: New file.
7019 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
7020 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
7021 (with_spawn_id): New procedure.
7022
7023 2016-06-21 Pedro Alves <palves@redhat.com>
7024
7025 * gdb.mi/mi-exec-run.exp: New file.
7026
7027 2016-06-21 Pedro Alves <palves@redhat.com>
7028
7029 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
7030 breakpoint command's output on the main UI.
7031 (test_break): New procedure, factored out from calls in the top
7032 level.
7033 (top level): Use foreach_with_prefix to test MI as main UI and as
7034 separate UI.
7035
7036 2016-06-21 Pedro Alves <palves@redhat.com>
7037
7038 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
7039 (test_awatch_creation_and_listing)
7040 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
7041 Remove 'type' parameter.
7042 (test_watchpoint_all): New parameter mi_mode. Remove
7043 with_test_prefix.
7044 (top level): Use foreach_with_prefix, and add main/separate UI MI
7045 testing axis.
7046
7047 2016-06-21 Pedro Alves <palves@redhat.com>
7048
7049 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
7050 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
7051 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
7052 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
7053 (gdb_main_spawn_id, mi_spawn_id): Declare and
7054 comment.
7055 (mi_create_inferior_pty): New procedure,
7056 factored out from default_mi_gdb_start.
7057 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
7058 procedures.
7059 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
7060 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
7061 Use mi_create_inferior_pty.
7062 (mi_gdb_start): Use eval to pass down args list.
7063
7064 2016-06-21 Pedro Alves <palves@redhat.com>
7065
7066 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
7067 * gdb.opt/inline-cmds.exp: Add MI tests.
7068
7069 2016-06-21 Pedro Alves <palves@redhat.com>
7070
7071 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
7072
7073 2016-06-21 Pedro Alves <palves@redhat.com>
7074
7075 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
7076 (top level): Use it instead of mi_execute_to.
7077
7078 2016-06-21 Pedro Alves <palves@redhat.com>
7079
7080 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
7081 (cont_handler_str): New.
7082 (signal_stop_handler): Set stop_handler_str instead of printing to
7083 stdout.
7084 (continue_handler): Set cont_handler_str instead of printing to
7085 stdout.
7086 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
7087 mi_send_resuming_command. Print stop_handler_str and
7088 cont_handler_str instead of expecting the python events print
7089 directly.
7090
7091 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
7092
7093 * gdb.base/jit-reader.exp: New file.
7094 * gdb.base/jithost.c: New file.
7095 * gdb.base/jithost.h: New file.
7096 * gdb.base/jitreader.c : New file.
7097 * gdb.base/jit-protocol.h: New file.
7098
7099 2016-06-17 Yao Qi <yao.qi@linaro.org>
7100
7101 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
7102 parameters follow_fork and detach_on_fork. Set follow-fork-mode
7103 and detach-on-fork. Adjust tests.
7104 (top level): Invoke break_cond_on_syscall with combinations of
7105 syscall, follow-fork-mode and detach-on-fork.
7106
7107 2016-06-17 Yao Qi <yao.qi@linaro.org>
7108
7109 * gdb.base/step-over-exit.c: New.
7110 * gdb.base/step-over-exit.exp: New.
7111
7112 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
7113
7114 * gdb.base/float.exp: Add target check for nds32*-*-*.
7115 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
7116
7117 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
7118
7119 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
7120 for unsupported target features.
7121 * gdb.base/call-rt-st.exp: Likewise.
7122 * gdb.base/call-sc.exp: Likewise.
7123 * gdb.base/call-signal-resume.exp: Likewise.
7124 * gdb.base/call-strs.exp: Likewise.
7125 * gdb.base/callexit.exp: Likewise.
7126 * gdb.base/callfuncs.exp: Likewise.
7127 * gdb.base/nodebug.exp: Likewise.
7128 * gdb.base/printcmds.exp: Likewise.
7129 * gdb.base/ptype.exp: Likewise.
7130 * gdb.base/structs.exp: Likewise.
7131 * gdb.base/unwindonsignal.exp: Likewise.
7132 * gdb.cp/gdb2495.exp: Likewise.
7133 * gdb.cp/templates.exp: Likewise.
7134 * gdb.cp/virtfunc.exp: Likewise.
7135 * gdb.threads/hand-call-in-threads.exp: Likewise.
7136 * gdb.threads/interrupted-hand-call.exp: Likewise.
7137 * gdb.threads/thread-unwindonsignal.exp: Likewise.
7138
7139 2016-06-10 Tom Tromey <tom@tromey.com>
7140
7141 PR rust/20110:
7142 * gdb.rust/expr.exp: Add test for integer constant larger than
7143 i32.
7144
7145 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
7146
7147 * gdb.fortran/nested-funcs.exp: New.
7148 * gdb.fortran/nested-funcs.f90: New.
7149
7150 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
7151
7152 * gdb.base/examine-backward.c: New file.
7153 * gdb.base/examine-backward.exp: New file.
7154
7155 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
7156
7157 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
7158 matching.
7159
7160 2016-06-02 Tom Tromey <tom@tromey.com>
7161
7162 PR python/18984:
7163 * gdb.python/py-shared.exp: Add solib_name test.
7164
7165 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
7166
7167 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
7168
7169 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
7170
7171 PR c++/19893
7172 * gdb.dwarf2/implref.exp: Rename to...
7173 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
7174 * gdb.dwarf2/implref-array.c: New file.
7175 * gdb.dwarf2/implref-array.exp: Likewise.
7176 * gdb.dwarf2/implref-global.c: Likewise.
7177 * gdb.dwarf2/implref-global.exp: Likewise.
7178 * gdb.dwarf2/implref-struct.c: Likewise.
7179 * gdb.dwarf2/implref-struct.exp: Likewise.
7180
7181 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7182
7183 * gdb.trace/trace-condition.exp: Add 64bit tests.
7184
7185 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7186
7187 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
7188 bits types.
7189 (main): Adapt to 8 to 64 bits types.
7190 * gdb.trace/trace-condition.exp: Add new tests.
7191
7192 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7193
7194 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
7195
7196 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7197
7198 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
7199 Move condition tests...
7200 * gdb.trace/trace-condition.exp: Here.
7201
7202 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7203
7204 * gdb.trace/trace-condition.exp: Add counter-case tests.
7205
7206 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7207
7208 PR c++/15231
7209 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
7210 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
7211
7212 2016-05-27 Pedro Alves <palves@redhat.com>
7213
7214 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7215 New procedure.
7216 (top level): Call it, and bail out of DejaGnu is known to be bad.
7217
7218 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
7219
7220 * gdb.base/whatis.c: Extend the test case.
7221 * gdb.base/whatis.exp: Add additional tests.
7222
7223 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7224
7225 * gdb.fortran/type.f90: Add pointer variable.
7226 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
7227
7228 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7229
7230 * gdb.fortran/vla-type.exp: Fix testcase name.
7231
7232 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7233
7234 * gdb.fortran/vla-type.exp: Access elements in nested structs.
7235
7236 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7237
7238 * gdb.fortran/type.f90: Add nested structures.
7239 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
7240 * gdb.fortran/derived-type.exp: Adapt expected output.
7241 * gdb.fortran/vla-type.exp: Adapt expected output.
7242
7243 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7244
7245 * gdb.fortran/whatis_type.exp: Adapt expected output.
7246
7247 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7248
7249 * gdb.fortran/print_type.exp: Fix expected output.
7250 * gdb.fortran/whatis_type.exp: Fix expected output.
7251
7252 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7253
7254 * gdb.fortran/whatis_type.exp: Use multi_line.
7255
7256 2016-05-24 Tom Tromey <tom@tromey.com>
7257
7258 PR python/17386:
7259 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
7260 use value as an index.
7261
7262 2016-05-23 Tom Tromey <tom@tromey.com>
7263
7264 PR python/17981:
7265 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
7266 no-breakpoint case.
7267
7268 2016-05-24 Pedro Alves <palves@redhat.com>
7269
7270 PR gdb/19828
7271 * gdb.threads/clone-attach-detach.c: New file.
7272 * gdb.threads/clone-attach-detach.exp: New file.
7273
7274 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
7275
7276 * gdb.base/annota-input-while-running.exp: Fix syntax error.
7277
7278 2016-05-23 Tom Tromey <tom@tromey.com>
7279
7280 PR python/19438, PR python/18393:
7281 * gdb.python/py-progspace.exp: Add "dir" test.
7282 * gdb.python/py-objfile.exp: Add "dir" test.
7283
7284 2016-05-23 Yao Qi <yao.qi@linaro.org>
7285
7286 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
7287 * gdb.arch/thumb2-it.exp: Likewise.
7288
7289 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
7290
7291 * gdb.mi/mi-threads-interrupt.c: New file.
7292 * gdb.mi/mi-threads-interrupt.exp: New file.
7293
7294 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
7295
7296 PR gdb/18077
7297 * gdb.mi/mi-async-run.exp: New file.
7298 * gdb.mi/mi-async-run.c: New file.
7299
7300 2016-05-17 Tom Tromey <tom@tromey.com>
7301 Manish Goregaokar <manishsmail@gmail.com>
7302
7303 * lib/rust-support.exp: New file.
7304 * lib/gdb.exp (skip_rust_tests): New proc.
7305 (build_executable_from_specs): Handle rust.
7306 * lib/future.exp (gdb_find_rustc): New proc.
7307 (gdb_default_target_compile): Handle rust.
7308 * gdb.rust/expr.exp: New file.
7309 * gdb.rust/generics.exp: New file.
7310 * gdb.rust/generics.rs: New file.
7311 * gdb.rust/methods.exp: New file.
7312 * gdb.rust/methods.rs: New file.
7313 * gdb.rust/modules.exp: New file.
7314 * gdb.rust/modules.rs: New file.
7315 * gdb.rust/simple.exp: New file.
7316 * gdb.rust/simple.rs: New file.
7317
7318 2016-05-17 Tom Tromey <tom@tromey.com>
7319
7320 * gdb.base/default.exp (set language): Add rust.
7321
7322 2016-05-17 Tom Tromey <tom@tromey.com>
7323
7324 * gdb.gdb/unittest.exp: New file.
7325
7326 2016-05-16 Yao Qi <yao.qi@linaro.org>
7327
7328 * gdb.base/batch-preserve-term-settings.exp: Remove variable
7329 shell_prompt. Update shell_prompt_re.
7330
7331 2016-05-12 Doug Evans <dje@google.com>
7332
7333 PR symtab/19999
7334 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
7335 $options when building executable.
7336 * gdb.dwarf2/fission-loclists-pie.S: New file.
7337 * gdb.dwarf2/fission-loclists-pie.exp: New file.
7338
7339 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7340
7341 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
7342 of [is_remote target],
7343
7344 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7345
7346 * lib/gdb.exp (use_gdb_stub): New procedure.
7347
7348 2016-05-03 Yunlian Jiang <yunlian@google.com>
7349 Doug Evans <dje@google.com>
7350
7351 PR symtab/19914
7352 * gdb.dwarf2/dwp-sepdebug.c: New file.
7353 * gdb.dwarf2/dwp-sepdebug.exp: New file.
7354
7355 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7356
7357 * gdb.base/detach.exp: Remove is_remote check.
7358
7359 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7360
7361 * gdb.base/annota-input-while-running.exp: Don't check for
7362 [is_remote target]. Enable annotations after running to main.
7363 Remove unused "set test..." line.
7364
7365 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7366
7367 * gdb.trace/trace-enable-disable.exp: New file.
7368 * gdb.trace/trace-enable-disable.c: New file.
7369
7370 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7371
7372 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
7373 use it in info sharedlibrary test.
7374 * gdb.trace/ftrace-lock.exp: Likewise.
7375 * gdb.trace/ftrace.exp: Likewise.
7376 * gdb.trace/range-stepping.exp: Likewise.
7377 * gdb.trace/trace-break.exp: Likewise.
7378 * gdb.trace/trace-condition.exp: Likewise.
7379 * gdb.trace/trace-mt.exp: Likewise.
7380
7381 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7382
7383 * lib/gdb.exp (gdb_load_shlibs): Rename to...
7384 (gdb_load_shlib): ... this.
7385 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
7386 gdb_load_shlib.
7387 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
7388 * gdb.base/ctxobj.exp: Likewise.
7389 * gdb.base/dprintf-pending.exp: Likewise.
7390 * gdb.base/dso2dso.exp: Likewise.
7391 * gdb.base/fixsection.exp: Likewise.
7392 * gdb.base/gcore-relro.exp: Likewise.
7393 * gdb.base/gdb1555.exp: Likewise.
7394 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7395 * gdb.base/gnu-ifunc.exp: Likewise.
7396 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
7397 * gdb.base/jit-so.exp (one_jit_test): Likewise.
7398 * gdb.base/pending.exp: Likewise.
7399 * gdb.base/print-file-var.exp: Likewise.
7400 * gdb.base/print-symbol-loading.exp: Likewise.
7401 * gdb.base/shlib-call.exp: Likewise.
7402 * gdb.base/shreloc.exp: Likewise.
7403 * gdb.base/so-impl-ld.exp: Likewise.
7404 * gdb.base/solib-disc.exp: Likewise.
7405 * gdb.base/solib-nodir.exp: Likewise.
7406 * gdb.base/solib-overlap.exp: Likewise.
7407 * gdb.base/solib-symbol.exp: Likewise.
7408 * gdb.base/solib-weak.exp (do_test): Likewise.
7409 * gdb.base/sym-file.exp: Likewise.
7410 * gdb.base/symtab-search-order.exp: Likewise.
7411 * gdb.base/type-opaque.exp: Likewise.
7412 * gdb.base/unload.exp: Likewise.
7413 * gdb.base/watchpoint-solib.exp: Likewise.
7414 * gdb.compile/compile.exp: Likewise.
7415 * gdb.cp/gdb2384.exp: Likewise.
7416 * gdb.cp/infcall-dlopen.exp: Likewise.
7417 * gdb.cp/re-set-overloaded.exp: Likewise.
7418 * gdb.fortran/library-module.exp: Likewise.
7419 * gdb.opt/solib-intra-step.exp: Likewise.
7420 * gdb.python/py-finish-breakpoint.exp: Likewise.
7421 * gdb.python/py-shared.exp: Likewise.
7422 * gdb.reverse/solib-precsave.exp: Likewise.
7423 * gdb.reverse/solib-reverse.exp: Likewise.
7424 * gdb.server/solib-list.exp: Likewise.
7425 * gdb.threads/dlopen-libpthread.exp: Likewise.
7426 * gdb.threads/tls-shared.exp: Likewise.
7427 * gdb.threads/tls-so_extern.exp: Likewise.
7428 * gdb.trace/change-loc.exp: Likewise.
7429 * gdb.trace/ftrace-lock.exp: Likewise.
7430 * gdb.trace/ftrace.exp: Likewise.
7431 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
7432 * gdb.trace/pending.exp: Likewise.
7433 * gdb.trace/range-stepping.exp: Likewise.
7434 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
7435 (strace_info_marker): Likewise.
7436 (strace_probe_marker): Likewise.
7437 (strace_trace_on_same_addr): Likewise.
7438 (strace_trace_on_diff_addr): Likewise.
7439 * gdb.trace/trace-break.exp: Likewise.
7440 * gdb.trace/trace-condition.exp: Likewise.
7441 * gdb.trace/trace-mt.exp: Likewise.
7442
7443 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7444
7445 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
7446 result of gdb_remote_download.
7447 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
7448 * gdb.base/dso2dso.exp: Likewise.
7449 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7450 * gdb.base/print-file-var.exp: Likewise.
7451 * gdb.base/shlib-call.exp: Likewise.
7452 * gdb.base/shreloc.exp: Likewise.
7453 * gdb.base/solib-overlap.exp: Likewise.
7454 * gdb.base/solib-weak.exp (do_test): Likewise.
7455 * gdb.base/unload.exp: Likewise.
7456
7457 2016-04-27 Yao Qi <yao.qi@linaro.org>
7458
7459 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
7460 exists.
7461
7462 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7463
7464 * vla-type.exp: Print structure from toplevel.
7465
7466 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7467
7468 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
7469 of dynamic types.
7470 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
7471 of dynamic types.
7472
7473 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7474
7475 * gdb.fortran/vla-type.f90: New file.
7476 * gdb.fortran/vla-type.exp: New file.
7477
7478 2016-04-25 Yao Qi <yao.qi@linaro.org>
7479
7480 * gdb.base/branch-to-self.c: New file.
7481 * gdb.base/branch-to-self.exp: New file.
7482
7483 2016-04-22 Yao Qi <yao.qi@linaro.org>
7484
7485 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
7486 more after $hex.
7487
7488 2016-04-22 Yao Qi <yao.qi@linaro.org>
7489
7490 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
7491 * gdb.base/annota3.exp: Likewise.
7492
7493 2016-04-22 Yao Qi <yao.qi@linaro.org>
7494
7495 * gdb.reverse/step-precsave.exp: Do one step and test program
7496 stops in "callee" and do multiple steps until program goes out
7497 of "callee".
7498 * gdb.reverse/step-reverse.exp: Likewise.
7499
7500 2016-04-22 Yao Qi <yao.qi@linaro.org>
7501
7502 * gdb.trace/signal.exp: Also pass if
7503 $tracepoint_hits($i) > $iterations.
7504
7505 2016-04-22 Yao Qi <yao.qi@linaro.org>
7506
7507 * gdb.trace/signal.c: New file.
7508 * gdb.trace/signal.exp: New file.
7509
7510 2016-04-19 Doug Evans <xdje42@gmail.com>
7511
7512 * gdb.base/bad-file.exp: New file.
7513
7514 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
7515
7516 * gdb.dwarf2/implref.exp: New file.
7517
7518 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7519
7520 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
7521 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
7522 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
7523 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
7524 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
7525 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
7526 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
7527 * lib/fortran.exp (fortran_int4): New procedure.
7528 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
7529 (fortran_logical4): Likewise.
7530
7531 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
7532
7533 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
7534
7535 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7536
7537 * lib/compiler.c: Add Intel specific preprocessor macros.
7538 * lib/compiler.cc: Likewise.
7539
7540 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
7541
7542 * gdb.server/connect-with-no-symbol-file.c: New file.
7543 * gdb.server/connect-with-no-symbol-file.exp: New file.
7544
7545 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7546
7547 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
7548
7549 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7550
7551 * boards/gdbserver-base.exp (${board}_download): Copy source file to
7552 standard output directory.
7553
7554 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
7555
7556 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
7557
7558 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
7559
7560 * gdb.btrace/instruction_history.c (loop): Add declaration.
7561
7562 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7563
7564 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
7565
7566 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
7567
7568 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
7569 parentheses to print.
7570 (continue_handler): Likewise.
7571
7572 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
7573
7574 * gdb.server/solib-list.exp: Remove is_remote check.
7575 Pass shlib= to gdb_compile. Don't link shared library with
7576 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
7577 Run binary filename through "readlink -f" on the target.
7578
7579 2016-04-08 Pedro Alves <palves@redhat.com>
7580
7581 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
7582 interpreter filename as argument to gdbserver_spawn.
7583 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7584 Return empty if $last_loaded_file does not exist.
7585
7586 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7587
7588 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
7589 * gdb.base/jit-main.c: Use exit after usage.
7590
7591 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7592
7593 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
7594 GDBHISTSIZE prior to the tests.
7595 * gdb.base/gdbinit-history.exp: Likewise.
7596
7597 2016-04-07 Pedro Alves <palves@redhat.com>
7598
7599 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
7600 instead of build_executable. Use gdb_load_shlibs.
7601
7602 2016-04-07 Yao Qi <yao.qi@linaro.org>
7603
7604 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
7605 Execute "si" command.
7606
7607 2016-04-07 Yao Qi <yao.qi@linaro.org>
7608
7609 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
7610 number instead of the comments on some line.
7611
7612 2016-04-06 Don Breazeal <donb@codesourcery.com>
7613
7614 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
7615 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
7616
7617 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
7618
7619 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
7620 standard_output_file. Remove unused binfile variable.
7621
7622 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
7623
7624 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
7625 * gdb.python/py-mi-objfile.exp: Match "list main" output
7626 in console format.
7627
7628 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
7629
7630 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
7631 absolute.
7632
7633 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7634
7635 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
7636 absolute.
7637 * gdb.trace/ftrace.exp: Likewise.
7638 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
7639 targets as well.
7640 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
7641 (gdb_load_shlibs): Copy libraries to test directory when testing
7642 natively. Only set solib-search-path if testing remotely.
7643 * lib/mi-support.exp (mi_load_shlibs): Likewise.
7644
7645 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7646
7647 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
7648 gdb_download. Use it even if the target is not remote.
7649 * gdb.base/jit.exp (compile_jit_test): Likewise.
7650 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
7651 output directory if the destination board is local, otherwise use
7652 the standard remote_download from DejaGnu.
7653 (gdb_download): Remove.
7654 (gdb_load_shlibs): Use gdb_remote_download instead of
7655 gdb_download.
7656 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7657 Use gdb_remote_download instead of gdb_download. Use it even if
7658 the target is not remote.
7659 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
7660 instead of gdb_download.
7661
7662 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
7663
7664 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
7665 (test_insert_delete_modify): Call mi_load_shlibs before trying to
7666 run.
7667
7668 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
7669
7670 PR gdb/19820
7671 * gdb.base/printcmds.exp: Add artificial arrays tests.
7672
7673 2016-03-31 Pedro Alves <palves@redhat.com>
7674
7675 PR gdb/19858
7676 * gdb.base/jit-main.c: Include unistd.h.
7677 (ATTACH): Define to 0 if not already defined.
7678 (wait_for_gdb, mypid): New globals.
7679 (WAIT_FOR_GDB): New macro.
7680 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
7681 some breakpoint locations.
7682 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
7683 New procedures.
7684 (one_jit_test): Add REATTACH parameter, and handle it. Use
7685 continue_to_test_location.
7686 (top level): Test attach, and adjusts calls to one_jit_test.
7687
7688 2016-03-31 Pedro Alves <palves@redhat.com>
7689
7690 PR gdb/19858
7691 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
7692 BINSUFFIX parameter, and handle it.
7693 (top level): Adjust calls compile_jit_test.
7694
7695 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
7696
7697 PR python/19743
7698 * gdb.python/py-mi-events-gdb.py: New file.
7699 * gdb.python/py-mi-events.c: New file.
7700 * gdb.python/py-mi-events.exp: New file.
7701
7702 2016-03-30 Yao Qi <yao.qi@linaro.org>
7703
7704 * gdb.reverse/until-precsave.exp: Match function name only.
7705 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
7706 Move malloc to a condition block.
7707 * gdb.reverse/until-reverse.exp: Match function name only.
7708
7709 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
7710
7711 * gdb.trace/ftrace.exp: Set arg0exp for s390.
7712 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
7713 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
7714 variable for GPR 0 instead of assuming it is register 0.
7715 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
7716 * lib/trace-support.exp: Add s390 registers.
7717
7718 2016-03-29 Yao Qi <yao.qi@linaro.org>
7719
7720 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
7721
7722 2016-03-24 Yao Qi <yao.qi@linaro.org>
7723
7724 * gdb.reverse/break-reverse.exp: Add quotation mark in the
7725 test message.
7726
7727 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7728
7729 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
7730 maintaining separate logic for constructing the output path.
7731
7732 2016-03-16 Don Breazeal <donb@codesourcery.com>
7733
7734 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
7735 Retry fork and waitpid on interrupted system call errors.
7736 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7737 Use with_timeout_factor to increase timeout by factor of 10.
7738
7739 2016-03-15 Don Breazeal <donb@codesourcery.com>
7740
7741 * gdb.cp/scope-err.cc: New test program.
7742 * gdb.cp/scope-err.exp: New test script.
7743 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
7744 lines and "set breakpoint here" comment.
7745 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
7746 Fixed some whitespace and format issues.
7747 * gdb.mi/mi-linespec-err-cp.cc: New test program.
7748 * gdb.mi/mi-linespec-err-cp.exp: New test script.
7749
7750 2016-03-15 Doug Evans <dje@google.com>
7751
7752 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
7753 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
7754 All callers updated. Add tests for enums, mixed flags register.
7755
7756 2016-03-15 Doug Evans <dje@google.com>
7757
7758 * gdb.base/skip.c (main): Call test_skip_file_and_function.
7759 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
7760
7761 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
7762
7763 * gdb.base/default.exp: Add $_as_string to the list of expected
7764 convenience functions.
7765
7766 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
7767
7768 * gdb.base/maint.exp: New tests for 'maint info line-table'.
7769
7770 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
7771
7772 * gdb.python/py-as-string.exp: New file.
7773 * gdb.python/py-as-string.c: New file.
7774
7775 2016-03-09 Pedro Alves <palves@redhat.com>
7776
7777 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
7778 signal" -> "Thread NN received signal" output change.
7779 * gdb.threads/ia64-sigill.exp: Likewise.
7780 * gdb.threads/linux-dp.exp: Likewise.
7781 * gdb.threads/manythreads.exp: Likewise.
7782 * gdb.threads/pending-step.exp: Likewise.
7783 * gdb.threads/print-threads.exp: Likewise.
7784 * gdb.threads/sigstep-threads.exp: Likewise.
7785 * gdb.threads/staticthreads.exp: Likewise.
7786 * gdb.threads/tls.exp: Likewise.
7787
7788 2016-03-09 Pedro Alves <palves@redhat.com>
7789
7790 * gdb.base/command-line-input.exp: New file.
7791
7792 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7793
7794 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
7795 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
7796 * gdb.trace/pending.exp: Accept leading dot before function name.
7797 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
7798 * lib/trace-support.exp: Set registers for ppc.
7799
7800 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7801
7802 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
7803 use it for disassembly; accept .main in addition to main in backtrace.
7804
7805 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
7806 Marcin Kościelnicki <koriakin@0x04.net>
7807
7808 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
7809 (gdb_recursion_test_ptr): New global variable.
7810 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
7811 gdb_recursion_test.
7812 (gdb_c_test): Ditto.
7813
7814 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7815
7816 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
7817 ordering.
7818
7819 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7820
7821 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
7822 (bar): Add bar_start_lbl label.
7823 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
7824 of foo/bar for emitting DWARF and tracing.
7825
7826 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
7827
7828 * analyze-racy-logs.py: Set executable bit.
7829
7830 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
7831
7832 * Makefile.in (DEFAULT_RACY_ITER): New variable.
7833 (CHECK_TARGET_TMP): Likewise.
7834 (check-single-racy): New rule.
7835 (check-parallel-racy): Likewise.
7836 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
7837 (do-check-parallel-racy): New rule.
7838 (check-racy/%.exp): Likewise.
7839 * README (Racy testcases): New section.
7840 * analyze-racy-logs.py: New file.
7841
7842 2016-03-03 Doug Evans <dje@google.com>
7843
7844 * gdb.base/skip.exp: Use with_test_prefix.
7845
7846 2016-03-03 Yao Qi <yao.qi@linaro.org>
7847
7848 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
7849 Invoke step_over_syscall "clone" and break_cond_on_syscall
7850 "clone".
7851 * gdb.base/step-over-clone.c: New file.
7852
7853 2016-03-03 Yao Qi <yao.qi@linaro.org>
7854
7855 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
7856 code format.
7857
7858 2016-03-03 Yao Qi <yao.qi@linaro.org>
7859
7860 * gdb.base/disp-step-fork.c: Rename to ...
7861 * gdb.base/step-over-fork.c: ... it. New file.
7862 * gdb.base/disp-step-vfork.c: Rename to ...
7863 * gdb.base/step-over-vfork.c: ... it. New file.
7864 * gdb.base/disp-step-syscall.exp: Rename to ...
7865 * gdb.base/step-over-syscall.exp: ... it. New file.
7866 (disp_step_cross_syscall): Rename to ...
7867 (step_over_syscall): ... it.
7868
7869 2016-03-03 Yao Qi <yao.qi@linaro.org>
7870
7871 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
7872 If target supports condition evaluation on target, invoke
7873 break_cond_on_syscall for fork and vfork.
7874
7875 2016-03-03 Yao Qi <yao.qi@linaro.org>
7876
7877 * gdb.base/disp-step-syscall.exp: Don't invoke
7878 support_displaced_stepping.
7879 (disp_step_cross_syscall): Test with displaced stepping off and
7880 on if supported.
7881
7882 2016-03-03 Yao Qi <yao.qi@linaro.org>
7883
7884 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
7885 proc.
7886 (setup): New proc.
7887 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
7888 and setup.
7889
7890 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7891
7892 * gdb.fortran/vla-history.exp: Remove breakpoint.
7893
7894 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7895
7896 * gdb.fortran/vla-history.exp: Lookup array elements and printing
7897 exceeds timeout.
7898
7899 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7900
7901 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
7902 breakpoint.
7903
7904 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7905
7906 * gdb.mi/vla.f90: Nullify pointer after declaration.
7907
7908 2016-03-01 Pedro Alves <palves@redhat.com>
7909
7910 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
7911
7912 2016-03-01 Pedro Alves <palves@redhat.com>
7913
7914 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
7915 before anything else.
7916 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
7917 _GNU_SOURCE here.
7918 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
7919 before anything else.
7920 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
7921
7922 2016-03-01 Pedro Alves <palves@redhat.com>
7923
7924 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
7925
7926 2016-03-01 Yao Qi <yao.qi@linaro.org>
7927
7928 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
7929 prepare_for_testing.
7930
7931 2016-03-01 Yao Qi <yao.qi@linaro.org>
7932
7933 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
7934
7935 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7936
7937 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
7938 manually constructing the output path.
7939
7940 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7941
7942 * gdb.arch/s390-stackless.S: New.
7943 * gdb.arch/s390-stackless.exp: New.
7944
7945 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
7946
7947 * gdb.dlang/circular.c: New file.
7948 * gdb.dlang/circular.exp: New file.
7949
7950 2016-02-26 Yao Qi <yao.qi@linaro.org>
7951
7952 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
7953 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
7954 (testcases): Update.
7955
7956 2016-02-26 Yao Qi <yao.qi@linaro.org>
7957
7958 * gdb.reverse/aarch64.c: Rename to ...
7959 * gdb.reverse/insn-reverse.c: ... it.
7960 * gdb.reverse/aarch64.exp: Rename to ...
7961 * gdb.reverse/insn-reverse.exp: ... it.
7962
7963 2016-02-26 Yao Qi <yao.qi@linaro.org>
7964
7965 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
7966 (testcase_ftype): New.
7967 (testcases): New array.
7968 (n_testcases): New.
7969 (main): Call each element in testcases.
7970 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
7971 (read_testcase): New.
7972 Do the tests in a loop.
7973
7974 2016-02-25 Yao Qi <yao.qi@linaro.org>
7975
7976 * gdb.base/branches.c: Remove.
7977
7978 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7979
7980 PR gdb/13808
7981 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
7982
7983 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7984
7985 * gdb.trace/ftrace.exp: Remove unnecessary target check.
7986
7987 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7988
7989 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
7990 change x86_64 call_insn to 'callq'.
7991
7992 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7993
7994 * gdb.trace/tfile-avx.c: Move to...
7995 * gdb.trace/tracefile-pseudo-reg.c: Here.
7996 * gdb.trace/tfile-avx.exp: Move to...
7997 * gdb.trace/tracefile-pseudo-reg.exp: Here.
7998
7999 2016-02-24 Gary Benson <gbenson@redhat.com>
8000
8001 * gdb.base/attach-pie-noexec.exp: Do not expect an error
8002 message on attach.
8003
8004 2016-02-23 Doug Evans <dje@google.com>
8005
8006 * gdb.base/skip.c (test_skip): New function.
8007 (end_test_skip_file_and_function): New function.
8008 (test_skip_file_and_function): New function.
8009 * gdb.base/skip1.c (test_skip): New function.
8010 (skip1_test_skip_file_and_function): New function.
8011 * gdb.base/skip.exp: Add tests for new skip options.
8012 * gdb.base/skip-solib.exp: Update expected output.
8013 * gdb.perf/skip-command.cc: New file.
8014 * gdb.perf/skip-command.exp: New file.
8015 * gdb.perf/skip-command.py: New file.
8016
8017 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
8018
8019 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
8020 info registers pattern.
8021
8022 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
8023
8024 * lib/future.exp: Add D support.
8025 (gdb_find_gdc): New proc.
8026 (gdb_default_target_compile): Add D support.
8027
8028 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
8029
8030 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
8031 user+system time.
8032 (trace_speed_test): Determine the iteration count for a time
8033 between 15..30 seconds.
8034
8035 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
8036
8037 * gdb.arch/i386-mpx-sigsegv.c: New file.
8038 * gdb.arch/i386-mpx-sigsegv.exp: New file.
8039 * gdb.arch/i386-mpx-simple_segv.c: New file.
8040 * gdb.arch/i386-mpx-simple_segv.exp: New file.
8041
8042 2016-02-18 Yao Qi <yao.qi@linaro.org>
8043
8044 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
8045 Don't call setup_kfail.
8046
8047 2016-02-18 Yao Qi <yao.qi@linaro.org>
8048
8049 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8050 Set "set breakpoint condition-evaluation" per $cond_bp_target.
8051
8052 2016-02-16 Doug Evans <dje@google.com>
8053
8054 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
8055 * gdb.base/skip1.c: Ditto.
8056 * gdb.base/skip.exp: Whitespace cleanup.
8057
8058 2016-02-16 Don Breazeal <donb@codesourcery.com>
8059
8060 PR remote/19496
8061 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8062 Remove kfail for PR remote/19496.
8063
8064 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8065
8066 * lib/gdb.exp (standard_temp_file): Return a path specific to
8067 the runtest invocation.
8068
8069 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8070
8071 * gdb.trace/save-trace.exp: Change relative path to be in the
8072 standard output directory.
8073
8074 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8075
8076 * gdb.arch/i386-prologue.c: Add missing prototypes.
8077
8078 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8079
8080 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
8081 * gdb.arch/i386-prologue.exp: Likewise.
8082 * gdb.arch/i386-size.exp: Likewise.
8083
8084 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
8085
8086 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
8087 define object file path.
8088 * gdb.btrace/gcore.exp: Use standard_output_file to define core
8089 file path.
8090 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
8091 standard_output_file to define binfile.
8092
8093 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8094
8095 Fix compatibility with recent gfortran-5.3.1.
8096 * gdb.fortran/vla-history.exp (print vla1 allocated)
8097 (print vla2 allocated, print $2, print $3): Remove
8098 (print $4): Rename to ...
8099 (print $2): ... here.
8100 (print $9): Rename to ...
8101 (print $5): ... here.
8102 (print $10): Rename to ...
8103 (print $6): ... here.
8104 * gdb.fortran/vla.f90: Add pvla initialization.
8105
8106 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8107
8108 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
8109 New test.
8110 * gdb.fortran/vla-value-sub.exp: Likewise.
8111
8112 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
8113
8114 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
8115
8116 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
8117
8118 * i386-biarch-core.exp: Define corefile using
8119 standard_output_file.
8120
8121 2016-02-12 Yao Qi <yao.qi@linaro.org>
8122
8123 * gdb.arch/arm-single-step-kernel-helper.c: New.
8124 * gdb.arch/arm-single-step-kernel-helper.exp: New.
8125
8126 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
8127
8128 * gdb.btrace/tailcall-only.exp: New.
8129 * gdb.btrace/tailcall-only.c: New.
8130 * gdb.btrace/x86_64-tailcall-only.S: New.
8131 * gdb.btrace/i686-tailcall-only.S: New.
8132
8133 2016-02-11 Pedro Alves <palves@redhat.com>
8134
8135 * README (Parallel testing): Add missing double quotes.
8136
8137 2016-02-11 Pedro Alves <palves@redhat.com>
8138
8139 * README (Parallel testing): New section.
8140 (GDB_PARALLEL): Rewrite.
8141 (FORCE_PARALLEL): Document.
8142
8143 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
8144
8145 * gdb.trace/tfile-avx.c: New test.
8146 * gdb.trace/tfile-avx.exp: New test.
8147
8148 2016-02-09 Keith Seitz <keiths@redhat.com>
8149
8150 PR breakpoints/19546
8151 * gdb.base/infcall-exec.c: New file.
8152 * gdb.base/infcall-exec2.c: New file.
8153 * gdb.base/infcall-exec.exp: New file.
8154
8155 2016-02-09 Keith Seitz <keiths@redhat.com>
8156
8157 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
8158 (toplevel): Call test_bkpt_address.
8159
8160 2016-02-09 Keith Seitz <keiths@redhat.com>
8161
8162 PR python/19506
8163 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
8164 (toplevel): Call test_bkpt_address.
8165
8166 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
8167
8168 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
8169 to AC_OUTPUT.
8170 * configure: Regenerate.
8171
8172 2016-02-09 Pedro Alves <palves@redhat.com>
8173
8174 PR breakpoints/19548
8175 * gdb.base/execl-update-breakpoints.c (some_function): New
8176 function.
8177 (main): Call it.
8178 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
8179 Tighten expected GDB output.
8180
8181 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8182
8183 * Makefile.in (ALL_SUBDIRS): Remove.
8184 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
8185 (distclean maintainer-clean realclean): Likewise.
8186 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
8187 * configure: Regenerate.
8188 * gdb.ada/Makefile.in: Delete.
8189 * gdb.arch/Makefile.in: Likewise.
8190 * gdb.asm/Makefile.in: Likewise.
8191 * gdb.base/Makefile.in: Likewise.
8192 * gdb.btrace/Makefile.in: Likewise.
8193 * gdb.cell/Makefile.in: Likewise.
8194 * gdb.compile/Makefile.in: Likewise.
8195 * gdb.cp/Makefile.in: Likewise.
8196 * gdb.disasm/Makefile.in: Likewise.
8197 * gdb.dlang/Makefile.in: Likewise.
8198 * gdb.dwarf2/Makefile.in: Likewise.
8199 * gdb.fortran/Makefile.in: Likewise.
8200 * gdb.gdb/Makefile.in: Likewise.
8201 * gdb.go/Makefile.in: Likewise.
8202 * gdb.guile/Makefile.in: Likewise.
8203 * gdb.java/Makefile.in: Likewise.
8204 * gdb.linespec/Makefile.in: Likewise.
8205 * gdb.mi/Makefile.in: Likewise.
8206 * gdb.modula2/Makefile.in: Likewise.
8207 * gdb.multi/Makefile.in: Likewise.
8208 * gdb.objc/Makefile.in: Likewise.
8209 * gdb.opencl/Makefile.in: Likewise.
8210 * gdb.opt/Makefile.in: Likewise.
8211 * gdb.pascal/Makefile.in: Likewise.
8212 * gdb.perf/Makefile.in: Likewise.
8213 * gdb.python/Makefile.in: Likewise.
8214 * gdb.reverse/Makefile.in: Likewise.
8215 * gdb.server/Makefile.in: Likewise.
8216 * gdb.stabs/Makefile.in: Likewise.
8217 * gdb.threads/Makefile.in: Likewise.
8218 * gdb.trace/Makefile.in: Likewise.
8219 * gdb.xml/Makefile.in: Likewise.
8220 * lib/gdb.exp (make_gdb_parallel_path): Add check for
8221 GDB_PARALLEL.
8222 (standard_output_file): Remove check for GDB_PARALLEL, always
8223 return path in outputs/$subdir/$testname.
8224
8225 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8226
8227 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
8228 (site.exp): Assign abs_srcdir to tcl's srcdir.
8229
8230 2016-02-04 Yao Qi <yao.qi@linaro.org>
8231
8232 * gdb.base/foll-exec-mode.c: Include limits.h.
8233 (main): Add parameters argc and argv. Get directory from
8234 argv[0].
8235 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
8236 compilation.
8237 * gdb.base/foll-exec.c: Include limits.h.
8238 (main): Add parameters argc and argv.
8239 Get directory from argv[0].
8240 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
8241 Adjust tests on the number of lines as source code changed.
8242 * gdb.base/foll-vfork-exit.c: Include limits.h.
8243 (main): Add one line of statement before vfork.
8244 * gdb.base/foll-vfork.c: Include limits.h and string.h.
8245 (main): Add parameters argc and argv. Get directory from
8246 argv[0].
8247 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
8248 (setup_gdb): Set tbreak to skip some source lines.
8249 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
8250 (main): Add parameters argc and argv. Get directory from
8251 argv[0].
8252 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
8253 compilation.
8254 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
8255 (main): Add parameters argc and argv. Get directory from
8256 argv[0].
8257 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
8258 compilation.
8259
8260 2016-02-01 Doug Evans <dje@google.com>
8261
8262 * gdb.base/skip.exp: Clean up multiple references to same test name.
8263
8264 2016-02-01 Pedro Alves <palves@redhat.com>
8265
8266 PR remote/19496
8267 * gdb.threads/forking-threads-plus-breakpoint.exp
8268 (displaced_stepping_supported): New global.
8269 (probe_displaced_stepping_support): New procedure.
8270 (do_test): Add 'displaced' parameter, and use it.
8271 (top level): Check for displaced stepping support. Add displaced
8272 stepping on/off testing axis.
8273
8274 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8275
8276 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
8277 pointer. Don't perform further tests on the unassociated pointer
8278 if the first test fails.
8279
8280 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8281
8282 * gdb.base/max-value-size.c: New file.
8283 * gdb.base/max-value-size.exp: New file.
8284 * gdb.base/huge.exp: Disable max-value-size for this test.
8285
8286 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
8287
8288 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8289
8290 2016-01-28 Yao Qi <yao.qi@linaro.org>
8291
8292 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
8293
8294 2016-01-25 Pedro Alves <palves@redhat.com>
8295
8296 PR threads/19461
8297 * gdb.base/fork-running-state.c: New file.
8298 * gdb.base/fork-running-state.exp: New file.
8299
8300 2016-01-25 Pedro Alves <palves@redhat.com>
8301
8302 PR gdb/19494
8303 * gdb.base/catch-fork-kill.c: New file.
8304 * gdb.base/catch-fork-kill.exp: New file.
8305
8306 2016-01-25 Pedro Alves <palves@redhat.com>
8307
8308 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
8309 Delete, moved to lib/gdb.exp.
8310 * gdb.threads/forking-threads-plus-breakpoint.exp
8311 (foreach_with_prefix): Likewise.
8312 * gdb.threads/process-dies-while-handling-bp.exp
8313 (foreach_with_prefix): Likewise.
8314 * lib/gdb.exp (foreach_with_prefix): New procedure.
8315
8316 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
8317
8318 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
8319 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
8320
8321 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
8322
8323 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
8324 endian targets.
8325
8326 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8327 Pedro Alves <palves@redhat.com>
8328
8329 Fix testsuite compatibility with Guile.
8330 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
8331 number.
8332
8333 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8334
8335 Fix testsuite compatibility with Guile.
8336 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
8337 (thread 1): New test for backtrace through signal handler.
8338
8339 2016-01-22 Yao Qi <yao.qi@linaro.org>
8340
8341 PR testsuite/19491
8342 * gdb.base/multi-forks.c: Include
8343 ../lib/unbuffer_output.c
8344 (main): Call gdb_unbuffer_output.
8345
8346 2016-01-21 Doug Evans <dje@google.com>
8347
8348 * lib/ada.exp (gdb_compile_ada): Fix typo.
8349
8350 2016-01-21 Joel Brobecker <brobecker@adacore.com>
8351
8352 * gdb.base/break-fun-addr.exp: New file.
8353 * gdb.base/break-fun-addr1.c: New file.
8354 * gdb.base/break-fun-addr2.c: New file.
8355
8356 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
8357
8358 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
8359 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
8360 enum flag values.
8361
8362 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8363
8364 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
8365 when GDB can not set the vector return value. Add more comments
8366 for clarification.
8367
8368 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
8369
8370 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
8371 command.
8372
8373 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8374
8375 * Makefile.in (DO_RUNTEST): Add --status and update usages.
8376
8377 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8378
8379 * Makefile.in (check-single): Pass --status to runtest.
8380 (check/%.exp): Likewise.
8381
8382 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8383
8384 * Makefile.in (check-parallel): Propagate return code from make
8385 do-check-parallel.
8386
8387 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
8388
8389 * gdb.trace/ftrace.exp: Fix expected message on continue.
8390 * gdb.trace/pending.exp: Fix expected message on continue.
8391 * gdb.trace/trace-break.exp: Fix expected message on continue.
8392
8393 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
8394
8395 * lib/gdb.exp (gdb_test): Remove unused global references.
8396
8397 2016-01-18 Pedro Alves <palves@redhat.com>
8398
8399 * gdb.base/async-shell.exp: Adjust expected output.
8400 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
8401 * gdb.base/siginfo-thread.exp: Adjust expected output.
8402 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
8403 * gdb.java/jnpe.exp: Adjust expected output.
8404 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
8405 * gdb.threads/continue-pending-status.exp: Adjust expected output.
8406 * gdb.threads/leader-exit.exp: Adjust expected output.
8407 * gdb.threads/manythreads.exp: Adjust expected output.
8408 * gdb.threads/pthreads.exp: Adjust expected output.
8409 * gdb.threads/schedlock.exp: Adjust expected output.
8410 * gdb.threads/siginfo-threads.exp: Adjust expected output.
8411 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
8412 expected output.
8413 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
8414 output.
8415 * gdb.threads/sigthread.exp: Adjust expected output.
8416 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
8417
8418 2016-01-18 Yao Qi <yao.qi@linaro.org>
8419
8420 * gdb.guile/scm-section-script.c: Replace @progbits with
8421 %progbits.
8422 * gdb.python/py-section-script.c: Likewise.
8423
8424 2016-01-15 Pedro Alves <palves@redhat.com>
8425
8426 * gdb.multi/tids.exp: Test star wildcard ranges.
8427
8428 2016-01-15 Pedro Alves <palves@redhat.com>
8429
8430 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
8431 command from "thread apply" invocation.
8432 (thr_apply_info_thr_invalid): Default the expected output to the
8433 input tid list.
8434 (top level): Add tests that use convenience variables. Add tests
8435 for "thread apply" with a valid TID list, but missing the command.
8436
8437 2016-01-13 Pedro Alves <palves@redhat.com>
8438
8439 * gdb.base/default.exp: Expect $_gthread as well.
8440 * gdb.multi/tids.exp: Test $_gthread.
8441 * gdb.threads/thread-specific.exp: Test $_gthread.
8442
8443 2016-01-13 Pedro Alves <palves@redhat.com>
8444
8445 * gdb.multi/tids.exp: Test "info threads -gid".
8446
8447 2016-01-13 Pedro Alves <palves@redhat.com>
8448
8449 * gdb.multi/tids.exp: Test InferiorThread.global_num and
8450 Breakpoint.thread.
8451 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
8452
8453 2016-01-07 Pedro Alves <palves@redhat.com>
8454
8455 * gdb.base/break.exp: Adjust to output changes.
8456 * gdb.base/hbreak2.exp: Likewise.
8457 * gdb.base/sepdebug.exp: Likewise.
8458 * gdb.base/watch_thread_num.exp: Likewise.
8459 * gdb.linespec/keywords.exp: Likewise.
8460 * gdb.multi/info-threads.exp: Likewise.
8461 * gdb.threads/thread-find.exp: Likewise.
8462 * gdb.multi/tids.c: New file.
8463 * gdb.multi/tids.exp: New file.
8464
8465 2016-01-13 Pedro Alves <palves@redhat.com>
8466
8467 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
8468
8469 2016-01-13 Pedro Alves <palves@redhat.com>
8470
8471 * gdb.base/default.exp: Expect $_inferior as well.
8472 * gdb.multi/base.exp: Test $_inferior.
8473
8474 2016-01-13 Pedro Alves <palves@redhat.com>
8475
8476 PR breakpoints/19388
8477 * gdb.base/catch-signal-siginfo-cond.c: New file.
8478 * gdb.base/catch-signal-siginfo-cond.exp: New file.
8479
8480 2016-01-12 Josh Stone <jistone@redhat.com>
8481 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8482
8483 * gdb.base/catch-syscall.c (do_execve): New variable.
8484 (main): Conditionally trigger an execve.
8485 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
8486 (test_catch_syscall_execve): New, check entry/return across execve.
8487 (do_syscall_tests): Call test_catch_syscall_execve.
8488
8489 2016-01-12 Pedro Alves <palves@redhat.com>
8490
8491 * gdb.base/random-signal.exp (do_test): New procedure, with body
8492 of testcase moved in.
8493
8494 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8495 Pedro Alves <palves@redhat.com>
8496
8497 * gdb.base/funcargs.exp (finish from indirectly called function):
8498 Reintroduce the case for 'First'.
8499
8500 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8501 Pedro Alves <palves@redhat.com>
8502
8503 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8504 (tcatch_vfork_then_child_follow_exec)
8505 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
8506 identification.
8507
8508 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8509
8510 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
8511 and repeats to unlimited.
8512 * gdb.python/py-value.exp: Likewise.
8513 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
8514 and repeats to unlimited.
8515
8516 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8517
8518 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
8519 and reordering the functions.
8520 * gdb.multi/hangout.c: Likewise.
8521 * gdb.multi/hello.c: Likewise.
8522
8523 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
8524
8525 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
8526 absolute.
8527 (SingleStatisticTestResult.report): Use dict.keys instead of
8528 dict.iterkeys.
8529
8530 2016-01-06 Pedro Alves <palves@redhat.com>
8531
8532 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
8533
8534 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
8535
8536 * gdb.btrace/dlopen.exp: New.
8537 * gdb.btrace/dlopen.c: New.
8538 * gdb.btrace/dlopen-dso.c: New.
8539
8540 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
8541
8542 * lib/gdb.exp (gdb_test): Update comments to clarify that the
8543 PATTERN argument is optional.
8544
8545 2015-12-24 Joel Brobecker <brobecker@adacore.com>
8546
8547 * lib/ada.exp (target_compile_ada_from_dir): New function.
8548 (gdb_compile_ada): Reimplement avoiding the use of project files.
8549 * gdb.ada/gnat_ada.gpr: Delete.
8550 * gdb.ada/cond_lang.exp: Adjust test to make path before
8551 filename optional.
8552 * gdb.ada/small_reg_param.exp: Likewise.
8553
8554 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
8555
8556 * gdb.base/foll-vork.exp: Remove HP-UX special case.
8557
8558 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
8559
8560 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
8561 case.
8562
8563 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
8564
8565 * gdb.base/break.exp: Remove dead code.
8566 * gdb.base/sepdebug.exp: Likewise.
8567
8568 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8569
8570 * gdb.asm/asm-source.exp: Remove HP-UX references.
8571 * gdb.base/annota1.exp: Likewise.
8572 * gdb.base/annota3.exp: Likewise.
8573 * gdb.base/attach.exp: Likewise.
8574 * gdb.base/bigcore.exp: Likewise.
8575 * gdb.base/break.exp: Likewise.
8576 * gdb.base/call-ar-st.exp: Likewise.
8577 * gdb.base/callfuncs.exp: Likewise.
8578 * gdb.base/catch-fork-static.exp: Likewise.
8579 * gdb.base/display.exp: Likewise.
8580 * gdb.base/foll-exec-mode.exp: Likewise.
8581 * gdb.base/foll-exec.exp: Likewise.
8582 * gdb.base/foll-fork.exp: Likewise.
8583 * gdb.base/foll-vfork.exp: Likewise.
8584 * gdb.base/funcargs.exp: Likewise.
8585 * gdb.base/hbreak2.exp: Likewise.
8586 * gdb.base/inferior-died.exp: Likewise.
8587 * gdb.base/interrupt.exp: Likewise.
8588 * gdb.base/multi-forks.exp: Likewise.
8589 * gdb.base/nodebug.exp: Likewise.
8590 * gdb.base/sepdebug.exp: Likewise.
8591 * gdb.base/solib1.c: Likewise.
8592 * gdb.base/step-test.exp: Likewise.
8593 * gdb.mi/non-stop.c: Likewise.
8594 * gdb.mi/pthreads.c: Likewise.
8595 * gdb.multi/bkpt-multi-exec.ex: Likewise.
8596 * gdb.threads/pthreads.c: Likewise.
8597 * gdb.threads/staticthreads.exp: Likewise.
8598 * lib/future.exp: Likewise.
8599 * lib/gdb.exp: Likewise.
8600 * gdb.base/so-indr-cl.c: Remove.
8601 * gdb.base/so-indr-cl.exp: Likewise.
8602 * gdb.base/solib.c: Likewise.
8603 * gdb.base/solib.exp: Likewise.
8604 * gdb.base/solib2.c: Likewise.
8605
8606 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8607
8608 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
8609 * gdb.base/call-ar-st.exp: Likewise.
8610 * gdb.base/callfuncs.exp: Likewise.
8611 * gdb.base/condbreak.exp: Likewise.
8612 * gdb.base/constvars.exp: Likewise.
8613 * gdb.base/hbreak2.exp: Likewise.
8614 * gdb.base/langs.exp: Likewise.
8615 * gdb.base/list.exp: Likewise.
8616 * gdb.base/long_long.exp: Likewise.
8617 * gdb.base/ptype.exp: Likewise.
8618 * gdb.base/scope.exp: Likewise.
8619 * gdb.base/signals.exp: Likewise.
8620 * gdb.base/so-impl-ld.exp: Likewise.
8621 * gdb.base/varargs.exp: Likewise.
8622 * gdb.base/volatile.exp: Likewise.
8623 * gdb.base/whatis.exp: Likewise.
8624 * gdb.cp/cplusfuncs.exp: Likewise.
8625 * gdb.cp/inherit.exp: Likewise.
8626 * gdb.cp/local.exp: Likewise.
8627 * gdb.cp/member-ptr.exp: Likewise.
8628 * gdb.cp/method.exp: Likewise.
8629 * gdb.cp/overload.exp: Likewise.
8630 * gdb.cp/templates.exp: Likewise.
8631 * gdb.stabs/weird.exp: Likewise.
8632 * lib/compiler.c: Likewise.
8633 * lib/compiler.cc: Likewise.
8634 * lib/cp-support.exp: Likewise.
8635 * lib/gdb.exp: Likewise.
8636
8637 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
8638
8639 * configure.ac: Remove HP-UX case.
8640 * configure: Regenerate.
8641
8642 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
8643
8644 * lib/gdb.exp (gdb_compile): Add function doc.
8645
8646 2015-12-17 Pedro Alves <palves@redhat.com>
8647
8648 PR threads/19354
8649 * gdb.multi/info-threads.exp: New file.
8650
8651 2015-12-15 Yao Qi <yao.qi@linaro.org>
8652
8653 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
8654 is aarch64*-*-*.
8655
8656 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8657
8658 * gdb.base/history-duplicates.exp: Skip if no readline support.
8659
8660 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8661
8662 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
8663
8664 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8665
8666 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
8667
8668 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8669
8670 * gdb.base/completion.exp: Skip tests that interrupt GDB with
8671 ctrl-C if nointerrupts target property is set.
8672 * gdb.base/double-prompt-target-event-error.exp: Likewise.
8673 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
8674 * gdb.base/paginate-bg-execution.exp: Likewise.
8675 * gdb.base/paginate-execution-startup.exp: Likewise.
8676 * gdb.base/random-signal.exp: Likewise.
8677 * gdb.base/range-stepping.exp: Likewise.
8678 * gdb.cp/annota2.exp: Likewise.
8679 * gdb.cp/annota3.exp: Likewise.
8680 * gdb.gdb/selftest.exp: Likewise.
8681 * gdb.threads/continue-pending-status.exp: Likewise.
8682 * gdb.threads/leader-exit.exp: Likewise.
8683 * gdb.threads/manythreads.exp: Likewise.
8684 * gdb.threads/pthreads.exp: Likewise.
8685 * gdb.threads/schedlock.exp: Likewise.
8686 * gdb.threads/sigthread.exp: Likewise.
8687
8688 2015-12-11 Don Breazeal <donb@codesourcery.com>
8689
8690 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
8691 remote.
8692 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
8693 * gdb.base/foll-exec.exp (main): Enable for target remote.
8694 * gdb.base/foll-fork.exp (main): Likewise.
8695 * gdb.base/foll-vfork.exp (main): Likewise.
8696 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
8697 (proc continue_to_exit_bp_loc): Use clean_restart.
8698 * gdb.base/pie-execl.exp (main): Disable for target remote.
8699 * gdb.base/watch-vfork.exp (main): Enable for target remote.
8700 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
8701 * gdb.threads/execl.exp (main): Likewise.
8702 * gdb.threads/fork-child-threads.exp (main): Likewise.
8703 * gdb.threads/fork-plus-threads.exp (main): Disable for target
8704 remote.
8705 * gdb.threads/fork-thread-pending.exp (main): Enable for target
8706 remote.
8707 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
8708 pid.tid style ptids, instead of just tid.
8709 * gdb.threads/thread-execl.exp (main): Enable for target remote.
8710 * gdb.threads/watchpoint-fork.exp (main): Likewise.
8711 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
8712 ptids, instead of just tid.
8713
8714 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8715
8716 * gdb.base/list.exp (test_list_forward): Add end of file error
8717 test.
8718 (test_repeat_list_command): Add end of file error test.
8719 (test_list_backwards): Add beginning of file error test.
8720
8721 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8722
8723 * gdb.base/list.exp (test_list_invalid_args): New function,
8724 defined, and called.
8725
8726 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8727
8728 * gdb.base/list.exp (test_list): Make test names unique.
8729
8730 2015-12-11 Yao Qi <yao.qi@linaro.org>
8731
8732 * gdb.base/coremaker2.c: Remove.
8733
8734 2015-12-10 Pedro Alves <palves@redhat.com>
8735
8736 * gdb.multi/base.exp: Remove stale "spaces" references.
8737
8738 2015-12-10 Pedro Alves <palves@redhat.com>
8739
8740 * gdb.multi/base.exp: Don't use nowarnings.
8741 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
8742 * gdb.multi/hangout.c: Include stdio.h.
8743 * gdb.multi/hello.c: Include stdlib.h.
8744 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
8745 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
8746 * gdb.multi/multi-arch.exp: Don't use nowarnings.
8747
8748 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
8749
8750 * gdb.dwarf2/dw2-ranges-base.c: New file.
8751 * gdb.dwarf2/dw2-ranges-base.exp: New file.
8752 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
8753 support additional line table, and debug ranges generation.
8754 (Dwarf::ranges): New function, generate .debug_ranges.
8755 (Dwarf::lines): Support generating simple line table programs.
8756 (Dwarf::assemble): Initialise new namespace variables.
8757
8758 2015-12-09 Kevin Buettner <kevinb@redhat.com>
8759
8760 * gdb.base/async.exp (proc test_background): Add case for
8761 asynchronous execution not supported.
8762
8763 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
8764
8765 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
8766 format and change test names to make them unique.
8767
8768 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
8769 Pedro Alves <pedro@redhat.com>
8770
8771 PR gdb/18702
8772 Add checking of floatformats setup on x86_64 hosts.
8773 * gdb.arch/i386-float.S (main): Load bigval and smallval.
8774 (smallval, bigval): New labels/constants.
8775 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
8776 float" after loading bigval and smallval.
8777
8778 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
8779
8780 * gdb.ada/fun_overload_menu.exp: New testcase.
8781 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
8782
8783 2015-12-04 Josh Stone <jistone@redhat.com>
8784
8785 * gdb.base/catch-fork-static.exp: New.
8786
8787 2015-12-03 Yao Qi <yao.qi@linaro.org>
8788
8789 * gdb.base/sizeof.c: Don't include stdio.h and
8790 ../lib/unbuffer_output.c.
8791 (main): New variable 'size' and 'value'. Remove printf and
8792 gdb_unbuffer_output. Assign return value to size and value.
8793 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
8794 at the beginning.
8795 (check_sizeof): Check the result by printing variable 'size'.
8796 (check_valueof): Check the result by printing variable 'value'.
8797
8798 2015-12-01 Yao Qi <yao.qi@linaro.org>
8799
8800 * gdb.base/disp-step-syscall.exp: Define syscall instruction
8801 for aarch64*-*-linux* target.
8802
8803 2015-11-30 Pedro Alves <palves@redhat.com>
8804
8805 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
8806
8807 2015-11-30 Pedro Alves <palves@redhat.com>
8808
8809 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
8810 Handle non-stop mode vCont replies.
8811
8812 2015-11-30 Pedro Alves <palves@redhat.com>
8813
8814 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
8815 prepare_for_testing. Start gdb with "set non-stop on" appended to
8816 GDBFLAGS. Lax expected stop output.
8817
8818 2015-11-27 Yao Qi <yao.qi@linaro.org>
8819
8820 * gdb.arch/arm-neon.exp: New.
8821 * gdb.arch/arm-neon.c: New.
8822
8823 2015-11-27 Yao Qi <yao.qi@linaro.org>
8824
8825 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
8826
8827 2015-11-27 Yao Qi <yao.qi@linaro.org>
8828
8829 * gdb.cp/annota2.exp: Allow multiple occurrences of the
8830 frames-invalid annotation.
8831
8832 2015-11-27 Yao Qi <yao.qi@linaro.org>
8833
8834 * gdb.cp/annota2.exp: Use ${frames_invalid}.
8835
8836 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
8837
8838 * gdb.threads/names.exp: New file.
8839 * gdb.threads/names.c: New file.
8840 * README: Mention gdb,no_thread_names.
8841
8842 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
8843
8844 PR 19297
8845 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
8846 support" error.
8847
8848 2015-11-24 Pedro Alves <palves@redhat.com>
8849
8850 PR 17539
8851 * gdb.base/display.exp: Expect displays to be sorted in ascending
8852 order. Use multi_line.
8853 * gdb.base/solib-display.exp: Likewise.
8854
8855 2015-11-24 Pedro Alves <palves@redhat.com>
8856
8857 PR 17539
8858 * gdb.base/display.exp: Expect displays to be sorted in ascending
8859 order. Use multi_line.
8860 * gdb.base/solib-display.exp: Likewise.
8861
8862 2015-11-24 Pedro Alves <palves@redhat.com>
8863
8864 PR 17539
8865 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
8866 threads in ascending order.
8867 * gdb.base/foll-fork.exp: Likewise.
8868 * gdb.base/foll-vfork.exp: Likewise.
8869 * gdb.base/multi-forks.exp: Likewise.
8870 * gdb.mi/mi-nonstop.exp: Likewise.
8871 * gdb.mi/mi-nsintrall.exp: Likewise.
8872 * gdb.multi/base.exp: Likewise.
8873 * gdb.multi/multi-arch.exp: Likewise.
8874 * gdb.python/py-inferior.exp: Likewise.
8875 * gdb.threads/break-while-running.exp: Likewise.
8876 * gdb.threads/execl.exp: Likewise.
8877 * gdb.threads/gcore-thread.exp: Likewise.
8878 * gdb.threads/info-threads-cur-sal.exp: Likewise.
8879 * gdb.threads/kill.exp: Likewise.
8880 * gdb.threads/linux-dp.exp: Likewise.
8881 * gdb.threads/multiple-step-overs.exp: Likewise.
8882 * gdb.threads/next-bp-other-thread.exp: Likewise.
8883 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
8884 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
8885 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
8886 * gdb.threads/thread-find.exp: Likewise.
8887 * gdb.threads/tls.exp: Likewise.
8888 * lib/mi-support.exp (mi_reverse_list): Delete.
8889 (mi_check_thread_states): No longer reverse list.
8890
8891 2015-11-24 Pedro Alves <palves@redhat.com>
8892
8893 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
8894 use lowercase.
8895
8896 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8897
8898 * gdb.trace/actions.c: Include trace-common.h.
8899 (main): Add a location for a fast tracepoint.
8900 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
8901 the normal tracepoints.
8902 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
8903
8904 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8905
8906 * save-trace.exp: Factor out code to these...
8907 (gdb_save_tracepoints): New.
8908 (gdb_load_tracepoints): New.
8909 (do_save_load_test): New.
8910
8911 2015-11-23 Kevin Buettner <kevinb@redhat.com>
8912
8913 * gdb.base/asmlabel.exp: New test.
8914 * gdb.base/asmlabel.c: New test case.
8915
8916 2015-11-23 Joel Brobecker <brobecker@adacore.com>
8917
8918 * gdb.base/wrong_frame_bt_full-main.c: New file.
8919 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
8920 * gdb.base/wrong_frame_bt_full.exp: New file.
8921
8922 2015-11-23 Joel Brobecker <brobecker@adacore.com>
8923
8924 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
8925
8926 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8927
8928 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
8929 pstate register when comparing registers values in
8930 sparc64-*-linux-gnu targets to avoid spurious differences.
8931
8932 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8933
8934 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
8935
8936 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
8937
8938 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
8939 as type argument to gdb_compile.
8940 * gdb.base/nested-subp2.exp: Likewise.
8941 * gdb.base/nested-subp3.exp: Likewise.
8942
8943 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
8944
8945 * lib/dwarf.exp (_note): Fix left shift of negative value.
8946 * gdb.trace/trace-condition.exp: Likewise.
8947
8948 2015-11-13 Yao Qi <yao.qi@linaro.org>
8949
8950 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
8951 comments about d10v.
8952 (test_scalar_returns): Likewise.
8953 * gdb.base/d10v.ld: Remove.
8954 * gdb.base/overlays.exp: Remove the target triplet checking for
8955 d10v-*-*.
8956 * gdb.base/structs.exp (test_struct_returns): Remove the
8957 comments about d10v.
8958 (test_struct_calls): Likewise.
8959
8960 2015-11-13 Yao Qi <yao.qi@linaro.org>
8961
8962 * gdb.base/gnu_vector.exp: Check the return value by "p res".
8963 * gdb.base/gnu_vector.c: Don't include stdio.h.
8964 (main): Don't print res and call add_some_intvecs.
8965
8966 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
8967
8968 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
8969 macro.
8970 (func5): Removed.
8971 (func4): Use FAST_TRACEPOINT_LABEL.
8972 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
8973 macro.
8974 (func): Removed.
8975 (thread_function): Use FAST_TRACEPOINT_LABEL.
8976 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
8977 (func): Remove.
8978 (marker): Use FAST_TRACEPOINT_LABEL.
8979 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
8980 (pendfunc1): Remove.
8981 (pendfunc): Use FAST_TRACEPOINT_LABEL.
8982 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
8983 (foo): Remove.
8984 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
8985 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
8986 macro.
8987 (func): Remove.
8988 (marker): Use FAST_TRACEPOINT_LABEL.
8989 * gdb.trace/trace-common.h: New header.
8990 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
8991 macro.
8992 (func): Remove.
8993 (marker): Use FAST_TRACEPOINT_LABEL.
8994 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
8995 (func): Remove.
8996 (thread_function): Use FAST_TRACEPOINT_LABEL.
8997
8998 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
8999
9000 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
9001 in front.
9002 * gdb.trace/change-loc.exp: Use global pcreg definition.
9003 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
9004 * gdb.trace/entry-values.exp: Use global spreg definition, add $
9005 in front.
9006 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
9007 * gdb.trace/pending.exp: Likewise.
9008 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
9009 * gdb.trace/trace-break.exp: Likewise.
9010 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
9011 in front.
9012 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
9013 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
9014 in front.
9015 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
9016
9017 2015-11-09 Joel Brobecker <brobecker@adacore.com>
9018
9019 * gdb.ada/fin_fun_out: New testcase.
9020
9021 2015-11-07 Kevin Buettner <kevinb@redhat.com>
9022
9023 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
9024 value associated with DW_AT_byte_size.
9025 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
9026 constants for DW_AT_byte_size, DW_AT_lower_bound, and
9027 DW_AT_upper_bound.
9028
9029 2015-11-07 Kevin Buettner <kevinb@redhat.com>
9030
9031 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
9032 (gdb_target_symbol_prefix_flags): Define in terms of _asm
9033 version.
9034 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
9035 gdb.dwarf2/dw2-canonicalize-type.exp,
9036 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
9037 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
9038 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
9039 provided by gdb_target_symbol_prefix_flags_asm.
9040 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
9041 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
9042 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
9043 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
9044 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
9045 macros where needed). Use this macro for symbols which require
9046 the prefix provided by SYMBOL_PREFIX.
9047
9048 2015-11-05 Kevin Buettner <kevinb@redhat.com>
9049
9050 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
9051 New procs.
9052 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
9053 representing expressions, of more than one list element.
9054 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
9055 to prepend linker symbol prefix to f.
9056 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
9057 table_1 and table_2.
9058 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
9059 Likewise, for f and g.
9060 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
9061 for ptr.
9062 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
9063 for main.
9064 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
9065 table_1_ptr and table_2_ptr.
9066
9067 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9068 Joel Brobecker <brobecker@adacore.com>
9069
9070 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
9071
9072 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
9073
9074 * gdb.reverse/s390-mvcle.c: New test.
9075 * gdb.reverse/s390-mvcle.exp: New file.
9076 * lib/gdb.exp: Enable reverse tests on s390*-linux.
9077
9078 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9079
9080 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
9081
9082 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9083
9084 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
9085 reaching marker2.
9086 * gdb.reverse/getresuid-reverse.exp: Likewise.
9087 * gdb.reverse/pipe-reverse.exp: Likewise.
9088 * gdb.reverse/readv-reverse.exp: Likewise.
9089 * gdb.reverse/recvmsg-reverse.exp: Likewise.
9090 * gdb.reverse/time-reverse.exp: Likewise.
9091 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
9092
9093 2015-10-30 Yao Qi <yao.qi@linaro.org>
9094
9095 * gdb.threads/wp-replication.c (watch_count_done): Remove.
9096 (empty_cycle): Remove.
9097 (main): Don't call empty_cycle. Don't use watch_count_done.
9098 * gdb.threads/wp-replication.exp: Don't set breakpoint on
9099 empty_cycle. Rewrite the code counting HW watchpoints.
9100
9101 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
9102
9103 * gdb.reverse/fstatat-reverse.c: New test.
9104 * gdb.reverse/fstatat-reverse.exp: New file.
9105 * gdb.reverse/getresuid-reverse.c: New test.
9106 * gdb.reverse/getresuid-reverse.exp: New file.
9107 * gdb.reverse/pipe-reverse.c: New test.
9108 * gdb.reverse/pipe-reverse.exp: New file.
9109 * gdb.reverse/readv-reverse.c: New test.
9110 * gdb.reverse/readv-reverse.exp: New file.
9111 * gdb.reverse/recvmsg-reverse.c: New test.
9112 * gdb.reverse/recvmsg-reverse.exp: New file.
9113 * gdb.reverse/time-reverse.c: New test.
9114 * gdb.reverse/time-reverse.exp: New file.
9115 * gdb.reverse/waitpid-reverse.c: New test.
9116 * gdb.reverse/waitpid-reverse.exp: New file.
9117
9118 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9119
9120 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
9121
9122 2015-10-26 Doug Evans <dje@google.com>
9123
9124 PR symtab/17391
9125 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
9126 * gdb.dwarf2/bad-regnum.c: New file.
9127 * gdb.dwarf2/bad-regnum.exp: New file.
9128
9129 2015-10-26 Doug Evans <dje@google.com>
9130
9131 PR python/18938
9132 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
9133 file.
9134
9135 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9136
9137 * gdb.compile/compile.exp (compile code globalvar): Update expectation
9138 for a change by "Mention language in compile error message".
9139
9140 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
9141
9142 PR python/18073
9143 * gdb.python/py-type.c (C::a_method): New.
9144 (C::a_const_method): New.
9145 (C::a_static_method): New.
9146 (a_function): New.
9147 * gdb.python/py-type.exp (test_fields): Test getting fields
9148 from function and method.
9149
9150 2015-10-21 Keven Boell <keven.boell@intel.com>
9151
9152 * gdb.fortran/vla-alloc-assoc.exp: New file.
9153 * gdb.fortran/vla-datatypes.exp: New file.
9154 * gdb.fortran/vla-datatypes.f90: New file.
9155 * gdb.fortran/vla-history.exp: New file.
9156 * gdb.fortran/vla-ptype-sub.exp: New file.
9157 * gdb.fortran/vla-ptype.exp: New file.
9158 * gdb.fortran/vla-sizeof.exp: New file.
9159 * gdb.fortran/vla-sub.f90: New file.
9160 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
9161 * gdb.fortran/vla-value-sub-finish.exp: New file.
9162 * gdb.fortran/vla-value-sub.exp: New file.
9163 * gdb.fortran/vla-value.exp: New file.
9164 * gdb.fortran/vla-ptr-info.exp: New file.
9165 * gdb.mi/mi-vla-fortran.exp: New file.
9166 * gdb.mi/vla.f90: New file.
9167
9168 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
9169
9170 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
9171 of hardwired timeout value.
9172
9173 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9174 Pedro Alves <palves@redhat.com>
9175
9176 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
9177 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
9178
9179 2015-10-19 Josh Stone <jistone@redhat.com>
9180
9181 * gdb.base/catch-syscall.c: Include <sched.h>.
9182 (unknown_syscall): New variable.
9183 (main): Trigger a vfork and an unknown syscall.
9184 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
9185 (unknown_syscall_number): Likewise.
9186 (check_call_to_syscall): Accept an optional syscall pattern.
9187 (check_return_from_syscall): Likewise.
9188 (check_continue): Likewise.
9189 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
9190 (test_catch_syscall_skipping_return): New test toggling off 'catch
9191 syscall' to step over the syscall return, then toggling back on.
9192 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
9193 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
9194 (do_syscall_tests): Call test_catch_syscall_without_args and
9195 test_catch_syscall_mid_vfork.
9196 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
9197 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
9198
9199 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
9200
9201 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
9202 print g_vE): Add new pass patterns.
9203 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
9204 print various symbol names for vptr fields.
9205
9206 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
9207
9208 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
9209 results.
9210
9211 2015-10-12 Yao Qi <yao.qi@linaro.org>
9212
9213 * gdb.arch/disp-step-insn-reloc.exp: New test case.
9214
9215 2015-10-12 Yao Qi <yao.qi@linaro.org>
9216
9217 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
9218 is aarch64*-*-linux*.
9219
9220 2015-10-12 Yao Qi <yao.qi@linaro.org>
9221
9222 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
9223 (can_relocate_bcond_true): ... it.
9224 (can_relocate_bcond_false): New function.
9225 (foo): Likewise.
9226 (can_relocate_bl): Likewise.
9227 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
9228 can_relocate_bl.
9229
9230 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
9231
9232 * gdb.base/nested-addr.c: New file.
9233 * gdb.base/nested-addr.exp: New testcase.
9234
9235 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
9236
9237 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
9238 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
9239 its output. Ignore the output of "record goto begin" and instead
9240 check that GDB is replaying.
9241
9242 2015-10-09 Pedro Alves <palves@redhat.com>
9243
9244 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
9245 (top level): Use it in the run with no args test.
9246
9247 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
9248
9249 * gdb.dlang/properties.exp: New file.
9250
9251 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
9252
9253 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
9254 whether or not address 0x1000 is mapped on the target.
9255
9256 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
9257
9258 * gdb.python/py-type.exp: Do not run tests if binaries fail to
9259 build.
9260
9261 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
9262
9263 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
9264 instruction-history test.
9265
9266 2015-09-28 Doug Evans <dje@google.com>
9267
9268 * gdb.base/gcore.c (array_func): Add reference to static_array.
9269
9270 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
9271
9272 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
9273 source line.
9274
9275 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
9276
9277 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
9278 short or char as base type.
9279
9280 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
9281
9282 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
9283 to allow any size enum.
9284
9285 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
9286
9287 * gdb.ada/array_ptr_renaming.exp: New testcase.
9288 * gdb.ada/array_ptr_renaming/foo.adb: New file.
9289 * gdb.ada/array_ptr_renaming/pack.ads: New file.
9290
9291 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9292
9293 * gdb.trace/ftrace-lock.c: New file.
9294 * gdb.trace/ftrace-lock.exp: New file.
9295
9296 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9297
9298 * gdb.arch/insn-reloc.c: New file.
9299 * gdb.arch/ftrace-insn-reloc.exp: New file.
9300
9301 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9302
9303 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
9304 instruction.
9305 * gdb.trace/pendshr1.c (pendfunc): Likewise.
9306 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
9307 * gdb.trace/range-stepping.c: Likewise.
9308 * gdb.trace/trace-break.c: Likewise.
9309 * gdb.trace/trace-mt.c (thread_function): Likewise.
9310 * gdb.trace/ftrace.c (marker): Likewise.
9311 * gdb.trace/trace-condition.c (marker): Likewise.
9312 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
9313 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
9314 is_aarch64_target.
9315
9316 2015-09-18 Doug Evans <xdje42@gmail.com>
9317
9318 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
9319 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
9320
9321 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9322
9323 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
9324 the breakpoint.
9325
9326 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9327
9328 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
9329 the pending breakpoint. Remove timeout override for "Run till
9330 MI pending breakpoint on pendfunc3 on thread 2" test.
9331
9332 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9333
9334 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
9335 filename pattern.
9336
9337 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9338
9339 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
9340 in breakpoint filename pattern.
9341
9342 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9343
9344 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
9345
9346 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9347
9348 * gdb.linespec/explicit.exp: Check for readline support for
9349 tab-completion tests. Fix obvious typo.
9350
9351 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9352
9353 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
9354 and replay.
9355
9356 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9357
9358 * gdb.btrace/non-stop.c: New.
9359 * gdb.btrace/non-stop.exp: New.
9360
9361 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
9362 Yao Qi <yao.qi@linaro.org>
9363
9364 * gdb.trace/trace-condition.c: New file.
9365 * gdb.trace/trace-condition.exp: New file.
9366
9367 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
9368
9369 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
9370 for testing bytecode compilation.
9371
9372 2015-09-16 Pedro Alves <palves@redhat.com>
9373 Sandra Loosemore <sandra@codesourcery.com>
9374
9375 * gdb.threads/non-stop-fair-events.c (timeout): New global.
9376 (SECONDS): Redefine.
9377 (main): Call pthread_kill and alarm early.
9378 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
9379 support.
9380 (test): If the target can't hardware step and doesn't support
9381 displaced stepping, increase the timeout.
9382
9383 2015-09-16 Pedro Alves <palves@redhat.com>
9384
9385 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
9386 (enable_debug): New procedures.
9387 (test): Use them. Bail out if waiting for threads fails.
9388 (top level): Bail out if a test fails.
9389
9390 2015-09-16 Yao Qi <yao.qi@linaro.org>
9391
9392 * gdb.asm/asm-source.exp: Set asm-arch for
9393 aarch64*-*-* target.
9394 * gdb.asm/aarch64.inc: New file.
9395
9396 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
9397
9398 * gdb.ada/array_of_variable_length.exp: New testcase.
9399 * gdb.ada/array_of_variable_length/foo.adb: New file.
9400 * gdb.ada/array_of_variable_length/pck.adb: New file.
9401 * gdb.ada/array_of_variable_length/pck.ads: New file.
9402
9403 2015-09-15 Doug Evans <dje@google.com>
9404
9405 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
9406 of function static local variable.
9407
9408 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9409
9410 * gdb.threads/tls-so_extern.exp: New test file.
9411 * gdb.threads/tls-so_extern.c: New test file.
9412 * gdb.threads/tls-so_extern_main.c: New test file.
9413
9414 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9415
9416 * gdb.opt/solib-intra-step-lib.c: New file.
9417 * gdb.opt/solib-intra-step-main.c: New file.
9418 * gdb.opt/solib-intra-step.exp: New file.
9419
9420 2015-09-15 Pedro Alves <palves@redhat.com>
9421
9422 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
9423 gdb_continue_to_breakpoint instead of gdb_test_multiple.
9424
9425 2015-09-14 Pedro Alves <palves@redhat.com>
9426
9427 * gdb.base/hook-stop-continue.c: Delete.
9428 * gdb.base/hook-stop-continue.exp: Delete.
9429 * gdb.base/hook-stop-frame.c: Delete.
9430 * gdb.base/hook-stop-frame.exp: Delete.
9431 * gdb.base/hook-stop.c: New file.
9432 * gdb.base/hook-stop.exp: New file.
9433
9434 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
9435
9436 * gdb.ada/access_to_packed_array.exp: New testcase.
9437 * gdb.ada/access_to_packed_array/foo.adb: New file.
9438 * gdb.ada/access_to_packed_array/pack.adb: New file.
9439 * gdb.ada/access_to_packed_array/pack.ads: New file.
9440
9441 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
9442
9443 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
9444 buffer size test.
9445
9446 2015-09-11 Don Breazeal <donb@codesourcery.com>
9447
9448 * gdb.base/foll-exec.c: Add copyright header. Fix
9449 formatting issues.
9450 * gdb.base/foll-exec.exp (zap_session): Delete proc.
9451 (do_exec_tests): Use clean_restart in place of zap_session,
9452 and for test initialization. Fix formatting issues. Use
9453 fail in place of perror.
9454 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
9455 an expect statement to match an expression with output from
9456 the program under debug.
9457 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
9458 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
9459 * gdb.threads/non-ldr-exc-2.exp: Likewise.
9460 * gdb.threads/non-ldr-exc-3.exp: Likewise.
9461 * gdb.threads/non-ldr-exc-4.exp: Likewise.
9462
9463 2015-09-09 Doug Evans <dje@google.com>
9464
9465 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
9466
9467 2015-09-09 Doug Evans <dje@google.com>
9468
9469 * gdb.base/pie-execl.exp: Fix result test of build_executable.
9470
9471 2015-09-09 Doug Evans <dje@google.com>
9472
9473 * gdb.base/savedregs.exp: Fix typo.
9474
9475 2015-09-09 Pedro Alves <palves@redhat.com>
9476
9477 * gdb.mi/mi-cli.exp: Add CLI finish tests.
9478
9479 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
9480
9481 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
9482 command actually switches threads. Give up on remaining
9483 tests if target fails to stop at breakpoint.
9484
9485 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
9486
9487 * gdb.ada/funcall_char.exp: New testcase.
9488 * gdb.ada/funcall_char/foo.adb: New file.
9489
9490 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
9491
9492 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
9493 expected outputs. Add two testcases for completing ambiguous
9494 functions.
9495 * gdb.ada/complete/aux_pck.adb: New file.
9496 * gdb.ada/complete/aux_pck.ads: New file.
9497 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
9498 Ambiguous_Func functions.
9499 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
9500 * gdb.ada/complete/pck.adb: Likewise.
9501
9502 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
9503
9504 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
9505 failures to run the test program under GDB.
9506
9507 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
9508
9509 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
9510 to C.
9511
9512 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
9513
9514 * gdb.base/run-after-attach.exp: New test file.
9515 * gdb.base/run-after-attach.c: New test file.
9516
9517 2015-08-26 Don Breazeal <donb@codesourcery.com>
9518
9519 * gdb.base/foll-exec-2.c: New test program.
9520 * gdb.base/foll-exec-2.exp: New test.
9521
9522 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
9523
9524 * gdb.base/nested-subp1.exp: New file.
9525 * gdb.base/nested-subp1.c: New file.
9526 * gdb.base/nested-subp2.exp: New file.
9527 * gdb.base/nested-subp2.c: New file.
9528 * gdb.base/nested-subp3.exp: New file.
9529 * gdb.base/nested-subp3.c: New file.
9530
9531 2015-08-24 Pedro Alves <palves@redhat.com>
9532
9533 * gdb.server/connect-without-multi-process.c: New file.
9534 * gdb.server/connect-without-multi-process.exp: New file.
9535
9536 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
9537
9538 * gdb.opt/inline-markers.c: Make z int.
9539
9540 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
9541
9542 * gdb.opt/inline-markers.c: Make z volatile.
9543
9544 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
9545
9546 * gdb.opt/inline-bt.c: New volatile global z.
9547 * gdb.opt/inline-cmds.c: Likewise.
9548 * gdb.opt/inline-locals.c: Likewise.
9549 * gdb.opt/inline-markers.c: New extern global z.
9550 (marker): Use z.
9551 (inline_fn): Likewise.
9552
9553 2015-08-24 Pedro Alves <palves@redhat.com>
9554
9555 * config/m32r-stub.exp: Remove file.
9556 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
9557 * gdb.base/call-rt-st.exp: Likewise.
9558 * gdb.base/call-strs.exp: Likewise.
9559 * gdb.base/default.exp: Remove references to h8300-*-hms and
9560 *-*-udi*.
9561 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
9562
9563 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9564
9565 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
9566 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
9567 and "return" use KFAIL when GDB can not read/write the vector
9568 return value.
9569
9570 2015-08-21 Gary Benson <gbenson@redhat.com>
9571
9572 * gdb.trace/pending.exp: Cope with remote transfer warnings.
9573
9574 2015-08-20 Pedro Alves <palves@redhat.com>
9575
9576 * gdb.server/solib-list.exp: No longer expect an interior stop in
9577 non-stop mode.
9578
9579 2015-08-20 Pedro Alves <palves@redhat.com>
9580
9581 * gdb.server/connect-stopped-target.c: New file.
9582 * gdb.server/connect-stopped-target.exp: New file.
9583
9584 2015-08-20 Pedro Alves <palves@redhat.com>
9585
9586 * gdb.dwarf2/comp-unit-lang.exp: New file.
9587 * gdb.dwarf2/comp-unit-lang.c: New file.
9588
9589 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
9590
9591 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
9592 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
9593
9594 2015-08-19 Kevin Buettner <kevinb@redhat.com>
9595
9596 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
9597 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
9598
9599 2015-08-18 Doug Evans <dje@google.com>
9600 Adrian Sendroiu <adrian.sendroiu@freescale.com>
9601
9602 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
9603 skip_python_tests. New arg prompt_regexp.
9604 (skip_python_tests): New function.
9605 * lib/mi-support.exp (mi_skip_python_tests): New function.
9606 * gdb.python/py-mi-objfile-gdb.py: New file.
9607 * gdb.python/py-mi-objfile.c: New file.
9608 * gdb.python/py-mi-objfile.exp: New file.
9609
9610 2015-08-17 Keith Seitz <keiths@redhat.com>
9611
9612 * gdb.linespec/explicit.exp: Move strace test from here ...
9613 * gdb.trace/strace.exp: ... to here.
9614
9615 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
9616
9617 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
9618 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
9619
9620 2015-08-14 Doug Evans <xdje42@gmail.com>
9621
9622 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
9623 inferior before selecting a new file.
9624
9625 2015-08-14 Doug Evans <xdje42@gmail.com>
9626
9627 * gdb.mi/mi-disassemble.exp: Update.
9628 * gdb.base/disasm-optim.S: New file.
9629 * gdb.base/disasm-optim.c: New file.
9630 * gdb.base/disasm-optim.h: New file.
9631 * gdb.base/disasm-optim.exp: New file.
9632
9633 2015-08-14 Keith Seitz <keiths@redhat.com>
9634
9635 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
9636 "evaluated-by".
9637
9638 2015-08-13 Joel Brobecker <brobecker@adacore.com>
9639
9640 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
9641
9642 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
9643
9644 * gdb.ada/fun_renaming.exp: New testcase.
9645 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
9646 * gdb.ada/fun_renaming/pack.adb: New file.
9647 * gdb.ada/fun_renaming/pack.ads: New file.
9648
9649 2015-08-12 Keith Seitz <keiths@redhat.com>
9650
9651 * gdb.base/dso2dso.exp: Pass basename of source file in call to
9652 gdb_get_line_number.
9653
9654 2015-08-12 Joel Brobecker <brobecker@adacore.com>
9655
9656 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
9657 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
9658 gdb.base/dso2dso.exp: New files.
9659
9660 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
9661 Pedro Alves <palves@redhat.com>
9662 Keith Seitz <keiths@redhat.com>
9663
9664 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
9665 GDBFLAGS.
9666
9667 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9668
9669 * gdb.base/gdbhistsize-history.exp
9670 (test_histsize_history_setting): Use save_vars.
9671 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9672 Use save_vars.
9673 (test_no_truncation_of_unlimited_history_file): Use save_vars.
9674 * gdb.base/readline.exp: Use save_vars.
9675
9676 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9677
9678 * lib/gdb.exp (save_vars): New proc.
9679
9680 2015-08-11 Keith Seitz <keiths@redhat.com>
9681
9682 * gdb.base/help.exp: Update help_breakpoint_text.
9683
9684 2015-08-11 Keith Seitz <keiths@redhat.com>
9685
9686 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
9687 (at toplevel): Call test_explicit_breakpoints.
9688 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
9689 breakpoints.
9690 * lib/mi-support.exp (mi_make_breakpoint): Add support for
9691 breakpoint conditions, "-cond".
9692
9693 2015-08-11 Keith Seitz <keiths@redhat.com>
9694
9695 * gdb.linespec/3explicit.c: New file.
9696 * gdb.linespec/cpexplicit.cc: New file.
9697 * gdb.linespec/cpexplicit.exp: New file.
9698 * gdb.linespec/explicit.c: New file.
9699 * gdb.linespec/explicit.exp: New file.
9700 * gdb.linespec/explicit2.c: New file.
9701 * gdb.linespec/ls-errs.exp: Add explicit location tests.
9702 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
9703 before using in the matching pattern.
9704 Clarify that `prefix' is a regular expression.
9705
9706 2015-08-11 Keith Seitz <keiths@redhat.com>
9707
9708 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
9709 test.
9710 Add tests for missing ",FMT" and ",".
9711
9712 2015-08-10 Doug Evans <dje@google.com>
9713 Keith Seitz <keiths@redhat.com>
9714
9715 PR gdb/17960
9716 * gdb.base/completion.exp: Add location completer tests.
9717
9718 2015-08-07 Pedro Alves <palves@redhat.com>
9719
9720 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
9721 tests here.
9722 (top level): Run do_test with and without displaced stepping.
9723
9724 2015-08-07 Pedro Alves <palves@redhat.com>
9725
9726 * gdb.base/valgrind-disp-step.c: New file.
9727 * gdb.base/valgrind-disp-step.exp: New file.
9728
9729 2015-08-07 Pedro Alves <palves@redhat.com>
9730
9731 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
9732 Delete function.
9733 (main): Add alarm. Run an infinite loop instead of calling
9734 wait_threads.
9735 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
9736 comment.
9737 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
9738 Delete function.
9739 (main): Add alarm. Run an infinite loop instead of calling
9740 wait_threads.
9741 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
9742 comment.
9743
9744 2015-08-07 Pedro Alves <palves@redhat.com>
9745
9746 * gdb.base/checkpoint-ns.exp: New file.
9747 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
9748 standard_testfile.
9749
9750 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
9751
9752 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
9753 * gdb.btrace/instruction_history.exp: Update.
9754 * gdb.btrace/tsx.exp: New.
9755 * gdb.btrace/tsx.c: New.
9756
9757 2015-08-06 Pedro Alves <palves@redhat.com>
9758
9759 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
9760 increase timeout.
9761 * gdb.reverse/until-precsave.exp: Bump timeouts.
9762
9763 2015-08-06 Pedro Alves <palves@redhat.com>
9764
9765 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
9766
9767 2015-08-06 Pedro Alves <palves@redhat.com>
9768
9769 PR gdb/18749
9770 * gdb.threads/process-dies-while-handling-bp.c: New file.
9771 * gdb.threads/process-dies-while-handling-bp.exp: New file.
9772
9773 2015-08-06 Pedro Alves <palves@redhat.com>
9774
9775 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
9776 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
9777
9778 2015-08-05 Pedro Alves <palves@redhat.com>
9779
9780 * gdb.threads/next-while-other-thread-longjmps.c: New file.
9781 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
9782
9783 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
9784
9785 * gdb.base/bp-permanent.exp: Report test as unsupported if
9786 the target cannot stop at the permanent breakpoint.
9787
9788 2015-08-03 Doug Evans <dje@google.com>
9789
9790 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
9791 10000.
9792
9793 2015-08-03 Doug Evans <dje@google.com>
9794
9795 * Makefile.in (workers/%.worker, build-perf): New rule.
9796 (GDB_PERFTEST_MODE): New variable.
9797 (check-perf): Use it.
9798 (clean): Clean up gdb.perf parallel build subdirs.
9799 * lib/build-piece.exp: New file.
9800 * lib/gdb.exp (make_gdb_parallel_path): New function
9801 (standard_output_file, standard_temp_file): Call it.
9802 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9803 of $GDB_PARALLEL.
9804 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
9805
9806 2015-08-03 Doug Evans <dje@google.com>
9807
9808 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
9809 (LOG_FILE_NAME): New global.
9810 (TextReporter.__init__): Initialize self.txt_sum.
9811 (TextReporter.report): Add support for multiple data-points.
9812 Move report to perftest.sum, put raw data in perftest.log.
9813 (TextReporter.start): Open sum and log files.
9814 (TextReporter.end): Close sum and log files.
9815 * gdb.perf/lib/perftest/testresult.py
9816 (SingleStatisticTestResult.record): Handle multiple data-points.
9817
9818 2015-07-31 Pedro Alves <palves@redhat.com>
9819
9820 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
9821 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9822 kill_wait_spawned_process instead of explicit "kill -9".
9823 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
9824 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9825 kill_wait_spawned_process.
9826 * gdb.base/attach-twice.exp: Likewise.
9827 * gdb.base/attach.exp: Likewise.
9828 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
9829 gdb_test_multiple.
9830 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
9831 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9832 kill_wait_spawned_process.
9833 * gdb.base/valgrind-infcall.exp: Likewise.
9834 * gdb.multi/multi-attach.exp: Likewise.
9835 * gdb.python/py-prompt.exp: Likewise.
9836 * gdb.python/py-sync-interp.exp: Likewise.
9837 * gdb.server/ext-attach.exp: Likewise.
9838 * gdb.threads/attach-into-signal.exp (corefunc): Use
9839 spawn_wait_for_attach, spawn_id_get_pid and
9840 kill_wait_spawned_process.
9841 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
9842 spawn_wait_for_attach returning a spawn id instead of a pid. Use
9843 spawn_id_get_pid and kill_wait_spawned_process.
9844 * gdb.threads/attach-stopped.exp (corefunc): Use
9845 spawn_wait_for_attach, spawn_id_get_pid and
9846 kill_wait_spawned_process.
9847 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
9848 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9849 kill_wait_spawned_process instead of explicit "kill -9".
9850 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
9851 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
9852 (spawn_wait_for_attach): Use spawn instead of exec to spawn
9853 processes. Don't map cygwin/windows pids here. Now returns a
9854 spawn id list.
9855
9856 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9857
9858 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
9859 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
9860 correct patch.
9861
9862 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9863
9864 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
9865
9866 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9867
9868 Reapply:
9869 2014-05-21 Mark Wielaard <mjw@redhat.com>
9870
9871 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9872
9873 2015-07-30 Pedro Alves <palves@redhat.com>
9874
9875 * linux-low.c (handle_extended_wait): Set the child's last
9876 reported status to TARGET_WAITKIND_STOPPED.
9877
9878 2015-07-30 Pedro Alves <palves@redhat.com>
9879
9880 PR threads/18600
9881 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
9882 only shows inferior 1.
9883
9884 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
9885 Pedro Alves <palves@redhat.com>
9886
9887 PR threads/18600
9888 * gdb.threads/fork-plus-threads.c: New file.
9889 * gdb.threads/fork-plus-threads.exp: New file.
9890
9891 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9892
9893 * gdb.base/batch-preserve-term-settings.exp
9894 (test_terminal_settings_preserved_after_cli_exit): Use
9895 send_quit_command.
9896
9897 2015-07-29 Pedro Alves <palves@redhat.com>
9898 Don Breazeal <donb@codesourcery.com>
9899
9900 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
9901 output from both inferior_spawn_id and gdb_spawn_id.
9902
9903 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9904
9905 * gdb.threads/attach-into-signal.exp (corefunc): Use
9906 with_test_prefix on nested loops, uniquefying the test messages.
9907
9908 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9909
9910 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
9911 commit.
9912
9913 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9914
9915 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
9916 New proc.
9917 (test_terminal_settings_preserved_after_sigterm): New test.
9918
9919 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9920
9921 * gdb.base/batch-preserve-term-settings.exp
9922 (test_terminal_settings_preserved_after_cli_exit): New test.
9923
9924 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9925
9926 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
9927 manipulation of saved_gdbflags.
9928 (test_terminal_settings_preserved): Remove global declaration of
9929 the unused variable pagination_prompt. Remove manipulation of
9930 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
9931 GDBFLAGS.
9932
9933 2015-07-29 Pedro Alves <palves@redhat.com>
9934
9935 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
9936
9937 2015-07-29 Pedro Alves <palves@redhat.com>
9938
9939 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
9940 at the top.
9941
9942 2015-07-29 Pedro Alves <palves@redhat.com>
9943
9944 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
9945 (main): Call gdb_unbuffer_output.
9946 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
9947 (main): Call gdb_unbuffer_output.
9948 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
9949 (main): Call gdb_unbuffer_output.
9950 * gdb.base/call-strs.exp: Adjust to step over the
9951 gdb_unbuffer_output call.
9952 * gdb.base/catch-gdb-caused-signals.c: Include
9953 "../lib/unbuffer_output.c".
9954 (main): Call gdb_unbuffer_output.
9955 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
9956 (main): Call gdb_unbuffer_output.
9957 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
9958 (main): Call gdb_unbuffer_output.
9959 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
9960 (main): Call gdb_unbuffer_output.
9961 * gdb.base/shlib-call.exp: Adjust to step over the
9962 gdb_unbuffer_output call.
9963 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
9964 (main): Call gdb_unbuffer_output.
9965 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
9966 (main): Call gdb_unbuffer_output.
9967 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
9968 (main): Rename to ...
9969 (test): ... this.
9970 (main): Reimplement.
9971 * gdb.base/varargs.exp: Run to test instead of to main.
9972 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9973 (main): Call gdb_unbuffer_output.
9974
9975 2015-07-29 Pedro Alves <palves@redhat.com>
9976
9977 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
9978 factore out from mi_continue_dprintf. For call-style dprintfs,
9979 expect dprintf output out of $inferior_spawn_id.
9980 (mi_continue_dprintf): Use mi_expect_dprintf.
9981 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9982 (main): Call gdb_unbuffer_output.
9983
9984 2015-07-29 Pedro Alves <palves@redhat.com>
9985
9986 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
9987 (default_mi_gdb_start): Set inferior_spawn_id instead of
9988 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
9989 gdb_spawn_id.
9990 (mi_gdb_test): Always expect inferior output from both
9991 $inferior_spawn_id and $gdb_spawn_id.
9992
9993 2015-07-29 Pedro Alves <palves@redhat.com>
9994
9995 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
9996 send_inferior and $inferior_spawn_id.
9997
9998 2015-07-29 Pedro Alves <palves@redhat.com>
9999
10000 * gdb.gdb/complaints.exp (test_initial_complaints)
10001 (test_serial_complaints, test_short_complaints): Use
10002 gdb_test_stdio.
10003 (test_empty_complaint): Handle $inferior_spawn_id !=
10004 $gdb_spawn_id.
10005
10006 2015-07-29 Pedro Alves <palves@redhat.com>
10007
10008 * gdb.base/varargs.exp: Use gdb_test_stdio.
10009
10010 2015-07-29 Pedro Alves <palves@redhat.com>
10011
10012 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
10013
10014 2015-07-29 Pedro Alves <palves@redhat.com>
10015
10016 * gdb.base/ending-run.exp: Use gdb_test_stdio.
10017
10018 2015-07-29 Pedro Alves <palves@redhat.com>
10019
10020 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
10021 parameter into two new parameters, "inf_result" and "gdb_result".
10022 Expect inferior output and gdb output from $inferior_spawn_id and
10023 $gdb_spawn_id, respectively. Adjust all callers.
10024
10025 2015-07-29 Pedro Alves <palves@redhat.com>
10026
10027 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
10028 of gdb_test_sequence.
10029
10030 2015-07-29 Pedro Alves <palves@redhat.com>
10031
10032 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
10033 (saw_spurious_output): Expect inferior output from
10034 $inferior_spawn_id. Use gdb_test_stdio.
10035
10036 2015-07-29 Pedro Alves <palves@redhat.com>
10037
10038 * gdb.base/dprintf.exp: Use standard_testfile. Change
10039 prepare_for_testing call.
10040 (srcfile): Don't set.
10041 (restart): New procedure.
10042 (test_dprintf): New procecure, use to continue over dprintfs.
10043 (test_call, test_agent): New procedures, tests moved here.
10044 Restart gdb and recreate dprintfs. Adjust expected output.
10045
10046 2015-07-29 Pedro Alves <palves@redhat.com>
10047
10048 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
10049
10050 2015-07-29 Pedro Alves <palves@redhat.com>
10051
10052 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
10053
10054 2015-07-29 Pedro Alves <palves@redhat.com>
10055
10056 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
10057 gdb_test_stdio.
10058
10059 2015-07-29 Pedro Alves <palves@redhat.com>
10060
10061 * lib/gdb.exp (gdb_test_stdio): New procedure.
10062
10063 2015-07-29 Pedro Alves <palves@redhat.com>
10064
10065 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
10066
10067 2015-07-29 Pedro Alves <palves@redhat.com>
10068
10069 * gdb.base/call-signal-resume.exp: Remove check for
10070 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
10071 * gdb.base/unwindonsignal.exp: Likewise.
10072 * gdb.base/call-signals.c (gen_signal): Remove printf call.
10073 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
10074
10075 2015-07-29 Pedro Alves <palves@redhat.com>
10076
10077 * gdb.base/siginfo-addr.c (pass): New function.
10078 (handler): Call it iff si_addr is correct.
10079 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
10080 Set a breakpoint at "pass" and continue to it.
10081
10082 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
10083
10084 * gdb.python/py-objfile.exp: Make some tests have unique names.
10085 * gdb.python/py-pp-registration.exp: Likewise.
10086
10087 2015-07-28 Pedro Alves <palves@redhat.com>
10088
10089 * gdb.server/server-exec-info.exp: Issue a "disconnect".
10090
10091 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10092
10093 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
10094
10095 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10096
10097 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
10098
10099 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
10100
10101 * gdb.base/gdb-sigterm-2.exp: New test.
10102
10103 2015-07-25 Doug Evans <xdje42@gmail.com>
10104
10105 Revert:
10106 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10107 (workers/%.worker, build-perf): New rule.
10108 (GDB_PERFTEST_MODE): New variable.
10109 (check-perf): Use it.
10110 (clean): Clean up gdb.perf parallel build subdirs.
10111 * lib/build-piece.exp: New file.
10112 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10113 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10114 name.
10115 (standard_temp_file): Ditto.
10116 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10117 of $GDB_PARALLEL.
10118
10119 2015-07-24 Doug Evans <dje@google.com>
10120
10121 * gdb.perf/lib/perftest/utils.py: New file.
10122 * gdb.perf/gm-hello.cc: New file.
10123 * gdb.perf/gm-pervasive-typedef.cc: New file.
10124 * gdb.perf/gm-pervasive-typedef.h: New file.
10125 * gdb.perf/gm-std.cc: New file.
10126 * gdb.perf/gm-std.h: New file.
10127 * gdb.perf/gm-use-cerr.cc: New file.
10128 * gdb.perf/gm-utils.h: New file.
10129 * gdb.perf/gmonster-null-lookup.py: New file.
10130 * gdb.perf/gmonster-pervasive-typedef.py: New file.
10131 * gdb.perf/gmonster-print-cerr.py: New file.
10132 * gdb.perf/gmonster-ptype-string.py: New file.
10133 * gdb.perf/gmonster-runto-main.py: New file.
10134 * gdb.perf/gmonster-select-file.py: New file.
10135 * gdb.perf/gmonster1-null-lookup.exp: New file.
10136 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
10137 * gdb.perf/gmonster1-print-cerr.exp: New file.
10138 * gdb.perf/gmonster1-ptype-string.exp: New file.
10139 * gdb.perf/gmonster1-runto-main.exp: New file.
10140 * gdb.perf/gmonster1-select-file.exp: New file.
10141 * gdb.perf/gmonster1.cc: New file.
10142 * gdb.perf/gmonster1.exp: New file.
10143 * gdb.perf/gmonster2-null-lookup.exp: New file.
10144 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
10145 * gdb.perf/gmonster2-print-cerr.exp: New file.
10146 * gdb.perf/gmonster2-ptype-string.exp: New file.
10147 * gdb.perf/gmonster2-runto-main.exp: New file.
10148 * gdb.perf/gmonster2-select-file.exp: New file.
10149 * gdb.perf/gmonster2.cc: New file.
10150 * gdb.perf/gmonster2.exp: New file.
10151
10152 2015-07-24 Doug Evans <dje@google.com>
10153
10154 * gdb.perf/README: New file.
10155 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
10156 * lib/gen-perf-test.exp: New file.
10157
10158 2015-07-24 Doug Evans <dje@google.com>
10159
10160 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
10161 (PerfTest::startup): New function.
10162 (PerfTest::run): Return result of calling body.
10163 (PerfTest::assemble): Rewrite.
10164 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
10165 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
10166 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
10167 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
10168 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
10169
10170 2015-07-24 Doug Evans <dje@google.com>
10171
10172 * lib/gdb.exp (clean_restart): Make executable optional.
10173
10174 2015-07-24 Doug Evans <dje@google.com>
10175
10176 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
10177 compiler_info references.
10178 * gdb.cp/temargs.exp: Ditto.
10179 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
10180 (get_compiler_info): Early exit if already computed. Set compiler_info
10181 to "unknown" if there was a problem.
10182 (test_compiler_info): Add function comment. Call get_compiler_info.
10183
10184 2015-07-24 Doug Evans <dje@google.com>
10185
10186 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10187 (workers/%.worker, build-perf): New rule.
10188 (GDB_PERFTEST_MODE): New variable.
10189 (check-perf): Use it.
10190 (clean): Clean up gdb.perf parallel build subdirs.
10191 * lib/build-piece.exp: New file.
10192 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10193 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10194 name.
10195 (standard_temp_file): Ditto.
10196 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10197 of $GDB_PARALLEL.
10198
10199 2015-07-24 Doug Evans <dje@google.com>
10200
10201 * lib/future.exp (gdb_default_target_compile): New option
10202 "early_flags".
10203 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
10204 --as-needed.
10205
10206 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
10207
10208 * gdb.base/catch-syscall.exp: Call gdb_exit before
10209 gdb_skip_xml_test.
10210
10211 2015-07-24 Pedro Alves <palves@redhat.com>
10212
10213 * gdb.python/py-events.exp: Accept output between the stop event
10214 and the prompt.
10215 * gdb.python/py-evsignal.exp: Likewise.
10216 * gdb.python/py-evthreads.exp: Likewise.
10217
10218 2015-07-24 Pedro Alves <palves@redhat.com>
10219
10220 PR gdb/18717
10221 * gdb.threads/non-ldr-exit.c: New file.
10222 * gdb.threads/non-ldr-exit.exp: New file.
10223
10224 2015-07-24 Yao Qi <yao.qi@linaro.org>
10225
10226 * gdb.server/ext-wrapper.exp: Test --wrapper option when
10227 restarting process.
10228
10229 2015-07-24 Yao Qi <yao.qi@linaro.org>
10230
10231 * gdb.server/ext-restart.exp: New file.
10232
10233 2015-07-24 Yao Qi <yao.qi@linaro.org>
10234
10235 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
10236 argument options.
10237 * gdb.server/ext-wrapper.exp: New file.
10238
10239 2015-07-23 Doug Evans <dje@google.com>
10240
10241 * gdb.dwarf2/dw2-dummy-cu.S: New file.
10242 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
10243
10244 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
10245
10246 * gdb.ada/var_arr_typedef.exp: New testcase.
10247 * gdb.ada/var_arr_typedef/pack.adb: New file.
10248 * gdb.ada/var_arr_typedef/pack.ads: New file.
10249 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
10250
10251 2015-07-20 Joel Brobecker <brobecker@adacore.com>
10252
10253 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
10254
10255 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10256
10257 * gdb.arch/i386-biarch-core.exp: Replace istarget
10258 by "complete set gnutarget". Remove expectation for the "core-file"
10259 command.
10260
10261 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10262
10263 Revert the previous commit:
10264 Tests for validate symbol file using build-id.
10265
10266 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
10267
10268 Tests for validate symbol file using build-id.
10269 * gdb.base/solib-mismatch-lib.c: New file.
10270 * gdb.base/solib-mismatch-libmod.c: New file.
10271 * gdb.base/solib-mismatch.c: New file.
10272 * gdb.base/solib-mismatch.exp: New file.
10273
10274 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
10275
10276 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
10277 nios2-*-linux*.
10278 * gdb.base/sigbpt.exp (stepi_out): Likewise.
10279 * gdb.base/siginfo.exp: Likewise.
10280 * gdb.base/sigstep.exp (advance, advancei): Likewise.
10281
10282 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
10283
10284 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
10285 Move it to ...
10286 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
10287 ... here.
10288 * gdb.trace/range-stepping.exp: Check that the target supports
10289 range stepping.
10290
10291 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10292
10293 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
10294
10295 2015-07-14 Pedro Alves <palves@redhat.com>
10296
10297 * gdb.base/killed-outside.exp: New file.
10298 * gdb.base/killed-outside.c: New file.
10299
10300 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10301
10302 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
10303 (n at main): New.
10304 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
10305
10306 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
10307
10308 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
10309 infcall tests instead of setting up for KFAIL.
10310
10311 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
10312
10313 * gdb.btrace/record_goto-step.exp: New.
10314
10315 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10316
10317 PR compile/18484
10318 * gdb.compile/compile.c (struct struct_type): Add volatile to
10319 selffield's type.
10320 * gdb.compile/compile.exp
10321 (compile code struct_object.selffield = &struct_object): Skip further
10322 struct_object tests if this one xfails.
10323
10324 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
10325
10326 PR exp/18617
10327 * gdb.trace/ax.exp: Add test.
10328
10329 2015-07-07 Yao Qi <yao.qi@linaro.org>
10330
10331 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
10332 instead of istarget "aarch64*-*-*".
10333 * gdb.arch/aarch64-fp.exp: Likewise.
10334 * gdb.base/float.exp: Likewise.
10335 * gdb.reverse/aarch64.exp: Likewise.
10336 * lib/gdb.exp (is_aarch64_target): New proc.
10337
10338 2015-07-07 Yao Qi <yao.qi@linaro.org>
10339
10340 * lib/gdb.exp (is_aarch32_target): New proc.
10341 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
10342 instead of "istarget "arm*-*-*"".
10343 * gdb.arch/arm-disp-step.exp: Likewise.
10344 * gdb.arch/thumb-bx-pc.exp: Likewise.
10345 * gdb.arch/thumb-prologue.exp: Likewise.
10346 * gdb.arch/thumb-singlestep.exp: Likewise.
10347 * gdb.base/disp-step-syscall.exp: Likewise.
10348 * gdb.base/float.exp: Likewise.
10349
10350 2015-07-07 Yao Qi <yao.qi@linaro.org>
10351
10352 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
10353 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
10354
10355 2015-07-07 Yao Qi <yao.qi@linaro.org>
10356
10357 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
10358 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
10359 if it exists.
10360 * gdb.multi/multi-arch.exp: Likewise.
10361
10362 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
10363
10364 * gdb.python/py-lazy-string.exp: Add missing parentheses to
10365 print.
10366
10367 2015-07-07 Yao Qi <yao.qi@linaro.org>
10368
10369 * gdb.arch/thumb-singlestep.exp: Do one more single step.
10370
10371 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
10372
10373 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
10374 '[' and ']' characters.
10375
10376 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
10377
10378 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10379
10380 2015-06-29 Pedro Alves <palves@redhat.com>
10381
10382 PR threads/18127
10383 * gdb.threads/hand-call-new-thread.c: New file.
10384 * gdb.threads/hand-call-new-thread.c: New file.
10385
10386 2015-06-26 Keith Seitz <keiths@redhat.com>
10387 Doug Evans <dje@google.com>
10388
10389 PR 16253
10390 * gdb.cp/var-tag-2.cc: New file.
10391 * gdb.cp/var-tag-3.cc: New file.
10392 * gdb.cp/var-tag-4.cc: New file.
10393 * gdb.cp/var-tag.cc: New file.
10394 * gdb.cp/var-tag.exp: New file.
10395
10396 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10397
10398 * gdb.base/history-duplicates.exp: New test.
10399
10400 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10401
10402 * gdb.base/completion.exp: Test the completion of the "focus"
10403 command.
10404
10405 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10406
10407 * gdb.arch/amd64-prologue-skip.S: New file.
10408 * gdb.arch/amd64-prologue-skip.exp: New file.
10409
10410 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
10411
10412 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
10413 is_address_zero_readable check.
10414
10415 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
10416
10417 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
10418 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
10419
10420 2015-06-24 Yao Qi <yao.qi@linaro.org>
10421
10422 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
10423 linux targets.
10424
10425 2015-06-24 Yao Qi <yao.qi@linaro.org>
10426
10427 * lib/gdb.exp (supports_get_siginfo_type): New proc.
10428 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
10429 * gdb.base/siginfo-thread.exp: Likewise.
10430
10431 2015-06-22 Yao Qi <yao.qi@linaro.org>
10432
10433 * boards/remote-gdbserver-on-localhost.exp: Add comments.
10434
10435 2015-06-22 Yao Qi <yao.qi@linaro.org>
10436
10437 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
10438 aarch64*-*-*.
10439 (skip_hw_watchpoint_tests): Likewise.
10440
10441 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
10442
10443 * gdb.base/gdbinit-history.exp: Test the interaction between
10444 setting GDBHISTSIZE and setting the history size via .gdbinit.
10445
10446 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10447
10448 PR gdb/16999
10449 * gdb.base/gdbhistsize-history.exp: New test.
10450
10451 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10452
10453 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
10454 with GDBHISTSIZE.
10455 * gdb.base/readline.exp: Likewise.
10456
10457 2015-06-17 Yao Qi <yao.qi@linaro.org>
10458
10459 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
10460 line.
10461
10462 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10463
10464 * gdb.base/gdbinit-history.exp: Add test case to check that
10465 an unlimited history file does not get truncated on exit.
10466
10467 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10468
10469 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
10470 (VECTOR): New macro. Use it...
10471 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
10472 ...for these typedefs.
10473 (int8, char1, int1, double1): New typedefs.
10474 (struct just_int2, struct two_int2): New structures.
10475 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
10476 (add_structvecs, add_singlevecs): New functions.
10477 (main): Call add_some_intvecs twice.
10478 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
10479 the compile and exit upon failure. Try compiling for the "native"
10480 architecture. Test inferior function calls with vector arguments
10481 and vector return value handling with "finish" and "return".
10482
10483 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
10484
10485 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
10486 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
10487 PE file.
10488 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
10489
10490 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10491
10492 PR breakpoints/16465
10493 * gdb.mi/mi-dprintf-pending.c: New file.
10494 * gdb.mi/mi-dprintf-pending.exp: New test.
10495 * gdb.mi/mi-dprintf-pendshr.c: New file.
10496
10497 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10498 Mircea Gherzan <mircea.gherzan@intel.com>
10499
10500 * gdb.arch/i386-mpx-map.c: New file.
10501 * gdb.arch/i386-mpx-map.exp: New File.
10502
10503 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10504
10505 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
10506 * gdb.arch/i386-mpx.exp: Indentation fixed.
10507
10508 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10509
10510 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
10511 function and improved indentation.
10512 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
10513 gdb_test_multiple. Added additional tests to skip the test.
10514
10515 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10516
10517 * gdb.arch/i386-avx512.c: Change path in include file.
10518 * gdb.arch/i386-avx512.exp: Change include dir path
10519 compilation flag.
10520 * gdb.arch/i386-mpx.c: Change path in include file.
10521 * gdb.arch/i386-mpx.exp: Change include dir path compilation
10522 flag.
10523
10524 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10525
10526 * gdb.compile/compile-print.exp (compile print *vararray@3)
10527 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
10528
10529 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10530
10531 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
10532 (do not keep jit in memory): ... this.
10533 (expect 5): Change it to ...
10534 (expect no 5): ... this.
10535
10536 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
10537
10538 PR gdb/15564
10539 * gdb.mi/mi-detach.exp: New file.
10540
10541 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10542
10543 PR symtab/18392
10544 * gdb.arch/amd64-tailcall-self.S: New file.
10545 * gdb.arch/amd64-tailcall-self.c: New file.
10546 * gdb.arch/amd64-tailcall-self.exp: New file.
10547
10548 2015-05-28 Don Breazeal <donb@codesourcery.com>
10549
10550 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
10551 tests for remote targets by checking is_target_gdbserver.
10552
10553 2015-05-27 Doug Evans <dje@google.com>
10554
10555 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
10556 * gdb.dwarf2/opaque-type-lookup.c: New file.
10557 * gdb.dwarf2/opaque-type-lookup.exp: New file.
10558
10559 2015-05-26 Doug Evans <dje@google.com>
10560
10561 * gdb.cp/iostream.cc: New file.
10562 * gdb.cp/iostream.exp: New file.
10563
10564 2015-05-26 Doug Evans <dje@google.com>
10565
10566 * gdb.dwarf2/dw2-op-call.exp: Update.
10567 * gdb.dwarf2/dw4-sig-types.exp: Update.
10568 * gdb.dwarf2/implptr.exp: Update.
10569 * gdb.mi/mi-cmd-param-changed.exp: Update.
10570
10571 2015-05-26 Doug Evans <dje@google.com>
10572
10573 * gdb.python/py-lazy-string.c: New file.
10574 * gdb.python/py-lazy-string.exp: New file.
10575 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
10576 (main): Update. Add estring3.
10577 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
10578 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
10579
10580 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
10581 Yao Qi <yao.qi@linaro.org>
10582
10583 * gdb.reverse/aarch64.c: New.
10584 * gdb.reverse/aarch64.exp: New.
10585
10586 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
10587
10588 * lib/gdb.exp (supports_process_record): Return true for
10589 aarch64*-linux*.
10590 (supports_reverse): Likewise.
10591
10592 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
10593
10594 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10595 Use with_test_prefix.
10596
10597 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
10598
10599 * gdb.base/completion.exp: Add test for completion of layout
10600 names.
10601
10602 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
10603
10604 * lib/gdb.exp (skip_tui_tests): New proc.
10605 * gdb.base/tui-layout.exp: Check skip_tui_tests.
10606
10607 2015-05-19 Pedro Alves <palves@redhat.com>
10608
10609 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10610 Save the whole env array instead of just HOME. Unset HISTSIZE in
10611 the environment while testing. Restore whole environment
10612 afterwards.
10613
10614 2015-05-16 Doug Evans <xdje42@gmail.com>
10615
10616 * gdb.guile/scm-ports.c: New file.
10617 * gdb.guile/scm-ports.exp: Add memory port tests.
10618
10619 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10620
10621 * gdb.compile/compile-print.c: New file.
10622 * gdb.compile/compile-print.exp: New file.
10623
10624 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10625
10626 * gdb.compile/compile-ops.exp: Cast param to void.
10627 * gdb.compile/compile.exp: Complete type for _gdb_expr.
10628 (compile code struct_object.selffield = &struct_object): Add xfail.
10629
10630 2015-05-15 Joel Brobecker <brobecker@adacore.com>
10631
10632 * gdb.ada/arr_enum_with_gap: New testcase.
10633
10634 2015-05-15 Joel Brobecker <brobecker@adacore.com>
10635
10636 * gdb.ada/byte_packed_arr: New testcase.
10637
10638 2015-05-15 Joel Brobecker <brobecker@adacore.com>
10639
10640 * gdb.ada/pckd_neg: New testcase.
10641
10642 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
10643
10644 PR gdb/17820
10645 * gdb.base/gdbinit-history.exp: New test.
10646 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
10647 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
10648
10649 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
10650
10651 * gdb.python/py-xmethods.cc: Enhance test case.
10652 * gdb.python/py-xmethods.exp: New tests.
10653 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
10654 function.
10655 (B_indexoper): Likewise.
10656 (global_dm_list) : Add new xmethod worker functions.
10657
10658 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
10659
10660 * gdb.base/coredump-filter.exp: Correctly unset
10661 "coredump_var_addr" array.
10662
10663 2015-05-08 Pedro Alves <palves@redhat.com>
10664
10665 * gdb.server/non-existing-program.exp: Unset spawn_id.
10666
10667 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
10668
10669 PR python/18291
10670 * gdb.python/py-xmethods.exp: Add tests.
10671
10672 2015-05-08 Yao Qi <yao.qi@linaro.org>
10673
10674 PR gdb/18208
10675 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
10676 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
10677 function set_coredump_filter, and remove remote_exec call.
10678 Remove argument ipid. Callers update.
10679 (top level): Don't get inferior's PID.
10680
10681 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
10682
10683 * gdb.base/watch_thread_num.exp: Skip test on targets without
10684 access watchpoints.
10685
10686 2015-05-06 Pedro Alves <palves@redhat.com>
10687
10688 PR server/18081
10689 * gdb.server/non-existing-program.exp: New file.
10690
10691 2015-05-05 Joel Brobecker <brobecker@adacore.com>
10692
10693 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
10694
10695 2015-05-05 Joel Brobecker <brobecker@adacore.com>
10696
10697 * gdb.ada/out_of_line_in_inlined: New testcase.
10698
10699 2015-05-05 Joel Brobecker <brobecker@adacore.com>
10700
10701 * gdb.ada/var_rec_arr: New testcase.
10702
10703 2015-04-30 Yao Qi <yao.qi@linaro.org>
10704
10705 * gdb.base/break-idempotent.exp: If
10706 skip_hw_watchpoint_multi_tests returns true, skip the tests
10707 on "rwatch" and "awatch".
10708
10709 2015-04-30 Yao Qi <yao.qi@linaro.org>
10710
10711 * gdb.base/relativedebug.exp: Invoke gdb command
10712 "info sharedlibrary", and if libc.so doesn't have debug info,
10713 skip the test.
10714
10715 2015-04-29 Doug Evans <dje@google.com>
10716
10717 * gdb.python/py-xmethods.exp: Add ptype tests.
10718 * gdb.python/py-xmethods.py (E_method_char_worker): Add
10719 get_result_type method.
10720
10721 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
10722
10723 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
10724 the target does not support hardware watchpoints.
10725
10726 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
10727
10728 * gdb.base/break-always.exp: Abort testing if writing to memory
10729 causes an error.
10730
10731 2015-04-28 Doug Evans <dje@google.com>
10732
10733 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
10734 * gdb.python/py-pp-registration.exp: ... here. New file.
10735 * gdb.python/py-pp-registration.c: New file.
10736 * gdb.python/py-pp-registration.py: New file.
10737
10738 2015-04-28 Doug Evans <dje@google.com>
10739
10740 * gdb.python/py-bad-printers.c: New file.
10741 * gdb.python/py-bad-printers.py: New file.
10742 * gdb.python/py-bad-printers.exp: New file.
10743
10744 2015-04-28 Sasha Smundak <asmundak@google.com>
10745
10746 * gdb.python/py-type.exp: New test.
10747
10748 2015-04-28 Andy Wingo <wingo@igalia.com>
10749
10750 * gdb.python/py-parameter.exp:
10751 * gdb.guile/scm-parameter.exp: Escape the path that we are
10752 matching against, as it might contain characters that are special
10753 to regular expressions.
10754
10755 2015-04-27 Joel Brobecker <brobecker@adacore.com>
10756
10757 * gdb.ada/rec_comp: New testcase.
10758
10759 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
10760
10761 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
10762 before using it.
10763
10764 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
10765
10766 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
10767 new tests for verilog output.
10768
10769 2015-04-24 Yao Qi <yao.qi@linaro.org>
10770
10771 * boards/remote-gdbserver-on-localhost.exp: New file.
10772
10773 2015-04-23 Pedro Alves <palves@redhat.com>
10774
10775 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
10776 $inferior_spawn_id instead of $inferior_spawn_id directly. On
10777 "end of file", remove $inferior_spawn_id from the indirect list.
10778
10779 2015-04-23 Pedro Alves <palves@redhat.com>
10780
10781 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
10782
10783 2015-04-23 Pedro Alves <palves@redhat.com>
10784
10785 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
10786 on $any_spawn_id instead of only on $gdb_spawn_id.
10787
10788 2015-04-21 Pierre Muller <muller@sourceware.org>
10789
10790 PR pascal/17815
10791 * lib/pascal.exp (gpc_compile): Add new option "class".
10792 (fpc_compile): Likewise.
10793 * gdb.pascal/case-insensitive-symbols.pas: New file.
10794 * gdb.pascal/case-insensitive-symbols.exp: New file.
10795
10796 2015-04-20 Gary Benson <gbenson@redhat.com>
10797
10798 * gdb.base/attach.exp: Fix three extended remote failures.
10799
10800 2015-04-17 Gary Benson <gbenson@redhat.com>
10801
10802 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
10803 the main executable over the remote protocol.
10804
10805 2015-04-16 Pedro Alves <palves@redhat.com>
10806
10807 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
10808 a new gdbserver if gdbserver_reconnect_p is set.
10809
10810 2015-04-16 Pedro Alves <palves@redhat.com>
10811
10812 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
10813 is set, don't exit gdbserver.
10814
10815 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10816
10817 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
10818 appropriate .insn, such that an older assembler can be used.
10819 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
10820 the z/Architecture instruction set on 31-bit targets as well.
10821
10822 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10823
10824 * gdb.go/handcall.exp: Remove all logic related to the first
10825 breakpoint and rely on go_runto_main instead.
10826 * gdb.go/strings.exp: Likewise.
10827 * gdb.go/unsafe.exp: Likewise.
10828 * gdb.go/hello.exp: Likewise. Also rename the remaining
10829 breakpoint marker to "breakpoint 1".
10830 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
10831 * gdb.go/strings.go: Likewise.
10832 * gdb.go/unsafe.go: Likewise.
10833 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
10834 "set breakpoint 2 here" and rename the remaining breakpoint marker
10835 to "breakpoint 1".
10836
10837 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
10838
10839 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
10840 if itertools.imap is not present.
10841 * gdb.python/py-objfile.exp: Add parentheses.
10842 * gdb.python/py-type.exp: Same.
10843 * gdb.python/py-unwind-maint.py: Same.
10844
10845 2015-04-15 Yao Qi <yao.qi@linaro.org>
10846
10847 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
10848 of ":$ptr_size" and set its form explicitly.
10849
10850 2015-04-15 Pedro Alves <palves@redhat.com>
10851 Yao Qi <yao.qi@linaro.org>
10852
10853 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
10854 timeout by factor of 4.
10855 (test_regular_watch): Likewise.
10856 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
10857 * gdb.reverse/sigall-reverse.exp: Likewise.
10858 * gdb.reverse/until-precsave.exp: Likewise.
10859 * lib/gdb.exp (with_timeout_factor): New proc.
10860 (gdb_expect): Move some code to ...
10861 (get_largest_timeout): ... here. New procedure.
10862
10863 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
10864
10865 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
10866
10867 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
10868
10869 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
10870 to write to the .text section.
10871
10872 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
10873
10874 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
10875 Handle the case of targets that do not provide PID information.
10876
10877 2015-04-13 Yao Qi <yao.qi@linaro.org>
10878
10879 * lib/gdbserver-support.exp (gdb_exit): Catch exception
10880 and use expect instead of gdb_expect.
10881
10882 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
10883
10884 * gdb.base/coredump-filter.exp: Rename variable "addr" to
10885 "coredump_var_addr" to avoid naming conflict with other testcases.
10886
10887 2015-04-10 Pedro Alves <palves@redhat.com>
10888
10889 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
10890 gdb_test_sequence and gdb_assert.
10891
10892 2015-04-10 Pedro Alves <palves@redhat.com>
10893
10894 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
10895 test messages that don't include the breakpoint address.
10896
10897 2015-04-10 Yao Qi <yao.qi@linaro.org>
10898
10899 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
10900 false for some offset and width combinations which aren't
10901 supported by linux kernel.
10902
10903 2015-04-10 Pedro Alves <palves@redhat.com>
10904
10905 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
10906 procedure, factored out from ...
10907 (top level): ... here. Add "set displaced-stepping" testing axis.
10908 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
10909 parameter "displaced". Use it.
10910 (top level): Use foreach and add "set displaced-stepping" testing
10911 axis.
10912
10913 2015-04-10 Pedro Alves <palves@redhat.com>
10914
10915 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
10916 Remove comment.
10917 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
10918 both the address of the instruction that triggers the watchpoint
10919 and the address of the instruction immediately after, and use
10920 those addresses for the test. Fix comment.
10921
10922 2015-04-10 Pedro Alves <palves@redhat.com>
10923
10924 * gdb.base/sigstep.exp (breakpoint_to_handler)
10925 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
10926 Test "backtrace" in handler.
10927 (breakpoint_over_handler): New parameter 'displaced'. Use it.
10928 (top level): Add new "displaced" test axis to
10929 breakpoint_to_handler, breakpoint_to_handler_entry and
10930 breakpoint_over_handler.
10931
10932 2015-04-10 Pedro Alves <palves@redhat.com>
10933
10934 PR gdb/18216
10935 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
10936
10937 2015-04-10 Yao Qi <yao.qi@linaro.org>
10938
10939 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
10940 (test_add_rn_pc): New function.
10941 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
10942 (top level): Invoke test_add_rn_pc.
10943
10944 2015-04-10 Pedro Alves <palves@redhat.com>
10945
10946 PR gdb/13858
10947 * gdb.base/step-over-no-symbols.exp: New file.
10948
10949 2015-04-09 Andy Wingo <wingo@igalia.com>
10950
10951 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
10952 after the Python tests.
10953
10954 2015-04-08 Keith Seitz <keiths@redhat.com>
10955
10956 PR python/16699
10957 * gdb.python/py-completion.exp: New tests for completion.
10958 * gdb.python/py-completion.py (CompleteLimit1): New class.
10959 (CompleteLimit2): Likewise.
10960 (CompleteLimit3): Likewise.
10961 (CompleteLimit4): Likewise.
10962 (CompleteLimit5): Likewise.
10963 (CompleteLimit6): Likewise.
10964 (CompleteLimit7): Likewise.
10965
10966 2015-04-08 Pedro Alves <palves@redhat.com>
10967
10968 PR gdb/18214
10969 PR gdb/18216
10970 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
10971 function.
10972 (main): Install it as SIGUSR1 handler.
10973 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
10974 parameter. Always use "setup" as prefix. Toggle "set
10975 displaced-stepping" off/on depending on global. Don't switch to
10976 thread 1 here.
10977 (top level): Add displaced stepping "off/on" test axis. Update
10978 "setup" calls. Wrap each subtest with with_test_prefix. Test
10979 continuing with a queued signal in each thread.
10980
10981 2015-04-08 Pedro Alves <palves@redhat.com>
10982
10983 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
10984 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
10985 gdb_breakpoint instead of gdb_test that doesn't expect anything.
10986 Return early if running to main fails.
10987 * gdb.trace/while-stepping.exp: Likewise.
10988
10989 2015-04-07 Pedro Alves <palves@redhat.com>
10990
10991 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
10992 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
10993 interact with inferior program.
10994
10995 2015-04-07 Pedro Alves <palves@redhat.com>
10996
10997 * lib/gdb.exp (inferior_spawn_id): New global.
10998 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
10999 spawn id after processing the user code.
11000 (default_gdb_start): Set inferior_spawn_id.
11001 (send_inferior): New procedure.
11002 * lib/gdbserver-support.exp (gdbserver_start): Set
11003 inferior_spawn_id.
11004 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
11005
11006 2015-04-07 Pedro Alves <palves@redhat.com>
11007
11008 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
11009 * lib/gdbserver-support.exp (gdbserver_start): Make
11010 $server_spawn_id global.
11011 (gdbserver_start): Don't wait for gdbserver's spawn id with
11012 expect_background.
11013 (close_gdbserver): New procedure.
11014 (gdb_exit): Rename the default version and reimplement.
11015
11016 2015-04-07 Pedro Alves <palves@redhat.com>
11017
11018 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
11019 append the substituted item, not the original item.
11020
11021 2015-04-07 Pedro Alves <palves@redhat.com>
11022
11023 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
11024 gdb_expect.
11025
11026 2015-04-07 Pedro Alves <palves@redhat.com>
11027
11028 * gdb.base/interrupt.exp: Don't handle the case of the inferior
11029 output appearing once only.
11030
11031 2015-04-07 Pedro Alves <palves@redhat.com>
11032
11033 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
11034 that doesn't expect anything. Return early if running to main
11035 fails.
11036
11037 2015-04-07 Yao Qi <yao.qi@linaro.org>
11038
11039 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
11040 (child_function): Call alarm.
11041 (main): Move call to alarm into the loop.
11042 * gdb.threads/non-stop-fair-events.exp: Build program with
11043 -DTIMEOUT=$timeout.
11044
11045 2015-04-06 Doug Evans <xdje42@gmail.com>
11046
11047 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
11048 Fix dest parameter to board_info.
11049 (fpc_compile): Ditto.
11050 (gdb_compile_pascal): Rename dest arg to destfile.
11051
11052 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
11053
11054 * gdb.ada/funcall_ref.exp: New file.
11055 * gdb.ada/funcall_ref/foo.adb: New file.
11056
11057 2015-04-02 Yao Qi <yao.qi@linaro.org>
11058
11059 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
11060 is remote.
11061
11062 2015-04-02 Gary Benson <gbenson@redhat.com>
11063
11064 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
11065
11066 2015-04-01 Sasha Smundak <asmundak@google.com>
11067
11068 * gdb.python/py-unwind-maint.c: New file.
11069 * gdb.python/py-unwind-maint.exp: New test.
11070 * gdb.python/py-unwind-maint.py: New file.
11071 * gdb.python/py-unwind.c: New file.
11072 * gdb.python/py-unwind.exp: New test.
11073 * gdb.python/py-unwind.py: New test.
11074
11075 2015-04-01 Pedro Alves <palves@redhat.com>
11076
11077 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
11078 to fail instead of non-existent $test.
11079
11080 2015-04-01 Pedro Alves <palves@redhat.com>
11081
11082 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
11083 GDBFLAGS if not empty.
11084
11085 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
11086
11087 * gdb.ada/complete.exp: Remove "multi_line".
11088 * gdb.ada/info_exc.exp: Remove "multi_line".
11089 * gdb.ada/packed_tagged.exp: Remove "multi_line".
11090 * gdb.ada/ptype_field.exp: Remove "multi_line".
11091 * gdb.ada/sym_print_name.exp: Remove "multi_line".
11092 * gdb.ada/tagged.exp: Remove "multi_line".
11093 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
11094 [multi_line ...]
11095 * gdb.btrace/delta.exp: Likewise.
11096 * gdb.btrace/exception.exp: Likewise.
11097 * gdb.btrace/function_call_history.exp: Likewise.
11098 * gdb.btrace/instruction_history.exp: Likewise.
11099 * gdb.btrace/nohist.exp: Likewise.
11100 * gdb.btrace/record_goto.exp: Likewise.
11101 * gdb.btrace/segv.exp: Likewise.
11102 * gdb.btrace/stepi.exp: Likewise.
11103 * gdb.btrace/tailcall.exp: Likewise.
11104 * gdb.btrace/unknown_functions.exp: Likewise.
11105 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
11106 * lib/gdb.exp: Add the "multi_line" helper.
11107
11108 2015-04-01 Pedro Alves <palves@redhat.com>
11109
11110 * gdb.threads/tid-reuse.c: New file.
11111 * gdb.threads/tid-reuse.exp: New file.
11112
11113 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
11114
11115 PR corefiles/16092
11116 * gdb.base/coredump-filter.c: New file.
11117 * gdb.base/coredump-filter.exp: Likewise.
11118
11119 2015-03-27 Petr Machata <pmachata@redhat.com>
11120
11121 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
11122 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
11123 (Dwarf::assemble): Initialize them.
11124 (Dwarf::lines): New function.
11125
11126 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
11127
11128 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
11129 SYMBOL_PREFIX for x86_64-*-cygwin.
11130
11131 2015-03-26 Andy Wingo <wingo@igalia.com>
11132
11133 PR symtab/18148
11134 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
11135 const_value but not a location.
11136 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
11137 location defined in non-main CUs are visible.
11138
11139 2015-03-26 Yao Qi <yao.qi@linaro.org>
11140
11141 PR testsuite/18139
11142 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
11143 Add a line number entry for the same line.
11144 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
11145 Add a line number entry for the same line.
11146
11147 2015-03-26 Yao Qi <yao.qi@linaro.org>
11148
11149 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
11150 .int 0.
11151 (func): Likewise. Add .Lfunc_1 label.
11152 Use .Lfunc_1 label.
11153 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
11154 .int 0.
11155 (func): Likewise.
11156 Use .Lfunc_1 label.
11157
11158 2015-03-26 Yao Qi <yao.qi@linaro.org>
11159
11160 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
11161 Call gdb_compile instead to compile each .s files without debug
11162 information.
11163
11164 2015-03-26 Yao Qi <yao.qi@linaro.org>
11165
11166 * gdb.base/savedregs.exp (process_saved_regs): Make
11167 "Saved registers:" optional in the pattern.
11168
11169 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11170
11171 * gdb.btrace/next.exp: Merged into step.exp.
11172 * gdb.btrace/finish.exp: Merged into step.exp.
11173 * gdb.btrace/nexti.exp: Merged into stepi.exp.
11174 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
11175 "record goto" and checking the exact replay position.
11176 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
11177 check for "Recording format" in "info record" output.
11178 * gdb.btrace/record_goto.exp: Choose test file based on target.
11179 * gdb.btrace/x86-record_goto.S: Renamed into ...
11180 * gdb.btrace/x86_64-record_goto.S: ... this.
11181 * gdb.btrace/i686-record_goto.S: New.
11182 * gdb.btrace/x86-tailcall.S: Renamed into ...
11183 * gdb.btrace/x86_64-tailcall.S: ... this.
11184 * gdb.btrace/i686-tailcall.S: New.
11185 * gdb.btrace/x86-tailcall.c: Renamed into ...
11186 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
11187 separate statements. Update test.
11188 * gdb.btrace/delta.exp: Use record_goto.c as test file.
11189 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
11190 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
11191 * gdb.btrace/tailcall.exp: Choose test file based on target.
11192 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
11193
11194 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11195
11196 * gdb.btrace/exception.exp: Increase BTS buffer size.
11197
11198 2015-03-24 Pedro Alves <palves@redhat.com>
11199
11200 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
11201
11202 2015-03-24 Pedro Alves <palves@redhat.com>
11203
11204 * gdb.threads/schedlock.exp (test_step): No longer expect that
11205 "set scheduler-locking step" with "next" over a function call runs
11206 threads unlocked.
11207
11208 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11209
11210 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
11211
11212 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11213
11214 PR breakpoints/16466
11215 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
11216 * gdb.mi/mi-pending.c (thread_func): New function.
11217 (int main): Add threading support required.
11218 * gdb.mi/mi-pending.exp: Add tests for this issue.
11219 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
11220 (pendfunc2): Remove stdio dependency.
11221 * gdb.mi/mi-pendshr2.c: New file.
11222
11223 2015-03-23 Keith Seitz <keiths@redhat.com>
11224
11225 * gdb.linespec/keywords.c: New file.
11226 * gdb.linespec/keywords.exp: New file.
11227
11228 2015-03-23 Keith Seitz <keiths@redhat.com>
11229
11230 PR gdb/18021
11231 * gdb.dwarf2/staticvirtual.exp: New test.
11232
11233 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11234
11235 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
11236 * README: Remove HP-UX and gdb.hp.
11237 (configuration):
11238 * configure: Regenerate.
11239 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
11240 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
11241 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
11242 gdb.hp/gdb.defects/Makefile.
11243 * gdb.hp/Makefile.in: File deleted.
11244 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
11245 * gdb.hp/gdb.aCC/optimize.c: File deleted.
11246 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
11247 * gdb.hp/gdb.aCC/run.c: File deleted.
11248 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
11249 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
11250 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
11251 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
11252 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
11253 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
11254 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
11255 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
11256 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
11257 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
11258 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
11259 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
11260 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
11261 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
11262 * gdb.hp/gdb.base-hp/reg.s: File deleted.
11263 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
11264 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
11265 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
11266 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
11267 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
11268 * gdb.hp/gdb.compat/Makefile.in: File deleted.
11269 * gdb.hp/gdb.compat/average.c: File deleted.
11270 * gdb.hp/gdb.compat/sum.c: File deleted.
11271 * gdb.hp/gdb.compat/xdb.c: File deleted.
11272 * gdb.hp/gdb.compat/xdb0.c: File deleted.
11273 * gdb.hp/gdb.compat/xdb0.h: File deleted.
11274 * gdb.hp/gdb.compat/xdb1.c: File deleted.
11275 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
11276 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
11277 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
11278 * gdb.hp/gdb.defects/Makefile.in: File deleted.
11279 * gdb.hp/gdb.defects/bs14602.c: File deleted.
11280 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
11281 * gdb.hp/gdb.defects/solib-d.c: File deleted.
11282 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
11283 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
11284 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
11285 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
11286 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
11287 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
11288 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
11289 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
11290 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
11291 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
11292 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
11293 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
11294 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
11295 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
11296 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
11297 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
11298 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
11299 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
11300 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
11301 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
11302 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
11303 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
11304 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
11305 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
11306 * gdb.hp/tools/odump: File deleted.
11307
11308 2015-03-19 Pedro Alves <palves@redhat.com>
11309
11310 * gdb.threads/continue-pending-status.exp (saw_thread_2)
11311 (saw_thread_3): New globals.
11312 (top level): Increment them when an event for the corresponding
11313 thread is seen.
11314 (no thread starvation): New test.
11315
11316 2015-03-19 Pedro Alves <palves@redhat.com>
11317
11318 * gdb.threads/continue-pending-status.c: New file.
11319 * gdb.threads/continue-pending-status.exp: New file.
11320
11321 2015-03-18 Pedro Alves <palves@redhat.com>
11322
11323 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11324 Use gdb_is_target_remote instead of is_remote. Use
11325 gdb_test_multiple instead of gdb_expect. Exit early if
11326 gdb_test_multiple hits its internal matches. Tighten stepi tests
11327 expected output. Fail on exit with any signal, instead of just
11328 SIGILL.
11329
11330 2015-03-18 Yao Qi <yao.qi@linaro.org>
11331
11332 PR tdep/18107
11333 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
11334 variable.
11335 * gdb.base/catch-syscall.exp: Don't skip it on
11336 aarch64*-*-linux* target. Remove elements in all_syscalls.
11337 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
11338 target.
11339 (setup_all_syscalls): New proc.
11340
11341 2015-03-16 Yao Qi <yao.qi@linaro.org>
11342
11343 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
11344 (top level): Skip tests if valid_addr_p returns false for
11345 $cmd1 or $cmd2.
11346
11347 2015-03-11 Andy Wingo <wingo@igalia.com>
11348
11349 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
11350
11351 2015-03-11 Yao Qi <yao.qi@linaro.org>
11352
11353 * gdb.base/catch-syscall.exp: Fix typo in comments.
11354
11355 2015-03-11 Yao Qi <yao.qi@linaro.org>
11356
11357 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
11358
11359 2015-03-09 Pedro Alves <palves@redhat.com>
11360
11361 * dg-extract-results.py: Delete.
11362
11363 2015-03-09 Pedro Alves <palves@redhat.com>
11364
11365 Merge dg-extract-results.sh from GCC upstream (r218843).
11366
11367 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
11368 * dg-extract-results.sh: Use --text with grep to avoid issues with
11369 binary files. Fall back to cat -v, if that doesn't work.
11370
11371 2015-03-05 Pedro Alves <palves@redhat.com>
11372
11373 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
11374
11375 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
11376
11377 * lib/mi-support.exp (mi_expect_interrupt): Accept
11378 alternative event for when in all-stop mode.
11379
11380 2015-03-04 Pedro Alves <palves@redhat.com>
11381
11382 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
11383
11384 2015-03-04 Mark Kettenis <kettenis@gnu.org>
11385
11386 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
11387
11388 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11389
11390 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
11391 regexps for GDB's current line display, accept a hex address
11392 preceding the line number.
11393
11394 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11395
11396 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
11397 the 'arch1' variable for "s390*-linux*" targets.
11398
11399 2015-03-04 Pedro Alves <palves@redhat.com>
11400
11401 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
11402 (main): Pass missing retval argument to pthread_join call.
11403
11404 2015-03-02 Pedro Alves <palves@redhat.com>
11405
11406 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
11407 (top level): Call do_test with non-stop as well.
11408
11409 2015-03-02 Pedro Alves <palves@redhat.com>
11410
11411 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
11412 -1.
11413
11414 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11415
11416 * gdb.arch/s390-vregs.exp: New test.
11417 * gdb.arch/s390-vregs.S: New file.
11418
11419 2015-02-27 Pedro Alves <palves@redhat.com>
11420
11421 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
11422 call to catch_command_errors.
11423 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
11424 catch_command_errors.
11425
11426 2015-02-27 Pedro Alves <palves@redhat.com>
11427
11428 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
11429 "true" for boolean result.
11430 * gdb.gdb/selftest.exp (test_with_self): Also accept full
11431 prototype of main.
11432
11433 2015-02-27 Pedro Alves <palves@redhat.com>
11434
11435 * lib/unbuffer_output.c: New file.
11436 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
11437 (main): Call gdb_unbuffer_output.
11438
11439 2015-02-27 Yao Qi <yao.qi@linaro.org>
11440
11441 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
11442 target.
11443
11444 2015-02-26 Doug Evans <dje@google.com>
11445
11446 * gdb.cp/class2.cc (Dbase, D): New classes.
11447 (main): New local delta.
11448 * gdb.cp/class2.exp: Test printing delta.
11449 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
11450 (dynbar): New global.
11451 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
11452
11453 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11454
11455 * gdb.compile/compile-ifunc.c: New file.
11456 * gdb.compile/compile-ifunc.exp: New file.
11457
11458 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
11459
11460 * gdb.base/structs.exp: Check for correct struct on finish.
11461
11462 2015-02-26 Yao Qi <yao.qi@linaro.org>
11463
11464 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
11465 is zero.
11466
11467 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11468
11469 * gdb.arch/cordic.ko.bz2: New file.
11470 * gdb.arch/cordic.ko.debug.bz2: New file.
11471 * gdb.arch/ppc64-symtab-cordic.exp: New file.
11472
11473 2015-02-25 Yao Qi <yao.qi@linaro.org>
11474
11475 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
11476 aarch64*-*-* target.
11477
11478 2015-02-23 Pedro Alves <palves@redhat.com>
11479
11480 * lib/gdb.exp (delete_breakpoints): Rewrite using
11481 gdb_test_multiple.
11482
11483 2015-02-23 Pedro Alves <palves@redhat.com>
11484
11485 * gdb.base/info-os.c: Include stdlib.h.
11486
11487 2015-02-22 Doug Evans <xdje42@gmail.com>
11488
11489 PR symtab/17855
11490 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
11491 is read after symbols have been re-read.
11492 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
11493 * gdb.ada/exec_changed/second.adb (Second): Ditto.
11494
11495 2015-02-21 Doug Evans <dje@google.com>
11496
11497 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
11498
11499 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11500
11501 PR corefiles/17808
11502 * gdb.arch/i386-biarch-core.core.bz2: New file.
11503 * gdb.arch/i386-biarch-core.exp: New file.
11504
11505 2015-02-21 Pedro Alves <palves@redhat.com>
11506
11507 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
11508 runto_main fails.
11509
11510 2015-02-20 Pedro Alves <palves@redhat.com>
11511
11512 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
11513 info probes.
11514
11515 2015-02-20 Pedro Alves <palves@redhat.com>
11516
11517 * gdb.threads/multi-create-ns-info-thr.exp: New file.
11518
11519 2015-02-20 Pedro Alves <palves@redhat.com>
11520
11521 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
11522 clean_restart before gdb_target_supports_trace.
11523
11524 2015-02-20 Pedro Alves <palves@redhat.com>
11525
11526 PR threads/18006
11527 * gdb.threads/clone-thread_db.c: New file.
11528 * gdb.threads/clone-thread_db.exp: New file.
11529
11530 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
11531
11532 PR breakpoints/16812
11533 * gdb.base/catch-gdb-caused-signals.c: New file.
11534 * gdb.base/catch-gdb-caused-signals.exp: New file.
11535
11536 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
11537
11538 * configure: Regenerated.
11539 * configure.ac: Use GDB_AC_TRANSFORM.
11540 * aclocal.m4: sinclude ../transform.m4.
11541
11542 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11543
11544 * lib/dtrace.exp: New file.
11545 * gdb.base/dtrace-probe.exp: Likewise.
11546 * gdb.base/dtrace-probe.d: Likewise.
11547 * gdb.base/dtrace-probe.c: Likewise.
11548 * lib/pdtrace.in: Likewise.
11549 * configure.ac: Output variables with the transformed names of
11550 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
11551 * configure: Regenerated.
11552
11553 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11554
11555 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
11556 expected message when trying to access $_probe_* convenience
11557 variables while not on a probe.
11558
11559 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11560
11561 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
11562
11563 2015-02-11 Pedro Alves <pedro@codesourcery.com>
11564
11565 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
11566 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
11567
11568 2015-02-10 Doug Evans <xdje42@gmail.com>
11569
11570 * lib/gdb.exp (gdb_load): Always return a result.
11571
11572 2015-02-10 Pedro Alves <palves@redhat.com>
11573
11574 * gdb.threads/signal-sigtrap.c: New file.
11575 * gdb.threads/signal-sigtrap.exp: New file.
11576
11577 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
11578
11579 * gdb.trace/no-attach-trace.c: New file.
11580 * gdb.trace/no-attach-trace.exp: New file.
11581
11582 2015-02-09 Mark Wielaard <mjw@redhat.com>
11583
11584 * gdb.dwarf2/atomic.c: New file.
11585 * gdb.dwarf2/atomic-type.exp: Likewise.
11586
11587 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11588
11589 * gdb.btrace/buffer-size.exp: Update "info record" output.
11590 * gdb.btrace/delta.exp: Update "info record" output.
11591 * gdb.btrace/enable.exp: Update "info record" output.
11592 * gdb.btrace/finish.exp: Update "info record" output.
11593 * gdb.btrace/instruction_history.exp: Update "info record" output.
11594 * gdb.btrace/next.exp: Update "info record" output.
11595 * gdb.btrace/nexti.exp: Update "info record" output.
11596 * gdb.btrace/step.exp: Update "info record" output.
11597 * gdb.btrace/stepi.exp: Update "info record" output.
11598 * gdb.btrace/nohist.exp: Update "info record" output.
11599
11600 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11601
11602 * gdb.btrace/buffer-size: New.
11603
11604 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11605
11606 * gdb.btrace/delta.exp: Update "info record" output.
11607 * gdb.btrace/enable.exp: Update "info record" output.
11608 * gdb.btrace/finish.exp: Update "info record" output.
11609 * gdb.btrace/instruction_history.exp: Update "info record" output.
11610 * gdb.btrace/next.exp: Update "info record" output.
11611 * gdb.btrace/nexti.exp: Update "info record" output.
11612 * gdb.btrace/step.exp: Update "info record" output.
11613 * gdb.btrace/stepi.exp: Update "info record" output.
11614 * gdb.btrace/nohist.exp: Update "info record" output.
11615
11616 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
11617
11618 PR gdb/15678
11619 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
11620
11621 2015-02-06 Pedro Alves <palves@redhat.com>
11622
11623 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
11624 macro.
11625 (seconds_left, again): New globals.
11626 (main): Wait seconds_left in a 1-second sleep loop instead of
11627 sleeping 180 seconds. If 'again' is set, reset the seconds
11628 counter.
11629 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
11630 'again' in the inferior before detaching. Print the seconds left.
11631 (options): New global.
11632 (top level): Build program with -DTIMEOUT=$timeout.
11633
11634 2015-02-06 Pedro Alves <palves@redhat.com>
11635
11636 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
11637 determine how many seconds to pass to 'alarm'.
11638 * gdb.base/gdb-sigterm.exp (top level): Build program with
11639 -DTIMEOUT=$timeout.
11640 (do_test): Return success/failure indication. Add more verbose
11641 logging. Don't fail if 200 single steps are seen. Instead, fail
11642 when the test times out.
11643 (passes): New global.
11644 (top level): Break the testing loop if testing fails on any
11645 iteration. Use gdb_assert.
11646
11647 2015-02-04 Don Breazeal <donb@codesourcery.com>
11648
11649 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
11650 and initialize them.
11651 (ipc_cleanup): New function.
11652 (main): Don't declare shmid, semid, and msqid. Add a call to
11653 atexit so that we call ipc_cleanup on exit.
11654
11655 2015-02-04 Pedro Alves <palves@redhat.com>
11656
11657 * boards/native-extended-gdbserver.exp: Remove any target variant
11658 specifications from the board name before clearing the isremote
11659 flag from board_info.
11660
11661 2015-01-31 Doug Evans <xdje42@gmail.com>
11662
11663 * gdb.base/maint.exp <maint print type argc>: Update expected output.
11664
11665 2015-01-31 Gary Benson <gbenson@redhat.com>
11666
11667 * gdb.base/completion.exp: Disable completion limiting for
11668 existing tests. Add new tests to check completion limiting.
11669 * gdb.linespec/ls-errs.exp: Disable completion limiting.
11670
11671 2015-01-31 Doug Evans <xdje42@gmail.com>
11672
11673 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
11674
11675 2015-01-31 Doug Evans <xdje42@gmail.com>
11676
11677 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
11678 entries. Duplicate file section script entries.
11679 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
11680 inlined entries. Add test for safe-path rejection.
11681 * gdb.python/py-section-script.c: Add duplicate inlined section script
11682 entries. Duplicate file section script entries.
11683 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
11684 inlined entries. Add test for safe-path rejection.
11685
11686 2015-01-29 Joel Brobecker <brobecker@adacore.com>
11687
11688 * gdb.ada/disc_arr_bound: New testcase.
11689
11690 2015-01-29 Joel Brobecker <brobecker@adacore.com>
11691
11692 * gdb.ada/mi_var_array: New testcase.
11693
11694 2015-01-27 Doug Evans <dje@google.com>
11695
11696 * gdb.python/py-objfile.exp: Add tests for objfile.username.
11697 Add test for objfile.filename, objfile.username after objfile
11698 has been unloaded.
11699
11700 2015-01-26 Joel Brobecker <brobecker@adacore.com>
11701
11702 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
11703 the second test to print the name attribute of value
11704 returned by the call to gdb.lookup_type, and adjust
11705 the expected output accordingly.
11706
11707 2015-01-25 Mark Wielaard <mjw@redhat.com>
11708
11709 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
11710 * gdb.base/disp-step-fork.c: Include unistd.h.
11711 * gdb.base/siginfo-obj.c: Include stdio.h.
11712 * gdb.base/siginfo-thread.c: Likewise.
11713 * gdb.mi/non-stop.c: Include unistd.h.
11714 * gdb.mi/nsthrexec.c: Include stdio.h.
11715 * gdb.mi/pthreads.c: Include unistd.h.
11716 * gdb.modula2/unbounded1.c (main): Declare returns int.
11717 * gdb.reverse/consecutive-reverse.c: Likewise.
11718 * gdb.threads/create-fail.c: Include unistd.h.
11719 * gdb.threads/killed.c: Likewise.
11720 * gdb.threads/linux-dp.c: Likewise.
11721 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
11722 * gdb.threads/non-ldr-exc-2.c: Likewise.
11723 * gdb.threads/non-ldr-exc-3.c: Likewise.
11724 * gdb.threads/non-ldr-exc-4.c: Likewise.
11725 * gdb.threads/pthreads.c: Include unistd.h.
11726 (main): Declare returns int.
11727 * gdb.threads/tls-main.c (foo): New declaration.
11728 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
11729
11730 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
11731
11732 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
11733 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
11734
11735 2015-01-15 Mark Wielaard <mjw@redhat.com>
11736
11737 * gdb.base/noreturn-return.c: New file.
11738 * gdb.base/noreturn-return.exp: New file.
11739 * gdb.base/noreturn-finish.c: New file.
11740 * gdb.base/noreturn-finish.exp: New file.
11741
11742 2015-01-23 Pedro Alves <palves@redhat.com>
11743
11744 * gdb.threads/continue-pending-after-query.c: New file.
11745 * gdb.threads/continue-pending-after-query.exp: New file.
11746
11747 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
11748 Simon Marchi <simon.marchi@ericsson.com>
11749
11750 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
11751 * gdb.base/valgrind-db-attach.exp: Same.
11752 * gdb.base/valgrind-infcall.exp: Same.
11753 * lib/mi-support.exp (default_mi_gdb_start): Same.
11754 * lib/prompt.exp (default_prompt_gdb_start): Same.
11755 * lib/gdb.exp (default_gdb_spawn): Same.
11756 (gdb_interact): New.
11757
11758
11759 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11760
11761 * gdb.compile/compile.exp (pointer to jit function): New test.
11762
11763 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
11764
11765 * lib/gdb.exp (supports_process_record): Return true for
11766 powerpc*-*-linux*.
11767 (supports_reverse): Likewise.
11768
11769 2015-01-15 Don Breazeal <donb@codesourcery.com>
11770
11771 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
11772 instead of checking whether the target board is remote and
11773 use spawn_wait_for_attach instead of exec/sleep.
11774 * gdb.base/attach-twice.exp: Likewise.
11775
11776 2015-01-15 Joel Brobecker <brobecker@adacore.com>
11777
11778 * gdb.ada/var_arr_attrs: New testcase.
11779
11780 2015-01-14 Pedro Alves <palves@redhat.com>
11781 Joel Brobecker <brobecker@adacore.com>
11782
11783 PR gdb/17525
11784 * gdb.base/bp-cmds-execution-x-script.c: New file.
11785 * gdb.base/bp-cmds-execution-x-script.exp: New file.
11786 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
11787
11788 2015-01-14 Pedro Alves <palves@redhat.com>
11789
11790 PR cli/17828
11791 * gdb.base/batch-preserve-term-settings.c: New file.
11792 * gdb.base/batch-preserve-term-settings.exp: New file.
11793
11794 2015-01-13 Doug Evans <dje@google.com>
11795
11796 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
11797 binary.
11798
11799 2015-01-13 Joel Brobecker <brobecker@adacore.com>
11800
11801 * Makefile.in (clean mostlyclean): Do not delete *.py.
11802
11803 2015-01-13 Joel Brobecker <brobecker@adacore.com>
11804
11805 * gdb.python/py-lookup-type.exp: New file.
11806
11807 2015-01-12 Pedro Alves <palves@redhat.com>
11808
11809 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
11810 restore GDBFLAGS before returning.
11811
11812 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11813
11814 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
11815 is_amd64_regs_target and is_x86_like_target.
11816
11817 2015-01-11 Doug Evans <xdje42@gmail.com>
11818
11819 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
11820 is given without an explicit form.
11821 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
11822 attributes.
11823 * gdb.dwarf/corrupt.exp: Ditto.
11824 * gdb.dwarf2/enum-type.exp: Ditto.
11825 * gdb.trace/entry-values.exp: Ditto.
11826 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
11827
11828 2015-01-11 Doug Evans <xdje42@gmail.com>
11829
11830 PR gdb/15830
11831 * gdb.base/maint.exp: Remove references to "maint demangle".
11832 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
11833 Add tests for explicitly specifying language to demangle.
11834 * gdb.dlang/demangle.exp: Ditto.
11835
11836 2015-01-09 Pedro Alves <palves@redhat.com>
11837
11838 * gdb.threads/non-stop-fair-events.c: New file.
11839 * gdb.threads/non-stop-fair-events.exp: New file.
11840
11841 2015-01-09 Pedro Alves <palves@redhat.com>
11842
11843 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
11844 the global scope. Set a breakpoint after all threads are started
11845 rather than stepping over two source lines. Expect the prompt.
11846 * gdb.base/watch_thread_num.c (threads_started_barrier): New
11847 global.
11848 (NUM): Now 15.
11849 (main): Use threads_started_barrier to wait for all threads to
11850 start. Main thread no longer calls thread_function. Exit after
11851 180 seconds.
11852 (loop): New function.
11853 (thread_function): Wait on threads_started_barrier barrier. Call
11854 'loop' at each iteration.
11855 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
11856 threads have started, instead of hardcoding number of "next"
11857 steps. Use an access watchpoint instead of a write watchpoint.
11858
11859 2015-01-09 Pedro Alves <palves@redhat.com>
11860
11861 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
11862 (thread_func): Wait on barrier.
11863 (main): Wait for all threads to start before stopping GDB.
11864 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
11865 global.
11866 (thread1_func, thread2_func): Wait on barrier.
11867 (main): Wait for all threads to start before stopping GDB.
11868 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
11869 New global.
11870 (thread1_func, thread2_func): Wait on barrier.
11871 (main): Wait for all threads to start before stopping GDB.
11872
11873 2015-01-09 Pedro Alves <palves@redhat.com>
11874
11875 * gdb.threads/attach-many-short-lived-threads.c: New file.
11876 * gdb.threads/attach-many-short-lived-threads.exp: New file.
11877
11878 2014-01-09 Pedro Alves <palves@redhat.com>
11879
11880 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
11881 instead of to thread 2.
11882 * gdb.threads/signal-command-multiple-signals-pending.c (main):
11883 Add barrier around each pthread_create call instead of around all
11884 calls.
11885 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
11886 Set a break on thread_function and have the child threads hit it
11887 one at at a time.
11888
11889 2015-01-09 Pedro Alves <palves@redhat.com>
11890
11891 * lib/gdb.exp (can_spawn_for_attach): New procedure.
11892 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
11893 false.
11894 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
11895 checking whether the target board is remote.
11896 * gdb.multi/multi-attach.exp: Likewise.
11897 * gdb.python/py-sync-interp.exp: Likewise.
11898 * gdb.server/ext-attach.exp: Likewise.
11899 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
11900 tests that need to attach, instead of checking whether the target
11901 board is remote at the top of the file.
11902
11903 2015-01-08 Yao Qi <yao@codesourcery.com>
11904
11905 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
11906
11907 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11908
11909 Fix testcase compilation.
11910 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
11911
11912 2015-01-06 Joel Brobecker <brobecker@adacore.com>
11913
11914 * gdb.python/py-type.exp: Add a couple test about empty
11915 array creation, and negative-length array creation.
11916
11917 2015-01-02 Doug Evans <xdje42@gmail.com>
11918
11919 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
11920
11921 2015-01-02 Doug Evans <dje@google.com>
11922
11923 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
11924
11925 2014-12-29 Yao Qi <yao@codesourcery.com>
11926
11927 * gdb.trace/entry-values.exp: Update comments. Rename variable
11928 bar_call_foo to returned_from_foo.
11929
11930 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
11931
11932 PR gdb/17394
11933 * gdb.linespec/break-asm-file.c: New file.
11934 * gdb.linespec/break-asm-file.exp: New file.
11935 * gdb.linespec/break-asm-file0.s: New file.
11936 * gdb.linespec/break-asm-file1.s: New file.
11937
11938 2014-12-18 Nigel Stephens <nigel@mips.com>
11939 Maciej W. Rozycki <macro@codesourcery.com>
11940
11941 * gdb.base/float.exp: Handle the new output from "info float" on
11942 MIPS targets.
11943
11944 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11945
11946 Fix MinGW compilation.
11947 * gdb.compile/compile-ops.exp: Update untested message if
11948 !skip_compile_feature_tests.
11949 * gdb.compile/compile-setjmp.exp: Likewise.
11950 * gdb.compile/compile-tls.exp: Likewise.
11951 * gdb.compile/compile.exp: Likewise.
11952 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
11953 supported on this host".
11954
11955 2014-12-16 Doug Evans <xdje42@gmail.com>
11956
11957 * boards/stabs.exp: New file.
11958
11959 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
11960
11961 * gdb.base/completion.exp: Adjust to format changes of "maint
11962 print user-registers".
11963
11964 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
11965
11966 PR server/17457
11967 * gdb.arch/aarch64-fp.c: New file.
11968 * gdb.arch/aarch64-fp.exp: New file.
11969
11970 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
11971
11972 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
11973 r210637, r210913, r211666, r215400, r215817).
11974
11975 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
11976 * dg-extract-results.py: New file.
11977 * dg-extract-results.sh: Use it if the environment seems
11978 suitable.
11979
11980 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
11981
11982 * dg-extract-results.py (parse_run): Handle warnings that
11983 are printed before a test harness is run.
11984
11985 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
11986
11987 * dg-extract-results.py (Named): Remove __cmp__ method.
11988 (output_variation): Use a key to sort variation.harnesses.
11989
11990 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
11991
11992 * dg-extract-results.py: For Python 3, force sys.stdout to
11993 handle surrogate escape sequences.
11994 (safe_open): New function.
11995 (output_segment, main): Use it.
11996
11997 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
11998
11999 * dg-extract-results.py (Prog.result_re): Include options
12000 in test name.
12001
12002 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
12003
12004 * dg-extract-results.py (output_variation): Always sort if
12005 do_sum.
12006
12007 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
12008
12009 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
12010 as long as we get pagination notifications.
12011
12012 2014-12-15 Jason Merrill <jason@redhat.com>
12013
12014 * Makefile.in (check-gdb.%): Restore.
12015 * README: Mention it.
12016
12017 2014-12-13 Joel Brobecker <brobecker@adacore.com>
12018
12019 * gdb.ada/str_uninit: New testcase.
12020
12021 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12022
12023 PR symtab/17642
12024 * gdb.base/vla-stub-define.c: New file.
12025 * gdb.base/vla-stub.c: New file.
12026 * gdb.base/vla-stub.exp: New file.
12027
12028 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
12029 Jan Kratochvil <jan.kratochvil@redhat.com>
12030 Tom Tromey <tromey@redhat.com>
12031
12032 * configure.ac: Add gdb.compile/.
12033 * configure: Regenerate.
12034 * gdb.compile/Makefile.in: New file.
12035 * gdb.compile/compile-ops.exp: New file.
12036 * gdb.compile/compile-ops.c: New file.
12037 * gdb.compile/compile-tls.c: New file.
12038 * gdb.compile/compile-tls.exp: New file.
12039 * gdb.compile/compile-constvar.S: New file.
12040 * gdb.compile/compile-constvar.c: New file.
12041 * gdb.compile/compile-mod.c: New file.
12042 * gdb.compile/compile-nodebug.c: New file.
12043 * gdb.compile/compile-setjmp-mod.c: New file.
12044 * gdb.compile/compile-setjmp.c: New file.
12045 * gdb.compile/compile-setjmp.exp: New file.
12046 * gdb.compile/compile-shlib.c: New file.
12047 * gdb.compile/compile.c: New file.
12048 * gdb.compile/compile.exp: New file.
12049 * lib/gdb.exp (skip_compile_feature_tests): New proc.
12050
12051 2014-12-12 Tom Tromey <tromey@redhat.com>
12052
12053 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
12054 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
12055
12056 2014-12-12 Doug Evans <dje@google.com>
12057
12058 * lib/gdb-python.exp (get_python_valueof): New function.
12059 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
12060
12061 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12062
12063 * gdb.base/completion.exp: Add test for completion of "info
12064 registers ".
12065
12066 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
12067
12068 * gdb.base/func-ptrs.c: New file.
12069 * gdb.base/func-ptrs.exp: New file.
12070
12071 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12072
12073 PR breakpoints/17012
12074 * gdb.base/dprintf-detach.c: New file.
12075 * gdb.base/dprintf-detach.exp: New file.
12076
12077 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12078
12079 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
12080 * lib/gdb.exp (target_is_gdbserver): New procedure.
12081
12082 2014-12-08 Doug Evans <dje@google.com>
12083
12084 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
12085
12086 2014-12-05 Yao Qi <yao@codesourcery.com>
12087
12088 * gdb.guile/scm-error.exp: Remove the third argument to
12089 gdb_remote_download.
12090 * gdb.guile/scm-frame-args.exp: Likewise.
12091 * gdb.guile/scm-section-script.exp: Likewise.
12092
12093 2014-12-05 Yao Qi <yao@codesourcery.com>
12094
12095 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
12096
12097 2014-12-04 Doug Evans <dje@google.com>
12098
12099 * gdb.python/py-objfile.exp: Add tests for
12100 objfile.add_separate_debug_file.
12101
12102 2014-12-04 Doug Evans <dje@google.com>
12103
12104 * lib/gdb.exp (get_build_id): New function.
12105 (build_id_debug_filename_get): Rewrite to use it.
12106 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
12107
12108 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
12109
12110 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
12111 `method(long)', not just 0x0.
12112 * gdb.cp/nsalias.exp: Align code labels to 4.
12113 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
12114 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
12115 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
12116 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
12117 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
12118 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
12119
12120 2014-12-02 Doug Evans <dje@google.com>
12121
12122 PR symtab/17602
12123 * gdb.cp/anon-ns.cc: Move guts of this file to ...
12124 * gdb.cp/anon-ns2.cc: ... here. New file.
12125 * gdb.cp/anon-ns.exp: Update.
12126
12127 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
12128
12129 * gdb.python/py-events.py (inferior_call_handler): New.
12130 (register_changed_handler, memory_changed_handler): New.
12131 (test_events.invoke): Register new handlers.
12132 * gdb.python/py-events.exp: Add tests for inferior call,
12133 memory_changed and register_changed events.
12134
12135 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12136
12137 * gdb.base/execl-update-breakpoints.exp: Specify the link address
12138 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
12139 if the linker doesn't understand this.
12140
12141 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
12142
12143 * gdb.python/python.exp: Change expected reply to help().
12144
12145 2014-12-01 Yao Qi <yao@codesourcery.com>
12146
12147 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
12148 AC_CONFIG_SUBDIRS(gdb.gdbtk).
12149 * configure: Re-generated.
12150
12151 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
12152
12153 * gdb.cp/chained-calls.cc: New file.
12154 * gdb.cp/chained-calls.exp: New file.
12155 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
12156
12157 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
12158
12159 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
12160 * gdb.dwarf2/symtab-producer.exp: Same.
12161 * gdb.gdb/python-interrupts.exp: Same.
12162 * gdb.gdb/python-selftest.exp: Same.
12163 * gdb.python/py-linetable.exp: Same.
12164 * gdb.python/py-type.exp: Same.
12165 * gdb.python/py-value-cc.exp: Same.
12166 * gdb.python/py-value.exp: Same.
12167
12168 2014-11-28 Yao Qi <yao@codesourcery.com>
12169
12170 * gdb.base/break-probes.exp: Match library name prefixed with
12171 sysroot.
12172
12173 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
12174
12175 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
12176 test expected output. Add parentheses for the call to print.
12177 Remove L suffix from integers.
12178
12179 2014-11-26 Doug Evans <dje@google.com>
12180
12181 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
12182
12183 2014-11-22 Yao Qi <yao@codesourcery.com>
12184
12185 * gdb.trace/entry-values.c: Remove asms.
12186 (foo): Add foo_label.
12187 (bar): Add bar_label.
12188 * gdb.trace/entry-values.exp: Remove code computing foo's
12189 length and bar's length.
12190 (Dwarf::assemble): Invoke function_range for bar and use
12191 MACRO_AT_func for foo.
12192
12193 2014-11-22 Yao Qi <yao@codesourcery.com>
12194
12195 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
12196 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
12197 Use .Lgcc43_procstart instead of gcc43.
12198
12199 2014-11-21 Joel Brobecker <brobecker@adacore.com>
12200
12201 * gdb.ada/n_arr_bound: New testcase.
12202
12203 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
12204
12205 PR breakpoints/10737
12206 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
12207 test_catch_syscall_multi_arch.
12208 (test_catch_syscall_multi_arch): New function.
12209
12210 2014-11-20 Doug Evans <xdje42@gmail.com>
12211
12212 * gdb.base/maint.exp: Update expected output.
12213
12214 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
12215
12216 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
12217 4-byte instruction on S390.
12218
12219 2014-11-19 Joel Brobecker <brobecker@adacore.com>
12220
12221 * gdb.ada/arr_arr: New testcase.
12222
12223 2014-11-19 Joel Brobecker <brobecker@adacore.com>
12224
12225 * gdb.ada/pkd_arr_elem: New Testcase.
12226
12227 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
12228
12229 * gdb.reverse/break-precsave: Expect completion message for
12230 core file reads.
12231 * gdb.reverse/consecutive-precsave.exp: Likewise.
12232 * gdb.reverse/finish-precsave.exp: Likewise.
12233 * gdb.reverse/i386-precsave.exp: Likewise.
12234 * gdb.reverse/machinestate-precsave.exp: Likewise.
12235 * gdb.reverse/sigall-precsave.exp: Likewise.
12236 * gdb.reverse/solib-precsave.exp: Likewise.
12237 * gdb.reverse/step-precsave.exp: Likewise.
12238 * gdb.reverse/until-precsave.exp: Likewise.
12239 * gdb.reverse/watch-precsave.exp: Likewise.
12240
12241 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12242
12243 * gdb.base/bp-permanent.c: Include unistd.h.
12244 * gdb.python/py-framefilter-mi.c (main): Add return type.
12245 * gdb.python/py-framefilter.c (main): Likewise.
12246 * gdb.trace/actions-changed.c (main): Likewise.
12247
12248 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12249
12250 * gdb.mi/until.c: Add eye-catchers.
12251 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
12252 line numbers.
12253
12254 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12255
12256 * gdb.base/condbreak.exp: Drop references to removed non-prototype
12257 function header variants in break1.c.
12258 * gdb.base/ena-dis-br.exp: Likewise.
12259 * gdb.base/hbreak2.exp: Likewise.
12260 * gdb.reverse/until-precsave.exp: Drop references to removed
12261 non-prototype function header variants in ur1.c.
12262 * gdb.reverse/until-reverse.exp: Likewise.
12263
12264 2014-11-17 Petr Machata <pmachata@redhat.com>
12265
12266 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
12267 ${_cu_offset_size} bytes abbrev offset.
12268
12269 2014-11-15 Doug Evans <xdje42@gmail.com>
12270
12271 PR symtab/17559
12272 * gdb.base/line-symtabs.exp: New file.
12273 * gdb.base/line-symtabs.c: New file.
12274 * gdb.base/line-symtabs.h: New file.
12275
12276 2014-11-14 Yao Qi <yao@codesourcery.com>
12277
12278 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
12279 (func): Add label func_label.
12280 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
12281 Replace low_pc and high_pc with MACRO_AT_range.
12282 Replace name, low_pc and high_pc with MACRO_AT_func.
12283
12284 2014-11-14 Yao Qi <yao@codesourcery.com>
12285
12286 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
12287 Replace name, low_pc and high_pc with MACRO_AT_func.
12288
12289 2014-11-14 Yao Qi <yao@codesourcery.com>
12290
12291 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
12292 produce debug information.
12293 * gdb.dwarf2/implptr-optimized-out.S: Removed.
12294
12295 2014-11-14 Yao Qi <yao@codesourcery.com>
12296
12297 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
12298 object and get function length.
12299 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
12300 with MACRO_AT_func.
12301 (top-level): Replace gdb_compile and clean_restart with
12302 prepare_for_testing.
12303 * gdb.dwarf2/main.c (main): Add label main_label.
12304
12305 2014-11-14 Yao Qi <yao@codesourcery.com>
12306
12307 * lib/dwarf.exp (function_range): New procedure.
12308 (Dwarf::_handle_macro_at_func): New procedure.
12309 (Dwarf::_handle_macro_at_range): New procedure.
12310 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
12311
12312 2014-11-14 Yao Qi <yao@codesourcery.com>
12313
12314 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
12315 (_handle_attribute): New procedure.
12316
12317 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12318
12319 * gdb.ada/cond_lang/foo.c (callme): Add return type.
12320 * gdb.base/call-sc.c (zed): Likewise.
12321 * gdb.base/checkpoint.c (main): Likewise.
12322 * gdb.base/dump.c (main): Likewise.
12323 * gdb.base/gcore.c (main): Likewise.
12324 * gdb.base/huge.c (main): Likewise.
12325 * gdb.base/multi-forks.c (main): Likewise.
12326 * gdb.base/pr10179-a.c (main): Likewise.
12327 * gdb.base/savedregs.c (main): Likewise.
12328 * gdb.base/sigaltstack.c (main): Likewise.
12329 * gdb.base/siginfo.c (main): Likewise.
12330 * gdb.base/structs.c (zed): Likewise.
12331 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
12332 * gdb.mi/mi-syn-frame.c (main): Likewise.
12333 * gdb.mi/until.c (foo, main): Likewise.
12334 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
12335 * gdb.base/solib-weak.c (foo): Declare.
12336 * gdb.base/attach-twice.c: Include stdio.h.
12337 * gdb.base/weaklib1.c: Likewise.
12338 * gdb.base/weaklib2.c: Likewise.
12339 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
12340 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
12341 unistd.h.
12342 * gdb.base/attach-pie-misread.c: Include stdlib.h.
12343 * gdb.mi/mi-exit-code.c: Likewise.
12344 * gdb.base/break-interp-lib.c: Include string.h.
12345 * gdb.base/coremaker.c: Likewise.
12346 * gdb.base/testenv.c: Likewise.
12347 * gdb.python/py-finish-breakpoint.c: Likewise.
12348 * gdb.base/inferior-died.c: Include sys/wait.h.
12349 * gdb.base/fileio.c: Include time.h.
12350 * gdb.base/async-shell.c: Include unistd.h.
12351 * gdb.base/dprintf-non-stop.c: Likewise.
12352 * gdb.base/info-os.c: Likewise.
12353 * gdb.mi/mi-console.c: Likewise.
12354 * gdb.mi/watch-nonstop.c: Likewise.
12355 * gdb.python/py-events.c: Likewise.
12356 * gdb.base/async.c (baz): Move up before its invocation.
12357 * gdb.base/code_elim2.c (my_global_func): Likewise.
12358 * gdb.base/skip-solib-lib.c (multiply): Likewise.
12359 * gdb.base/advance.c (func2): Likewise.
12360
12361 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12362
12363 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
12364 variant.
12365 * gdb.base/annota3.c: Likewise.
12366 * gdb.base/async.c: Likewise.
12367 * gdb.base/average.c: Likewise.
12368 * gdb.base/call-ar-st.c: Likewise.
12369 * gdb.base/call-rt-st.c: Likewise.
12370 * gdb.base/call-sc.c: Likewise.
12371 * gdb.base/call-strs.c: Likewise.
12372 * gdb.base/ending-run.c: Likewise.
12373 * gdb.base/execd-prog.c: Likewise.
12374 * gdb.base/exprs.c: Likewise.
12375 * gdb.base/foll-exec.c: Likewise.
12376 * gdb.base/foll-fork.c: Likewise.
12377 * gdb.base/foll-vfork.c: Likewise.
12378 * gdb.base/funcargs.c: Likewise.
12379 * gdb.base/gcore.c: Likewise.
12380 * gdb.base/jump.c: Likewise.
12381 * gdb.base/langs0.c: Likewise.
12382 * gdb.base/langs1.c: Likewise.
12383 * gdb.base/langs2.c: Likewise.
12384 * gdb.base/mips_pro.c: Likewise.
12385 * gdb.base/nodebug.c: Likewise.
12386 * gdb.base/opaque0.c: Likewise.
12387 * gdb.base/opaque1.c: Likewise.
12388 * gdb.base/recurse.c: Likewise.
12389 * gdb.base/run.c: Likewise.
12390 * gdb.base/scope0.c: Likewise.
12391 * gdb.base/scope1.c: Likewise.
12392 * gdb.base/setshow.c: Likewise.
12393 * gdb.base/setvar.c: Likewise.
12394 * gdb.base/shmain.c: Likewise.
12395 * gdb.base/shr1.c: Likewise.
12396 * gdb.base/shr2.c: Likewise.
12397 * gdb.base/sigall.c: Likewise.
12398 * gdb.base/signals.c: Likewise.
12399 * gdb.base/so-indr-cl.c: Likewise.
12400 * gdb.base/solib2.c: Likewise.
12401 * gdb.base/structs.c: Likewise.
12402 * gdb.base/sum.c: Likewise.
12403 * gdb.base/vforked-prog.c: Likewise.
12404 * gdb.base/watchpoint.c: Likewise.
12405 * gdb.reverse/shr2.c: Likewise.
12406 * gdb.reverse/until-reverse.c: Likewise.
12407 * gdb.reverse/ur1.c: Likewise.
12408 * gdb.reverse/watch-reverse.c: Likewise.
12409
12410 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12411
12412 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
12413 variant.
12414 * gdb.base/sepdebug.exp: Drop references to removed code.
12415
12416 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12417
12418 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
12419 variant. Preserve original line numbering.
12420 * gdb.base/list1.c: Likewise.
12421
12422 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12423
12424 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
12425 variant.
12426 * gdb.base/break1.c: Likewise.
12427 * gdb.base/break.exp: Drop references to removed code.
12428
12429 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12430
12431 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
12432 variant.
12433
12434 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12435
12436 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
12437
12438 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12439
12440 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
12441 logic into perform_all_tests() and invoke it with and without
12442 function header prototypes.
12443 (do_function_calls): Remove conditional XFAIL for PR 5318.
12444 (rerun_and_prepare): Remove duplicate code.
12445 (perform_all_tests): New. Main logic moved here.
12446
12447 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12448
12449 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
12450 code guarded by #ifdef NO_PROTOTYPES.
12451 (t_double_many_args): Likewise.
12452 (DEF_FUNC_MANY_ARGS_1): Likewise.
12453 (DEF_FUNC_VALUES_1): Likewise.
12454 (t_structs_ldc): Renamed from t_structs_fc in conditional code
12455 guarded by #ifdef PROTOTYPES.
12456
12457 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12458
12459 * gdb.mi/mi-console.c: Add eye-catcher.
12460 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
12461 instead of literal line number.
12462
12463 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12464
12465 * gdb.base/shr2.c: Add eye-catcher.
12466 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
12467 line number.
12468
12469 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12470
12471 * gdb.base/jump.c: Add eye-catchers.
12472 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
12473 numbers.
12474
12475 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12476
12477 * gdb.base/execd-prog.c: Add eye-catchers.
12478 * gdb.base/foll-exec.c: Likewise.
12479 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
12480 line numbers.
12481
12482 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12483
12484 * gdb.base/ending-run.c: Add eye-catchers.
12485 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
12486 literal line numbers.
12487
12488 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12489
12490 * gdb.base/call-rt-st.c: Add eye-catchers.
12491 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
12492 literal line numbers.
12493
12494 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12495
12496 * gdb.base/call-ar-st.c: Add eye-catchers.
12497 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
12498 literal line numbers.
12499
12500 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12501
12502 * gdb.base/average.c: Add eye-catchers.
12503 * gdb.base/sum.c: Likewise.
12504 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
12505 regexps dynamically.
12506
12507 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12508
12509 * gdb.base/solib1.c: Add eye-catchers.
12510 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
12511 literal line numbers.
12512
12513 2014-11-12 Pedro Alves <palves@redhat.com>
12514
12515 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
12516 leader has exited.
12517
12518 2014-11-12 Pedro Alves <palves@redhat.com>
12519
12520 * gdb.arch/i386-bp_permanent.c: New file.
12521 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
12522 (srcfile): Set to i386-bp_permanent.c.
12523 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
12524 that stepi does not execute the 'leave' instruction, instead of
12525 testing it does execute.
12526 * gdb.base/bp-permanent.c: New file.
12527 * gdb.base/bp-permanent.exp: New file.
12528
12529 2014-11-10 Doug Evans <xdje42@gmail.com>
12530
12531 PR symtab/17564
12532 * gdb.base/symtab-search-order.exp: New file.
12533 * gdb.base/symtab-search-order.c: New file.
12534 * gdb.base/symtab-search-order-1.c: New file.
12535 * gdb.base/symtab-search-order-shlib-1.c: New file.
12536
12537 2014-11-07 Pedro Alves <palves@redhat.com>
12538
12539 PR gdb/17511
12540 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
12541 i?86-*-linux*.
12542
12543 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
12544
12545 PR c++/17494
12546 * gdb.cp/pr17494.cc: New file.
12547 * gdb.cp/pr17494.exp: New file.
12548
12549 2014-11-02 Yao Qi <yao@codesourcery.com>
12550
12551 * gdb.python/python.exp: Get working directory and match the
12552 output of "set extended-prompt \\w " with it.
12553
12554 2014-10-30 Doug Evans <dje@google.com>
12555
12556 * gdb.python/py-objfile.exp: Add tests for setting random attributes
12557 in objfiles.
12558 * gdb.python/py-progspace.exp: Add tests for setting random attributes
12559 in progspaces.
12560
12561 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
12562
12563 * gdb.base/fullpath-expand.exp: Skip for a remote host.
12564 * gdb.base/realname-expand.exp: Likewise.
12565 * gdb.linespec/macro-relative.exp: Likewise.
12566
12567 2014-10-29 Pedro Alves <palves@redhat.com>
12568
12569 PR gdb/17408
12570 * gdb.threads/schedlock.c (some_function): New function.
12571 (call_function): New global.
12572 (MAYBE_CALL_SOME_FUNCTION): New macro.
12573 (thread_function): Call it.
12574 * gdb.threads/schedlock.exp (get_args): Add description parameter,
12575 and use it instead of a global counter. Adjust all callers.
12576 (get_current_thread): Use "find current thread" for test message
12577 here rather than having all callers pass down the same string.
12578 (goto_loop): New procedure, factored out from ...
12579 (my_continue): ... this.
12580 (step_ten_loops): Change parameter from test message to command to
12581 use. Adjust.
12582 (list_count): Delete global.
12583 (check_result): New procedure, factored out from duplicate top
12584 level code.
12585 (continue tests): Wrap in with_test_prefix.
12586 (test_step): New procedure, factored out from duplicate top level
12587 code.
12588 (top level): Test "step" in combination with all scheduler-locking
12589 modes. Test "next" in combination with all scheduler-locking
12590 modes, and in combination with stepping over a function call or
12591 not.
12592 * gdb.threads/next-bp-other-thread.c: New file.
12593 * gdb.threads/next-bp-other-thread.exp: New file.
12594
12595 2014-10-29 Pedro Alves <palves@redhat.com>
12596
12597 PR python/17372
12598 * gdb.python/python.exp: Test a multi-line command that spawns
12599 interactive Python.
12600 * gdb.base/multi-line-starts-subshell.exp: New file.
12601
12602 2014-10-29 Yao Qi <yao@codesourcery.com>
12603
12604 * gdb.base/fileio.exp: Make directories on host.
12605
12606 2014-10-29 Yao Qi <yao@codesourcery.com>
12607
12608 * gdb.base/fileio.c (test_write): Close the file.
12609
12610 2014-10-28 Pedro Alves <palves@redhat.com>
12611
12612 PR gdb/12623
12613 * gdb.base/sigstep.c (no_handler): New global.
12614 (main): If 'no_handler is true, set the signal handlers to
12615 SIG_IGN.
12616 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
12617 with_sw_watch and no_handler parameters. Handle them.
12618 (top level) <stepping over handler when stopped at a breakpoint
12619 test>: Add a test axis for testing with a software watchpoint, and
12620 another for testing with the signal handler set to SIG_IGN.
12621 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
12622 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
12623
12624 2014-10-28 Pedro Alves <palves@redhat.com>
12625
12626 PR gdb/17511
12627 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
12628 * gdb.base/sigstep.exp (other_handler_location): New global.
12629 (advance): Support stepping into the signal handler, and running
12630 commands while in the handler.
12631 (in_handler_map): New global.
12632 (top level): In the advance test, add combinations for getting
12633 into the handler with stepping commands, and for running commands
12634 in the handler. Add comment descripting the advancei tests.
12635
12636 2014-10-28 Pedro Alves <palves@redhat.com>
12637
12638 * gdb.base/sigstep.exp: Use build_executable instead of
12639 prepare_for_testing.
12640 (top level): Move code that starts GDB, runs to main and creates a
12641 display to ...
12642 (restart): ... this new procedure.
12643 (top level): Move backtrace from signal handler test to ...
12644 (validate_backtrace): ... this new procedure.
12645 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
12646 with_test_prefix. Always restart GDB.
12647 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
12648 with_test_prefix. Always restart GDB. No need to delete
12649 breakpoints after the test.
12650 (test_skip_handler): Remove prefix parameter.
12651 (skip_over_handler, breakpoint_to_handler)
12652 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
12653 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
12654 restart GDB. No need to delete breakpoints after the test.
12655 (top level): Use foreach to call the test procedures with
12656 different commands.
12657
12658 2014-10-28 Pedro Alves <palves@redhat.com>
12659
12660 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
12661 instead of GNATS numbers.
12662 * gdb.base/sigbpt.exp: Likewise.
12663 * gdb.base/siginfo.exp: Likewise.
12664 * gdb.base/sigstep.exp: Likewise.
12665
12666 2014-10-27 Pedro Alves <palves@redhat.com>
12667
12668 * gdb.base/sigstep.c (dummy): New global.
12669 (main): Issue a couple writes to the new global.
12670 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
12671 procedures.
12672 (skip_over_handler): Use test_skip_handler.
12673 (top level): Call skip_over_handler for stepi and nexti too.
12674 (breakpoint_over_handler): Use test_skip_handler.
12675 (top level): Call breakpoint_over_handler for stepi and nexti too.
12676
12677 2014-10-27 Yao Qi <yao@codesourcery.com>
12678
12679 * gdb.trace/tfile.c (adjust_function_address)
12680 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
12681 function descriptor.
12682
12683 2014-10-24 Don Breazeal <donb@codesourcery.com>
12684
12685 * gdb.base/foll-fork.exp (test_follow_fork,
12686 catch_fork_child_follow): Check for updated fork messages emitted
12687 from infrun.c.
12688 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
12689 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
12690 vfork_and_exec_child_follow_through_step): Check for updated vfork
12691 messages emitted from infrun.c.
12692
12693 2014-10-24 Pedro Alves <palves@redhat.com>
12694
12695 * gdb.base/corefile.exp: Remove references to ultrix.
12696 * gdb.base/interrupt.exp: Likewise.
12697 * gdb.base/whatis.exp: Likewise.
12698 * gdb.gdb/selftest.exp: Likewise.
12699 * gdb.threads/manythreads.exp: Likewise.
12700 * gdb.threads/print-threads.exp: Likewise.
12701 * gdb.threads/pthreads.exp:: Likewise.
12702 * gdb.threads/schedlock.exp: Likewise.
12703
12704 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
12705
12706 * gdb.cp/non-trivial-retval.cc: Add a test case.
12707 * gdb.cp/non-trivial-retval.exp: Add a test.
12708
12709 2014-10-20 Yao Qi <yao@codesourcery.com>
12710
12711 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
12712 * gdb.python/py-objfile-script-gdb.py: New file.
12713 * gdb.python/py-objfile-script.exp: Update reference to
12714 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
12715 of remote_download. Remove the dest file.
12716
12717 2014-10-20 Yao Qi <yao@codesourcery.com>
12718
12719 * gdb.base/checkpoint.exp: Don't remove file copied on host.
12720 * gdb.base/step-line.exp: Likewise.
12721 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12722 * gdb.dwarf2/dw2-basic.exp: Likewise.
12723 * gdb.dwarf2/dw2-compressed.exp: Likewise.
12724 * gdb.dwarf2/dw2-filename.exp: Likewise.
12725 * gdb.dwarf2/dw2-intercu.exp: Likewise.
12726 * gdb.dwarf2/dw2-intermix.exp: Likewise.
12727 * gdb.dwarf2/dw2-producer.exp: Likewise.
12728 * gdb.dwarf2/mac-fileno.exp: Likewise.
12729 * gdb.python/py-frame-args.exp: Likewise.
12730 * gdb.python/py-framefilter.exp: Likewise.
12731 * gdb.python/py-mi.exp: Likewise.
12732 * gdb.python/py-objfile-script.exp: Likewise
12733 * gdb.python/py-pp-integral.exp: Likewise.
12734 * gdb.python/py-pp-re-notag.exp: Likewise.
12735 * gdb.python/py-prettyprint.exp: Likewise.
12736 * gdb.python/py-section-script.exp: Likewise.
12737 * gdb.python/py-typeprint.exp: Likewise.
12738 * gdb.python/py-xmethods.exp: Likewise.
12739 * gdb.stabs/weird.exp: Likewise.
12740 * gdb.xml/tdesc-regs.exp: Likewise.
12741
12742 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
12743
12744 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
12745 (out_cu): Use addr_len for the size of addresses.
12746 (out_line): Likewise. Size DW_LNE_set_address instruction
12747 according to addr_len.
12748 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
12749 (FUNC): Add START_INSNS to definition.
12750
12751 2014-10-18 Yao Qi <yao@codesourcery.com>
12752
12753 * gdb.base/argv0-symlink.exp: Check argv[0] value if
12754 gdb_has_argv0 return true.
12755 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
12756 check [target_info exists noargs], check [gdb_has_argv0]
12757 instead.
12758 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12759 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
12760 procedures.
12761
12762 2014-10-17 Doug Evans <dje@google.com>
12763
12764 * gdb.python/py-events.exp: Update expected output for clear_objfiles
12765 event.
12766 * gdb.python/py-events.py: Add clear_objfiles event.
12767
12768 2014-10-17 Doug Evans <dje@google.com>
12769
12770 * gdb.python/py-objfile.exp: Test progspace attribute.
12771
12772 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
12773
12774 * gdb.guile/scm-breakpoint.exp: Do not assume any
12775 directory separators when matching source file paths.
12776 * gdb.python/py-breakpoint.exp: Likewise.
12777 * gdb.reverse/break-precsave.exp: Likewise.
12778 * gdb.reverse/break-reverse.exp: Likewise.
12779 * gdb.reverse/consecutive-precsave.exp: Likewise.
12780 * gdb.reverse/finish-precsave.exp: Likewise.
12781 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
12782 * gdb.reverse/finish-reverse.exp: Likewise.
12783 * gdb.reverse/i386-precsave.exp: Likewise.
12784 * gdb.reverse/i387-env-reverse.exp: Likewise.
12785 * gdb.reverse/i387-stack-reverse.exp: Likewise.
12786 * gdb.reverse/machinestate-precsave.exp: Likewise.
12787 * gdb.reverse/machinestate.exp: Likewise.
12788 * gdb.reverse/sigall-precsave.exp: Likewise.
12789 * gdb.reverse/solib-precsave.exp: Likewise.
12790 * gdb.reverse/step-precsave.exp: Likewise.
12791 * gdb.reverse/until-precsave.exp: Likewise.
12792 * gdb.reverse/watch-precsave.exp: Likewise.
12793 * gdb.reverse/watch-reverse.exp: Likewise.
12794
12795 2014-10-17 Yao Qi <yao@codesourcery.com>
12796
12797 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
12798 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
12799
12800 2014-10-17 Pedro Alves <palves@redhat.com>
12801
12802 PR gdb/17471
12803 * gdb.base/bg-execution-repeat.c: New file.
12804 * gdb.base/bg-execution-repeat.exp: New file.
12805
12806 2014-10-17 Pedro Alves <palves@redhat.com>
12807
12808 PR gdb/17300
12809 * gdb.base/continue-all-already-running.c: New file.
12810 * gdb.base/continue-all-already-running.exp: New file.
12811
12812 2014-10-17 Pedro Alves <palves@redhat.com>
12813
12814 PR gdb/17472
12815 * gdb.base/annota-input-while-running.c: New file.
12816 * gdb.base/annota-input-while-running.exp: New file.
12817
12818 2014-10-17 Pedro Alves <palves@redhat.com>
12819
12820 * gdb.base/callfuncs.exp: emove references to osf.
12821 * gdb.base/sigall.exp: Likewise.
12822 * gdb.gdb/selftest.exp: Likewise.
12823 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
12824 * gdb.mi/non-stop.c: Likewise.
12825 * gdb.mi/pthreads.c: Likewise.
12826 * gdb.reverse/sigall-precsave.exp: Likewise.
12827 * gdb.reverse/sigall-reverse.exp: Likewise.
12828 * gdb.threads/pthreads.c: Likewise.
12829 * gdb.threads/pthreads.exp: Likewise.
12830
12831 2014-10-17 Yao Qi <yao@codesourcery.com>
12832
12833 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
12834 check 'target_info exists noargs'.
12835 (test_command_prompt_position): Likewise.
12836 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
12837 Remove "set args".
12838 (progvar_simple_while_test): Likewise.
12839 (progvar_complex_if_while_test): Likewise.
12840 (if_while_breakpoint_command_test): Likewise.
12841 (infrun_breakpoint_command_test): Likewise.
12842 (breakpoint_command_test): Likewise.
12843 (watchpoint_command_test): Likewise.
12844 (bp_deleted_in_command_test): Likewise.
12845 (temporary_breakpoint_commands): Likewise.
12846
12847 2014-10-16 Yao Qi <yao@codesourcery.com>
12848
12849 * gdb.base/remotetimeout.exp: Remove noargs checking.
12850
12851 2014-10-15 Pedro Alves <palves@redhat.com>
12852
12853 PR breakpoints/9649
12854 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
12855 * gdb.base/breakpoint-in-ro-region.exp
12856 (probe_target_hardware_step): New procedure.
12857 (top level): Probe hardware stepping and hardware breakpoint
12858 support. Test stepping through a read-only region, with both
12859 "breakpoint auto-hw" on and off and both "always-inserted" on and
12860 off.
12861
12862 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
12863
12864 * gdb.dlang/demangle.exp: Update for demangling changes.
12865
12866 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12867
12868 * gdb.cp/non-trivial-retval.cc: Add new test cases.
12869 * gdb.cp/non-trivial-retval.exp: Add new tests.
12870
12871 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12872
12873 PR c++/13403
12874 PR c++/15154
12875 * gdb.cp/non-trivial-retval.cc: New file.
12876 * gdb.cp/non-trivial-retval.exp: New file.
12877
12878 2014-10-15 Yao Qi <yao@codesourcery.com>
12879
12880 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
12881 remote host.
12882
12883 2014-10-15 Yao Qi <yao@codesourcery.com>
12884
12885 * gdb.python/py-symbol.exp: Match file base name if host is
12886 remote, otherwise match file name with dir name.
12887 * gdb.python/py-symtab.exp: Likewise.
12888 * gdb.python/python.exp: Likewise.
12889
12890 2014-10-15 Yao Qi <yao@codesourcery.com>
12891
12892 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
12893 pattern.
12894 * gdb.python/py-symtab.exp: Likewise.
12895 * gdb.python/python.exp: Remove trailing ".*". Fix typo
12896 locationn.
12897
12898 2014-10-14 Joel Brobecker <brobecker@adacore.com>
12899
12900 * gdb.ada/addr_arith: New testcase.
12901
12902 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
12903
12904 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
12905 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
12906 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
12907 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
12908
12909 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
12910
12911 * gdb.arch/stap-eval-lang-ada.S: Likewise.
12912 * gdb.arch/stap-eval-lang-ada.c: Likewise.
12913 * gdb.arch/stap-eval-lang-ada.exp: New file.
12914
12915 2014-10-14 Yao Qi <yao@codesourcery.com>
12916
12917 * gdb.mi/mi-var-child.c (nothing1): New function.
12918 (nothing2): New function.
12919 (do_children_tests): Set function pointers by nothing1 and
12920 nothing2.
12921 * gdb.mi/mi-var-child.exp: Step over new added statements.
12922 Update test to match the new output.
12923 * gdb.mi/var-cmd.c (nothing1): New function.
12924 (nothing2): New function.
12925 (do_children_tests): Set function pointers by nothing1 and
12926 nothing2.
12927 * gdb.mi/mi-var-display.exp: Update test to match output.
12928 Step to the line specified by $line_dct_nothing.
12929 Increase the number of lines to step.
12930
12931 2014-10-14 Yao Qi <yao@codesourcery.com>
12932
12933 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
12934 tests.
12935 * gdb.mi/mi2-var-child.exp: Likewise.
12936
12937 2014-10-13 Doug Evans <dje@google.com>
12938
12939 * gdb.python/py-objfile.exp: Change name of file name test.
12940
12941 2014-10-13 Doug Evans <dje@google.com>
12942
12943 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
12944 from the start of the CU.
12945
12946 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12947 Yao Qi <yao@codesourcery.com>
12948
12949 Fix "save breakpoints" for "catch" command.
12950 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
12951 Remove -nonewline. Match also the added "main" line.
12952
12953 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12954
12955 Fix "save breakpoints" for "disable $bpnum" command.
12956 * gdb.base/save-bp.c (main): Add label.
12957 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
12958
12959 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12960
12961 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
12962
12963 2014-10-11 Yao Qi <yao@codesourcery.com>
12964
12965 * gdb.server/server-kill.exp: Execute command
12966 "set remote trace-status-packet on" before "tstatus".
12967
12968 2014-10-11 Yao Qi <yao@codesourcery.com>
12969
12970 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
12971 (main): Call getppid.
12972 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
12973 and continue to it. Read variable "server_pid".
12974
12975 2014-10-11 Yao Qi <yao@codesourcery.com>
12976
12977 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
12978
12979 2014-10-11 Yao Qi <yao@codesourcery.com>
12980
12981 * gdb.threads/thread-find.exp: Don't execute command
12982 "info threads".
12983 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
12984 * gdb.threads/linux-dp.exp: Don't check the condition
12985 $threads_created equals to zero.
12986
12987 2014-10-10 Pedro Alves <palves@redhat.com>
12988
12989 * gdb.base/bigcore.exp: Remove references to IRIX.
12990 * gdb.base/funcargs.exp: Likewise.
12991 * gdb.base/interrupt.exp: Likewise.
12992 * gdb.base/mips_pro.exp: Likewise.
12993 * gdb.base/nodebug.exp: Likewise.
12994 * gdb.base/setvar.exp: Likewise.
12995 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
12996
12997 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12998 Pedro Alves <palves@redhat.com>
12999
13000 PR symtab/14466
13001 * gdb.base/vdso-warning.c: New file.
13002 * gdb.base/vdso-warning.exp: New file.
13003
13004 2014-10-02 Doug Evans <dje@google.com>
13005
13006 * gdb.base/structs.c (main): Don't run forever.
13007
13008 2014-10-02 Pedro Alves <palves@redhat.com>
13009
13010 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
13011 (top level) <stop threads 1, stop threads 2>: Use it.
13012
13013 2014-10-02 Pedro Alves <palves@redhat.com>
13014
13015 * gdb.threads/break-while-running.exp (test): Add new
13016 'update_thread_list' argument. Skip "info threads" if false.
13017 (top level): Add new 'update_thread_list' axis.
13018
13019 2014-10-02 Pedro Alves <palves@redhat.com>
13020
13021 PR breakpoints/17431
13022 * gdb.base/execl-update-breakpoints.c: New file.
13023 * gdb.base/execl-update-breakpoints.exp: New file.
13024
13025 2014-10-01 Pedro Alves <palves@redhat.com>
13026
13027 * gdb.base/breakpoint-in-ro-region.c: New file.
13028 * gdb.base/breakpoint-in-ro-region.exp: New file.
13029
13030 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
13031
13032 * gdb.mi/mi-exit-code.exp: New file.
13033 * gdb.mi/mi-exit-code.c: New file.
13034
13035 2014-09-30 Yao Qi <yao@codesourcery.com>
13036
13037 * lib/prelink-support.exp (build_executable_own_libs): Error if
13038 the target isn't native.
13039
13040 2014-09-30 Yao Qi <yao@codesourcery.com>
13041
13042 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
13043 false.
13044
13045 2014-09-22 Pedro Alves <palves@redhat.com>
13046
13047 * gdb.threads/break-while-running.exp: New file.
13048 * gdb.threads/break-while-running.c: New file.
13049
13050 2014-09-19 Yao Qi <yao@codesourcery.com>
13051
13052 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
13053 Invoke test. Restart GDB with --readnow and invoke test again.
13054
13055 2014-09-19 Yao Qi <yao@codesourcery.com>
13056
13057 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
13058 proc set_breakpoint_on_gcd_function. Invoke
13059 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
13060 invoke set_breakpoint_on_gcd_function again.
13061
13062 2014-09-18 Doug Evans <dje@google.com>
13063
13064 * gdb.dwarf2/symtab-producer.exp: New file.
13065
13066 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13067
13068 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
13069 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
13070 * gdb.base/global-var-nested-by-dso.c: Likewise.
13071 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13072
13073 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13074 Pedro Alves <palves@redhat.com>
13075
13076 * gdb.base/watch-bitfields.exp: Pass string other than test file
13077 name to prepare_for_testing.
13078 (watch): New procedure.
13079 (expect_watchpoint): Use with_test_prefix.
13080 (top level): Factor out tests to ...
13081 (test_watch_location, test_regular_watch): ... these new
13082 procedures, and use with_test_prefix and gdb_continue_to_end.
13083
13084 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
13085
13086 PR breakpoints/12526
13087 * gdb.base/watch-bitfields.exp: New file.
13088 * gdb.base/watch-bitfields.c: New file.
13089
13090 2014-09-16 Pedro Alves <palves@redhat.com>
13091
13092 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
13093 software and hardware addresses, not software address against
13094 itself.
13095
13096 2014-09-16 Pedro Alves <palves@redhat.com>
13097
13098 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
13099 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
13100
13101 2014-09-16 Pedro Alves <palves@redhat.com>
13102
13103 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
13104 files.
13105 * gdb.base/a2-run.exp: Remove all code guarded by istarget
13106 "*-*-vxworks*" throughout.
13107 * gdb.base/break.exp: Likewise.
13108 * gdb.base/default.exp: Likewise.
13109 * gdb.base/scope.exp: Likewise.
13110 * gdb.base/sepdebug.exp: Likewise.
13111 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
13112 throughout.
13113 * gdb.base/run.c: Likewise.
13114 * gdb.base/sepdebug.c: Likewise.
13115 * gdb.hp/gdb.aCC/run.c: Likewise.
13116 * gdb.reverse/until-reverse.c: Likewise.
13117 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
13118
13119 2014-09-16 Yao Qi <yao@codesourcery.com>
13120
13121 * boards/local-remote-host-native.exp: New file.
13122
13123 2014-09-14 Doug Evans <xdje42@gmail.com>
13124
13125 * gdb.threads/queue-signal.c (thread_count): New variable.
13126 (thread_count_mutex, thread_count_condvar): New variables.
13127 (incr_thread_count, wait_all_threads_running): New functions.
13128 (main): Wait for all threads to be in their thread functions.
13129
13130 2014-09-13 Doug Evans <xdje42@gmail.com>
13131
13132 * gdb.threads/queue-signal.c: New file.
13133 * gdb.threads/queue-signal.exp: New file.
13134
13135 2014-09-13 Doug Evans <xdje42@gmail.com>
13136
13137 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
13138 be consistent with what default_gdb_init uses.
13139 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
13140 the plain text of the prompt. Add some logging printfs.
13141 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
13142
13143 2014-09-12 Pedro Alves <palves@redhat.com>
13144
13145 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
13146 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
13147 * gdb.arch/i386-size-overlap.exp: Likewise.
13148 * gdb.arch/i386-size.exp: Likewise.
13149 * gdb.arch/i386-unwind.exp: Likewise.
13150 * gdb.base/a2-run.exp: Likewise.
13151 * gdb.base/break.exp: Likewise.
13152 * gdb.base/charset.exp: Likewise.
13153 * gdb.base/chng-syms.exp: Likewise.
13154 * gdb.base/commands.exp: Likewise.
13155 * gdb.base/dbx.exp: Likewise.
13156 * gdb.base/find.exp: Likewise.
13157 * gdb.base/funcargs.exp: Likewise.
13158 * gdb.base/jit-simple.exp: Likewise.
13159 * gdb.base/reread.exp: Likewise.
13160 * gdb.base/sepdebug.exp: Likewise.
13161 * gdb.base/step-bt.exp: Likewise.
13162 * gdb.cp/mb-inline.exp: Likewise.
13163 * gdb.cp/mb-templates.exp: Likewise.
13164 * gdb.objc/basicclass.exp: Likewise.
13165 * gdb.threads/killed.exp: Likewise.
13166
13167 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13168
13169 PR tdep/17379
13170 * gdb.arch/powerpc-stackless.S: New file.
13171 * gdb.arch/powerpc-stackless.exp: New file.
13172
13173 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13174
13175 * gdb.base/attach.c: Include unistd.h.
13176 (main): Call alarm. Add label postloop.
13177 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
13178 gdb_breakpoint, gdb_continue_to_breakpoint.
13179 (test_command_line_attach_run): Kill ${testpid} in one exit path.
13180
13181 2014-09-11 Pedro Alves <palves@redhat.com>
13182
13183 PR gdb/17347
13184 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
13185 * gdb.base/attach.exp (test_command_line_attach_run): New
13186 procedure.
13187 (top level): Call it.
13188
13189 2014-09-11 Pedro Alves <palves@redhat.com>
13190
13191 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
13192 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
13193 (do_command_attach_tests): Use spawn_wait_for_attach.
13194 * gdb.base/solib-overlap.exp: Likewise.
13195 * gdb.multi/multi-attach.exp: Likewise.
13196 * gdb.python/py-prompt.exp: Likewise.
13197 * gdb.python/py-sync-interp.exp: Likewise.
13198 * gdb.server/ext-attach.exp: Likewise.
13199
13200 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
13201
13202 * gdb.fortran/array-element.exp: Remove unexpected "continue"
13203 command in testcase. Simplify testcase.
13204
13205 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13206
13207 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
13208
13209 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13210
13211 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
13212
13213 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13214
13215 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
13216
13217 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13218
13219 * gdb.dwarf2/dynarr-ptr.c: New file.
13220 * gdb.dwarf2/dynarr-ptr.exp: New file.
13221
13222 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13223
13224 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
13225 of 30 rather than hardcoding 120 for a slow test case. Take the
13226 `gdb,timeout' target setting into account for this calculation.
13227 Don't extend the timeout for the test cases that don't need it.
13228
13229 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13230
13231 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
13232 a factor of 2 for a slow test case. Take the `gdb,timeout'
13233 target setting into account for this calculation.
13234 * gdb.reverse/until-precsave.exp: Increase the timeout by
13235 a factor of 15 and 3 respectively rather than adding 120
13236 for a pair of slow test cases. Take the `gdb,timeout'
13237 target setting into account for this calculation.
13238
13239 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13240
13241 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
13242 timeout, don't pass one down to gdb_expect.
13243 (gdb_expect): Rework timeout selection.
13244
13245 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13246
13247 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
13248 exception on timeout.
13249 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
13250 (gdbserver_start_extended): Catch any `gdbserver_start' error
13251 exceptions.
13252 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
13253 * lib/mi-support.exp (mi_gdb_target_load): Catch any
13254 `gdbserver_gdb_load' error exceptions.
13255
13256 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13257
13258 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
13259 120 on waiting for the TCP socket to open.
13260
13261 2014-09-09 Doug Evans <xdje42@gmail.com>
13262
13263 * gdb.base/default.exp (show_conv_list): Add _caller_is,
13264 _caller_matches, _any_caller_is, _any_caller_matches.
13265
13266 2014-09-09 Doug Evans <xdje42@gmail.com>
13267
13268 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
13269
13270 2014-09-09 Yao Qi <yao@codesourcery.com>
13271
13272 * gdb.mi/mi-var-display.exp: Set print symbol off.
13273
13274 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
13275
13276 PR gdb/17035
13277 * gdb.base/commands.exp: Add tests to verify user-defined
13278 commands with empty bodies.
13279 * gdb.python/py-cmd.exp: Test that we don't show user-defined
13280 python commands in `show user command`.
13281 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
13282 scheme commands in `show user command`.
13283
13284 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13285
13286 PR python/17355
13287 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
13288 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
13289 * gdb.python/py-framefilter-invalidarg.exp: New file.
13290 * gdb.python/py-framefilter-invalidarg.py: New file.
13291
13292 2014-09-06 Doug Evans <xdje42@gmail.com>
13293
13294 PR 15276
13295 * gdb.python/py-caller-is.c: New file.
13296 * gdb.python/py-caller-is.exp: New file.
13297
13298 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
13299
13300 PR gdb/17235
13301 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
13302 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
13303
13304 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
13305
13306 PR fortran/17237
13307 * gdb.fortran/print-formatted.exp: New file.
13308 * gdb.fortran/print-formatted.f90: Likewise.
13309
13310 2014-09-03 Sasha Smundak <asmundak@google.com>
13311
13312 * gdb.python/py-frame.exp: Test Frame.read_register.
13313
13314 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
13315
13316 PR python/16699
13317 * gdb.python/py-completion.exp: New file.
13318 * gdb.python/py-completion.py: Likewise.
13319
13320 2014-08-28 Doug Evans <dje@google.com>
13321
13322 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
13323 eax,etc. are live with values set by gdb and thus the compiler can't
13324 use them.
13325 * gdb.arch/i386-pseudo.c (main): Ditto.
13326
13327 2014-08-27 Doug Evans <dje@google.com>
13328
13329 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
13330
13331 2014-08-25 Doug Evans <dje@google.com>
13332
13333 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
13334 (main): Ditto.
13335
13336 2014-08-25 Doug Evans <dje@google.com>
13337
13338 * gdb.threads/thread-execl.exp: #include <stdio.h>.
13339
13340 2014-08-24 Yao Qi <yao@codesourcery.com>
13341
13342 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
13343 symbol off.
13344 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
13345
13346 2014-08-22 Doug Evans <dje@google.com>
13347
13348 PR 17276
13349 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
13350 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
13351 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
13352
13353 2014-08-22 Yao Qi <yao@codesourcery.com>
13354
13355 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
13356 * gdb.python/py-finish-breakpoint2.exp: Likewise.
13357 * gdb.python/python.exp: Likewise. Use .py file on the host
13358 instead of the build.
13359
13360 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13361
13362 * gdb.threads/gcore-stale-thread.c: New file.
13363 * gdb.threads/gcore-stale-thread.exp: New file.
13364
13365 2014-08-21 Pedro Alves <palves@redhat.com>
13366
13367 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
13368 * gdb.base/gcore-relro-pie.exp: Likewise.
13369 * gdb.base/gcore-relro.exp: Likewise.
13370 * gdb.base/gcore.exp: Likewise.
13371 * gdb.base/print-symbol-loading.exp: Likewise.
13372 * gdb.threads/gcore-thread.exp: Likewise.
13373 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
13374
13375 2014-08-20 Pedro Alves <palves@redhat.com>
13376 Jan Kratochvil <jan.kratochvil@redhat.com>
13377
13378 * Makefile.in (EXTRA_RULES, CC): New variables, get from
13379 configure.
13380 (EXPECT): Handle READ1 being set.
13381 (all): Depend on EXTRA_RULES.
13382 (check-read1, expect-read1, read1.so, read1): New rules.
13383 * README (Testsuite Parameters): Document the READ1 make variable.
13384 (Race detection): New section.
13385 * configure: Regenerate.
13386 * configure.ac: If build==host==target, and running under a
13387 GNU/glibc system, add read1 to the extra Makefile rules.
13388 (EXTRA_RULES): AC_SUBST it.
13389 * lib/read1.c: New file.
13390
13391 2014-08-20 Joel Brobecker <brobecker@adacore.com>
13392
13393 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
13394 the handling of variables declared as a typedef to an array
13395 which a DW_AT_data_location attribute.
13396
13397 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
13398 Pedro Alves <palves@redhat.com>
13399
13400 PR symtab/14604
13401 PR symtab/14605
13402 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
13403 gdb_test.
13404
13405 2014-08-19 Pedro Alves <palves@redhat.com>
13406
13407 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
13408
13409 2014-08-19 Yao Qi <yao@codesourcery.com>
13410
13411 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
13412 right line.
13413
13414 2014-08-18 David Blaikie <dblaikie@gmail.com>
13415
13416 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
13417
13418 2014-08-18 Joel Brobecker <brobecker@adacore.com>
13419
13420 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
13421 attribute in array range.
13422
13423 2014-08-18 Joel Brobecker <brobecker@adacore.com>
13424
13425 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
13426
13427 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13428
13429 PR c++/17132
13430 * gdb.cp/pr17132.cc: New file.
13431 * gdb.cp/pr17132.exp: New file.
13432
13433 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13434
13435 * gdb.python/py-xmethods.py (A_getarrayind)
13436 (E_method_char_worker.__call__, E_method_int_worker.__call__):
13437 Use 'print' with function call syntax.
13438 (E_method_matcher.match): Fix tab vs space indentation mixup.
13439
13440 2014-08-15 Yao Qi <yao@codesourcery.com>
13441
13442 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
13443 false.
13444
13445 2014-08-15 Yao Qi <yao@codesourcery.com>
13446
13447 * gdb.cp/casts.exp: Set print symbol off.
13448 * gdb.cp/class2.exp: Likewise.
13449 * gdb.cp/overload.exp: Likewise.
13450 * gdb.cp/templates.exp: Likewise.
13451
13452 2014-08-11 Doug Evans <dje@google.com>
13453
13454 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
13455 (test_load_shlib): Update.
13456
13457 2014-08-09 Yao Qi <yao@codesourcery.com>
13458
13459 * gdb.base/display.exp: Invoke is_address_zero_readable.
13460 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
13461 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13462 * gdb.base/hbreak-unmapped.exp: Return if
13463 is_address_zero_readable returns true.
13464 * gdb.base/signest.exp: Likewise.
13465 * gdb.base/signull.exp: Likewise.
13466 * gdb.base/sigbpt.exp: Likewise.
13467 * gdb.guile/scm-disasm.exp: Do the test if
13468 is_address_zero_readable returns false.
13469 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
13470 * gdb.python/py-arch.exp: Likewise.
13471 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
13472 * lib/gdb.exp (is_address_zero_readable): New proc.
13473
13474 2014-08-09 Yao Qi <yao@codesourcery.com>
13475
13476 PR testsuite/13443
13477 * gdb.mi/mi-var-display.exp: Make test messages unique.
13478
13479 2014-08-04 Tom Tromey <tromey@redhat.com>
13480
13481 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
13482 target 0".
13483
13484 2014-08-04 Tom Tromey <tromey@redhat.com>
13485
13486 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
13487 "target_resume".
13488
13489 2014-08-01 Joel Brobecker <brobecker@adacore.com>
13490
13491 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
13492 inner_vla_struct_object_size.
13493 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
13494 as xfail.
13495
13496 2014-07-30 Pedro Alves <palves@redhat.com>
13497
13498 * gdb.threads/signal-command-handle-nopass.exp (test): Add
13499 comment.
13500
13501 2014-07-29 Yao Qi <yao@codesourcery.com>
13502
13503 PR gdb/17206
13504 * gdb.base/until-nodebug.exp: New.
13505
13506 2014-07-28 Doug Evans <xdje42@gmail.com>
13507
13508 PR guile/17203
13509 * gdb.guile/scm-parameter.exp: Add tests for trying to create
13510 previously existing parameter, and previously ambiguously spelled
13511 parameter.
13512
13513 2014-07-28 Will Newton <will.newton@linaro.org>
13514
13515 * gdb.base/varargs.exp: Remove KFAILs for ARM.
13516
13517 2014-07-26 Ludovic Courtès <ludo@gnu.org>
13518 Doug Evans <xdje42@gmail.com>
13519
13520 PR guile/17146
13521 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
13522
13523 2014-07-25 Pedro Alves <palves@redhat.com>
13524
13525 * gdb.threads/signal-command-handle-nopass.c: New file.
13526 * gdb.threads/signal-command-handle-nopass.exp: New file.
13527 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
13528 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
13529 * gdb.threads/signal-delivered-right-thread.c: New file.
13530 * gdb.threads/signal-delivered-right-thread.exp: New file.
13531
13532 2014-07-25 Pedro Alves <palves@redhat.com>
13533
13534 * gdb.base/double-prompt-target-event-error.exp
13535 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
13536 match.
13537 (cancel_pagination_in_target_event): Rework double prompt
13538 detection.
13539 * gdb.base/paginate-after-ctrl-c-running.exp
13540 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
13541 <return>' match.
13542 * gdb.base/paginate-bg-execution.exp
13543 (test_bg_execution_pagination_return)
13544 (test_bg_execution_pagination_cancel): Remove '-notransfer
13545 <return>' matches.
13546 * gdb.base/paginate-execution-startup.exp
13547 (test_fg_execution_pagination_return)
13548 (test_fg_execution_pagination_cancel): Remove '-notransfer
13549 <return>' matches.
13550 * gdb.base/paginate-inferior-exit.exp
13551 (test_paginate_inferior_exited): Remove '-notransfer <return>'
13552 match.
13553 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
13554 * lib/gdb.exp (pagination_prompt): Run text through
13555 string_to_regexp.
13556 (gdb_test_multiple): Match $pagination_prompt instead of
13557 "<return>".
13558 (string_to_regexp): Move to lib/gdb-utils.exp.
13559
13560 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13561
13562 * gdb.arch/amd64-entry-value-paramref.S: New file.
13563 * gdb.arch/amd64-entry-value-paramref.cc: New file.
13564 * gdb.arch/amd64-entry-value-paramref.exp: New file.
13565 * gdb.arch/amd64-optimout-repeat.S: New file.
13566 * gdb.arch/amd64-optimout-repeat.c: New file.
13567 * gdb.arch/amd64-optimout-repeat.exp: New file.
13568
13569 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13570
13571 PR gdb/17170
13572 * gdb.base/statistics.exp: New file.
13573
13574 2014-07-17 Doug Evans <dje@google.com>
13575
13576 PR gdb/17170
13577 * gdb.base/maint.exp: Update testing of per-command stats.
13578
13579 2014-07-16 Pedro Alves <palves@redhat.com>
13580
13581 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
13582 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
13583 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
13584 (tfile_write_buf): New functions.
13585 (add_memory_block): Rewrite using the above.
13586 (adjust_function_address): New function.
13587 (FUNCTION_ADDRESS): New macro.
13588 (write_basic_trace_file): Remove short_x local, and use
13589 tfile_write_16. Change type of func_addr local to unsigned long
13590 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
13591 here. Cast argument of add_memory_block to char pointer.
13592 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
13593 (main): Remove parameters.
13594 * gdb.trace/tfile.exp: Remove nowarnings.
13595
13596 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
13597
13598 * gdb.base/debug-expr.exp: Test string evaluation with
13599 "debug expression" on.
13600
13601 2014-07-15 Pedro Alves <palves@redhat.com>
13602
13603 * gdb.base/reread.exp: Use clean_restart.
13604
13605 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
13606
13607 * gdb.arch/avr-flash-qualifer.c: New.
13608 * gdb.arch/avr-flash-qualifer.exp: New.
13609
13610 2014-07-14 Pedro Alves <palves@redhat.com>
13611
13612 * gdb.base/paginate-after-ctrl-c-running.c: New file.
13613 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
13614
13615 2014-07-14 Pedro Alves <palves@redhat.com>
13616
13617 * gdb.base/double-prompt-target-event-error.c: New file.
13618 * gdb.base/double-prompt-target-event-error.exp: New file.
13619
13620 2014-07-14 Pedro Alves <palves@redhat.com>
13621
13622 PR gdb/17072
13623 * gdb.base/paginate-inferior-exit.c: New file.
13624 * gdb.base/paginate-inferior-exit.exp: New file.
13625
13626 2014-07-14 Pedro Alves <palves@redhat.com>
13627
13628 PR gdb/17072
13629 * gdb.base/paginate-bg-execution.c: New file.
13630 * gdb.base/paginate-bg-execution.exp: New file.
13631
13632 2014-07-14 Pedro Alves <palves@redhat.com>
13633
13634 PR gdb/17072
13635 * gdb.base/paginate-execution-startup.c: New file.
13636 * gdb.base/paginate-execution-startup.exp: New file.
13637 * lib/gdb.exp (pagination_prompt): New global.
13638 (default_gdb_spawn): New procedure, factored out from
13639 default_gdb_spawn.
13640 (default_gdb_start): Adjust to call default_gdb_spawn.
13641 (gdb_spawn): New procedure.
13642
13643 2014-07-14 Pedro Alves <palves@redhat.com>
13644
13645 * lib/gdb.exp (gdb_assert): New procedure.
13646 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
13647
13648 2014-07-14 Pedro Alves <palves@redhat.com>
13649
13650 * gdb.base/execution-termios.c: New file.
13651 * gdb.base/execution-termios.exp: New file.
13652
13653 2014-07-14 Tom Tromey <tromey@redhat.com>
13654
13655 * gdb.cp/vla-cxx.cc: New file.
13656 * gdb.cp/vla-cxx.exp: New file.
13657
13658 2014-07-14 Tom Tromey <tromey@redhat.com>
13659
13660 * gdb.reverse/rerun-prec.c: New file.
13661 * gdb.reverse/rerun-prec.exp: New file.
13662
13663 2014-07-12 Maciej W. Rozycki <macro@mips.com>
13664 Maciej W. Rozycki <macro@codesourcery.com>
13665
13666 * lib/gdb-utils.exp: New file.
13667 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
13668 inline `gdb_init_command' processing.
13669 (gdb_start_cmd): Likewise.
13670 * lib/mi-support.exp (mi_run_cmd): Likewise.
13671 * README: Document `gdb_init_command' and `gdb_init_commands'.
13672
13673 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13674
13675 Fix false FAIL running under a very long directory name.
13676 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
13677 and "set print elements 10000". Twice.
13678
13679 2014-07-11 Yao Qi <yao@codesourcery.com>
13680
13681 * gdb.base/exprs.exp: "set print symbol off".
13682
13683 2014-07-11 Pedro Alves <palves@redhat.com>
13684
13685 * gdb.threads/kill.c: New file.
13686 * gdb.threads/kill.exp: New file.
13687
13688 2014-07-10 Yao Qi <yao@codesourcery.com>
13689
13690 * gdb.trace/tfile.c (write_basic_trace_file)
13691 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
13692 address written to trace file.
13693
13694 2014-07-09 Pedro Alves <palves@redhat.com>
13695
13696 * gdb.base/attach-wait-input.exp: New file.
13697 * gdb.base/attach-wait-input.c: New file.
13698
13699 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
13700
13701 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
13702 setting up test structures.
13703 (main): Call new test function.
13704 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
13705 test function, continue into test function and walk test
13706 structures.
13707
13708 2014-07-02 Yao Qi <yao@codesourcery.com>
13709
13710 * gdb.trace/entry-values.c: Define labels 'foo_start' and
13711 'bar_start' at the beginning of functions 'foo' and 'bar'
13712 respectively.
13713 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
13714 instead of 'foo' and 'bar'.
13715
13716 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
13717
13718 * gdb.btrace/segv.exp: New.
13719 * gdb.btrace/segv.c: New.
13720
13721 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
13722
13723 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
13724 instruction.
13725
13726 2014-06-30 Mark Wielaard <mjw@redhat.com>
13727
13728 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
13729 vulture, vilify, villar): New volatile array constants.
13730 (vindictive, vegetation): New const volatile array constants.
13731 * gdb.base/volatile.exp: Test volatile and const volatile array
13732 types.
13733
13734 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
13735
13736 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
13737 target lacks support for awatch, rwatch, or hbreak.
13738
13739 2014-06-27 Yao Qi <yao@codesourcery.com>
13740
13741 * gdb.multi/dummy-frame-restore.exp: New.
13742 * gdb.multi/dummy-frame-restore.c: New.
13743
13744 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
13745
13746 * gdb.btrace/gcore.exp: New.
13747
13748 2014-06-23 Pedro Alves <palves@redhat.com>
13749
13750 * gdb.base/watchpoint-reuse-slot.c: New file.
13751 * gdb.base/watchpoint-reuse-slot.exp: New file.
13752
13753 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
13754
13755 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
13756 progspace's filename in 'info', 'enable' and 'disable' command
13757 tests.
13758
13759 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13760
13761 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
13762 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13763 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
13764
13765 2014-06-20 Gary Benson <gbenson@redhat.com>
13766
13767 * gdb.arch/i386-avx.exp: Fix include file location.
13768 * gdb.arch/i386-sse.exp: Likewise.
13769
13770 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
13771
13772 * gdb.dlang/expression.exp: New file.
13773
13774 2014-06-19 Pedro Alves <palves@redhat.com>
13775
13776 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
13777 out from ...
13778 (top level): ... here. Iterate running tests under different
13779 scheduler-locking settings.
13780
13781 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
13782
13783 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
13784 to DW_FORM_addr and use non-zero addresses.
13785
13786 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
13787
13788 PR gdb/17017
13789 * gdb.python/py-xmethods.cc: Add global function call counters and
13790 increment them in their respective functions. Remove "cout"
13791 statements.
13792 * gdb.python/py-xmethods.exp: Make tests check the global function
13793 call counters instead of depending on inferior IO.
13794
13795 2014-06-18 Don Breazeal <donb@codesourcery.com>
13796
13797 * gdb.base/foll-fork.exp (default_fork_parent_follow):
13798 Deleted procedure.
13799 (explicit_fork_parent_follow): Deleted procedure.
13800 (explicit_fork_child_follow): Deleted procedure.
13801 (test_follow_fork): New procedure.
13802 (do_fork_tests): Replace calls to deleted procedures with
13803 calls to test_follow_fork and reset GDB for subsequent
13804 procedure calls.
13805
13806 2014-06-17 Yao Qi <yao@codesourcery.com>
13807
13808 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
13809 CP1252.
13810
13811 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
13812
13813 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
13814 Initialize ptr and S explicitly.
13815 (skip_type_update_when_not_use_rtti_test): Likewise.
13816
13817 2014-06-16 Keith Seitz <keiths@redhat.com>
13818
13819 PR mi/15863
13820 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
13821 the inferior is started.
13822
13823 2014-06-16 Pedro Alves <palves@redhat.com>
13824
13825 * gdb.base/break-main-file-remove-fail.c: New file.
13826 * gdb.base/break-main-file-remove-fail.exp: New file.
13827 * gdb.base/break-unload-file.exp: Use build_executable instead of
13828 prepare_for_testing.
13829 (test_break): New parameter "initial_load". Handle it.
13830 (top level): Add initial_load cmdline/file axis.
13831
13832 2014-06-12 Tom Tromey <tromey@redhat.com>
13833
13834 * gdb.base/completion.exp: Don't use directory name in test.
13835
13836 2014-06-09 Gary Benson <gbenson@redhat.com>
13837
13838 * gdb.base/sigall.c [Functions to send signals]: Reorder to
13839 separate the always-available ANSI-standard signals from the
13840 signals that require checking.
13841 (main): Likewise.
13842 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
13843 Likewise.
13844 (main): Likewise.
13845
13846 2014-06-07 Keith Seitz <keiths@redhat.com>
13847
13848 Revert:
13849 PR c++/16253
13850 * gdb.cp/var-tag.cc: New file.
13851 * gdb.cp/var-tag.exp: New file.
13852 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13853 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13854 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13855 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13856
13857 2014-06-06 Doug Evans <xdje42@gmail.com>
13858
13859 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
13860
13861 2014-06-06 Pedro Alves <palves@redhat.com>
13862
13863 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
13864 in target debug output instead of looking at RSP packets,
13865 disabling the test on any target that uses hardware stepping.
13866 Update comments.
13867
13868 2014-06-06 Pedro Alves <palves@redhat.com>
13869
13870 * gdb.base/break-unload-file.exp: Fix typo.
13871
13872 2014-06-06 Yao Qi <yao@codesourcery.com>
13873
13874 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
13875 from "jit_function" to "^jit_function".
13876
13877 2014-06-06 Yao Qi <yao@codesourcery.com>
13878
13879 * gdb.base/async.c (foo): Add one statement.
13880 * gdb.base/async.exp: Get the next instruction address and
13881 match the output of "nexti" by instruction address. Match
13882 the hex address in the output of "finish".
13883
13884 2014-06-06 Gary Benson <gbenson@redhat.com>
13885
13886 * gdb.base/call-signals.c: Remove preprocessor conditionals
13887 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
13888 SIGSEGV and SIGTERM.
13889 * gdb.base/sigall.c: Likewise.
13890 * gdb.base/unwindonsignal.c: Likewise.
13891 * gdb.reverse/sigall-reverse.c: Likewise.
13892
13893 2014-06-06 Yao Qi <yao@codesourcery.com>
13894
13895 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
13896 readable, skip the test.
13897
13898 2014-06-06 Yao Qi <yao@codesourcery.com>
13899
13900 * gdb.threads/staticthreads.c (thread_function): Move the line
13901 setting breakpoint on forward.
13902 * gdb.threads/staticthreads.exp: Update comments.
13903
13904 2014-06-05 Ludovic Courtès <ludo@gnu.org>
13905
13906 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
13907 "history-append! type error".
13908
13909 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
13910
13911 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
13912 erroneous dprintf expected input.
13913
13914 2014-06-04 Doug Evans <xdje42@gmail.com>
13915
13916 * gdb.guile/scm-generics.exp: Delete.
13917
13918 2014-06-04 Doug Evans <xdje42@gmail.com>
13919
13920 * gdb.guile/scm-breakpoint.exp: Update.
13921 Add tests for breakpoint registration.
13922
13923 2014-06-04 Tom Tromey <tromey@redhat.com>
13924
13925 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
13926 VLA-in-union.
13927 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
13928 inner_vla_struct, vla_union types. Initialize objects of those
13929 types and compute their sizes.
13930
13931 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
13932 Hui Zhu <hui@codesourcery.com>
13933
13934 * gdb.base/fileio.exp: Add test for shell not available as well as
13935 available.
13936 * gdb.base/fileio.c (test_system): Check for shell twice.
13937
13938 2014-06-04 Yao Qi <yao@codesourcery.com>
13939
13940 * gdb.base/auto-connect-native-target.exp: Remove redundant
13941 space from the regexp pattern.
13942
13943 2014-06-04 Yao Qi <yao@codesourcery.com>
13944
13945 * gdb.base/default.exp: Replace "child" with "native" in
13946 regexp pattern.
13947
13948 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
13949
13950 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
13951 * gdb.python/py-xmethods.exp: New tests to test xmethods.
13952 * gdb.python/py-xmethods.py: Python script supporting the
13953 new testcase and tests.
13954
13955 2014-06-03 Joel Brobecker <brobecker@adacore.com>
13956 Pedro Alves <palves@redhat.com>
13957
13958 PR breakpoints/17000
13959 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
13960 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
13961
13962 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
13963
13964 * gdb.base/subst.exp: Add tests to verify partial path matching
13965 output.
13966
13967 2014-06-03 Pedro Alves <palves@redhat.com>
13968
13969 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
13970 target that doesn't use software single-stepping.
13971
13972 2014-06-03 Pedro Alves <palves@redhat.com>
13973
13974 PR breakpoints/17000
13975 * gdb.base/sss-bp-on-user-bp-2.c: New file.
13976 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
13977
13978 2014-06-02 Doug Evans <xdje42@gmail.com>
13979
13980 * gdb.guile/scm-parameter.exp: New file.
13981
13982 2014-06-02 Doug Evans <xdje42@gmail.com>
13983
13984 * gdb.guile/scm-cmd.c: New file.
13985 * gdb.guile/scm-cmd.exp: New file.
13986
13987 2014-06-02 Doug Evans <xdje42@gmail.com>
13988
13989 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
13990 pretty-printer lookup.
13991 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
13992 (make-pp_s-printer): Call it.
13993 (make-pretty-printer-from-dict): New function.
13994 (lookup-pretty-printer-maker-from-dict): New function.
13995 (*pretty-printer*): Simplify.
13996 (make-objfile-pp_s-printer): New function.
13997 (install-objfile-pretty-printers!): New function.
13998 (make-progspace-pp_s-printer): New function.
13999 (install-progspace-pretty-printers!): New function.
14000 * gdb.guile/scm-progspace.c: New file.
14001 * gdb.guile/scm-progspace.exp: New file.
14002
14003 2014-06-02 Pedro Alves <palves@redhat.com>
14004
14005 * gdb.base/dprintf-bp-same-addr.c: New file.
14006 * gdb.base/dprintf-bp-same-addr.exp: New file.
14007
14008 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14009
14010 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
14011 * gdb.arch/powerpc-power.s: Likewise.
14012
14013 2014-06-02 Joel Brobecker <brobecker@adacore.com>
14014
14015 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
14016
14017 2014-06-01 Yao Qi <yao@codesourcery.com>
14018
14019 * gdb.base/watchpoint.exp (test_watch_location): Check null
14020 pointer can be dereferenced. If not, do the test, otherwise
14021 skip it.
14022
14023 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
14024
14025 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
14026 results.
14027 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
14028
14029 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
14030
14031 * gdb.arch/amd64-invalid-stack-middle.S: New file.
14032 * gdb.arch/amd64-invalid-stack-middle.c: New file.
14033 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
14034 * gdb.arch/amd64-invalid-stack-top.c: New file.
14035 * gdb.arch/amd64-invalid-stack-top.exp: New file.
14036
14037 2014-05-30 Pedro Alves <palves@redhat.com>
14038
14039 PR breakpoints/17000
14040 * gdb.base/sss-bp-on-user-bp.c: New file.
14041 * gdb.base/sss-bp-on-user-bp.exp: New file.
14042
14043 2014-05-30 David Blaikie <dblaikie@gmail.com>
14044
14045 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
14046 gnu_inline semantics via attribute.
14047 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
14048 source explicitly specifies the required semantics.
14049
14050 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
14051
14052 * gdb.reverse/sigall-reverse.exp: Fix a typo.
14053
14054 2014-05-29 Pedro Alves <palves@redhat.com>
14055 Tom Tromey <tromey@redhat.com>
14056
14057 * gdb.base/async-shell.exp: Don't enable target-async.
14058 * gdb.base/async.exp
14059 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
14060 parameter. Adjust.
14061 (top level): Don't test with "target-async".
14062 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
14063 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
14064 * gdb.base/inferior-died.exp: Don't enable target-async.
14065 * gdb.base/interrupt-noterm.exp: Likewise.
14066 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
14067 * gdb.mi/mi-nonstop-exit.exp: Likewise.
14068 * gdb.mi/mi-nonstop.exp: Likewise.
14069 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
14070 * gdb.mi/mi-nsintrall.exp: Likewise.
14071 * gdb.mi/mi-nsmoribund.exp: Likewise.
14072 * gdb.mi/mi-nsthrexec.exp: Likewise.
14073 * gdb.mi/mi-watch-nonstop.exp: Likewise.
14074 * gdb.multi/watchpoint-multi.exp: Adjust comment.
14075 * gdb.python/py-evsignal.exp: Don't enable target-async.
14076 * gdb.python/py-evthreads.exp: Likewise.
14077 * gdb.python/py-prompt.exp: Likewise.
14078 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
14079 * gdb.server/solib-list.exp: Don't enable target-async.
14080 * gdb.threads/thread-specific-bp.exp: Likewise.
14081 * lib/mi-support.exp: Adjust to use mi-async.
14082
14083 2014-05-29 Pedro Alves <palves@redhat.com>
14084
14085 PR gdb/13860
14086 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
14087 reason, even in sync mode.
14088
14089 2014-05-29 Pedro Alves <palves@redhat.com>
14090 Hui Zhu <hui@codesourcery.com>
14091
14092 PR PR15693
14093 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
14094 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
14095 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
14096 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
14097
14098 2014-05-28 Joel Brobecker <brobecker@adacore.com>
14099
14100 * config/monitor.exp (gdb_target_monitor): Replace use of
14101 "set remotebaud" by "set serial baud".
14102
14103 2014-05-26 Andy Wingo <wingo@igalia.com>
14104
14105 * gdb.guile/scm-breakpoint.exp:
14106 * gdb.guile/scm-gsmob.exp: Update to use plain old object
14107 properties instead of gdb-object-properties.
14108
14109 2014-05-26 Yao Qi <yao@codesourcery.com>
14110
14111 * gdb.server/no-thread-db.exp: Specify source file name
14112 explicitly when setting a breakpoint.
14113
14114 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14115
14116 * gdb.btrace/vdso.c: New.
14117 * gdb.btrace/vdso.exp: New.
14118
14119 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14120
14121 * gdb.base/gcore.exp (capture_command_output): Move ...
14122 * lib/gdb.exp (capture_command_output): ... here.
14123
14124 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14125
14126 * gdb.btrace/data.exp: Test memory access during btrace replay.
14127
14128 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
14129
14130 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
14131
14132 2014-05-21 Pedro Alves <palves@redhat.com>
14133
14134 PR gdb/13860
14135 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
14136 (top level): Test that output related to execution commands is
14137 sent to the console with CLI commands, but not with MI commands.
14138 Test that breakpoint events are always mirrored to the console.
14139 Also expect the new source line to be output after a "next" in
14140 async mode too. Make it a pass/fail test.
14141 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
14142 output.
14143 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
14144
14145 2014-05-21 Pedro Alves <palves@redhat.com>
14146
14147 * gdb.base/list.exp (build_pattern, test_list): New procedures.
14148 Use them to test variations of "list" after reaching a breakpoint.
14149 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
14150 Test "list" with listsize 10 after reaching a breakpoint.
14151 * gdb.python/python.exp (decode_line current location line
14152 number): Adjust expected line number.
14153
14154 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
14155
14156 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
14157 behavior for $args, pass it directly to "run".
14158
14159 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
14160
14161 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
14162 30000 to 65536.
14163
14164 2014-05-21 Pedro Alves <palves@redhat.com>
14165
14166 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
14167 auto-connect-native-target off".
14168 * gdb.base/auto-connect-native-target.c: New file.
14169 * gdb.base/auto-connect-native-target.exp: New file.
14170
14171 2014-05-21 Pedro Alves <palves@redhat.com>
14172
14173 * gdb.base/default.exp: Test "target native" instead of "target
14174 child".
14175
14176 2014-05-21 Mark Wielaard <mjw@redhat.com>
14177
14178 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14179
14180 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14181
14182 Fix TLS access for -static -pthread.
14183 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
14184 <HAVE_TLS> (thread_function, main): Initialize it.
14185 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
14186 Add clean_restart.
14187 <$have_tls != "">: Check TLSVAR.
14188
14189 2014-05-21 Pedro Alves <palves@redhat.com>
14190
14191 * gdb.base/dcache-line-read-error.c: New.
14192 * gdb.base/dcache-line-read-error.exp: New.
14193
14194 2014-05-20 Pedro Alves <palves@redhat.com>
14195
14196 * gdb.base/compare-sections.c: New file.
14197 * gdb.base/compare-sections.exp: New file.
14198
14199 2014-05-20 Pedro Alves <palves@redhat.com>
14200
14201 * gdb.base/break-idempotent.c: New file.
14202 * gdb.base/break-idempotent.exp: New file.
14203
14204 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
14205
14206 * gdb.btrace/nohist.exp: New.
14207
14208 2014-05-20 Yao Qi <yao@codesourcery.com>
14209
14210 * lib/gdb.exp (gdb_init): Set timeout if test file is under
14211 gdb.reverse directory and gdb_reverse_timeout exists in board
14212 setting.
14213 * README: Document gdb_reverse_timeout.
14214
14215 2014-05-20 Yao Qi <yao@codesourcery.com>
14216
14217 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
14218 'test_file_name'. Treat args as a string instead of a list.
14219 (gdb_init): Rename argument 'args' by 'test_file_name'.
14220
14221 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14222
14223 * gdb.arch/powerpc-power.exp: New file.
14224 * gdb.arch/powerpc-power.s: New file.
14225
14226 2014-05-16 Doug Evans <dje@google.com>
14227
14228 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
14229 * gdb.base/completion.exp: Check that all expected files exist
14230 before doing file completion.
14231
14232 2014-05-16 Doug Evans <dje@google.com>
14233
14234 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
14235 Update.
14236 (do_syscall_tests_without_xml): Update.
14237
14238 2014-05-16 Pedro Alves <palves@redhat.com>
14239
14240 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
14241 instead of "unknown output after running".
14242
14243 2014-05-16 Yao Qi <yao@codesourcery.com>
14244
14245 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
14246 file1.txt from host at the end.
14247 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14248
14249 2014-05-15 Doug Evans <dje@google.com>
14250
14251 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
14252 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
14253 loading file. Add test for TU lookup.
14254
14255 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14256
14257 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
14258 calling "-exec-arguments" or "set args" before running the
14259 inferior.
14260
14261 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14262
14263 * lib/mi-support.exp (mi_expect_stop): Expect message for
14264 inferiors that exit with non-zero exit code.
14265
14266 2014-05-14 Yao Qi <yao@codesourcery.com>
14267
14268 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
14269 match absolute path on remote host.
14270 (test_file_list_exec_source_files): Remove "/" from the
14271 pattern.
14272
14273 2014-05-14 Yao Qi <yao@codesourcery.com>
14274
14275 * boards/local-remote-host-notty.exp (${board}_file): New
14276 proc.
14277
14278 2014-05-07 Kyle McMartin <kyle@redhat.com>
14279
14280 Pushed by Joel Brobecker <brobecker@adacore.com>.
14281 * gdb.arch/aarch64-atomic-inst.c: New file.
14282 * gdb.arch/aarch64-atomic-inst.exp: New file.
14283
14284 2014-05-07 Yao Qi <yao@codesourcery.com>
14285
14286 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
14287 in current context" too.
14288
14289 2014-05-05 Keith Seitz <keiths@redhat.com>
14290
14291 * gdb.linespec/ls-dollar.exp: Add test for linespec
14292 file:convenience_variable.
14293
14294 2014-05-05 Yao Qi <yao@codesourcery.com>
14295
14296 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
14297 traceframes into tfile and ctf trace files. Read data from
14298 trace file and test collected data.
14299 (gdb_collect_locals_test): Likewise.
14300 (gdb_unavailable_registers_test): Likewise.
14301 (gdb_unavailable_floats): Likewise.
14302 (gdb_collect_globals_test): Likewise.
14303 (top-level): Append "ctf" to trace_file_targets if GDB
14304 supports.
14305
14306 2014-05-05 Yao Qi <yao@codesourcery.com>
14307
14308 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
14309 code to ...
14310 (gdb_collect_args_test_1): ... it. New proc.
14311 (gdb_collect_locals_test): Move some code to ...
14312 (gdb_collect_locals_test_1): ... it. New proc.
14313 (gdb_unavailable_registers_test): Move some code to ...
14314 (gdb_unavailable_registers_test_1): ... it. New proc.
14315 (gdb_unavailable_floats): Move some code to ...
14316 (gdb_unavailable_floats_1): ... it. New proc.
14317
14318 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14319
14320 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
14321 probes to test for bitness recognition.
14322 * gdb.arch/amd64-stap-optional-prefix.exp
14323 (test_probe_value_without_reg): New procedure.
14324 Add code to test for different kinds of bitness.
14325
14326 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14327
14328 PR breakpoints/16889
14329 * gdb.arch/amd64-stap-optional-prefix.S: New file.
14330 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14331
14332 2014-05-01 Pedro Alves <palves@redhat.com>
14333
14334 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
14335 gdb_file_cmd if no file is specified.
14336 * boards/native-extended-gdbserver.exp (gdb_load): Use the
14337 last_loaded_file to set the remote exec-file.
14338
14339 2014-05-01 Pedro Alves <palves@redhat.com>
14340
14341 * boards/local-remote-host.exp: New file.
14342
14343 2014-05-01 Pedro Alves <palves@redhat.com>
14344
14345 * boards/local-remote-host.exp: Rename to ...
14346 * boards/local-remote-host-notty.exp: ... this.
14347
14348 2014-04-28 Joel Brobecker <brobecker@adacore.com>
14349
14350 * gdb.ada/dyn_arrayidx: New testcase.
14351
14352 2014-04-26 Yao Qi <yao@codesourcery.com>
14353
14354 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
14355 and compute the length of function main. Save it in
14356 $main_length.
14357 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
14358 (top-level): Use gdb_compile to compile objects into
14359 executable and restart GDB. Remove invocation to
14360 prepare_for_testing.
14361
14362 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
14363 Pedro Alves <palves@redhat.com>
14364
14365 PR server/16255
14366 * gdb.multi/multi-attach.c: New file.
14367 * gdb.multi/multi-attach.exp: New file.
14368
14369 2014-04-25 Pedro Alves <palves@redhat.com>
14370
14371 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
14372 user.
14373 (top level): Test that "set remote conditional-breakpoints-packet
14374 off" works as intended.
14375 * gdb.base/dprintf.exp: Test that "set remote
14376 breakpoint-commands-packet off" works as intended.
14377 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
14378 New function.
14379 (top level): Call it.
14380 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
14381 remote fast-tracepoints-packet off" works as intended.
14382 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
14383 * lib/gdb.exp (gdb_is_target_remote): ... here.
14384
14385 2014-04-24 David Blaikie <dblaikie@gmail.com>
14386
14387 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
14388 ensure clang would not discard them.
14389 * gdb.base/gdbvars.c: Ditto.
14390 * gdb.base/memattr.c: Ditto.
14391 * gdb.base/whatis.c: Ditto.
14392 * gdb.python/py-prettyprint.c: Ditto.
14393 * gdb.trace/actions.c: Ditto.
14394 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
14395 ensure clang would not discard it.
14396
14397 2014-04-24 David Blaikie <dblaikie@gmail.com>
14398
14399 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
14400 clang to emit the full definition of type required by the test
14401 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
14402
14403 2014-04-24 David Blaikie <dblaikie@gmail.com>
14404
14405 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
14406 coax Clang into emitting the definition of the type.
14407 * gdb.cp/pr10728-x.h (y): Ditto.
14408 * gdb.cp/pr10728-y.cc (y): Ditto.
14409
14410 2014-04-24 David Blaikie <dblaikie@gmail.com>
14411
14412 * gdb.base/label.exp: XFAIL label related tests under Clang.
14413 * gdb.cp/cplabel.exp: Ditto.
14414 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
14415 under Clang those using labels.
14416
14417 2014-04-25 Yao Qi <yao@codesourcery.com>
14418
14419 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
14420 double_label.
14421 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
14422 partial_label and double_label.
14423
14424 2014-04-24 David Blaikie <dblaikie@gmail.com>
14425
14426 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
14427
14428 2014-04-24 David Blaikie <dblaikie@gmail.com>
14429
14430 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
14431 of the function to work across GCC and Clang.
14432 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
14433 pointer types (const void ** const V void **).
14434
14435 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
14436 Walfred Tedeschi <walfred.tedeschi@intel.com>
14437
14438 * Makefile.in (EXECUTABLES): Added i386-avx512.
14439 * gdb.arch/i386-avx512.c: New file.
14440 * gdb.arch/i386-avx512.exp: Likewise.
14441
14442 2014-04-23 Keith Seitz <keiths@redhat.com>
14443
14444 * lib/mi-support.exp (mi_list_breakpoints): Delete.
14445 (mi_make_breakpoint_table): New procedure.
14446 (mi_create_breakpoint): Use mi_make_breakpoint
14447 and return the result.
14448 (mi_make_breakpoint): New procedure.
14449 (mi_build_kv_pairs): New procedure.
14450
14451 * gdb.mi/mi-break.exp: Remove unused globals,
14452 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
14453 All callers updated.
14454 * gdb.mi/mi-dprintf.exp: Use variable to track command
14455 number.
14456 Update all callers of mi_create_breakpoint and use
14457 mi_make_breakpoint_table.
14458 Remove any unused global variables.
14459 * gdb.mi/mi-nonstop.exp: Likewise.
14460 * gdb.mi/mi-nsintrall.exp: Likewise.
14461 * gdb.mi/mi-nsmoribund.exp: Likewise.
14462 * gdb.mi/mi-nsthrexec.exp: Likewise.
14463 * gdb.mi/mi-reverse.exp: Likewise.
14464 * gdb.mi/mi-simplerun.exp: Likewise.
14465 * gdb.mi/mi-stepn.exp: Likewise.
14466 * gdb.mi/mi-syn-frame.exp: Likewise.
14467 * gdb.mi/mi-until.exp: Likewise.
14468 * gdb.mi/mi-var-cp.exp: Likewise.
14469 * gdb.mi/mi-var-display.exp: Likewise.
14470 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
14471 * gdb.mi/mi2-var-child.exp: Likewise.
14472 * gdb.mi/mi-vla-c99.exp: Likewise.
14473 * lib/mi-support.exp: Likewise.
14474
14475 From Ian Lance Taylor <iant@cygnus.com>:
14476 * lib/gdb.exp (parse_args): New procedure.
14477
14478 2014-04-23 Pedro Alves <palves@redhat.com>
14479
14480 * gdb.base/break-unload-file.c: New file.
14481 * gdb.base/break-unload-file.exp: New file.
14482 * gdb.base/sym-file-lib.c (baz): New function.
14483 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
14484 field.
14485 (load): Store the segment's mapped size.
14486 (unload): New function.
14487 (unload_shlib): New function.
14488 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
14489 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
14490 set a breakpoint at baz, and call it.
14491 * gdb.base/sym-file.exp: New tests for stale breakpoint
14492 instructions.
14493
14494 2014-04-23 Pedro Alves <palves@redhat.com>
14495
14496 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
14497 * gdb.base/hbreak-in-shr-unsupported.c: New file.
14498 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
14499 * gdb.base/hbreak-unmapped.c: New file.
14500 * gdb.base/hbreak-unmapped.exp: New file.
14501 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
14502 * lib/gdb.exp (gdb_is_target_remote): ... here.
14503
14504 2014-04-22 Pedro Alves <palves@redhat.com>
14505
14506 * gdb.base/consecutive-step-over.c: New file.
14507 * gdb.base/consecutive-step-over.exp: New file.
14508
14509 2014-04-22 Pedro Alves <palves@redhat.com>
14510
14511 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
14512 instead of send_gdb/gdb_expect.
14513
14514 2014-04-22 Yao Qi <yao@codesourcery.com>
14515
14516 * lib/trace-support.exp (generate_tracefile): New procedure.
14517 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
14518 return 0.
14519 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
14520 if generate_tracefile returns 1.
14521
14522 2014-04-18 Tom Tromey <palves@redhat.com>
14523 Pedro alves <tromey@redhat.com>
14524
14525 PR backtrace/15558
14526 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
14527 with a backtrace limit.
14528 * gdb.python/py-frame-inline.exp: Test running to an inline
14529 function with a backtrace limit, and printing the newest frame.
14530 * gdb.python/py-frame-inline.c (main): Call f.
14531
14532 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14533
14534 * gdb.java/jnpe.exp: Drop srcdir from untested path.
14535
14536 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14537
14538 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
14539 Drop prefix from unsupported source file path.
14540
14541 2014-04-17 Yao Qi <yao@codesourcery.com>
14542
14543 * lib/gdb.exp (with_target_charset): New proc.
14544 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
14545 with_target_charset.
14546 (test_print_strings): Likewise.
14547 (test_repeat_bytes): Likewise.
14548 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
14549 for some tests.
14550
14551 2014-04-16 Keith Seitz <keiths@redhat.com>
14552
14553 PR gdb/15827
14554 * gdb.dwarf2/corrupt.c: New file.
14555 * gdb.dwarf2/corrupt.exp: New file.
14556
14557 2014-04-16 Keith Seitz <keiths@redhat.com>
14558
14559 PR c++/16597
14560 * gdb.cp/namelessclass.cc: New file.
14561 * gdb.cp/namelessclass.exp: New file.
14562 * gdb.cp/namelessclass.S: New file.
14563
14564 2014-04-16 Doug Evans <dje@google.com>
14565
14566 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
14567 Add comment.
14568 (gdbserver_default_get_comm_port): New function.
14569 (gdbserver_start): Check if board file provided
14570 "gdbserver,get_comm_port" and use it if so.
14571 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
14572 (gdb,socketport): Set to "stdio".
14573 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
14574 (stdio_gdbserver_template): Delete.
14575 (${board}_get_remote_address): Update.
14576 (${board}_build_remote_cmd): Delete.
14577 (${board}_get_comm_port): New function.
14578 (${board}_spawn): Update.
14579 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
14580 Delete.
14581 (${board}_get_remote_address): Update.
14582 (${board}_get_comm_port): New function.
14583
14584 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
14585
14586 * gdb.base/memattr.exp: Improve regexps to handle memory regions
14587 appearing in any order.
14588
14589 2014-04-15 Doug Evans <dje@google.com>
14590
14591 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
14592 uninitialized value of "description".
14593
14594 2014-04-15 Keith Seitz <keiths@redhat.com>
14595
14596 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
14597 Remove unused globals.
14598 (test_running_the_program): Likewise.
14599 (test_controlled_execution): Likewise.
14600 (test_controlling_breakpoints): Likewise.
14601 (test_program_termination): Likewise.
14602
14603 2014-04-15 Keith Seitz <keiths@redhat.com>
14604
14605 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
14606 unused globals.
14607 (test_rbreak_creation_and_listing): Likewise.
14608 (test_ignore_count): Likewise.
14609 (test_error): Likewise.
14610
14611 2014-04-15 Pedro Alves <palves@redhat.com>
14612
14613 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
14614 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
14615 sym-file-loader.c.
14616 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14617 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14618 to sym-file-loader.c.
14619 (struct library): Forward declare.
14620 (load_shlib, lookup_function): Change prototypes.
14621 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14622 (translate_offset): Remove declarations.
14623 (get_text_addr): New declaration.
14624 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
14625 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
14626 sym-file-loader.h.
14627 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14628 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14629 here from sym-file-loader.h.
14630 (struct library): New structure.
14631 (load_shlib, lookup_function): Change prototypes and adjust to
14632 work with a struct library.
14633 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14634 (translate_offset): Make static.
14635 (get_text_addr): New function.
14636 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
14637
14638 2014-04-15 Pedro Alves <palves@redhat.com>
14639
14640 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
14641
14642 2014-04-15 Pedro Alves <palves@redhat.com>
14643
14644 * gdb.base/sym-file-loader.c: Include <limits.h>.
14645 (SELF_LINK): New define.
14646 (get_origin): New function.
14647 (load_shlib): Use it.
14648 * gdb.base/sym-file.exp: Don't early return if the target is
14649 remote. Use runto_main, and issue fail is that fails. Use
14650 gdb_load_shlibs.
14651 (shlib_name): Delete.
14652 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
14653
14654 2014-04-15 Pedro Alves <palves@redhat.com>
14655
14656 * gdb.base/sym-file.exp: Remove regex characters from test
14657 message. Don't refer to breakpoint numbers in test messages.
14658
14659 2014-04-14 Keith Seitz <keiths@redhat.com>
14660
14661 PR c++/16253
14662 * gdb.cp/var-tag.cc: New file.
14663 * gdb.cp/var-tag.exp: New file.
14664 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14665 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14666 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14667 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14668
14669 2014-04-14 Tom Tromey <tromey@redhat.com>
14670
14671 * gdb.cp/classes.exp (test_enums): Handle underlying type.
14672 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
14673 type.
14674 * gdb.cp/enum-class.exp: New file.
14675 * gdb.cp/enum-class.cc: New file.
14676
14677 2014-04-14 Tom Tromey <tromey@redhat.com>
14678
14679 * gdb.dwarf2/enum-type.exp: New file.
14680
14681 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14682
14683 * gdb.mi/mi-vla-c99.exp: New file.
14684 * gdb.mi/vla.c: New file.
14685
14686 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14687
14688 * gdb.base/vla-datatypes.c: New file.
14689 * gdb.base/vla-datatypes.exp: New file.
14690
14691 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14692
14693 * gdb.base/vla-ptr.c: New file.
14694 * gdb.base/vla-ptr.exp: New file.
14695
14696 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14697
14698 * gdb.dwarf2/count.exp: New file.
14699
14700 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14701
14702 * gdb.base/vla-sideeffect.c: New file.
14703 * gdb.base/vla-sideeffect.exp: New file.
14704
14705 2014-04-14 David Blaikie <dblaikie@gmail.com>
14706
14707 * gdb.mi/non-stop.c: Add return value for non-void function return
14708 statement.
14709 * gdb.threads/staticthreads.c: Ditto.
14710
14711 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
14712 Doug Evans <xdje42@gmail.com>
14713
14714 * gdb.guile/scm-value.c: Improve test case.
14715 * gdb.guile/scm-value.exp: Add new test.
14716
14717 2014-04-11 David Blaikie <dblaikie@gmail.com>
14718
14719 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
14720 override Clang's default.
14721
14722 2014-04-11 Joel Brobecker <brobecker@adacore.com>
14723
14724 Revert the following changes (regressions):
14725
14726 * gdb.base/vla-sideeffect.c: New file.
14727 * gdb.base/vla-sideeffect.exp: New file.
14728
14729 * gdb.dwarf2/count.exp: New file.
14730
14731 * gdb.base/vla-multi.c: New file.
14732 * gdb.base/vla-multi.exp: New file.
14733
14734 * gdb.base/vla-ptr.c: New file.
14735 * gdb.base/vla-ptr.exp: New file.
14736
14737 * gdb.base/vla-datatypes.c: New file.
14738 * gdb.base/vla-datatypes.exp: New file.
14739
14740 * gdb.mi/mi-vla-c99.exp: New file.
14741 * gdb.mi/vla.c: New file.
14742
14743 2014-04-11 Keith Seitz <keiths@redhat.com>
14744
14745 PR c++/16675
14746 * gdb.cp/cpsizeof.exp: New file.
14747 * gdb.cp/cpsizeof.cc: New file.
14748
14749 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14750
14751 * gdb.mi/mi-vla-c99.exp: New file.
14752 * gdb.mi/vla.c: New file.
14753
14754 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14755
14756 * gdb.base/vla-datatypes.c: New file.
14757 * gdb.base/vla-datatypes.exp: New file.
14758
14759 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14760
14761 * gdb.base/vla-ptr.c: New file.
14762 * gdb.base/vla-ptr.exp: New file.
14763
14764 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14765
14766 * gdb.base/vla-multi.c: New file.
14767 * gdb.base/vla-multi.exp: New file.
14768
14769 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14770
14771 * gdb.dwarf2/count.exp: New file.
14772
14773 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14774
14775 * gdb.base/vla-sideeffect.c: New file.
14776 * gdb.base/vla-sideeffect.exp: New file.
14777
14778 2014-04-11 Yao Qi <yao@codesourcery.com>
14779
14780 * gdb.base/completion.exp: Check file exists before running tests
14781 on file completion.
14782
14783 2014-04-10 Pedro Alves <palves@redhat.com>
14784
14785 * gdb.base/cond-eval-mode.c: New file.
14786 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
14787 prepare_for_testing to build the new file. Check result of
14788 runto_main.
14789 (test_break, test_watch): New procedures.
14790 (top level): Use them.
14791
14792 2014-04-08 Pierre Muller <muller@sourceware.org>
14793
14794 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
14795 Ctrl-V use for mingw hosts.
14796
14797 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
14798
14799 * gdb.python/py-value.c: Improve test case.
14800 * gdb.python/py-value.exp: Add new test.
14801
14802 2014-04-07 David Blaikie <dblaikie@gmail.com>
14803
14804 * lib/compiler.c: Identify the clang compiler.
14805 * lib/compiler.cc: Ditto.
14806
14807 2014-04-03 Yao Qi <yao@codesourcery.com>
14808
14809 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
14810
14811 2014-04-01 Anton Blanchard <anton@samba.org>
14812
14813 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
14814 messages unique.
14815
14816 2014-04-01 Anton Blanchard <anton@samba.org>
14817
14818 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
14819 prepare_for_testing.
14820
14821 2014-04-01 Anton Blanchard <anton@samba.org>
14822
14823 * gdb.arch/ppc64-atomic-inst.c: Remove.
14824 * gdb.arch/ppc64-atomic-inst.S: New file.
14825 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
14826
14827 2014-03-31 Doug Evans <dje@google.com>
14828
14829 * gdb.base/print-symbol-loading-lib.c: New file.
14830 * gdb.base/print-symbol-loading-main.c: New file.
14831 * gdb.base/print-symbol-loading.exp: New file.
14832
14833 2014-03-31 Yao Qi <yao@codesourcery.com>
14834
14835 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
14836
14837 2014-03-28 Joel Brobecker <brobecker@adacore.com>
14838
14839 * gdb.ada/mi_dyn_arr: New testcase.
14840
14841 2014-03-27 Doug Evans <dje@google.com>
14842
14843 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
14844
14845 2014-03-27 Yao Qi <yao@codesourcery.com>
14846
14847 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
14848 if target is nios2-*-*.
14849
14850 2014-03-26 Yao Qi <yao@codesourcery.com>
14851
14852 * lib/gdb.exp (readline_is_used): New proc.
14853 * gdb.base/completion.exp: Move tests on command complete up.
14854 Skip the rest of tests if readline is not used.
14855 * gdb.ada/complete.exp: Skp the test if readline is not
14856 used.
14857 * gdb.base/filesym.exp: Likewise.
14858 * gdb.base/macscp.exp: Likewise.
14859 * gdb.base/readline-ask.exp: Likewise.
14860 * gdb.base/readline.exp: Likewise.
14861 * gdb.python/py-cmd.exp: Likewise.
14862 * gdb.trace/tfile.exp: Likewise.
14863
14864 2014-03-26 Yao Qi <yao@codesourcery.com>
14865
14866 * gdb.base/macscp.exp: Fix code format issues.
14867
14868 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
14869
14870 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
14871 * gdb.asm/powerpc64le.inc: New file.
14872
14873 2014-03-25 Pedro Alves <palves@redhat.com>
14874 Doug Evans <dje@google.com>
14875
14876 * gdb.base/source-execution.c: New file.
14877 * gdb.base/source-execution.exp: New file.
14878 * gdb.base/source-execution.gdb: New file.
14879
14880 2014-03-24 Doug Evans <dje@google.com>
14881
14882 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
14883 using fission.
14884
14885 2014-03-24 Hui Zhu <hui@codesourcery.com>
14886 Pedro Alves <palves@redhat.com>
14887
14888 PR breakpoints/16101
14889 * gdb.base/dprintf.exp: Use unsupported rather than changing the
14890 test pass/fail messages. Detect missing support for dprintf when
14891 breakpoints are actually inserted.
14892 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
14893 breakpoints are actually inserted.
14894 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
14895 fails.
14896
14897 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14898
14899 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
14900
14901 2014-03-22 Doug Evans <xdje42@gmail.com>
14902
14903 * gdb.python/python.exp (python not supported): Verify multi-line
14904 python command issues an error.
14905 * gdb.guile/guile.exp (guile not supported): Verify multi-line
14906 guile command issues an error.
14907
14908 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
14909
14910 * gdb.threads/thread-specific.exp: Handle the lack of usable
14911 $this_breakpoint and $this_thread.
14912
14913 2014-03-21 Hui Zhu <hui@codesourcery.com>
14914
14915 * gdb.base/attach.exp (do_command_attach_tests): New.
14916
14917 2014-03-20 Tom Tromey <tromey@redhat.com>
14918 Pedro Alves <palves@redhat.com>
14919
14920 PR cli/15718
14921 * gdb.base/condbreak-call-false.c: New file.
14922 * gdb.base/condbreak-call-false.exp: New file.
14923
14924 2014-03-20 Pedro Alves <palves@redhat.com>
14925
14926 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
14927 Delete.
14928 (block_signals, unblock_signals): Delete.
14929 (child_function_2, main): Remove references to deleted variable
14930 and functions.
14931
14932 2014-03-20 Pedro Alves <palves@redhat.com>
14933
14934 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
14935 Use pthread_kill to signal thread 2.
14936 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14937 Adjust to make the test send itself a signal rather than using the
14938 host's "kill" command.
14939
14940 2014-03-20 Pedro Alves <palves@redhat.com>
14941
14942 * gdb.threads/multiple-step-overs.c: New file.
14943 * gdb.threads/multiple-step-overs.exp: New file.
14944 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14945 Adjust expected infrun debug output.
14946
14947 2014-03-20 Pedro Alves <palves@redhat.com>
14948
14949 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
14950 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
14951
14952 2014-03-20 Pedro Alves <palves@redhat.com>
14953
14954 PR breakpoints/7143
14955 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
14956 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
14957 of gdb_test_multiple.
14958 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
14959 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
14960
14961 2014-03-20 Pedro Alves <palves@redhat.com>
14962
14963 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
14964 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
14965
14966 2014-03-19 Pedro Alves <palves@redhat.com>
14967
14968 * gdb.base/async.exp: Remove early return.
14969
14970 2014-03-19 Pedro Alves <palves@redhat.com>
14971
14972 * gdb.base/async.exp (step& tests): Pass explicit test messages.
14973
14974 2014-03-19 Pedro Alves <palves@redhat.com>
14975
14976 * gdb.base/async.exp (test_background): Expect \r\n after
14977 "completed." in the fail pattern.
14978
14979 2014-03-19 Pedro Alves <palves@redhat.com>
14980
14981 * gdb.base/async.exp (test_background): New procedure.
14982 Use it for all background execution command tests.
14983
14984 2014-03-19 Pedro Alves <palves@redhat.com>
14985
14986 * gdb.base/async.exp: Use prepare_for_testing.
14987
14988 2014-03-19 Pedro Alves <palves@redhat.com>
14989
14990 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
14991 the same line.
14992
14993 2014-03-19 Pedro Alves <palves@redhat.com>
14994
14995 * gdb.base/async.c (main): Add "jump here" and "until here" line
14996 marker comments.
14997 * gdb.base/async.exp (jump_here): New global.
14998 (jump& test): Use it.
14999 (until_here): New global.
15000 (until& test): Use it.
15001
15002 2014-03-19 Pedro Alves <palves@redhat.com>
15003
15004 * gdb.base/async.exp: Don't frob gdb_protocol.
15005
15006 2014-03-18 Doug Evans <xdje42@gmail.com>
15007
15008 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
15009 Fix spelling of exec-done-display.
15010
15011 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
15012
15013 PR gdb/15358
15014 * gdb.base/gdb-sigterm.c: New file.
15015 * gdb.base/gdb-sigterm.exp: New file.
15016
15017 2014-03-18 Pedro Alves <palves@redhat.com>
15018
15019 PR gdb/13860
15020 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
15021 * lib/mi-support.exp (mi_expect_stop): Add special handling for
15022 solib-event.
15023
15024 2014-03-17 Joel Brobecker <brobecker@adacore.com>
15025
15026 * gdb.ada/pckd_arr_ren: New testcase.
15027
15028 2014-03-13 Doug Evans <xdje42@gmail.com>
15029
15030 PR guile/16612
15031 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
15032 collect after discarding symbols.
15033
15034 2014-03-13 Ludovic Courtès <ludo@gnu.org>
15035 Doug Evans <xdje42@gmail.com>
15036
15037 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
15038 to history survives a gc.
15039
15040 2014-03-13 Pedro Alves <palves@redhat.com>
15041
15042 * gdb.base/default.exp: Don't test "target procfs".
15043
15044 2014-03-13 Pedro Alves <palves@redhat.com>
15045
15046 * gdb.base/default.exp: Update "target child" and "target procfs"
15047 tests to not expect "Unix".
15048
15049 2014-03-12 Tom Tromey <tromey@redhat.com>
15050
15051 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
15052 New procs. Add target-async tests.
15053 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
15054 Add target-async tests.
15055
15056 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15057
15058 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
15059 'func_start' and 'func_end' for the beginning and end of the
15060 function code, respectively.
15061 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
15062 'func_end' instead of 'func' and 'main'.
15063
15064 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15065
15066 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
15067 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
15068 generate the debug info assembler source.
15069
15070 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15071
15072 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
15073 * gdb.dwarf2/arr-subrange.exp: Likewise.
15074 * gdb.dwarf2/dwz.exp: Likewise.
15075 * gdb.dwarf2/method-ptr.exp: Likewise.
15076 * gdb.dwarf2/missing-sig-type.exp: Likewise.
15077 * gdb.dwarf2/subrange.exp: Likewise.
15078 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
15079 * gdb.dwarf2/implptrpiece.exp: Likewise.
15080 * gdb.dwarf2/nostaticblock.exp: Likewise.
15081
15082 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15083
15084 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
15085 directory to absolute path name arguments.
15086
15087 2014-03-10 Joel Brobecker <brobecker@adacore.com>
15088
15089 * gdb.ada/tagged_access: New testcase.
15090
15091 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
15092
15093 * gdb.btrace/data.exp: Update expected output.
15094
15095 2014-03-06 Yao Qi <yao@codesourcery.com>
15096
15097 * gdb.trace/pr16508.exp: New file.
15098
15099 2014-03-05 Pedro Alves <palves@redhat.com>
15100
15101 PR gdb/16575
15102 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
15103 procedure.
15104 (top level): Adjust to use it. Add tests that exercise breakpoint
15105 interaction with the code-cache.
15106
15107 2014-02-26 Ludovic Courtès <ludo@gnu.org>
15108
15109 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
15110 test for 'history-append!'.
15111
15112 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15113
15114 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
15115 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
15116 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
15117 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
15118 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
15119 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
15120
15121 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15122
15123 * testsuite/gdb.python/py-pp-re-notag.c: New file.
15124 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
15125 * testsuite/gdb.python/py-pp-re-notag.p: New file.
15126
15127 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15128
15129 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
15130
15131 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15132
15133 * gdb.dwarf2/arr-stride.c: New file.
15134 * gdb.dwarf2/arr-stride.exp: New file.
15135
15136 2014-02-26 Pedro Alves <palves@redhat.com>
15137
15138 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
15139 that won't ever trigger. Make sure that GDB reports the correct
15140 breakpoint that caused the stop.
15141
15142 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15143
15144 PR gdb/16626
15145 * gdb.base/auto-load-script: New file.
15146 * gdb.base/auto-load.c: New file.
15147 * gdb.base/auto-load.exp: New file.
15148
15149 PR gdb/16626
15150 * gdb.base/auto-load.exp: Fix out-of-srctree run.
15151
15152 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15153
15154 Fix dw2-icycle.exp -fsanitize=address GDB crash.
15155 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
15156
15157 2014-02-24 Doug Evans <dje@google.com>
15158
15159 * lib/gdb.exp (run_on_host): Log error output if program fails.
15160
15161 2014-02-21 Pedro Alves <palves@redhat.com>
15162
15163 * gdb.threads/step-after-sr-lock.c: Rename to ...
15164 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
15165 * gdb.threads/step-after-sr-lock.exp: Rename to ...
15166 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15167 ... this.
15168
15169 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
15170
15171 PR tdep/16397
15172 * gdb.arch/amd64-stap-special-operands.exp: New file.
15173 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
15174 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
15175 * gdb.arch/amd64-stap-triplet.S: Likewise.
15176 * gdb.arch/amd64-stap-triplet.c: Likewise.
15177
15178 2014-02-20 Joel Brobecker <brobecker@adacore.com>
15179
15180 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
15181 in .section pseudo-op.
15182
15183 2014-02-20 lin zuojian <manjian2006@gmail.com>
15184 Joel Brobecker <brobecker@adacore.com>
15185 Doug Evans <xdje42@gmail.com>
15186
15187 PR symtab/16581
15188 * gdb.dwarf2/dw2-icycle.S: New file.
15189 * gdb.dwarf2/dw2-icycle.c: New file.
15190 * gdb.dwarf2/dw2-icycle.exp: New file.
15191
15192 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
15193
15194 * gdb.python/py-value-cc.cc: Improve test case to enable testing
15195 operations on gdb.Value objects.
15196 * gdb.python/py-value-cc.exp: Add new test to test operations on
15197 gdb.Value objects.
15198
15199 2014-02-18 Doug Evans <dje@google.com>
15200
15201 * Makefile.in (TESTS): New variable.
15202 (expanded_tests, expanded_tests_or_none): New variables
15203 (check-single): Pass $(expanded_tests_or_none) to runtest.
15204 (check-parallel): Only run tests in $(TESTS) if non-empty.
15205 (check/no-matching-tests-found): New rule.
15206 * README: Document TESTS makefile variable.
15207
15208 2014-02-18 Doug Evans <dje@google.com>
15209
15210 * Makefile.in (check-parallel): rm -rf outputs temp.
15211
15212 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15213
15214 Fix "ERROR: no fileid for" in the testsuite.
15215 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
15216
15217 2014-02-12 Doug Evans <dje@google.com>
15218
15219 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
15220 (MISCELLANEOUS): New variable.
15221 (clean): rm -rf $(MISCELLANEOUS).
15222 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
15223 dwp live in the same directory as symlinks, with each symlink pointed
15224 to a differently named file in a different directory.
15225
15226 2014-02-11 Doug Evans <dje@google.com>
15227
15228 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
15229 of Tcl file commands.
15230
15231 2014-02-10 Mark Kettenis <kettenis@gnu.org>
15232
15233 * gdb.threads/step-after-sr-lock.exp: Avoid executing
15234 "kill -SIGUSR1 -1".
15235
15236 2014-02-10 Joel Brobecker <brobecker@adacore.com>
15237
15238 * gdb.ada/tick_length_array_enum_idx: New testcase.
15239
15240 2014-02-10 Doug Evans <xdje42@gmail.com>
15241
15242 * configure.ac (AC_OUTPUT): Add gdb.guile.
15243 * configure: Regenerate.
15244 * lib/gdb-guile.exp: New file.
15245 * lib/gdb.exp (get_target_charset): New function.
15246 * gdb.base/help.exp: Update expected output from "apropos apropos".
15247 * gdb.guile/Makefile.in: New file.
15248 * gdb.guile/guile.exp: New file.
15249 * gdb.guile/scm-arch.c: New file.
15250 * gdb.guile/scm-arch.exp: New file.
15251 * gdb.guile/scm-block.c: New file.
15252 * gdb.guile/scm-block.exp: New file.
15253 * gdb.guile/scm-breakpoint.c: New file.
15254 * gdb.guile/scm-breakpoint.exp: New file.
15255 * gdb.guile/scm-disasm.c: New file.
15256 * gdb.guile/scm-disasm.exp: New file.
15257 * gdb.guile/scm-equal.c: New file.
15258 * gdb.guile/scm-equal.exp: New file.
15259 * gdb.guile/scm-error.exp: New file.
15260 * gdb.guile/scm-error.scm: New file.
15261 * gdb.guile/scm-frame-args.c: New file.
15262 * gdb.guile/scm-frame-args.exp: New file.
15263 * gdb.guile/scm-frame-args.scm: New file.
15264 * gdb.guile/scm-frame-inline.c: New file.
15265 * gdb.guile/scm-frame-inline.exp: New file.
15266 * gdb.guile/scm-frame.c: New file.
15267 * gdb.guile/scm-frame.exp: New file.
15268 * gdb.guile/scm-generics.exp: New file.
15269 * gdb.guile/scm-gsmob.exp: New file.
15270 * gdb.guile/scm-iterator.c: New file.
15271 * gdb.guile/scm-iterator.exp: New file.
15272 * gdb.guile/scm-math.c: New file.
15273 * gdb.guile/scm-math.exp: New file.
15274 * gdb.guile/scm-objfile-script-gdb.in: New file.
15275 * gdb.guile/scm-objfile-script.c: New file.
15276 * gdb.guile/scm-objfile-script.exp: New file.
15277 * gdb.guile/scm-objfile.c: New file.
15278 * gdb.guile/scm-objfile.exp: New file.
15279 * gdb.guile/scm-ports.exp: New file.
15280 * gdb.guile/scm-pretty-print.c: New file.
15281 * gdb.guile/scm-pretty-print.exp: New file.
15282 * gdb.guile/scm-pretty-print.scm: New file.
15283 * gdb.guile/scm-section-script.c: New file.
15284 * gdb.guile/scm-section-script.exp: New file.
15285 * gdb.guile/scm-section-script.scm: New file.
15286 * gdb.guile/scm-symbol.c: New file.
15287 * gdb.guile/scm-symbol.exp: New file.
15288 * gdb.guile/scm-symtab-2.c: New file.
15289 * gdb.guile/scm-symtab.c: New file.
15290 * gdb.guile/scm-symtab.exp: New file.
15291 * gdb.guile/scm-type.c: New file.
15292 * gdb.guile/scm-type.exp: New file.
15293 * gdb.guile/scm-value-cc.cc: New file.
15294 * gdb.guile/scm-value-cc.exp: New file.
15295 * gdb.guile/scm-value.c: New file.
15296 * gdb.guile/scm-value.exp: New file.
15297 * gdb.guile/source2.scm: New file.
15298 * gdb.guile/types-module.cc: New file.
15299 * gdb.guile/types-module.exp: New file.
15300
15301 2014-02-10 Yao Qi <yao@codesourcery.com>
15302
15303 PR testsuite/16543
15304 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
15305 * configure: Regenerated.
15306 * Makefile.in: New file.
15307
15308 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
15309
15310 * gdb.python/py-framefilter.exp: Fix typo.
15311
15312 2014-02-08 Yao Qi <yao@codesourcery.com>
15313
15314 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
15315 that no =breakpoint-modified is emitted when breakpoints are
15316 modified through MI commands.
15317
15318 2014-02-07 Pedro Alves <pedro@codesourcery.com>
15319 Pedro Alves <palves@redhat.com>
15320
15321 * gdb.threads/step-after-sr-lock.c: New file.
15322 * gdb.threads/step-after-sr-lock.exp: New file.
15323
15324 2014-02-07 Pedro Alves <palves@redhat.com>
15325
15326 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
15327
15328 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15329
15330 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
15331 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
15332
15333 2014-02-06 Doug Evans <xdje42@gmail.com>
15334
15335 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
15336 output.
15337
15338 * gdb.gdb/python-interrupts.exp: New file.
15339
15340 2014-02-05 Yao Qi <yao@codesourcery.com>
15341
15342 * gdb.trace/report.exp (use_collected_data): Test the output
15343 of "info threads" and "info inferiors".
15344
15345 2014-02-05 Yao Qi <yao@codesourcery.com>
15346
15347 Revert this patch:
15348
15349 2013-05-24 Yao Qi <yao@codesourcery.com>
15350
15351 * gdb.trace/tfile.exp: Test inferior and thread.
15352
15353 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15354
15355 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
15356 on a function.
15357 * gdb.base/step-bt.c: Call hello via function pointer to make
15358 sure its first instruction is executed on powerpc64le-linux.
15359
15360 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15361
15362 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
15363
15364 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15365
15366 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
15367 of the test patterns for use on little-endian systems.
15368
15369 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15370
15371 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
15372 (decimal_vector): Fix for little-endian.
15373
15374 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
15375
15376 * gdb.arch/sparc-sysstep.exp: New file.
15377 * gdb.arch/sparc-sysstep.c: Likewise.
15378
15379 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
15380
15381 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15382
15383 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
15384
15385 2014-01-23 Tom Tromey <tromey@redhat.com>
15386
15387 * gdb.ada/array_char_idx: New testcase.
15388
15389 2014-01-23 Tom Tromey <tromey@redhat.com>
15390
15391 PR python/16487:
15392 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
15393 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
15394 classes.
15395
15396 2014-01-23 Tom Tromey <tromey@redhat.com>
15397
15398 PR python/16491:
15399 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
15400 string from an inferior frame.
15401 * gdb.python/py-framefilter-mi.exp: Update.
15402
15403 2014-01-22 Doug Evans <dje@google.com>
15404
15405 * gdb.server/server-mon.exp: Add tests for "set debug-format".
15406
15407 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15408
15409 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
15410
15411 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15412
15413 * gdb.trace/entry-values.exp: Remove excess space character from
15414 regex patterns. Handle s390 call instruction.
15415
15416 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15417
15418 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
15419 define "*_start" label. Make "name" static.
15420 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
15421 ${name} by references to ${name}_start.
15422
15423 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15424
15425 * gdb.base/info-macros.exp: Remove "debug" from the compile
15426 options.
15427
15428 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15429
15430 * gdb.dlang/demangle.exp: New file.
15431
15432 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15433
15434 * gdb.dlang/primitive-types.exp: New file.
15435
15436 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15437
15438 * configure.ac: Create gdb.dlang/Makefile.
15439 * configure: Regenerate.
15440 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
15441 * gdb.dlang/Makefile.in: New file.
15442 * lib/d-support.exp: New file.
15443 * lib/gdb.exp (skip_d_tests): New proc.
15444
15445 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15446
15447 * gdb.btrace/delta.exp: Check reverse stepi.
15448 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
15449 * gdb.btrace/finish.exp: New.
15450 * gdb.btrace/next.exp: New.
15451 * gdb.btrace/nexti.exp: New.
15452 * gdb.btrace/record_goto.c: Add comments.
15453 * gdb.btrace/step.exp: New.
15454 * gdb.btrace/stepi.exp: New.
15455 * gdb.btrace/multi-thread-step.c: New.
15456 * gdb.btrace/multi-thread-step.exp: New.
15457 * gdb.btrace/rn-dl-bind.c: New.
15458 * gdb.btrace/rn-dl-bind.exp: New.
15459 * gdb.btrace/data.c: New.
15460 * gdb.btrace/data.exp: New.
15461 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15462
15463 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15464
15465 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
15466 * gdb.btrace/exception.exp: Update.
15467 * gdb.btrace/instruction_history.exp: Update.
15468 * gdb.btrace/record_goto.exp: Update.
15469 * gdb.btrace/tailcall.exp: Update.
15470 * gdb.btrace/unknown_functions.exp: Update.
15471 * gdb.btrace/delta.exp: New.
15472
15473 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15474
15475 * gdb.btrace/record_goto.exp: Add backtrace test.
15476 * gdb.btrace/tailcall.exp: Add backtrace test.
15477
15478 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15479
15480 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
15481 * gdb.btrace/record_goto.c: New.
15482 * gdb.btrace/record_goto.exp: New.
15483 * gdb.btrace/x86-record_goto.S: New.
15484
15485 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15486
15487 * gdb.btrace/function_call_history.exp: Update tests.
15488 * gdb.btrace/instruction_history.exp: Update tests.
15489
15490 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15491
15492 * gdb.btrace/function_call_history.exp: Fix expected field
15493 order for "record function-call-history".
15494 Add new tests for "record function-call-history /c".
15495 * gdb.btrace/exception.cc: New.
15496 * gdb.btrace/exception.exp: New.
15497 * gdb.btrace/tailcall.exp: New.
15498 * gdb.btrace/x86-tailcall.S: New.
15499 * gdb.btrace/x86-tailcall.c: New.
15500 * gdb.btrace/unknown_functions.c: New.
15501 * gdb.btrace/unknown_functions.exp: New.
15502 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15503
15504 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15505
15506 * gdb.btrace/instruction_history.exp: Update.
15507 * gdb.btrace/function_call_history.exp: Update.
15508
15509 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15510
15511 * gdb.btrace/function_call_history.exp: Fix expected function
15512 trace.
15513 * gdb.btrace/instruction_history.exp: Initialize traced.
15514 Remove traced_functions.
15515
15516 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15517
15518 * gdb.btrace/function_call_history.exp: Update
15519 * gdb.btrace/instruction_history.exp: Update.
15520
15521 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15522
15523 * gdb.btrace/enable.exp: Update expected text.
15524
15525 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
15526
15527 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
15528 bytes.
15529
15530 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
15531
15532 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
15533
15534 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
15535
15536 * lib/gdb.exp (supports_process_record): Return true for
15537 arm*-linux*. (supports_reverse): Likewise.
15538
15539 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
15540
15541 PR python/15464
15542 PR python/16113
15543 * gdb.python/py-type.c: Enhance test case.
15544 * gdb.python/py-value-cc.cc: Likewise
15545 * gdb.python/py-type.exp: Add new tests.
15546 * gdb.python/py-value-cc.exp: Likewise
15547
15548 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15549 Pedro Alves <palves@redhat.com>
15550
15551 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
15552 Make "name" extern.
15553 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
15554 references to ${name}_start by references to ${name}.
15555
15556 2014-01-10 Joel Brobecker <brobecker@adacore.com>
15557
15558 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
15559
15560 2014-01-10 Joel Brobecker <brobecker@adacore.com>
15561
15562 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
15563
15564 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
15565 Pedro Alves <palves@redhat.com>
15566
15567 * gdb.mi/mi-info-os.exp: Connect to the target with
15568 mi_gdb_target_load.
15569
15570 2014-01-08 Pedro Alves <palves@redhat.com>
15571
15572 * gdb.threads/reconnect-signal.c: New file.
15573 * gdb.threads/reconnect-signal.exp: New file.
15574
15575 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15576
15577 * gdb.base/source-dir.exp: New file.
15578
15579 2014-01-07 Joel Brobecker <brobecker@adacore.com>
15580
15581 * gdb.ada/mi_interface: New testcase.
15582
15583 2014-01-07 Joel Brobecker <brobecker@adacore.com>
15584
15585 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
15586 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
15587 gdb.ada/pp-rec-component/pck.ads: New files.
15588
15589 2014-01-07 Joel Brobecker <brobecker@adacore.com>
15590
15591 * gdb.python/py-pp-integral.c: New file.
15592 * gdb.python/py-pp-integral.py: New file.
15593 * gdb.python/py-pp-integral.exp: New file.
15594
15595 For older changes see ChangeLog-1993-2013.
15596 \f
15597 ;; Local Variables:
15598 ;; mode: change-log
15599 ;; left-margin: 8
15600 ;; fill-column: 74
15601 ;; version-control: never
15602 ;; End:
15603
15604 Copyright 2014-2019 Free Software Foundation, Inc.
15605 Copying and distribution of this file, with or without modification,
15606 are permitted provided the copyright notice and this notice are preserved.
This page took 0.414102 seconds and 4 git commands to generate.