Fix MI output for multi-location breakpoints
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2
3 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4 * mi-breakpoint-multiple-locations.exp: ... this.
5 (make_breakpoints_pattern): New proc.
6 (do_test): Add mi_version parameter, test -break-insert,
7 -break-info and =breakpoint-created.
8
9 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
10
11 * config/default.exp: Remove 'load_lib gdb.exp'.
12 * config/monitor.exp: Likewise.
13 * config/sid.exp: Likewise.
14 * config/sim.exp: Likewise.
15 * config/slite.exp: Likewise.
16 * config/unix.exp: Likewise.
17 * gdb.base/default.exp: Remove unhelpful comment.
18
19 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
20
21 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
22
23 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
24
25 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
26
27 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
28
29 * gdb.fortran/type-kinds.exp: Update expected results.
30
31 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
32
33 * gdb.fortran/type-kinds.exp: Test new integer type kind.
34
35 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
36
37 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
38 function.
39 (test_basic_parsing_of_type_kinds): Expand types tested.
40 (test_parsing_invalid_type_kinds): New function.
41
42 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
43
44 * gdb.fortran/intrinsics.exp: New file.
45 * gdb.fortran/intrinsics.f90: New file.
46 * gdb.fortran/type-kinds.exp: New file.
47
48 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
49
50 * gdb.fortran/dot-ops.exp: New file.
51
52 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
53
54 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
55 Check upper and lower case logical literals.
56
57 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
58
59 * gdb.fortran/types.exp (test_float_literal_types_accepted):
60 Remove duplicate tests.
61
62 2019-03-06 Alan Hayward <alan.hayward@arm.com>
63
64 * lib/gdb.exp (builtin_cd): rename of cd.
65 (cd): Override builtin.
66
67 2019-03-06 Richard Bunt <richard.bunt@arm.com>
68
69 * gdb.fortran/function-calls.exp: New file.
70 * gdb.fortran/function-calls.f90: New test.
71
72 2019-03-04 Richard Bunt <richard.bunt@arm.com>
73
74 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
75 on user program standard output.
76 * gdb.fortran/short-circuit-argument-list.f90: Record function
77 calls.
78
79 2019-02-28 Alan Hayward <alan.hayward@arm.com>
80
81 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
82 failure.
83
84 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
85
86 PR gdb/8527
87 * gdb.base/interrupt-daemon-attach.c,
88 gdb.base/interrupt-daemon-attach.exp: New test.
89
90 2019-02-27 Pedro Alves <palves@redhat.com>
91
92 * gdb.base/page.exp: Add tests for "set width/height -1".
93
94 2019-02-27 Pedro Alves <palves@redhat.com>
95
96 * gdb.base/page.exp: Add tests for "set/show width/height" with
97 "infinite" values.
98
99 2019-02-27 Tom Tromey <tromey@adacore.com>
100
101 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
102 2.4.
103 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
104 workaround.
105
106 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
107
108 * gdb.base/align.exp: Extend to compile in both C and C++, and add
109 tests for structs with static members.
110
111 2019-02-26 Tom Tromey <tromey@adacore.com>
112
113 * gdb.python/py-value.exp (test_value_from_buffer): Check for
114 ValueError, not TypeError.
115
116 2019-02-26 Kevin Buettner <kevinb@redhat.com>
117
118 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
119 call from main program.
120
121 2019-02-23 Joel Brobecker <brobecker@adacore.com>
122
123 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
124 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
125 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
126 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
127 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
128
129 2019-02-22 Keith Seitz <keiths@redhat.com>
130
131 PR symtab/23853
132 * gdb.base/symlink-sourcefile.c: New file.
133 * gdb.base/symlink-sourcefile.exp: New file.
134
135 2019-02-20 Tom Tromey <tom@tromey.com>
136
137 * gdb.base/info_qt.exp: Update.
138
139 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
140
141 * gdb.base/source.exp: Move "error in sourced script" code to
142 the end.
143 * gdb.base/source-error.gdb: Move contents to
144 source-error-1.gdb. Add new code to source source-error-1.gdb.
145 * gdb.base/source-error-1.gdb: New file, from previous
146 source-error.gdb.
147
148 2019-02-17 Tom Tromey <tom@tromey.com>
149
150 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
151 for macro styling.
152 * gdb.base/style.c (SOME_MACRO): New macro.
153
154 2019-02-17 Tom Tromey <tom@tromey.com>
155
156 * gdb.base/style.exp: Add line-wrapping tests.
157 * gdb.base/page.exp: Add test for quitting during pagination.
158
159 2019-02-17 Joel Brobecker <brobecker@adacore.com>
160
161 * gdb.ada/big_packed_array: New testcase.
162 * gdb.ada/homonym.exp: Fix incorrect expected output for
163 "break <homonym__get_value>" test.
164
165 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
166
167 PR breakpoints/21870
168 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
169 and prepare_for_testing. Add comment.
170 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
171 redundant cleanup call. Clean up comment.
172
173 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
174
175 PR breakpoints/21870
176 * gdb.arch/aarch64-dbreg-contents.exp: New file.
177 * gdb.arch/aarch64-dbreg-contents.c: New file.
178
179 2019-02-10 Joel Brobecker <brobecker@adacore.com>
180
181 * gdb.ada/mi_ref_changeable: New testcase.
182
183 2019-02-07 Alan Hayward <alan.hayward@arm.com>
184
185 * gdb.base/attach.exp: Add double attach test.
186
187 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
188
189 * lib/gdb.exp (default_gdb_start): Don't match pagination
190 prompt.
191 (gdb_init): Set stty_init.
192
193 2019-01-27 Tom Tromey <tom@tromey.com>
194
195 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
196 skip_python_tests.
197
198 2019-01-24 Alan Hayward <alan.hayward@arm.com>
199
200 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
201 New structure.
202 (struct struct_static_02_02): Likewise.
203 (struct struct_static_02_03): Likewise.
204 (struct struct_static_02_04): Likewise.
205 (struct struct_static_04_01): Likewise.
206 (struct struct_static_04_02): Likewise.
207 (struct struct_static_04_03): Likewise.
208 (struct struct_static_04_04): Likewise.
209 (struct struct_static_06_01): Likewise.
210 (struct struct_static_06_02): Likewise.
211 (struct struct_static_06_03): Likewise.
212 (struct struct_static_06_04): Likewise.
213 (cmp_struct_static_02_01): Likewise.
214 (cmp_struct_static_02_02): Likewise.
215 (cmp_struct_static_02_03): Likewise.
216 (cmp_struct_static_02_04): Likewise.
217 (cmp_struct_static_04_01): Likewise.
218 (cmp_struct_static_04_02): Likewise.
219 (cmp_struct_static_04_03): Likewise.
220 (cmp_struct_static_04_04): Likewise.
221 (cmp_struct_static_06_01): Likewise.
222 (cmp_struct_static_06_02): Likewise.
223 (cmp_struct_static_06_03): Likewise.
224 (cmp_struct_static_06_04): Likewise.
225 (call_all): Test new structs.
226 * gdb.base/infcall-nested-structs.exp: Likewise.
227
228 2019-01-21 Alan Hayward <alan.hayward@arm.com>
229 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
230
231 2019-01-21 Alan Hayward <alan.hayward@arm.com>
232 * gdb.base/stack-protector.c: New test.
233 * gdb.base/stack-protector.exp: New file.
234 * gdb.cp/ovldbreak.exp: Only allow a single break line.
235 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
236 option.
237 (gdb_compile): Remove stack protector for GCC and prevent
238 recursion.
239
240 2019-01-16 Keith Seitz <keiths@redhat.com>
241
242 PR gdb/23773
243 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
244
245 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
246
247 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
248 aliases.
249 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
250 tests.
251 * gdb.arch/powerpc-vector-regs.c: New file.
252 * gdb.arch/powerpc-vector-regs.exp: New file.
253
254 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
255
256 * gdb.arch/altivec-regs.exp: Fix the list passed to
257 gdb_expect_list when testing "info vector".
258
259 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
260
261 * gdb.base/style.exp: Don't include path in testname.
262
263 2019-01-10 Keith Seitz <keiths@redhat.com>
264
265 PR gdb/23712
266 PR symtab/23010
267 * gdb.dwarf2/multidictionary.exp: New file.
268
269 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
270
271 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
272 (test_gnuv3_style_demangling): ... this.
273 (test_lucid_style_demangling): Remove.
274 (test_arm_style_demangling): Remove.
275 (test_hp_style_demangling): Remove.
276 (do_tests): Remove calls to the above.
277
278 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
279
280 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
281 case.
282
283 2019-01-06 Tom Tromey <tom@tromey.com>
284
285 PR gdb/28155:
286 * gdb.dwarf2/typedef-void-finish.exp: New file.
287
288 2018-12-28 Tom Tromey <tom@tromey.com>
289 Simon Marchi <simark@simark.ca>
290
291 * gdb.base/jit-exec.exp: New file.
292 * gdb.base/jit-exec.c: New file.
293 * gdb.base/jit-execd.c: New file.
294
295 2018-12-28 Tom Tromey <tom@tromey.com>
296
297 * gdb.base/style.exp: Update test to check for address styling.
298
299 2018-12-28 Tom Tromey <tom@tromey.com>
300
301 * gdb.base/style.exp: Add test for styling of "Reading symbols"
302 message.
303
304 2018-12-28 Tom Tromey <tom@tromey.com>
305
306 * gdb.base/style.exp: Add test for version number styling.
307
308 2018-12-28 Tom Tromey <tom@tromey.com>
309
310 * gdb.base/style.exp: Add test for print_address_symbolic.
311
312 2018-12-28 Tom Tromey <tom@tromey.com>
313
314 * gdb.base/style.exp: Add test for breakpoint setting.
315
316 2018-12-28 Tom Tromey <tom@tromey.com>
317
318 * gdb.base/style.exp: Add test for variable names.
319
320 2018-12-28 Tom Tromey <tom@tromey.com>
321
322 * gdb.base/style.exp: New file.
323 * gdb.base/style.c: New file.
324
325 2018-12-28 Tom Tromey <tom@tromey.com>
326
327 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
328 "dumb".
329 * gdb.base/readline.exp (operate_and_get_next): Save and restore
330 the TERM environment variable.
331
332 2018-12-27 Tom Tromey <tom@tromey.com>
333
334 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
335 pagination test.
336
337 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
338
339 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
340 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
341
342 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
343
344 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
345 Filename a.adb changed to bp_fun_addr.adb.
346 gdb.ada/bp_fun_addr.exp: Update test accordingly.
347
348 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
349
350 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
351 non-PIE executables.
352 * README: Mention the gdb,nopie_flag board setting.
353 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
354 non-PIE executable.
355 * gdb.arch/amd64-entry-value.exp: Likewise.
356 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
357 * gdb.arch/i386-float.exp: Likewise.
358 * gdb.arch/i386-signal.exp: Likewise.
359 * gdb.mi/mi-reg-undefined.exp: Likewise.
360
361 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
362
363 PR gdb/23974
364 * gdb.base/info-os.exp: Check return for unknown "info os" type.
365
366 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
367
368 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
369 Update order of results accordingly.
370
371 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
372
373 * gdb.base/annota1.exp: Update a test regexp.
374
375 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
376
377 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
378
379 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
380
381 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
382 (reuse_time): Initialize to REUSE_TIME_CAP.
383 (check_rc): New function.
384 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
385 Check pthread_create rc.
386 (spawner_thread_func): Check pthread_create and pthread_join rc.
387
388 2018-12-08 Pedro Alves <palves@redhat.com>
389
390 * gdb.base/list.exp (test_forward_search): Rename to ...
391 (test_forward_reverse_search): ... this. Also test reverse-search
392 and the forward-search alias.
393
394 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
395
396 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
397 local timeout variable before return, and remove all local timeout
398 variable entirely.
399 (gdb_load): Likewise.
400
401 2018-12-01 Tom de Vries <tdevries@suse.de>
402
403 * gdb.base/gdb-caching-proc.exp: New file.
404
405 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
406
407 * Makefile.in (TIMESTAMP): New variable.
408 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
409 command.
410 (check-single-racy): Likewise.
411 (check/%.exp): Likewise.
412 (check-racy/%.exp): Likewise.
413 (workers/%.worker): Likewise.
414 (build-perf): Likewise.
415 (check-perf): Likewise.
416 * README: Describe new "TS" and "TS_FORMAT" variables.
417 * print-ts.py: New file.
418
419 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
420
421 PR python/23714
422 * gdb.python/python.exp: Test command repetition after
423 gdb.execute.
424
425 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
426
427 * gdb.opt/inline-break.exp: Add test that info breakpoint output
428 is correctly aligned.
429
430 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
431
432 * gdb.ada/info_auto_lang.exp: New testcase.
433 * gdb.ada/info_auto_lang/global_pack.ads: New file.
434 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
435 * gdb.ada/info_auto_lang/some_c.c: New file.
436
437 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
438
439 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
440 FUNC_lang language syntax.
441
442 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
443
444 * gdb.base/info_minsym.c: New file.
445 * gdb.base/info_minsym.exp: New file.
446
447 2018-11-19 Tom Tromey <tom@tromey.com>
448
449 PR rust/23625:
450 * gdb.rust/simple.exp: Add ptype test. Update expected output.
451 * gdb.rust/expr.exp: Update expected output. Change one test.
452
453 2018-11-19 Tom Tromey <tom@tromey.com>
454
455 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
456
457 2018-11-19 Pedro Alves <palves@redhat.com>
458
459 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
460 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
461 see the expected warning.
462
463 2018-11-16 Alan Hayward <alan.hayward@arm.com>
464
465 PR gdb/22736:
466 * gdb.cp/infcall-nodebug-lib.c: New test.
467 * gdb.cp/infcall-nodebug-main.c: New test.
468 * gdb.cp/infcall-nodebug.exp: New file.
469
470 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
471
472 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
473 completer tests.
474
475 2018-11-09 Tom de Vries <tdevries@suse.de>
476
477 * gdb.base/msym-lang.c: New test.
478 * gdb.base/msym-lang.exp: New file.
479 * gdb.base/msym-lang-main.c: New test.
480
481 2018-11-08 Tom Tromey <tom@tromey.com>
482
483 PR gdb/23555:
484 PR gdb/23838:
485 * gdb.base/warning.exp: New file.
486
487 2018-11-08 Jan Beulich <jbeulich@suse.com>
488
489 * testsuite/gdb.arch/i386-avx512.c,
490 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
491
492 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
493
494 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
495 point hardware.
496
497 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
498
499 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
500 * gdb.dwarf2/missing-type-name.exp: New file.
501
502 2018-11-06 Tom de Vries <tdevries@suse.de>
503
504 * gdb.base/many-headers.c: New test.
505 * gdb.base/many-headers.exp: New file.
506
507 2018-11-06 Jim Wilson <jimw@sifive.com>
508
509 * gdb.base/code_elim.exp: For riscv, set additional_flags
510 to include -msmall-data-limit=0.
511
512 2018-11-01 Joel Brobecker <brobecker@adacore.com>
513
514 * gdb.ada/watch_minus_l: New testcase.
515
516 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
517
518 * gdb.arch/aix-sighandle.c: New file.
519 * gdb.arch/aix-sighandle.exp: New file.
520
521 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
522
523 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
524 registers being unions.
525
526 2018-10-31 Tom de Vries <tdevries@suse.de>
527
528 * lib/valgrind.exp: New file.
529 (vgdb_start, vgdb_stop): New procs, factored out of ...
530 * gdb.base/valgrind-bt.exp: ... here, ...
531 * gdb.base/valgrind-disp-step.exp: ... here and ...
532 * gdb.base/valgrind-infcall.exp: ... here.
533
534 2018-10-31 Tom de Vries <tdevries@suse.de>
535
536 * lib/gdb.exp (get_valueof): Don't output read value in test name.
537
538 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
539
540 * gdb.dwarf2/void-type.c: New file.
541 * gdb.dwarf2/void-type.exp: New file.
542
543 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
544
545 * gdb.base/info_qt.c: New file.
546 * gdb.base/info_qt.exp: New file.
547
548 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
549
550 * gdb.arch/powerpc-htm-regs.c: New file.
551 * gdb.arch/powerpc-htm-regs.exp: New file.
552
553 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
554
555 * gdb.arch/powerpc-tar.c: New file.
556 * gdb.arch/powerpc-tar.exp: New file.
557
558 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
559
560 * gdb.arch/powerpc-ppr-dscr.c: New file.
561 * gdb.arch/powerpc-ppr-dscr.exp: New file.
562
563 2018-10-25 Tom de Vries <tdevries@suse.de>
564
565 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
566
567 2018-10-24 Tom de Vries <tdevries@suse.de>
568
569 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
570 longer exists error.
571
572 2018-10-24 Tom de Vries <tdevries@suse.de>
573
574 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
575
576 2018-10-24 Tom de Vries <tdevries@suse.de>
577
578 * gdb.base/valgrind-db-attach.exp: Handle removed support for
579 --db-attach in valgrind.
580
581 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
582
583 * gdb.arch/riscv-reg-aliases.c: New file.
584 * gdb.arch/riscv-reg-aliases.exp: New file.
585
586 2018-10-19 Alan Hayward <alan.hayward@arm.com>
587
588 * gdb.python/py-cmd.exp: Check for gdb_prompt.
589
590 2018-10-19 Alan Hayward <alan.hayward@arm.com>
591
592 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
593
594 2018-10-19 Alan Hayward <alan.hayward@arm.com>
595
596 * gdb.cp/ovldbreak.exp: Fix regexps.
597
598 2018-10-19 Alan Hayward <alan.hayward@arm.com>
599
600 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
601
602 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
603
604 PR cli/23785
605 * gdb.base/restore.exp: New test to check if "restore" with an
606 invalid file doesn't segfault.
607
608 2018-10-18 Tom de Vries <tdevries@suse.de>
609
610 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
611 * gdb.ada/excep_handle.exp: Same.
612 * gdb.ada/mi_string_access.exp: Same.
613 * gdb.ada/mi_var_union.exp: Same.
614 * gdb.arch/arc-analyze-prologue.exp: Same.
615 * gdb.arch/arc-decode-insn.exp: Same.
616 * gdb.base/readnever.exp: Same.
617 * gdb.fortran/printing-types.exp: Same.
618 * gdb.guile/scm-lazy-string.exp: Same.
619
620 2018-10-16 Tom de Vries <tdevries@suse.de>
621
622 PR gdb/23730
623 * gdb.base/catch-follow-exec.c: Add copyright notice.
624 * gdb.base/catch-follow-exec.exp: Rewrite to use
625 gdb_spawn_with_cmdline_opts. Require gdb-native.
626
627 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
628
629 * gdb.trace/actions-changed.exp: Check for arch support.
630 * gdb.trace/actions.exp: Likewise.
631 * gdb.trace/ax.exp: Likewise.
632 * gdb.trace/backtrace.exp: Likewise.
633 * gdb.trace/change-loc.exp: Likewise.
634 * gdb.trace/deltrace.exp: Likewise.
635 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
636 * gdb.trace/ftrace.exp: Likewise.
637 * gdb.trace/infotrace.exp: Check for arch support.
638 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
639 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
640 * gdb.trace/mi-tsv-changed.exp: Likewise.
641 * gdb.trace/packetlen.exp: Likewise.
642 * gdb.trace/passc-dyn.exp: Likewise.
643 * gdb.trace/passcount.exp: Likewise.
644 * gdb.trace/pending.exp: Likewise.
645 * gdb.trace/range-stepping.exp: Check for shlib support.
646 * gdb.trace/report.exp: Check for arch support.
647 * gdb.trace/save-trace.exp: Likewise.
648 * gdb.trace/signal.exp: Check for signal support.
649 * gdb.trace/tfind.exp: Check for arch support.
650 * gdb.trace/trace-break.exp: Check for arch and shlib support.
651 * gdb.trace/trace-common.h: Add comment.
652 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
653 * gdb.trace/trace-enable-disable.exp: Likewise.
654 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
655 * gdb.trace/tracecmd.exp: Check for arch support.
656 * gdb.trace/tspeed.exp: Check for shlib and target support.
657 * gdb.trace/tstatus.exp: Check for arch support.
658 * gdb.trace/tsv.exp: Likewise.
659 * gdb.trace/while-dyn.exp: Likewise.
660 * gdb.trace/while-stepping.exp: Likewise.
661 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
662
663 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
664
665 * gdb.trace/tspeed.exp: Remove nowarnings.
666 (prepare_for_trace_test): Declare "global ipalib".
667 * gdb.trace/tspeed.c: Include unistd.h.
668 (main): Remove superfluous printf argument.
669
670 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
671
672 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
673 directory prefix on the filename.
674
675 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
676
677 * gdb.gdb/unittest.exp: Update expected message informing that
678 selftests have been disabled.
679 * gdb.server/unittest.exp: Likewise.
680
681 2018-10-09 Tom de Vries <tdevries@suse.de>
682
683 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
684 with runto_main.
685
686 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
687
688 PR c++/16841
689 * gdb.cp/virtbase2.cc: New file.
690 * gdb.cp/virtbase2.exp: New file.
691
692 2018-10-06 Tom Tromey <tom@tromey.com>
693
694 PR python/19399:
695 * gdb.python/py-inferior.exp: Add architecture test.
696
697 2018-10-06 Tom Tromey <tom@tromey.com>
698
699 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
700 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
701
702 2018-10-06 Tom Tromey <tom@tromey.com>
703
704 * gdb.python/py-breakpoint.exp (check_last_event): Check location
705 of a "throw" catchpoint.
706
707 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
708
709 * gdb.base/info-proc.exp: Update string expected from "help info
710 proc".
711
712 2018-10-04 Tom Tromey <tom@tromey.com>
713
714 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
715 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
716 (test_initial_complaints, test_empty_complaints): Update.
717 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
718
719 2018-10-04 Tom Tromey <tom@tromey.com>
720
721 PR cli/19551:
722 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
723 * lib/gdb.exp (gdb_file_cmd): Update.
724 * gdb.stabs/weird.exp (print_weird_var): Update.
725 * gdb.server/solib-list.exp: Update.
726 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
727 * gdb.mi/mi-cli.exp: Update.
728 * gdb.linespec/linespec.exp: Update.
729 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
730 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
731 * gdb.cp/cp-relocate.exp: Update.
732 * gdb.base/sym-file.exp: Update.
733 * gdb.base/relocate.exp: Update.
734 * gdb.base/readnever.exp: Update.
735 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
736 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
737 * gdb.base/dbx.exp (gdb_file_cmd): Update.
738 * gdb.base/code_elim.exp: Update.
739 * gdb.base/break-unload-file.exp (test_break): Update.
740 * gdb.base/break-interp.exp (test_attach_gdb): Update.
741 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
742 Update.
743 * gdb.base/attach.exp (do_attach_tests): Update.
744 * gdb.base/sepdebug.exp: Update.
745 * gdb.python/py-section-script.exp: Update.
746
747 2018-10-04 Tom Tromey <tom@tromey.com>
748
749 PR cli/22234:
750 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
751 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
752 output.
753
754 2018-10-04 Tom Tromey <tom@tromey.com>
755
756 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
757 set width and height to 0.
758 (test_command_line_attach_run): Use -quiet.
759
760 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
761
762 * lib/gdb.exp (skip_ifunc_tests): New.
763 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
764 other compile failures.
765 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
766
767 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
768
769 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
770 is_amd64_regs_target.
771
772 2018-10-01 Alan Hayward <alan.hayward@arm.com>
773
774 * gdb.arch/aarch64-sighandler-regs.c: New test.
775 * gdb.arch/aarch64-sighandler-regs.exp: New file.
776 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
777
778 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
779
780 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
781 assembly.
782
783 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
784
785 * gdb.base/frame-selection.exp: New file.
786 * gdb.base/frame-selection.c: New file.
787
788 2018-09-27 Alan Hayward <alan.hayward@arm.com>
789
790 * gdb.threads/check-libthread-db.c (thread_routine): Use a
791 pthread barrier.
792 (main): Likewise.
793
794 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
795
796 * gdb.base/large-frame-1.c: New file.
797 * gdb.base/large-frame-2.c: New file.
798 * gdb.base/large-frame.exp: New file.
799 * gdb.base/large-frame.h: New file.
800
801 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
802
803 PR gdb/20948
804 * gdb.base/write_mem.exp: New test.
805 * gdb.base/write_mem.c: Likewise.
806
807 2018-09-23 Tom Tromey <tom@tromey.com>
808
809 PR python/18852:
810 * gdb.python/py-parameter.exp: Add test for parameter that throws
811 on "set".
812
813 2018-09-23 Tom Tromey <tom@tromey.com>
814
815 PR python/17284:
816 * gdb.python/py-template.exp (test_template_arg): Add test for
817 negative template argument number.
818
819 2018-09-23 Tom Tromey <tom@tromey.com>
820
821 PR python/14062:
822 * gdb.python/python.exp: Add test for post_event error.
823
824 2018-09-23 Tom Tromey <tom@tromey.com>
825
826 PR python/18170:
827 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
828 convert pointers to int and long.
829
830 2018-09-23 Tom Tromey <tom@tromey.com>
831
832 PR python/20126:
833 * gdb.python/py-value.exp (test_value_numeric_ops): Add
834 signed-ness conversion tests.
835
836 2018-09-23 Tom Tromey <tom@tromey.com>
837
838 PR python/18352;
839 * gdb.python/py-value.exp (test_float_conversion): New proc.
840 Use it.
841
842 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
843
844 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
845
846 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
847
848 * gdb.base/complete-empty.exp: Skip tab-completion tests if
849 no readline.
850 * gdb.base/utf8-identifiers.exp: Likewise.
851 * gdb.cp/cpcompletion.exp: Likewise.
852 * gdb.linespec/cpcompletion.exp: Likewise.
853 * gdb.linespec/cpls-abi-tag.exp: Likewise.
854 * gdb.linespec/cpls-ops.exp: Likewise.
855
856 2018-09-19 Richard Bunt <richard.bunt@arm.com>
857 Chris January <chris.january@arm.com>
858
859 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
860 * gdb.fortran/short-circuit-argument-list.exp: New file.
861 * gdb.fortran/short-circuit-argument-list.f90: New test.
862
863 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
864
865 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
866 "arch=" keyword when executing "-stack-list-frames".
867
868 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
869
870 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
871 "arch=" keyword when executing "-stack-list-frames".
872
873 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
874
875 * gdb.ada/complete.exp: Expect for "@" when doing "complete
876 break ada".
877
878 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
879
880 PR python/23669
881 * gdb.python/python.exp: Test gdb.execute("show commands").
882
883 2018-09-16 Tom Tromey <tom@tromey.com>
884
885 * gdb.base/new-ui.exp (do_execution_tests): Update.
886 * gdb.base/dbx.exp (test_breakpoints): Update.
887
888 2018-09-14 Alan Hayward <alan.hayward@arm.com>
889
890 * lib/gdb.exp (gdb_simple_compile): Add proc.
891 (is_elf_target): Use gdb_simple_compile.
892 (skip_altivec_tests): Likewise.
893 (skip_vsx_tests): Likewise.
894 (skip_tsx_tests): Likewise.
895 (skip_btrace_tests): Likewise.
896 (skip_btrace_pt_tests): Likewise.
897 (gdb_can_simple_compile): Likewise.
898 (gdb_has_argv0): Likewise.
899 (gdb_target_symbol_prefix): Likewise.
900 (target_supports_scheduler_locking): Likewise.
901
902 2018-09-13 Tom Tromey <tom@tromey.com>
903
904 * Makefile.in (TAGS): Recognize proc_with_prefix and
905 gdb_caching_proc.
906
907 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
908
909 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
910 method.
911
912 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
913
914 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
915 and a few other Inferior properties when the Inferior is no
916 longer valid.
917
918 2018-09-13 Tom Tromey <tom@tromey.com>
919
920 PR rust/23650:
921 * gdb.rust/simple.exp: Add test for enum field access error.
922
923 2018-09-13 Tom Tromey <tom@tromey.com>
924
925 PR rust/23626:
926 * gdb.rust/simple.rs (EmptyEnum): New type.
927 (main): Use it.
928 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
929
930 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
931
932 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
933 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
934 * gdb.python/py-symtab.exp: Update test printing an objfile.
935
936 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
937
938 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
939 object.
940
941 2018-09-12 Alan Hayward <alan.hayward@arm.com>
942
943 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
944 (support_complex_tests): Use gdb_can_simple_compile.
945 (is_ilp32_target): Likewise.
946 (is_lp64_target): Likewise.
947 (is_64_target): Likewise.
948 (is_amd64_regs_target): Likewise.
949 (is_aarch32_target): Likewise.
950 (gdb_int128_helper): Likewise.
951
952 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
953
954 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
955
956 2018-09-10 Jerome Guitton <guitton@adacore.com>
957
958 * gdb.ada/same_component_name: Add test for case of tagged record
959 with variable-length fields.
960
961 2018-09-10 Xavier Roirand <roirand@adacore.com>
962
963 * gdb.ada/access_to_unbounded_array.exp: New testcase.
964 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
965 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
966 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
967
968 2018-09-10 Xavier Roirand <roirand@adacore.com>
969
970 * gdb.ada/mi_string_access.exp: New testcase.
971 * gdb.ada/mi_string_access/bar.adb: New file.
972 * gdb.ada/mi_string_access/pck.adb: New file.
973 * gdb.ada/mi_string_access/pck.asd: New file.
974
975 2018-09-10 Xavier Roirand <roirand@adacore.com>
976
977 * gdb.ada/mi_var_union.exp: New testcase.
978 * gdb.ada/mi_var_union/bar.adb: New file.
979 * gdb.ada/mi_var_union/pck.adb: New file.
980 * gdb.ada/mi_var_union/pck.asd: New file.
981
982 2018-09-08 Tom Tromey <tom@tromey.com>
983
984 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
985
986 2018-09-08 Tom Tromey <tom@tromey.com>
987
988 PR python/16047:
989 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
990 (register_pretty_printers): Register new printer.
991 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
992 test.
993 * gdb.python/py-prettyprint.c (int_type3): New typedef.
994 (an_int_type3): New global.
995
996 2018-09-08 Joel Brobecker <brobecker@adacore.com>
997
998 * gdb.ada/expr_with_funcall: New testcase.
999
1000 2018-09-08 Joel Brobecker <brobecker@adacore.com>
1001
1002 * gdb.ada/packed_array_assign: New testcase.
1003
1004 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
1005
1006 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
1007 names, and add test prefixes to make test names unique.
1008
1009 2018-09-05 Tom de Vries <tdevries@suse.de>
1010
1011 * gdb.dwarf2/varval.exp: Add test.
1012
1013 2018-09-04 Gary Benson <gbenson@redhat.com>
1014
1015 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
1016 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
1017
1018 2018-08-31 Tom Tromey <tom@tromey.com>
1019
1020 * gdb.rust/simple.rs: Rename second variable "v".
1021
1022 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
1023
1024 * gdb.base/funcargs.c (use_a): New function.
1025 (recurse): Call use_a.
1026
1027 2018-08-29 Keith Seitz <keiths@redhat.com>
1028
1029 * gdb.compile/compile-cplus-anonymous.cc: New file.
1030 * gdb.compile/compile-cplus-anonymous.exp: New file.
1031 * gdb.compile/compile-cplus-array-decay.cc: New file.
1032 * gdb.compile/compile-cplus-array-decay.exp: New file.
1033 * gdb.compile/compile-cplus-inherit.cc: New file.
1034 * gdb.compile/compile-cplus-inherit.exp: New file.
1035 * gdb.compile/compile-cplus-member.cc: New file.
1036 * gdb.compile/compile-cplus-member.exp: New file.
1037 * gdb.compile/compile-cplus-method.cc: New file.
1038 * gdb.compile/compile-cplus-method.exp: New file.
1039 * gdb.compile/compile-cplus-mod.c: "New" file.
1040 * gdb.compile/compile-cplus-namespace.cc: New file.
1041 * gdb.compile/compile-cplus-namespace.exp: New file.
1042 * gdb.compile/compile-cplus-nested.cc: New file.
1043 * gdb.compile/compile-cplus-nested.exp: New file.
1044 * gdb.compile/compile-cplus-print.c: "New" file.
1045 * gdb.compile/compile-cplus-print.exp: "New" file.
1046 * gdb.compile/compile-cplus-virtual.cc: New file.
1047 * gdb.compile/compile-cplus-virtual.exp: New file.
1048 * gdb.compile/compile-cplus.c: "New" file.
1049 * gdb.compile/compile-cplus.exp: "New" file.
1050 * lib/compile-support.exp: New file.
1051
1052 2018-08-16 Gary Benson <gbenson@redhat.com>
1053
1054 PR gdb/13000:
1055 * gdb.base/batch-exit-status.exp: New file.
1056 * gdb.base/batch-exit-status.good-commands: Likewise.
1057 * gdb.base/batch-exit-status.bad-commands: Likewise.
1058
1059 2018-08-29 Alan Hayward <alan.hayward@arm.com>
1060
1061 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
1062 (struct struct02): Likewise.
1063 (struct struct03): Likewise.
1064 (struct struct04): Likewise.
1065 (struct struct_01_01): New struct.
1066 (struct struct_01_02): Likewise.
1067 (struct struct_01_03): Likewise.
1068 (struct struct_01_04): Likewise.
1069 (struct struct_02_01): Likewise.
1070 (struct struct_02_02): Likewise.
1071 (struct struct_02_03): Likewise.
1072 (struct struct_02_04): Likewise.
1073 (struct struct_04_01): Likewise.
1074 (struct struct_04_02): Likewise.
1075 (struct struct_04_03): Likewise.
1076 (struct struct_04_04): Likewise.
1077 (struct struct_05_01): Likewise.
1078 (struct struct_05_02): Likewise.
1079 (struct struct_05_03): Likewise.
1080 (struct struct_05_04): Likewise.
1081 (cmp_struct01): Remove function.
1082 (cmp_struct02): Likewise.
1083 (cmp_struct03): Likewise.
1084 (cmp_struct04): Likewise.
1085 (cmp_struct_01_01): Add Function.
1086 (cmp_struct_01_02): Likewise.
1087 (cmp_struct_01_03): Likewise.
1088 (cmp_struct_01_04): Likewise.
1089 (cmp_struct_02_01): Likewise.
1090 (cmp_struct_02_02): Likewise.
1091 (cmp_struct_02_03): Likewise.
1092 (cmp_struct_02_04): Likewise.
1093 (cmp_struct_04_01): Likewise.
1094 (cmp_struct_04_02): Likewise.
1095 (cmp_struct_04_03): Likewise.
1096 (cmp_struct_04_04): Likewise.
1097 (cmp_struct_05_01): Likewise.
1098 (cmp_struct_05_02): Likewise.
1099 (cmp_struct_05_03): Likewise.
1100 (cmp_struct_05_04): Likewise.
1101 (call_all): Add new structs.
1102 * gdb.base/infcall-nested-structs.exp: Likewise.
1103
1104 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
1105
1106 * gdb.python/py-framefilter-mi.exp: Update regexp to
1107 check for "arch" field in frame output.
1108
1109 2018-08-23 Kevin Buettner <kevinb@redhat.com>
1110
1111 * gdb.dwarf2/dw2-ranges-func.c: New file.
1112 * gdb.dwarf2/dw2-ranges-func.exp: New file.
1113
1114 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
1115
1116 * gdb.base/term.exp: Compare terminal settings with values from
1117 the inferior.
1118 * gdb.base/term.c: Get and set terminal settings.
1119
1120 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
1121
1122 * lib/mi-support.exp (mi_expect_stop): Update regexp to
1123 accommodate new "arch" field in frame output.
1124 * gdb.mi/mi-return.exp: Likewise.
1125 * gdb.mi/mi-stack.exp: Likewise.
1126 * gdb.mi/mi-syn-frame.exp: Likewise.
1127 * gdb.mi/user-selected-context-sync.exp: Likewise.
1128
1129 2018-08-19 Michael Spang <spang@google.com>
1130
1131 PR gdb/11786
1132 * gdb.base/gcore-tls-pie.c: New file.
1133 * gdb.base/gcore-tls-pie.exp: New file.
1134
1135 2018-08-18 Kevin Buettner <kevinb@redhat.com>
1136
1137 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
1138 * gdb.dwarf2/varval.c: New file.
1139 * gdb.dwarf2/varval.exp: New file.
1140
1141 2018-08-17 Alan Hayward <alan.hayward@arm.com>
1142
1143 PR gdb/18931
1144 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
1145
1146 2018-08-16 Keith Seitz <keiths@redhat.com>
1147
1148 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
1149 tests expected to pass.
1150
1151 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
1152
1153 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
1154 -data-disassemble -a.
1155 (test_disassembly_bogus_args): Likewise.
1156
1157 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
1158
1159 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
1160
1161 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1162
1163 * gdb.base/vla-optimized-out.exp: Add new test.
1164
1165 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1166
1167 * gdb.base/vla-optimized-out-o3.exp: Delete.
1168 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
1169 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
1170 deleted tests.
1171
1172 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
1173
1174 PR gdb/18050:
1175 * gdb.server/extended-remote-restart.c: New file.
1176 * gdb.server/extended-remote-restart.exp: New file.
1177
1178 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
1179
1180 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
1181 "set variable index = 42".
1182
1183 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
1184
1185 * boards/index-cache-gdb.exp: New file.
1186 * gdb.dwarf2/index-cache.exp: New file.
1187 * gdb.dwarf2/index-cache.c: New file.
1188 * gdb.base/maint.exp: Check if we are using the index cache.
1189
1190 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1191
1192 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
1193 MAKEFLAGS.
1194
1195 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1196
1197 * dg-extract-results.sh: Move to toplevel contrib.
1198 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
1199 * Makefile.in (check-parallel-racy): Likewise.
1200
1201 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
1202
1203 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
1204 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
1205 tests if the target supports scheduler locking.
1206
1207 2018-08-04 Tom de Vries <tdevries@suse.de>
1208
1209 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
1210
1211 2018-08-02 Tom Tromey <tom@tromey.com>
1212
1213 PR symtab/16842.
1214 * gdb.cp/temargs.exp: Test "info address" of a template
1215 parameter.
1216
1217 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
1218
1219 * gdb.python/py-mi-var-info-path-expression.c: New file.
1220 * gdb.python/py-mi-var-info-path-expression.py: New file.
1221 * gdb.python/py-mi-var-info-path-expression.exp: New file.
1222
1223 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
1224
1225 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
1226 error after "cannot resolve name" string.
1227
1228 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
1229
1230 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
1231 started.
1232 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
1233
1234 2018-07-28 Tom de Vries <tdevries@suse.de>
1235
1236 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
1237
1238 2018-07-26 Tom de Vries <tdevries@suse.de>
1239
1240 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
1241
1242 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
1243
1244 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
1245 is visible.
1246
1247 2018-07-26 Tom de Vries <tdevries@suse.de>
1248
1249 PR breakpoints/23366
1250 * gdb.base/catch-follow-exec.c: New test.
1251 * gdb.base/catch-follow-exec.exp: New file.
1252
1253 2018-07-25 Tom de Vries <tdevries@suse.de>
1254
1255 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
1256 vla-optimized-out.c.
1257
1258 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
1259
1260 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
1261 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
1262
1263 2018-07-20 Tom de Vries <tdevries@suse.de>
1264
1265 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
1266 NOCLONE macro.
1267 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
1268
1269 2018-07-19 Tom de Vries <tdevries@suse.de>
1270
1271 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
1272 regular expression.
1273
1274 2018-07-18 Tom de Vries <tdevries@suse.de>
1275
1276 * gdb.base/vla-optimized-out.c: New test.
1277 * gdb.base/vla-optimized-out.exp: New file.
1278
1279 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
1280
1281 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
1282 message "No address associated with hostname" when gdbserver
1283 cannot resolve the hostname.
1284
1285 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1286
1287 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
1288 Add some test prefixes to make tests unique.
1289
1290 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1291
1292 * gdb.base/frameapply.c: New file.
1293 * gdb.base/frameapply.exp: New file.
1294
1295 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1296
1297 * gdb.base/skip.exp: Update expected error message.
1298
1299 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1300 Jan Kratochvil <jan.kratochvil@redhat.com>
1301 Paul Fertser <fercerpav@gmail.com>
1302 Tsutomu Seki <sekiriki@gmail.com>
1303
1304 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
1305 parameter.
1306 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
1307 by default.
1308 * boards/native-gdbserver.exp: Likewise.
1309 * gdb.server/run-without-local-binary.exp: Improve regexp used
1310 for detecting when a remote debugging connection succeeds.
1311 * gdb.server/server-connect.exp: New file.
1312 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
1313 Do not prefix the port number with ":".
1314 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
1315 support for detecting and using it. Add '$debughost_gdbserver'
1316 to the list of arguments used to start gdbserver. Handle case
1317 when gdbserver cannot resolve a network name.
1318
1319 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1320
1321 PR c++/23373
1322 * gdb.base/ptype-offsets.cc (struct static_member): New
1323 struct.
1324 (main) <stmember>: New variable.
1325 * gdb.base/ptype-offsets.exp: Add test for printing a struct
1326 with a static member in it.
1327
1328 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
1329
1330 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
1331 watchpoints enabled and disabled.
1332
1333 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1334
1335 * gdb.base/examine-backward.exp: Still run tests around address
1336 0x0, even if address 0x0 is not readable. Update the pattern for
1337 matching address 0x0 in expected output.
1338
1339 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1340
1341 * gdb.base/share-env-with-gdbserver.c (main): Add call to
1342 malloc/free.
1343
1344 2018-07-04 Tom de Vries <tdevries@suse.de>
1345
1346 * gdb.dwarf2/dw2-error.exp: Update expected error message.
1347
1348 2018-07-02 Maciej W. Rozycki <macro@mips.com>
1349
1350 PR tdep/8282
1351 * gdb.arch/mips-disassembler-options.exp: New test.
1352 * gdb.arch/mips-disassembler-options.s: New test source.
1353
1354 2018-06-29 Pedro Alves <palves@redhat.com>
1355
1356 * gdb.threads/names.exp: Adjust expected "info threads" output.
1357
1358 2018-06-29 Pedro Alves <palves@redhat.com>
1359
1360 * gdb.opt/inline-break.exp (line number, address): Add "info
1361 break" tests.
1362
1363 2018-06-29 Pedro Alves <palves@redhat.com>
1364
1365 * gdb.opt/inline-break.c (func1): Add "break here" marker.
1366 * gdb.opt/inline-break.exp: Test setting breakpoints by line
1367 number and address and running to them.
1368
1369 2018-06-29 Richard Bunt <richard.bunt@arm.com>
1370
1371 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
1372
1373 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1374
1375 * lib/compiler.c: Remove executable permission flag.
1376
1377 2018-06-28 Richard Bunt <richard.bunt@arm.com>
1378
1379 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
1380 code.
1381 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
1382
1383 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1384
1385 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
1386
1387 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1388
1389 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
1390 address argument is omitted.
1391
1392 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1393
1394 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
1395
1396 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
1397
1398 PR gdb/21695
1399 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
1400 * gdb.base/infoline-reloc-main-from-zero.c: New file.
1401
1402 2018-06-26 Tom Tromey <tom@tromey.com>
1403
1404 PR rust/22574:
1405 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
1406 * gdb.rust/simple.rs (struct SimpleLayout): New.
1407
1408 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
1409
1410 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
1411 "info registers" output.
1412
1413 2018-06-21 Richard Bunt <richard.bunt@arm.com>
1414
1415 * gdb.base/watchpoint-hw-attach.c: New test.
1416 * gdb.base/watchpoint-hw-attach.exp: New file.
1417
1418 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
1419
1420 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
1421 through /bin/sh.
1422 * boards/dwarf4-gdb-index.exp: Likewise.
1423 * boards/fission-dwp.exp: Likewise.
1424
1425 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
1426
1427 * gdb.base/float128.exp: Add comment and improved fail message
1428 to the failure case of "print large128" test.
1429
1430 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
1431
1432 * configure.ac: Remove AC_PREREQ.
1433 * configure: Re-generate.
1434
1435 2018-06-19 Pedro Alves <palves@redhat.com>
1436
1437 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
1438 (func_extern_caller): New.
1439 (main): Call func_extern_caller.
1440 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
1441 logic change.
1442
1443 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
1444
1445 PR gdb/16841
1446 * gdb.cp/typedef-base.cc: New file.
1447 * gdb.cp/typedef-base.exp: New file.
1448
1449 2018-06-18 Tom de Vries <tdevries@suse.de>
1450
1451 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
1452
1453 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1454 Richard Bunt <Richard.Bunt@arm.com>
1455
1456 * gdb.threads/attach-slow-waitpid.c: New file.
1457 * gdb.threads/attach-slow-waitpid.exp: New file.
1458 * gdb.threads/slow-waitpid.c: New file.
1459
1460 2018-06-14 Pedro Alves <palves@redhat.com>
1461
1462 * gdb.base/fork-running-state.c: Include <errno.h>.
1463 (exit_if_relative_exits): New.
1464 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
1465 exits.
1466 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
1467 child exits.
1468
1469 2018-06-14 Tom de Vries <tdevries@suse.de>
1470
1471 PR cli/22573
1472 * gdb.base/finish-pretty.c: New test.
1473 * gdb.base/finish-pretty.exp: New file.
1474
1475 2018-06-14 Pedro Alves <palves@redhat.com>
1476
1477 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
1478 gdb's expected startup output.
1479
1480 2018-06-14 Pedro Alves <palves@redhat.com>
1481
1482 * lib/selftest-support.exp (selftest_setup): Remove inlined
1483 function handling.
1484
1485 2018-06-14 Tom de Vries <tdevries@suse.de>
1486
1487 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
1488 matching of breakpoint printing.
1489
1490 2018-06-13 Tom de Vries <tdevries@suse.de>
1491
1492 PR testsuite/23269
1493 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
1494 (fork_child): ... here, and ...
1495 (fork_parent): ... here.
1496
1497 2018-06-12 Tom de Vries <tdevries@suse.de>
1498
1499 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
1500
1501 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1502 Stephen Roberts <stephen.roberts@arm.com>
1503
1504 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
1505 rewrite test to describe action performed, rather than possible
1506 failure.
1507
1508 2018-06-08 Gary Benson <gbenson@redhat.com>
1509
1510 * gdb.threads/check-libthread-db.exp: New file.
1511 * gdb.threads/check-libthread-db.c: Likewise.
1512
1513 2018-06-05 Tom Tromey <tom@tromey.com>
1514
1515 * gdb.base/default.exp: Update expected "show version" output.
1516
1517 2018-06-05 Tom Tromey <tom@tromey.com>
1518
1519 PR cli/12326:
1520 * gdb.cp/static-print-quit.exp: Update.
1521 * lib/gdb.exp (pagination_prompt): Update.
1522 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
1523 * gdb.python/python.exp: Update.
1524
1525 2018-06-04 Joel Brobecker <brobecker@adacore.com>
1526
1527 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
1528
1529 2018-06-01 Joel Brobecker <brobecker@adacore.com>
1530
1531 * gdb.ada/bp_fun_addr: New testcase.
1532
1533 2018-06-01 Tom Tromey <tom@tromey.com>
1534
1535 * gdb.xml/tdesc-regs.exp (load_description): Update expected
1536 results.
1537 * gdb.dwarf2/method-ptr.exp: Set language to C++.
1538 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
1539 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
1540 * gdb.base/maint.exp (maint_pass_if): Update.
1541
1542 2018-05-31 Maciej W. Rozycki <macro@mips.com>
1543
1544 * gdb.base/endian.exp: New test.
1545 * gdb.base/endian.c: New test source.
1546
1547 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
1548
1549 PR gdb/23203
1550 * gdb.base/bt-selected-frame.c: New file.
1551 * gdb.base/bt-selected-frame.exp: New file.
1552 * lib/gdb.exp (get_current_frame_number): New function.
1553
1554 2018-05-24 Maciej W. Rozycki <macro@mips.com>
1555 Pedro Alves <palves@redhat.com>
1556
1557 * gdb.threads/tls-core.c: Include <stdlib.h>
1558 (thread_proc): Call `abort'.
1559 * gdb.threads/tls-core.exp: Generate a core with core_find too.
1560 (tls_core_test): New procedure, bits factored out from ...
1561 (top level): ... here. Test both native cores and gcore cores.
1562
1563 2018-05-23 Tom Tromey <tom@tromey.com>
1564
1565 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
1566
1567 2018-05-23 Tom Tromey <tom@tromey.com>
1568
1569 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
1570 symfile_complaints.
1571 (test_short_complaints): Likewise.
1572 (test_empty_complaints): Likewise.
1573 (test_initial_complaints): Update.
1574
1575 2018-05-23 Tom Tromey <tom@tromey.com>
1576
1577 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
1578
1579 2018-05-23 Tom Tromey <tom@tromey.com>
1580
1581 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
1582 (test_short_complaints): Update.
1583
1584 2018-05-22 Pedro Alves <palves@redhat.com>
1585
1586 * gdb.base/remote.exp: Only gdb_start after compiling the
1587 testcase. Issue "disconnect" before testing "set remote" command
1588 defaults. Issue clean_restart before running to main.
1589
1590 2018-05-22 Pedro Alves <palves@redhat.com>
1591
1592 * gdb.base/remote.exp: Adjust expected output of "show remote
1593 memory-write-packet-size". Add tests for "set remote
1594 memory-write-packet-size 0" and "set remote
1595 memory-write-packet-size fixed/limit".
1596
1597 2018-05-22 Pedro Alves <palves@redhat.com>
1598
1599 PR gdb/22973
1600 * gdb.base/utf8-identifiers.c: New file.
1601 * gdb.base/utf8-identifiers.exp: New file.
1602
1603 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1604
1605 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
1606
1607 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1608
1609 * gdb.arch/powerpc-vsx-gcore.exp: New file.
1610
1611 2018-05-18 Tom Tromey <tom@tromey.com>
1612
1613 * gdb.base/ptype-offsets.exp: Update.
1614
1615 2018-05-17 Keith Seitz <keiths@redhat.com>
1616
1617 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
1618 in expected breakpoint stop locations.
1619 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
1620 move to proper scope to test variable values.
1621 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
1622 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
1623 New functions.
1624 (main): Call not_inline_func3.
1625 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
1626 inline_func1, inline_func2, and inline_func3. Test that when each
1627 breakpoint is hit, GDB properly reports both the stop location
1628 and the backtrace. Repeat tests for temporary breakpoints.
1629
1630 2018-05-15 Maciej W. Rozycki <macro@mips.com>
1631
1632 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
1633 rather then trying to access it in determining whether the PID
1634 of `gdbserver' could have been retrieved.
1635
1636 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
1637
1638 * gdb.arch/amd64-init-x87-values.S: New file.
1639 * gdb.arch/amd64-init-x87-values.exp: New file.
1640
1641 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1642
1643 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
1644
1645 2018-05-04 Tom Tromey <tom@tromey.com>
1646
1647 PR python/22730:
1648 * gdb.python/python.exp: Test multi-line execute.
1649
1650 2018-05-04 Tom Tromey <tom@tromey.com>
1651
1652 PR python/22731:
1653 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
1654
1655 2018-05-04 Tom Tromey <tom@tromey.com>
1656
1657 PR gdb/11750:
1658 * gdb.base/define.exp: Test defining a user command inside a user
1659 command.
1660 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
1661
1662 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1663 Pedro Alves <palves@redhat.com>
1664
1665 PR breakpoints/19806 and support for PR external/20207.
1666 * gdb.base/watchpoint-unaligned.c: New file.
1667 * gdb.base/watchpoint-unaligned.exp: New file.
1668
1669 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1670
1671 * gdb.base/maint.exp: Make test names unique, use
1672 test_prefix_command_help to test 'help maint info', and remove
1673 repeated test of 'help maint'.
1674
1675 2018-05-04 Tom Tromey <tom@tromey.com>
1676
1677 PR gdb/22619:
1678 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
1679 behavior.
1680
1681 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1682
1683 * gdb.base/maint.exp: Process output from 'maint print registers'
1684 line at a time.
1685
1686 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1687
1688 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
1689 timeout.
1690
1691 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
1692
1693 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
1694 filter pattern.
1695
1696 2018-05-02 Pedro Alves <palves@redhat.com>
1697
1698 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
1699 to_log_command renames.
1700 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1701
1702 2018-05-02 Tom Tromey <tom@tromey.com>
1703
1704 * gdb.python/py-parameter.exp: Set test message.
1705
1706 2018-05-02 Tom Tromey <tom@tromey.com>
1707
1708 PR python/20084:
1709 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
1710 PARAM_ZUINTEGER_UNLIMITED tests.
1711
1712 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
1713
1714 PR rust/23124
1715 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
1716 when casting.
1717
1718 2018-04-30 Tom Tromey <tom@tromey.com>
1719
1720 * gdb.python/py-type.exp: Check align attribute.
1721 * gdb.python/py-type.c: New "aligncheck" global.
1722
1723 2018-04-30 Tom Tromey <tom@tromey.com>
1724
1725 PR exp/17095:
1726 * gdb.dwarf2/dw2-align.exp: New file.
1727 * gdb.cp/align.exp: New file.
1728 * gdb.base/align.exp: New file.
1729 * lib/gdb.exp (gdb_int128_helper): New proc.
1730 (has_int128_c, has_int128_cxx): New caching procs.
1731
1732 2018-04-27 Tom Tromey <tom@tromey.com>
1733
1734 PR rust/22545:
1735 * gdb.rust/simple.exp: Add inclusive range tests.
1736
1737 2018-04-26 Pedro Alves <palves@redhat.com>
1738
1739 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
1740 ifunc breakpoint locations correctly of ifunc breakpoints set
1741 while the program resolves the ifunc.
1742
1743 2018-04-26 Pedro Alves <palves@redhat.com>
1744
1745 * gdb.base/gnu-ifunc-final.c: New file.
1746 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
1747 * gdb.base/gnu-ifunc.exp (executable): Delete.
1748 (staticexecutable): Adjust.
1749 (lib_opts, exec_opts): Delete.
1750 (make_binsuffix, build, set-break): New procedures.
1751 (misc_tests): New, with tests factored out from the top level.
1752 (top level): Test different combinations of ifunc resolver name,
1753 resolver with and with debug info, and ifunc target with and
1754 without debug info. Wrap static tests with with_target_prefix.
1755
1756 2018-04-26 Pedro Alves <palves@redhat.com>
1757
1758 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
1759 return type" warnings.
1760
1761 2018-04-25 Pedro Alves <palves@redhat.com>
1762
1763 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
1764 killed".
1765 * gdb.base/kill-after-signal.exp: Likewise.
1766 * gdb.threads/kill.exp: Likewise.
1767
1768 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1769 Sergio Durigan Junior <sergiodj@redhat.com>
1770 Pedro Alves <palves@redhat.com>
1771
1772 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
1773 regexps to expect for '[Inferior ... detached]' as well.
1774 * gdb.base/attach.exp: Likewise.
1775 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
1776 "gdb_continue_to_end".
1777 (test_catch_syscall_with_wrong_args): Likewise.
1778 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
1779 ']'. Don't set 'verbose' on.
1780 * gdb.base/foll-vfork.exp: Likewise.
1781 * gdb.base/fork-print-inferior-events.c: New file.
1782 * gdb.base/fork-print-inferior-events.exp: New file.
1783 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
1784 '[Inferior ... has been killed]' message.
1785 * gdb.base/kill-after-signal.exp: Likewise.
1786 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
1787 detach message.
1788 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
1789 message.
1790 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
1791 regexps to expect for '[Inferior ... detached]' as well.
1792 * gdb.threads/process-dies-while-detaching.exp: Likewise.
1793
1794 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
1795
1796 PR gdb/23104
1797 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
1798
1799 2018-04-19 Richard Bunt <richard.bunt@arm.com>
1800
1801 * gdb.threads/multiple-successive-infcall.c: New test.
1802 * gdb.threads/multiple-successive-infcall.exp: New file.
1803
1804 2018-04-17 Tom Tromey <tom@tromey.com>
1805
1806 * gdb.rust/simple.rs (Union): New type.
1807 (main): New local "u".
1808 * gdb.rust/simple.exp (test_one_slice): Add new test case.
1809
1810 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1811
1812 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
1813 number information in output of "whereis" command.
1814 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
1815
1816 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1817
1818 * gdb.ada/info_types.exp: Adjust expected output to the line
1819 numbers now printed by "info var/func/type".
1820 * gdb.base/completion.exp: Likewise.
1821 * gdb.base/included.exp: Likewise.
1822 * gdb.cp/cp-relocate.exp: Likewise.
1823 * gdb.cp/cplusfuncs.exp: Likewise.
1824 * gdb.cp/namespace.exp: Likewise.
1825 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
1826
1827 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1828
1829 * gdb.btrace/cpu.exp: New.
1830
1831 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1832
1833 * gdb.base/step-indirect-call-thunk.exp: New.
1834 * gdb.base/step-indirect-call-thunk.c: New.
1835 * gdb.reverse/step-indirect-call-thunk.exp: New.
1836 * gdb.reverse/step-indirect-call-thunk.c: New.
1837
1838 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
1839
1840 * gdb.base/pie-fork.c: New file.
1841 * gdb.base/pie-fork.exp: New file.
1842
1843 2018-04-11 Tom Tromey <tom@tromey.com>
1844
1845 * gdb.rust/simple.exp: Add test for ".." struct initializer.
1846
1847 2018-04-10 Pedro Alves <palves@redhat.com>
1848
1849 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
1850 exits. Instead loop running forever.
1851 (fork_parent): Run forever too.
1852
1853 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1854
1855 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
1856 mi_continue_to_line.
1857 * gdb.mi/mi-stack.c (callee4): Add comment.
1858
1859 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1860
1861 * gdb.mi/mi-stack.exp: Fix indentation.
1862
1863 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1864
1865 PR gdb/22979
1866 * gdb.arch/amd64-osabi.exp: New file.
1867
1868 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1869
1870 PR gdb/22980
1871 * gdb.base/osabi.exp: New file.
1872
1873 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
1874
1875 * gdb.cp/static-typedef-print.exp: New file.
1876 * gdb.cp/static-typedef-print.cc: New file.
1877
1878 2018-03-27 Joel Brobecker <brobecker@adacore.com>
1879
1880 * gdb.ada/varsize_limit: New testcase.
1881
1882 2018-03-27 Joel Brobecker <brobecker@adacore.com>
1883
1884 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
1885
1886 * gdb.ada/notcplusplus: New testcase.
1887
1888 * gdb.base/c-linkage-name.c: New file.
1889 * gdb.base/c-linkage-name.exp: New testcase.
1890
1891 2018-03-26 Tom Tromey <tom@tromey.com>
1892
1893 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
1894 * gdb.python/py-framefilter.py (name_error): New global.
1895 (ErrorInName.function): Use name_error.
1896
1897 2018-03-26 Tom Tromey <tom@tromey.com>
1898
1899 PR backtrace/15582:
1900 * gdb.python/py-framefilter.exp: Add "bt hide" test.
1901
1902 2018-03-23 Keith Seitz <keiths@redhat.com>
1903
1904 PR c++/22968
1905 * gdb.cp/subtypes.exp: New file.
1906 * gdb.cp/subtypes.h: New file.
1907 * gdb.cp/subtypes.cc: New file.
1908 * gdb.cp/subtypes-2.cc: New file.
1909
1910 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1911
1912 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
1913 (done): Call '_exit' not 'exit' to avoid atexit handlers.
1914 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
1915 -nostartfiles when compiling the test. Confirm that all registers
1916 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
1917
1918 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1919
1920 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
1921 option, syntax was wrong anyway.
1922 * gdb.arch/arm-disp-step.exp: Likewise.
1923 * gdb.arch/sparc64-regs.exp: Likewise.
1924 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
1925 option, syntax was wrong anyway, switch to use
1926 prepare_for_testing.
1927 * gdb.arch/i386-disp-step.exp: Likewise.
1928
1929 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
1930
1931 * gdb.ada/exec_changed.exp: Replace "target_info exists
1932 use_gdb_stub" by "use_gdb_stub".
1933 * gdb.ada/start.exp: Likewise.
1934 * gdb.base/async-shell.exp: Likewise.
1935 * gdb.base/attach-pie-misread.exp: Likewise.
1936 * gdb.base/attach-wait-input.exp: Likewise.
1937 * gdb.base/break-entry.exp: Likewise.
1938 * gdb.base/break-interp.exp: Likewise.
1939 * gdb.base/dprintf-detach.exp: Likewise.
1940 * gdb.base/nostdlib.exp: Likewise.
1941 * gdb.base/solib-nodir.exp: Likewise.
1942 * gdb.base/statistics.exp: Likewise.
1943 * gdb.base/testenv.exp: Likewise.
1944 * gdb.mi/mi-exec-run.exp: Likewise.
1945 * gdb.mi/mi-start.exp: Likewise.
1946 * gdb.multi/dummy-frame-restore.exp: Likewise.
1947 * gdb.multi/multi-arch-exec.exp: Likewise.
1948 * gdb.multi/multi-arch.exp: Likewise.
1949 * gdb.multi/tids.exp: Likewise.
1950 * gdb.multi/watchpoint-multi.exp: Likewise.
1951 * gdb.python/py-events.exp: Likewise.
1952 * gdb.threads/attach-into-signal.exp: Likewise.
1953 * gdb.threads/attach-stopped.exp: Likewise.
1954 * gdb.threads/threadapply.exp: Likewise.
1955 * lib/selftest-support.exp: Likewise.
1956
1957 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
1958
1959 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
1960
1961 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
1962
1963 * gdb.perf/template-breakpoints.cc: New file.
1964 * gdb.perf/template-breakpoints.exp: New file.
1965 * gdb.perf/template-breakpoints.py: New file.
1966
1967 2018-03-19 Tom Tromey <tom@tromey.com>
1968
1969 * gdb.rust/simple.rs (main): Add local variables field1, field2,
1970 y0.
1971 * gdb.rust/simple.exp: Test bare identifier form of struct
1972 initializer.
1973
1974 2018-03-19 Tom Tromey <tom@tromey.com>
1975
1976 * gdb.gdb/observer.exp: Remove.
1977
1978 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1979
1980 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
1981 "qualified" option when setting breakpoints.
1982 * gdb.trace/backtrace.exp: Likewise.
1983 * gdb.trace/circ.exp: Likewise.
1984 * gdb.trace/collection.exp: Likewise.
1985 * gdb.trace/disconnected-tracing.exp: Likewise.
1986 * gdb.trace/ftrace-lock.exp: Likewise.
1987 * gdb.trace/ftrace.exp: Likewise.
1988 * gdb.trace/infotrace.exp: Likewise.
1989 * gdb.trace/packetlen.exp: Likewise.
1990 * gdb.trace/passc-dyn.exp: Likewise.
1991 * gdb.trace/qtro.exp: Likewise.
1992 * gdb.trace/read-memory.exp: Likewise.
1993 * gdb.trace/report.exp: Likewise.
1994 * gdb.trace/signal.exp: Likewise.
1995 * gdb.trace/status-stop.exp: Likewise.
1996 * gdb.trace/strace.exp: Likewise.
1997 * gdb.trace/tfind.exp: Likewise.
1998 * gdb.trace/trace-break.exp: Likewise.
1999 * gdb.trace/trace-condition.exp: Likewise.
2000 * gdb.trace/trace-mt.exp: Likewise.
2001 * gdb.trace/tstatus.exp: Likewise.
2002 * gdb.trace/tsv.exp: Likewise.
2003 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2004 * gdb.trace/unavailable.exp: Likewise.
2005 * gdb.trace/while-dyn.exp: Likewise.
2006
2007 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2008
2009 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
2010 that libinproctrace is copied to the target.
2011
2012 2018-03-14 Tom Tromey <tom@tromey.com>
2013
2014 PR cli/14977:
2015 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
2016 a null pointer.
2017 * gdb.base/wchar.exp: Likewise.
2018
2019 2018-03-14 Tom Tromey <tom@tromey.com>
2020
2021 PR cli/19918:
2022 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
2023 flag.
2024
2025 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
2026
2027 PR gdb/22841
2028 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
2029 "target" to remote_exec.
2030
2031 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
2032
2033 PR gdb/22841
2034 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
2035 ${board}_upload): Remove.
2036
2037 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
2038
2039 * gdb.cp/watch-cp.cc: New test.
2040 * gdb.cp/watch-cp.exp: New file.
2041
2042 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2043
2044 * gdb.base/infcall-nested-structs.exp: New file.
2045 * gdb.base/infcall-nested-structs.c: New file.
2046 * gdb.base/float.exp: Add riscv support.
2047
2048 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
2049
2050 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
2051 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
2052
2053 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
2054
2055 * gdb.server/abspath.exp: New file.
2056 * lib/gdb.exp (with_cwd): New procedure.
2057
2058 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
2059
2060 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
2061 use it.
2062 (gdb_is_target_remote_prompt): New proc.
2063 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
2064 (gdb_is_target_native): Pass prompt parameter to
2065 gdb_is_target_1.
2066
2067 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
2068
2069 * gdb.base/load-command.c: New file.
2070 * gdb.base/load-command.exp: New file.
2071 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
2072 (gdb_is_target_1): ...this, and generalize for other targets
2073 than just remote.
2074 (gdb_is_target_remote): Use gdb_is_target_1.
2075 (gdb_is_target_native): use gdb_is_target_1.
2076
2077 2018-02-26 Tom Tromey <tom@tromey.com>
2078
2079 PR python/16497:
2080 * gdb.python/py-framefilter.exp: Update test.
2081
2082 2018-02-26 Tom Tromey <tom@tromey.com>
2083
2084 * gdb.dwarf2/variant.c: New file.
2085 * gdb.dwarf2/variant.exp: New file.
2086
2087 2018-02-26 Tom Tromey <tom@tromey.com>
2088
2089 * gdb.rust/simple.exp: Accept more possible results in enum test.
2090
2091 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
2092
2093 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
2094 parentheses.
2095
2096 2018-02-23 Maciej W. Rozycki <macro@mips.com>
2097
2098 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
2099 name of a variable: $actual_linejj -> $actual_line.
2100
2101 2018-02-21 John Baldwin <jhb@FreeBSD.org>
2102
2103 * gdb.arch/amd64-i386-address.exp: Fix a typo.
2104
2105 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
2106
2107 * gdb.btrace/buffer-size.exp: Do not force BTS.
2108
2109 2018-02-14 Pedro Alves <palves@redhat.com>
2110
2111 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
2112 getting a "Quit".
2113
2114 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
2115
2116 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
2117 Fix test name.
2118
2119 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
2120
2121 * gdb.cp/m-static.exp: Check type of optimized out static
2122 member.
2123
2124 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
2125
2126 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
2127 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
2128
2129 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
2130 Leszek Swirski <leszeks@google.com>
2131
2132 * gdb.python/py-prettyprint.c
2133 (struct to_string_returns_value_inner,
2134 struct to_string_returns_value_wrapper): New.
2135 (main): Add tsrvw variable.
2136 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
2137 ToStringReturnsValueWrapper): New classes.
2138 (register_pretty_printers): Register new pretty-printers.
2139 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
2140 recursive pretty printer.
2141 * gdb.python/py-mi.exp: Likewise.
2142
2143 2018-02-01 Leszek Swirski <leszeks@google.com>
2144
2145 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
2146 functions with the same name as an include file are parsed
2147 correctly.
2148
2149 2018-02-01 Yao Qi <yao.qi@linaro.org>
2150
2151 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
2152 "\[^\r\n\]*".
2153
2154 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
2155
2156 * gdb.arch/powerpc-prologue-frame.s: New file.
2157 * gdb.arch/powerpc-prologue-frame.c: Likewise.
2158 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
2159
2160 2018-01-31 Joel Brobecker <brobecker@adacore.com>
2161
2162 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
2163
2164 2018-01-30 Pedro Alves <palves@redhat.com>
2165
2166 PR gdb/13211
2167 * gdb.base/interrupt-daemon.c: New.
2168 * gdb.base/interrupt-daemon.exp: New.
2169 * gdb.multi/multi-term-settings.c: New.
2170 * gdb.multi/multi-term-settings.exp: New.
2171
2172 2018-01-30 Joel Brobecker <brobecker@adacore.com>
2173
2174 * gdb.base/break.exp: Save the location where the breakpoint
2175 on break.c:47 was actually inserted when debugging the version
2176 compiled at -O2 and use it in the expected output of the "info
2177 break" test performed soon after.
2178
2179 2018-01-22 Pedro Alves <palves@redhat.com>
2180 Sergio Durigan Junior <sergiodj@redhat.com>
2181
2182 * gdb.base/whatis.exp: Add tests for 'set print object on' +
2183 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
2184
2185 2018-01-22 Joel Brobecker <brobecker@adacore.com>
2186
2187 * gdb.base/break-include.c, gdb.base/break-include.inc,
2188 gdb.base/break-include.exp: New files.
2189 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
2190 line number now being the actual line number where the breakpoint
2191 was inserted.
2192 * gdb.mi/mi-break.exp: Likewise.
2193 * gdb.mi/mi-reverse.exp: Likewise.
2194 * gdb.mi/mi-simplerun.exp: Ditto.
2195
2196 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2197
2198 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
2199 varobj.
2200 * gdb.mi/mi-var-create-rtti.exp: Likewise.
2201
2202 2018-01-21 Don Breazeal <donb@codesourcery.com>
2203 Andrew Burgess <andrew.burgess@embecosm.com>
2204
2205 * gdb.mi/basics.c: Add new global.
2206 * gdb.mi/mi-frame-regs.exp: New file.
2207 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
2208 case.
2209
2210 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2211
2212 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
2213 non-parameter, and on an unknown symbol.
2214
2215 2018-01-19 Tom Tromey <tom@tromey.com>
2216
2217 * gdb.rust/modules.rs (TWENTY_THREE): New global.
2218 * gdb.rust/modules.exp: Add ::-qualified lookup test.
2219
2220 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2221
2222 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
2223 setrlimit and chdir to int.
2224
2225 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2226
2227 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
2228 function.
2229 (my_tend): Likewise.
2230 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
2231 rationale of avoiding FP- and vector instructions.
2232
2233 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
2234
2235 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
2236 "info reg" with "\[ \t\]*".
2237 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
2238 "\[ \t\]+".
2239 * gdb.arch/s390-multiarch.exp: Ditto.
2240 * gdb.base/pc-fp.exp: Ditto.
2241 * gdb.reverse/i386-precsave.exp: Ditto.
2242 * gdb.reverse/i386-reverse.exp: Ditto.
2243 * gdb.reverse/i387-env-reverse.exp: Ditto.
2244 * gdb.reverse/i387-stack-reverse.exp: Ditto.
2245
2246 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2247
2248 * lib/gdb.exp (gdb_compile): Re-enable use of
2249 universal_compile_options for languages other than Rust.
2250
2251 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2252
2253 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
2254
2255 2018-01-17 Mike Gulick <mgulick@mathworks.com>
2256
2257 PR gdb/16577
2258 * gdb.base/solib-vanish.exp: New.
2259 * gdb.base/solib-vanish-main.c: New.
2260 * gdb.base/solib-vanish-lib1.c: New.
2261 * gdb.base/solib-vanish-lib2.c: New.
2262
2263 2018-01-17 Yao Qi <yao.qi@linaro.org>
2264
2265 * gdb.compile/compile.exp: Match the address printed for
2266 frame in the output of command "bt".
2267
2268 2018-01-15 Tom Tromey <tom@tromey.com>
2269
2270 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
2271 compute sp_reg.
2272
2273 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2274
2275 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
2276 to prepare.
2277 (prepare): Return 0 on error, 1 on success.
2278
2279 2018-01-12 Pedro Alves <palves@redhat.com>
2280
2281 * gdb.base/continue-after-aborted-step-over.c: New.
2282 * gdb.base/continue-after-aborted-step-over.exp: New.
2283
2284 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
2285
2286 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
2287 options when not creating an executable.
2288
2289 2018-01-11 Pedro Alves <palves@redhat.com>
2290
2291 PR remote/22597
2292 * gdb.server/stop-reply-no-thread.c: New file.
2293 * gdb.server/stop-reply-no-thread.exp: New file.
2294
2295 2018-01-10 Pedro Alves <palves@redhat.com>
2296
2297 PR gdb/22670
2298 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
2299 functions too. Test setting breakpoints and printing C functions
2300 with no debug info too.
2301 * gdb.ada/bp_c_mixed_case/qux.c: New file.
2302
2303 2018-01-10 Pedro Alves <palves@redhat.com>
2304
2305 PR gdb/22670
2306 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
2307 a fail.
2308
2309 2018-01-10 Pedro Alves <palves@redhat.com>
2310
2311 PR gdb/22670
2312 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
2313
2314 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2315
2316 * gdb.server/unittest.exp: Match the output in non-development
2317 mode.
2318
2319 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2320
2321 * gdb.gdb/unittest.exp: Match output in non-development mode.
2322
2323 2018-01-08 Joel Brobecker <brobecker@adacore.com>
2324
2325 * gdb.ada/access_tagged_param.exp: Relax expected output
2326 for value of "ObjL" in "continue" to pck.inspect breakpoint
2327 test.
2328
2329 2018-01-08 Joel Brobecker <brobecker@adacore.com>
2330
2331 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
2332 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
2333
2334 2018-01-05 Pedro Alves <palves@redhat.com>
2335
2336 PR gdb/18653
2337 * gdb.base/libsegfault.exp: New.
2338
2339 2018-01-05 Joel Brobecker <brobecker@adacore.com>
2340
2341 PR gdb/22670
2342 * gdb.ada/access_tagged_param.exp: New file.
2343 * gdb.ada/access_tagged_param/foo.adb: New file.
2344
2345 2018-01-05 Pedro Alves <palves@redhat.com>
2346
2347 PR gdb/22670
2348 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
2349 exercise lower case too, and to exercise both full matching and
2350 wild matching.
2351
2352 2018-01-05 Joel Brobecker <brobecker@adacore.com>
2353
2354 * gdb.ada/rename_subscript_param: New testcase.
2355
2356 2018-01-05 Jerome Guitton <guitton@adacore.com>
2357
2358 * gdb.ada/arr_acc_idx_w_gap: New testcase.
2359
2360 2018-01-05 Joel Brobecker <brobecker@adacore.com>
2361
2362 * gdb.ada/convvar_comp: New testcase.
2363
2364 2018-01-05 Xavier Roirand <roirand@adacore.com>
2365
2366 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
2367 (My_Table): New global variable.
2368 * testsuite/gdb.ada/array_char_idx.exp: Add test.
2369
2370 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2371
2372 PR gdb/22670
2373 * gdb.ada/maint_with_ada: New testcase.
2374
2375 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2376
2377 PR gdb/22670
2378 * gdb.ada/bp_c_mixed_case: New testcase.
2379
2380 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2381
2382 PR gdb/22670
2383 * gdb.ada/complete.exp: Add "complete break ada" test.
2384
2385 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2386
2387 PR gdb/22670
2388 * gdb.ada/info_addr_mixed_case: New testcase.
2389
2390 2018-01-03 Xavier Roirand <roirand@adacore.com>
2391
2392 * gdb.ada/excep_handle.exp: New testcase.
2393 * gdb.ada/excep_handle/foo.adb: New file.
2394 * gdb.ada/excep_handle/pck.ads: New file.
2395
2396 2018-01-03 Joel Brobecker <brobecker@adacore.com>
2397
2398 * gdb.base/step-line.c: Add extra empty line in copyright header.
2399 * gdb.base/step-line.inp: Likewise.
2400
2401 2018-01-02 Joel Brobecker <brobecker@adacore.com>
2402
2403 * gdb.ada/dyn_stride.exp: Add slice test.
2404
2405 2018-01-02 Joel Brobecker <brobecker@adacore.com>
2406
2407 * gdb.ada/dyn_stride: New testcase.
2408
2409 2017-12-27 Stafford Horne <shorne@gmail.com>
2410
2411 * gdb.xml/extra-regs.xml: Add example foo reggroup.
2412 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
2413
2414 2017-12-27 Stafford Horne <shorne@gmail.com>
2415
2416 * gdb.base/reggroups.c: New file.
2417 * gdb.base/reggroups.exp: New file.
2418
2419 2017-12-18 Joel Brobecker <brobecker@adacore.com>
2420
2421 * gdb.dwarf2/ada-valprint-error.c: New file.
2422 * gdb.dwarf2/ada-valprint-error.exp: New file.
2423
2424 2017-12-18 Joel Brobecker <brobecker@adacore.com>
2425
2426 * gdb.ada/assign_arr: New testcase.
2427
2428 2017-12-18 Xavier Roirand <roirand@adacore.com>
2429
2430 * gdb.ada/funcall_ptr: New testcase.
2431
2432 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2433
2434 PR cli/16224
2435 * gdb.base/ptype-offsets.cc: New file.
2436 * gdb.base/ptype-offsets.exp: New file.
2437
2438 2017-12-15 Yao Qi <yao.qi@linaro.org>
2439
2440 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
2441 if XML is disabled.
2442
2443 2017-12-15 Xavier Roirand <roirand@adacore.com>
2444
2445 * gdb.ada/same_component_name: New testcase.
2446
2447 2017-12-14 Joel Brobecker <brobecker@adacore.com>
2448
2449 * gdb.ada/str_binop_equal: New testcase.
2450
2451 2017-12-14 Joel Brobecker <brobecker@adacore.com>
2452
2453 * gdb.ada/task_switch_in_core: New testcase.
2454
2455 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
2456
2457 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
2458 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
2459 call test_bkpt_qualified.
2460 (test_bkpt_qualified): New proc.
2461
2462 2017-12-13 Pedro Alves <palves@redhat.com>
2463
2464 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2465 Tighten regexp by matching with an anchor.
2466
2467 2017-12-13 Pedro Alves <palves@redhat.com>
2468
2469 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
2470 ("expression with namespace"): New set of tests.
2471 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
2472 (Nested::Test_NS::qux): New.
2473 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
2474 defaults to 'start_quote_char' and 'end_quote_char' parameters.
2475
2476 2017-12-13 Joel Brobecker <brobecker@adacore.com>
2477
2478 * gdb.base/server-del-break.c: New file.
2479 * gdb.base/server-del-break.exp: New file.
2480
2481 2017-12-12 Stafford Horne <shorne@gmail.com>
2482
2483 * gdb.xml/tdesc-regs.exp: Add or1k support.
2484
2485 2017-12-12 Stafford Horne <shorne@gmail.com>
2486
2487 * gdb.base/bp-permanent.c: Define nop of or1k.
2488
2489 2017-12-11 Joel Brobecker <brobecker@adacore.com>
2490
2491 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
2492 output with components being reordered.
2493
2494 2017-12-11 Joel Brobecker <brobecker@adacore.com>
2495
2496 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
2497 output with components being reordered.
2498
2499 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2500 Pedro Alves <palves@redhat.com>
2501
2502 * gdb.base/maint.exp (check for .gdb_index): Check also for
2503 .debug_names.
2504 * gdb.dlang/watch-loc.c (.debug_aranges): New.
2505 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
2506 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
2507 (.gdb_index used after symbol reloading): Support also .debug_names.
2508 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
2509
2510 2017-12-08 Yao Qi <yao.qi@linaro.org>
2511
2512 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2513 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
2514
2515 2017-12-08 Yao Qi <yao.qi@linaro.org>
2516
2517 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2518 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
2519
2520 2017-12-08 Yao Qi <yao.qi@linaro.org>
2521
2522 * gdb.arch/aarch64-tagged-pointer.c: New file.
2523 * gdb.arch/aarch64-tagged-pointer.exp: New file.
2524
2525 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
2526
2527 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
2528 "int".
2529
2530 2017-12-07 Keith Seitz <keiths@redhat.com>
2531
2532 PR breakpoints/22569
2533 * gdb.linespec/ls-errs.exp: Change expected result of "break
2534 -source this file has spaces.c -line 3".
2535 Check that an explicit source file followed by whitespace is
2536 identified as an invalid explicit location.
2537
2538 2017-12-07 Keith Seitz <keiths@redhat.com>
2539
2540 * gdb.cp/nested-types.cc: New file.
2541 * gdb.cp/nested-types.exp: New file.
2542 * lib/cp-support.exp: Load data-structures.exp library.
2543 (debug_cp_test_ptype_class): New global.
2544 (cp_ptype_class_verbose, next_line): New procedures.
2545 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
2546 Add and document new return value.
2547 Switch the list of lines to a queue.
2548 Add support for new `type' key for nested type definitions.
2549 Add debugging/troubleshooting messages.
2550 * lib/data-structures.exp: New file.
2551
2552 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
2553
2554 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
2555 with proc_with_prefix, don't use with_test_prefix.
2556
2557 2017-12-07 Tom Tromey <tom@tromey.com>
2558
2559 * gdb.base/break.exp: Add test for empty "commands".
2560
2561 2017-12-07 Yao Qi <yao.qi@linaro.org>
2562
2563 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
2564 malloc and catch syscall.
2565
2566 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
2567
2568 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
2569 tests for explicit locations.
2570
2571 2017-12-06 Pedro Alves <palves@redhat.com>
2572
2573 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
2574 force-disabling XML descriptions.
2575
2576 2017-12-04 Pedro Alves <palves@redhat.com>
2577
2578 PR gdb/22499
2579 * gdb.arch/amd64-disp-step-avx.S: New file.
2580 * gdb.arch/amd64-disp-step-avx.exp: New file.
2581
2582 2017-12-03 Pedro Alves <palves@redhat.com>
2583
2584 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
2585 and <string.h>.
2586 (parent_function): Print distinct messages when waitpid fails, or
2587 the child exits with a signal, or the child exits for an unhandled
2588 reason.
2589 * gdb.threads/process-dies-while-detaching.exp
2590 (detach_and_expect_exit): New 'inf_output_re' parameter and use
2591 it. Wait for both inferior output and GDB's prompt. Use an
2592 indirect spawn id list.
2593 (do_detach): New parameter 'child_exit'. Use it to compute
2594 expected inferior output.
2595 (test_detach, test_detach_watch, test_detach_killed_outside):
2596 Adjust to pass down the expected child exit kind.
2597
2598 2017-12-01 Joel Brobecker <brobecker@adacore.com>
2599 Sergio Durigan Junior <sergiodj@redhat.com>
2600 Pedro Alves <palves@redhat.com>
2601
2602 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
2603
2604 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
2605
2606 * gdb.base/relocate.exp: Add tests to guarantee that arguments
2607 to 'symbol-file' and 'add-symbol-file' can be
2608 position-independent.
2609
2610 2017-12-01 Yao Qi <yao.qi@linaro.org>
2611
2612 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
2613 the URL in copyright header.
2614 * gdb.arch/aarch64-fp.exp: Likewise.
2615 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
2616 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
2617 * gdb.base/expand-psymtabs.exp: Likewise.
2618 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
2619 * gdb.fortran/common-block.exp: Likewise.
2620 * gdb.fortran/common-block.f90: Likewise.
2621 * gdb.fortran/logical.exp: Likewise.
2622 * gdb.fortran/vla-datatypes.f90: Likewise.
2623 * gdb.fortran/vla-sub.f90: Likewise.
2624
2625 2017-11-30 Joel Brobecker <brobecker@adacore.com>
2626
2627 * gdb.ada/repeat_dyn: New testcase.
2628
2629 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
2630
2631 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
2632 Update for changed thread numbering.
2633 * gdb.cell/bt.exp: Update for changed GDB output.
2634
2635 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
2636
2637 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
2638 setting isremote by hand.
2639 * boards/dwarf4-gdb-index.exp: Likewise.
2640 * boards/fission.exp: Likewise.
2641 * boards/stabs.exp: Likewise.
2642
2643 2017-11-30 Pedro Alves <palves@redhat.com>
2644
2645 * gdb.linespec/cpls-ops.exp
2646 (check_explicit_skips_function_argument): Extract the underlying
2647 type of size_t instead of hardcoding it.
2648
2649 2017-11-29 Pedro Alves <palves@redhat.com>
2650
2651 PR c++/19436
2652 * gdb.linespec/cpls-abi-tag.cc: New file.
2653 * gdb.linespec/cpls-abi-tag.exp: New file.
2654
2655 2017-11-29 Pedro Alves <palves@redhat.com>
2656
2657 * gdb.base/langs.exp: Use -qualified.
2658 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
2659 it.
2660 * gdb.cp/namespace.exp: Use -qualified.
2661 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
2662 (overload-3, template-overload, template-ret-type, const-overload)
2663 (const-overload-quoted, anon-ns, ambiguous-prefix): New
2664 procedures.
2665 (test_driver): Call them.
2666 * gdb.cp/save-bp-qualified.cc: New.
2667 * gdb.cp/save-bp-qualified.exp: New.
2668 * gdb.linespec/explicit.exp: Test -qualified.
2669 * lib/completion-support.exp (completion::explicit_opts_list): Add
2670 "-qualified".
2671 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
2672
2673 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
2674
2675 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
2676
2677 2017-11-29 Tom Tromey <tom@tromey.com>
2678
2679 * gdb.base/relocate.exp: Update invalid argument test.
2680 Add new tests for invalid arguments.
2681
2682 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2683
2684 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
2685 Return 0 as a long.
2686 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
2687
2688 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2689
2690 * gdb.cp/breakpoint.cc (bar): Set return type to void.
2691 * gdb.cp/psymtab-parameter.cc (func): Likewise.
2692 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
2693 func ().
2694 * gdb.cp/shadow.cc (B.func): Return 0.
2695
2696 2017-11-27 Joel Brobecker <brobecker@adacore.com>
2697
2698 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
2699 expected output in gdb_expect call to allow the exception
2700 message to be present as well. Fix syntax confusion to avoid
2701 TCL thinking that exception_name is an array.
2702
2703 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
2704
2705 * gdb.arch/spu-info.c: Include <unistd.h>.
2706 (do_signal_test): Fix broken calls to write.
2707 * gdb.arch/spu-info.exp: Use prepare_for_testing.
2708 Fix checks for empty mailboxes. Update signal tests for corrected
2709 do_signal_test routine. Allow nonzero event status.
2710 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
2711 * gdb.cell/arch.exp: Use standard_output_file.
2712 * gdb.cell/break.exp: Likewise.
2713 * gdb.cell/bt.exp: Likewise.
2714 * gdb.cell/core.exp: Likewise.
2715 * gdb.cell/dwarfaddr.exp: Likewise.
2716 * gdb.cell/ea-cache.exp: Likewise.
2717 * gdb.cell/ea-standalone.exp: Likewise.
2718 * gdb.cell/f-regs.exp: Likewise.
2719 * gdb.cell/fork.exp: Likewise.
2720 * gdb.cell/gcore.exp: Likewise.
2721 * gdb.cell/mem-access.exp: Likewise.
2722 * gdb.cell/ptype.exp: Likewise.
2723 * gdb.cell/registers.exp: Likewise.
2724 * gdb.cell/sizeof.exp: Likewise.
2725 * gdb.cell/solib-symbol.exp: Likewise.
2726 * gdb.cell/solib.exp: Likewise.
2727
2728 2017-11-25 Pedro Alves <palves@redhat.com>
2729
2730 * gdb.base/complete-empty.exp: New file.
2731 * gdb.base/completion.exp: Adjust.
2732
2733 2017-11-25 Pedro Alves <palves@redhat.com>
2734
2735 * gdb.linespec/cpls-ops.cc: New file.
2736 * gdb.linespec/cpls-ops.exp: New file.
2737 * lib/completion-support.exp (test_complete_prefix_range_re): New,
2738 factored out from ...
2739 (test_complete_prefix_range): ... this.
2740
2741 2017-11-24 Pedro Alves <palves@redhat.com>
2742
2743 * gdb.linespec/cpcompletion.exp: New file.
2744 * gdb.linespec/cpls-hyphen.cc: New file.
2745 * gdb.linespec/cpls.cc: New file.
2746 * gdb.linespec/cpls2.cc: New file.
2747 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
2748 test to use test_gdb_complete_unique. Add label completion,
2749 keyword completion and explicit location completion tests.
2750 * lib/completion-support.exp: New file.
2751
2752 2017-11-24 Joel Brobecker <brobecker@adacore.com>
2753
2754 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
2755 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
2756 when hitting an exception catchpoint.
2757
2758 2017-11-22 Yao Qi <yao.qi@linaro.org>
2759
2760 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
2761
2762 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
2763
2764 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
2765 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
2766 * gdb.dwarf2/info-locals-optimized-out.c: New file.
2767
2768 2017-11-22 Yao Qi <yao.qi@linaro.org>
2769
2770 * gdb.base/info-os.exp: Pass pthreads.
2771 * gdb.multi/multi-attach.exp: Likewise.
2772
2773 2017-11-22 Yao Qi <yao.qi@linaro.org>
2774
2775 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
2776 compiler.
2777
2778 2017-11-22 Yao Qi <yao.qi@linaro.org>
2779
2780 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
2781 * gdb.base/break-interp.exp: Likewise.
2782 * gdb.base/jit-attach-pie.exp: Likewise.
2783
2784 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2785
2786 * gdb.base/float128.c (large128): New variable.
2787 * gdb.base/float128.exp: Add test to print largest __float128 value.
2788
2789 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2790
2791 * gdb.arch/vsx-regs.exp: Update register content checks.
2792
2793 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
2794
2795 * gdb.arch/ppc-longdouble.exp: New file.
2796 * gdb.arch/ppc-longdouble.c: Likewise.
2797
2798 2017-11-21 Pedro Alves <palves@redhat.com>
2799
2800 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
2801
2802 2017-11-20 Pedro Alves <palves@redhat.com>
2803
2804 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
2805 (long_double_typedef): New typedefs.
2806 Use DEF on double and long double.
2807 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
2808 cases.
2809 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
2810 and 'long_double_ptr_same_size' locals. Use them to decide
2811 whether cast from array/function to float is valid/invalid.
2812
2813 2017-11-17 Tom Tromey <tom@tromey.com>
2814
2815 * gdb.rust/traits.rs: New file.
2816 * gdb.rust/traits.exp: New file.
2817
2818 2017-11-17 Joel Brobecker <brobecker@adacore.com>
2819
2820 * gdb.ada/minsyms: New testcase.
2821
2822 2017-11-16 Pedro Alves <palves@redhat.com>
2823
2824 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
2825 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
2826
2827 2017-11-16 Pedro Alves <palves@redhat.com>
2828
2829 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
2830 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
2831
2832 2017-11-16 Pedro Alves <palves@redhat.com>
2833
2834 * gdb.server/reconnect-ctrl-c.c: New file.
2835 * gdb.server/reconnect-ctrl-c.exp: New file.
2836
2837 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
2838
2839 * gdb.python/py-rbreak.exp: New file.
2840 * gdb.python/py-rbreak.c: New file.
2841 * gdb.python/py-rbreak-func2.c: New file.
2842
2843 2017-11-16 Pedro Alves <palves@redhat.com>
2844
2845 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
2846 pattern.
2847 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
2848 GDB.
2849
2850 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
2851
2852 * gdb.tui/completionn.exp (test_tab_completion): Add space in
2853 regex.
2854
2855 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
2856
2857 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
2858 test names.
2859
2860 2017-11-09 Pedro Alves <palves@redhat.com>
2861
2862 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
2863 factored out from ...
2864 (top level): ... here, and adjusted to avoid expecting beyond the
2865 prompt in a single gdb_test_multiple.
2866
2867 2017-11-09 Pedro Alves <palves@redhat.com>
2868
2869 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
2870 output.
2871 * gdb.server/ext-attach.exp ("kill" test): Likewise.
2872 * gdb.server/ext-restart.exp ("kill" test): Likewise.
2873 * gdb.server/ext-run.exp ("kill" test): Likewise.
2874 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
2875
2876 2017-11-09 Pedro Alves <palves@redhat.com>
2877
2878 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
2879 match till end of line.
2880
2881 2017-11-09 Pedro Alves <palves@redhat.com>
2882
2883 * gdb.base/memattr.exp: Tighten regexes to match the end line.
2884
2885 2017-11-09 Pedro Alves <palves@redhat.com>
2886
2887 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
2888 New procedures, factored out from ...
2889 (top level): ... here, and adjusted to avoid expecting beyond the
2890 prompt in one go.
2891
2892 2017-11-09 Pedro Alves <palves@redhat.com>
2893
2894 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
2895 output. Fix '?' match.
2896
2897 2017-11-08 Joel Brobecker <brobecker@adacore.com>
2898
2899 * gdb.ada/scoped_watch: New testcase.
2900 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
2901 which is actually correct.
2902 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
2903 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
2904
2905 2017-11-08 Pedro Alves <palves@redhat.com>
2906
2907 * gdb.gdb/complaints.exp (test_initial_complaints)
2908 (test_serial_complaints, test_short_complaints): Call
2909 complaint_internal instead of complaint.
2910
2911 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
2912
2913 * gdb.threads/tls-core.c: New file.
2914 * gdb.threads/tls-core.exp: Likewise.
2915
2916 2017-11-08 Pedro Alves <palves@redhat.com>
2917
2918 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
2919 (p Exported_Capitalized): New test.
2920 (p exported_capitalized): New test.
2921
2922 2017-11-07 Pedro Alves <palves@redhat.com>
2923
2924 * gdb.cp/ena-dis-br-range.exp: Add more tests.
2925
2926 2017-11-07 Pedro Alves <palves@redhat.com>
2927
2928 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
2929 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
2930 (disable_invalid, disable_inverted, disable_negative): New
2931 procedures.
2932 ("bad numbers"): New set of tests.
2933
2934 2017-11-07 Pedro Alves <palves@redhat.com>
2935
2936 * gdb.cp/ena-dis-br-range.exp: Add tests.
2937
2938 2017-11-07 Pedro Alves <palves@redhat.com>
2939
2940 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
2941
2942 2017-11-07 Xavier Roirand <roirand@adacore.com>
2943 Pedro Alves <palves@redhat.com>
2944
2945 * gdb.base/ena-dis-br.exp: Add reference to
2946 gdb.cp/ena-dis-br-range.exp.
2947 * gdb.cp/ena-dis-br-range.exp: New file.
2948 * gdb.cp/ena-dis-br-range.cc: New file.
2949
2950 2017-11-06 Pedro Alves <palves@redhat.com>
2951
2952 * gdb.base/attach-non-pgrp-leader.c: New.
2953 * gdb.base/attach-non-pgrp-leader.exp: New.
2954
2955 2017-11-06 Pedro Alves <palves@redhat.com>
2956
2957 * configure.ac: No longer check for termio.h and sgtty.h.
2958 * configure: Regenerate.
2959 * remote-utils.c: Include termios.h instead of gdb_termios.h.
2960 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
2961 Remove termio and sgtty code.
2962
2963 2017-11-03 Yao Qi <yao.qi@linaro.org>
2964
2965 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
2966 in GDB is disabled.
2967
2968 2017-11-03 Yao Qi <yao.qi@linaro.org>
2969
2970 * gdb.python/py-thrhandle.exp: Skip it if python is not
2971 enabled.
2972
2973 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2974
2975 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
2976 as a breakpoint command.
2977
2978 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
2979
2980 PR python/21213
2981 * gdb.python/py-infthread.exp: Test calling
2982 InferiorThread.inferior () multiple times in a row.
2983
2984 2017-10-27 Keith Seitz <keiths@redhat.com>
2985
2986 * gdb.opt/inline-break.exp (break_info_1): New procedure.
2987 Test "info break" for every inlined function breakpoint.
2988
2989 2017-10-27 Yao Qi <yao.qi@linaro.org>
2990
2991 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
2992
2993 2017-10-26 Patrick Frants <osscontribute@gmail.com>
2994
2995 * gdb.cp/classes.exp (test_static_members): Test printing
2996 Outer::instance.
2997 * gdb.cp/classes.c (struct Inner, struct Outer): New.
2998 (Inner::instance, Outer::instance): New.
2999
3000 2017-10-24 Pedro Alves <palves@redhat.com>
3001
3002 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
3003 extra console" test in two stages.
3004
3005 2017-10-24 Pedro Alves <palves@redhat.com>
3006
3007 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
3008
3009 2017-10-24 Pedro Alves <palves@redhat.com>
3010
3011 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
3012 loop.
3013
3014 2017-10-24 Pedro Alves <palves@redhat.com>
3015
3016 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
3017 $attempt" and "stoppedtry $stoppedtry" test prefixes.
3018
3019 2017-10-24 Pedro Alves <palves@redhat.com>
3020
3021 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
3022 parameter and handle it. Don't output read value in test name.
3023
3024 2017-10-24 Pedro Alves <palves@redhat.com>
3025
3026 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
3027 custom test name.
3028
3029 2017-10-24 Pedro Alves <palves@redhat.com>
3030
3031 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
3032 include the unstable output directory name in the test's name.
3033 (initial_setup_simple) <'set args'>: Use custom test name.
3034
3035 2017-10-24 Pedro Alves <palves@redhat.com>
3036
3037 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
3038 with explicit test name.
3039
3040 2017-10-20 Pedro Alves <palves@redhat.com>
3041
3042 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
3043 'wait -i'. Use gdb_assert and remote_close.
3044
3045 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
3046
3047 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
3048 number from variable rather than hard-coded.
3049
3050 2017-10-19 Pedro Alves <palves@redhat.com>
3051
3052 * gdb.base/long-inferior-output.c: New file.
3053 * gdb.base/long-inferior-output.exp: New file.
3054
3055 2017-11-18 Keith Seitz <keiths@redhat.com>
3056
3057 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
3058 method.
3059 (main): Call it.
3060 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
3061 Add additional user-defined conversion operator tests.
3062
3063 2017-10-17 Pedro Alves <palves@redhat.com>
3064
3065 * boards/native-stdio-gdbserver.exp: Load "local-board".
3066
3067 2017-10-17 Pedro Alves <palves@redhat.com>
3068
3069 * gdb.base/quit-live.c: New file.
3070 * gdb.base/quit-live.exp: New file.
3071
3072 2017-10-16 Keith Seitz <keiths@redhat.com>
3073
3074 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
3075 (class_with_protected_typedef, class_with_private_typedef)
3076 (struct_with_public_typedef, struct_with_protected_typedef)
3077 (struct_with_private_typedef): New classes/structs.
3078 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
3079 typedefs and access specifiers.
3080
3081 2017-10-16 Pedro Alves <palves@redhat.com>
3082 Simon Marchi <simon.marchi@polymtl.ca>
3083
3084 * README (Local vs Remote vs Native): New section.
3085 * boards/local-board.exp: New file, with bits factored out from
3086 ...
3087 * boards/native-extended-gdbserver.exp: ... here. Load
3088 "local-board".
3089 * boards/native-gdbserver.exp: Load "local-board".
3090 (${board}_spawn, ${board}_exec): Delete.
3091 * boards/native-stdio-gdbserver.exp: Most contents factored out to
3092 ...
3093 * boards/stdio-gdbserver-base.exp: ... this new file.
3094 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
3095 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
3096 procedure.
3097 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
3098 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
3099 stdio_gdbserver_command.
3100 (${board}_get_remote_address, ${board}_get_comm_port)
3101 (${board}_download, ${board}_upload): Delete.
3102 (get_target_remote_pipe_cmd): New.
3103
3104 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
3105
3106 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
3107 test_bkpt_deletion, test_bkpt_cond_and_cmds,
3108 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
3109 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
3110 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
3111 remove with_test_prefix.
3112
3113 2017-10-13 Pedro Alves <palves@redhat.com>
3114
3115 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
3116 * gdb.base/annota1.exp: Use it instead of is_remote.
3117 * gdb.base/annota3.exp: Use it instead of is_remote.
3118 * gdb.cp/annota2.exp: Use it instead of is_remote.
3119 * gdb.cp/annota3.exp: Use it instead of is_remote.
3120 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
3121
3122 2017-10-13 Pedro Alves <palves@redhat.com>
3123
3124 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
3125 (test_num_test_vars, run_and_count_vars, find_env)
3126 (test_set_unset_env, test_inherit_env_var): New procedures.
3127 (top level): Use them.
3128
3129 2017-10-13 Pedro Alves <palves@redhat.com>
3130
3131 * lib/selftest-support.exp (selftest_setup): Extend comments, and
3132 also skip on stub-like targets.
3133
3134 2017-10-13 Pedro Alves <palves@redhat.com>
3135
3136 PR gdb/22293
3137 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
3138 (top level): Move some tests to ...
3139 (test_not_found): ... this new procedure.
3140 (top level): Call it.
3141
3142 2017-10-13 Pedro Alves <palves@redhat.com>
3143
3144 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
3145 expect different "info terminal" output if testing with a
3146 non-native target.
3147
3148 2017-10-13 Pedro Alves <palves@redhat.com>
3149 Simon Marchi <simon.marchi@polymtl.ca>
3150
3151 PR python/12966
3152 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
3153
3154 2017-10-13 Pedro Alves <palves@redhat.com>
3155
3156 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
3157 already.
3158
3159 2017-10-13 Pedro Alves <palves@redhat.com>
3160
3161 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
3162 is_remote.
3163
3164 2017-10-13 Pedro Alves <palves@redhat.com>
3165
3166 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
3167 is_remote.
3168
3169 2017-10-13 Pedro Alves <palves@redhat.com>
3170
3171 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
3172 is set.
3173 (corefile_test_attach): Likewise. Check can_spawn_for_attach
3174 instead of is_remote.
3175
3176 2017-10-13 Pedro Alves <palves@redhat.com>
3177
3178 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
3179 (top level): Add comment.
3180
3181 2017-10-13 Pedro Alves <palves@redhat.com>
3182
3183 * gdb.base/remote.exp (top level): Fix comment typo and add
3184 missing return.
3185
3186 2017-10-13 Pedro Alves <palves@redhat.com>
3187 Simon Marchi <simon.marchi@polymtl.ca>
3188
3189 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
3190 calls and add comments. Skip test if use_gdb_stub is set.
3191 (top level): Use "set cwd" command instead of "cd" command.
3192
3193 2017-10-13 Pedro Alves <palves@redhat.com>
3194
3195 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
3196 is_remote target check.
3197
3198 2017-10-13 Pedro Alves <palves@redhat.com>
3199
3200 * gdb.base/scope.exp: Use build_executable + clean_restart +
3201 gdb_file_cmd instead of prepare_for_testing and no longer skip
3202 "before run" tests on is_remote target boards. Update comments.
3203 * boards/native-extended-gdbserver.exp
3204 (extended_gdbserver_load_last_file): New, factored out from ...
3205 (gdb_load): ... this. Move further below and add comment.
3206 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
3207
3208 2017-10-12 Pedro Alves <palves@redhat.com>
3209
3210 * gdb.base/attach.exp: Remove references to gdb64.
3211 * gdb.base/dbx.exp: Remove references to gdb64.
3212
3213 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3214 Pedro Alves <palves@redhat.com>
3215
3216 * gdb.base/label.exp: Remove is_remote target check.
3217
3218 2017-10-12 Pedro Alves <palves@redhat.com>
3219
3220 * gdb.base/auvx.exp (coredir): Update comment.
3221 (top level) <core_works>: Use "set cwd" command instead of "cd"
3222 command.
3223
3224 2017-10-12 Pedro Alves <palves@redhat.com>
3225 Simon Marchi <simon.marchi@polymtl.ca>
3226
3227 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
3228 target boards.
3229
3230 2017-10-12 Pedro Alves <palves@redhat.com>
3231 Simon Marchi <simon.marchi@polymtl.ca>
3232
3233 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
3234 Instead skip if there's any gdb_protocol set.
3235
3236 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3237 Pedro Alves <palves@redhat.com>
3238
3239 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
3240
3241 2017-10-12 Pedro Alves <palves@redhat.com>
3242 Simon Marchi <simon.marchi@polymtl.ca>
3243
3244 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
3245 instead of on dejagnu remote boards.
3246
3247 2017-10-12 Pedro Alves <palves@redhat.com>
3248 Simon Marchi <simon.marchi@polymtl.ca>
3249
3250 * gdb.base/inferior-died.exp: Remove is_remote and isnative
3251 checks. Use build_executable + clean_restart instead of
3252 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
3253 of enabling non-stop after starting gdb.
3254
3255 2017-10-12 Pedro Alves <palves@redhat.com>
3256
3257 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
3258 * gdb.threads/non-ldr-exc-2.exp: Ditto.
3259 * gdb.threads/non-ldr-exc-3.exp: Ditto.
3260 * gdb.threads/non-ldr-exc-4.exp: Ditto.
3261
3262 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
3263
3264 * gdb.arch/arc-tdesc-cpu.exp: New file.
3265 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
3266
3267 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
3268
3269 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
3270
3271 2017-10-10 Pedro Alves <palves@redhat.com>
3272
3273 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
3274 expect CLI output.
3275
3276 2017-10-10 Pedro Alves <palves@redhat.com>
3277
3278 * lib/selftest-support.exp (selftest_setup): Update for
3279 captured_command_loop's prototype change.
3280
3281 2017-10-09 Pedro Alves <palves@redhat.com>
3282
3283 Test both arch1=>arch2 and arch2=>arch1.
3284
3285 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
3286 (srcfile2, binfile2, march1, march2): Remove globals. Largely
3287 factored out to...
3288 (append_arch1_options, append_arch2_options, append_arch_options)
3289 (build_executables): New procedures.
3290 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
3291 local.
3292 (top level): Add new 'first_arch' testing axis.
3293
3294 2017-10-09 Pedro Alves <palves@redhat.com>
3295
3296 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
3297 (barrier): New.
3298 (thread_start, all_started): New functions.
3299 (main): Spawn new thread and wait until it is scheduled.
3300 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
3301 option.
3302 (do_test): Add 'selected_thread' parameter. Run to all_started
3303 instead of main. Explicitly set the breakpoint at main. Switch
3304 to the SELECTED_THREAD thread.
3305 (top level): Test handling the exec event with either the main
3306 thread or the second thread selected.
3307
3308 2017-10-09 Pedro Alves <palves@redhat.com>
3309
3310 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
3311 logic. Move STOP marker after the value checks.
3312 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
3313 regexp.
3314
3315 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
3316
3317 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
3318
3319 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
3320
3321 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
3322 integer-to-dfp conversion.
3323 * gdb.base/dfp-test.exp: Likewise.
3324
3325 2017-10-04 Pedro Alves <palves@redhat.com>
3326
3327 * gdb.multi/hangout.c: Include <unistd.h>.
3328 (hangout_loop): New function.
3329 (main): Call alarm. Call hangout_loop in a loop.
3330 * gdb.multi/hello.c: Include <unistd.h>.
3331 (hello_loop): New function.
3332 (main): Call alarm. Call hangout_loop in a loop.
3333 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
3334 inferior with the other selected.
3335
3336 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
3337
3338 * gdb.mi/list-thread-groups-available.exp: New file.
3339 * gdb.mi/list-thread-groups-available.c: New file.
3340
3341 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3342
3343 * gdb.base/set-cwd.exp: Make it available on
3344 native-extended-gdbserver.
3345
3346 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3347
3348 * gdb.base/set-cwd.c: New file.
3349 * gdb.base/set-cwd.exp: Likewise.
3350
3351 2017-10-02 Tom Tromey <tom@tromey.com>
3352
3353 PR rust/22236:
3354 * gdb.rust/simple.rs (main): New variable "fslice".
3355 * gdb.rust/simple.exp: Add slice tests. Update string tests.
3356
3357 2017-10-02 Tom Tromey <tom@tromey.com>
3358
3359 * gdb.rust/simple.exp: Test ptype of a slice.
3360
3361 2017-10-02 Tom Tromey <tom@tromey.com>
3362
3363 * gdb.rust/simple.exp: Test index of slice.
3364
3365 2017-09-27 Tom Tromey <tom@tromey.com>
3366
3367 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
3368
3369 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
3370 Pedro Alves <palves@redhat.com>
3371
3372 * gdb.base/compare-sections.exp (get value of read-only section): Read
3373 as unsigned value.
3374 (corrupt read-only section): Likewise and don't set written if patching
3375 failed.
3376
3377 2017-09-21 Kevin Buettner <kevinb@redhat.com>
3378
3379 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
3380 files.
3381
3382 2017-09-20 Pedro Alves <palves@redhat.com>
3383
3384 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
3385 symbol names in gdb's output.
3386 * gdb.cp/overload.exp ("list all overloads"): Likewise.
3387
3388 2017-09-20 Pedro Alves <palves@redhat.com>
3389
3390 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
3391 Rename to ...
3392 (test_list_ambiguous_symbol): ... this and add a symbol name
3393 parameter. Adjust.
3394 (test_list_ambiguous_function): Reimplement on top of
3395 test_list_ambiguous_symbol and also test listing ambiguous
3396 variables.
3397 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
3398 (ambiguous_fun): ... this.
3399 (ambiguous_var): New.
3400 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
3401 (ambiguous_fun): ... this.
3402 (ambiguous_var): New.
3403
3404 2017-09-19 John Baldwin <jhb@FreeBSD.org>
3405
3406 * gdb.base/starti.c: New file.
3407 * gdb.base/starti.exp: New file.
3408 * lib/gdb.exp (gdb_starti_cmd): New procedure.
3409
3410 2017-09-14 Pedro Alves <palves@redhat.com>
3411
3412 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
3413 (top level): Use it instead of runto.
3414
3415 2017-09-11 Tom Tromey <tom@tromey.com>
3416
3417 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
3418
3419 2017-09-11 Tom Tromey <tom@tromey.com>
3420
3421 * gdb.python/py-infthread.exp: Add tests for new_thread event.
3422 * gdb.python/py-inferior.exp: Add tests for new inferior events.
3423
3424 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
3425
3426 * gdb.fortran/printing-types.exp: New file.
3427 * gdb.fortran/printing-types.exp: New file.
3428
3429 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3430
3431 * gdb.fortran/vla-ptype.exp: Fix typos.
3432 * gdb.fortran/vla-value.exp: Same.
3433
3434 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3435
3436 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
3437 * gdb.mi/mi-var-child-f.exp: Likewise.
3438 * gdb.mi/mi-vla-fortran.exp: Likewise.
3439
3440 2017-09-08 Frank Penczek <frank.penczek@intel.com>
3441 Christoph Weinmann <christoph.t.weinmann@intel.com>
3442 Bernhard Heckel <bernhard.heckel@intel.com>
3443
3444 * gdb.fortran/ptr-indentation.f90: New file.
3445 * gdb.fortran/ptr-indentation.exp: New file.
3446
3447 2017-09-05 Tom Tromey <tom@tromey.com>
3448
3449 PR gdb/22010:
3450 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
3451
3452 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
3453
3454 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
3455
3456 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3457
3458 * gdb.threads/tls-nodebug-pie.c: New file.
3459 * gdb.threads/tls-nodebug-pie.exp: New file.
3460
3461 2017-09-05 Tom Tromey <tom@tromey.com>
3462
3463 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
3464 for rust.
3465
3466 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
3467
3468 * gdb.multi/multi-arch-exec.exp: Test with different
3469 "follow-exec-mode" settings.
3470 (do_test): New procedure.
3471
3472 2017-09-04 Pedro Alves <palves@redhat.com>
3473
3474 * gdb.base/func-static.c (S::method const, S::method volatile)
3475 (S::method volatile const): New methods.
3476 (c_s, v_s, cv_s): New instances.
3477 (main): Call method() on them.
3478 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
3479 (cannot_resolve): New procedure.
3480 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
3481 print-quote-unquoted columns.
3482 (do_test): Test printing each scope too.
3483
3484 2017-09-04 Pedro Alves <palves@redhat.com>
3485
3486 * gdb.base/local-static.exp: Also test with
3487 class::method::variable wholly quoted.
3488 * gdb.cp/m-static.exp (class::method::variable): Remove test.
3489
3490 2017-09-04 Pedro Alves <palves@redhat.com>
3491
3492 * gdb.base/local-static.c: New.
3493 * gdb.base/local-static.cc: New.
3494 * gdb.base/local-static.exp: New.
3495
3496 2017-09-04 Pedro Alves <palves@redhat.com>
3497
3498 * gdb.asm/asm-source.exp: Add casts to int.
3499 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
3500 (dataglobal64_1, dataglobal64_2): New globals.
3501 * gdb.base/nodebug.exp: Test different expressions involving the
3502 new globals, with print, whatis and ptype. Add casts to int.
3503 * gdb.base/solib-display.exp: Add casts to int.
3504 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
3505 * gdb.cp/m-static.exp: Add cast to int.
3506 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
3507 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
3508 tls variable with no debug info without a cast. Test with a cast
3509 to int too.
3510 * gdb.trace/entry-values.exp: Add casts.
3511
3512 2017-09-04 Pedro Alves <palves@redhat.com>
3513
3514 * gdb.base/nodebug.exp: Test that ptype's error about functions
3515 with unknown return type includes the function name too.
3516
3517 2017-09-04 Pedro Alves <palves@redhat.com>
3518
3519 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
3520 return type of munmap in infcall.
3521 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
3522 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
3523 type of ftell in infcall.
3524 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
3525 type of getpid in infcall.
3526 * gdb.base/infcall-exec.exp: Cast return type of execlp in
3527 infcall.
3528 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
3529 Bail on failure to extract the pid.
3530 * gdb.base/nodebug.c: #include <stdint.h>.
3531 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
3532 New functions.
3533 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
3534 Change expected output of print/whatis/ptype with functions with
3535 no debug info. Test all supported languages. Call
3536 test_call_promotion.
3537 * gdb.compile/compile.exp: Adjust expected output to expect
3538 warning.
3539 * gdb.threads/siginfo-threads.exp: Likewise.
3540
3541 2017-09-04 Pedro Alves <palves@redhat.com>
3542
3543 * gdb.base/callfuncs.exp (do_function_calls): New parameter
3544 "prototypes". Test calling float functions via prototyped and
3545 unprototyped function pointers.
3546 (perform_all_tests): New parameter "prototypes". Pass it down.
3547 (top level): Pass down "prototypes" parameter to
3548 perform_all_tests.
3549
3550 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3551
3552 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
3553 Test with nested loops.
3554
3555 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3556
3557 * gdb.base/commands.exp: Call the new procedures.
3558 (loop_break_test, loop_continue_test): New procedures.
3559
3560 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3561
3562 * gdb.base/commands.exp: Call new procedure.
3563 (define_if_without_arg_test): New procedure.
3564
3565 2017-09-04 Pedro Alves <palves@redhat.com>
3566
3567 * gdb.base/list-ambiguous.exp: New file.
3568 * gdb.base/list-ambiguous0.c: New file.
3569 * gdb.base/list-ambiguous1.c: New file.
3570 * gdb.base/list.exp (test_list_range): Adjust expected output.
3571
3572 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
3573
3574 * gdb.base/share-env-with-gdbserver.c: New file.
3575 * gdb.base/share-env-with-gdbserver.exp: Likewise.
3576
3577 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3578
3579 * gdb.base/commands.exp (gdbvar_simple_if_test,
3580 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
3581 progvar_simple_if_test, progvar_simple_while_test,
3582 progvar_complex_if_while_test, user_defined_command_test,
3583 user_defined_command_args_eval,
3584 user_defined_command_args_stack_test,
3585 user_defined_command_manyargs_test, bp_deleted_in_command_test,
3586 temporary_breakpoint_commands,
3587 gdb_test_no_prompt, redefine_hook_test,
3588 redefine_backtrace_test): Remove "global gdb_prompt".
3589
3590 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3591
3592 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
3593 New proc, call it from toplevel.
3594
3595 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
3596
3597 PR remote/21852
3598 * gdb.server/normal.c: New file, copied from gdb.base.
3599 * gdb.server/run-without-local-binary.exp: New file.
3600
3601 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
3602
3603 * gdb.arch/sparc64-adi.exp: New file.
3604 * gdb.arch/sparc64-adi.c: New file.
3605
3606 2017-08-22 Pedro Alves <palves@redhat.com>
3607
3608 * gdb.cp/overload.exp (line_range_pattern): New procedure.
3609 (top level): Add "list all overloads" tests.
3610
3611 2017-08-22 Tom Tromey <tom@tromey.com>
3612
3613 * gdb.gdb/xfullpath.exp: Remove.
3614
3615 2017-08-21 Pedro Alves <palves@redhat.com>
3616
3617 PR gdb/19487
3618 * gdb.base/symbol-alias.c: New.
3619 * gdb.base/symbol-alias2.c: New.
3620 * gdb.base/symbol-alias.exp: New.
3621
3622 2017-08-21 Pedro Alves <palves@redhat.com>
3623
3624 * gdb.base/dfp-test.c
3625 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
3626 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
3627 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
3628 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
3629 * gdb.base/whatis-ptype-typedefs.c: New.
3630 * gdb.base/whatis-ptype-typedefs.exp: New.
3631 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
3632 (an_int, an_int_type, an_int_type2): New globals.
3633 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
3634 involving typedefs and cast expressions.
3635 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
3636 (lookup_typedefs_function): New.
3637 (typedefs_pretty_printers_dict): New.
3638 (top level): Register lookup_typedefs_function in
3639 gdb.pretty_printers.
3640
3641 2017-08-18 Yao Qi <yao.qi@linaro.org>
3642
3643 * gdb.server/unittest.exp: New.
3644
3645 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
3646
3647 PR gdb/21954
3648 * gdb.base/environ.exp: Add test to check if 'unset environment'
3649 works.
3650
3651 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3652
3653 * lib/gdb.exp (universal_compile_options): New caching proc.
3654 (gdb_compile): Suppress GCC's coloring of messages.
3655
3656 2017-08-14 Tom Tromey <tom@tromey.com>
3657
3658 PR gdb/21675:
3659 * gdb.base/printcmds.exp (test_radices): New function.
3660 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
3661 * gdb.base/sizeof.exp (check_valueof): Use p/d.
3662 * lib/gdb.exp (get_integer_valueof): Use p/d.
3663
3664 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
3665
3666 * lib/gdb.exp (get_valueof): Don't capture end-of-line
3667 characters.
3668
3669 2017-08-05 Tom Tromey <tom@tromey.com>
3670
3671 * gdb.rust/simple.exp: Allow String to appear in a different
3672 namespace.
3673
3674 2017-07-26 Yao Qi <yao.qi@linaro.org>
3675
3676 * gdb.gdb/unittest.exp: Invoke command
3677 "maintenance check xml-descriptions".
3678
3679 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3680
3681 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
3682 calling context.
3683 (hex128): Drop erroneous calculation of parameters.
3684
3685 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
3686
3687 * gdb.python/py-unwind.exp: Disable stack protection when
3688 building test file.
3689
3690 2017-07-20 Pedro Alves <palves@redhat.com>
3691
3692 * gdb.base/default.exp (set language): Adjust expected output.
3693
3694 2017-07-20 Pedro Alves <palves@redhat.com>
3695
3696 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
3697 (test_minsym): ... this, and make static.
3698 (get_pck__foo__bar__minsym): Rename to ...
3699 (get_test_minsym): ... this.
3700 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
3701 symbol names and comments.
3702 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
3703 (get_test_minsym): ... this.
3704 (pck__foo__bar__minsym__2): Rename to ...
3705 (test_minsym): ... this.
3706 (main): Adjust.
3707
3708 2017-07-17 Pedro Alves <palves@redhat.com>
3709
3710 * gdb.base/completion.exp: Adjust expected output.
3711 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
3712 the completer works.
3713
3714 2017-07-17 Pedro Alves <palves@redhat.com>
3715
3716 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
3717
3718 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3719
3720 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
3721
3722 2017-07-14 Tom Tromey <tom@tromey.com>
3723
3724 PR rust/21764:
3725 * gdb.rust/simple.exp: Add tests.
3726
3727 2017-07-14 Tom Tromey <tom@tromey.com>
3728
3729 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
3730
3731 2017-07-14 Pedro Alves <palves@redhat.com>
3732
3733 * gdb.linespec/base/one/thefile.cc (z1): New function.
3734 * gdb.linespec/base/two/thefile.cc (z2): New function.
3735 * gdb.linespec/linespec.exp: Add tests.
3736
3737 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3738
3739 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
3740 to mi_create_breakpoint.
3741
3742 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3743
3744 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
3745 mi_create_breakpoint.
3746
3747 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
3748
3749 * gdb.dlang/demangle.exp: Update for demangling changes.
3750
3751 2017-07-09 Tom Tromey <tom@tromey.com>
3752
3753 * gdb.dwarf2/shortpiece.exp: New file.
3754
3755 2017-07-06 David Blaikie <dblaikie@gmail.com>
3756
3757 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
3758 built from fissiont-multi-cu{1,2}.c.
3759 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
3760 except putting 'main' and 'func' in separate CUs in the same DWO file.
3761 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
3762 test.
3763 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
3764 test.
3765
3766 2017-07-06 Pedro Alves <palves@redhat.com>
3767
3768 * gdb.python/py-unwind.exp: Test flushregs.
3769
3770 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3771
3772 PR cli/21688
3773 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
3774 tests for alias commands and trailing whitespace.
3775
3776 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3777
3778 PR cli/21688
3779 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
3780 procedure. Call it.
3781
3782 2017-06-29 Pedro Alves <palves@redhat.com>
3783
3784 * gdb.base/printcmds.exp: Add tests.
3785
3786 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
3787
3788 PR gdb/21337
3789 * gdb.base/reread-readsym.exp: New file.
3790 * gdb.base/reread-readsym.c: New file.
3791
3792 2017-06-21 Kevin Buettner <kevinb@redhat.com>
3793
3794 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
3795 subpattern.
3796
3797 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
3798
3799 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
3800 extended mnemonic.
3801 * gdb.arch/powerpc-power9.s: Likewise.
3802
3803 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3804
3805 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
3806 on 32-bit x86 targets. Exploit is_*_target macros where
3807 appropriate.
3808
3809 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3810
3811 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
3812 register pieces.
3813
3814 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3815
3816 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
3817 located in one or more DWARF pieces.
3818
3819 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3820
3821 * lib/gdb.exp (get_endianness): New proc.
3822 * gdb.arch/aarch64-fp.exp: Use it.
3823 * gdb.arch/altivec-regs.exp: Likewise.
3824 * gdb.arch/e500-regs.exp: Likewise.
3825 * gdb.arch/vsx-regs.exp: Likewise.
3826 * gdb.base/dump.exp: Likewise.
3827 * gdb.base/funcargs.exp: Likewise.
3828 * gdb.base/gnu_vector.exp: Likewise.
3829 * gdb.dwarf2/formdata16.exp: Likewise.
3830 * gdb.dwarf2/implptrpiece.exp: Likewise.
3831 * gdb.dwarf2/nonvar-access.exp: Likewise.
3832 * gdb.python/py-inferior.exp: Likewise.
3833 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3834
3835 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3836
3837 PR gdb/21226
3838 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
3839 stack value pieces are taken from the LSB end.
3840
3841 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3842
3843 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
3844 variable at nonzero offset.
3845
3846 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3847
3848 * gdb.dwarf2/var-access.c: New file.
3849 * gdb.dwarf2/var-access.exp: New test.
3850 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
3851
3852 2017-06-12 Tom Tromey <tom@tromey.com>
3853
3854 * gdb.dwarf2/formdata16.exp: Add tests.
3855
3856 2017-06-12 Tom Tromey <tom@tromey.com>
3857
3858 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
3859
3860 2017-06-12 Tom Tromey <tom@tromey.com>
3861
3862 PR exp/16225:
3863 * gdb.reverse/i386-sse-reverse.exp: Update tests.
3864 * gdb.arch/vsx-regs.exp: Update tests.
3865 * gdb.arch/s390-vregs.exp (hex128): New proc.
3866 Update test.
3867 * gdb.arch/altivec-regs.exp: Update tests.
3868
3869 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3870
3871 * gdb.base/startup-with-shell.c: New file.
3872 * gdb.base/startup-with-shell.exp: Likewise.
3873
3874 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3875
3876 * gdb.server/non-existing-program.exp: Update regex in order to
3877 reflect the fact that gdbserver is now using fork_inferior (with a
3878 shell) to startup the inferior.
3879
3880 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
3881
3882 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
3883 support function calls from GDB.
3884
3885 2017-05-21 Tom Tromey <tom@tromey.com>
3886
3887 PR rust/21466:
3888 * gdb.rust/unsized.exp: New file.
3889 * gdb.rust/unsized.rs: New file.
3890
3891 2017-05-19 Tom Tromey <tom@tromey.com>
3892
3893 PR rust/21484:
3894 * gdb.rust/watch.exp: New file.
3895 * gdb.rust/watch.rs: New file.
3896
3897 2017-05-18 Tom Tromey <tom@tromey.com>
3898
3899 * gdb.rust/simple.exp: Allow Box to be qualified.
3900
3901 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
3902
3903 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
3904
3905 2017-05-18 Pedro Alves <palves@redhat.com>
3906
3907 * gdb.base/fileio.c (test_write, test_read, test_close)
3908 (test_fstat): Don't print 'ret' in the fail path.
3909
3910 2017-05-18 Pedro Alves <palves@redhat.com>
3911
3912 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
3913 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
3914 (test_system, test_rename, test_unlink, test_time): Change
3915 prototypes.
3916 * gdb.base/fileio.exp (stop_msg): Adjust.
3917
3918 2017-05-18 Pedro Alves <palves@redhat.com>
3919
3920 * gdb.base/fileio.c (null_str): New global.
3921 (test_stat): Use it.
3922 * gdb.base/fileio.exp: Remove nowarnings.
3923
3924 2017-05-17 Yao Qi <yao.qi@linaro.org>
3925
3926 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
3927
3928 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
3929
3930 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
3931 argument command.
3932 (top-level): Invoke test_set_inferior_tty.
3933
3934 2017-05-04 Pedro Alves <palves@redhat.com>
3935
3936 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
3937 Add parens to print call for Python 3.
3938
3939 2017-05-03 Keith Seitz <keiths@redhat.com>
3940
3941 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
3942 (main): Call it.
3943
3944 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3945
3946 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
3947 to prev and next.
3948
3949 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3950
3951 * gdb.python/py-record-btrace.exp: Remove test for
3952 gdb.BtraceInstruction.error.
3953
3954 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3955
3956 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
3957
3958 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3959
3960 * gdb.python/py-record-btrace-threads.c: New file.
3961 * gdb.python/py-record-btrace-threads.exp: New file.
3962
3963 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
3964
3965 PR testsuite/8595
3966 * gdb.base/environ.exp: Make test available in all architectures.
3967 Move bits related to "info program" testing to
3968 gdb.base/info-program.exp. Rewrite tests to use the two new
3969 procedures mentione below.
3970 (test_set_show_env_var) New procedure.
3971 (test_set_show_env_var_equal): Likewise.
3972 * gdb.base/info-program.exp: New file.
3973
3974 2017-04-27 Keith Seitz <keiths@redhat.com>
3975
3976 * gdb.cp/oranking.cc (test15): New function.
3977 (main): Call test15 and declare additional variables for testing.
3978 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
3979 "p foo101('abc')" tests.
3980 Add tests for cv qualifier overloads.
3981 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
3982 "lvalue reference overload" test.
3983 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
3984 "print value of f1 on Child&& in f2" test.
3985
3986 2017-04-19 Pedro Alves <palves@redhat.com>
3987
3988 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
3989 procedure.
3990 (top level): Call it.
3991 * lib/gdb.exp (gdb_define_cmd): New procedure.
3992
3993 2017-04-12 Pedro Alves <palves@redhat.com>
3994
3995 PR gdb/21323
3996 * gdb.cp/wide_char_types.c: Include <wchar.h>.
3997 (wchar): New global.
3998 * gdb.cp/wide_char_types.exp (wide_char_types_program)
3999 (do_test_wide_char, wide_char_types_no_program, top level): Add
4000 wchar_t testing.
4001
4002 2017-04-12 Pedro Alves <palves@redhat.com>
4003
4004 PR c++/21323
4005 * gdb.cp/wide_char_types.c: New file.
4006 * gdb.cp/wide_char_types.exp: New file.
4007
4008 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
4009
4010 PR gdb/21352
4011 * gdb.trace/tsv.exp: Add test for "tsave -r".
4012
4013 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
4014
4015 * gdb.dlang/watch-loc.c: New file.
4016 * gdb.dlang/watch-loc.exp: New file.
4017
4018 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4019
4020 * gdb.python/py-section-script.exp (sepdebug): New testcases.
4021
4022 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4023
4024 * gdb.arch/arc-analyze-prologue.S: New file.
4025 * gdb.arch/arc-analyze-prologue.exp: Likewise.
4026
4027 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4028
4029 * gdb.arch/arc-decode-insn.S: New file.
4030 * gdb.arch/arc-decode-insn.exp: Likewise.
4031
4032 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
4033
4034 PR tdep/20928
4035 * gdb.arch/sparc64-regs.exp: New file.
4036 * gdb.arch/sparc64-regs.S: Likewise.
4037
4038 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
4039
4040 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
4041 and memory view on Python 3.
4042
4043 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
4044 Keith Seitz <keiths@redhat.com>
4045
4046 PR gdb/14441
4047 * gdb.cp/demangle.exp: Add rvalue reference tests.
4048 * gdb.cp/rvalue-ref-casts.cc: New file.
4049 * gdb.cp/rvalue-ref-casts.exp: New file.
4050 * gdb.cp/rvalue-ref-overload.cc: New file.
4051 * gdb.cp/rvalue-ref-overload.exp: New file.
4052 * gdb.cp/rvalue-ref-params.cc: New file.
4053 * gdb.cp/rvalue-ref-params.exp: New file.
4054 * gdb.cp/rvalue-ref-sizeof.cc: New file.
4055 * gdb.cp/rvalue-ref-sizeof.exp: New file.
4056 * gdb.cp/rvalue-ref-types.cc: New file.
4057 * gdb.cp/rvalue-ref-types.exp: New file.
4058 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
4059 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
4060
4061 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4062
4063 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
4064 New procedure.
4065
4066 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4067
4068 * lib/mi-support.exp (mi_gdb_test): Add additional message
4069 for unexpected output.
4070
4071 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4072
4073 * gdb.base/examine-backward.c (Barrier): New character array
4074 constant, to ensure that TestStrings is preceded by a string
4075 terminator.
4076
4077 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4078
4079 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
4080 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
4081 and implicit pointer into such a location.
4082
4083 2017-03-16 Doug Evans <dje@google.com>
4084
4085 * gdb.python/py-lazy-string (pointer): Really add new typedef.
4086
4087 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
4088
4089 * gdb.cp/m-static.exp: Fix expectation for prototype of
4090 test5.single_constructor and single_constructor::single_constructor.
4091
4092 2017-03-16 Doug Evans <dje@google.com>
4093
4094 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
4095 * gdb.guile/scm-lazy-string.c: New file.
4096 * gdb.guile/scm-value.exp: Move lazy string tests to ...
4097 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
4098 for pointer, array, typedef lazy strings.
4099
4100 2017-03-16 Doug Evans <dje@google.com>
4101
4102 PR python/17728, python/18439, python/18779
4103 * gdb.python/py-value.c (main) Delete locals sptr, sn.
4104 * gdb.python/py-lazy-string.c (pointer): New typedef.
4105 (main): New locals ptr, array, typedef_ptr.
4106 * gdb.python/py-value.exp: Move lazy string tests to ...
4107 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
4108 array, typedef lazy strings.
4109
4110 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
4111
4112 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
4113 Add optional 'test' parameter.
4114
4115 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4116
4117 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4118 Skip for versions of DejaGnu < 1.5.
4119
4120 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4121
4122 * lib/gdb.exp (dejagnu_version): New proc.
4123 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4124 Use dejagnu_version.
4125
4126 2017-03-10 Keith Seitz <keiths@redhat.com>
4127
4128 PR c++/8128
4129 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
4130 type from destructor regexps.
4131 Add a branch which actually passes the test.
4132 Adjust "ptype t5i" test names.
4133
4134 2017-03-08 Pedro Alves <palves@redhat.com>
4135
4136 * gdb.base/step-over-exit.exp: Add explicit test message.
4137
4138 2017-03-08 Pedro Alves <palves@redhat.com>
4139
4140 PR gdb/18360
4141 * gdb.threads/interrupt-while-step-over.c: New file.
4142 * gdb.threads/interrupt-while-step-over.exp: New file.
4143
4144 2017-03-08 Pedro Alves <palves@redhat.com>
4145
4146 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
4147 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
4148
4149 2017-03-08 Pedro Alves <palves@redhat.com>
4150
4151 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
4152 PKRU as not supported as a PASS.
4153
4154 2017-03-08 Pedro Alves <palves@redhat.com>
4155
4156 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
4157 prefix instead of $binfile1/$binfile2.
4158 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
4159 in test message.
4160 * gdb.python/py-completion.exp: Use "load python file" as test
4161 messages instead of unstable path names.
4162
4163 2017-03-08 Pedro Alves <palves@redhat.com>
4164 Jan Kratochvil <jan.kratochvil@redhat.com>
4165
4166 PR cli/21218
4167 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4168 New proc.
4169 (top level): Call it.
4170
4171 2017-03-08 Pedro Alves <palves@redhat.com>
4172
4173 PR tui/21216
4174 * gdb.tui/tui-nl-filtered-output.exp: New file.
4175
4176 2017-03-08 Pedro Alves <palves@redhat.com>
4177
4178 * gdb.base/completion.exp: Move TUI completion tests to ...
4179 * gdb.tui/completion.exp: ... this new file.
4180
4181 2017-03-08 Pedro Alves <palves@redhat.com>
4182
4183 * gdb.base/tui-disasm-long-lines.c,
4184 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
4185 gdb.base/tui-layout.exp: Move to ...
4186 * gdb.tui/: ... this new directory.
4187
4188 2017-03-07 Pedro Alves <palves@redhat.com>
4189
4190 * gdb.base/tui-layout.c: New file.
4191 * gdb.base/tui-layout.exp: New file.
4192
4193 2017-03-07 Pedro Alves <palves@redhat.com>
4194
4195 * gdb.base/tui-layout.c: Rename to ...
4196 * gdb.base/tui-disasm-long-lines.c: ... this.
4197 * gdb.base/tui-layout.exp: Rename to ...
4198 * gdb.base/tui-disasm-long-lines.exp: ... this.
4199
4200 2017-03-07 Pedro Alves <palves@redhat.com>
4201
4202 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
4203
4204 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4205
4206 * i386-mpx-call.c: New file.
4207 * i386-mpx-call.exp: New file.
4208
4209 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
4210
4211 * gdb.arch/powerpc-power.exp: Delete test.
4212 * gdb.arch/powerpc-power.s: Likewise.
4213 * gdb.disasm/disassembler-options.exp: New test.
4214 * gdb.arch/powerpc-altivec.exp: Likewise.
4215 * gdb.arch/powerpc-altivec.s: Likewise.
4216 * gdb.arch/powerpc-altivec2.exp: Likewise.
4217 * gdb.arch/powerpc-altivec2.s: Likewise.
4218 * gdb.arch/powerpc-altivec3.exp: Likewise.
4219 * gdb.arch/powerpc-altivec3.s: Likewise.
4220 * gdb.arch/powerpc-power7.exp: Likewise.
4221 * gdb.arch/powerpc-power7.s: Likewise.
4222 * gdb.arch/powerpc-power8.exp: Likewise.
4223 * gdb.arch/powerpc-power8.s: Likewise.
4224 * gdb.arch/powerpc-power9.exp: Likewise.
4225 * gdb.arch/powerpc-power9.s: Likewise.
4226 * gdb.arch/powerpc-vsx.exp: Likewise.
4227 * gdb.arch/powerpc-vsx.s: Likewise.
4228 * gdb.arch/powerpc-vsx2.exp: Likewise.
4229 * gdb.arch/powerpc-vsx2.s: Likewise.
4230 * gdb.arch/powerpc-vsx3.exp: Likewise.
4231 * gdb.arch/powerpc-vsx3.s: Likewise.
4232 * gdb.arch/arm-disassembler-options.exp: Likewise.
4233 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
4234 * gdb.arch/s390-disassembler-options.exp: Likewise.
4235
4236 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
4237
4238 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
4239 (check_supported_features): ... this. Changed return type to void.
4240 (supports_rdseed): New static global.
4241 (rdseed): Check supports_rdseed.
4242 (initialize): Call check_supported_features.
4243
4244 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4245
4246 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
4247 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
4248 and lqarx/stqcx.
4249 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
4250 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
4251
4252 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4253
4254 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
4255 uppercase.
4256
4257 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4258
4259 * gdb.dwarf2/formdata16.c: New file.
4260 * gdb.dwarf2/formdata16.exp: New file.
4261 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
4262
4263 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4264
4265 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
4266 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
4267 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
4268 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
4269 DW_AT_GNU_*.
4270
4271 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4272
4273 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
4274
4275 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
4276
4277 PR gdb/21164
4278 * gdb.base/maint.exp: Add testcases for when the commands do
4279 not have arguments.
4280
4281 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
4282
4283 * gdb.cp/chained-calls.exp: Use p instead of P.
4284
4285 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
4286
4287 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
4288 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
4289
4290 2017-02-14 Tom Tromey <tom@tromey.com>
4291
4292 PR python/13598:
4293 * gdb.python/py-events.exp: Add before_prompt event tests.
4294
4295 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4296
4297 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
4298
4299 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
4300
4301 * gdb.linespec/explicit.c (my_unique_function_name): New function.
4302 (main): Call my_unique_function_name.
4303 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
4304 completion of patterns with a single match.
4305 Add missing -re switches to gdb_test_multiple calls.
4306
4307 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
4308
4309 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
4310 return if core file is not recognized.
4311
4312 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4313
4314 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
4315 and extra UIs.
4316
4317 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4318
4319 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
4320 proc_with_prefix.
4321
4322 2017-02-10 Tom Tromey <tom@tromey.com>
4323
4324 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
4325
4326 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
4327
4328 PR gdb/21122
4329 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
4330
4331 2017-02-08 Jerome Guitton <guitton@adacore.com>
4332
4333 * gdb.base/define.exp: Add test for command abbreviations
4334 in define.
4335
4336 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
4337
4338 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
4339 * gdb.reverse/insn-reverse-x86.c: New file.
4340
4341 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
4342
4343 PR tdep/20936
4344 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
4345
4346 2017-02-03 Tom Tromey <tom@tromey.com>
4347
4348 PR rust/21097:
4349 * gdb.rust/simple.exp: Add new tests.
4350
4351 2017-02-02 Pedro Alves <palves@redhat.com>
4352
4353 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
4354 tests.
4355
4356 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4357
4358 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
4359 taking a 2-byte value out of a 4-byte DWARF implicit value on
4360 big-endian targets.
4361 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
4362 logic. Add test cases for DW_OP_implicit.
4363
4364 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4365
4366 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
4367
4368 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4369
4370 * gdb.btrace/enable.exp: Call gdb_exit before
4371 skip_gdbserver_tests.
4372
4373 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4374
4375 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
4376 GDBFLAGS.
4377
4378 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4379
4380 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
4381 the test is skipped.
4382 * gdb.btrace/data.exp: Likewise.
4383 * gdb.btrace/delta.exp: Likewise.
4384 * gdb.btrace/dlopen.exp: Likewise.
4385 * gdb.btrace/enable-running.exp: Likewise.
4386 * gdb.btrace/enable.exp: Likewise.
4387 * gdb.btrace/exception.exp: Likewise.
4388 * gdb.btrace/function_call_history.exp: Likewise.
4389 * gdb.btrace/gcore.exp: Likewise.
4390 * gdb.btrace/instruction_history.exp: Likewise.
4391 * gdb.btrace/multi-thread-step.exp: Likewise.
4392 * gdb.btrace/nohist.exp: Likewise.
4393 * gdb.btrace/non-stop.exp: Likewise.
4394 * gdb.btrace/reconnect.exp: Likewise.
4395 * gdb.btrace/record_goto-step.exp: Likewise.
4396 * gdb.btrace/record_goto.exp: Likewise.
4397 * gdb.btrace/rn-dl-bind.exp: Likewise.
4398 * gdb.btrace/segv.exp: Likewise.
4399 * gdb.btrace/step.exp: Likewise.
4400 * gdb.btrace/stepi.exp: Likewise.
4401 * gdb.btrace/tailcall-only.exp: Likewise.
4402 * gdb.btrace/tailcall.exp: Likewise.
4403 * gdb.btrace/tsx.exp: Likewise.
4404 * gdb.btrace/unknown_functions.exp: Likewise.
4405 * gdb.btrace/vdso.exp: Likewise.
4406
4407 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4408
4409 * gdb.btrace/enable-running.c: New.
4410 * gdb.btrace/enable-running.exp: New.
4411
4412 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
4413
4414 * gdb.arch/amd64-gs_base.c: New file.
4415 * gdb.arch/amd64-gs_base.exp: New file.
4416
4417 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
4418
4419 * lib/memory.exp: Remove spurious empty newlines.
4420
4421 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
4422
4423 * gdb.python/py-bad-printers.exp: Load python file using "source".
4424 * gdb.python/py-events.exp: Likewise.
4425 * gdb.python/py-evsignal.exp: Likewise.
4426 * gdb.python/py-evthreads.exp: Likewise.
4427 * gdb.python/py-frame-args.exp: Likewise.
4428 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
4429 * gdb.python/py-framefilter-mi.exp: Likewise.
4430 * gdb.python/py-framefilter.exp: Likewise.
4431 * gdb.python/py-mi.exp: Likewise.
4432 * gdb.python/py-pp-maint.exp: Likewise.
4433 * gdb.python/py-pp-registration.exp: Likewise.
4434 * gdb.python/py-prettyprint.exp: Likewise.
4435 (run_lang_tests): Likewise.
4436 * gdb.python/py-typeprint.exp: Likewise.
4437
4438 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
4439
4440 * lib/memory.exp: New file.
4441 * lib/gdb.exp: Load memory.exp.
4442 * gdb.base/memattr.exp (delete_memory): Move proc to
4443 lib/memory.exp and rename to delete_memory_regions.
4444 Replace delete_memory with delete_memory_regions.
4445 Cleanup memory regions before tests.
4446 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
4447 before tests.
4448
4449 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
4450
4451 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
4452 files.
4453 (initialize): New function conditionally defined.
4454 (testcases): Move within conditional block.
4455 (main): Call initialize.
4456 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
4457 of gdb.reverse/insn-reverse.c.
4458 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
4459 gdb.reverse/insn-reverse.c.
4460
4461 2017-01-26 Yao Qi <yao.qi@linaro.org>
4462
4463 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
4464 disassemble on address 0.
4465
4466 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
4467 Yao Qi <yao.qi@linaro.org>
4468
4469 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
4470 * gdb.dwarf2/implptr-64bit.S: Remove.
4471 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
4472 variables in caller's context. Add DW_OP_implicit_value.
4473
4474 2017-01-25 Yao Qi <yao.qi@linaro.org>
4475
4476 * lib/dwarf.exp (Dwarf::_location): Handle
4477 DW_OP_GNU_implicit_pointer with proper size.
4478
4479 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
4480
4481 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
4482 and add untested calls.
4483
4484 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
4485
4486 * gdb.python/python.exp: Check line number against what GDB thinks
4487 the line number is for func1.
4488
4489 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
4490
4491 * gdb.dlang/debug-expr.exp: New file.
4492
4493 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
4494
4495 Fix test names for the following files:
4496
4497 * gdb.ada/exec_changed.exp
4498 * gdb.ada/info_types.exp
4499 * gdb.arch/aarch64-atomic-inst.exp
4500 * gdb.arch/aarch64-fp.exp
4501 * gdb.arch/altivec-abi.exp
4502 * gdb.arch/altivec-regs.exp
4503 * gdb.arch/amd64-byte.exp
4504 * gdb.arch/amd64-disp-step.exp
4505 * gdb.arch/amd64-dword.exp
4506 * gdb.arch/amd64-entry-value-inline.exp
4507 * gdb.arch/amd64-entry-value-param.exp
4508 * gdb.arch/amd64-entry-value-paramref.exp
4509 * gdb.arch/amd64-entry-value.exp
4510 * gdb.arch/amd64-i386-address.exp
4511 * gdb.arch/amd64-invalid-stack-middle.exp
4512 * gdb.arch/amd64-invalid-stack-top.exp
4513 * gdb.arch/amd64-optimout-repeat.exp
4514 * gdb.arch/amd64-prologue-skip.exp
4515 * gdb.arch/amd64-prologue-xmm.exp
4516 * gdb.arch/amd64-stap-special-operands.exp
4517 * gdb.arch/amd64-stap-wrong-subexp.exp
4518 * gdb.arch/amd64-tailcall-cxx.exp
4519 * gdb.arch/amd64-tailcall-noret.exp
4520 * gdb.arch/amd64-tailcall-ret.exp
4521 * gdb.arch/amd64-tailcall-self.exp
4522 * gdb.arch/amd64-word.exp
4523 * gdb.arch/arm-bl-branch-dest.exp
4524 * gdb.arch/arm-disp-step.exp
4525 * gdb.arch/arm-neon.exp
4526 * gdb.arch/arm-single-step-kernel-helper.exp
4527 * gdb.arch/avr-flash-qualifier.exp
4528 * gdb.arch/disp-step-insn-reloc.exp
4529 * gdb.arch/e500-abi.exp
4530 * gdb.arch/e500-regs.exp
4531 * gdb.arch/ftrace-insn-reloc.exp
4532 * gdb.arch/i386-avx512.exp
4533 * gdb.arch/i386-bp_permanent.exp
4534 * gdb.arch/i386-byte.exp
4535 * gdb.arch/i386-cfi-notcurrent.exp
4536 * gdb.arch/i386-disp-step.exp
4537 * gdb.arch/i386-dr3-watch.exp
4538 * gdb.arch/i386-float.exp
4539 * gdb.arch/i386-gnu-cfi.exp
4540 * gdb.arch/i386-mpx-map.exp
4541 * gdb.arch/i386-mpx-sigsegv.exp
4542 * gdb.arch/i386-mpx-simple_segv.exp
4543 * gdb.arch/i386-mpx.exp
4544 * gdb.arch/i386-permbkpt.exp
4545 * gdb.arch/i386-prologue.exp
4546 * gdb.arch/i386-signal.exp
4547 * gdb.arch/i386-size-overlap.exp
4548 * gdb.arch/i386-unwind.exp
4549 * gdb.arch/i386-word.exp
4550 * gdb.arch/mips-fcr.exp
4551 * gdb.arch/powerpc-d128-regs.exp
4552 * gdb.arch/powerpc-stackless.exp
4553 * gdb.arch/ppc64-atomic-inst.exp
4554 * gdb.arch/s390-stackless.exp
4555 * gdb.arch/s390-tdbregs.exp
4556 * gdb.arch/s390-vregs.exp
4557 * gdb.arch/sparc-sysstep.exp
4558 * gdb.arch/thumb-bx-pc.exp
4559 * gdb.arch/thumb-singlestep.exp
4560 * gdb.arch/thumb2-it.exp
4561 * gdb.arch/vsx-regs.exp
4562 * gdb.asm/asm-source.exp
4563 * gdb.base/a2-run.exp
4564 * gdb.base/advance.exp
4565 * gdb.base/all-bin.exp
4566 * gdb.base/anon.exp
4567 * gdb.base/args.exp
4568 * gdb.base/arithmet.exp
4569 * gdb.base/async-shell.exp
4570 * gdb.base/async.exp
4571 * gdb.base/attach-pie-noexec.exp
4572 * gdb.base/attach-twice.exp
4573 * gdb.base/auto-load.exp
4574 * gdb.base/bang.exp
4575 * gdb.base/bitfields.exp
4576 * gdb.base/break-always.exp
4577 * gdb.base/break-caller-line.exp
4578 * gdb.base/break-entry.exp
4579 * gdb.base/break-inline.exp
4580 * gdb.base/break-on-linker-gcd-function.exp
4581 * gdb.base/break-probes.exp
4582 * gdb.base/break.exp
4583 * gdb.base/breakpoint-shadow.exp
4584 * gdb.base/call-ar-st.exp
4585 * gdb.base/call-sc.exp
4586 * gdb.base/call-signal-resume.exp
4587 * gdb.base/call-strs.exp
4588 * gdb.base/callfuncs.exp
4589 * gdb.base/catch-fork-static.exp
4590 * gdb.base/catch-gdb-caused-signals.exp
4591 * gdb.base/catch-load.exp
4592 * gdb.base/catch-signal-fork.exp
4593 * gdb.base/catch-signal.exp
4594 * gdb.base/catch-syscall.exp
4595 * gdb.base/charset.exp
4596 * gdb.base/checkpoint.exp
4597 * gdb.base/chng-syms.exp
4598 * gdb.base/code-expr.exp
4599 * gdb.base/code_elim.exp
4600 * gdb.base/commands.exp
4601 * gdb.base/completion.exp
4602 * gdb.base/complex.exp
4603 * gdb.base/cond-expr.exp
4604 * gdb.base/condbreak.exp
4605 * gdb.base/consecutive.exp
4606 * gdb.base/continue-all-already-running.exp
4607 * gdb.base/coredump-filter.exp
4608 * gdb.base/corefile.exp
4609 * gdb.base/dbx.exp
4610 * gdb.base/debug-expr.exp
4611 * gdb.base/define.exp
4612 * gdb.base/del.exp
4613 * gdb.base/disabled-location.exp
4614 * gdb.base/disasm-end-cu.exp
4615 * gdb.base/disasm-optim.exp
4616 * gdb.base/display.exp
4617 * gdb.base/duplicate-bp.exp
4618 * gdb.base/ena-dis-br.exp
4619 * gdb.base/ending-run.exp
4620 * gdb.base/enumval.exp
4621 * gdb.base/environ.exp
4622 * gdb.base/eu-strip-infcall.exp
4623 * gdb.base/eval-avoid-side-effects.exp
4624 * gdb.base/eval-skip.exp
4625 * gdb.base/exitsignal.exp
4626 * gdb.base/expand-psymtabs.exp
4627 * gdb.base/filesym.exp
4628 * gdb.base/find-unmapped.exp
4629 * gdb.base/finish.exp
4630 * gdb.base/float.exp
4631 * gdb.base/foll-exec-mode.exp
4632 * gdb.base/foll-exec.exp
4633 * gdb.base/foll-fork.exp
4634 * gdb.base/fortran-sym-case.exp
4635 * gdb.base/freebpcmd.exp
4636 * gdb.base/func-ptr.exp
4637 * gdb.base/func-ptrs.exp
4638 * gdb.base/funcargs.exp
4639 * gdb.base/gcore-buffer-overflow.exp
4640 * gdb.base/gcore-relro-pie.exp
4641 * gdb.base/gcore-relro.exp
4642 * gdb.base/gcore.exp
4643 * gdb.base/gdb1090.exp
4644 * gdb.base/gdb11530.exp
4645 * gdb.base/gdb11531.exp
4646 * gdb.base/gdb1821.exp
4647 * gdb.base/gdbindex-stabs.exp
4648 * gdb.base/gdbvars.exp
4649 * gdb.base/hbreak.exp
4650 * gdb.base/hbreak2.exp
4651 * gdb.base/included.exp
4652 * gdb.base/infcall-input.exp
4653 * gdb.base/inferior-died.exp
4654 * gdb.base/infnan.exp
4655 * gdb.base/info-macros.exp
4656 * gdb.base/info-os.exp
4657 * gdb.base/info-proc.exp
4658 * gdb.base/info-shared.exp
4659 * gdb.base/info-target.exp
4660 * gdb.base/infoline.exp
4661 * gdb.base/interp.exp
4662 * gdb.base/interrupt.exp
4663 * gdb.base/jit-reader.exp
4664 * gdb.base/jit-simple.exp
4665 * gdb.base/kill-after-signal.exp
4666 * gdb.base/kill-detach-inferiors-cmd.exp
4667 * gdb.base/label.exp
4668 * gdb.base/langs.exp
4669 * gdb.base/ldbl_e308.exp
4670 * gdb.base/line-symtabs.exp
4671 * gdb.base/linespecs.exp
4672 * gdb.base/list.exp
4673 * gdb.base/long_long.exp
4674 * gdb.base/longest-types.exp
4675 * gdb.base/maint.exp
4676 * gdb.base/max-value-size.exp
4677 * gdb.base/memattr.exp
4678 * gdb.base/mips_pro.exp
4679 * gdb.base/morestack.exp
4680 * gdb.base/moribund-step.exp
4681 * gdb.base/multi-forks.exp
4682 * gdb.base/nested-addr.exp
4683 * gdb.base/nextoverexit.exp
4684 * gdb.base/noreturn-finish.exp
4685 * gdb.base/noreturn-return.exp
4686 * gdb.base/nostdlib.exp
4687 * gdb.base/offsets.exp
4688 * gdb.base/opaque.exp
4689 * gdb.base/pc-fp.exp
4690 * gdb.base/permissions.exp
4691 * gdb.base/print-symbol-loading.exp
4692 * gdb.base/prologue-include.exp
4693 * gdb.base/psymtab.exp
4694 * gdb.base/ptype.exp
4695 * gdb.base/random-signal.exp
4696 * gdb.base/randomize.exp
4697 * gdb.base/range-stepping.exp
4698 * gdb.base/readline-ask.exp
4699 * gdb.base/recpar.exp
4700 * gdb.base/recurse.exp
4701 * gdb.base/relational.exp
4702 * gdb.base/restore.exp
4703 * gdb.base/return-nodebug.exp
4704 * gdb.base/return.exp
4705 * gdb.base/run-after-attach.exp
4706 * gdb.base/save-bp.exp
4707 * gdb.base/scope.exp
4708 * gdb.base/sect-cmd.exp
4709 * gdb.base/set-lang-auto.exp
4710 * gdb.base/set-noassign.exp
4711 * gdb.base/setvar.exp
4712 * gdb.base/sigall.exp
4713 * gdb.base/sigbpt.exp
4714 * gdb.base/siginfo-addr.exp
4715 * gdb.base/siginfo-infcall.exp
4716 * gdb.base/siginfo-obj.exp
4717 * gdb.base/siginfo.exp
4718 * gdb.base/signals-state-child.exp
4719 * gdb.base/signest.exp
4720 * gdb.base/sigstep.exp
4721 * gdb.base/sizeof.exp
4722 * gdb.base/skip.exp
4723 * gdb.base/solib-corrupted.exp
4724 * gdb.base/solib-nodir.exp
4725 * gdb.base/solib-search.exp
4726 * gdb.base/stack-checking.exp
4727 * gdb.base/stale-infcall.exp
4728 * gdb.base/stap-probe.exp
4729 * gdb.base/start.exp
4730 * gdb.base/step-break.exp
4731 * gdb.base/step-bt.exp
4732 * gdb.base/step-line.exp
4733 * gdb.base/step-over-exit.exp
4734 * gdb.base/step-over-syscall.exp
4735 * gdb.base/step-resume-infcall.exp
4736 * gdb.base/step-test.exp
4737 * gdb.base/store.exp
4738 * gdb.base/structs3.exp
4739 * gdb.base/sym-file.exp
4740 * gdb.base/symbol-without-target_section.exp
4741 * gdb.base/term.exp
4742 * gdb.base/testenv.exp
4743 * gdb.base/ui-redirect.exp
4744 * gdb.base/until.exp
4745 * gdb.base/unwindonsignal.exp
4746 * gdb.base/value-double-free.exp
4747 * gdb.base/vla-datatypes.exp
4748 * gdb.base/vla-ptr.exp
4749 * gdb.base/vla-sideeffect.exp
4750 * gdb.base/volatile.exp
4751 * gdb.base/watch-cond-infcall.exp
4752 * gdb.base/watch-cond.exp
4753 * gdb.base/watch-non-mem.exp
4754 * gdb.base/watch-read.exp
4755 * gdb.base/watch-vfork.exp
4756 * gdb.base/watchpoint-cond-gone.exp
4757 * gdb.base/watchpoint-delete.exp
4758 * gdb.base/watchpoint-hw-hit-once.exp
4759 * gdb.base/watchpoint-hw.exp
4760 * gdb.base/watchpoint-stops-at-right-insn.exp
4761 * gdb.base/watchpoints.exp
4762 * gdb.base/wchar.exp
4763 * gdb.base/whatis-exp.exp
4764 * gdb.btrace/buffer-size.exp
4765 * gdb.btrace/data.exp
4766 * gdb.btrace/delta.exp
4767 * gdb.btrace/dlopen.exp
4768 * gdb.btrace/enable.exp
4769 * gdb.btrace/exception.exp
4770 * gdb.btrace/function_call_history.exp
4771 * gdb.btrace/gcore.exp
4772 * gdb.btrace/instruction_history.exp
4773 * gdb.btrace/nohist.exp
4774 * gdb.btrace/reconnect.exp
4775 * gdb.btrace/record_goto-step.exp
4776 * gdb.btrace/record_goto.exp
4777 * gdb.btrace/rn-dl-bind.exp
4778 * gdb.btrace/segv.exp
4779 * gdb.btrace/step.exp
4780 * gdb.btrace/stepi.exp
4781 * gdb.btrace/tailcall-only.exp
4782 * gdb.btrace/tailcall.exp
4783 * gdb.btrace/tsx.exp
4784 * gdb.btrace/unknown_functions.exp
4785 * gdb.btrace/vdso.exp
4786 * gdb.compile/compile-ifunc.exp
4787 * gdb.compile/compile-ops.exp
4788 * gdb.compile/compile-print.exp
4789 * gdb.compile/compile-setjmp.exp
4790 * gdb.cp/abstract-origin.exp
4791 * gdb.cp/ambiguous.exp
4792 * gdb.cp/annota2.exp
4793 * gdb.cp/annota3.exp
4794 * gdb.cp/anon-ns.exp
4795 * gdb.cp/anon-struct.exp
4796 * gdb.cp/anon-union.exp
4797 * gdb.cp/arg-reference.exp
4798 * gdb.cp/baseenum.exp
4799 * gdb.cp/bool.exp
4800 * gdb.cp/breakpoint.exp
4801 * gdb.cp/bs15503.exp
4802 * gdb.cp/call-c.exp
4803 * gdb.cp/casts.exp
4804 * gdb.cp/chained-calls.exp
4805 * gdb.cp/class2.exp
4806 * gdb.cp/classes.exp
4807 * gdb.cp/cmpd-minsyms.exp
4808 * gdb.cp/converts.exp
4809 * gdb.cp/cp-relocate.exp
4810 * gdb.cp/cpcompletion.exp
4811 * gdb.cp/cpexprs.exp
4812 * gdb.cp/cplabel.exp
4813 * gdb.cp/cplusfuncs.exp
4814 * gdb.cp/cpsizeof.exp
4815 * gdb.cp/ctti.exp
4816 * gdb.cp/derivation.exp
4817 * gdb.cp/destrprint.exp
4818 * gdb.cp/dispcxx.exp
4819 * gdb.cp/enum-class.exp
4820 * gdb.cp/exception.exp
4821 * gdb.cp/exceptprint.exp
4822 * gdb.cp/expand-psymtabs-cxx.exp
4823 * gdb.cp/expand-sals.exp
4824 * gdb.cp/extern-c.exp
4825 * gdb.cp/filename.exp
4826 * gdb.cp/formatted-ref.exp
4827 * gdb.cp/fpointer.exp
4828 * gdb.cp/gdb1355.exp
4829 * gdb.cp/gdb2495.exp
4830 * gdb.cp/hang.exp
4831 * gdb.cp/impl-this.exp
4832 * gdb.cp/infcall-dlopen.exp
4833 * gdb.cp/inherit.exp
4834 * gdb.cp/iostream.exp
4835 * gdb.cp/koenig.exp
4836 * gdb.cp/local.exp
4837 * gdb.cp/m-data.exp
4838 * gdb.cp/m-static.exp
4839 * gdb.cp/mb-ctor.exp
4840 * gdb.cp/mb-inline.exp
4841 * gdb.cp/mb-templates.exp
4842 * gdb.cp/member-name.exp
4843 * gdb.cp/member-ptr.exp
4844 * gdb.cp/meth-typedefs.exp
4845 * gdb.cp/method.exp
4846 * gdb.cp/method2.exp
4847 * gdb.cp/minsym-fallback.exp
4848 * gdb.cp/misc.exp
4849 * gdb.cp/namelessclass.exp
4850 * gdb.cp/namespace-enum.exp
4851 * gdb.cp/namespace-nested-import.exp
4852 * gdb.cp/namespace.exp
4853 * gdb.cp/nextoverthrow.exp
4854 * gdb.cp/no-dmgl-verbose.exp
4855 * gdb.cp/non-trivial-retval.exp
4856 * gdb.cp/noparam.exp
4857 * gdb.cp/nsdecl.exp
4858 * gdb.cp/nsimport.exp
4859 * gdb.cp/nsnested.exp
4860 * gdb.cp/nsnoimports.exp
4861 * gdb.cp/nsrecurs.exp
4862 * gdb.cp/nsstress.exp
4863 * gdb.cp/nsusing.exp
4864 * gdb.cp/operator.exp
4865 * gdb.cp/oranking.exp
4866 * gdb.cp/overload-const.exp
4867 * gdb.cp/overload.exp
4868 * gdb.cp/ovldbreak.exp
4869 * gdb.cp/ovsrch.exp
4870 * gdb.cp/paren-type.exp
4871 * gdb.cp/parse-lang.exp
4872 * gdb.cp/pass-by-ref.exp
4873 * gdb.cp/pr-1023.exp
4874 * gdb.cp/pr-1210.exp
4875 * gdb.cp/pr-574.exp
4876 * gdb.cp/pr10687.exp
4877 * gdb.cp/pr12028.exp
4878 * gdb.cp/pr17132.exp
4879 * gdb.cp/pr17494.exp
4880 * gdb.cp/pr9067.exp
4881 * gdb.cp/pr9167.exp
4882 * gdb.cp/pr9631.exp
4883 * gdb.cp/printmethod.exp
4884 * gdb.cp/psmang.exp
4885 * gdb.cp/psymtab-parameter.exp
4886 * gdb.cp/ptype-cv-cp.exp
4887 * gdb.cp/ptype-flags.exp
4888 * gdb.cp/re-set-overloaded.exp
4889 * gdb.cp/ref-types.exp
4890 * gdb.cp/rtti.exp
4891 * gdb.cp/scope-err.exp
4892 * gdb.cp/shadow.exp
4893 * gdb.cp/smartp.exp
4894 * gdb.cp/static-method.exp
4895 * gdb.cp/static-print-quit.exp
4896 * gdb.cp/temargs.exp
4897 * gdb.cp/templates.exp
4898 * gdb.cp/try_catch.exp
4899 * gdb.cp/typedef-operator.exp
4900 * gdb.cp/typeid.exp
4901 * gdb.cp/userdef.exp
4902 * gdb.cp/using-crash.exp
4903 * gdb.cp/var-tag.exp
4904 * gdb.cp/virtbase.exp
4905 * gdb.cp/virtfunc.exp
4906 * gdb.cp/virtfunc2.exp
4907 * gdb.cp/vla-cxx.exp
4908 * gdb.disasm/t01_mov.exp
4909 * gdb.disasm/t02_mova.exp
4910 * gdb.disasm/t03_add.exp
4911 * gdb.disasm/t04_sub.exp
4912 * gdb.disasm/t05_cmp.exp
4913 * gdb.disasm/t06_ari2.exp
4914 * gdb.disasm/t07_ari3.exp
4915 * gdb.disasm/t08_or.exp
4916 * gdb.disasm/t09_xor.exp
4917 * gdb.disasm/t10_and.exp
4918 * gdb.disasm/t11_logs.exp
4919 * gdb.disasm/t12_bit.exp
4920 * gdb.disasm/t13_otr.exp
4921 * gdb.dlang/circular.exp
4922 * gdb.dwarf2/arr-stride.exp
4923 * gdb.dwarf2/arr-subrange.exp
4924 * gdb.dwarf2/atomic-type.exp
4925 * gdb.dwarf2/bad-regnum.exp
4926 * gdb.dwarf2/bitfield-parent-optimized-out.exp
4927 * gdb.dwarf2/callframecfa.exp
4928 * gdb.dwarf2/clztest.exp
4929 * gdb.dwarf2/corrupt.exp
4930 * gdb.dwarf2/data-loc.exp
4931 * gdb.dwarf2/dup-psym.exp
4932 * gdb.dwarf2/dw2-anon-mptr.exp
4933 * gdb.dwarf2/dw2-anonymous-func.exp
4934 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
4935 * gdb.dwarf2/dw2-bad-unresolved.exp
4936 * gdb.dwarf2/dw2-basic.exp
4937 * gdb.dwarf2/dw2-canonicalize-type.exp
4938 * gdb.dwarf2/dw2-case-insensitive.exp
4939 * gdb.dwarf2/dw2-common-block.exp
4940 * gdb.dwarf2/dw2-compdir-oldgcc.exp
4941 * gdb.dwarf2/dw2-compressed.exp
4942 * gdb.dwarf2/dw2-const.exp
4943 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
4944 * gdb.dwarf2/dw2-cu-size.exp
4945 * gdb.dwarf2/dw2-dup-frame.exp
4946 * gdb.dwarf2/dw2-entry-value.exp
4947 * gdb.dwarf2/dw2-icycle.exp
4948 * gdb.dwarf2/dw2-ifort-parameter.exp
4949 * gdb.dwarf2/dw2-inline-break.exp
4950 * gdb.dwarf2/dw2-inline-param.exp
4951 * gdb.dwarf2/dw2-intercu.exp
4952 * gdb.dwarf2/dw2-intermix.exp
4953 * gdb.dwarf2/dw2-lexical-block-bare.exp
4954 * gdb.dwarf2/dw2-linkage-name-trust.exp
4955 * gdb.dwarf2/dw2-minsym-in-cu.exp
4956 * gdb.dwarf2/dw2-noloc.exp
4957 * gdb.dwarf2/dw2-op-call.exp
4958 * gdb.dwarf2/dw2-op-out-param.exp
4959 * gdb.dwarf2/dw2-opt-structptr.exp
4960 * gdb.dwarf2/dw2-param-error.exp
4961 * gdb.dwarf2/dw2-producer.exp
4962 * gdb.dwarf2/dw2-ranges-base.exp
4963 * gdb.dwarf2/dw2-ref-missing-frame.exp
4964 * gdb.dwarf2/dw2-reg-undefined.exp
4965 * gdb.dwarf2/dw2-regno-invalid.exp
4966 * gdb.dwarf2/dw2-restore.exp
4967 * gdb.dwarf2/dw2-restrict.exp
4968 * gdb.dwarf2/dw2-single-line-discriminators.exp
4969 * gdb.dwarf2/dw2-strp.exp
4970 * gdb.dwarf2/dw2-undefined-ret-addr.exp
4971 * gdb.dwarf2/dw2-unresolved.exp
4972 * gdb.dwarf2/dw2-var-zero-addr.exp
4973 * gdb.dwarf2/dw4-sig-types.exp
4974 * gdb.dwarf2/dwz.exp
4975 * gdb.dwarf2/dynarr-ptr.exp
4976 * gdb.dwarf2/enum-type.exp
4977 * gdb.dwarf2/gdb-index.exp
4978 * gdb.dwarf2/implptr-64bit.exp
4979 * gdb.dwarf2/implptr-optimized-out.exp
4980 * gdb.dwarf2/implptr.exp
4981 * gdb.dwarf2/implref-array.exp
4982 * gdb.dwarf2/implref-const.exp
4983 * gdb.dwarf2/implref-global.exp
4984 * gdb.dwarf2/implref-struct.exp
4985 * gdb.dwarf2/mac-fileno.exp
4986 * gdb.dwarf2/main-subprogram.exp
4987 * gdb.dwarf2/member-ptr-forwardref.exp
4988 * gdb.dwarf2/method-ptr.exp
4989 * gdb.dwarf2/missing-sig-type.exp
4990 * gdb.dwarf2/nonvar-access.exp
4991 * gdb.dwarf2/opaque-type-lookup.exp
4992 * gdb.dwarf2/pieces-optimized-out.exp
4993 * gdb.dwarf2/pieces.exp
4994 * gdb.dwarf2/pr10770.exp
4995 * gdb.dwarf2/pr13961.exp
4996 * gdb.dwarf2/staticvirtual.exp
4997 * gdb.dwarf2/subrange.exp
4998 * gdb.dwarf2/symtab-producer.exp
4999 * gdb.dwarf2/trace-crash.exp
5000 * gdb.dwarf2/typeddwarf.exp
5001 * gdb.dwarf2/valop.exp
5002 * gdb.dwarf2/watch-notconst.exp
5003 * gdb.fortran/array-element.exp
5004 * gdb.fortran/charset.exp
5005 * gdb.fortran/common-block.exp
5006 * gdb.fortran/complex.exp
5007 * gdb.fortran/derived-type-function.exp
5008 * gdb.fortran/derived-type.exp
5009 * gdb.fortran/logical.exp
5010 * gdb.fortran/module.exp
5011 * gdb.fortran/multi-dim.exp
5012 * gdb.fortran/nested-funcs.exp
5013 * gdb.fortran/print-formatted.exp
5014 * gdb.fortran/subarray.exp
5015 * gdb.fortran/vla-alloc-assoc.exp
5016 * gdb.fortran/vla-datatypes.exp
5017 * gdb.fortran/vla-history.exp
5018 * gdb.fortran/vla-ptr-info.exp
5019 * gdb.fortran/vla-ptype-sub.exp
5020 * gdb.fortran/vla-ptype.exp
5021 * gdb.fortran/vla-sizeof.exp
5022 * gdb.fortran/vla-type.exp
5023 * gdb.fortran/vla-value-sub-arbitrary.exp
5024 * gdb.fortran/vla-value-sub-finish.exp
5025 * gdb.fortran/vla-value-sub.exp
5026 * gdb.fortran/vla-value.exp
5027 * gdb.fortran/whatis_type.exp
5028 * gdb.go/chan.exp
5029 * gdb.go/handcall.exp
5030 * gdb.go/hello.exp
5031 * gdb.go/integers.exp
5032 * gdb.go/methods.exp
5033 * gdb.go/package.exp
5034 * gdb.go/strings.exp
5035 * gdb.go/types.exp
5036 * gdb.go/unsafe.exp
5037 * gdb.guile/scm-arch.exp
5038 * gdb.guile/scm-block.exp
5039 * gdb.guile/scm-breakpoint.exp
5040 * gdb.guile/scm-cmd.exp
5041 * gdb.guile/scm-disasm.exp
5042 * gdb.guile/scm-equal.exp
5043 * gdb.guile/scm-frame-args.exp
5044 * gdb.guile/scm-frame-inline.exp
5045 * gdb.guile/scm-frame.exp
5046 * gdb.guile/scm-iterator.exp
5047 * gdb.guile/scm-math.exp
5048 * gdb.guile/scm-objfile.exp
5049 * gdb.guile/scm-ports.exp
5050 * gdb.guile/scm-symbol.exp
5051 * gdb.guile/scm-symtab.exp
5052 * gdb.guile/scm-value-cc.exp
5053 * gdb.guile/types-module.exp
5054 * gdb.linespec/break-ask.exp
5055 * gdb.linespec/cpexplicit.exp
5056 * gdb.linespec/explicit.exp
5057 * gdb.linespec/keywords.exp
5058 * gdb.linespec/linespec.exp
5059 * gdb.linespec/ls-dollar.exp
5060 * gdb.linespec/ls-errs.exp
5061 * gdb.linespec/skip-two.exp
5062 * gdb.linespec/thread.exp
5063 * gdb.mi/mi-async.exp
5064 * gdb.mi/mi-basics.exp
5065 * gdb.mi/mi-break.exp
5066 * gdb.mi/mi-catch-load.exp
5067 * gdb.mi/mi-cli.exp
5068 * gdb.mi/mi-cmd-param-changed.exp
5069 * gdb.mi/mi-console.exp
5070 * gdb.mi/mi-detach.exp
5071 * gdb.mi/mi-disassemble.exp
5072 * gdb.mi/mi-eval.exp
5073 * gdb.mi/mi-file-transfer.exp
5074 * gdb.mi/mi-file.exp
5075 * gdb.mi/mi-fill-memory.exp
5076 * gdb.mi/mi-inheritance-syntax-error.exp
5077 * gdb.mi/mi-linespec-err-cp.exp
5078 * gdb.mi/mi-logging.exp
5079 * gdb.mi/mi-memory-changed.exp
5080 * gdb.mi/mi-read-memory.exp
5081 * gdb.mi/mi-record-changed.exp
5082 * gdb.mi/mi-reg-undefined.exp
5083 * gdb.mi/mi-regs.exp
5084 * gdb.mi/mi-return.exp
5085 * gdb.mi/mi-reverse.exp
5086 * gdb.mi/mi-simplerun.exp
5087 * gdb.mi/mi-solib.exp
5088 * gdb.mi/mi-stack.exp
5089 * gdb.mi/mi-stepi.exp
5090 * gdb.mi/mi-syn-frame.exp
5091 * gdb.mi/mi-until.exp
5092 * gdb.mi/mi-var-block.exp
5093 * gdb.mi/mi-var-child.exp
5094 * gdb.mi/mi-var-cmd.exp
5095 * gdb.mi/mi-var-cp.exp
5096 * gdb.mi/mi-var-display.exp
5097 * gdb.mi/mi-var-invalidate.exp
5098 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
5099 * gdb.mi/mi-vla-fortran.exp
5100 * gdb.mi/mi-watch.exp
5101 * gdb.mi/mi2-var-child.exp
5102 * gdb.mi/user-selected-context-sync.exp
5103 * gdb.modula2/unbounded-array.exp
5104 * gdb.multi/dummy-frame-restore.exp
5105 * gdb.multi/multi-arch-exec.exp
5106 * gdb.multi/multi-arch.exp
5107 * gdb.multi/tids.exp
5108 * gdb.multi/watchpoint-multi.exp
5109 * gdb.opencl/callfuncs.exp
5110 * gdb.opencl/convs_casts.exp
5111 * gdb.opencl/datatypes.exp
5112 * gdb.opencl/operators.exp
5113 * gdb.opencl/vec_comps.exp
5114 * gdb.opt/clobbered-registers-O2.exp
5115 * gdb.opt/inline-break.exp
5116 * gdb.opt/inline-bt.exp
5117 * gdb.opt/inline-cmds.exp
5118 * gdb.opt/inline-locals.exp
5119 * gdb.pascal/case-insensitive-symbols.exp
5120 * gdb.pascal/floats.exp
5121 * gdb.pascal/gdb11492.exp
5122 * gdb.python/lib-types.exp
5123 * gdb.python/py-arch.exp
5124 * gdb.python/py-as-string.exp
5125 * gdb.python/py-bad-printers.exp
5126 * gdb.python/py-block.exp
5127 * gdb.python/py-breakpoint-create-fail.exp
5128 * gdb.python/py-breakpoint.exp
5129 * gdb.python/py-caller-is.exp
5130 * gdb.python/py-cmd.exp
5131 * gdb.python/py-explore-cc.exp
5132 * gdb.python/py-explore.exp
5133 * gdb.python/py-finish-breakpoint.exp
5134 * gdb.python/py-finish-breakpoint2.exp
5135 * gdb.python/py-frame-args.exp
5136 * gdb.python/py-frame-inline.exp
5137 * gdb.python/py-frame.exp
5138 * gdb.python/py-framefilter-mi.exp
5139 * gdb.python/py-infthread.exp
5140 * gdb.python/py-lazy-string.exp
5141 * gdb.python/py-linetable.exp
5142 * gdb.python/py-mi-events.exp
5143 * gdb.python/py-mi-objfile.exp
5144 * gdb.python/py-mi.exp
5145 * gdb.python/py-objfile.exp
5146 * gdb.python/py-pp-integral.exp
5147 * gdb.python/py-pp-maint.exp
5148 * gdb.python/py-pp-re-notag.exp
5149 * gdb.python/py-pp-registration.exp
5150 * gdb.python/py-recurse-unwind.exp
5151 * gdb.python/py-strfns.exp
5152 * gdb.python/py-symbol.exp
5153 * gdb.python/py-symtab.exp
5154 * gdb.python/py-sync-interp.exp
5155 * gdb.python/py-typeprint.exp
5156 * gdb.python/py-unwind-maint.exp
5157 * gdb.python/py-unwind.exp
5158 * gdb.python/py-value-cc.exp
5159 * gdb.python/py-xmethods.exp
5160 * gdb.reverse/amd64-tailcall-reverse.exp
5161 * gdb.reverse/break-precsave.exp
5162 * gdb.reverse/break-reverse.exp
5163 * gdb.reverse/consecutive-precsave.exp
5164 * gdb.reverse/consecutive-reverse.exp
5165 * gdb.reverse/finish-precsave.exp
5166 * gdb.reverse/finish-reverse-bkpt.exp
5167 * gdb.reverse/finish-reverse.exp
5168 * gdb.reverse/fstatat-reverse.exp
5169 * gdb.reverse/getresuid-reverse.exp
5170 * gdb.reverse/i386-precsave.exp
5171 * gdb.reverse/i386-reverse.exp
5172 * gdb.reverse/i386-sse-reverse.exp
5173 * gdb.reverse/i387-env-reverse.exp
5174 * gdb.reverse/i387-stack-reverse.exp
5175 * gdb.reverse/insn-reverse.exp
5176 * gdb.reverse/machinestate-precsave.exp
5177 * gdb.reverse/machinestate.exp
5178 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5179 * gdb.reverse/pipe-reverse.exp
5180 * gdb.reverse/readv-reverse.exp
5181 * gdb.reverse/recvmsg-reverse.exp
5182 * gdb.reverse/rerun-prec.exp
5183 * gdb.reverse/s390-mvcle.exp
5184 * gdb.reverse/step-precsave.exp
5185 * gdb.reverse/step-reverse.exp
5186 * gdb.reverse/time-reverse.exp
5187 * gdb.reverse/until-precsave.exp
5188 * gdb.reverse/until-reverse.exp
5189 * gdb.reverse/waitpid-reverse.exp
5190 * gdb.reverse/watch-precsave.exp
5191 * gdb.reverse/watch-reverse.exp
5192 * gdb.rust/generics.exp
5193 * gdb.rust/methods.exp
5194 * gdb.rust/modules.exp
5195 * gdb.rust/simple.exp
5196 * gdb.server/connect-with-no-symbol-file.exp
5197 * gdb.server/ext-attach.exp
5198 * gdb.server/ext-restart.exp
5199 * gdb.server/ext-wrapper.exp
5200 * gdb.server/file-transfer.exp
5201 * gdb.server/server-exec-info.exp
5202 * gdb.server/server-kill.exp
5203 * gdb.server/server-mon.exp
5204 * gdb.server/wrapper.exp
5205 * gdb.stabs/exclfwd.exp
5206 * gdb.stabs/gdb11479.exp
5207 * gdb.threads/clone-new-thread-event.exp
5208 * gdb.threads/corethreads.exp
5209 * gdb.threads/current-lwp-dead.exp
5210 * gdb.threads/dlopen-libpthread.exp
5211 * gdb.threads/gcore-thread.exp
5212 * gdb.threads/sigstep-threads.exp
5213 * gdb.threads/watchpoint-fork.exp
5214 * gdb.trace/actions-changed.exp
5215 * gdb.trace/backtrace.exp
5216 * gdb.trace/change-loc.exp
5217 * gdb.trace/circ.exp
5218 * gdb.trace/collection.exp
5219 * gdb.trace/disconnected-tracing.exp
5220 * gdb.trace/ftrace.exp
5221 * gdb.trace/mi-trace-frame-collected.exp
5222 * gdb.trace/mi-trace-unavailable.exp
5223 * gdb.trace/mi-traceframe-changed.exp
5224 * gdb.trace/mi-tsv-changed.exp
5225 * gdb.trace/no-attach-trace.exp
5226 * gdb.trace/passc-dyn.exp
5227 * gdb.trace/qtro.exp
5228 * gdb.trace/range-stepping.exp
5229 * gdb.trace/read-memory.exp
5230 * gdb.trace/save-trace.exp
5231 * gdb.trace/signal.exp
5232 * gdb.trace/status-stop.exp
5233 * gdb.trace/tfile.exp
5234 * gdb.trace/trace-break.exp
5235 * gdb.trace/trace-buffer-size.exp
5236 * gdb.trace/trace-condition.exp
5237 * gdb.trace/tracefile-pseudo-reg.exp
5238 * gdb.trace/tstatus.exp
5239 * gdb.trace/unavailable.exp
5240 * gdb.trace/while-dyn.exp
5241 * gdb.trace/while-stepping.exp
5242
5243 2016-12-22 Doug Evans <xdje42@gmail.com>
5244
5245 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
5246 and msymbols.
5247
5248 2016-12-19 Yao Qi <yao.qi@linaro.org>
5249
5250 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
5251 (test_with_self): Don't call do_steps_and_nexts, and remove
5252 code about stepping into xmalloc.
5253
5254 2016-12-09 Yao Qi <yao.qi@linaro.org>
5255
5256 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
5257
5258 2016-12-09 Yao Qi <yao.qi@linaro.org>
5259
5260 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
5261
5262 2016-12-09 Pedro Alves <palves@redhat.com>
5263
5264 * gdb.base/all-architectures-0.exp: New file.
5265 * gdb.base/all-architectures-1.exp: New file.
5266 * gdb.base/all-architectures-2.exp: New file.
5267 * gdb.base/all-architectures-3.exp: New file.
5268 * gdb.base/all-architectures-4.exp: New file.
5269 * gdb.base/all-architectures-5.exp: New file.
5270 * gdb.base/all-architectures-6.exp: New file.
5271 * gdb.base/all-architectures-7.exp: New file.
5272 * gdb.base/all-architectures.exp.in: New file.
5273
5274 2016-12-09 Yao Qi <yao.qi@linaro.org>
5275
5276 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
5277
5278 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
5279
5280 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
5281 possible.
5282 Remove useless pattern-matching code.
5283
5284 2016-12-02 Pedro Alves <palves@redhat.com>
5285
5286 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
5287 procedure.
5288 (top level): Call it.
5289
5290 2016-12-02 Pedro Alves <palves@redhat.com>
5291
5292 * gdb.base/commands.exp (user_defined_command_args_stack_test):
5293 New procedure.
5294 (top level): Call it.
5295
5296 2016-12-02 Pedro Alves <palves@redhat.com>
5297
5298 PR cli/20559
5299 * gdb.base/commands.exp (user_defined_command_args_eval): New
5300 procedure.
5301 (top level): Call it.
5302
5303 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
5304
5305 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
5306 timeout handling.
5307
5308 2016-12-02 Tom Tromey <tom@tromey.com>
5309
5310 * gdb.dwarf2/main-subprogram.c: New file.
5311 * gdb.dwarf2/main-subprogram.exp: New file.
5312
5313 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5314
5315 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
5316 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
5317 gdb_test_no_output for a couple of cases.
5318 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
5319
5320 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5321
5322 Fix test names and standardize compilation error messages throughout
5323 the following files:
5324
5325 * gdb.ada/start.exp
5326 * gdb.arch/alpha-step.exp
5327 * gdb.arch/e500-prologue.exp
5328 * gdb.arch/ftrace-insn-reloc.exp
5329 * gdb.arch/gdb1291.exp
5330 * gdb.arch/gdb1431.exp
5331 * gdb.arch/gdb1558.exp
5332 * gdb.arch/i386-dr3-watch.exp
5333 * gdb.arch/i386-sse-stack-align.exp
5334 * gdb.arch/ia64-breakpoint-shadow.exp
5335 * gdb.arch/pa-nullify.exp
5336 * gdb.arch/powerpc-aix-prologue.exp
5337 * gdb.arch/thumb-bx-pc.exp
5338 * gdb.base/annota1.exp
5339 * gdb.base/annota3.exp
5340 * gdb.base/arrayidx.exp
5341 * gdb.base/assign.exp
5342 * gdb.base/attach.exp
5343 * gdb.base/auxv.exp
5344 * gdb.base/bang.exp
5345 * gdb.base/bfp-test.exp
5346 * gdb.base/bigcore.exp
5347 * gdb.base/bitfields2.exp
5348 * gdb.base/break-fun-addr.exp
5349 * gdb.base/break-probes.exp
5350 * gdb.base/call-rt-st.exp
5351 * gdb.base/callexit.exp
5352 * gdb.base/catch-fork-kill.exp
5353 * gdb.base/charset.exp
5354 * gdb.base/checkpoint.exp
5355 * gdb.base/comprdebug.exp
5356 * gdb.base/constvars.exp
5357 * gdb.base/coredump-filter.exp
5358 * gdb.base/cursal.exp
5359 * gdb.base/cvexpr.exp
5360 * gdb.base/detach.exp
5361 * gdb.base/display.exp
5362 * gdb.base/dmsym.exp
5363 * gdb.base/dprintf-pending.exp
5364 * gdb.base/dso2dso.exp
5365 * gdb.base/dtrace-probe.exp
5366 * gdb.base/dump.exp
5367 * gdb.base/enum_cond.exp
5368 * gdb.base/exe-lock.exp
5369 * gdb.base/exec-invalid-sysroot.exp
5370 * gdb.base/execl-update-breakpoints.exp
5371 * gdb.base/exprs.exp
5372 * gdb.base/fileio.exp
5373 * gdb.base/find.exp
5374 * gdb.base/finish.exp
5375 * gdb.base/fixsection.exp
5376 * gdb.base/foll-vfork.exp
5377 * gdb.base/frame-args.exp
5378 * gdb.base/gcore.exp
5379 * gdb.base/gdb1250.exp
5380 * gdb.base/global-var-nested-by-dso.exp
5381 * gdb.base/gnu-ifunc.exp
5382 * gdb.base/hashline1.exp
5383 * gdb.base/hashline2.exp
5384 * gdb.base/hashline3.exp
5385 * gdb.base/hbreak-in-shr-unsupported.exp
5386 * gdb.base/huge.exp
5387 * gdb.base/infcall-input.exp
5388 * gdb.base/info-fun.exp
5389 * gdb.base/info-shared.exp
5390 * gdb.base/jit-simple.exp
5391 * gdb.base/jit-so.exp
5392 * gdb.base/jit.exp
5393 * gdb.base/jump.exp
5394 * gdb.base/label.exp
5395 * gdb.base/lineinc.exp
5396 * gdb.base/logical.exp
5397 * gdb.base/longjmp.exp
5398 * gdb.base/macscp.exp
5399 * gdb.base/miscexprs.exp
5400 * gdb.base/new-ui-echo.exp
5401 * gdb.base/new-ui-pending-input.exp
5402 * gdb.base/new-ui.exp
5403 * gdb.base/nodebug.exp
5404 * gdb.base/nofield.exp
5405 * gdb.base/offsets.exp
5406 * gdb.base/overlays.exp
5407 * gdb.base/pending.exp
5408 * gdb.base/pointers.exp
5409 * gdb.base/pr11022.exp
5410 * gdb.base/printcmds.exp
5411 * gdb.base/prologue.exp
5412 * gdb.base/ptr-typedef.exp
5413 * gdb.base/realname-expand.exp
5414 * gdb.base/relativedebug.exp
5415 * gdb.base/relocate.exp
5416 * gdb.base/remote.exp
5417 * gdb.base/reread.exp
5418 * gdb.base/return2.exp
5419 * gdb.base/savedregs.exp
5420 * gdb.base/sep.exp
5421 * gdb.base/sepdebug.exp
5422 * gdb.base/sepsymtab.exp
5423 * gdb.base/set-inferior-tty.exp
5424 * gdb.base/setshow.exp
5425 * gdb.base/shlib-call.exp
5426 * gdb.base/sigaltstack.exp
5427 * gdb.base/siginfo-addr.exp
5428 * gdb.base/signals.exp
5429 * gdb.base/signull.exp
5430 * gdb.base/sigrepeat.exp
5431 * gdb.base/so-impl-ld.exp
5432 * gdb.base/solib-display.exp
5433 * gdb.base/solib-overlap.exp
5434 * gdb.base/solib-search.exp
5435 * gdb.base/solib-symbol.exp
5436 * gdb.base/structs.exp
5437 * gdb.base/structs2.exp
5438 * gdb.base/symtab-search-order.exp
5439 * gdb.base/twice.exp
5440 * gdb.base/unload.exp
5441 * gdb.base/varargs.exp
5442 * gdb.base/watchpoint-solib.exp
5443 * gdb.base/watchpoint.exp
5444 * gdb.base/whatis.exp
5445 * gdb.base/wrong_frame_bt_full.exp
5446 * gdb.btrace/dlopen.exp
5447 * gdb.cell/ea-standalone.exp
5448 * gdb.cell/ea-test.exp
5449 * gdb.cp/dispcxx.exp
5450 * gdb.cp/gdb2384.exp
5451 * gdb.cp/method2.exp
5452 * gdb.cp/nextoverthrow.exp
5453 * gdb.cp/pr10728.exp
5454 * gdb.disasm/am33.exp
5455 * gdb.disasm/h8300s.exp
5456 * gdb.disasm/mn10300.exp
5457 * gdb.disasm/sh3.exp
5458 * gdb.dwarf2/dw2-dir-file-name.exp
5459 * gdb.fortran/complex.exp
5460 * gdb.fortran/library-module.exp
5461 * gdb.guile/scm-pretty-print.exp
5462 * gdb.guile/scm-symbol.exp
5463 * gdb.guile/scm-type.exp
5464 * gdb.guile/scm-value.exp
5465 * gdb.linespec/linespec.exp
5466 * gdb.mi/gdb701.exp
5467 * gdb.mi/gdb792.exp
5468 * gdb.mi/mi-breakpoint-changed.exp
5469 * gdb.mi/mi-dprintf-pending.exp
5470 * gdb.mi/mi-dprintf.exp
5471 * gdb.mi/mi-exit-code.exp
5472 * gdb.mi/mi-pending.exp
5473 * gdb.mi/mi-solib.exp
5474 * gdb.mi/new-ui-mi-sync.exp
5475 * gdb.mi/pr11022.exp
5476 * gdb.mi/user-selected-context-sync.exp
5477 * gdb.opt/solib-intra-step.exp
5478 * gdb.python/py-events.exp
5479 * gdb.python/py-finish-breakpoint.exp
5480 * gdb.python/py-mi.exp
5481 * gdb.python/py-prettyprint.exp
5482 * gdb.python/py-shared.exp
5483 * gdb.python/py-symbol.exp
5484 * gdb.python/py-template.exp
5485 * gdb.python/py-type.exp
5486 * gdb.python/py-value.exp
5487 * gdb.reverse/solib-precsave.exp
5488 * gdb.reverse/solib-reverse.exp
5489 * gdb.server/solib-list.exp
5490 * gdb.stabs/weird.exp
5491 * gdb.threads/reconnect-signal.exp
5492 * gdb.threads/stepi-random-signal.exp
5493 * gdb.trace/actions.exp
5494 * gdb.trace/ax.exp
5495 * gdb.trace/backtrace.exp
5496 * gdb.trace/change-loc.exp
5497 * gdb.trace/deltrace.exp
5498 * gdb.trace/ftrace-lock.exp
5499 * gdb.trace/ftrace.exp
5500 * gdb.trace/infotrace.exp
5501 * gdb.trace/mi-tracepoint-changed.exp
5502 * gdb.trace/packetlen.exp
5503 * gdb.trace/passcount.exp
5504 * gdb.trace/pending.exp
5505 * gdb.trace/range-stepping.exp
5506 * gdb.trace/report.exp
5507 * gdb.trace/stap-trace.exp
5508 * gdb.trace/tfind.exp
5509 * gdb.trace/trace-break.exp
5510 * gdb.trace/trace-condition.exp
5511 * gdb.trace/trace-enable-disable.exp
5512 * gdb.trace/trace-mt.exp
5513 * gdb.trace/tracecmd.exp
5514 * gdb.trace/tspeed.exp
5515 * gdb.trace/tsv.exp
5516 * lib/perftest.exp
5517
5518 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5519
5520 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
5521 with gdb_test_no_output.
5522 Use command as test name.
5523
5524 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5525
5526 Fix test names starting with uppercase throughout the files.
5527
5528 * gdb.ada/assign_1.exp
5529 * gdb.ada/boolean_expr.exp
5530 * gdb.base/arrayidx.exp
5531 * gdb.base/del.exp
5532 * gdb.base/gcore-buffer-overflow.exp
5533 * gdb.base/testenv.exp
5534 * gdb.compile/compile.exp
5535 * gdb.python/py-framefilter-invalidarg.exp
5536 * gdb.python/py-framefilter.exp
5537
5538 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5539
5540 Fix test names starting with uppercase throughout the files.
5541
5542 * gdb.ada/array_return.exp
5543 * gdb.ada/expr_delims.exp
5544 * gdb.ada/mi_dyn_arr.exp
5545 * gdb.ada/mi_interface.exp
5546 * gdb.ada/mi_var_array.exp
5547 * gdb.ada/watch_arg.exp
5548 * gdb.arch/alpha-step.exp
5549 * gdb.arch/altivec-regs.exp
5550 * gdb.arch/e500-regs.exp
5551 * gdb.arch/powerpc-d128-regs.exp
5552 * gdb.base/arrayidx.exp
5553 * gdb.base/break.exp
5554 * gdb.base/checkpoint.exp
5555 * gdb.base/debug-expr.exp
5556 * gdb.base/dmsym.exp
5557 * gdb.base/radix.exp
5558 * gdb.base/sepdebug.exp
5559 * gdb.base/testenv.exp
5560 * gdb.base/watch_thread_num.exp
5561 * gdb.base/watchpoint-cond-gone.exp
5562 * gdb.cell/break.exp
5563 * gdb.cell/ea-cache.exp
5564 * gdb.compile/compile.exp
5565 * gdb.cp/gdb2495.exp
5566 * gdb.gdb/selftest.exp
5567 * gdb.gdb/xfullpath.exp
5568 * gdb.go/hello.exp
5569 * gdb.go/integers.exp
5570 * gdb.objc/basicclass.exp
5571 * gdb.pascal/hello.exp
5572 * gdb.pascal/integers.exp
5573 * gdb.python/py-breakpoint.exp
5574 * gdb.python/py-cmd.exp
5575 * gdb.python/py-linetable.exp
5576 * gdb.python/py-xmethods.exp
5577 * gdb.python/python.exp
5578 * gdb.reverse/consecutive-precsave.exp
5579 * gdb.reverse/finish-precsave.exp
5580 * gdb.reverse/i386-precsave.exp
5581 * gdb.reverse/machinestate-precsave.exp
5582 * gdb.reverse/sigall-precsave.exp
5583 * gdb.reverse/solib-precsave.exp
5584 * gdb.reverse/step-precsave.exp
5585 * gdb.reverse/until-precsave.exp
5586 * gdb.reverse/watch-precsave.exp
5587 * gdb.threads/leader-exit.exp
5588 * gdb.threads/pthreads.exp
5589 * gdb.threads/wp-replication.exp
5590 * gdb.trace/actions.exp
5591 * gdb.trace/mi-tsv-changed.exp
5592 * gdb.trace/tsv.exp
5593
5594 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5595
5596 Fix test names starting with uppercase throughout the files.
5597
5598 * gdb.arch/i386-bp_permanent.exp
5599 * gdb.arch/i386-gnu-cfi.exp
5600 * gdb.base/disasm-end-cu.exp
5601 * gdb.base/macscp.exp
5602 * gdb.base/pending.exp
5603 * gdb.base/watch_thread_num.exp
5604 * gdb.cp/exception.exp
5605 * gdb.cp/gdb2495.exp
5606 * gdb.cp/local.exp
5607 * gdb.python/py-evsignal.exp
5608 * gdb.python/python.exp
5609 * gdb.trace/tracecmd.exp
5610
5611 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5612
5613 Fix test names starting with uppercase throughout the files.
5614
5615 * gdb.base/charset.exp
5616 * gdb.base/eval.exp
5617 * gdb.base/multi-forks.exp
5618 * gdb.guile/scm-progspace.exp
5619 * gdb.opencl/datatypes.exp
5620 * gdb.python/py-block.exp
5621 * gdb.python/py-function.exp
5622 * gdb.python/py-symbol.exp
5623 * gdb.python/py-symtab.exp
5624 * gdb.python/py-xmethods.exp
5625 * gdb.reverse/break-precsave.exp
5626 * gdb.reverse/break-reverse.exp
5627 * gdb.reverse/consecutive-precsave.exp
5628 * gdb.reverse/consecutive-reverse.exp
5629 * gdb.reverse/finish-precsave.exp
5630 * gdb.reverse/finish-reverse-bkpt.exp
5631 * gdb.reverse/finish-reverse.exp
5632 * gdb.reverse/fstatat-reverse.exp
5633 * gdb.reverse/getresuid-reverse.exp
5634 * gdb.reverse/i386-precsave.exp
5635 * gdb.reverse/i386-reverse.exp
5636 * gdb.reverse/i386-sse-reverse.exp
5637 * gdb.reverse/i387-stack-reverse.exp
5638 * gdb.reverse/insn-reverse.exp
5639 * gdb.reverse/machinestate-precsave.exp
5640 * gdb.reverse/machinestate.exp
5641 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5642 * gdb.reverse/pipe-reverse.exp
5643 * gdb.reverse/readv-reverse.exp
5644 * gdb.reverse/recvmsg-reverse.exp
5645 * gdb.reverse/rerun-prec.exp
5646 * gdb.reverse/s390-mvcle.exp
5647 * gdb.reverse/sigall-precsave.exp
5648 * gdb.reverse/sigall-reverse.exp
5649 * gdb.reverse/solib-precsave.exp
5650 * gdb.reverse/solib-reverse.exp
5651 * gdb.reverse/step-precsave.exp
5652 * gdb.reverse/step-reverse.exp
5653 * gdb.reverse/time-reverse.exp
5654 * gdb.reverse/until-precsave.exp
5655 * gdb.reverse/until-reverse.exp
5656 * gdb.reverse/waitpid-reverse.exp
5657 * gdb.reverse/watch-precsave.exp
5658 * gdb.reverse/watch-reverse.exp
5659
5660 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5661
5662 Fix test names starting with uppercase throughout the files.
5663
5664 * gdb.arch/i386-mpx-simple_segv.exp
5665 * gdb.arch/i386-mpx.exp
5666 * gdb.arch/i386-permbkpt.exp
5667 * gdb.arch/pa-nullify.exp
5668 * gdb.arch/powerpc-d128-regs.exp
5669 * gdb.arch/vsx-regs.exp
5670 * gdb.base/bfp-test.exp
5671 * gdb.base/break.exp
5672 * gdb.base/breakpoint-shadow.exp
5673 * gdb.base/callfuncs.exp
5674 * gdb.base/charset.exp
5675 * gdb.base/commands.exp
5676 * gdb.base/completion.exp
5677 * gdb.base/dfp-test.exp
5678 * gdb.base/echo.exp
5679 * gdb.base/ending-run.exp
5680 * gdb.base/eval.exp
5681 * gdb.base/expand-psymtabs.exp
5682 * gdb.base/float128.exp
5683 * gdb.base/floatn.exp
5684 * gdb.base/foll-exec-mode.exp
5685 * gdb.base/gdb1056.exp
5686 * gdb.base/gdb11531.exp
5687 * gdb.base/kill-after-signal.exp
5688 * gdb.base/multi-forks.exp
5689 * gdb.base/overlays.exp
5690 * gdb.base/pending.exp
5691 * gdb.base/sepdebug.exp
5692 * gdb.base/testenv.exp
5693 * gdb.base/valgrind-db-attach.exp
5694 * gdb.base/watch_thread_num.exp
5695 * gdb.base/watchpoint-cond-gone.exp
5696 * gdb.base/watchpoint.exp
5697 * gdb.base/watchpoints.exp
5698 * gdb.cp/arg-reference.exp
5699 * gdb.cp/baseenum.exp
5700 * gdb.cp/operator.exp
5701 * gdb.cp/shadow.exp
5702 * gdb.dwarf2/dw2-op-out-param.exp
5703 * gdb.dwarf2/dw2-reg-undefined.exp
5704 * gdb.go/chan.exp
5705 * gdb.go/hello.exp
5706 * gdb.go/integers.exp
5707 * gdb.go/methods.exp
5708 * gdb.go/package.exp
5709 * gdb.guile/scm-parameter.exp
5710 * gdb.guile/scm-progspace.exp
5711 * gdb.guile/scm-value.exp
5712 * gdb.mi/mi-pending.exp
5713 * gdb.mi/user-selected-context-sync.exp
5714 * gdb.multi/multi-attach.exp
5715 * gdb.multi/tids.exp
5716 * gdb.opt/clobbered-registers-O2.exp
5717 * gdb.pascal/floats.exp
5718 * gdb.pascal/integers.exp
5719 * gdb.python/py-block.exp
5720 * gdb.python/py-events.exp
5721 * gdb.python/py-parameter.exp
5722 * gdb.python/py-symbol.exp
5723 * gdb.python/py-symtab.exp
5724 * gdb.python/py-type.exp
5725 * gdb.python/py-value.exp
5726 * gdb.python/py-xmethods.exp
5727 * gdb.python/python.exp
5728 * gdb.reverse/break-precsave.exp
5729 * gdb.reverse/consecutive-precsave.exp
5730 * gdb.reverse/finish-precsave.exp
5731 * gdb.reverse/i386-precsave.exp
5732 * gdb.reverse/machinestate-precsave.exp
5733 * gdb.reverse/sigall-precsave.exp
5734 * gdb.reverse/solib-precsave.exp
5735 * gdb.reverse/step-precsave.exp
5736 * gdb.reverse/until-precsave.exp
5737 * gdb.reverse/watch-precsave.exp
5738 * gdb.server/ext-attach.exp
5739 * gdb.server/ext-restart.exp
5740 * gdb.server/ext-run.exp
5741 * gdb.server/ext-wrapper.exp
5742 * gdb.stabs/gdb11479.exp
5743 * gdb.stabs/weird.exp
5744 * gdb.threads/attach-many-short-lived-threads.exp
5745 * gdb.threads/kill.exp
5746 * gdb.threads/watchpoint-fork.exp
5747
5748 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5749
5750 Fix test names starting with uppercase throughout all the files below.
5751
5752 * gdb.ada/array_return.exp
5753 * gdb.ada/catch_ex.exp
5754 * gdb.ada/info_exc.exp
5755 * gdb.ada/mi_catch_ex.exp
5756 * gdb.ada/mi_dyn_arr.exp
5757 * gdb.ada/mi_ex_cond.exp
5758 * gdb.ada/mi_exc_info.exp
5759 * gdb.ada/mi_interface.exp
5760 * gdb.ada/mi_task_arg.exp
5761 * gdb.ada/mi_task_info.exp
5762 * gdb.ada/mi_var_array.exp
5763 * gdb.arch/alpha-step.exp
5764 * gdb.arch/amd64-disp-step.exp
5765 * gdb.arch/arm-disp-step.exp
5766 * gdb.arch/disp-step-insn-reloc.exp
5767 * gdb.arch/e500-prologue.exp
5768 * gdb.arch/ftrace-insn-reloc.exp
5769 * gdb.arch/gdb1558.exp
5770 * gdb.arch/i386-bp_permanent.exp
5771 * gdb.arch/i386-disp-step.exp
5772 * gdb.arch/i386-float.exp
5773 * gdb.arch/i386-gnu-cfi.exp
5774 * gdb.arch/ia64-breakpoint-shadow.exp
5775 * gdb.arch/mips16-thunks.exp
5776 * gdb.arch/pa-nullify.exp
5777 * gdb.arch/powerpc-aix-prologue.exp
5778 * gdb.arch/powerpc-power.exp
5779 * gdb.arch/ppc-dfp.exp
5780 * gdb.arch/s390-tdbregs.exp
5781 * gdb.arch/spu-info.exp
5782 * gdb.arch/spu-ls.exp
5783 * gdb.arch/thumb-bx-pc.exp
5784 * gdb.base/advance.exp
5785 * gdb.base/annota-input-while-running.exp
5786 * gdb.base/arrayidx.exp
5787 * gdb.base/asmlabel.exp
5788 * gdb.base/async.exp
5789 * gdb.base/attach-wait-input.exp
5790 * gdb.base/auto-connect-native-target.exp
5791 * gdb.base/batch-preserve-term-settings.exp
5792 * gdb.base/bfp-test.exp
5793 * gdb.base/bigcore.exp
5794 * gdb.base/bp-permanent.exp
5795 * gdb.base/break-always.exp
5796 * gdb.base/break-fun-addr.exp
5797 * gdb.base/break-idempotent.exp
5798 * gdb.base/break-main-file-remove-fail.exp
5799 * gdb.base/break-probes.exp
5800 * gdb.base/break-unload-file.exp
5801 * gdb.base/break.exp
5802 * gdb.base/call-ar-st.exp
5803 * gdb.base/call-rt-st.exp
5804 * gdb.base/call-sc.exp
5805 * gdb.base/call-signal-resume.exp
5806 * gdb.base/call-strs.exp
5807 * gdb.base/callexit.exp
5808 * gdb.base/callfuncs.exp
5809 * gdb.base/catch-gdb-caused-signals.exp
5810 * gdb.base/catch-signal-siginfo-cond.exp
5811 * gdb.base/catch-syscall.exp
5812 * gdb.base/compare-sections.exp
5813 * gdb.base/cond-eval-mode.exp
5814 * gdb.base/condbreak-call-false.exp
5815 * gdb.base/consecutive-step-over.exp
5816 * gdb.base/cursal.exp
5817 * gdb.base/disabled-location.exp
5818 * gdb.base/disasm-end-cu.exp
5819 * gdb.base/display.exp
5820 * gdb.base/double-prompt-target-event-error.exp
5821 * gdb.base/dprintf-bp-same-addr.exp
5822 * gdb.base/dprintf-detach.exp
5823 * gdb.base/dprintf-next.exp
5824 * gdb.base/dprintf-non-stop.exp
5825 * gdb.base/dprintf-pending.exp
5826 * gdb.base/dso2dso.exp
5827 * gdb.base/ending-run.exp
5828 * gdb.base/enum_cond.exp
5829 * gdb.base/examine-backward.exp
5830 * gdb.base/exe-lock.exp
5831 * gdb.base/exec-invalid-sysroot.exp
5832 * gdb.base/execl-update-breakpoints.exp
5833 * gdb.base/execution-termios.exp
5834 * gdb.base/fileio.exp
5835 * gdb.base/fixsection.exp
5836 * gdb.base/foll-exec-mode.exp
5837 * gdb.base/foll-exec.exp
5838 * gdb.base/fork-running-state.exp
5839 * gdb.base/frame-args.exp
5840 * gdb.base/fullpath-expand.exp
5841 * gdb.base/func-ptr.exp
5842 * gdb.base/gcore-relro-pie.exp
5843 * gdb.base/gdb1090.exp
5844 * gdb.base/gdb1555.exp
5845 * gdb.base/global-var-nested-by-dso.exp
5846 * gdb.base/gnu-ifunc.exp
5847 * gdb.base/hbreak-in-shr-unsupported.exp
5848 * gdb.base/hbreak-unmapped.exp
5849 * gdb.base/hook-stop.exp
5850 * gdb.base/infcall-input.exp
5851 * gdb.base/info-fun.exp
5852 * gdb.base/info-shared.exp
5853 * gdb.base/interrupt-noterm.exp
5854 * gdb.base/jit-so.exp
5855 * gdb.base/jit.exp
5856 * gdb.base/line-symtabs.exp
5857 * gdb.base/list.exp
5858 * gdb.base/longjmp.exp
5859 * gdb.base/macscp.exp
5860 * gdb.base/max-value-size.exp
5861 * gdb.base/nodebug.exp
5862 * gdb.base/nofield.exp
5863 * gdb.base/overlays.exp
5864 * gdb.base/paginate-after-ctrl-c-running.exp
5865 * gdb.base/paginate-bg-execution.exp
5866 * gdb.base/paginate-inferior-exit.exp
5867 * gdb.base/pending.exp
5868 * gdb.base/pr11022.exp
5869 * gdb.base/printcmds.exp
5870 * gdb.base/ptr-typedef.exp
5871 * gdb.base/ptype.exp
5872 * gdb.base/randomize.exp
5873 * gdb.base/range-stepping.exp
5874 * gdb.base/realname-expand.exp
5875 * gdb.base/relativedebug.exp
5876 * gdb.base/remote.exp
5877 * gdb.base/savedregs.exp
5878 * gdb.base/sepdebug.exp
5879 * gdb.base/set-noassign.exp
5880 * gdb.base/shlib-call.exp
5881 * gdb.base/shreloc.exp
5882 * gdb.base/sigaltstack.exp
5883 * gdb.base/sigbpt.exp
5884 * gdb.base/siginfo-addr.exp
5885 * gdb.base/siginfo-obj.exp
5886 * gdb.base/siginfo-thread.exp
5887 * gdb.base/signest.exp
5888 * gdb.base/signull.exp
5889 * gdb.base/sigrepeat.exp
5890 * gdb.base/skip.exp
5891 * gdb.base/so-impl-ld.exp
5892 * gdb.base/solib-corrupted.exp
5893 * gdb.base/solib-disc.exp
5894 * gdb.base/solib-display.exp
5895 * gdb.base/solib-overlap.exp
5896 * gdb.base/solib-search.exp
5897 * gdb.base/solib-symbol.exp
5898 * gdb.base/source-execution.exp
5899 * gdb.base/sss-bp-on-user-bp-2.exp
5900 * gdb.base/sss-bp-on-user-bp.exp
5901 * gdb.base/stack-checking.exp
5902 * gdb.base/stale-infcall.exp
5903 * gdb.base/step-break.exp
5904 * gdb.base/step-line.exp
5905 * gdb.base/step-over-exit.exp
5906 * gdb.base/step-test.exp
5907 * gdb.base/structs.exp
5908 * gdb.base/sym-file.exp
5909 * gdb.base/symtab-search-order.exp
5910 * gdb.base/term.exp
5911 * gdb.base/type-opaque.exp
5912 * gdb.base/unload.exp
5913 * gdb.base/until-nodebug.exp
5914 * gdb.base/until.exp
5915 * gdb.base/unwindonsignal.exp
5916 * gdb.base/watch-cond.exp
5917 * gdb.base/watch-non-mem.exp
5918 * gdb.base/watch_thread_num.exp
5919 * gdb.base/watchpoint-reuse-slot.exp
5920 * gdb.base/watchpoint-solib.exp
5921 * gdb.base/watchpoint.exp
5922 * gdb.btrace/dlopen.exp
5923 * gdb.cell/arch.exp
5924 * gdb.cell/break.exp
5925 * gdb.cell/bt.exp
5926 * gdb.cell/core.exp
5927 * gdb.cell/data.exp
5928 * gdb.cell/dwarfaddr.exp
5929 * gdb.cell/ea-cache.exp
5930 * gdb.cell/ea-standalone.exp
5931 * gdb.cell/ea-test.exp
5932 * gdb.cell/f-regs.exp
5933 * gdb.cell/fork.exp
5934 * gdb.cell/gcore.exp
5935 * gdb.cell/mem-access.exp
5936 * gdb.cell/ptype.exp
5937 * gdb.cell/registers.exp
5938 * gdb.cell/sizeof.exp
5939 * gdb.cell/solib-symbol.exp
5940 * gdb.cell/solib.exp
5941 * gdb.compile/compile-tls.exp
5942 * gdb.cp/exception.exp
5943 * gdb.cp/gdb2495.exp
5944 * gdb.cp/local.exp
5945 * gdb.cp/mb-inline.exp
5946 * gdb.cp/mb-templates.exp
5947 * gdb.cp/pr10687.exp
5948 * gdb.cp/pr9167.exp
5949 * gdb.cp/scope-err.exp
5950 * gdb.cp/templates.exp
5951 * gdb.cp/virtfunc.exp
5952 * gdb.dwarf2/dw2-dir-file-name.exp
5953 * gdb.dwarf2/dw2-single-line-discriminators.exp
5954 * gdb.fortran/complex.exp
5955 * gdb.fortran/library-module.exp
5956 * gdb.guile/guile.exp
5957 * gdb.guile/scm-cmd.exp
5958 * gdb.guile/scm-frame-inline.exp
5959 * gdb.guile/scm-objfile.exp
5960 * gdb.guile/scm-pretty-print.exp
5961 * gdb.guile/scm-symbol.exp
5962 * gdb.guile/scm-type.exp
5963 * gdb.guile/scm-value.exp
5964 * gdb.linespec/keywords.exp
5965 * gdb.linespec/ls-errs.exp
5966 * gdb.linespec/macro-relative.exp
5967 * gdb.linespec/thread.exp
5968 * gdb.mi/mi-breakpoint-changed.exp
5969 * gdb.mi/mi-dprintf-pending.exp
5970 * gdb.mi/mi-fullname-deleted.exp
5971 * gdb.mi/mi-logging.exp
5972 * gdb.mi/mi-pending.exp
5973 * gdb.mi/mi-solib.exp
5974 * gdb.mi/new-ui-mi-sync.exp
5975 * gdb.mi/user-selected-context-sync.exp
5976 * gdb.multi/dummy-frame-restore.exp
5977 * gdb.multi/multi-arch-exec.exp
5978 * gdb.multi/remove-inferiors.exp
5979 * gdb.multi/watchpoint-multi-exit.exp
5980 * gdb.opt/solib-intra-step.exp
5981 * gdb.perf/backtrace.exp
5982 * gdb.perf/single-step.exp
5983 * gdb.perf/skip-command.exp
5984 * gdb.perf/skip-prologue.exp
5985 * gdb.perf/solib.exp
5986 * gdb.python/lib-types.exp
5987 * gdb.python/py-as-string.exp
5988 * gdb.python/py-bad-printers.exp
5989 * gdb.python/py-block.exp
5990 * gdb.python/py-breakpoint.exp
5991 * gdb.python/py-cmd.exp
5992 * gdb.python/py-events.exp
5993 * gdb.python/py-evthreads.exp
5994 * gdb.python/py-finish-breakpoint.exp
5995 * gdb.python/py-finish-breakpoint2.exp
5996 * gdb.python/py-frame-inline.exp
5997 * gdb.python/py-frame.exp
5998 * gdb.python/py-inferior.exp
5999 * gdb.python/py-infthread.exp
6000 * gdb.python/py-mi.exp
6001 * gdb.python/py-objfile.exp
6002 * gdb.python/py-pp-maint.exp
6003 * gdb.python/py-pp-registration.exp
6004 * gdb.python/py-prettyprint.exp
6005 * gdb.python/py-recurse-unwind.exp
6006 * gdb.python/py-shared.exp
6007 * gdb.python/py-symbol.exp
6008 * gdb.python/py-symtab.exp
6009 * gdb.python/py-template.exp
6010 * gdb.python/py-type.exp
6011 * gdb.python/py-unwind-maint.exp
6012 * gdb.python/py-unwind.exp
6013 * gdb.python/py-value.exp
6014 * gdb.python/python.exp
6015 * gdb.reverse/finish-reverse-bkpt.exp
6016 * gdb.reverse/insn-reverse.exp
6017 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6018 * gdb.reverse/solib-precsave.exp
6019 * gdb.reverse/solib-reverse.exp
6020 * gdb.stabs/gdb11479.exp
6021 * gdb.stabs/weird.exp
6022 * gdb.threads/fork-child-threads.exp
6023 * gdb.threads/fork-plus-threads.exp
6024 * gdb.threads/fork-thread-pending.exp
6025 * gdb.threads/forking-threads-plus-breakpoint.exp
6026 * gdb.threads/hand-call-in-threads.exp
6027 * gdb.threads/interrupted-hand-call.exp
6028 * gdb.threads/linux-dp.exp
6029 * gdb.threads/local-watch-wrong-thread.exp
6030 * gdb.threads/next-while-other-thread-longjmps.exp
6031 * gdb.threads/non-ldr-exit.exp
6032 * gdb.threads/pending-step.exp
6033 * gdb.threads/print-threads.exp
6034 * gdb.threads/process-dies-while-detaching.exp
6035 * gdb.threads/process-dies-while-handling-bp.exp
6036 * gdb.threads/pthreads.exp
6037 * gdb.threads/queue-signal.exp
6038 * gdb.threads/reconnect-signal.exp
6039 * gdb.threads/signal-command-handle-nopass.exp
6040 * gdb.threads/signal-command-multiple-signals-pending.exp
6041 * gdb.threads/signal-delivered-right-thread.exp
6042 * gdb.threads/signal-sigtrap.exp
6043 * gdb.threads/sigthread.exp
6044 * gdb.threads/staticthreads.exp
6045 * gdb.threads/stepi-random-signal.exp
6046 * gdb.threads/thread-unwindonsignal.exp
6047 * gdb.threads/thread_check.exp
6048 * gdb.threads/thread_events.exp
6049 * gdb.threads/tid-reuse.exp
6050 * gdb.threads/tls-nodebug.exp
6051 * gdb.threads/tls-shared.exp
6052 * gdb.threads/tls-so_extern.exp
6053 * gdb.threads/tls.exp
6054 * gdb.threads/wp-replication.exp
6055 * gdb.trace/actions-changed.exp
6056 * gdb.trace/actions.exp
6057 * gdb.trace/backtrace.exp
6058 * gdb.trace/change-loc.exp
6059 * gdb.trace/collection.exp
6060 * gdb.trace/deltrace.exp
6061 * gdb.trace/disconnected-tracing.exp
6062 * gdb.trace/entry-values.exp
6063 * gdb.trace/ftrace-lock.exp
6064 * gdb.trace/ftrace.exp
6065 * gdb.trace/infotrace.exp
6066 * gdb.trace/mi-trace-frame-collected.exp
6067 * gdb.trace/mi-trace-unavailable.exp
6068 * gdb.trace/mi-traceframe-changed.exp
6069 * gdb.trace/mi-tracepoint-changed.exp
6070 * gdb.trace/mi-tsv-changed.exp
6071 * gdb.trace/no-attach-trace.exp
6072 * gdb.trace/packetlen.exp
6073 * gdb.trace/passc-dyn.exp
6074 * gdb.trace/passcount.exp
6075 * gdb.trace/pending.exp
6076 * gdb.trace/pr16508.exp
6077 * gdb.trace/qtro.exp
6078 * gdb.trace/range-stepping.exp
6079 * gdb.trace/read-memory.exp
6080 * gdb.trace/report.exp
6081 * gdb.trace/save-trace.exp
6082 * gdb.trace/signal.exp
6083 * gdb.trace/stap-trace.exp
6084 * gdb.trace/status-stop.exp
6085 * gdb.trace/strace.exp
6086 * gdb.trace/tfile.exp
6087 * gdb.trace/tfind.exp
6088 * gdb.trace/trace-break.exp
6089 * gdb.trace/trace-condition.exp
6090 * gdb.trace/trace-enable-disable.exp
6091 * gdb.trace/trace-mt.exp
6092 * gdb.trace/tracecmd.exp
6093 * gdb.trace/tracefile-pseudo-reg.exp
6094 * gdb.trace/tspeed.exp
6095 * gdb.trace/tstatus.exp
6096 * gdb.trace/tsv.exp
6097 * gdb.trace/unavailable.exp
6098 * gdb.trace/while-dyn.exp
6099 * gdb.trace/while-stepping.exp
6100 * lib/gdb-guile.exp
6101 * lib/gdb.exp
6102 * lib/mi-support.exp
6103 * lib/pascal.exp
6104 * lib/perftest.exp
6105 * lib/prelink-support.exp
6106 * lib/selftest-support.exp
6107
6108 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
6109
6110 * Makefile.in: Include disable-implicit-rules.mk.
6111
6112 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6113
6114 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
6115 non-byte-aligned bit fields.
6116
6117 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6118
6119 PR gdb/12616
6120 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
6121 respects the DW_AT_data_bit_offset attribute.
6122
6123 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
6124
6125 * gdb.base/default.exp: Fix output of "set language".
6126
6127 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
6128
6129 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
6130 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
6131 make.
6132 * configure.ac: Remove checks for the make program.
6133 * configure: Re-generate.
6134
6135 2016-11-16 Kevin Buettner <kevinb@redhat.com>
6136
6137 * gdb.python/py-recurse-unwind.c (main): Add loop.
6138 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
6139 to read_register() and gdb.parse_and_eval(). Make each code
6140 call a separate case that can be individually tested.
6141 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
6142 proc. Call cont_and_backtrace for each of the code paths that
6143 we want to test in the unwinder.
6144
6145 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
6146
6147 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
6148 the definition of struct S.
6149
6150 2016-11-11 Catherine Moore <clm@codesourcery.com>
6151
6152 * gdb.base/dump.exp: Identify verilog format dump tests as such.
6153
6154 2016-11-09 Pedro Alves <palves@redhat.com>
6155
6156 * gdb.base/commands.exp (runto_or_return): New procedure.
6157 (gdbvar_simple_if_test, gdbvar_simple_while_test)
6158 (gdbvar_complex_if_while_test, progvar_simple_if_test)
6159 (progvar_simple_while_test, progvar_complex_if_while_test)
6160 (if_while_breakpoint_command_test)
6161 (infrun_breakpoint_command_test, breakpoint_command_test)
6162 (user_defined_command_test, watchpoint_command_test)
6163 (test_command_prompt_position, redefine_hook_test)
6164 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
6165 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
6166 multi_line_input and multi_line. Remove gdb_expect and
6167 gdb_stop_suppressing_tests uses.
6168 * lib/gdb.exp (valnum_re): New global.
6169 (multi_line_input): New procedure.
6170
6171 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
6172
6173 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
6174 Remove.
6175 (test_setup): Define with proc_with_prefix.
6176 (test_cli_inferior): Likewise.
6177 (test_cli_thread): Likewise.
6178 (test_cli_frame): Likewise.
6179 (test_cli_select_frame): Likewise.
6180 (test_cli_up_down): Likewise.
6181 (test_mi_thread_select): Likewise.
6182 (test_mi_stack_select_frame): Likewise.
6183 (test_cli_in_mi_inferior): Likewise.
6184 (test_cli_in_mi_thread): Likewise.
6185 (test_cli_in_mi_frame): Likewise.
6186 (top level): Do not use with_test_prefix_procname.
6187
6188 2016-11-09 Pedro Alves <palves@redhat.com>
6189
6190 * gdb.base/commands.exp (gdbvar_simple_if_test)
6191 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
6192 (progvar_simple_if_test, progvar_simple_while_test)
6193 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
6194 (infrun_breakpoint_command_test, breakpoint_command_test)
6195 (user_defined_command_test, watchpoint_command_test)
6196 (test_command_prompt_position, deprecated_command_test)
6197 (bp_deleted_in_command, temporary_breakpoint_commands)
6198 (stray_arg0_test, source_file_with_indented_comment)
6199 (recursive_source_test, if_commands_test)
6200 (error_clears_commands_left, redefine_hook_test)
6201 (redefine_backtrace_test): Use proc_with_prefix.
6202 * lib/gdb.exp (proc_with_prefix): New proc.
6203
6204 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6205
6206 * gdb.base/tui-layout.c: New file.
6207 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
6208 disassembly window contains very long lines.
6209
6210 2016-11-08 Tom Tromey <tom@tromey.com>
6211
6212 * gdb.python/py-value.exp (test_value_creation): Make "long" test
6213 depend on Python 2.
6214
6215 2016-11-08 Tom Tromey <tom@tromey.com>
6216
6217 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
6218 New method.
6219
6220 2016-10-29 Manish Goregaokar <manish@mozilla.com>
6221
6222 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
6223
6224 2016-10-27 Manish Goregaokar <manish@mozilla.com>
6225
6226 * gdb.rust/simple.rs: Add test for univariant enums without
6227 discriminants and for encoded struct-like enums.
6228
6229 2016-10-28 Pedro Alves <palves@redhat.com>
6230
6231 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
6232 gdb_test_multiple, tighten regexps and match symtabs and line
6233 tables incrementally.
6234
6235 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
6236
6237 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
6238 general.
6239
6240 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
6241
6242 * gdb.base/exec-invalid-sysroot.exp: New file.
6243
6244 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6245
6246 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
6247
6248 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6249
6250 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
6251
6252 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
6253
6254 * gdb.base/killed-outside.exp: Remove $options from a call to
6255 `prepare_for_testing'.
6256
6257 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6258
6259 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6260 Change test message.
6261
6262 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6263
6264 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6265 Update comment.
6266
6267 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6268
6269 * gdb.trace/mi-trace-save.exp: New file.
6270
6271 2016-10-13 Yao Qi <yao.qi@linaro.org>
6272
6273 * gdb.base/code_elim.exp (get_var_address): Remove.
6274 * gdb.base/relocate.exp: Likewise.
6275 * gdb.base/shreloc.exp: Likewise.
6276 * lib/gdb.exp (get_var_address): New.
6277
6278 2016-10-13 Yao Qi <yao.qi@linaro.org>
6279
6280 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
6281 floating point tests if $skip_float_test is false.
6282
6283 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
6284
6285 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
6286 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
6287 argc values.
6288 Add 1 to argc so we guarantee distinct initial/modified argc values.
6289
6290 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6291
6292 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
6293
6294 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6295
6296 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
6297 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
6298 * gdb.arch/vsx-regs.exp: Likewise.
6299
6300 2016-10-07 Yao Qi <yao.qi@linaro.org>
6301
6302 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
6303
6304 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
6305
6306 * gdb.python/python.exp: Test decode_line("*0").
6307
6308 2016-10-06 Doug Evans <dje@google.com>
6309
6310 * gdb.python/py-value.exp (test_value_creation): Add test for large
6311 unsigned 64-bit value.
6312
6313 2016-10-06 Tom Tromey <tom@tromey.com>
6314
6315 * gdb.compile/compile.exp: Change java tests to rust.
6316 * gdb.base/setshow.exp: Change java tests to rust.
6317 * gdb.base/default.exp: Remove java from language list.
6318 * README (Examples): Update language example.
6319 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
6320 test.
6321 * lib/gdb.exp (skip_java_tests): Remove.
6322 * lib/java.exp: Remove.
6323 * gdb.java: Remove.
6324
6325 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6326
6327 * gdb.arch/mips-fcr.exp: New test.
6328 * gdb.arch/mips-fcr.c: Source for the new test.
6329
6330 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6331
6332 * gdb.base/solib-disc.exp: Use `standard_output_file'
6333 throughout.
6334
6335 2016-10-06 Pedro Alves <palves@redhat.com>
6336
6337 * gdb.base/jit-simple-dl.c: New file.
6338 * gdb.base/jit-simple-jit.c: New file, factored out from ...
6339 * gdb.base/jit-simple.c: ... this.
6340 * gdb.base/jit-simple.exp (jit_run): Delete.
6341 (build_jit): New proc.
6342 (jit_test_reread): Recompile either the main program or the shared
6343 library, depending on what is being tested. Skip changing address
6344 if caller wants to. Compare before/after addresses. If testing
6345 standalone, explicitly load the binary. Test "maint info
6346 breakpoints".
6347 (top level): Add "standalone vs shared lib" and "change address"
6348 vs "same address" axes.
6349
6350 2016-10-06 Pedro Alves <palves@redhat.com>
6351
6352 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
6353 call.
6354 (jit_run): Delete.
6355 (jit_test_reread): Use with_test_prefix. Reload the main binary
6356 explicitly. Compare the before/after addresses of the JIT
6357 descriptor.
6358
6359 2016-08-15 Doug Evans <dje@google.com>
6360
6361 * gdb.xml/extra-regs.xml: Update, end field now required, default type
6362 for single bitfields is bool.
6363 * gdb.xml/tdesc-regs.exp: Ditto.
6364
6365 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6366
6367 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
6368
6369 2016-10-05 Yao Qi <yao.qi@linaro.org>
6370
6371 * lib/gdb.exp (support_complex_tests): Return zero if
6372 gdb_skip_float_test return true.
6373
6374 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
6375 Simon Marchi <simon.marchi@ericsson.com>
6376
6377 PR gdb/20487
6378 * gdb.mi/user-selected-context-sync.exp: New file.
6379 * gdb.mi/user-selected-context-sync.c: New file.
6380
6381 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
6382 Simon Marchi <simon.marchi@ericsson.com>
6383
6384 PR gdb/20487
6385 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
6386 =thread-select-event check.
6387
6388 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
6389
6390 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
6391 the compulsory L operand changes.
6392 * gdb.arch/powerpc-power.s: Likewise.
6393
6394 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6395
6396 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
6397 * gdb.base/jit-attach-pie.c: New file.
6398 * gdb.base/jit-attach-pie.exp: New file.
6399
6400 2016-09-28 Pedro Alves <palves@redhat.com>
6401
6402 * gdb.base/infcall-input.c: New file.
6403 * gdb.base/infcall-input.exp: New file.
6404
6405 2016-09-22 Yao Qi <yao.qi@linaro.org>
6406
6407 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
6408 (gdb_exit): Rename it to ...
6409 (gdbserver_gdb_exit): ... Close GDBserver.
6410 (gdb_exit): New proc, call gdbserver_gdb_exit.
6411 (mi_gdb_exit): Likewise.
6412
6413 2016-09-22 Yao Qi <yao.qi@linaro.org>
6414
6415 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
6416 path.
6417 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
6418 Remove duplication.
6419
6420 2016-09-22 Yao Qi <yao.qi@linaro.org>
6421
6422 * lib/gdbserver-support.exp: Check the existence of
6423 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
6424
6425 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
6426
6427 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
6428
6429 2016-09-21 Tom Tromey <tom@tromey.com>
6430
6431 PR gdb/20604:
6432 * gdb.base/quit.exp: New file.
6433
6434 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
6435
6436 * .gitignore: New file.
6437
6438 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
6439
6440 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
6441 throughout.
6442
6443 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6444
6445 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
6446
6447 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6448
6449 * gdb.cp/casts.cc (decltype): Move it ...
6450 (main): ... with its call to ...
6451 * gdb.cp/casts03.cc: ... a new file.
6452 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
6453
6454 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6455
6456 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
6457
6458 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
6459
6460 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
6461 and sync up the test with tests in gas/testsuite/gas/ppc.
6462 * gdb.arch/powerpc-power.exp: Likewise.
6463
6464 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6465
6466 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
6467
6468 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
6469 Jan Kratochvil <jan.kratochvil@redhat.com>
6470
6471 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
6472 make m1's definition to be different from m2's. Use 'dummy' as an
6473 argument for probe 'two'.
6474
6475 2016-09-10 Jon Beniston <jon@beniston.com>
6476
6477 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
6478 for sim target.
6479
6480 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6481
6482 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
6483 variable declaration.
6484 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
6485 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
6486 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
6487 received HWCAP as its argument.
6488
6489 2016-09-06 Pedro Alves <palves@redhat.com>
6490
6491 * gdb.base/new-ui-pending-input.c: New file.
6492 * gdb.base/new-ui-pending-input.exp: New file.
6493 * gdb.exp (clear_gdb_spawn_id): New procedure.
6494 (with_spawn_id): Check whether gdb_spawn_id exists before
6495 referencing it. If gdb_spawn_id didn't exist on entry, clear it
6496 on exit.
6497
6498 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6499
6500 * gdb.base/float128.c: New file.
6501 * gdb.base/float128.exp: Likewise.
6502 * gdb.base/floatn.c: Likewise.
6503 * gdb.base/floatn.exp: Likewise.
6504
6505 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6506
6507 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
6508
6509 2016-09-05 Pedro Alves <palves@redhat.com>
6510
6511 PR backtrace/19927
6512 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
6513 unwinders are immediately called as side effect of "source" or
6514 "disable unwinder" commands.
6515 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
6516
6517 2016-09-02 Yao Qi <yao.qi@linaro.org>
6518
6519 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
6520 is true and $type is "float" or "double".
6521
6522 2016-09-02 Yao Qi <yao.qi@linaro.org>
6523
6524 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
6525 true.
6526 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
6527 * gdb.base/call-rt-st.exp: Likewise.
6528 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
6529 return value instead of gdb,skip_float_test.
6530 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
6531 (do_function_calls): Use its return value instead of
6532 gdb,skip_float_test.
6533 * gdb.base/finish.exp: Likewise.
6534 * gdb.base/funcargs.exp: Likewise.
6535 * gdb.base/return.exp: Likewise.
6536 * gdb.base/return2.exp: Likewise.
6537 * gdb.base/varargs.exp: Likewise.
6538 * lib/gdb.exp (gdb_skip_float_test): Change it to
6539 gdb_caching_proc. Detect the broken ptrace on arm-linux.
6540
6541 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6542
6543 * gdb.multi/tids.exp: Test "thread apply all".
6544
6545 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6546
6547 * gdb.base/default.exp (tty): Remove.
6548
6549 2016-08-24 Kevin Buettner <kevinb@redhat.com>
6550
6551 * gdb.python/py-recurse-unwind.c: New file.
6552 * gdb.python/py-recurse-unwind.py: New file.
6553 * gdb.python/py-recurse-unwind.exp: New file.
6554
6555 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
6556
6557 * gdb.base/set-inferior-tty.exp: New file.
6558 * gdb.base/set-inferior-tty.c: New file.
6559
6560 2016-08-23 Pedro Alves <palves@redhat.com>
6561
6562 PR gdb/20494
6563 * gdb.base/new-ui-echo.c: New file.
6564 * gdb.base/new-ui-echo.exp: New file.
6565
6566 2016-08-23 Yao Qi <yao.qi@linaro.org>
6567
6568 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
6569 gdbserver_spawn.
6570 * gdb.server/connect-without-multi-process.exp (do_test):
6571 Likewise.
6572
6573 2016-08-23 Yao Qi <yao.qi@linaro.org>
6574
6575 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
6576 standalone_txt. Delete gdb_txt and standalone_txt on host
6577 and target. Spawn the binary on target. Copy files from
6578 target to host.
6579
6580 2016-08-22 Pedro Alves <palves@redhat.com>
6581
6582 PR gdb/20505
6583 * gdb.base/vdso-warning.exp: Test core dumps too. Use
6584 with_test_prefix. Factor out bits to ...
6585 (test_no_vdso): ... this new procedure.
6586
6587 2016-08-19 Carl Love <cel@us.ibm.com>
6588
6589 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
6590 maintaining separate logic for constructing the output path.
6591 * gdb.arch/powerpc-d128-regs.exp: Likewise.
6592 * gdb.arch/ppc-dfp.exp: Likewise.
6593 * gdb.arch/ppc-fp.exp: Likewise.
6594 * gdb.arch/vsx-regs.exp: Likewise.
6595 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
6596 binprefix for generating the additional binary files.
6597
6598 2016-08-19 Pedro Alves <palves@redhat.com>
6599
6600 * gdb.trace/mi-trace-frame-collected.exp
6601 (test_trace_frame_collected): On x32, expect two registers.
6602
6603 2016-08-18 Carl Love <cel@us.ibm.com>
6604
6605 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
6606 and sync up the test with tests in gas/testsuite/gas/ppc.
6607 * gdb.arch/powerpc-power.exp: Likewise.
6608
6609 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6610
6611 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
6612 expected error message.
6613
6614 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6615
6616 * gdb.multi/remove-inferiors.exp: New file.
6617 * gdb.multi/remove-inferiors.c: New file.
6618
6619 2016-08-12 Yao Qi <yao.qi@linaro.org>
6620
6621 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
6622 argument list.
6623
6624 2016-08-10 Pedro Alves <palves@redhat.com>
6625
6626 PR gdb/19187
6627 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
6628 setup_kfails.
6629
6630 2016-08-09 Pedro Alves <palves@redhat.com>
6631 Simon Marchi <simon.marchi@ericsson.com>
6632
6633 PR gdb/20418
6634 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
6635 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
6636
6637 2016-08-09 Pedro Alves <palves@redhat.com>
6638
6639 PR mi/20431
6640 * gdb.mi/mi-cmd-error.exp: New file.
6641
6642 2016-08-09 Pedro Alves <palves@redhat.com>
6643
6644 PR gdb/18653
6645 * gdb.base/signals-state-child.c: New file.
6646 * gdb.base/signals-state-child.exp: New file.
6647 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
6648
6649 2016-08-09 Pedro Alves <palves@redhat.com>
6650
6651 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
6652
6653 2016-08-03 Tom Tromey <tom@tromey.com>
6654
6655 PR python/18565:
6656 * gdb.python/py-frame-inline.exp: Add Frame.function test.
6657
6658 2016-08-01 Yao Qi <yao.qi@linaro.org>
6659
6660 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
6661 variable mode to "multi-process" if $multi_process is 1, otherwise
6662 set it to "single-process".
6663
6664 2016-08-01 Yao Qi <yao.qi@linaro.org>
6665
6666 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
6667 * gdb.cp/cpexprs.exp: Likewise.
6668 * gdb.cp/m-static.exp: Likewise.
6669
6670 2016-07-26 Tom Tromey <tom@tromey.com>
6671
6672 PR python/20190:
6673 * gdb.threads/tls.exp (check_thread_local): Add python symbol
6674 test.
6675
6676 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
6677
6678 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
6679 selecting assembly source files.
6680 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
6681 assembly source files.
6682 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
6683 assembly source files.
6684 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
6685 selecting assembly source files.
6686
6687 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
6688
6689 * gdb.base/new-ui.exp (do_test_invalid_args): New
6690 procedure.
6691
6692 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
6693
6694 * gdb.btrace/reconnect.c: New file.
6695 * gdb.btrace/reconnect.exp: New file.
6696
6697 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
6698
6699 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
6700 to test_catch_syscall_group.
6701 (test_catch_syscall_group): New.
6702
6703 2016-07-21 Tom Tromey <tom@tromey.com>
6704
6705 * gdb.rust/simple.rs (main): Use empty struct expression.
6706 * gdb.rust/simple.exp: Add tests for empty struct expression.
6707
6708 2016-07-21 Yao Qi <yao.qi@linaro.org>
6709
6710 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
6711 if gdb_skip_xml_test is true on some targets.
6712
6713 2016-07-21 Yao Qi <yao.qi@linaro.org>
6714
6715 * gdb.server/solib-list.exp: Unset last_loaded_file.
6716
6717 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6718
6719 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
6720 "step into captured_main (args)".
6721
6722 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6723
6724 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
6725
6726 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6727
6728 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
6729
6730 2016-07-19 Pedro Alves <palves@redhat.com>
6731
6732 * gdb.opt/inline-break.exp: Remove optimize=-O2.
6733 * gdb.opt/inline-bt.exp: Likewise.
6734 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
6735 additional_flags=-Winline.
6736 * gdb.opt/inline-locals.exp: Likewise.
6737 * gdb.opt/inline-markers.c (ATTR): Define.
6738 (inlined_fn): Use it.
6739
6740 2016-07-19 Yao Qi <yao.qi@linaro.org>
6741
6742 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
6743 (test_with_self): Remove some code. Remove argument executable.
6744 (top-level): Use do_self_tests.
6745
6746 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
6747 Don Breazeal <donb@codesourcery.com>
6748
6749 * gdb.base/maint.exp: Escape paths used in regular expressions.
6750 * gdb.stabs/weird.exp: Likewise.
6751
6752 2016-07-13 Tom Tromey <tom@tromey.com>
6753
6754 PR python/15620, PR python/18620:
6755 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
6756 (test_bkpt_events): New procs.
6757
6758 2016-07-13 Tom Tromey <tom@tromey.com>
6759
6760 PR python/17698:
6761 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
6762 test.
6763 (test_watchpoints): Likewise.
6764 (test_bkpt_pending): New proc.
6765
6766 2016-07-13 Tom Tromey <tom@tromey.com>
6767
6768 PR cli/18053:
6769 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
6770 completion test.
6771
6772 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6773
6774 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
6775 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
6776 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
6777 f_label.
6778 (g): Rename g_end_lbl to g_label.
6779 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
6780 low_pc and high_pc.
6781 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
6782
6783 2016-07-12 Tom Tromey <tom@tromey.com>
6784
6785 PR python/19293:
6786 * gdb.python/py-unwind-maint.exp: Update tests.
6787
6788 2016-07-12 Yao Qi <yao.qi@linaro.org>
6789
6790 * lib/selftest-support.exp (selftest_setup): Match the output
6791 when captured_main is inlined.
6792
6793 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6794
6795 * gdb.fortran/derived-types.exp (result_line, result_line_2):
6796 New variables.
6797 (print this%a, print this%b, print this): New tests.
6798 * gdb.fortran/derived-types.f90 (this): New object and
6799 initialization.
6800
6801 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6802
6803 * gdb.ada/arraydim.exp: Remove extra directory level in build
6804 directory.
6805
6806 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6807
6808 * lib/ada.exp: Remove extra directory level in build directory.
6809 * gdb.ada/cond_lang.exp: Likewise.
6810 * gdb.ada/exec_changed.exp: Likewise.
6811 * gdb.ada/lang_switch.exp: Likewise.
6812
6813 2016-07-06 Manish Goregaokar <manish@mozilla.com>
6814
6815 * simple.rs: Add test for raw pointer subscripting.
6816 * simple.exp: Add test expectations.
6817
6818 2016-07-05 Yao Qi <yao.qi@linaro.org>
6819
6820 * gdb.mi/mi-reverse.exp: Match =record-started output.
6821
6822 2016-07-01 Pedro Alves <palves@redhat.com>
6823
6824 * gdb.base/jit-reader.exp (info_registers_current_frame): New
6825 procedure.
6826 (jit_reader_test): Test the jit reader's unwinder.
6827 * gdb.base/jithost.c (jit_function_00_code): New global.
6828 (main): Use memcpy to fill in the mmapped code, instead of poking
6829 bytes manually here.
6830 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
6831 value.
6832 (read_debug_info): Save the function's range.
6833 (read_sp): New function.
6834 (unwind_frame): Use it. Also unwind RBP.
6835 (get_frame_id): Use read_sp.
6836 (gdb_init_reader): Use calloc instead of malloc.
6837 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
6838 parameter. Use gdb_test_multiple.
6839
6840 2016-07-01 Pedro Alves <palves@redhat.com>
6841 Antoine Tremblay <antoine.tremblay@ericsson.com>
6842
6843 * gdb.threads/process-dies-while-detaching.c: New file.
6844 * gdb.threads/process-dies-while-detaching.exp: New file.
6845
6846 2016-07-01 Pedro Alves <palves@redhat.com>
6847
6848 * gdb.multi/watchpoint-multi-exit.c: New file.
6849 * gdb.multi/watchpoint-multi-exit.exp: New file.
6850
6851 2016-06-30 Pedro Alves <palves@redhat.com>
6852
6853 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
6854 unset inferior_spawn_id.
6855
6856 2016-06-30 Pedro Alves <palves@redhat.com>
6857
6858 * lib/mi-support.exp (default_mi_gdb_start): Declare global
6859 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
6860
6861 2016-06-29 Yao Qi <yao.qi@linaro.org>
6862
6863 * gdb.base/return.c: Add copyright header.
6864
6865 2016-06-29 Tom Tromey <tom@tromey.com>
6866
6867 PR python/20129:
6868 * gdb.python/py-framefilter.exp: Add tests for setting priority
6869 and disabling of non-existent frame filter.
6870
6871 2016-06-29 Yao Qi <yao.qi@linaro.org>
6872
6873 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
6874 0x0f07ff.
6875
6876 2016-06-28 Yao Qi <yao.qi@linaro.org>
6877
6878 * gdb.base/catch-syscall.exp: Remove check on isnative and target
6879 triplets. Start gdb, execute catch syscall, and continue. Check
6880 gdb's output to determine catch syscall is supported.
6881
6882 2016-06-27 Manish Goregaokar <manish@mozilla.com>
6883
6884 * gdb.rust/simple.rs: Add test for returning unit in a function.
6885 * gdb.rust/simple.exp: Add expectation for functions returning
6886 unit.
6887
6888 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
6889
6890 * gdb.python/py-breakpoint-create-fail.c,
6891 gdb.python/py-breakpoint-create-fail.exp,
6892 gdb.python/py-breakpoint-create-fail.py: New testcase.
6893
6894 2016-06-25 Manish Goregaokar <manish@mozilla.com>
6895
6896 PR gdb/20239
6897 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
6898 * gdb.rust/simple.exp: Add test expectations for new NonZero
6899 tests.
6900
6901 2016-06-24 David Taylor <dtaylor@emc.com>
6902
6903 * gdb.base/offsets.exp: New file.
6904 * gdb.base/offsets.c: New file.
6905
6906 2016-06-23 Tom Tromey <tom@tromey.com>
6907
6908 PR gdb/16483:
6909 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
6910 before any filters are loaded.
6911
6912 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
6913
6914 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
6915 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
6916 structs.
6917 * gdb.fortran/derived-type-function.exp: New file.
6918 * gdb.fortran/derived-type-function.f90: New file.
6919
6920
6921 2016-06-21 Pedro Alves <palves@redhat.com>
6922
6923 * gdb.base/new-ui.exp: New file.
6924 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
6925 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
6926 (with_spawn_id): New procedure.
6927
6928 2016-06-21 Pedro Alves <palves@redhat.com>
6929
6930 * gdb.mi/mi-exec-run.exp: New file.
6931
6932 2016-06-21 Pedro Alves <palves@redhat.com>
6933
6934 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
6935 breakpoint command's output on the main UI.
6936 (test_break): New procedure, factored out from calls in the top
6937 level.
6938 (top level): Use foreach_with_prefix to test MI as main UI and as
6939 separate UI.
6940
6941 2016-06-21 Pedro Alves <palves@redhat.com>
6942
6943 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
6944 (test_awatch_creation_and_listing)
6945 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
6946 Remove 'type' parameter.
6947 (test_watchpoint_all): New parameter mi_mode. Remove
6948 with_test_prefix.
6949 (top level): Use foreach_with_prefix, and add main/separate UI MI
6950 testing axis.
6951
6952 2016-06-21 Pedro Alves <palves@redhat.com>
6953
6954 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
6955 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
6956 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
6957 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
6958 (gdb_main_spawn_id, mi_spawn_id): Declare and
6959 comment.
6960 (mi_create_inferior_pty): New procedure,
6961 factored out from default_mi_gdb_start.
6962 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
6963 procedures.
6964 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
6965 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
6966 Use mi_create_inferior_pty.
6967 (mi_gdb_start): Use eval to pass down args list.
6968
6969 2016-06-21 Pedro Alves <palves@redhat.com>
6970
6971 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
6972 * gdb.opt/inline-cmds.exp: Add MI tests.
6973
6974 2016-06-21 Pedro Alves <palves@redhat.com>
6975
6976 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
6977
6978 2016-06-21 Pedro Alves <palves@redhat.com>
6979
6980 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
6981 (top level): Use it instead of mi_execute_to.
6982
6983 2016-06-21 Pedro Alves <palves@redhat.com>
6984
6985 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
6986 (cont_handler_str): New.
6987 (signal_stop_handler): Set stop_handler_str instead of printing to
6988 stdout.
6989 (continue_handler): Set cont_handler_str instead of printing to
6990 stdout.
6991 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
6992 mi_send_resuming_command. Print stop_handler_str and
6993 cont_handler_str instead of expecting the python events print
6994 directly.
6995
6996 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
6997
6998 * gdb.base/jit-reader.exp: New file.
6999 * gdb.base/jithost.c: New file.
7000 * gdb.base/jithost.h: New file.
7001 * gdb.base/jitreader.c : New file.
7002 * gdb.base/jit-protocol.h: New file.
7003
7004 2016-06-17 Yao Qi <yao.qi@linaro.org>
7005
7006 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
7007 parameters follow_fork and detach_on_fork. Set follow-fork-mode
7008 and detach-on-fork. Adjust tests.
7009 (top level): Invoke break_cond_on_syscall with combinations of
7010 syscall, follow-fork-mode and detach-on-fork.
7011
7012 2016-06-17 Yao Qi <yao.qi@linaro.org>
7013
7014 * gdb.base/step-over-exit.c: New.
7015 * gdb.base/step-over-exit.exp: New.
7016
7017 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
7018
7019 * gdb.base/float.exp: Add target check for nds32*-*-*.
7020 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
7021
7022 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
7023
7024 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
7025 for unsupported target features.
7026 * gdb.base/call-rt-st.exp: Likewise.
7027 * gdb.base/call-sc.exp: Likewise.
7028 * gdb.base/call-signal-resume.exp: Likewise.
7029 * gdb.base/call-strs.exp: Likewise.
7030 * gdb.base/callexit.exp: Likewise.
7031 * gdb.base/callfuncs.exp: Likewise.
7032 * gdb.base/nodebug.exp: Likewise.
7033 * gdb.base/printcmds.exp: Likewise.
7034 * gdb.base/ptype.exp: Likewise.
7035 * gdb.base/structs.exp: Likewise.
7036 * gdb.base/unwindonsignal.exp: Likewise.
7037 * gdb.cp/gdb2495.exp: Likewise.
7038 * gdb.cp/templates.exp: Likewise.
7039 * gdb.cp/virtfunc.exp: Likewise.
7040 * gdb.threads/hand-call-in-threads.exp: Likewise.
7041 * gdb.threads/interrupted-hand-call.exp: Likewise.
7042 * gdb.threads/thread-unwindonsignal.exp: Likewise.
7043
7044 2016-06-10 Tom Tromey <tom@tromey.com>
7045
7046 PR rust/20110:
7047 * gdb.rust/expr.exp: Add test for integer constant larger than
7048 i32.
7049
7050 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
7051
7052 * gdb.fortran/nested-funcs.exp: New.
7053 * gdb.fortran/nested-funcs.f90: New.
7054
7055 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
7056
7057 * gdb.base/examine-backward.c: New file.
7058 * gdb.base/examine-backward.exp: New file.
7059
7060 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
7061
7062 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
7063 matching.
7064
7065 2016-06-02 Tom Tromey <tom@tromey.com>
7066
7067 PR python/18984:
7068 * gdb.python/py-shared.exp: Add solib_name test.
7069
7070 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
7071
7072 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
7073
7074 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
7075
7076 PR c++/19893
7077 * gdb.dwarf2/implref.exp: Rename to...
7078 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
7079 * gdb.dwarf2/implref-array.c: New file.
7080 * gdb.dwarf2/implref-array.exp: Likewise.
7081 * gdb.dwarf2/implref-global.c: Likewise.
7082 * gdb.dwarf2/implref-global.exp: Likewise.
7083 * gdb.dwarf2/implref-struct.c: Likewise.
7084 * gdb.dwarf2/implref-struct.exp: Likewise.
7085
7086 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7087
7088 * gdb.trace/trace-condition.exp: Add 64bit tests.
7089
7090 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7091
7092 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
7093 bits types.
7094 (main): Adapt to 8 to 64 bits types.
7095 * gdb.trace/trace-condition.exp: Add new tests.
7096
7097 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7098
7099 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
7100
7101 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7102
7103 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
7104 Move condition tests...
7105 * gdb.trace/trace-condition.exp: Here.
7106
7107 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7108
7109 * gdb.trace/trace-condition.exp: Add counter-case tests.
7110
7111 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7112
7113 PR c++/15231
7114 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
7115 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
7116
7117 2016-05-27 Pedro Alves <palves@redhat.com>
7118
7119 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7120 New procedure.
7121 (top level): Call it, and bail out of DejaGnu is known to be bad.
7122
7123 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
7124
7125 * gdb.base/whatis.c: Extend the test case.
7126 * gdb.base/whatis.exp: Add additional tests.
7127
7128 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7129
7130 * gdb.fortran/type.f90: Add pointer variable.
7131 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
7132
7133 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7134
7135 * gdb.fortran/vla-type.exp: Fix testcase name.
7136
7137 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7138
7139 * gdb.fortran/vla-type.exp: Access elements in nested structs.
7140
7141 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7142
7143 * gdb.fortran/type.f90: Add nested structures.
7144 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
7145 * gdb.fortran/derived-type.exp: Adapt expected output.
7146 * gdb.fortran/vla-type.exp: Adapt expected output.
7147
7148 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7149
7150 * gdb.fortran/whatis_type.exp: Adapt expected output.
7151
7152 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7153
7154 * gdb.fortran/print_type.exp: Fix expected output.
7155 * gdb.fortran/whatis_type.exp: Fix expected output.
7156
7157 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7158
7159 * gdb.fortran/whatis_type.exp: Use multi_line.
7160
7161 2016-05-24 Tom Tromey <tom@tromey.com>
7162
7163 PR python/17386:
7164 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
7165 use value as an index.
7166
7167 2016-05-23 Tom Tromey <tom@tromey.com>
7168
7169 PR python/17981:
7170 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
7171 no-breakpoint case.
7172
7173 2016-05-24 Pedro Alves <palves@redhat.com>
7174
7175 PR gdb/19828
7176 * gdb.threads/clone-attach-detach.c: New file.
7177 * gdb.threads/clone-attach-detach.exp: New file.
7178
7179 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
7180
7181 * gdb.base/annota-input-while-running.exp: Fix syntax error.
7182
7183 2016-05-23 Tom Tromey <tom@tromey.com>
7184
7185 PR python/19438, PR python/18393:
7186 * gdb.python/py-progspace.exp: Add "dir" test.
7187 * gdb.python/py-objfile.exp: Add "dir" test.
7188
7189 2016-05-23 Yao Qi <yao.qi@linaro.org>
7190
7191 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
7192 * gdb.arch/thumb2-it.exp: Likewise.
7193
7194 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
7195
7196 * gdb.mi/mi-threads-interrupt.c: New file.
7197 * gdb.mi/mi-threads-interrupt.exp: New file.
7198
7199 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
7200
7201 PR gdb/18077
7202 * gdb.mi/mi-async-run.exp: New file.
7203 * gdb.mi/mi-async-run.c: New file.
7204
7205 2016-05-17 Tom Tromey <tom@tromey.com>
7206 Manish Goregaokar <manishsmail@gmail.com>
7207
7208 * lib/rust-support.exp: New file.
7209 * lib/gdb.exp (skip_rust_tests): New proc.
7210 (build_executable_from_specs): Handle rust.
7211 * lib/future.exp (gdb_find_rustc): New proc.
7212 (gdb_default_target_compile): Handle rust.
7213 * gdb.rust/expr.exp: New file.
7214 * gdb.rust/generics.exp: New file.
7215 * gdb.rust/generics.rs: New file.
7216 * gdb.rust/methods.exp: New file.
7217 * gdb.rust/methods.rs: New file.
7218 * gdb.rust/modules.exp: New file.
7219 * gdb.rust/modules.rs: New file.
7220 * gdb.rust/simple.exp: New file.
7221 * gdb.rust/simple.rs: New file.
7222
7223 2016-05-17 Tom Tromey <tom@tromey.com>
7224
7225 * gdb.base/default.exp (set language): Add rust.
7226
7227 2016-05-17 Tom Tromey <tom@tromey.com>
7228
7229 * gdb.gdb/unittest.exp: New file.
7230
7231 2016-05-16 Yao Qi <yao.qi@linaro.org>
7232
7233 * gdb.base/batch-preserve-term-settings.exp: Remove variable
7234 shell_prompt. Update shell_prompt_re.
7235
7236 2016-05-12 Doug Evans <dje@google.com>
7237
7238 PR symtab/19999
7239 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
7240 $options when building executable.
7241 * gdb.dwarf2/fission-loclists-pie.S: New file.
7242 * gdb.dwarf2/fission-loclists-pie.exp: New file.
7243
7244 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7245
7246 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
7247 of [is_remote target],
7248
7249 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7250
7251 * lib/gdb.exp (use_gdb_stub): New procedure.
7252
7253 2016-05-03 Yunlian Jiang <yunlian@google.com>
7254 Doug Evans <dje@google.com>
7255
7256 PR symtab/19914
7257 * gdb.dwarf2/dwp-sepdebug.c: New file.
7258 * gdb.dwarf2/dwp-sepdebug.exp: New file.
7259
7260 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7261
7262 * gdb.base/detach.exp: Remove is_remote check.
7263
7264 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7265
7266 * gdb.base/annota-input-while-running.exp: Don't check for
7267 [is_remote target]. Enable annotations after running to main.
7268 Remove unused "set test..." line.
7269
7270 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7271
7272 * gdb.trace/trace-enable-disable.exp: New file.
7273 * gdb.trace/trace-enable-disable.c: New file.
7274
7275 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7276
7277 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
7278 use it in info sharedlibrary test.
7279 * gdb.trace/ftrace-lock.exp: Likewise.
7280 * gdb.trace/ftrace.exp: Likewise.
7281 * gdb.trace/range-stepping.exp: Likewise.
7282 * gdb.trace/trace-break.exp: Likewise.
7283 * gdb.trace/trace-condition.exp: Likewise.
7284 * gdb.trace/trace-mt.exp: Likewise.
7285
7286 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7287
7288 * lib/gdb.exp (gdb_load_shlibs): Rename to...
7289 (gdb_load_shlib): ... this.
7290 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
7291 gdb_load_shlib.
7292 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
7293 * gdb.base/ctxobj.exp: Likewise.
7294 * gdb.base/dprintf-pending.exp: Likewise.
7295 * gdb.base/dso2dso.exp: Likewise.
7296 * gdb.base/fixsection.exp: Likewise.
7297 * gdb.base/gcore-relro.exp: Likewise.
7298 * gdb.base/gdb1555.exp: Likewise.
7299 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7300 * gdb.base/gnu-ifunc.exp: Likewise.
7301 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
7302 * gdb.base/jit-so.exp (one_jit_test): Likewise.
7303 * gdb.base/pending.exp: Likewise.
7304 * gdb.base/print-file-var.exp: Likewise.
7305 * gdb.base/print-symbol-loading.exp: Likewise.
7306 * gdb.base/shlib-call.exp: Likewise.
7307 * gdb.base/shreloc.exp: Likewise.
7308 * gdb.base/so-impl-ld.exp: Likewise.
7309 * gdb.base/solib-disc.exp: Likewise.
7310 * gdb.base/solib-nodir.exp: Likewise.
7311 * gdb.base/solib-overlap.exp: Likewise.
7312 * gdb.base/solib-symbol.exp: Likewise.
7313 * gdb.base/solib-weak.exp (do_test): Likewise.
7314 * gdb.base/sym-file.exp: Likewise.
7315 * gdb.base/symtab-search-order.exp: Likewise.
7316 * gdb.base/type-opaque.exp: Likewise.
7317 * gdb.base/unload.exp: Likewise.
7318 * gdb.base/watchpoint-solib.exp: Likewise.
7319 * gdb.compile/compile.exp: Likewise.
7320 * gdb.cp/gdb2384.exp: Likewise.
7321 * gdb.cp/infcall-dlopen.exp: Likewise.
7322 * gdb.cp/re-set-overloaded.exp: Likewise.
7323 * gdb.fortran/library-module.exp: Likewise.
7324 * gdb.opt/solib-intra-step.exp: Likewise.
7325 * gdb.python/py-finish-breakpoint.exp: Likewise.
7326 * gdb.python/py-shared.exp: Likewise.
7327 * gdb.reverse/solib-precsave.exp: Likewise.
7328 * gdb.reverse/solib-reverse.exp: Likewise.
7329 * gdb.server/solib-list.exp: Likewise.
7330 * gdb.threads/dlopen-libpthread.exp: Likewise.
7331 * gdb.threads/tls-shared.exp: Likewise.
7332 * gdb.threads/tls-so_extern.exp: Likewise.
7333 * gdb.trace/change-loc.exp: Likewise.
7334 * gdb.trace/ftrace-lock.exp: Likewise.
7335 * gdb.trace/ftrace.exp: Likewise.
7336 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
7337 * gdb.trace/pending.exp: Likewise.
7338 * gdb.trace/range-stepping.exp: Likewise.
7339 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
7340 (strace_info_marker): Likewise.
7341 (strace_probe_marker): Likewise.
7342 (strace_trace_on_same_addr): Likewise.
7343 (strace_trace_on_diff_addr): Likewise.
7344 * gdb.trace/trace-break.exp: Likewise.
7345 * gdb.trace/trace-condition.exp: Likewise.
7346 * gdb.trace/trace-mt.exp: Likewise.
7347
7348 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7349
7350 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
7351 result of gdb_remote_download.
7352 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
7353 * gdb.base/dso2dso.exp: Likewise.
7354 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7355 * gdb.base/print-file-var.exp: Likewise.
7356 * gdb.base/shlib-call.exp: Likewise.
7357 * gdb.base/shreloc.exp: Likewise.
7358 * gdb.base/solib-overlap.exp: Likewise.
7359 * gdb.base/solib-weak.exp (do_test): Likewise.
7360 * gdb.base/unload.exp: Likewise.
7361
7362 2016-04-27 Yao Qi <yao.qi@linaro.org>
7363
7364 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
7365 exists.
7366
7367 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7368
7369 * vla-type.exp: Print structure from toplevel.
7370
7371 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7372
7373 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
7374 of dynamic types.
7375 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
7376 of dynamic types.
7377
7378 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7379
7380 * gdb.fortran/vla-type.f90: New file.
7381 * gdb.fortran/vla-type.exp: New file.
7382
7383 2016-04-25 Yao Qi <yao.qi@linaro.org>
7384
7385 * gdb.base/branch-to-self.c: New file.
7386 * gdb.base/branch-to-self.exp: New file.
7387
7388 2016-04-22 Yao Qi <yao.qi@linaro.org>
7389
7390 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
7391 more after $hex.
7392
7393 2016-04-22 Yao Qi <yao.qi@linaro.org>
7394
7395 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
7396 * gdb.base/annota3.exp: Likewise.
7397
7398 2016-04-22 Yao Qi <yao.qi@linaro.org>
7399
7400 * gdb.reverse/step-precsave.exp: Do one step and test program
7401 stops in "callee" and do multiple steps until program goes out
7402 of "callee".
7403 * gdb.reverse/step-reverse.exp: Likewise.
7404
7405 2016-04-22 Yao Qi <yao.qi@linaro.org>
7406
7407 * gdb.trace/signal.exp: Also pass if
7408 $tracepoint_hits($i) > $iterations.
7409
7410 2016-04-22 Yao Qi <yao.qi@linaro.org>
7411
7412 * gdb.trace/signal.c: New file.
7413 * gdb.trace/signal.exp: New file.
7414
7415 2016-04-19 Doug Evans <xdje42@gmail.com>
7416
7417 * gdb.base/bad-file.exp: New file.
7418
7419 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
7420
7421 * gdb.dwarf2/implref.exp: New file.
7422
7423 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7424
7425 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
7426 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
7427 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
7428 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
7429 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
7430 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
7431 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
7432 * lib/fortran.exp (fortran_int4): New procedure.
7433 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
7434 (fortran_logical4): Likewise.
7435
7436 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
7437
7438 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
7439
7440 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7441
7442 * lib/compiler.c: Add Intel specific preprocessor macros.
7443 * lib/compiler.cc: Likewise.
7444
7445 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
7446
7447 * gdb.server/connect-with-no-symbol-file.c: New file.
7448 * gdb.server/connect-with-no-symbol-file.exp: New file.
7449
7450 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7451
7452 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
7453
7454 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7455
7456 * boards/gdbserver-base.exp (${board}_download): Copy source file to
7457 standard output directory.
7458
7459 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
7460
7461 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
7462
7463 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
7464
7465 * gdb.btrace/instruction_history.c (loop): Add declaration.
7466
7467 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7468
7469 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
7470
7471 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
7472
7473 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
7474 parentheses to print.
7475 (continue_handler): Likewise.
7476
7477 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
7478
7479 * gdb.server/solib-list.exp: Remove is_remote check.
7480 Pass shlib= to gdb_compile. Don't link shared library with
7481 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
7482 Run binary filename through "readlink -f" on the target.
7483
7484 2016-04-08 Pedro Alves <palves@redhat.com>
7485
7486 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
7487 interpreter filename as argument to gdbserver_spawn.
7488 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7489 Return empty if $last_loaded_file does not exist.
7490
7491 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7492
7493 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
7494 * gdb.base/jit-main.c: Use exit after usage.
7495
7496 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7497
7498 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
7499 GDBHISTSIZE prior to the tests.
7500 * gdb.base/gdbinit-history.exp: Likewise.
7501
7502 2016-04-07 Pedro Alves <palves@redhat.com>
7503
7504 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
7505 instead of build_executable. Use gdb_load_shlibs.
7506
7507 2016-04-07 Yao Qi <yao.qi@linaro.org>
7508
7509 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
7510 Execute "si" command.
7511
7512 2016-04-07 Yao Qi <yao.qi@linaro.org>
7513
7514 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
7515 number instead of the comments on some line.
7516
7517 2016-04-06 Don Breazeal <donb@codesourcery.com>
7518
7519 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
7520 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
7521
7522 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
7523
7524 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
7525 standard_output_file. Remove unused binfile variable.
7526
7527 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
7528
7529 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
7530 * gdb.python/py-mi-objfile.exp: Match "list main" output
7531 in console format.
7532
7533 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
7534
7535 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
7536 absolute.
7537
7538 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7539
7540 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
7541 absolute.
7542 * gdb.trace/ftrace.exp: Likewise.
7543 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
7544 targets as well.
7545 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
7546 (gdb_load_shlibs): Copy libraries to test directory when testing
7547 natively. Only set solib-search-path if testing remotely.
7548 * lib/mi-support.exp (mi_load_shlibs): Likewise.
7549
7550 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7551
7552 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
7553 gdb_download. Use it even if the target is not remote.
7554 * gdb.base/jit.exp (compile_jit_test): Likewise.
7555 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
7556 output directory if the destination board is local, otherwise use
7557 the standard remote_download from DejaGnu.
7558 (gdb_download): Remove.
7559 (gdb_load_shlibs): Use gdb_remote_download instead of
7560 gdb_download.
7561 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7562 Use gdb_remote_download instead of gdb_download. Use it even if
7563 the target is not remote.
7564 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
7565 instead of gdb_download.
7566
7567 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
7568
7569 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
7570 (test_insert_delete_modify): Call mi_load_shlibs before trying to
7571 run.
7572
7573 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
7574
7575 PR gdb/19820
7576 * gdb.base/printcmds.exp: Add artificial arrays tests.
7577
7578 2016-03-31 Pedro Alves <palves@redhat.com>
7579
7580 PR gdb/19858
7581 * gdb.base/jit-main.c: Include unistd.h.
7582 (ATTACH): Define to 0 if not already defined.
7583 (wait_for_gdb, mypid): New globals.
7584 (WAIT_FOR_GDB): New macro.
7585 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
7586 some breakpoint locations.
7587 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
7588 New procedures.
7589 (one_jit_test): Add REATTACH parameter, and handle it. Use
7590 continue_to_test_location.
7591 (top level): Test attach, and adjusts calls to one_jit_test.
7592
7593 2016-03-31 Pedro Alves <palves@redhat.com>
7594
7595 PR gdb/19858
7596 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
7597 BINSUFFIX parameter, and handle it.
7598 (top level): Adjust calls compile_jit_test.
7599
7600 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
7601
7602 PR python/19743
7603 * gdb.python/py-mi-events-gdb.py: New file.
7604 * gdb.python/py-mi-events.c: New file.
7605 * gdb.python/py-mi-events.exp: New file.
7606
7607 2016-03-30 Yao Qi <yao.qi@linaro.org>
7608
7609 * gdb.reverse/until-precsave.exp: Match function name only.
7610 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
7611 Move malloc to a condition block.
7612 * gdb.reverse/until-reverse.exp: Match function name only.
7613
7614 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
7615
7616 * gdb.trace/ftrace.exp: Set arg0exp for s390.
7617 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
7618 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
7619 variable for GPR 0 instead of assuming it is register 0.
7620 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
7621 * lib/trace-support.exp: Add s390 registers.
7622
7623 2016-03-29 Yao Qi <yao.qi@linaro.org>
7624
7625 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
7626
7627 2016-03-24 Yao Qi <yao.qi@linaro.org>
7628
7629 * gdb.reverse/break-reverse.exp: Add quotation mark in the
7630 test message.
7631
7632 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7633
7634 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
7635 maintaining separate logic for constructing the output path.
7636
7637 2016-03-16 Don Breazeal <donb@codesourcery.com>
7638
7639 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
7640 Retry fork and waitpid on interrupted system call errors.
7641 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7642 Use with_timeout_factor to increase timeout by factor of 10.
7643
7644 2016-03-15 Don Breazeal <donb@codesourcery.com>
7645
7646 * gdb.cp/scope-err.cc: New test program.
7647 * gdb.cp/scope-err.exp: New test script.
7648 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
7649 lines and "set breakpoint here" comment.
7650 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
7651 Fixed some whitespace and format issues.
7652 * gdb.mi/mi-linespec-err-cp.cc: New test program.
7653 * gdb.mi/mi-linespec-err-cp.exp: New test script.
7654
7655 2016-03-15 Doug Evans <dje@google.com>
7656
7657 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
7658 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
7659 All callers updated. Add tests for enums, mixed flags register.
7660
7661 2016-03-15 Doug Evans <dje@google.com>
7662
7663 * gdb.base/skip.c (main): Call test_skip_file_and_function.
7664 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
7665
7666 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
7667
7668 * gdb.base/default.exp: Add $_as_string to the list of expected
7669 convenience functions.
7670
7671 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
7672
7673 * gdb.base/maint.exp: New tests for 'maint info line-table'.
7674
7675 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
7676
7677 * gdb.python/py-as-string.exp: New file.
7678 * gdb.python/py-as-string.c: New file.
7679
7680 2016-03-09 Pedro Alves <palves@redhat.com>
7681
7682 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
7683 signal" -> "Thread NN received signal" output change.
7684 * gdb.threads/ia64-sigill.exp: Likewise.
7685 * gdb.threads/linux-dp.exp: Likewise.
7686 * gdb.threads/manythreads.exp: Likewise.
7687 * gdb.threads/pending-step.exp: Likewise.
7688 * gdb.threads/print-threads.exp: Likewise.
7689 * gdb.threads/sigstep-threads.exp: Likewise.
7690 * gdb.threads/staticthreads.exp: Likewise.
7691 * gdb.threads/tls.exp: Likewise.
7692
7693 2016-03-09 Pedro Alves <palves@redhat.com>
7694
7695 * gdb.base/command-line-input.exp: New file.
7696
7697 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7698
7699 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
7700 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
7701 * gdb.trace/pending.exp: Accept leading dot before function name.
7702 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
7703 * lib/trace-support.exp: Set registers for ppc.
7704
7705 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7706
7707 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
7708 use it for disassembly; accept .main in addition to main in backtrace.
7709
7710 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
7711 Marcin Kościelnicki <koriakin@0x04.net>
7712
7713 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
7714 (gdb_recursion_test_ptr): New global variable.
7715 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
7716 gdb_recursion_test.
7717 (gdb_c_test): Ditto.
7718
7719 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7720
7721 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
7722 ordering.
7723
7724 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7725
7726 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
7727 (bar): Add bar_start_lbl label.
7728 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
7729 of foo/bar for emitting DWARF and tracing.
7730
7731 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
7732
7733 * analyze-racy-logs.py: Set executable bit.
7734
7735 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
7736
7737 * Makefile.in (DEFAULT_RACY_ITER): New variable.
7738 (CHECK_TARGET_TMP): Likewise.
7739 (check-single-racy): New rule.
7740 (check-parallel-racy): Likewise.
7741 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
7742 (do-check-parallel-racy): New rule.
7743 (check-racy/%.exp): Likewise.
7744 * README (Racy testcases): New section.
7745 * analyze-racy-logs.py: New file.
7746
7747 2016-03-03 Doug Evans <dje@google.com>
7748
7749 * gdb.base/skip.exp: Use with_test_prefix.
7750
7751 2016-03-03 Yao Qi <yao.qi@linaro.org>
7752
7753 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
7754 Invoke step_over_syscall "clone" and break_cond_on_syscall
7755 "clone".
7756 * gdb.base/step-over-clone.c: New file.
7757
7758 2016-03-03 Yao Qi <yao.qi@linaro.org>
7759
7760 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
7761 code format.
7762
7763 2016-03-03 Yao Qi <yao.qi@linaro.org>
7764
7765 * gdb.base/disp-step-fork.c: Rename to ...
7766 * gdb.base/step-over-fork.c: ... it. New file.
7767 * gdb.base/disp-step-vfork.c: Rename to ...
7768 * gdb.base/step-over-vfork.c: ... it. New file.
7769 * gdb.base/disp-step-syscall.exp: Rename to ...
7770 * gdb.base/step-over-syscall.exp: ... it. New file.
7771 (disp_step_cross_syscall): Rename to ...
7772 (step_over_syscall): ... it.
7773
7774 2016-03-03 Yao Qi <yao.qi@linaro.org>
7775
7776 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
7777 If target supports condition evaluation on target, invoke
7778 break_cond_on_syscall for fork and vfork.
7779
7780 2016-03-03 Yao Qi <yao.qi@linaro.org>
7781
7782 * gdb.base/disp-step-syscall.exp: Don't invoke
7783 support_displaced_stepping.
7784 (disp_step_cross_syscall): Test with displaced stepping off and
7785 on if supported.
7786
7787 2016-03-03 Yao Qi <yao.qi@linaro.org>
7788
7789 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
7790 proc.
7791 (setup): New proc.
7792 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
7793 and setup.
7794
7795 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7796
7797 * gdb.fortran/vla-history.exp: Remove breakpoint.
7798
7799 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7800
7801 * gdb.fortran/vla-history.exp: Lookup array elements and printing
7802 exceeds timeout.
7803
7804 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7805
7806 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
7807 breakpoint.
7808
7809 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7810
7811 * gdb.mi/vla.f90: Nullify pointer after declaration.
7812
7813 2016-03-01 Pedro Alves <palves@redhat.com>
7814
7815 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
7816
7817 2016-03-01 Pedro Alves <palves@redhat.com>
7818
7819 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
7820 before anything else.
7821 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
7822 _GNU_SOURCE here.
7823 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
7824 before anything else.
7825 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
7826
7827 2016-03-01 Pedro Alves <palves@redhat.com>
7828
7829 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
7830
7831 2016-03-01 Yao Qi <yao.qi@linaro.org>
7832
7833 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
7834 prepare_for_testing.
7835
7836 2016-03-01 Yao Qi <yao.qi@linaro.org>
7837
7838 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
7839
7840 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7841
7842 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
7843 manually constructing the output path.
7844
7845 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7846
7847 * gdb.arch/s390-stackless.S: New.
7848 * gdb.arch/s390-stackless.exp: New.
7849
7850 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
7851
7852 * gdb.dlang/circular.c: New file.
7853 * gdb.dlang/circular.exp: New file.
7854
7855 2016-02-26 Yao Qi <yao.qi@linaro.org>
7856
7857 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
7858 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
7859 (testcases): Update.
7860
7861 2016-02-26 Yao Qi <yao.qi@linaro.org>
7862
7863 * gdb.reverse/aarch64.c: Rename to ...
7864 * gdb.reverse/insn-reverse.c: ... it.
7865 * gdb.reverse/aarch64.exp: Rename to ...
7866 * gdb.reverse/insn-reverse.exp: ... it.
7867
7868 2016-02-26 Yao Qi <yao.qi@linaro.org>
7869
7870 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
7871 (testcase_ftype): New.
7872 (testcases): New array.
7873 (n_testcases): New.
7874 (main): Call each element in testcases.
7875 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
7876 (read_testcase): New.
7877 Do the tests in a loop.
7878
7879 2016-02-25 Yao Qi <yao.qi@linaro.org>
7880
7881 * gdb.base/branches.c: Remove.
7882
7883 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7884
7885 PR gdb/13808
7886 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
7887
7888 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7889
7890 * gdb.trace/ftrace.exp: Remove unnecessary target check.
7891
7892 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7893
7894 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
7895 change x86_64 call_insn to 'callq'.
7896
7897 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7898
7899 * gdb.trace/tfile-avx.c: Move to...
7900 * gdb.trace/tracefile-pseudo-reg.c: Here.
7901 * gdb.trace/tfile-avx.exp: Move to...
7902 * gdb.trace/tracefile-pseudo-reg.exp: Here.
7903
7904 2016-02-24 Gary Benson <gbenson@redhat.com>
7905
7906 * gdb.base/attach-pie-noexec.exp: Do not expect an error
7907 message on attach.
7908
7909 2016-02-23 Doug Evans <dje@google.com>
7910
7911 * gdb.base/skip.c (test_skip): New function.
7912 (end_test_skip_file_and_function): New function.
7913 (test_skip_file_and_function): New function.
7914 * gdb.base/skip1.c (test_skip): New function.
7915 (skip1_test_skip_file_and_function): New function.
7916 * gdb.base/skip.exp: Add tests for new skip options.
7917 * gdb.base/skip-solib.exp: Update expected output.
7918 * gdb.perf/skip-command.cc: New file.
7919 * gdb.perf/skip-command.exp: New file.
7920 * gdb.perf/skip-command.py: New file.
7921
7922 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
7923
7924 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
7925 info registers pattern.
7926
7927 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
7928
7929 * lib/future.exp: Add D support.
7930 (gdb_find_gdc): New proc.
7931 (gdb_default_target_compile): Add D support.
7932
7933 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
7934
7935 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
7936 user+system time.
7937 (trace_speed_test): Determine the iteration count for a time
7938 between 15..30 seconds.
7939
7940 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
7941
7942 * gdb.arch/i386-mpx-sigsegv.c: New file.
7943 * gdb.arch/i386-mpx-sigsegv.exp: New file.
7944 * gdb.arch/i386-mpx-simple_segv.c: New file.
7945 * gdb.arch/i386-mpx-simple_segv.exp: New file.
7946
7947 2016-02-18 Yao Qi <yao.qi@linaro.org>
7948
7949 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7950 Don't call setup_kfail.
7951
7952 2016-02-18 Yao Qi <yao.qi@linaro.org>
7953
7954 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7955 Set "set breakpoint condition-evaluation" per $cond_bp_target.
7956
7957 2016-02-16 Doug Evans <dje@google.com>
7958
7959 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
7960 * gdb.base/skip1.c: Ditto.
7961 * gdb.base/skip.exp: Whitespace cleanup.
7962
7963 2016-02-16 Don Breazeal <donb@codesourcery.com>
7964
7965 PR remote/19496
7966 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7967 Remove kfail for PR remote/19496.
7968
7969 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7970
7971 * lib/gdb.exp (standard_temp_file): Return a path specific to
7972 the runtest invocation.
7973
7974 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7975
7976 * gdb.trace/save-trace.exp: Change relative path to be in the
7977 standard output directory.
7978
7979 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7980
7981 * gdb.arch/i386-prologue.c: Add missing prototypes.
7982
7983 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7984
7985 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
7986 * gdb.arch/i386-prologue.exp: Likewise.
7987 * gdb.arch/i386-size.exp: Likewise.
7988
7989 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
7990
7991 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
7992 define object file path.
7993 * gdb.btrace/gcore.exp: Use standard_output_file to define core
7994 file path.
7995 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
7996 standard_output_file to define binfile.
7997
7998 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7999
8000 Fix compatibility with recent gfortran-5.3.1.
8001 * gdb.fortran/vla-history.exp (print vla1 allocated)
8002 (print vla2 allocated, print $2, print $3): Remove
8003 (print $4): Rename to ...
8004 (print $2): ... here.
8005 (print $9): Rename to ...
8006 (print $5): ... here.
8007 (print $10): Rename to ...
8008 (print $6): ... here.
8009 * gdb.fortran/vla.f90: Add pvla initialization.
8010
8011 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8012
8013 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
8014 New test.
8015 * gdb.fortran/vla-value-sub.exp: Likewise.
8016
8017 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
8018
8019 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
8020
8021 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
8022
8023 * i386-biarch-core.exp: Define corefile using
8024 standard_output_file.
8025
8026 2016-02-12 Yao Qi <yao.qi@linaro.org>
8027
8028 * gdb.arch/arm-single-step-kernel-helper.c: New.
8029 * gdb.arch/arm-single-step-kernel-helper.exp: New.
8030
8031 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
8032
8033 * gdb.btrace/tailcall-only.exp: New.
8034 * gdb.btrace/tailcall-only.c: New.
8035 * gdb.btrace/x86_64-tailcall-only.S: New.
8036 * gdb.btrace/i686-tailcall-only.S: New.
8037
8038 2016-02-11 Pedro Alves <palves@redhat.com>
8039
8040 * README (Parallel testing): Add missing double quotes.
8041
8042 2016-02-11 Pedro Alves <palves@redhat.com>
8043
8044 * README (Parallel testing): New section.
8045 (GDB_PARALLEL): Rewrite.
8046 (FORCE_PARALLEL): Document.
8047
8048 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
8049
8050 * gdb.trace/tfile-avx.c: New test.
8051 * gdb.trace/tfile-avx.exp: New test.
8052
8053 2016-02-09 Keith Seitz <keiths@redhat.com>
8054
8055 PR breakpoints/19546
8056 * gdb.base/infcall-exec.c: New file.
8057 * gdb.base/infcall-exec2.c: New file.
8058 * gdb.base/infcall-exec.exp: New file.
8059
8060 2016-02-09 Keith Seitz <keiths@redhat.com>
8061
8062 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
8063 (toplevel): Call test_bkpt_address.
8064
8065 2016-02-09 Keith Seitz <keiths@redhat.com>
8066
8067 PR python/19506
8068 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
8069 (toplevel): Call test_bkpt_address.
8070
8071 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
8072
8073 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
8074 to AC_OUTPUT.
8075 * configure: Regenerate.
8076
8077 2016-02-09 Pedro Alves <palves@redhat.com>
8078
8079 PR breakpoints/19548
8080 * gdb.base/execl-update-breakpoints.c (some_function): New
8081 function.
8082 (main): Call it.
8083 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
8084 Tighten expected GDB output.
8085
8086 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8087
8088 * Makefile.in (ALL_SUBDIRS): Remove.
8089 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
8090 (distclean maintainer-clean realclean): Likewise.
8091 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
8092 * configure: Regenerate.
8093 * gdb.ada/Makefile.in: Delete.
8094 * gdb.arch/Makefile.in: Likewise.
8095 * gdb.asm/Makefile.in: Likewise.
8096 * gdb.base/Makefile.in: Likewise.
8097 * gdb.btrace/Makefile.in: Likewise.
8098 * gdb.cell/Makefile.in: Likewise.
8099 * gdb.compile/Makefile.in: Likewise.
8100 * gdb.cp/Makefile.in: Likewise.
8101 * gdb.disasm/Makefile.in: Likewise.
8102 * gdb.dlang/Makefile.in: Likewise.
8103 * gdb.dwarf2/Makefile.in: Likewise.
8104 * gdb.fortran/Makefile.in: Likewise.
8105 * gdb.gdb/Makefile.in: Likewise.
8106 * gdb.go/Makefile.in: Likewise.
8107 * gdb.guile/Makefile.in: Likewise.
8108 * gdb.java/Makefile.in: Likewise.
8109 * gdb.linespec/Makefile.in: Likewise.
8110 * gdb.mi/Makefile.in: Likewise.
8111 * gdb.modula2/Makefile.in: Likewise.
8112 * gdb.multi/Makefile.in: Likewise.
8113 * gdb.objc/Makefile.in: Likewise.
8114 * gdb.opencl/Makefile.in: Likewise.
8115 * gdb.opt/Makefile.in: Likewise.
8116 * gdb.pascal/Makefile.in: Likewise.
8117 * gdb.perf/Makefile.in: Likewise.
8118 * gdb.python/Makefile.in: Likewise.
8119 * gdb.reverse/Makefile.in: Likewise.
8120 * gdb.server/Makefile.in: Likewise.
8121 * gdb.stabs/Makefile.in: Likewise.
8122 * gdb.threads/Makefile.in: Likewise.
8123 * gdb.trace/Makefile.in: Likewise.
8124 * gdb.xml/Makefile.in: Likewise.
8125 * lib/gdb.exp (make_gdb_parallel_path): Add check for
8126 GDB_PARALLEL.
8127 (standard_output_file): Remove check for GDB_PARALLEL, always
8128 return path in outputs/$subdir/$testname.
8129
8130 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8131
8132 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
8133 (site.exp): Assign abs_srcdir to tcl's srcdir.
8134
8135 2016-02-04 Yao Qi <yao.qi@linaro.org>
8136
8137 * gdb.base/foll-exec-mode.c: Include limits.h.
8138 (main): Add parameters argc and argv. Get directory from
8139 argv[0].
8140 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
8141 compilation.
8142 * gdb.base/foll-exec.c: Include limits.h.
8143 (main): Add parameters argc and argv.
8144 Get directory from argv[0].
8145 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
8146 Adjust tests on the number of lines as source code changed.
8147 * gdb.base/foll-vfork-exit.c: Include limits.h.
8148 (main): Add one line of statement before vfork.
8149 * gdb.base/foll-vfork.c: Include limits.h and string.h.
8150 (main): Add parameters argc and argv. Get directory from
8151 argv[0].
8152 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
8153 (setup_gdb): Set tbreak to skip some source lines.
8154 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
8155 (main): Add parameters argc and argv. Get directory from
8156 argv[0].
8157 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
8158 compilation.
8159 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
8160 (main): Add parameters argc and argv. Get directory from
8161 argv[0].
8162 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
8163 compilation.
8164
8165 2016-02-01 Doug Evans <dje@google.com>
8166
8167 * gdb.base/skip.exp: Clean up multiple references to same test name.
8168
8169 2016-02-01 Pedro Alves <palves@redhat.com>
8170
8171 PR remote/19496
8172 * gdb.threads/forking-threads-plus-breakpoint.exp
8173 (displaced_stepping_supported): New global.
8174 (probe_displaced_stepping_support): New procedure.
8175 (do_test): Add 'displaced' parameter, and use it.
8176 (top level): Check for displaced stepping support. Add displaced
8177 stepping on/off testing axis.
8178
8179 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8180
8181 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
8182 pointer. Don't perform further tests on the unassociated pointer
8183 if the first test fails.
8184
8185 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8186
8187 * gdb.base/max-value-size.c: New file.
8188 * gdb.base/max-value-size.exp: New file.
8189 * gdb.base/huge.exp: Disable max-value-size for this test.
8190
8191 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
8192
8193 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8194
8195 2016-01-28 Yao Qi <yao.qi@linaro.org>
8196
8197 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
8198
8199 2016-01-25 Pedro Alves <palves@redhat.com>
8200
8201 PR threads/19461
8202 * gdb.base/fork-running-state.c: New file.
8203 * gdb.base/fork-running-state.exp: New file.
8204
8205 2016-01-25 Pedro Alves <palves@redhat.com>
8206
8207 PR gdb/19494
8208 * gdb.base/catch-fork-kill.c: New file.
8209 * gdb.base/catch-fork-kill.exp: New file.
8210
8211 2016-01-25 Pedro Alves <palves@redhat.com>
8212
8213 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
8214 Delete, moved to lib/gdb.exp.
8215 * gdb.threads/forking-threads-plus-breakpoint.exp
8216 (foreach_with_prefix): Likewise.
8217 * gdb.threads/process-dies-while-handling-bp.exp
8218 (foreach_with_prefix): Likewise.
8219 * lib/gdb.exp (foreach_with_prefix): New procedure.
8220
8221 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
8222
8223 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
8224 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
8225
8226 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
8227
8228 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
8229 endian targets.
8230
8231 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8232 Pedro Alves <palves@redhat.com>
8233
8234 Fix testsuite compatibility with Guile.
8235 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
8236 number.
8237
8238 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8239
8240 Fix testsuite compatibility with Guile.
8241 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
8242 (thread 1): New test for backtrace through signal handler.
8243
8244 2016-01-22 Yao Qi <yao.qi@linaro.org>
8245
8246 PR testsuite/19491
8247 * gdb.base/multi-forks.c: Include
8248 ../lib/unbuffer_output.c
8249 (main): Call gdb_unbuffer_output.
8250
8251 2016-01-21 Doug Evans <dje@google.com>
8252
8253 * lib/ada.exp (gdb_compile_ada): Fix typo.
8254
8255 2016-01-21 Joel Brobecker <brobecker@adacore.com>
8256
8257 * gdb.base/break-fun-addr.exp: New file.
8258 * gdb.base/break-fun-addr1.c: New file.
8259 * gdb.base/break-fun-addr2.c: New file.
8260
8261 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
8262
8263 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
8264 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
8265 enum flag values.
8266
8267 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8268
8269 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
8270 when GDB can not set the vector return value. Add more comments
8271 for clarification.
8272
8273 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
8274
8275 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
8276 command.
8277
8278 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8279
8280 * Makefile.in (DO_RUNTEST): Add --status and update usages.
8281
8282 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8283
8284 * Makefile.in (check-single): Pass --status to runtest.
8285 (check/%.exp): Likewise.
8286
8287 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8288
8289 * Makefile.in (check-parallel): Propagate return code from make
8290 do-check-parallel.
8291
8292 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
8293
8294 * gdb.trace/ftrace.exp: Fix expected message on continue.
8295 * gdb.trace/pending.exp: Fix expected message on continue.
8296 * gdb.trace/trace-break.exp: Fix expected message on continue.
8297
8298 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
8299
8300 * lib/gdb.exp (gdb_test): Remove unused global references.
8301
8302 2016-01-18 Pedro Alves <palves@redhat.com>
8303
8304 * gdb.base/async-shell.exp: Adjust expected output.
8305 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
8306 * gdb.base/siginfo-thread.exp: Adjust expected output.
8307 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
8308 * gdb.java/jnpe.exp: Adjust expected output.
8309 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
8310 * gdb.threads/continue-pending-status.exp: Adjust expected output.
8311 * gdb.threads/leader-exit.exp: Adjust expected output.
8312 * gdb.threads/manythreads.exp: Adjust expected output.
8313 * gdb.threads/pthreads.exp: Adjust expected output.
8314 * gdb.threads/schedlock.exp: Adjust expected output.
8315 * gdb.threads/siginfo-threads.exp: Adjust expected output.
8316 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
8317 expected output.
8318 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
8319 output.
8320 * gdb.threads/sigthread.exp: Adjust expected output.
8321 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
8322
8323 2016-01-18 Yao Qi <yao.qi@linaro.org>
8324
8325 * gdb.guile/scm-section-script.c: Replace @progbits with
8326 %progbits.
8327 * gdb.python/py-section-script.c: Likewise.
8328
8329 2016-01-15 Pedro Alves <palves@redhat.com>
8330
8331 * gdb.multi/tids.exp: Test star wildcard ranges.
8332
8333 2016-01-15 Pedro Alves <palves@redhat.com>
8334
8335 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
8336 command from "thread apply" invocation.
8337 (thr_apply_info_thr_invalid): Default the expected output to the
8338 input tid list.
8339 (top level): Add tests that use convenience variables. Add tests
8340 for "thread apply" with a valid TID list, but missing the command.
8341
8342 2016-01-13 Pedro Alves <palves@redhat.com>
8343
8344 * gdb.base/default.exp: Expect $_gthread as well.
8345 * gdb.multi/tids.exp: Test $_gthread.
8346 * gdb.threads/thread-specific.exp: Test $_gthread.
8347
8348 2016-01-13 Pedro Alves <palves@redhat.com>
8349
8350 * gdb.multi/tids.exp: Test "info threads -gid".
8351
8352 2016-01-13 Pedro Alves <palves@redhat.com>
8353
8354 * gdb.multi/tids.exp: Test InferiorThread.global_num and
8355 Breakpoint.thread.
8356 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
8357
8358 2016-01-07 Pedro Alves <palves@redhat.com>
8359
8360 * gdb.base/break.exp: Adjust to output changes.
8361 * gdb.base/hbreak2.exp: Likewise.
8362 * gdb.base/sepdebug.exp: Likewise.
8363 * gdb.base/watch_thread_num.exp: Likewise.
8364 * gdb.linespec/keywords.exp: Likewise.
8365 * gdb.multi/info-threads.exp: Likewise.
8366 * gdb.threads/thread-find.exp: Likewise.
8367 * gdb.multi/tids.c: New file.
8368 * gdb.multi/tids.exp: New file.
8369
8370 2016-01-13 Pedro Alves <palves@redhat.com>
8371
8372 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
8373
8374 2016-01-13 Pedro Alves <palves@redhat.com>
8375
8376 * gdb.base/default.exp: Expect $_inferior as well.
8377 * gdb.multi/base.exp: Test $_inferior.
8378
8379 2016-01-13 Pedro Alves <palves@redhat.com>
8380
8381 PR breakpoints/19388
8382 * gdb.base/catch-signal-siginfo-cond.c: New file.
8383 * gdb.base/catch-signal-siginfo-cond.exp: New file.
8384
8385 2016-01-12 Josh Stone <jistone@redhat.com>
8386 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8387
8388 * gdb.base/catch-syscall.c (do_execve): New variable.
8389 (main): Conditionally trigger an execve.
8390 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
8391 (test_catch_syscall_execve): New, check entry/return across execve.
8392 (do_syscall_tests): Call test_catch_syscall_execve.
8393
8394 2016-01-12 Pedro Alves <palves@redhat.com>
8395
8396 * gdb.base/random-signal.exp (do_test): New procedure, with body
8397 of testcase moved in.
8398
8399 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8400 Pedro Alves <palves@redhat.com>
8401
8402 * gdb.base/funcargs.exp (finish from indirectly called function):
8403 Reintroduce the case for 'First'.
8404
8405 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8406 Pedro Alves <palves@redhat.com>
8407
8408 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8409 (tcatch_vfork_then_child_follow_exec)
8410 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
8411 identification.
8412
8413 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8414
8415 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
8416 and repeats to unlimited.
8417 * gdb.python/py-value.exp: Likewise.
8418 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
8419 and repeats to unlimited.
8420
8421 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8422
8423 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
8424 and reordering the functions.
8425 * gdb.multi/hangout.c: Likewise.
8426 * gdb.multi/hello.c: Likewise.
8427
8428 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
8429
8430 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
8431 absolute.
8432 (SingleStatisticTestResult.report): Use dict.keys instead of
8433 dict.iterkeys.
8434
8435 2016-01-06 Pedro Alves <palves@redhat.com>
8436
8437 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
8438
8439 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
8440
8441 * gdb.btrace/dlopen.exp: New.
8442 * gdb.btrace/dlopen.c: New.
8443 * gdb.btrace/dlopen-dso.c: New.
8444
8445 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
8446
8447 * lib/gdb.exp (gdb_test): Update comments to clarify that the
8448 PATTERN argument is optional.
8449
8450 2015-12-24 Joel Brobecker <brobecker@adacore.com>
8451
8452 * lib/ada.exp (target_compile_ada_from_dir): New function.
8453 (gdb_compile_ada): Reimplement avoiding the use of project files.
8454 * gdb.ada/gnat_ada.gpr: Delete.
8455 * gdb.ada/cond_lang.exp: Adjust test to make path before
8456 filename optional.
8457 * gdb.ada/small_reg_param.exp: Likewise.
8458
8459 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
8460
8461 * gdb.base/foll-vork.exp: Remove HP-UX special case.
8462
8463 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
8464
8465 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
8466 case.
8467
8468 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
8469
8470 * gdb.base/break.exp: Remove dead code.
8471 * gdb.base/sepdebug.exp: Likewise.
8472
8473 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8474
8475 * gdb.asm/asm-source.exp: Remove HP-UX references.
8476 * gdb.base/annota1.exp: Likewise.
8477 * gdb.base/annota3.exp: Likewise.
8478 * gdb.base/attach.exp: Likewise.
8479 * gdb.base/bigcore.exp: Likewise.
8480 * gdb.base/break.exp: Likewise.
8481 * gdb.base/call-ar-st.exp: Likewise.
8482 * gdb.base/callfuncs.exp: Likewise.
8483 * gdb.base/catch-fork-static.exp: Likewise.
8484 * gdb.base/display.exp: Likewise.
8485 * gdb.base/foll-exec-mode.exp: Likewise.
8486 * gdb.base/foll-exec.exp: Likewise.
8487 * gdb.base/foll-fork.exp: Likewise.
8488 * gdb.base/foll-vfork.exp: Likewise.
8489 * gdb.base/funcargs.exp: Likewise.
8490 * gdb.base/hbreak2.exp: Likewise.
8491 * gdb.base/inferior-died.exp: Likewise.
8492 * gdb.base/interrupt.exp: Likewise.
8493 * gdb.base/multi-forks.exp: Likewise.
8494 * gdb.base/nodebug.exp: Likewise.
8495 * gdb.base/sepdebug.exp: Likewise.
8496 * gdb.base/solib1.c: Likewise.
8497 * gdb.base/step-test.exp: Likewise.
8498 * gdb.mi/non-stop.c: Likewise.
8499 * gdb.mi/pthreads.c: Likewise.
8500 * gdb.multi/bkpt-multi-exec.ex: Likewise.
8501 * gdb.threads/pthreads.c: Likewise.
8502 * gdb.threads/staticthreads.exp: Likewise.
8503 * lib/future.exp: Likewise.
8504 * lib/gdb.exp: Likewise.
8505 * gdb.base/so-indr-cl.c: Remove.
8506 * gdb.base/so-indr-cl.exp: Likewise.
8507 * gdb.base/solib.c: Likewise.
8508 * gdb.base/solib.exp: Likewise.
8509 * gdb.base/solib2.c: Likewise.
8510
8511 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8512
8513 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
8514 * gdb.base/call-ar-st.exp: Likewise.
8515 * gdb.base/callfuncs.exp: Likewise.
8516 * gdb.base/condbreak.exp: Likewise.
8517 * gdb.base/constvars.exp: Likewise.
8518 * gdb.base/hbreak2.exp: Likewise.
8519 * gdb.base/langs.exp: Likewise.
8520 * gdb.base/list.exp: Likewise.
8521 * gdb.base/long_long.exp: Likewise.
8522 * gdb.base/ptype.exp: Likewise.
8523 * gdb.base/scope.exp: Likewise.
8524 * gdb.base/signals.exp: Likewise.
8525 * gdb.base/so-impl-ld.exp: Likewise.
8526 * gdb.base/varargs.exp: Likewise.
8527 * gdb.base/volatile.exp: Likewise.
8528 * gdb.base/whatis.exp: Likewise.
8529 * gdb.cp/cplusfuncs.exp: Likewise.
8530 * gdb.cp/inherit.exp: Likewise.
8531 * gdb.cp/local.exp: Likewise.
8532 * gdb.cp/member-ptr.exp: Likewise.
8533 * gdb.cp/method.exp: Likewise.
8534 * gdb.cp/overload.exp: Likewise.
8535 * gdb.cp/templates.exp: Likewise.
8536 * gdb.stabs/weird.exp: Likewise.
8537 * lib/compiler.c: Likewise.
8538 * lib/compiler.cc: Likewise.
8539 * lib/cp-support.exp: Likewise.
8540 * lib/gdb.exp: Likewise.
8541
8542 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
8543
8544 * configure.ac: Remove HP-UX case.
8545 * configure: Regenerate.
8546
8547 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
8548
8549 * lib/gdb.exp (gdb_compile): Add function doc.
8550
8551 2015-12-17 Pedro Alves <palves@redhat.com>
8552
8553 PR threads/19354
8554 * gdb.multi/info-threads.exp: New file.
8555
8556 2015-12-15 Yao Qi <yao.qi@linaro.org>
8557
8558 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
8559 is aarch64*-*-*.
8560
8561 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8562
8563 * gdb.base/history-duplicates.exp: Skip if no readline support.
8564
8565 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8566
8567 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
8568
8569 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8570
8571 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
8572
8573 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8574
8575 * gdb.base/completion.exp: Skip tests that interrupt GDB with
8576 ctrl-C if nointerrupts target property is set.
8577 * gdb.base/double-prompt-target-event-error.exp: Likewise.
8578 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
8579 * gdb.base/paginate-bg-execution.exp: Likewise.
8580 * gdb.base/paginate-execution-startup.exp: Likewise.
8581 * gdb.base/random-signal.exp: Likewise.
8582 * gdb.base/range-stepping.exp: Likewise.
8583 * gdb.cp/annota2.exp: Likewise.
8584 * gdb.cp/annota3.exp: Likewise.
8585 * gdb.gdb/selftest.exp: Likewise.
8586 * gdb.threads/continue-pending-status.exp: Likewise.
8587 * gdb.threads/leader-exit.exp: Likewise.
8588 * gdb.threads/manythreads.exp: Likewise.
8589 * gdb.threads/pthreads.exp: Likewise.
8590 * gdb.threads/schedlock.exp: Likewise.
8591 * gdb.threads/sigthread.exp: Likewise.
8592
8593 2015-12-11 Don Breazeal <donb@codesourcery.com>
8594
8595 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
8596 remote.
8597 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
8598 * gdb.base/foll-exec.exp (main): Enable for target remote.
8599 * gdb.base/foll-fork.exp (main): Likewise.
8600 * gdb.base/foll-vfork.exp (main): Likewise.
8601 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
8602 (proc continue_to_exit_bp_loc): Use clean_restart.
8603 * gdb.base/pie-execl.exp (main): Disable for target remote.
8604 * gdb.base/watch-vfork.exp (main): Enable for target remote.
8605 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
8606 * gdb.threads/execl.exp (main): Likewise.
8607 * gdb.threads/fork-child-threads.exp (main): Likewise.
8608 * gdb.threads/fork-plus-threads.exp (main): Disable for target
8609 remote.
8610 * gdb.threads/fork-thread-pending.exp (main): Enable for target
8611 remote.
8612 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
8613 pid.tid style ptids, instead of just tid.
8614 * gdb.threads/thread-execl.exp (main): Enable for target remote.
8615 * gdb.threads/watchpoint-fork.exp (main): Likewise.
8616 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
8617 ptids, instead of just tid.
8618
8619 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8620
8621 * gdb.base/list.exp (test_list_forward): Add end of file error
8622 test.
8623 (test_repeat_list_command): Add end of file error test.
8624 (test_list_backwards): Add beginning of file error test.
8625
8626 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8627
8628 * gdb.base/list.exp (test_list_invalid_args): New function,
8629 defined, and called.
8630
8631 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8632
8633 * gdb.base/list.exp (test_list): Make test names unique.
8634
8635 2015-12-11 Yao Qi <yao.qi@linaro.org>
8636
8637 * gdb.base/coremaker2.c: Remove.
8638
8639 2015-12-10 Pedro Alves <palves@redhat.com>
8640
8641 * gdb.multi/base.exp: Remove stale "spaces" references.
8642
8643 2015-12-10 Pedro Alves <palves@redhat.com>
8644
8645 * gdb.multi/base.exp: Don't use nowarnings.
8646 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
8647 * gdb.multi/hangout.c: Include stdio.h.
8648 * gdb.multi/hello.c: Include stdlib.h.
8649 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
8650 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
8651 * gdb.multi/multi-arch.exp: Don't use nowarnings.
8652
8653 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
8654
8655 * gdb.dwarf2/dw2-ranges-base.c: New file.
8656 * gdb.dwarf2/dw2-ranges-base.exp: New file.
8657 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
8658 support additional line table, and debug ranges generation.
8659 (Dwarf::ranges): New function, generate .debug_ranges.
8660 (Dwarf::lines): Support generating simple line table programs.
8661 (Dwarf::assemble): Initialise new namespace variables.
8662
8663 2015-12-09 Kevin Buettner <kevinb@redhat.com>
8664
8665 * gdb.base/async.exp (proc test_background): Add case for
8666 asynchronous execution not supported.
8667
8668 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
8669
8670 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
8671 format and change test names to make them unique.
8672
8673 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
8674 Pedro Alves <pedro@redhat.com>
8675
8676 PR gdb/18702
8677 Add checking of floatformats setup on x86_64 hosts.
8678 * gdb.arch/i386-float.S (main): Load bigval and smallval.
8679 (smallval, bigval): New labels/constants.
8680 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
8681 float" after loading bigval and smallval.
8682
8683 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
8684
8685 * gdb.ada/fun_overload_menu.exp: New testcase.
8686 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
8687
8688 2015-12-04 Josh Stone <jistone@redhat.com>
8689
8690 * gdb.base/catch-fork-static.exp: New.
8691
8692 2015-12-03 Yao Qi <yao.qi@linaro.org>
8693
8694 * gdb.base/sizeof.c: Don't include stdio.h and
8695 ../lib/unbuffer_output.c.
8696 (main): New variable 'size' and 'value'. Remove printf and
8697 gdb_unbuffer_output. Assign return value to size and value.
8698 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
8699 at the beginning.
8700 (check_sizeof): Check the result by printing variable 'size'.
8701 (check_valueof): Check the result by printing variable 'value'.
8702
8703 2015-12-01 Yao Qi <yao.qi@linaro.org>
8704
8705 * gdb.base/disp-step-syscall.exp: Define syscall instruction
8706 for aarch64*-*-linux* target.
8707
8708 2015-11-30 Pedro Alves <palves@redhat.com>
8709
8710 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
8711
8712 2015-11-30 Pedro Alves <palves@redhat.com>
8713
8714 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
8715 Handle non-stop mode vCont replies.
8716
8717 2015-11-30 Pedro Alves <palves@redhat.com>
8718
8719 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
8720 prepare_for_testing. Start gdb with "set non-stop on" appended to
8721 GDBFLAGS. Lax expected stop output.
8722
8723 2015-11-27 Yao Qi <yao.qi@linaro.org>
8724
8725 * gdb.arch/arm-neon.exp: New.
8726 * gdb.arch/arm-neon.c: New.
8727
8728 2015-11-27 Yao Qi <yao.qi@linaro.org>
8729
8730 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
8731
8732 2015-11-27 Yao Qi <yao.qi@linaro.org>
8733
8734 * gdb.cp/annota2.exp: Allow multiple occurrences of the
8735 frames-invalid annotation.
8736
8737 2015-11-27 Yao Qi <yao.qi@linaro.org>
8738
8739 * gdb.cp/annota2.exp: Use ${frames_invalid}.
8740
8741 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
8742
8743 * gdb.threads/names.exp: New file.
8744 * gdb.threads/names.c: New file.
8745 * README: Mention gdb,no_thread_names.
8746
8747 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
8748
8749 PR 19297
8750 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
8751 support" error.
8752
8753 2015-11-24 Pedro Alves <palves@redhat.com>
8754
8755 PR 17539
8756 * gdb.base/display.exp: Expect displays to be sorted in ascending
8757 order. Use multi_line.
8758 * gdb.base/solib-display.exp: Likewise.
8759
8760 2015-11-24 Pedro Alves <palves@redhat.com>
8761
8762 PR 17539
8763 * gdb.base/display.exp: Expect displays to be sorted in ascending
8764 order. Use multi_line.
8765 * gdb.base/solib-display.exp: Likewise.
8766
8767 2015-11-24 Pedro Alves <palves@redhat.com>
8768
8769 PR 17539
8770 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
8771 threads in ascending order.
8772 * gdb.base/foll-fork.exp: Likewise.
8773 * gdb.base/foll-vfork.exp: Likewise.
8774 * gdb.base/multi-forks.exp: Likewise.
8775 * gdb.mi/mi-nonstop.exp: Likewise.
8776 * gdb.mi/mi-nsintrall.exp: Likewise.
8777 * gdb.multi/base.exp: Likewise.
8778 * gdb.multi/multi-arch.exp: Likewise.
8779 * gdb.python/py-inferior.exp: Likewise.
8780 * gdb.threads/break-while-running.exp: Likewise.
8781 * gdb.threads/execl.exp: Likewise.
8782 * gdb.threads/gcore-thread.exp: Likewise.
8783 * gdb.threads/info-threads-cur-sal.exp: Likewise.
8784 * gdb.threads/kill.exp: Likewise.
8785 * gdb.threads/linux-dp.exp: Likewise.
8786 * gdb.threads/multiple-step-overs.exp: Likewise.
8787 * gdb.threads/next-bp-other-thread.exp: Likewise.
8788 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
8789 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
8790 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
8791 * gdb.threads/thread-find.exp: Likewise.
8792 * gdb.threads/tls.exp: Likewise.
8793 * lib/mi-support.exp (mi_reverse_list): Delete.
8794 (mi_check_thread_states): No longer reverse list.
8795
8796 2015-11-24 Pedro Alves <palves@redhat.com>
8797
8798 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
8799 use lowercase.
8800
8801 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8802
8803 * gdb.trace/actions.c: Include trace-common.h.
8804 (main): Add a location for a fast tracepoint.
8805 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
8806 the normal tracepoints.
8807 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
8808
8809 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8810
8811 * save-trace.exp: Factor out code to these...
8812 (gdb_save_tracepoints): New.
8813 (gdb_load_tracepoints): New.
8814 (do_save_load_test): New.
8815
8816 2015-11-23 Kevin Buettner <kevinb@redhat.com>
8817
8818 * gdb.base/asmlabel.exp: New test.
8819 * gdb.base/asmlabel.c: New test case.
8820
8821 2015-11-23 Joel Brobecker <brobecker@adacore.com>
8822
8823 * gdb.base/wrong_frame_bt_full-main.c: New file.
8824 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
8825 * gdb.base/wrong_frame_bt_full.exp: New file.
8826
8827 2015-11-23 Joel Brobecker <brobecker@adacore.com>
8828
8829 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
8830
8831 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8832
8833 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
8834 pstate register when comparing registers values in
8835 sparc64-*-linux-gnu targets to avoid spurious differences.
8836
8837 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8838
8839 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
8840
8841 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
8842
8843 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
8844 as type argument to gdb_compile.
8845 * gdb.base/nested-subp2.exp: Likewise.
8846 * gdb.base/nested-subp3.exp: Likewise.
8847
8848 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
8849
8850 * lib/dwarf.exp (_note): Fix left shift of negative value.
8851 * gdb.trace/trace-condition.exp: Likewise.
8852
8853 2015-11-13 Yao Qi <yao.qi@linaro.org>
8854
8855 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
8856 comments about d10v.
8857 (test_scalar_returns): Likewise.
8858 * gdb.base/d10v.ld: Remove.
8859 * gdb.base/overlays.exp: Remove the target triplet checking for
8860 d10v-*-*.
8861 * gdb.base/structs.exp (test_struct_returns): Remove the
8862 comments about d10v.
8863 (test_struct_calls): Likewise.
8864
8865 2015-11-13 Yao Qi <yao.qi@linaro.org>
8866
8867 * gdb.base/gnu_vector.exp: Check the return value by "p res".
8868 * gdb.base/gnu_vector.c: Don't include stdio.h.
8869 (main): Don't print res and call add_some_intvecs.
8870
8871 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
8872
8873 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
8874 macro.
8875 (func5): Removed.
8876 (func4): Use FAST_TRACEPOINT_LABEL.
8877 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
8878 macro.
8879 (func): Removed.
8880 (thread_function): Use FAST_TRACEPOINT_LABEL.
8881 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
8882 (func): Remove.
8883 (marker): Use FAST_TRACEPOINT_LABEL.
8884 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
8885 (pendfunc1): Remove.
8886 (pendfunc): Use FAST_TRACEPOINT_LABEL.
8887 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
8888 (foo): Remove.
8889 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
8890 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
8891 macro.
8892 (func): Remove.
8893 (marker): Use FAST_TRACEPOINT_LABEL.
8894 * gdb.trace/trace-common.h: New header.
8895 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
8896 macro.
8897 (func): Remove.
8898 (marker): Use FAST_TRACEPOINT_LABEL.
8899 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
8900 (func): Remove.
8901 (thread_function): Use FAST_TRACEPOINT_LABEL.
8902
8903 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
8904
8905 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
8906 in front.
8907 * gdb.trace/change-loc.exp: Use global pcreg definition.
8908 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
8909 * gdb.trace/entry-values.exp: Use global spreg definition, add $
8910 in front.
8911 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
8912 * gdb.trace/pending.exp: Likewise.
8913 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
8914 * gdb.trace/trace-break.exp: Likewise.
8915 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
8916 in front.
8917 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
8918 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
8919 in front.
8920 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
8921
8922 2015-11-09 Joel Brobecker <brobecker@adacore.com>
8923
8924 * gdb.ada/fin_fun_out: New testcase.
8925
8926 2015-11-07 Kevin Buettner <kevinb@redhat.com>
8927
8928 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
8929 value associated with DW_AT_byte_size.
8930 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
8931 constants for DW_AT_byte_size, DW_AT_lower_bound, and
8932 DW_AT_upper_bound.
8933
8934 2015-11-07 Kevin Buettner <kevinb@redhat.com>
8935
8936 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
8937 (gdb_target_symbol_prefix_flags): Define in terms of _asm
8938 version.
8939 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
8940 gdb.dwarf2/dw2-canonicalize-type.exp,
8941 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
8942 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
8943 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
8944 provided by gdb_target_symbol_prefix_flags_asm.
8945 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
8946 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
8947 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
8948 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
8949 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
8950 macros where needed). Use this macro for symbols which require
8951 the prefix provided by SYMBOL_PREFIX.
8952
8953 2015-11-05 Kevin Buettner <kevinb@redhat.com>
8954
8955 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
8956 New procs.
8957 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
8958 representing expressions, of more than one list element.
8959 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
8960 to prepend linker symbol prefix to f.
8961 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
8962 table_1 and table_2.
8963 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
8964 Likewise, for f and g.
8965 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
8966 for ptr.
8967 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
8968 for main.
8969 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
8970 table_1_ptr and table_2_ptr.
8971
8972 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8973 Joel Brobecker <brobecker@adacore.com>
8974
8975 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
8976
8977 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
8978
8979 * gdb.reverse/s390-mvcle.c: New test.
8980 * gdb.reverse/s390-mvcle.exp: New file.
8981 * lib/gdb.exp: Enable reverse tests on s390*-linux.
8982
8983 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8984
8985 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
8986
8987 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8988
8989 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
8990 reaching marker2.
8991 * gdb.reverse/getresuid-reverse.exp: Likewise.
8992 * gdb.reverse/pipe-reverse.exp: Likewise.
8993 * gdb.reverse/readv-reverse.exp: Likewise.
8994 * gdb.reverse/recvmsg-reverse.exp: Likewise.
8995 * gdb.reverse/time-reverse.exp: Likewise.
8996 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
8997
8998 2015-10-30 Yao Qi <yao.qi@linaro.org>
8999
9000 * gdb.threads/wp-replication.c (watch_count_done): Remove.
9001 (empty_cycle): Remove.
9002 (main): Don't call empty_cycle. Don't use watch_count_done.
9003 * gdb.threads/wp-replication.exp: Don't set breakpoint on
9004 empty_cycle. Rewrite the code counting HW watchpoints.
9005
9006 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
9007
9008 * gdb.reverse/fstatat-reverse.c: New test.
9009 * gdb.reverse/fstatat-reverse.exp: New file.
9010 * gdb.reverse/getresuid-reverse.c: New test.
9011 * gdb.reverse/getresuid-reverse.exp: New file.
9012 * gdb.reverse/pipe-reverse.c: New test.
9013 * gdb.reverse/pipe-reverse.exp: New file.
9014 * gdb.reverse/readv-reverse.c: New test.
9015 * gdb.reverse/readv-reverse.exp: New file.
9016 * gdb.reverse/recvmsg-reverse.c: New test.
9017 * gdb.reverse/recvmsg-reverse.exp: New file.
9018 * gdb.reverse/time-reverse.c: New test.
9019 * gdb.reverse/time-reverse.exp: New file.
9020 * gdb.reverse/waitpid-reverse.c: New test.
9021 * gdb.reverse/waitpid-reverse.exp: New file.
9022
9023 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9024
9025 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
9026
9027 2015-10-26 Doug Evans <dje@google.com>
9028
9029 PR symtab/17391
9030 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
9031 * gdb.dwarf2/bad-regnum.c: New file.
9032 * gdb.dwarf2/bad-regnum.exp: New file.
9033
9034 2015-10-26 Doug Evans <dje@google.com>
9035
9036 PR python/18938
9037 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
9038 file.
9039
9040 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9041
9042 * gdb.compile/compile.exp (compile code globalvar): Update expectation
9043 for a change by "Mention language in compile error message".
9044
9045 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
9046
9047 PR python/18073
9048 * gdb.python/py-type.c (C::a_method): New.
9049 (C::a_const_method): New.
9050 (C::a_static_method): New.
9051 (a_function): New.
9052 * gdb.python/py-type.exp (test_fields): Test getting fields
9053 from function and method.
9054
9055 2015-10-21 Keven Boell <keven.boell@intel.com>
9056
9057 * gdb.fortran/vla-alloc-assoc.exp: New file.
9058 * gdb.fortran/vla-datatypes.exp: New file.
9059 * gdb.fortran/vla-datatypes.f90: New file.
9060 * gdb.fortran/vla-history.exp: New file.
9061 * gdb.fortran/vla-ptype-sub.exp: New file.
9062 * gdb.fortran/vla-ptype.exp: New file.
9063 * gdb.fortran/vla-sizeof.exp: New file.
9064 * gdb.fortran/vla-sub.f90: New file.
9065 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
9066 * gdb.fortran/vla-value-sub-finish.exp: New file.
9067 * gdb.fortran/vla-value-sub.exp: New file.
9068 * gdb.fortran/vla-value.exp: New file.
9069 * gdb.fortran/vla-ptr-info.exp: New file.
9070 * gdb.mi/mi-vla-fortran.exp: New file.
9071 * gdb.mi/vla.f90: New file.
9072
9073 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
9074
9075 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
9076 of hardwired timeout value.
9077
9078 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9079 Pedro Alves <palves@redhat.com>
9080
9081 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
9082 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
9083
9084 2015-10-19 Josh Stone <jistone@redhat.com>
9085
9086 * gdb.base/catch-syscall.c: Include <sched.h>.
9087 (unknown_syscall): New variable.
9088 (main): Trigger a vfork and an unknown syscall.
9089 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
9090 (unknown_syscall_number): Likewise.
9091 (check_call_to_syscall): Accept an optional syscall pattern.
9092 (check_return_from_syscall): Likewise.
9093 (check_continue): Likewise.
9094 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
9095 (test_catch_syscall_skipping_return): New test toggling off 'catch
9096 syscall' to step over the syscall return, then toggling back on.
9097 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
9098 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
9099 (do_syscall_tests): Call test_catch_syscall_without_args and
9100 test_catch_syscall_mid_vfork.
9101 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
9102 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
9103
9104 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
9105
9106 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
9107 print g_vE): Add new pass patterns.
9108 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
9109 print various symbol names for vptr fields.
9110
9111 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
9112
9113 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
9114 results.
9115
9116 2015-10-12 Yao Qi <yao.qi@linaro.org>
9117
9118 * gdb.arch/disp-step-insn-reloc.exp: New test case.
9119
9120 2015-10-12 Yao Qi <yao.qi@linaro.org>
9121
9122 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
9123 is aarch64*-*-linux*.
9124
9125 2015-10-12 Yao Qi <yao.qi@linaro.org>
9126
9127 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
9128 (can_relocate_bcond_true): ... it.
9129 (can_relocate_bcond_false): New function.
9130 (foo): Likewise.
9131 (can_relocate_bl): Likewise.
9132 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
9133 can_relocate_bl.
9134
9135 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
9136
9137 * gdb.base/nested-addr.c: New file.
9138 * gdb.base/nested-addr.exp: New testcase.
9139
9140 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
9141
9142 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
9143 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
9144 its output. Ignore the output of "record goto begin" and instead
9145 check that GDB is replaying.
9146
9147 2015-10-09 Pedro Alves <palves@redhat.com>
9148
9149 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
9150 (top level): Use it in the run with no args test.
9151
9152 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
9153
9154 * gdb.dlang/properties.exp: New file.
9155
9156 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
9157
9158 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
9159 whether or not address 0x1000 is mapped on the target.
9160
9161 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
9162
9163 * gdb.python/py-type.exp: Do not run tests if binaries fail to
9164 build.
9165
9166 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
9167
9168 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
9169 instruction-history test.
9170
9171 2015-09-28 Doug Evans <dje@google.com>
9172
9173 * gdb.base/gcore.c (array_func): Add reference to static_array.
9174
9175 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
9176
9177 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
9178 source line.
9179
9180 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
9181
9182 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
9183 short or char as base type.
9184
9185 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
9186
9187 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
9188 to allow any size enum.
9189
9190 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
9191
9192 * gdb.ada/array_ptr_renaming.exp: New testcase.
9193 * gdb.ada/array_ptr_renaming/foo.adb: New file.
9194 * gdb.ada/array_ptr_renaming/pack.ads: New file.
9195
9196 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9197
9198 * gdb.trace/ftrace-lock.c: New file.
9199 * gdb.trace/ftrace-lock.exp: New file.
9200
9201 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9202
9203 * gdb.arch/insn-reloc.c: New file.
9204 * gdb.arch/ftrace-insn-reloc.exp: New file.
9205
9206 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9207
9208 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
9209 instruction.
9210 * gdb.trace/pendshr1.c (pendfunc): Likewise.
9211 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
9212 * gdb.trace/range-stepping.c: Likewise.
9213 * gdb.trace/trace-break.c: Likewise.
9214 * gdb.trace/trace-mt.c (thread_function): Likewise.
9215 * gdb.trace/ftrace.c (marker): Likewise.
9216 * gdb.trace/trace-condition.c (marker): Likewise.
9217 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
9218 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
9219 is_aarch64_target.
9220
9221 2015-09-18 Doug Evans <xdje42@gmail.com>
9222
9223 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
9224 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
9225
9226 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9227
9228 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
9229 the breakpoint.
9230
9231 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9232
9233 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
9234 the pending breakpoint. Remove timeout override for "Run till
9235 MI pending breakpoint on pendfunc3 on thread 2" test.
9236
9237 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9238
9239 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
9240 filename pattern.
9241
9242 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9243
9244 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
9245 in breakpoint filename pattern.
9246
9247 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9248
9249 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
9250
9251 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9252
9253 * gdb.linespec/explicit.exp: Check for readline support for
9254 tab-completion tests. Fix obvious typo.
9255
9256 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9257
9258 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
9259 and replay.
9260
9261 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9262
9263 * gdb.btrace/non-stop.c: New.
9264 * gdb.btrace/non-stop.exp: New.
9265
9266 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
9267 Yao Qi <yao.qi@linaro.org>
9268
9269 * gdb.trace/trace-condition.c: New file.
9270 * gdb.trace/trace-condition.exp: New file.
9271
9272 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
9273
9274 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
9275 for testing bytecode compilation.
9276
9277 2015-09-16 Pedro Alves <palves@redhat.com>
9278 Sandra Loosemore <sandra@codesourcery.com>
9279
9280 * gdb.threads/non-stop-fair-events.c (timeout): New global.
9281 (SECONDS): Redefine.
9282 (main): Call pthread_kill and alarm early.
9283 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
9284 support.
9285 (test): If the target can't hardware step and doesn't support
9286 displaced stepping, increase the timeout.
9287
9288 2015-09-16 Pedro Alves <palves@redhat.com>
9289
9290 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
9291 (enable_debug): New procedures.
9292 (test): Use them. Bail out if waiting for threads fails.
9293 (top level): Bail out if a test fails.
9294
9295 2015-09-16 Yao Qi <yao.qi@linaro.org>
9296
9297 * gdb.asm/asm-source.exp: Set asm-arch for
9298 aarch64*-*-* target.
9299 * gdb.asm/aarch64.inc: New file.
9300
9301 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
9302
9303 * gdb.ada/array_of_variable_length.exp: New testcase.
9304 * gdb.ada/array_of_variable_length/foo.adb: New file.
9305 * gdb.ada/array_of_variable_length/pck.adb: New file.
9306 * gdb.ada/array_of_variable_length/pck.ads: New file.
9307
9308 2015-09-15 Doug Evans <dje@google.com>
9309
9310 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
9311 of function static local variable.
9312
9313 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9314
9315 * gdb.threads/tls-so_extern.exp: New test file.
9316 * gdb.threads/tls-so_extern.c: New test file.
9317 * gdb.threads/tls-so_extern_main.c: New test file.
9318
9319 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9320
9321 * gdb.opt/solib-intra-step-lib.c: New file.
9322 * gdb.opt/solib-intra-step-main.c: New file.
9323 * gdb.opt/solib-intra-step.exp: New file.
9324
9325 2015-09-15 Pedro Alves <palves@redhat.com>
9326
9327 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
9328 gdb_continue_to_breakpoint instead of gdb_test_multiple.
9329
9330 2015-09-14 Pedro Alves <palves@redhat.com>
9331
9332 * gdb.base/hook-stop-continue.c: Delete.
9333 * gdb.base/hook-stop-continue.exp: Delete.
9334 * gdb.base/hook-stop-frame.c: Delete.
9335 * gdb.base/hook-stop-frame.exp: Delete.
9336 * gdb.base/hook-stop.c: New file.
9337 * gdb.base/hook-stop.exp: New file.
9338
9339 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
9340
9341 * gdb.ada/access_to_packed_array.exp: New testcase.
9342 * gdb.ada/access_to_packed_array/foo.adb: New file.
9343 * gdb.ada/access_to_packed_array/pack.adb: New file.
9344 * gdb.ada/access_to_packed_array/pack.ads: New file.
9345
9346 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
9347
9348 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
9349 buffer size test.
9350
9351 2015-09-11 Don Breazeal <donb@codesourcery.com>
9352
9353 * gdb.base/foll-exec.c: Add copyright header. Fix
9354 formatting issues.
9355 * gdb.base/foll-exec.exp (zap_session): Delete proc.
9356 (do_exec_tests): Use clean_restart in place of zap_session,
9357 and for test initialization. Fix formatting issues. Use
9358 fail in place of perror.
9359 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
9360 an expect statement to match an expression with output from
9361 the program under debug.
9362 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
9363 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
9364 * gdb.threads/non-ldr-exc-2.exp: Likewise.
9365 * gdb.threads/non-ldr-exc-3.exp: Likewise.
9366 * gdb.threads/non-ldr-exc-4.exp: Likewise.
9367
9368 2015-09-09 Doug Evans <dje@google.com>
9369
9370 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
9371
9372 2015-09-09 Doug Evans <dje@google.com>
9373
9374 * gdb.base/pie-execl.exp: Fix result test of build_executable.
9375
9376 2015-09-09 Doug Evans <dje@google.com>
9377
9378 * gdb.base/savedregs.exp: Fix typo.
9379
9380 2015-09-09 Pedro Alves <palves@redhat.com>
9381
9382 * gdb.mi/mi-cli.exp: Add CLI finish tests.
9383
9384 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
9385
9386 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
9387 command actually switches threads. Give up on remaining
9388 tests if target fails to stop at breakpoint.
9389
9390 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
9391
9392 * gdb.ada/funcall_char.exp: New testcase.
9393 * gdb.ada/funcall_char/foo.adb: New file.
9394
9395 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
9396
9397 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
9398 expected outputs. Add two testcases for completing ambiguous
9399 functions.
9400 * gdb.ada/complete/aux_pck.adb: New file.
9401 * gdb.ada/complete/aux_pck.ads: New file.
9402 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
9403 Ambiguous_Func functions.
9404 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
9405 * gdb.ada/complete/pck.adb: Likewise.
9406
9407 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
9408
9409 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
9410 failures to run the test program under GDB.
9411
9412 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
9413
9414 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
9415 to C.
9416
9417 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
9418
9419 * gdb.base/run-after-attach.exp: New test file.
9420 * gdb.base/run-after-attach.c: New test file.
9421
9422 2015-08-26 Don Breazeal <donb@codesourcery.com>
9423
9424 * gdb.base/foll-exec-2.c: New test program.
9425 * gdb.base/foll-exec-2.exp: New test.
9426
9427 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
9428
9429 * gdb.base/nested-subp1.exp: New file.
9430 * gdb.base/nested-subp1.c: New file.
9431 * gdb.base/nested-subp2.exp: New file.
9432 * gdb.base/nested-subp2.c: New file.
9433 * gdb.base/nested-subp3.exp: New file.
9434 * gdb.base/nested-subp3.c: New file.
9435
9436 2015-08-24 Pedro Alves <palves@redhat.com>
9437
9438 * gdb.server/connect-without-multi-process.c: New file.
9439 * gdb.server/connect-without-multi-process.exp: New file.
9440
9441 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
9442
9443 * gdb.opt/inline-markers.c: Make z int.
9444
9445 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
9446
9447 * gdb.opt/inline-markers.c: Make z volatile.
9448
9449 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
9450
9451 * gdb.opt/inline-bt.c: New volatile global z.
9452 * gdb.opt/inline-cmds.c: Likewise.
9453 * gdb.opt/inline-locals.c: Likewise.
9454 * gdb.opt/inline-markers.c: New extern global z.
9455 (marker): Use z.
9456 (inline_fn): Likewise.
9457
9458 2015-08-24 Pedro Alves <palves@redhat.com>
9459
9460 * config/m32r-stub.exp: Remove file.
9461 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
9462 * gdb.base/call-rt-st.exp: Likewise.
9463 * gdb.base/call-strs.exp: Likewise.
9464 * gdb.base/default.exp: Remove references to h8300-*-hms and
9465 *-*-udi*.
9466 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
9467
9468 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9469
9470 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
9471 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
9472 and "return" use KFAIL when GDB can not read/write the vector
9473 return value.
9474
9475 2015-08-21 Gary Benson <gbenson@redhat.com>
9476
9477 * gdb.trace/pending.exp: Cope with remote transfer warnings.
9478
9479 2015-08-20 Pedro Alves <palves@redhat.com>
9480
9481 * gdb.server/solib-list.exp: No longer expect an interior stop in
9482 non-stop mode.
9483
9484 2015-08-20 Pedro Alves <palves@redhat.com>
9485
9486 * gdb.server/connect-stopped-target.c: New file.
9487 * gdb.server/connect-stopped-target.exp: New file.
9488
9489 2015-08-20 Pedro Alves <palves@redhat.com>
9490
9491 * gdb.dwarf2/comp-unit-lang.exp: New file.
9492 * gdb.dwarf2/comp-unit-lang.c: New file.
9493
9494 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
9495
9496 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
9497 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
9498
9499 2015-08-19 Kevin Buettner <kevinb@redhat.com>
9500
9501 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
9502 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
9503
9504 2015-08-18 Doug Evans <dje@google.com>
9505 Adrian Sendroiu <adrian.sendroiu@freescale.com>
9506
9507 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
9508 skip_python_tests. New arg prompt_regexp.
9509 (skip_python_tests): New function.
9510 * lib/mi-support.exp (mi_skip_python_tests): New function.
9511 * gdb.python/py-mi-objfile-gdb.py: New file.
9512 * gdb.python/py-mi-objfile.c: New file.
9513 * gdb.python/py-mi-objfile.exp: New file.
9514
9515 2015-08-17 Keith Seitz <keiths@redhat.com>
9516
9517 * gdb.linespec/explicit.exp: Move strace test from here ...
9518 * gdb.trace/strace.exp: ... to here.
9519
9520 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
9521
9522 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
9523 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
9524
9525 2015-08-14 Doug Evans <xdje42@gmail.com>
9526
9527 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
9528 inferior before selecting a new file.
9529
9530 2015-08-14 Doug Evans <xdje42@gmail.com>
9531
9532 * gdb.mi/mi-disassemble.exp: Update.
9533 * gdb.base/disasm-optim.S: New file.
9534 * gdb.base/disasm-optim.c: New file.
9535 * gdb.base/disasm-optim.h: New file.
9536 * gdb.base/disasm-optim.exp: New file.
9537
9538 2015-08-14 Keith Seitz <keiths@redhat.com>
9539
9540 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
9541 "evaluated-by".
9542
9543 2015-08-13 Joel Brobecker <brobecker@adacore.com>
9544
9545 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
9546
9547 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
9548
9549 * gdb.ada/fun_renaming.exp: New testcase.
9550 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
9551 * gdb.ada/fun_renaming/pack.adb: New file.
9552 * gdb.ada/fun_renaming/pack.ads: New file.
9553
9554 2015-08-12 Keith Seitz <keiths@redhat.com>
9555
9556 * gdb.base/dso2dso.exp: Pass basename of source file in call to
9557 gdb_get_line_number.
9558
9559 2015-08-12 Joel Brobecker <brobecker@adacore.com>
9560
9561 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
9562 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
9563 gdb.base/dso2dso.exp: New files.
9564
9565 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
9566 Pedro Alves <palves@redhat.com>
9567 Keith Seitz <keiths@redhat.com>
9568
9569 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
9570 GDBFLAGS.
9571
9572 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9573
9574 * gdb.base/gdbhistsize-history.exp
9575 (test_histsize_history_setting): Use save_vars.
9576 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9577 Use save_vars.
9578 (test_no_truncation_of_unlimited_history_file): Use save_vars.
9579 * gdb.base/readline.exp: Use save_vars.
9580
9581 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9582
9583 * lib/gdb.exp (save_vars): New proc.
9584
9585 2015-08-11 Keith Seitz <keiths@redhat.com>
9586
9587 * gdb.base/help.exp: Update help_breakpoint_text.
9588
9589 2015-08-11 Keith Seitz <keiths@redhat.com>
9590
9591 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
9592 (at toplevel): Call test_explicit_breakpoints.
9593 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
9594 breakpoints.
9595 * lib/mi-support.exp (mi_make_breakpoint): Add support for
9596 breakpoint conditions, "-cond".
9597
9598 2015-08-11 Keith Seitz <keiths@redhat.com>
9599
9600 * gdb.linespec/3explicit.c: New file.
9601 * gdb.linespec/cpexplicit.cc: New file.
9602 * gdb.linespec/cpexplicit.exp: New file.
9603 * gdb.linespec/explicit.c: New file.
9604 * gdb.linespec/explicit.exp: New file.
9605 * gdb.linespec/explicit2.c: New file.
9606 * gdb.linespec/ls-errs.exp: Add explicit location tests.
9607 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
9608 before using in the matching pattern.
9609 Clarify that `prefix' is a regular expression.
9610
9611 2015-08-11 Keith Seitz <keiths@redhat.com>
9612
9613 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
9614 test.
9615 Add tests for missing ",FMT" and ",".
9616
9617 2015-08-10 Doug Evans <dje@google.com>
9618 Keith Seitz <keiths@redhat.com>
9619
9620 PR gdb/17960
9621 * gdb.base/completion.exp: Add location completer tests.
9622
9623 2015-08-07 Pedro Alves <palves@redhat.com>
9624
9625 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
9626 tests here.
9627 (top level): Run do_test with and without displaced stepping.
9628
9629 2015-08-07 Pedro Alves <palves@redhat.com>
9630
9631 * gdb.base/valgrind-disp-step.c: New file.
9632 * gdb.base/valgrind-disp-step.exp: New file.
9633
9634 2015-08-07 Pedro Alves <palves@redhat.com>
9635
9636 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
9637 Delete function.
9638 (main): Add alarm. Run an infinite loop instead of calling
9639 wait_threads.
9640 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
9641 comment.
9642 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
9643 Delete function.
9644 (main): Add alarm. Run an infinite loop instead of calling
9645 wait_threads.
9646 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
9647 comment.
9648
9649 2015-08-07 Pedro Alves <palves@redhat.com>
9650
9651 * gdb.base/checkpoint-ns.exp: New file.
9652 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
9653 standard_testfile.
9654
9655 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
9656
9657 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
9658 * gdb.btrace/instruction_history.exp: Update.
9659 * gdb.btrace/tsx.exp: New.
9660 * gdb.btrace/tsx.c: New.
9661
9662 2015-08-06 Pedro Alves <palves@redhat.com>
9663
9664 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
9665 increase timeout.
9666 * gdb.reverse/until-precsave.exp: Bump timeouts.
9667
9668 2015-08-06 Pedro Alves <palves@redhat.com>
9669
9670 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
9671
9672 2015-08-06 Pedro Alves <palves@redhat.com>
9673
9674 PR gdb/18749
9675 * gdb.threads/process-dies-while-handling-bp.c: New file.
9676 * gdb.threads/process-dies-while-handling-bp.exp: New file.
9677
9678 2015-08-06 Pedro Alves <palves@redhat.com>
9679
9680 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
9681 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
9682
9683 2015-08-05 Pedro Alves <palves@redhat.com>
9684
9685 * gdb.threads/next-while-other-thread-longjmps.c: New file.
9686 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
9687
9688 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
9689
9690 * gdb.base/bp-permanent.exp: Report test as unsupported if
9691 the target cannot stop at the permanent breakpoint.
9692
9693 2015-08-03 Doug Evans <dje@google.com>
9694
9695 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
9696 10000.
9697
9698 2015-08-03 Doug Evans <dje@google.com>
9699
9700 * Makefile.in (workers/%.worker, build-perf): New rule.
9701 (GDB_PERFTEST_MODE): New variable.
9702 (check-perf): Use it.
9703 (clean): Clean up gdb.perf parallel build subdirs.
9704 * lib/build-piece.exp: New file.
9705 * lib/gdb.exp (make_gdb_parallel_path): New function
9706 (standard_output_file, standard_temp_file): Call it.
9707 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9708 of $GDB_PARALLEL.
9709 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
9710
9711 2015-08-03 Doug Evans <dje@google.com>
9712
9713 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
9714 (LOG_FILE_NAME): New global.
9715 (TextReporter.__init__): Initialize self.txt_sum.
9716 (TextReporter.report): Add support for multiple data-points.
9717 Move report to perftest.sum, put raw data in perftest.log.
9718 (TextReporter.start): Open sum and log files.
9719 (TextReporter.end): Close sum and log files.
9720 * gdb.perf/lib/perftest/testresult.py
9721 (SingleStatisticTestResult.record): Handle multiple data-points.
9722
9723 2015-07-31 Pedro Alves <palves@redhat.com>
9724
9725 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
9726 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9727 kill_wait_spawned_process instead of explicit "kill -9".
9728 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
9729 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9730 kill_wait_spawned_process.
9731 * gdb.base/attach-twice.exp: Likewise.
9732 * gdb.base/attach.exp: Likewise.
9733 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
9734 gdb_test_multiple.
9735 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
9736 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9737 kill_wait_spawned_process.
9738 * gdb.base/valgrind-infcall.exp: Likewise.
9739 * gdb.multi/multi-attach.exp: Likewise.
9740 * gdb.python/py-prompt.exp: Likewise.
9741 * gdb.python/py-sync-interp.exp: Likewise.
9742 * gdb.server/ext-attach.exp: Likewise.
9743 * gdb.threads/attach-into-signal.exp (corefunc): Use
9744 spawn_wait_for_attach, spawn_id_get_pid and
9745 kill_wait_spawned_process.
9746 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
9747 spawn_wait_for_attach returning a spawn id instead of a pid. Use
9748 spawn_id_get_pid and kill_wait_spawned_process.
9749 * gdb.threads/attach-stopped.exp (corefunc): Use
9750 spawn_wait_for_attach, spawn_id_get_pid and
9751 kill_wait_spawned_process.
9752 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
9753 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9754 kill_wait_spawned_process instead of explicit "kill -9".
9755 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
9756 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
9757 (spawn_wait_for_attach): Use spawn instead of exec to spawn
9758 processes. Don't map cygwin/windows pids here. Now returns a
9759 spawn id list.
9760
9761 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9762
9763 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
9764 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
9765 correct patch.
9766
9767 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9768
9769 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
9770
9771 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9772
9773 Reapply:
9774 2014-05-21 Mark Wielaard <mjw@redhat.com>
9775
9776 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9777
9778 2015-07-30 Pedro Alves <palves@redhat.com>
9779
9780 * linux-low.c (handle_extended_wait): Set the child's last
9781 reported status to TARGET_WAITKIND_STOPPED.
9782
9783 2015-07-30 Pedro Alves <palves@redhat.com>
9784
9785 PR threads/18600
9786 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
9787 only shows inferior 1.
9788
9789 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
9790 Pedro Alves <palves@redhat.com>
9791
9792 PR threads/18600
9793 * gdb.threads/fork-plus-threads.c: New file.
9794 * gdb.threads/fork-plus-threads.exp: New file.
9795
9796 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9797
9798 * gdb.base/batch-preserve-term-settings.exp
9799 (test_terminal_settings_preserved_after_cli_exit): Use
9800 send_quit_command.
9801
9802 2015-07-29 Pedro Alves <palves@redhat.com>
9803 Don Breazeal <donb@codesourcery.com>
9804
9805 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
9806 output from both inferior_spawn_id and gdb_spawn_id.
9807
9808 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9809
9810 * gdb.threads/attach-into-signal.exp (corefunc): Use
9811 with_test_prefix on nested loops, uniquefying the test messages.
9812
9813 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9814
9815 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
9816 commit.
9817
9818 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9819
9820 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
9821 New proc.
9822 (test_terminal_settings_preserved_after_sigterm): New test.
9823
9824 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9825
9826 * gdb.base/batch-preserve-term-settings.exp
9827 (test_terminal_settings_preserved_after_cli_exit): New test.
9828
9829 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9830
9831 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
9832 manipulation of saved_gdbflags.
9833 (test_terminal_settings_preserved): Remove global declaration of
9834 the unused variable pagination_prompt. Remove manipulation of
9835 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
9836 GDBFLAGS.
9837
9838 2015-07-29 Pedro Alves <palves@redhat.com>
9839
9840 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
9841
9842 2015-07-29 Pedro Alves <palves@redhat.com>
9843
9844 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
9845 at the top.
9846
9847 2015-07-29 Pedro Alves <palves@redhat.com>
9848
9849 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
9850 (main): Call gdb_unbuffer_output.
9851 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
9852 (main): Call gdb_unbuffer_output.
9853 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
9854 (main): Call gdb_unbuffer_output.
9855 * gdb.base/call-strs.exp: Adjust to step over the
9856 gdb_unbuffer_output call.
9857 * gdb.base/catch-gdb-caused-signals.c: Include
9858 "../lib/unbuffer_output.c".
9859 (main): Call gdb_unbuffer_output.
9860 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
9861 (main): Call gdb_unbuffer_output.
9862 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
9863 (main): Call gdb_unbuffer_output.
9864 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
9865 (main): Call gdb_unbuffer_output.
9866 * gdb.base/shlib-call.exp: Adjust to step over the
9867 gdb_unbuffer_output call.
9868 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
9869 (main): Call gdb_unbuffer_output.
9870 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
9871 (main): Call gdb_unbuffer_output.
9872 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
9873 (main): Rename to ...
9874 (test): ... this.
9875 (main): Reimplement.
9876 * gdb.base/varargs.exp: Run to test instead of to main.
9877 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9878 (main): Call gdb_unbuffer_output.
9879
9880 2015-07-29 Pedro Alves <palves@redhat.com>
9881
9882 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
9883 factore out from mi_continue_dprintf. For call-style dprintfs,
9884 expect dprintf output out of $inferior_spawn_id.
9885 (mi_continue_dprintf): Use mi_expect_dprintf.
9886 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9887 (main): Call gdb_unbuffer_output.
9888
9889 2015-07-29 Pedro Alves <palves@redhat.com>
9890
9891 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
9892 (default_mi_gdb_start): Set inferior_spawn_id instead of
9893 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
9894 gdb_spawn_id.
9895 (mi_gdb_test): Always expect inferior output from both
9896 $inferior_spawn_id and $gdb_spawn_id.
9897
9898 2015-07-29 Pedro Alves <palves@redhat.com>
9899
9900 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
9901 send_inferior and $inferior_spawn_id.
9902
9903 2015-07-29 Pedro Alves <palves@redhat.com>
9904
9905 * gdb.gdb/complaints.exp (test_initial_complaints)
9906 (test_serial_complaints, test_short_complaints): Use
9907 gdb_test_stdio.
9908 (test_empty_complaint): Handle $inferior_spawn_id !=
9909 $gdb_spawn_id.
9910
9911 2015-07-29 Pedro Alves <palves@redhat.com>
9912
9913 * gdb.base/varargs.exp: Use gdb_test_stdio.
9914
9915 2015-07-29 Pedro Alves <palves@redhat.com>
9916
9917 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
9918
9919 2015-07-29 Pedro Alves <palves@redhat.com>
9920
9921 * gdb.base/ending-run.exp: Use gdb_test_stdio.
9922
9923 2015-07-29 Pedro Alves <palves@redhat.com>
9924
9925 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
9926 parameter into two new parameters, "inf_result" and "gdb_result".
9927 Expect inferior output and gdb output from $inferior_spawn_id and
9928 $gdb_spawn_id, respectively. Adjust all callers.
9929
9930 2015-07-29 Pedro Alves <palves@redhat.com>
9931
9932 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
9933 of gdb_test_sequence.
9934
9935 2015-07-29 Pedro Alves <palves@redhat.com>
9936
9937 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
9938 (saw_spurious_output): Expect inferior output from
9939 $inferior_spawn_id. Use gdb_test_stdio.
9940
9941 2015-07-29 Pedro Alves <palves@redhat.com>
9942
9943 * gdb.base/dprintf.exp: Use standard_testfile. Change
9944 prepare_for_testing call.
9945 (srcfile): Don't set.
9946 (restart): New procedure.
9947 (test_dprintf): New procecure, use to continue over dprintfs.
9948 (test_call, test_agent): New procedures, tests moved here.
9949 Restart gdb and recreate dprintfs. Adjust expected output.
9950
9951 2015-07-29 Pedro Alves <palves@redhat.com>
9952
9953 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
9954
9955 2015-07-29 Pedro Alves <palves@redhat.com>
9956
9957 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
9958
9959 2015-07-29 Pedro Alves <palves@redhat.com>
9960
9961 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
9962 gdb_test_stdio.
9963
9964 2015-07-29 Pedro Alves <palves@redhat.com>
9965
9966 * lib/gdb.exp (gdb_test_stdio): New procedure.
9967
9968 2015-07-29 Pedro Alves <palves@redhat.com>
9969
9970 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
9971
9972 2015-07-29 Pedro Alves <palves@redhat.com>
9973
9974 * gdb.base/call-signal-resume.exp: Remove check for
9975 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
9976 * gdb.base/unwindonsignal.exp: Likewise.
9977 * gdb.base/call-signals.c (gen_signal): Remove printf call.
9978 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
9979
9980 2015-07-29 Pedro Alves <palves@redhat.com>
9981
9982 * gdb.base/siginfo-addr.c (pass): New function.
9983 (handler): Call it iff si_addr is correct.
9984 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
9985 Set a breakpoint at "pass" and continue to it.
9986
9987 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
9988
9989 * gdb.python/py-objfile.exp: Make some tests have unique names.
9990 * gdb.python/py-pp-registration.exp: Likewise.
9991
9992 2015-07-28 Pedro Alves <palves@redhat.com>
9993
9994 * gdb.server/server-exec-info.exp: Issue a "disconnect".
9995
9996 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9997
9998 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
9999
10000 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10001
10002 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
10003
10004 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
10005
10006 * gdb.base/gdb-sigterm-2.exp: New test.
10007
10008 2015-07-25 Doug Evans <xdje42@gmail.com>
10009
10010 Revert:
10011 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10012 (workers/%.worker, build-perf): New rule.
10013 (GDB_PERFTEST_MODE): New variable.
10014 (check-perf): Use it.
10015 (clean): Clean up gdb.perf parallel build subdirs.
10016 * lib/build-piece.exp: New file.
10017 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10018 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10019 name.
10020 (standard_temp_file): Ditto.
10021 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10022 of $GDB_PARALLEL.
10023
10024 2015-07-24 Doug Evans <dje@google.com>
10025
10026 * gdb.perf/lib/perftest/utils.py: New file.
10027 * gdb.perf/gm-hello.cc: New file.
10028 * gdb.perf/gm-pervasive-typedef.cc: New file.
10029 * gdb.perf/gm-pervasive-typedef.h: New file.
10030 * gdb.perf/gm-std.cc: New file.
10031 * gdb.perf/gm-std.h: New file.
10032 * gdb.perf/gm-use-cerr.cc: New file.
10033 * gdb.perf/gm-utils.h: New file.
10034 * gdb.perf/gmonster-null-lookup.py: New file.
10035 * gdb.perf/gmonster-pervasive-typedef.py: New file.
10036 * gdb.perf/gmonster-print-cerr.py: New file.
10037 * gdb.perf/gmonster-ptype-string.py: New file.
10038 * gdb.perf/gmonster-runto-main.py: New file.
10039 * gdb.perf/gmonster-select-file.py: New file.
10040 * gdb.perf/gmonster1-null-lookup.exp: New file.
10041 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
10042 * gdb.perf/gmonster1-print-cerr.exp: New file.
10043 * gdb.perf/gmonster1-ptype-string.exp: New file.
10044 * gdb.perf/gmonster1-runto-main.exp: New file.
10045 * gdb.perf/gmonster1-select-file.exp: New file.
10046 * gdb.perf/gmonster1.cc: New file.
10047 * gdb.perf/gmonster1.exp: New file.
10048 * gdb.perf/gmonster2-null-lookup.exp: New file.
10049 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
10050 * gdb.perf/gmonster2-print-cerr.exp: New file.
10051 * gdb.perf/gmonster2-ptype-string.exp: New file.
10052 * gdb.perf/gmonster2-runto-main.exp: New file.
10053 * gdb.perf/gmonster2-select-file.exp: New file.
10054 * gdb.perf/gmonster2.cc: New file.
10055 * gdb.perf/gmonster2.exp: New file.
10056
10057 2015-07-24 Doug Evans <dje@google.com>
10058
10059 * gdb.perf/README: New file.
10060 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
10061 * lib/gen-perf-test.exp: New file.
10062
10063 2015-07-24 Doug Evans <dje@google.com>
10064
10065 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
10066 (PerfTest::startup): New function.
10067 (PerfTest::run): Return result of calling body.
10068 (PerfTest::assemble): Rewrite.
10069 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
10070 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
10071 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
10072 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
10073 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
10074
10075 2015-07-24 Doug Evans <dje@google.com>
10076
10077 * lib/gdb.exp (clean_restart): Make executable optional.
10078
10079 2015-07-24 Doug Evans <dje@google.com>
10080
10081 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
10082 compiler_info references.
10083 * gdb.cp/temargs.exp: Ditto.
10084 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
10085 (get_compiler_info): Early exit if already computed. Set compiler_info
10086 to "unknown" if there was a problem.
10087 (test_compiler_info): Add function comment. Call get_compiler_info.
10088
10089 2015-07-24 Doug Evans <dje@google.com>
10090
10091 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10092 (workers/%.worker, build-perf): New rule.
10093 (GDB_PERFTEST_MODE): New variable.
10094 (check-perf): Use it.
10095 (clean): Clean up gdb.perf parallel build subdirs.
10096 * lib/build-piece.exp: New file.
10097 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10098 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10099 name.
10100 (standard_temp_file): Ditto.
10101 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10102 of $GDB_PARALLEL.
10103
10104 2015-07-24 Doug Evans <dje@google.com>
10105
10106 * lib/future.exp (gdb_default_target_compile): New option
10107 "early_flags".
10108 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
10109 --as-needed.
10110
10111 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
10112
10113 * gdb.base/catch-syscall.exp: Call gdb_exit before
10114 gdb_skip_xml_test.
10115
10116 2015-07-24 Pedro Alves <palves@redhat.com>
10117
10118 * gdb.python/py-events.exp: Accept output between the stop event
10119 and the prompt.
10120 * gdb.python/py-evsignal.exp: Likewise.
10121 * gdb.python/py-evthreads.exp: Likewise.
10122
10123 2015-07-24 Pedro Alves <palves@redhat.com>
10124
10125 PR gdb/18717
10126 * gdb.threads/non-ldr-exit.c: New file.
10127 * gdb.threads/non-ldr-exit.exp: New file.
10128
10129 2015-07-24 Yao Qi <yao.qi@linaro.org>
10130
10131 * gdb.server/ext-wrapper.exp: Test --wrapper option when
10132 restarting process.
10133
10134 2015-07-24 Yao Qi <yao.qi@linaro.org>
10135
10136 * gdb.server/ext-restart.exp: New file.
10137
10138 2015-07-24 Yao Qi <yao.qi@linaro.org>
10139
10140 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
10141 argument options.
10142 * gdb.server/ext-wrapper.exp: New file.
10143
10144 2015-07-23 Doug Evans <dje@google.com>
10145
10146 * gdb.dwarf2/dw2-dummy-cu.S: New file.
10147 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
10148
10149 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
10150
10151 * gdb.ada/var_arr_typedef.exp: New testcase.
10152 * gdb.ada/var_arr_typedef/pack.adb: New file.
10153 * gdb.ada/var_arr_typedef/pack.ads: New file.
10154 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
10155
10156 2015-07-20 Joel Brobecker <brobecker@adacore.com>
10157
10158 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
10159
10160 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10161
10162 * gdb.arch/i386-biarch-core.exp: Replace istarget
10163 by "complete set gnutarget". Remove expectation for the "core-file"
10164 command.
10165
10166 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10167
10168 Revert the previous commit:
10169 Tests for validate symbol file using build-id.
10170
10171 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
10172
10173 Tests for validate symbol file using build-id.
10174 * gdb.base/solib-mismatch-lib.c: New file.
10175 * gdb.base/solib-mismatch-libmod.c: New file.
10176 * gdb.base/solib-mismatch.c: New file.
10177 * gdb.base/solib-mismatch.exp: New file.
10178
10179 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
10180
10181 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
10182 nios2-*-linux*.
10183 * gdb.base/sigbpt.exp (stepi_out): Likewise.
10184 * gdb.base/siginfo.exp: Likewise.
10185 * gdb.base/sigstep.exp (advance, advancei): Likewise.
10186
10187 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
10188
10189 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
10190 Move it to ...
10191 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
10192 ... here.
10193 * gdb.trace/range-stepping.exp: Check that the target supports
10194 range stepping.
10195
10196 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10197
10198 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
10199
10200 2015-07-14 Pedro Alves <palves@redhat.com>
10201
10202 * gdb.base/killed-outside.exp: New file.
10203 * gdb.base/killed-outside.c: New file.
10204
10205 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10206
10207 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
10208 (n at main): New.
10209 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
10210
10211 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
10212
10213 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
10214 infcall tests instead of setting up for KFAIL.
10215
10216 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
10217
10218 * gdb.btrace/record_goto-step.exp: New.
10219
10220 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10221
10222 PR compile/18484
10223 * gdb.compile/compile.c (struct struct_type): Add volatile to
10224 selffield's type.
10225 * gdb.compile/compile.exp
10226 (compile code struct_object.selffield = &struct_object): Skip further
10227 struct_object tests if this one xfails.
10228
10229 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
10230
10231 PR exp/18617
10232 * gdb.trace/ax.exp: Add test.
10233
10234 2015-07-07 Yao Qi <yao.qi@linaro.org>
10235
10236 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
10237 instead of istarget "aarch64*-*-*".
10238 * gdb.arch/aarch64-fp.exp: Likewise.
10239 * gdb.base/float.exp: Likewise.
10240 * gdb.reverse/aarch64.exp: Likewise.
10241 * lib/gdb.exp (is_aarch64_target): New proc.
10242
10243 2015-07-07 Yao Qi <yao.qi@linaro.org>
10244
10245 * lib/gdb.exp (is_aarch32_target): New proc.
10246 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
10247 instead of "istarget "arm*-*-*"".
10248 * gdb.arch/arm-disp-step.exp: Likewise.
10249 * gdb.arch/thumb-bx-pc.exp: Likewise.
10250 * gdb.arch/thumb-prologue.exp: Likewise.
10251 * gdb.arch/thumb-singlestep.exp: Likewise.
10252 * gdb.base/disp-step-syscall.exp: Likewise.
10253 * gdb.base/float.exp: Likewise.
10254
10255 2015-07-07 Yao Qi <yao.qi@linaro.org>
10256
10257 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
10258 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
10259
10260 2015-07-07 Yao Qi <yao.qi@linaro.org>
10261
10262 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
10263 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
10264 if it exists.
10265 * gdb.multi/multi-arch.exp: Likewise.
10266
10267 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
10268
10269 * gdb.python/py-lazy-string.exp: Add missing parentheses to
10270 print.
10271
10272 2015-07-07 Yao Qi <yao.qi@linaro.org>
10273
10274 * gdb.arch/thumb-singlestep.exp: Do one more single step.
10275
10276 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
10277
10278 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
10279 '[' and ']' characters.
10280
10281 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
10282
10283 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10284
10285 2015-06-29 Pedro Alves <palves@redhat.com>
10286
10287 PR threads/18127
10288 * gdb.threads/hand-call-new-thread.c: New file.
10289 * gdb.threads/hand-call-new-thread.c: New file.
10290
10291 2015-06-26 Keith Seitz <keiths@redhat.com>
10292 Doug Evans <dje@google.com>
10293
10294 PR 16253
10295 * gdb.cp/var-tag-2.cc: New file.
10296 * gdb.cp/var-tag-3.cc: New file.
10297 * gdb.cp/var-tag-4.cc: New file.
10298 * gdb.cp/var-tag.cc: New file.
10299 * gdb.cp/var-tag.exp: New file.
10300
10301 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10302
10303 * gdb.base/history-duplicates.exp: New test.
10304
10305 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10306
10307 * gdb.base/completion.exp: Test the completion of the "focus"
10308 command.
10309
10310 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10311
10312 * gdb.arch/amd64-prologue-skip.S: New file.
10313 * gdb.arch/amd64-prologue-skip.exp: New file.
10314
10315 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
10316
10317 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
10318 is_address_zero_readable check.
10319
10320 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
10321
10322 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
10323 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
10324
10325 2015-06-24 Yao Qi <yao.qi@linaro.org>
10326
10327 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
10328 linux targets.
10329
10330 2015-06-24 Yao Qi <yao.qi@linaro.org>
10331
10332 * lib/gdb.exp (supports_get_siginfo_type): New proc.
10333 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
10334 * gdb.base/siginfo-thread.exp: Likewise.
10335
10336 2015-06-22 Yao Qi <yao.qi@linaro.org>
10337
10338 * boards/remote-gdbserver-on-localhost.exp: Add comments.
10339
10340 2015-06-22 Yao Qi <yao.qi@linaro.org>
10341
10342 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
10343 aarch64*-*-*.
10344 (skip_hw_watchpoint_tests): Likewise.
10345
10346 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
10347
10348 * gdb.base/gdbinit-history.exp: Test the interaction between
10349 setting GDBHISTSIZE and setting the history size via .gdbinit.
10350
10351 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10352
10353 PR gdb/16999
10354 * gdb.base/gdbhistsize-history.exp: New test.
10355
10356 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10357
10358 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
10359 with GDBHISTSIZE.
10360 * gdb.base/readline.exp: Likewise.
10361
10362 2015-06-17 Yao Qi <yao.qi@linaro.org>
10363
10364 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
10365 line.
10366
10367 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10368
10369 * gdb.base/gdbinit-history.exp: Add test case to check that
10370 an unlimited history file does not get truncated on exit.
10371
10372 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10373
10374 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
10375 (VECTOR): New macro. Use it...
10376 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
10377 ...for these typedefs.
10378 (int8, char1, int1, double1): New typedefs.
10379 (struct just_int2, struct two_int2): New structures.
10380 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
10381 (add_structvecs, add_singlevecs): New functions.
10382 (main): Call add_some_intvecs twice.
10383 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
10384 the compile and exit upon failure. Try compiling for the "native"
10385 architecture. Test inferior function calls with vector arguments
10386 and vector return value handling with "finish" and "return".
10387
10388 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
10389
10390 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
10391 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
10392 PE file.
10393 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
10394
10395 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10396
10397 PR breakpoints/16465
10398 * gdb.mi/mi-dprintf-pending.c: New file.
10399 * gdb.mi/mi-dprintf-pending.exp: New test.
10400 * gdb.mi/mi-dprintf-pendshr.c: New file.
10401
10402 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10403 Mircea Gherzan <mircea.gherzan@intel.com>
10404
10405 * gdb.arch/i386-mpx-map.c: New file.
10406 * gdb.arch/i386-mpx-map.exp: New File.
10407
10408 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10409
10410 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
10411 * gdb.arch/i386-mpx.exp: Indentation fixed.
10412
10413 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10414
10415 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
10416 function and improved indentation.
10417 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
10418 gdb_test_multiple. Added additional tests to skip the test.
10419
10420 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10421
10422 * gdb.arch/i386-avx512.c: Change path in include file.
10423 * gdb.arch/i386-avx512.exp: Change include dir path
10424 compilation flag.
10425 * gdb.arch/i386-mpx.c: Change path in include file.
10426 * gdb.arch/i386-mpx.exp: Change include dir path compilation
10427 flag.
10428
10429 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10430
10431 * gdb.compile/compile-print.exp (compile print *vararray@3)
10432 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
10433
10434 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10435
10436 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
10437 (do not keep jit in memory): ... this.
10438 (expect 5): Change it to ...
10439 (expect no 5): ... this.
10440
10441 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
10442
10443 PR gdb/15564
10444 * gdb.mi/mi-detach.exp: New file.
10445
10446 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10447
10448 PR symtab/18392
10449 * gdb.arch/amd64-tailcall-self.S: New file.
10450 * gdb.arch/amd64-tailcall-self.c: New file.
10451 * gdb.arch/amd64-tailcall-self.exp: New file.
10452
10453 2015-05-28 Don Breazeal <donb@codesourcery.com>
10454
10455 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
10456 tests for remote targets by checking is_target_gdbserver.
10457
10458 2015-05-27 Doug Evans <dje@google.com>
10459
10460 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
10461 * gdb.dwarf2/opaque-type-lookup.c: New file.
10462 * gdb.dwarf2/opaque-type-lookup.exp: New file.
10463
10464 2015-05-26 Doug Evans <dje@google.com>
10465
10466 * gdb.cp/iostream.cc: New file.
10467 * gdb.cp/iostream.exp: New file.
10468
10469 2015-05-26 Doug Evans <dje@google.com>
10470
10471 * gdb.dwarf2/dw2-op-call.exp: Update.
10472 * gdb.dwarf2/dw4-sig-types.exp: Update.
10473 * gdb.dwarf2/implptr.exp: Update.
10474 * gdb.mi/mi-cmd-param-changed.exp: Update.
10475
10476 2015-05-26 Doug Evans <dje@google.com>
10477
10478 * gdb.python/py-lazy-string.c: New file.
10479 * gdb.python/py-lazy-string.exp: New file.
10480 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
10481 (main): Update. Add estring3.
10482 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
10483 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
10484
10485 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
10486 Yao Qi <yao.qi@linaro.org>
10487
10488 * gdb.reverse/aarch64.c: New.
10489 * gdb.reverse/aarch64.exp: New.
10490
10491 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
10492
10493 * lib/gdb.exp (supports_process_record): Return true for
10494 aarch64*-linux*.
10495 (supports_reverse): Likewise.
10496
10497 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
10498
10499 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10500 Use with_test_prefix.
10501
10502 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
10503
10504 * gdb.base/completion.exp: Add test for completion of layout
10505 names.
10506
10507 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
10508
10509 * lib/gdb.exp (skip_tui_tests): New proc.
10510 * gdb.base/tui-layout.exp: Check skip_tui_tests.
10511
10512 2015-05-19 Pedro Alves <palves@redhat.com>
10513
10514 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10515 Save the whole env array instead of just HOME. Unset HISTSIZE in
10516 the environment while testing. Restore whole environment
10517 afterwards.
10518
10519 2015-05-16 Doug Evans <xdje42@gmail.com>
10520
10521 * gdb.guile/scm-ports.c: New file.
10522 * gdb.guile/scm-ports.exp: Add memory port tests.
10523
10524 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10525
10526 * gdb.compile/compile-print.c: New file.
10527 * gdb.compile/compile-print.exp: New file.
10528
10529 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10530
10531 * gdb.compile/compile-ops.exp: Cast param to void.
10532 * gdb.compile/compile.exp: Complete type for _gdb_expr.
10533 (compile code struct_object.selffield = &struct_object): Add xfail.
10534
10535 2015-05-15 Joel Brobecker <brobecker@adacore.com>
10536
10537 * gdb.ada/arr_enum_with_gap: New testcase.
10538
10539 2015-05-15 Joel Brobecker <brobecker@adacore.com>
10540
10541 * gdb.ada/byte_packed_arr: New testcase.
10542
10543 2015-05-15 Joel Brobecker <brobecker@adacore.com>
10544
10545 * gdb.ada/pckd_neg: New testcase.
10546
10547 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
10548
10549 PR gdb/17820
10550 * gdb.base/gdbinit-history.exp: New test.
10551 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
10552 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
10553
10554 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
10555
10556 * gdb.python/py-xmethods.cc: Enhance test case.
10557 * gdb.python/py-xmethods.exp: New tests.
10558 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
10559 function.
10560 (B_indexoper): Likewise.
10561 (global_dm_list) : Add new xmethod worker functions.
10562
10563 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
10564
10565 * gdb.base/coredump-filter.exp: Correctly unset
10566 "coredump_var_addr" array.
10567
10568 2015-05-08 Pedro Alves <palves@redhat.com>
10569
10570 * gdb.server/non-existing-program.exp: Unset spawn_id.
10571
10572 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
10573
10574 PR python/18291
10575 * gdb.python/py-xmethods.exp: Add tests.
10576
10577 2015-05-08 Yao Qi <yao.qi@linaro.org>
10578
10579 PR gdb/18208
10580 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
10581 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
10582 function set_coredump_filter, and remove remote_exec call.
10583 Remove argument ipid. Callers update.
10584 (top level): Don't get inferior's PID.
10585
10586 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
10587
10588 * gdb.base/watch_thread_num.exp: Skip test on targets without
10589 access watchpoints.
10590
10591 2015-05-06 Pedro Alves <palves@redhat.com>
10592
10593 PR server/18081
10594 * gdb.server/non-existing-program.exp: New file.
10595
10596 2015-05-05 Joel Brobecker <brobecker@adacore.com>
10597
10598 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
10599
10600 2015-05-05 Joel Brobecker <brobecker@adacore.com>
10601
10602 * gdb.ada/out_of_line_in_inlined: New testcase.
10603
10604 2015-05-05 Joel Brobecker <brobecker@adacore.com>
10605
10606 * gdb.ada/var_rec_arr: New testcase.
10607
10608 2015-04-30 Yao Qi <yao.qi@linaro.org>
10609
10610 * gdb.base/break-idempotent.exp: If
10611 skip_hw_watchpoint_multi_tests returns true, skip the tests
10612 on "rwatch" and "awatch".
10613
10614 2015-04-30 Yao Qi <yao.qi@linaro.org>
10615
10616 * gdb.base/relativedebug.exp: Invoke gdb command
10617 "info sharedlibrary", and if libc.so doesn't have debug info,
10618 skip the test.
10619
10620 2015-04-29 Doug Evans <dje@google.com>
10621
10622 * gdb.python/py-xmethods.exp: Add ptype tests.
10623 * gdb.python/py-xmethods.py (E_method_char_worker): Add
10624 get_result_type method.
10625
10626 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
10627
10628 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
10629 the target does not support hardware watchpoints.
10630
10631 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
10632
10633 * gdb.base/break-always.exp: Abort testing if writing to memory
10634 causes an error.
10635
10636 2015-04-28 Doug Evans <dje@google.com>
10637
10638 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
10639 * gdb.python/py-pp-registration.exp: ... here. New file.
10640 * gdb.python/py-pp-registration.c: New file.
10641 * gdb.python/py-pp-registration.py: New file.
10642
10643 2015-04-28 Doug Evans <dje@google.com>
10644
10645 * gdb.python/py-bad-printers.c: New file.
10646 * gdb.python/py-bad-printers.py: New file.
10647 * gdb.python/py-bad-printers.exp: New file.
10648
10649 2015-04-28 Sasha Smundak <asmundak@google.com>
10650
10651 * gdb.python/py-type.exp: New test.
10652
10653 2015-04-28 Andy Wingo <wingo@igalia.com>
10654
10655 * gdb.python/py-parameter.exp:
10656 * gdb.guile/scm-parameter.exp: Escape the path that we are
10657 matching against, as it might contain characters that are special
10658 to regular expressions.
10659
10660 2015-04-27 Joel Brobecker <brobecker@adacore.com>
10661
10662 * gdb.ada/rec_comp: New testcase.
10663
10664 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
10665
10666 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
10667 before using it.
10668
10669 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
10670
10671 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
10672 new tests for verilog output.
10673
10674 2015-04-24 Yao Qi <yao.qi@linaro.org>
10675
10676 * boards/remote-gdbserver-on-localhost.exp: New file.
10677
10678 2015-04-23 Pedro Alves <palves@redhat.com>
10679
10680 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
10681 $inferior_spawn_id instead of $inferior_spawn_id directly. On
10682 "end of file", remove $inferior_spawn_id from the indirect list.
10683
10684 2015-04-23 Pedro Alves <palves@redhat.com>
10685
10686 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
10687
10688 2015-04-23 Pedro Alves <palves@redhat.com>
10689
10690 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
10691 on $any_spawn_id instead of only on $gdb_spawn_id.
10692
10693 2015-04-21 Pierre Muller <muller@sourceware.org>
10694
10695 PR pascal/17815
10696 * lib/pascal.exp (gpc_compile): Add new option "class".
10697 (fpc_compile): Likewise.
10698 * gdb.pascal/case-insensitive-symbols.pas: New file.
10699 * gdb.pascal/case-insensitive-symbols.exp: New file.
10700
10701 2015-04-20 Gary Benson <gbenson@redhat.com>
10702
10703 * gdb.base/attach.exp: Fix three extended remote failures.
10704
10705 2015-04-17 Gary Benson <gbenson@redhat.com>
10706
10707 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
10708 the main executable over the remote protocol.
10709
10710 2015-04-16 Pedro Alves <palves@redhat.com>
10711
10712 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
10713 a new gdbserver if gdbserver_reconnect_p is set.
10714
10715 2015-04-16 Pedro Alves <palves@redhat.com>
10716
10717 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
10718 is set, don't exit gdbserver.
10719
10720 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10721
10722 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
10723 appropriate .insn, such that an older assembler can be used.
10724 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
10725 the z/Architecture instruction set on 31-bit targets as well.
10726
10727 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10728
10729 * gdb.go/handcall.exp: Remove all logic related to the first
10730 breakpoint and rely on go_runto_main instead.
10731 * gdb.go/strings.exp: Likewise.
10732 * gdb.go/unsafe.exp: Likewise.
10733 * gdb.go/hello.exp: Likewise. Also rename the remaining
10734 breakpoint marker to "breakpoint 1".
10735 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
10736 * gdb.go/strings.go: Likewise.
10737 * gdb.go/unsafe.go: Likewise.
10738 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
10739 "set breakpoint 2 here" and rename the remaining breakpoint marker
10740 to "breakpoint 1".
10741
10742 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
10743
10744 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
10745 if itertools.imap is not present.
10746 * gdb.python/py-objfile.exp: Add parentheses.
10747 * gdb.python/py-type.exp: Same.
10748 * gdb.python/py-unwind-maint.py: Same.
10749
10750 2015-04-15 Yao Qi <yao.qi@linaro.org>
10751
10752 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
10753 of ":$ptr_size" and set its form explicitly.
10754
10755 2015-04-15 Pedro Alves <palves@redhat.com>
10756 Yao Qi <yao.qi@linaro.org>
10757
10758 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
10759 timeout by factor of 4.
10760 (test_regular_watch): Likewise.
10761 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
10762 * gdb.reverse/sigall-reverse.exp: Likewise.
10763 * gdb.reverse/until-precsave.exp: Likewise.
10764 * lib/gdb.exp (with_timeout_factor): New proc.
10765 (gdb_expect): Move some code to ...
10766 (get_largest_timeout): ... here. New procedure.
10767
10768 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
10769
10770 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
10771
10772 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
10773
10774 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
10775 to write to the .text section.
10776
10777 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
10778
10779 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
10780 Handle the case of targets that do not provide PID information.
10781
10782 2015-04-13 Yao Qi <yao.qi@linaro.org>
10783
10784 * lib/gdbserver-support.exp (gdb_exit): Catch exception
10785 and use expect instead of gdb_expect.
10786
10787 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
10788
10789 * gdb.base/coredump-filter.exp: Rename variable "addr" to
10790 "coredump_var_addr" to avoid naming conflict with other testcases.
10791
10792 2015-04-10 Pedro Alves <palves@redhat.com>
10793
10794 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
10795 gdb_test_sequence and gdb_assert.
10796
10797 2015-04-10 Pedro Alves <palves@redhat.com>
10798
10799 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
10800 test messages that don't include the breakpoint address.
10801
10802 2015-04-10 Yao Qi <yao.qi@linaro.org>
10803
10804 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
10805 false for some offset and width combinations which aren't
10806 supported by linux kernel.
10807
10808 2015-04-10 Pedro Alves <palves@redhat.com>
10809
10810 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
10811 procedure, factored out from ...
10812 (top level): ... here. Add "set displaced-stepping" testing axis.
10813 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
10814 parameter "displaced". Use it.
10815 (top level): Use foreach and add "set displaced-stepping" testing
10816 axis.
10817
10818 2015-04-10 Pedro Alves <palves@redhat.com>
10819
10820 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
10821 Remove comment.
10822 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
10823 both the address of the instruction that triggers the watchpoint
10824 and the address of the instruction immediately after, and use
10825 those addresses for the test. Fix comment.
10826
10827 2015-04-10 Pedro Alves <palves@redhat.com>
10828
10829 * gdb.base/sigstep.exp (breakpoint_to_handler)
10830 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
10831 Test "backtrace" in handler.
10832 (breakpoint_over_handler): New parameter 'displaced'. Use it.
10833 (top level): Add new "displaced" test axis to
10834 breakpoint_to_handler, breakpoint_to_handler_entry and
10835 breakpoint_over_handler.
10836
10837 2015-04-10 Pedro Alves <palves@redhat.com>
10838
10839 PR gdb/18216
10840 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
10841
10842 2015-04-10 Yao Qi <yao.qi@linaro.org>
10843
10844 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
10845 (test_add_rn_pc): New function.
10846 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
10847 (top level): Invoke test_add_rn_pc.
10848
10849 2015-04-10 Pedro Alves <palves@redhat.com>
10850
10851 PR gdb/13858
10852 * gdb.base/step-over-no-symbols.exp: New file.
10853
10854 2015-04-09 Andy Wingo <wingo@igalia.com>
10855
10856 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
10857 after the Python tests.
10858
10859 2015-04-08 Keith Seitz <keiths@redhat.com>
10860
10861 PR python/16699
10862 * gdb.python/py-completion.exp: New tests for completion.
10863 * gdb.python/py-completion.py (CompleteLimit1): New class.
10864 (CompleteLimit2): Likewise.
10865 (CompleteLimit3): Likewise.
10866 (CompleteLimit4): Likewise.
10867 (CompleteLimit5): Likewise.
10868 (CompleteLimit6): Likewise.
10869 (CompleteLimit7): Likewise.
10870
10871 2015-04-08 Pedro Alves <palves@redhat.com>
10872
10873 PR gdb/18214
10874 PR gdb/18216
10875 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
10876 function.
10877 (main): Install it as SIGUSR1 handler.
10878 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
10879 parameter. Always use "setup" as prefix. Toggle "set
10880 displaced-stepping" off/on depending on global. Don't switch to
10881 thread 1 here.
10882 (top level): Add displaced stepping "off/on" test axis. Update
10883 "setup" calls. Wrap each subtest with with_test_prefix. Test
10884 continuing with a queued signal in each thread.
10885
10886 2015-04-08 Pedro Alves <palves@redhat.com>
10887
10888 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
10889 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
10890 gdb_breakpoint instead of gdb_test that doesn't expect anything.
10891 Return early if running to main fails.
10892 * gdb.trace/while-stepping.exp: Likewise.
10893
10894 2015-04-07 Pedro Alves <palves@redhat.com>
10895
10896 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
10897 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
10898 interact with inferior program.
10899
10900 2015-04-07 Pedro Alves <palves@redhat.com>
10901
10902 * lib/gdb.exp (inferior_spawn_id): New global.
10903 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
10904 spawn id after processing the user code.
10905 (default_gdb_start): Set inferior_spawn_id.
10906 (send_inferior): New procedure.
10907 * lib/gdbserver-support.exp (gdbserver_start): Set
10908 inferior_spawn_id.
10909 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
10910
10911 2015-04-07 Pedro Alves <palves@redhat.com>
10912
10913 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
10914 * lib/gdbserver-support.exp (gdbserver_start): Make
10915 $server_spawn_id global.
10916 (gdbserver_start): Don't wait for gdbserver's spawn id with
10917 expect_background.
10918 (close_gdbserver): New procedure.
10919 (gdb_exit): Rename the default version and reimplement.
10920
10921 2015-04-07 Pedro Alves <palves@redhat.com>
10922
10923 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
10924 append the substituted item, not the original item.
10925
10926 2015-04-07 Pedro Alves <palves@redhat.com>
10927
10928 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
10929 gdb_expect.
10930
10931 2015-04-07 Pedro Alves <palves@redhat.com>
10932
10933 * gdb.base/interrupt.exp: Don't handle the case of the inferior
10934 output appearing once only.
10935
10936 2015-04-07 Pedro Alves <palves@redhat.com>
10937
10938 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
10939 that doesn't expect anything. Return early if running to main
10940 fails.
10941
10942 2015-04-07 Yao Qi <yao.qi@linaro.org>
10943
10944 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
10945 (child_function): Call alarm.
10946 (main): Move call to alarm into the loop.
10947 * gdb.threads/non-stop-fair-events.exp: Build program with
10948 -DTIMEOUT=$timeout.
10949
10950 2015-04-06 Doug Evans <xdje42@gmail.com>
10951
10952 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
10953 Fix dest parameter to board_info.
10954 (fpc_compile): Ditto.
10955 (gdb_compile_pascal): Rename dest arg to destfile.
10956
10957 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
10958
10959 * gdb.ada/funcall_ref.exp: New file.
10960 * gdb.ada/funcall_ref/foo.adb: New file.
10961
10962 2015-04-02 Yao Qi <yao.qi@linaro.org>
10963
10964 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
10965 is remote.
10966
10967 2015-04-02 Gary Benson <gbenson@redhat.com>
10968
10969 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
10970
10971 2015-04-01 Sasha Smundak <asmundak@google.com>
10972
10973 * gdb.python/py-unwind-maint.c: New file.
10974 * gdb.python/py-unwind-maint.exp: New test.
10975 * gdb.python/py-unwind-maint.py: New file.
10976 * gdb.python/py-unwind.c: New file.
10977 * gdb.python/py-unwind.exp: New test.
10978 * gdb.python/py-unwind.py: New test.
10979
10980 2015-04-01 Pedro Alves <palves@redhat.com>
10981
10982 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
10983 to fail instead of non-existent $test.
10984
10985 2015-04-01 Pedro Alves <palves@redhat.com>
10986
10987 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
10988 GDBFLAGS if not empty.
10989
10990 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
10991
10992 * gdb.ada/complete.exp: Remove "multi_line".
10993 * gdb.ada/info_exc.exp: Remove "multi_line".
10994 * gdb.ada/packed_tagged.exp: Remove "multi_line".
10995 * gdb.ada/ptype_field.exp: Remove "multi_line".
10996 * gdb.ada/sym_print_name.exp: Remove "multi_line".
10997 * gdb.ada/tagged.exp: Remove "multi_line".
10998 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
10999 [multi_line ...]
11000 * gdb.btrace/delta.exp: Likewise.
11001 * gdb.btrace/exception.exp: Likewise.
11002 * gdb.btrace/function_call_history.exp: Likewise.
11003 * gdb.btrace/instruction_history.exp: Likewise.
11004 * gdb.btrace/nohist.exp: Likewise.
11005 * gdb.btrace/record_goto.exp: Likewise.
11006 * gdb.btrace/segv.exp: Likewise.
11007 * gdb.btrace/stepi.exp: Likewise.
11008 * gdb.btrace/tailcall.exp: Likewise.
11009 * gdb.btrace/unknown_functions.exp: Likewise.
11010 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
11011 * lib/gdb.exp: Add the "multi_line" helper.
11012
11013 2015-04-01 Pedro Alves <palves@redhat.com>
11014
11015 * gdb.threads/tid-reuse.c: New file.
11016 * gdb.threads/tid-reuse.exp: New file.
11017
11018 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
11019
11020 PR corefiles/16092
11021 * gdb.base/coredump-filter.c: New file.
11022 * gdb.base/coredump-filter.exp: Likewise.
11023
11024 2015-03-27 Petr Machata <pmachata@redhat.com>
11025
11026 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
11027 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
11028 (Dwarf::assemble): Initialize them.
11029 (Dwarf::lines): New function.
11030
11031 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
11032
11033 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
11034 SYMBOL_PREFIX for x86_64-*-cygwin.
11035
11036 2015-03-26 Andy Wingo <wingo@igalia.com>
11037
11038 PR symtab/18148
11039 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
11040 const_value but not a location.
11041 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
11042 location defined in non-main CUs are visible.
11043
11044 2015-03-26 Yao Qi <yao.qi@linaro.org>
11045
11046 PR testsuite/18139
11047 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
11048 Add a line number entry for the same line.
11049 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
11050 Add a line number entry for the same line.
11051
11052 2015-03-26 Yao Qi <yao.qi@linaro.org>
11053
11054 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
11055 .int 0.
11056 (func): Likewise. Add .Lfunc_1 label.
11057 Use .Lfunc_1 label.
11058 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
11059 .int 0.
11060 (func): Likewise.
11061 Use .Lfunc_1 label.
11062
11063 2015-03-26 Yao Qi <yao.qi@linaro.org>
11064
11065 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
11066 Call gdb_compile instead to compile each .s files without debug
11067 information.
11068
11069 2015-03-26 Yao Qi <yao.qi@linaro.org>
11070
11071 * gdb.base/savedregs.exp (process_saved_regs): Make
11072 "Saved registers:" optional in the pattern.
11073
11074 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11075
11076 * gdb.btrace/next.exp: Merged into step.exp.
11077 * gdb.btrace/finish.exp: Merged into step.exp.
11078 * gdb.btrace/nexti.exp: Merged into stepi.exp.
11079 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
11080 "record goto" and checking the exact replay position.
11081 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
11082 check for "Recording format" in "info record" output.
11083 * gdb.btrace/record_goto.exp: Choose test file based on target.
11084 * gdb.btrace/x86-record_goto.S: Renamed into ...
11085 * gdb.btrace/x86_64-record_goto.S: ... this.
11086 * gdb.btrace/i686-record_goto.S: New.
11087 * gdb.btrace/x86-tailcall.S: Renamed into ...
11088 * gdb.btrace/x86_64-tailcall.S: ... this.
11089 * gdb.btrace/i686-tailcall.S: New.
11090 * gdb.btrace/x86-tailcall.c: Renamed into ...
11091 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
11092 separate statements. Update test.
11093 * gdb.btrace/delta.exp: Use record_goto.c as test file.
11094 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
11095 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
11096 * gdb.btrace/tailcall.exp: Choose test file based on target.
11097 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
11098
11099 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11100
11101 * gdb.btrace/exception.exp: Increase BTS buffer size.
11102
11103 2015-03-24 Pedro Alves <palves@redhat.com>
11104
11105 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
11106
11107 2015-03-24 Pedro Alves <palves@redhat.com>
11108
11109 * gdb.threads/schedlock.exp (test_step): No longer expect that
11110 "set scheduler-locking step" with "next" over a function call runs
11111 threads unlocked.
11112
11113 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11114
11115 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
11116
11117 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11118
11119 PR breakpoints/16466
11120 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
11121 * gdb.mi/mi-pending.c (thread_func): New function.
11122 (int main): Add threading support required.
11123 * gdb.mi/mi-pending.exp: Add tests for this issue.
11124 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
11125 (pendfunc2): Remove stdio dependency.
11126 * gdb.mi/mi-pendshr2.c: New file.
11127
11128 2015-03-23 Keith Seitz <keiths@redhat.com>
11129
11130 * gdb.linespec/keywords.c: New file.
11131 * gdb.linespec/keywords.exp: New file.
11132
11133 2015-03-23 Keith Seitz <keiths@redhat.com>
11134
11135 PR gdb/18021
11136 * gdb.dwarf2/staticvirtual.exp: New test.
11137
11138 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11139
11140 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
11141 * README: Remove HP-UX and gdb.hp.
11142 (configuration):
11143 * configure: Regenerate.
11144 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
11145 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
11146 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
11147 gdb.hp/gdb.defects/Makefile.
11148 * gdb.hp/Makefile.in: File deleted.
11149 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
11150 * gdb.hp/gdb.aCC/optimize.c: File deleted.
11151 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
11152 * gdb.hp/gdb.aCC/run.c: File deleted.
11153 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
11154 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
11155 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
11156 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
11157 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
11158 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
11159 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
11160 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
11161 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
11162 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
11163 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
11164 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
11165 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
11166 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
11167 * gdb.hp/gdb.base-hp/reg.s: File deleted.
11168 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
11169 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
11170 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
11171 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
11172 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
11173 * gdb.hp/gdb.compat/Makefile.in: File deleted.
11174 * gdb.hp/gdb.compat/average.c: File deleted.
11175 * gdb.hp/gdb.compat/sum.c: File deleted.
11176 * gdb.hp/gdb.compat/xdb.c: File deleted.
11177 * gdb.hp/gdb.compat/xdb0.c: File deleted.
11178 * gdb.hp/gdb.compat/xdb0.h: File deleted.
11179 * gdb.hp/gdb.compat/xdb1.c: File deleted.
11180 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
11181 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
11182 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
11183 * gdb.hp/gdb.defects/Makefile.in: File deleted.
11184 * gdb.hp/gdb.defects/bs14602.c: File deleted.
11185 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
11186 * gdb.hp/gdb.defects/solib-d.c: File deleted.
11187 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
11188 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
11189 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
11190 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
11191 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
11192 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
11193 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
11194 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
11195 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
11196 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
11197 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
11198 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
11199 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
11200 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
11201 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
11202 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
11203 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
11204 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
11205 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
11206 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
11207 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
11208 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
11209 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
11210 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
11211 * gdb.hp/tools/odump: File deleted.
11212
11213 2015-03-19 Pedro Alves <palves@redhat.com>
11214
11215 * gdb.threads/continue-pending-status.exp (saw_thread_2)
11216 (saw_thread_3): New globals.
11217 (top level): Increment them when an event for the corresponding
11218 thread is seen.
11219 (no thread starvation): New test.
11220
11221 2015-03-19 Pedro Alves <palves@redhat.com>
11222
11223 * gdb.threads/continue-pending-status.c: New file.
11224 * gdb.threads/continue-pending-status.exp: New file.
11225
11226 2015-03-18 Pedro Alves <palves@redhat.com>
11227
11228 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11229 Use gdb_is_target_remote instead of is_remote. Use
11230 gdb_test_multiple instead of gdb_expect. Exit early if
11231 gdb_test_multiple hits its internal matches. Tighten stepi tests
11232 expected output. Fail on exit with any signal, instead of just
11233 SIGILL.
11234
11235 2015-03-18 Yao Qi <yao.qi@linaro.org>
11236
11237 PR tdep/18107
11238 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
11239 variable.
11240 * gdb.base/catch-syscall.exp: Don't skip it on
11241 aarch64*-*-linux* target. Remove elements in all_syscalls.
11242 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
11243 target.
11244 (setup_all_syscalls): New proc.
11245
11246 2015-03-16 Yao Qi <yao.qi@linaro.org>
11247
11248 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
11249 (top level): Skip tests if valid_addr_p returns false for
11250 $cmd1 or $cmd2.
11251
11252 2015-03-11 Andy Wingo <wingo@igalia.com>
11253
11254 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
11255
11256 2015-03-11 Yao Qi <yao.qi@linaro.org>
11257
11258 * gdb.base/catch-syscall.exp: Fix typo in comments.
11259
11260 2015-03-11 Yao Qi <yao.qi@linaro.org>
11261
11262 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
11263
11264 2015-03-09 Pedro Alves <palves@redhat.com>
11265
11266 * dg-extract-results.py: Delete.
11267
11268 2015-03-09 Pedro Alves <palves@redhat.com>
11269
11270 Merge dg-extract-results.sh from GCC upstream (r218843).
11271
11272 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
11273 * dg-extract-results.sh: Use --text with grep to avoid issues with
11274 binary files. Fall back to cat -v, if that doesn't work.
11275
11276 2015-03-05 Pedro Alves <palves@redhat.com>
11277
11278 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
11279
11280 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
11281
11282 * lib/mi-support.exp (mi_expect_interrupt): Accept
11283 alternative event for when in all-stop mode.
11284
11285 2015-03-04 Pedro Alves <palves@redhat.com>
11286
11287 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
11288
11289 2015-03-04 Mark Kettenis <kettenis@gnu.org>
11290
11291 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
11292
11293 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11294
11295 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
11296 regexps for GDB's current line display, accept a hex address
11297 preceding the line number.
11298
11299 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11300
11301 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
11302 the 'arch1' variable for "s390*-linux*" targets.
11303
11304 2015-03-04 Pedro Alves <palves@redhat.com>
11305
11306 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
11307 (main): Pass missing retval argument to pthread_join call.
11308
11309 2015-03-02 Pedro Alves <palves@redhat.com>
11310
11311 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
11312 (top level): Call do_test with non-stop as well.
11313
11314 2015-03-02 Pedro Alves <palves@redhat.com>
11315
11316 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
11317 -1.
11318
11319 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11320
11321 * gdb.arch/s390-vregs.exp: New test.
11322 * gdb.arch/s390-vregs.S: New file.
11323
11324 2015-02-27 Pedro Alves <palves@redhat.com>
11325
11326 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
11327 call to catch_command_errors.
11328 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
11329 catch_command_errors.
11330
11331 2015-02-27 Pedro Alves <palves@redhat.com>
11332
11333 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
11334 "true" for boolean result.
11335 * gdb.gdb/selftest.exp (test_with_self): Also accept full
11336 prototype of main.
11337
11338 2015-02-27 Pedro Alves <palves@redhat.com>
11339
11340 * lib/unbuffer_output.c: New file.
11341 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
11342 (main): Call gdb_unbuffer_output.
11343
11344 2015-02-27 Yao Qi <yao.qi@linaro.org>
11345
11346 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
11347 target.
11348
11349 2015-02-26 Doug Evans <dje@google.com>
11350
11351 * gdb.cp/class2.cc (Dbase, D): New classes.
11352 (main): New local delta.
11353 * gdb.cp/class2.exp: Test printing delta.
11354 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
11355 (dynbar): New global.
11356 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
11357
11358 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11359
11360 * gdb.compile/compile-ifunc.c: New file.
11361 * gdb.compile/compile-ifunc.exp: New file.
11362
11363 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
11364
11365 * gdb.base/structs.exp: Check for correct struct on finish.
11366
11367 2015-02-26 Yao Qi <yao.qi@linaro.org>
11368
11369 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
11370 is zero.
11371
11372 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11373
11374 * gdb.arch/cordic.ko.bz2: New file.
11375 * gdb.arch/cordic.ko.debug.bz2: New file.
11376 * gdb.arch/ppc64-symtab-cordic.exp: New file.
11377
11378 2015-02-25 Yao Qi <yao.qi@linaro.org>
11379
11380 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
11381 aarch64*-*-* target.
11382
11383 2015-02-23 Pedro Alves <palves@redhat.com>
11384
11385 * lib/gdb.exp (delete_breakpoints): Rewrite using
11386 gdb_test_multiple.
11387
11388 2015-02-23 Pedro Alves <palves@redhat.com>
11389
11390 * gdb.base/info-os.c: Include stdlib.h.
11391
11392 2015-02-22 Doug Evans <xdje42@gmail.com>
11393
11394 PR symtab/17855
11395 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
11396 is read after symbols have been re-read.
11397 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
11398 * gdb.ada/exec_changed/second.adb (Second): Ditto.
11399
11400 2015-02-21 Doug Evans <dje@google.com>
11401
11402 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
11403
11404 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11405
11406 PR corefiles/17808
11407 * gdb.arch/i386-biarch-core.core.bz2: New file.
11408 * gdb.arch/i386-biarch-core.exp: New file.
11409
11410 2015-02-21 Pedro Alves <palves@redhat.com>
11411
11412 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
11413 runto_main fails.
11414
11415 2015-02-20 Pedro Alves <palves@redhat.com>
11416
11417 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
11418 info probes.
11419
11420 2015-02-20 Pedro Alves <palves@redhat.com>
11421
11422 * gdb.threads/multi-create-ns-info-thr.exp: New file.
11423
11424 2015-02-20 Pedro Alves <palves@redhat.com>
11425
11426 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
11427 clean_restart before gdb_target_supports_trace.
11428
11429 2015-02-20 Pedro Alves <palves@redhat.com>
11430
11431 PR threads/18006
11432 * gdb.threads/clone-thread_db.c: New file.
11433 * gdb.threads/clone-thread_db.exp: New file.
11434
11435 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
11436
11437 PR breakpoints/16812
11438 * gdb.base/catch-gdb-caused-signals.c: New file.
11439 * gdb.base/catch-gdb-caused-signals.exp: New file.
11440
11441 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
11442
11443 * configure: Regenerated.
11444 * configure.ac: Use GDB_AC_TRANSFORM.
11445 * aclocal.m4: sinclude ../transform.m4.
11446
11447 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11448
11449 * lib/dtrace.exp: New file.
11450 * gdb.base/dtrace-probe.exp: Likewise.
11451 * gdb.base/dtrace-probe.d: Likewise.
11452 * gdb.base/dtrace-probe.c: Likewise.
11453 * lib/pdtrace.in: Likewise.
11454 * configure.ac: Output variables with the transformed names of
11455 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
11456 * configure: Regenerated.
11457
11458 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11459
11460 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
11461 expected message when trying to access $_probe_* convenience
11462 variables while not on a probe.
11463
11464 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11465
11466 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
11467
11468 2015-02-11 Pedro Alves <pedro@codesourcery.com>
11469
11470 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
11471 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
11472
11473 2015-02-10 Doug Evans <xdje42@gmail.com>
11474
11475 * lib/gdb.exp (gdb_load): Always return a result.
11476
11477 2015-02-10 Pedro Alves <palves@redhat.com>
11478
11479 * gdb.threads/signal-sigtrap.c: New file.
11480 * gdb.threads/signal-sigtrap.exp: New file.
11481
11482 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
11483
11484 * gdb.trace/no-attach-trace.c: New file.
11485 * gdb.trace/no-attach-trace.exp: New file.
11486
11487 2015-02-09 Mark Wielaard <mjw@redhat.com>
11488
11489 * gdb.dwarf2/atomic.c: New file.
11490 * gdb.dwarf2/atomic-type.exp: Likewise.
11491
11492 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11493
11494 * gdb.btrace/buffer-size.exp: Update "info record" output.
11495 * gdb.btrace/delta.exp: Update "info record" output.
11496 * gdb.btrace/enable.exp: Update "info record" output.
11497 * gdb.btrace/finish.exp: Update "info record" output.
11498 * gdb.btrace/instruction_history.exp: Update "info record" output.
11499 * gdb.btrace/next.exp: Update "info record" output.
11500 * gdb.btrace/nexti.exp: Update "info record" output.
11501 * gdb.btrace/step.exp: Update "info record" output.
11502 * gdb.btrace/stepi.exp: Update "info record" output.
11503 * gdb.btrace/nohist.exp: Update "info record" output.
11504
11505 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11506
11507 * gdb.btrace/buffer-size: New.
11508
11509 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11510
11511 * gdb.btrace/delta.exp: Update "info record" output.
11512 * gdb.btrace/enable.exp: Update "info record" output.
11513 * gdb.btrace/finish.exp: Update "info record" output.
11514 * gdb.btrace/instruction_history.exp: Update "info record" output.
11515 * gdb.btrace/next.exp: Update "info record" output.
11516 * gdb.btrace/nexti.exp: Update "info record" output.
11517 * gdb.btrace/step.exp: Update "info record" output.
11518 * gdb.btrace/stepi.exp: Update "info record" output.
11519 * gdb.btrace/nohist.exp: Update "info record" output.
11520
11521 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
11522
11523 PR gdb/15678
11524 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
11525
11526 2015-02-06 Pedro Alves <palves@redhat.com>
11527
11528 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
11529 macro.
11530 (seconds_left, again): New globals.
11531 (main): Wait seconds_left in a 1-second sleep loop instead of
11532 sleeping 180 seconds. If 'again' is set, reset the seconds
11533 counter.
11534 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
11535 'again' in the inferior before detaching. Print the seconds left.
11536 (options): New global.
11537 (top level): Build program with -DTIMEOUT=$timeout.
11538
11539 2015-02-06 Pedro Alves <palves@redhat.com>
11540
11541 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
11542 determine how many seconds to pass to 'alarm'.
11543 * gdb.base/gdb-sigterm.exp (top level): Build program with
11544 -DTIMEOUT=$timeout.
11545 (do_test): Return success/failure indication. Add more verbose
11546 logging. Don't fail if 200 single steps are seen. Instead, fail
11547 when the test times out.
11548 (passes): New global.
11549 (top level): Break the testing loop if testing fails on any
11550 iteration. Use gdb_assert.
11551
11552 2015-02-04 Don Breazeal <donb@codesourcery.com>
11553
11554 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
11555 and initialize them.
11556 (ipc_cleanup): New function.
11557 (main): Don't declare shmid, semid, and msqid. Add a call to
11558 atexit so that we call ipc_cleanup on exit.
11559
11560 2015-02-04 Pedro Alves <palves@redhat.com>
11561
11562 * boards/native-extended-gdbserver.exp: Remove any target variant
11563 specifications from the board name before clearing the isremote
11564 flag from board_info.
11565
11566 2015-01-31 Doug Evans <xdje42@gmail.com>
11567
11568 * gdb.base/maint.exp <maint print type argc>: Update expected output.
11569
11570 2015-01-31 Gary Benson <gbenson@redhat.com>
11571
11572 * gdb.base/completion.exp: Disable completion limiting for
11573 existing tests. Add new tests to check completion limiting.
11574 * gdb.linespec/ls-errs.exp: Disable completion limiting.
11575
11576 2015-01-31 Doug Evans <xdje42@gmail.com>
11577
11578 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
11579
11580 2015-01-31 Doug Evans <xdje42@gmail.com>
11581
11582 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
11583 entries. Duplicate file section script entries.
11584 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
11585 inlined entries. Add test for safe-path rejection.
11586 * gdb.python/py-section-script.c: Add duplicate inlined section script
11587 entries. Duplicate file section script entries.
11588 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
11589 inlined entries. Add test for safe-path rejection.
11590
11591 2015-01-29 Joel Brobecker <brobecker@adacore.com>
11592
11593 * gdb.ada/disc_arr_bound: New testcase.
11594
11595 2015-01-29 Joel Brobecker <brobecker@adacore.com>
11596
11597 * gdb.ada/mi_var_array: New testcase.
11598
11599 2015-01-27 Doug Evans <dje@google.com>
11600
11601 * gdb.python/py-objfile.exp: Add tests for objfile.username.
11602 Add test for objfile.filename, objfile.username after objfile
11603 has been unloaded.
11604
11605 2015-01-26 Joel Brobecker <brobecker@adacore.com>
11606
11607 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
11608 the second test to print the name attribute of value
11609 returned by the call to gdb.lookup_type, and adjust
11610 the expected output accordingly.
11611
11612 2015-01-25 Mark Wielaard <mjw@redhat.com>
11613
11614 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
11615 * gdb.base/disp-step-fork.c: Include unistd.h.
11616 * gdb.base/siginfo-obj.c: Include stdio.h.
11617 * gdb.base/siginfo-thread.c: Likewise.
11618 * gdb.mi/non-stop.c: Include unistd.h.
11619 * gdb.mi/nsthrexec.c: Include stdio.h.
11620 * gdb.mi/pthreads.c: Include unistd.h.
11621 * gdb.modula2/unbounded1.c (main): Declare returns int.
11622 * gdb.reverse/consecutive-reverse.c: Likewise.
11623 * gdb.threads/create-fail.c: Include unistd.h.
11624 * gdb.threads/killed.c: Likewise.
11625 * gdb.threads/linux-dp.c: Likewise.
11626 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
11627 * gdb.threads/non-ldr-exc-2.c: Likewise.
11628 * gdb.threads/non-ldr-exc-3.c: Likewise.
11629 * gdb.threads/non-ldr-exc-4.c: Likewise.
11630 * gdb.threads/pthreads.c: Include unistd.h.
11631 (main): Declare returns int.
11632 * gdb.threads/tls-main.c (foo): New declaration.
11633 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
11634
11635 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
11636
11637 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
11638 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
11639
11640 2015-01-15 Mark Wielaard <mjw@redhat.com>
11641
11642 * gdb.base/noreturn-return.c: New file.
11643 * gdb.base/noreturn-return.exp: New file.
11644 * gdb.base/noreturn-finish.c: New file.
11645 * gdb.base/noreturn-finish.exp: New file.
11646
11647 2015-01-23 Pedro Alves <palves@redhat.com>
11648
11649 * gdb.threads/continue-pending-after-query.c: New file.
11650 * gdb.threads/continue-pending-after-query.exp: New file.
11651
11652 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
11653 Simon Marchi <simon.marchi@ericsson.com>
11654
11655 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
11656 * gdb.base/valgrind-db-attach.exp: Same.
11657 * gdb.base/valgrind-infcall.exp: Same.
11658 * lib/mi-support.exp (default_mi_gdb_start): Same.
11659 * lib/prompt.exp (default_prompt_gdb_start): Same.
11660 * lib/gdb.exp (default_gdb_spawn): Same.
11661 (gdb_interact): New.
11662
11663
11664 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11665
11666 * gdb.compile/compile.exp (pointer to jit function): New test.
11667
11668 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
11669
11670 * lib/gdb.exp (supports_process_record): Return true for
11671 powerpc*-*-linux*.
11672 (supports_reverse): Likewise.
11673
11674 2015-01-15 Don Breazeal <donb@codesourcery.com>
11675
11676 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
11677 instead of checking whether the target board is remote and
11678 use spawn_wait_for_attach instead of exec/sleep.
11679 * gdb.base/attach-twice.exp: Likewise.
11680
11681 2015-01-15 Joel Brobecker <brobecker@adacore.com>
11682
11683 * gdb.ada/var_arr_attrs: New testcase.
11684
11685 2015-01-14 Pedro Alves <palves@redhat.com>
11686 Joel Brobecker <brobecker@adacore.com>
11687
11688 PR gdb/17525
11689 * gdb.base/bp-cmds-execution-x-script.c: New file.
11690 * gdb.base/bp-cmds-execution-x-script.exp: New file.
11691 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
11692
11693 2015-01-14 Pedro Alves <palves@redhat.com>
11694
11695 PR cli/17828
11696 * gdb.base/batch-preserve-term-settings.c: New file.
11697 * gdb.base/batch-preserve-term-settings.exp: New file.
11698
11699 2015-01-13 Doug Evans <dje@google.com>
11700
11701 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
11702 binary.
11703
11704 2015-01-13 Joel Brobecker <brobecker@adacore.com>
11705
11706 * Makefile.in (clean mostlyclean): Do not delete *.py.
11707
11708 2015-01-13 Joel Brobecker <brobecker@adacore.com>
11709
11710 * gdb.python/py-lookup-type.exp: New file.
11711
11712 2015-01-12 Pedro Alves <palves@redhat.com>
11713
11714 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
11715 restore GDBFLAGS before returning.
11716
11717 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11718
11719 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
11720 is_amd64_regs_target and is_x86_like_target.
11721
11722 2015-01-11 Doug Evans <xdje42@gmail.com>
11723
11724 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
11725 is given without an explicit form.
11726 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
11727 attributes.
11728 * gdb.dwarf/corrupt.exp: Ditto.
11729 * gdb.dwarf2/enum-type.exp: Ditto.
11730 * gdb.trace/entry-values.exp: Ditto.
11731 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
11732
11733 2015-01-11 Doug Evans <xdje42@gmail.com>
11734
11735 PR gdb/15830
11736 * gdb.base/maint.exp: Remove references to "maint demangle".
11737 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
11738 Add tests for explicitly specifying language to demangle.
11739 * gdb.dlang/demangle.exp: Ditto.
11740
11741 2015-01-09 Pedro Alves <palves@redhat.com>
11742
11743 * gdb.threads/non-stop-fair-events.c: New file.
11744 * gdb.threads/non-stop-fair-events.exp: New file.
11745
11746 2015-01-09 Pedro Alves <palves@redhat.com>
11747
11748 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
11749 the global scope. Set a breakpoint after all threads are started
11750 rather than stepping over two source lines. Expect the prompt.
11751 * gdb.base/watch_thread_num.c (threads_started_barrier): New
11752 global.
11753 (NUM): Now 15.
11754 (main): Use threads_started_barrier to wait for all threads to
11755 start. Main thread no longer calls thread_function. Exit after
11756 180 seconds.
11757 (loop): New function.
11758 (thread_function): Wait on threads_started_barrier barrier. Call
11759 'loop' at each iteration.
11760 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
11761 threads have started, instead of hardcoding number of "next"
11762 steps. Use an access watchpoint instead of a write watchpoint.
11763
11764 2015-01-09 Pedro Alves <palves@redhat.com>
11765
11766 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
11767 (thread_func): Wait on barrier.
11768 (main): Wait for all threads to start before stopping GDB.
11769 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
11770 global.
11771 (thread1_func, thread2_func): Wait on barrier.
11772 (main): Wait for all threads to start before stopping GDB.
11773 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
11774 New global.
11775 (thread1_func, thread2_func): Wait on barrier.
11776 (main): Wait for all threads to start before stopping GDB.
11777
11778 2015-01-09 Pedro Alves <palves@redhat.com>
11779
11780 * gdb.threads/attach-many-short-lived-threads.c: New file.
11781 * gdb.threads/attach-many-short-lived-threads.exp: New file.
11782
11783 2014-01-09 Pedro Alves <palves@redhat.com>
11784
11785 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
11786 instead of to thread 2.
11787 * gdb.threads/signal-command-multiple-signals-pending.c (main):
11788 Add barrier around each pthread_create call instead of around all
11789 calls.
11790 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
11791 Set a break on thread_function and have the child threads hit it
11792 one at at a time.
11793
11794 2015-01-09 Pedro Alves <palves@redhat.com>
11795
11796 * lib/gdb.exp (can_spawn_for_attach): New procedure.
11797 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
11798 false.
11799 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
11800 checking whether the target board is remote.
11801 * gdb.multi/multi-attach.exp: Likewise.
11802 * gdb.python/py-sync-interp.exp: Likewise.
11803 * gdb.server/ext-attach.exp: Likewise.
11804 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
11805 tests that need to attach, instead of checking whether the target
11806 board is remote at the top of the file.
11807
11808 2015-01-08 Yao Qi <yao@codesourcery.com>
11809
11810 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
11811
11812 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11813
11814 Fix testcase compilation.
11815 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
11816
11817 2015-01-06 Joel Brobecker <brobecker@adacore.com>
11818
11819 * gdb.python/py-type.exp: Add a couple test about empty
11820 array creation, and negative-length array creation.
11821
11822 2015-01-02 Doug Evans <xdje42@gmail.com>
11823
11824 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
11825
11826 2015-01-02 Doug Evans <dje@google.com>
11827
11828 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
11829
11830 2014-12-29 Yao Qi <yao@codesourcery.com>
11831
11832 * gdb.trace/entry-values.exp: Update comments. Rename variable
11833 bar_call_foo to returned_from_foo.
11834
11835 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
11836
11837 PR gdb/17394
11838 * gdb.linespec/break-asm-file.c: New file.
11839 * gdb.linespec/break-asm-file.exp: New file.
11840 * gdb.linespec/break-asm-file0.s: New file.
11841 * gdb.linespec/break-asm-file1.s: New file.
11842
11843 2014-12-18 Nigel Stephens <nigel@mips.com>
11844 Maciej W. Rozycki <macro@codesourcery.com>
11845
11846 * gdb.base/float.exp: Handle the new output from "info float" on
11847 MIPS targets.
11848
11849 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11850
11851 Fix MinGW compilation.
11852 * gdb.compile/compile-ops.exp: Update untested message if
11853 !skip_compile_feature_tests.
11854 * gdb.compile/compile-setjmp.exp: Likewise.
11855 * gdb.compile/compile-tls.exp: Likewise.
11856 * gdb.compile/compile.exp: Likewise.
11857 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
11858 supported on this host".
11859
11860 2014-12-16 Doug Evans <xdje42@gmail.com>
11861
11862 * boards/stabs.exp: New file.
11863
11864 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
11865
11866 * gdb.base/completion.exp: Adjust to format changes of "maint
11867 print user-registers".
11868
11869 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
11870
11871 PR server/17457
11872 * gdb.arch/aarch64-fp.c: New file.
11873 * gdb.arch/aarch64-fp.exp: New file.
11874
11875 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
11876
11877 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
11878 r210637, r210913, r211666, r215400, r215817).
11879
11880 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
11881 * dg-extract-results.py: New file.
11882 * dg-extract-results.sh: Use it if the environment seems
11883 suitable.
11884
11885 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
11886
11887 * dg-extract-results.py (parse_run): Handle warnings that
11888 are printed before a test harness is run.
11889
11890 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
11891
11892 * dg-extract-results.py (Named): Remove __cmp__ method.
11893 (output_variation): Use a key to sort variation.harnesses.
11894
11895 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
11896
11897 * dg-extract-results.py: For Python 3, force sys.stdout to
11898 handle surrogate escape sequences.
11899 (safe_open): New function.
11900 (output_segment, main): Use it.
11901
11902 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
11903
11904 * dg-extract-results.py (Prog.result_re): Include options
11905 in test name.
11906
11907 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
11908
11909 * dg-extract-results.py (output_variation): Always sort if
11910 do_sum.
11911
11912 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
11913
11914 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
11915 as long as we get pagination notifications.
11916
11917 2014-12-15 Jason Merrill <jason@redhat.com>
11918
11919 * Makefile.in (check-gdb.%): Restore.
11920 * README: Mention it.
11921
11922 2014-12-13 Joel Brobecker <brobecker@adacore.com>
11923
11924 * gdb.ada/str_uninit: New testcase.
11925
11926 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11927
11928 PR symtab/17642
11929 * gdb.base/vla-stub-define.c: New file.
11930 * gdb.base/vla-stub.c: New file.
11931 * gdb.base/vla-stub.exp: New file.
11932
11933 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
11934 Jan Kratochvil <jan.kratochvil@redhat.com>
11935 Tom Tromey <tromey@redhat.com>
11936
11937 * configure.ac: Add gdb.compile/.
11938 * configure: Regenerate.
11939 * gdb.compile/Makefile.in: New file.
11940 * gdb.compile/compile-ops.exp: New file.
11941 * gdb.compile/compile-ops.c: New file.
11942 * gdb.compile/compile-tls.c: New file.
11943 * gdb.compile/compile-tls.exp: New file.
11944 * gdb.compile/compile-constvar.S: New file.
11945 * gdb.compile/compile-constvar.c: New file.
11946 * gdb.compile/compile-mod.c: New file.
11947 * gdb.compile/compile-nodebug.c: New file.
11948 * gdb.compile/compile-setjmp-mod.c: New file.
11949 * gdb.compile/compile-setjmp.c: New file.
11950 * gdb.compile/compile-setjmp.exp: New file.
11951 * gdb.compile/compile-shlib.c: New file.
11952 * gdb.compile/compile.c: New file.
11953 * gdb.compile/compile.exp: New file.
11954 * lib/gdb.exp (skip_compile_feature_tests): New proc.
11955
11956 2014-12-12 Tom Tromey <tromey@redhat.com>
11957
11958 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
11959 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
11960
11961 2014-12-12 Doug Evans <dje@google.com>
11962
11963 * lib/gdb-python.exp (get_python_valueof): New function.
11964 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
11965
11966 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11967
11968 * gdb.base/completion.exp: Add test for completion of "info
11969 registers ".
11970
11971 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
11972
11973 * gdb.base/func-ptrs.c: New file.
11974 * gdb.base/func-ptrs.exp: New file.
11975
11976 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11977
11978 PR breakpoints/17012
11979 * gdb.base/dprintf-detach.c: New file.
11980 * gdb.base/dprintf-detach.exp: New file.
11981
11982 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11983
11984 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
11985 * lib/gdb.exp (target_is_gdbserver): New procedure.
11986
11987 2014-12-08 Doug Evans <dje@google.com>
11988
11989 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
11990
11991 2014-12-05 Yao Qi <yao@codesourcery.com>
11992
11993 * gdb.guile/scm-error.exp: Remove the third argument to
11994 gdb_remote_download.
11995 * gdb.guile/scm-frame-args.exp: Likewise.
11996 * gdb.guile/scm-section-script.exp: Likewise.
11997
11998 2014-12-05 Yao Qi <yao@codesourcery.com>
11999
12000 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
12001
12002 2014-12-04 Doug Evans <dje@google.com>
12003
12004 * gdb.python/py-objfile.exp: Add tests for
12005 objfile.add_separate_debug_file.
12006
12007 2014-12-04 Doug Evans <dje@google.com>
12008
12009 * lib/gdb.exp (get_build_id): New function.
12010 (build_id_debug_filename_get): Rewrite to use it.
12011 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
12012
12013 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
12014
12015 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
12016 `method(long)', not just 0x0.
12017 * gdb.cp/nsalias.exp: Align code labels to 4.
12018 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
12019 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
12020 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
12021 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
12022 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
12023 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
12024
12025 2014-12-02 Doug Evans <dje@google.com>
12026
12027 PR symtab/17602
12028 * gdb.cp/anon-ns.cc: Move guts of this file to ...
12029 * gdb.cp/anon-ns2.cc: ... here. New file.
12030 * gdb.cp/anon-ns.exp: Update.
12031
12032 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
12033
12034 * gdb.python/py-events.py (inferior_call_handler): New.
12035 (register_changed_handler, memory_changed_handler): New.
12036 (test_events.invoke): Register new handlers.
12037 * gdb.python/py-events.exp: Add tests for inferior call,
12038 memory_changed and register_changed events.
12039
12040 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12041
12042 * gdb.base/execl-update-breakpoints.exp: Specify the link address
12043 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
12044 if the linker doesn't understand this.
12045
12046 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
12047
12048 * gdb.python/python.exp: Change expected reply to help().
12049
12050 2014-12-01 Yao Qi <yao@codesourcery.com>
12051
12052 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
12053 AC_CONFIG_SUBDIRS(gdb.gdbtk).
12054 * configure: Re-generated.
12055
12056 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
12057
12058 * gdb.cp/chained-calls.cc: New file.
12059 * gdb.cp/chained-calls.exp: New file.
12060 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
12061
12062 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
12063
12064 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
12065 * gdb.dwarf2/symtab-producer.exp: Same.
12066 * gdb.gdb/python-interrupts.exp: Same.
12067 * gdb.gdb/python-selftest.exp: Same.
12068 * gdb.python/py-linetable.exp: Same.
12069 * gdb.python/py-type.exp: Same.
12070 * gdb.python/py-value-cc.exp: Same.
12071 * gdb.python/py-value.exp: Same.
12072
12073 2014-11-28 Yao Qi <yao@codesourcery.com>
12074
12075 * gdb.base/break-probes.exp: Match library name prefixed with
12076 sysroot.
12077
12078 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
12079
12080 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
12081 test expected output. Add parentheses for the call to print.
12082 Remove L suffix from integers.
12083
12084 2014-11-26 Doug Evans <dje@google.com>
12085
12086 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
12087
12088 2014-11-22 Yao Qi <yao@codesourcery.com>
12089
12090 * gdb.trace/entry-values.c: Remove asms.
12091 (foo): Add foo_label.
12092 (bar): Add bar_label.
12093 * gdb.trace/entry-values.exp: Remove code computing foo's
12094 length and bar's length.
12095 (Dwarf::assemble): Invoke function_range for bar and use
12096 MACRO_AT_func for foo.
12097
12098 2014-11-22 Yao Qi <yao@codesourcery.com>
12099
12100 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
12101 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
12102 Use .Lgcc43_procstart instead of gcc43.
12103
12104 2014-11-21 Joel Brobecker <brobecker@adacore.com>
12105
12106 * gdb.ada/n_arr_bound: New testcase.
12107
12108 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
12109
12110 PR breakpoints/10737
12111 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
12112 test_catch_syscall_multi_arch.
12113 (test_catch_syscall_multi_arch): New function.
12114
12115 2014-11-20 Doug Evans <xdje42@gmail.com>
12116
12117 * gdb.base/maint.exp: Update expected output.
12118
12119 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
12120
12121 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
12122 4-byte instruction on S390.
12123
12124 2014-11-19 Joel Brobecker <brobecker@adacore.com>
12125
12126 * gdb.ada/arr_arr: New testcase.
12127
12128 2014-11-19 Joel Brobecker <brobecker@adacore.com>
12129
12130 * gdb.ada/pkd_arr_elem: New Testcase.
12131
12132 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
12133
12134 * gdb.reverse/break-precsave: Expect completion message for
12135 core file reads.
12136 * gdb.reverse/consecutive-precsave.exp: Likewise.
12137 * gdb.reverse/finish-precsave.exp: Likewise.
12138 * gdb.reverse/i386-precsave.exp: Likewise.
12139 * gdb.reverse/machinestate-precsave.exp: Likewise.
12140 * gdb.reverse/sigall-precsave.exp: Likewise.
12141 * gdb.reverse/solib-precsave.exp: Likewise.
12142 * gdb.reverse/step-precsave.exp: Likewise.
12143 * gdb.reverse/until-precsave.exp: Likewise.
12144 * gdb.reverse/watch-precsave.exp: Likewise.
12145
12146 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12147
12148 * gdb.base/bp-permanent.c: Include unistd.h.
12149 * gdb.python/py-framefilter-mi.c (main): Add return type.
12150 * gdb.python/py-framefilter.c (main): Likewise.
12151 * gdb.trace/actions-changed.c (main): Likewise.
12152
12153 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12154
12155 * gdb.mi/until.c: Add eye-catchers.
12156 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
12157 line numbers.
12158
12159 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12160
12161 * gdb.base/condbreak.exp: Drop references to removed non-prototype
12162 function header variants in break1.c.
12163 * gdb.base/ena-dis-br.exp: Likewise.
12164 * gdb.base/hbreak2.exp: Likewise.
12165 * gdb.reverse/until-precsave.exp: Drop references to removed
12166 non-prototype function header variants in ur1.c.
12167 * gdb.reverse/until-reverse.exp: Likewise.
12168
12169 2014-11-17 Petr Machata <pmachata@redhat.com>
12170
12171 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
12172 ${_cu_offset_size} bytes abbrev offset.
12173
12174 2014-11-15 Doug Evans <xdje42@gmail.com>
12175
12176 PR symtab/17559
12177 * gdb.base/line-symtabs.exp: New file.
12178 * gdb.base/line-symtabs.c: New file.
12179 * gdb.base/line-symtabs.h: New file.
12180
12181 2014-11-14 Yao Qi <yao@codesourcery.com>
12182
12183 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
12184 (func): Add label func_label.
12185 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
12186 Replace low_pc and high_pc with MACRO_AT_range.
12187 Replace name, low_pc and high_pc with MACRO_AT_func.
12188
12189 2014-11-14 Yao Qi <yao@codesourcery.com>
12190
12191 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
12192 Replace name, low_pc and high_pc with MACRO_AT_func.
12193
12194 2014-11-14 Yao Qi <yao@codesourcery.com>
12195
12196 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
12197 produce debug information.
12198 * gdb.dwarf2/implptr-optimized-out.S: Removed.
12199
12200 2014-11-14 Yao Qi <yao@codesourcery.com>
12201
12202 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
12203 object and get function length.
12204 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
12205 with MACRO_AT_func.
12206 (top-level): Replace gdb_compile and clean_restart with
12207 prepare_for_testing.
12208 * gdb.dwarf2/main.c (main): Add label main_label.
12209
12210 2014-11-14 Yao Qi <yao@codesourcery.com>
12211
12212 * lib/dwarf.exp (function_range): New procedure.
12213 (Dwarf::_handle_macro_at_func): New procedure.
12214 (Dwarf::_handle_macro_at_range): New procedure.
12215 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
12216
12217 2014-11-14 Yao Qi <yao@codesourcery.com>
12218
12219 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
12220 (_handle_attribute): New procedure.
12221
12222 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12223
12224 * gdb.ada/cond_lang/foo.c (callme): Add return type.
12225 * gdb.base/call-sc.c (zed): Likewise.
12226 * gdb.base/checkpoint.c (main): Likewise.
12227 * gdb.base/dump.c (main): Likewise.
12228 * gdb.base/gcore.c (main): Likewise.
12229 * gdb.base/huge.c (main): Likewise.
12230 * gdb.base/multi-forks.c (main): Likewise.
12231 * gdb.base/pr10179-a.c (main): Likewise.
12232 * gdb.base/savedregs.c (main): Likewise.
12233 * gdb.base/sigaltstack.c (main): Likewise.
12234 * gdb.base/siginfo.c (main): Likewise.
12235 * gdb.base/structs.c (zed): Likewise.
12236 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
12237 * gdb.mi/mi-syn-frame.c (main): Likewise.
12238 * gdb.mi/until.c (foo, main): Likewise.
12239 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
12240 * gdb.base/solib-weak.c (foo): Declare.
12241 * gdb.base/attach-twice.c: Include stdio.h.
12242 * gdb.base/weaklib1.c: Likewise.
12243 * gdb.base/weaklib2.c: Likewise.
12244 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
12245 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
12246 unistd.h.
12247 * gdb.base/attach-pie-misread.c: Include stdlib.h.
12248 * gdb.mi/mi-exit-code.c: Likewise.
12249 * gdb.base/break-interp-lib.c: Include string.h.
12250 * gdb.base/coremaker.c: Likewise.
12251 * gdb.base/testenv.c: Likewise.
12252 * gdb.python/py-finish-breakpoint.c: Likewise.
12253 * gdb.base/inferior-died.c: Include sys/wait.h.
12254 * gdb.base/fileio.c: Include time.h.
12255 * gdb.base/async-shell.c: Include unistd.h.
12256 * gdb.base/dprintf-non-stop.c: Likewise.
12257 * gdb.base/info-os.c: Likewise.
12258 * gdb.mi/mi-console.c: Likewise.
12259 * gdb.mi/watch-nonstop.c: Likewise.
12260 * gdb.python/py-events.c: Likewise.
12261 * gdb.base/async.c (baz): Move up before its invocation.
12262 * gdb.base/code_elim2.c (my_global_func): Likewise.
12263 * gdb.base/skip-solib-lib.c (multiply): Likewise.
12264 * gdb.base/advance.c (func2): Likewise.
12265
12266 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12267
12268 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
12269 variant.
12270 * gdb.base/annota3.c: Likewise.
12271 * gdb.base/async.c: Likewise.
12272 * gdb.base/average.c: Likewise.
12273 * gdb.base/call-ar-st.c: Likewise.
12274 * gdb.base/call-rt-st.c: Likewise.
12275 * gdb.base/call-sc.c: Likewise.
12276 * gdb.base/call-strs.c: Likewise.
12277 * gdb.base/ending-run.c: Likewise.
12278 * gdb.base/execd-prog.c: Likewise.
12279 * gdb.base/exprs.c: Likewise.
12280 * gdb.base/foll-exec.c: Likewise.
12281 * gdb.base/foll-fork.c: Likewise.
12282 * gdb.base/foll-vfork.c: Likewise.
12283 * gdb.base/funcargs.c: Likewise.
12284 * gdb.base/gcore.c: Likewise.
12285 * gdb.base/jump.c: Likewise.
12286 * gdb.base/langs0.c: Likewise.
12287 * gdb.base/langs1.c: Likewise.
12288 * gdb.base/langs2.c: Likewise.
12289 * gdb.base/mips_pro.c: Likewise.
12290 * gdb.base/nodebug.c: Likewise.
12291 * gdb.base/opaque0.c: Likewise.
12292 * gdb.base/opaque1.c: Likewise.
12293 * gdb.base/recurse.c: Likewise.
12294 * gdb.base/run.c: Likewise.
12295 * gdb.base/scope0.c: Likewise.
12296 * gdb.base/scope1.c: Likewise.
12297 * gdb.base/setshow.c: Likewise.
12298 * gdb.base/setvar.c: Likewise.
12299 * gdb.base/shmain.c: Likewise.
12300 * gdb.base/shr1.c: Likewise.
12301 * gdb.base/shr2.c: Likewise.
12302 * gdb.base/sigall.c: Likewise.
12303 * gdb.base/signals.c: Likewise.
12304 * gdb.base/so-indr-cl.c: Likewise.
12305 * gdb.base/solib2.c: Likewise.
12306 * gdb.base/structs.c: Likewise.
12307 * gdb.base/sum.c: Likewise.
12308 * gdb.base/vforked-prog.c: Likewise.
12309 * gdb.base/watchpoint.c: Likewise.
12310 * gdb.reverse/shr2.c: Likewise.
12311 * gdb.reverse/until-reverse.c: Likewise.
12312 * gdb.reverse/ur1.c: Likewise.
12313 * gdb.reverse/watch-reverse.c: Likewise.
12314
12315 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12316
12317 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
12318 variant.
12319 * gdb.base/sepdebug.exp: Drop references to removed code.
12320
12321 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12322
12323 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
12324 variant. Preserve original line numbering.
12325 * gdb.base/list1.c: Likewise.
12326
12327 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12328
12329 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
12330 variant.
12331 * gdb.base/break1.c: Likewise.
12332 * gdb.base/break.exp: Drop references to removed code.
12333
12334 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12335
12336 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
12337 variant.
12338
12339 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12340
12341 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
12342
12343 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12344
12345 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
12346 logic into perform_all_tests() and invoke it with and without
12347 function header prototypes.
12348 (do_function_calls): Remove conditional XFAIL for PR 5318.
12349 (rerun_and_prepare): Remove duplicate code.
12350 (perform_all_tests): New. Main logic moved here.
12351
12352 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12353
12354 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
12355 code guarded by #ifdef NO_PROTOTYPES.
12356 (t_double_many_args): Likewise.
12357 (DEF_FUNC_MANY_ARGS_1): Likewise.
12358 (DEF_FUNC_VALUES_1): Likewise.
12359 (t_structs_ldc): Renamed from t_structs_fc in conditional code
12360 guarded by #ifdef PROTOTYPES.
12361
12362 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12363
12364 * gdb.mi/mi-console.c: Add eye-catcher.
12365 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
12366 instead of literal line number.
12367
12368 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12369
12370 * gdb.base/shr2.c: Add eye-catcher.
12371 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
12372 line number.
12373
12374 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12375
12376 * gdb.base/jump.c: Add eye-catchers.
12377 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
12378 numbers.
12379
12380 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12381
12382 * gdb.base/execd-prog.c: Add eye-catchers.
12383 * gdb.base/foll-exec.c: Likewise.
12384 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
12385 line numbers.
12386
12387 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12388
12389 * gdb.base/ending-run.c: Add eye-catchers.
12390 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
12391 literal line numbers.
12392
12393 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12394
12395 * gdb.base/call-rt-st.c: Add eye-catchers.
12396 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
12397 literal line numbers.
12398
12399 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12400
12401 * gdb.base/call-ar-st.c: Add eye-catchers.
12402 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
12403 literal line numbers.
12404
12405 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12406
12407 * gdb.base/average.c: Add eye-catchers.
12408 * gdb.base/sum.c: Likewise.
12409 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
12410 regexps dynamically.
12411
12412 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12413
12414 * gdb.base/solib1.c: Add eye-catchers.
12415 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
12416 literal line numbers.
12417
12418 2014-11-12 Pedro Alves <palves@redhat.com>
12419
12420 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
12421 leader has exited.
12422
12423 2014-11-12 Pedro Alves <palves@redhat.com>
12424
12425 * gdb.arch/i386-bp_permanent.c: New file.
12426 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
12427 (srcfile): Set to i386-bp_permanent.c.
12428 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
12429 that stepi does not execute the 'leave' instruction, instead of
12430 testing it does execute.
12431 * gdb.base/bp-permanent.c: New file.
12432 * gdb.base/bp-permanent.exp: New file.
12433
12434 2014-11-10 Doug Evans <xdje42@gmail.com>
12435
12436 PR symtab/17564
12437 * gdb.base/symtab-search-order.exp: New file.
12438 * gdb.base/symtab-search-order.c: New file.
12439 * gdb.base/symtab-search-order-1.c: New file.
12440 * gdb.base/symtab-search-order-shlib-1.c: New file.
12441
12442 2014-11-07 Pedro Alves <palves@redhat.com>
12443
12444 PR gdb/17511
12445 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
12446 i?86-*-linux*.
12447
12448 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
12449
12450 PR c++/17494
12451 * gdb.cp/pr17494.cc: New file.
12452 * gdb.cp/pr17494.exp: New file.
12453
12454 2014-11-02 Yao Qi <yao@codesourcery.com>
12455
12456 * gdb.python/python.exp: Get working directory and match the
12457 output of "set extended-prompt \\w " with it.
12458
12459 2014-10-30 Doug Evans <dje@google.com>
12460
12461 * gdb.python/py-objfile.exp: Add tests for setting random attributes
12462 in objfiles.
12463 * gdb.python/py-progspace.exp: Add tests for setting random attributes
12464 in progspaces.
12465
12466 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
12467
12468 * gdb.base/fullpath-expand.exp: Skip for a remote host.
12469 * gdb.base/realname-expand.exp: Likewise.
12470 * gdb.linespec/macro-relative.exp: Likewise.
12471
12472 2014-10-29 Pedro Alves <palves@redhat.com>
12473
12474 PR gdb/17408
12475 * gdb.threads/schedlock.c (some_function): New function.
12476 (call_function): New global.
12477 (MAYBE_CALL_SOME_FUNCTION): New macro.
12478 (thread_function): Call it.
12479 * gdb.threads/schedlock.exp (get_args): Add description parameter,
12480 and use it instead of a global counter. Adjust all callers.
12481 (get_current_thread): Use "find current thread" for test message
12482 here rather than having all callers pass down the same string.
12483 (goto_loop): New procedure, factored out from ...
12484 (my_continue): ... this.
12485 (step_ten_loops): Change parameter from test message to command to
12486 use. Adjust.
12487 (list_count): Delete global.
12488 (check_result): New procedure, factored out from duplicate top
12489 level code.
12490 (continue tests): Wrap in with_test_prefix.
12491 (test_step): New procedure, factored out from duplicate top level
12492 code.
12493 (top level): Test "step" in combination with all scheduler-locking
12494 modes. Test "next" in combination with all scheduler-locking
12495 modes, and in combination with stepping over a function call or
12496 not.
12497 * gdb.threads/next-bp-other-thread.c: New file.
12498 * gdb.threads/next-bp-other-thread.exp: New file.
12499
12500 2014-10-29 Pedro Alves <palves@redhat.com>
12501
12502 PR python/17372
12503 * gdb.python/python.exp: Test a multi-line command that spawns
12504 interactive Python.
12505 * gdb.base/multi-line-starts-subshell.exp: New file.
12506
12507 2014-10-29 Yao Qi <yao@codesourcery.com>
12508
12509 * gdb.base/fileio.exp: Make directories on host.
12510
12511 2014-10-29 Yao Qi <yao@codesourcery.com>
12512
12513 * gdb.base/fileio.c (test_write): Close the file.
12514
12515 2014-10-28 Pedro Alves <palves@redhat.com>
12516
12517 PR gdb/12623
12518 * gdb.base/sigstep.c (no_handler): New global.
12519 (main): If 'no_handler is true, set the signal handlers to
12520 SIG_IGN.
12521 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
12522 with_sw_watch and no_handler parameters. Handle them.
12523 (top level) <stepping over handler when stopped at a breakpoint
12524 test>: Add a test axis for testing with a software watchpoint, and
12525 another for testing with the signal handler set to SIG_IGN.
12526 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
12527 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
12528
12529 2014-10-28 Pedro Alves <palves@redhat.com>
12530
12531 PR gdb/17511
12532 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
12533 * gdb.base/sigstep.exp (other_handler_location): New global.
12534 (advance): Support stepping into the signal handler, and running
12535 commands while in the handler.
12536 (in_handler_map): New global.
12537 (top level): In the advance test, add combinations for getting
12538 into the handler with stepping commands, and for running commands
12539 in the handler. Add comment descripting the advancei tests.
12540
12541 2014-10-28 Pedro Alves <palves@redhat.com>
12542
12543 * gdb.base/sigstep.exp: Use build_executable instead of
12544 prepare_for_testing.
12545 (top level): Move code that starts GDB, runs to main and creates a
12546 display to ...
12547 (restart): ... this new procedure.
12548 (top level): Move backtrace from signal handler test to ...
12549 (validate_backtrace): ... this new procedure.
12550 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
12551 with_test_prefix. Always restart GDB.
12552 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
12553 with_test_prefix. Always restart GDB. No need to delete
12554 breakpoints after the test.
12555 (test_skip_handler): Remove prefix parameter.
12556 (skip_over_handler, breakpoint_to_handler)
12557 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
12558 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
12559 restart GDB. No need to delete breakpoints after the test.
12560 (top level): Use foreach to call the test procedures with
12561 different commands.
12562
12563 2014-10-28 Pedro Alves <palves@redhat.com>
12564
12565 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
12566 instead of GNATS numbers.
12567 * gdb.base/sigbpt.exp: Likewise.
12568 * gdb.base/siginfo.exp: Likewise.
12569 * gdb.base/sigstep.exp: Likewise.
12570
12571 2014-10-27 Pedro Alves <palves@redhat.com>
12572
12573 * gdb.base/sigstep.c (dummy): New global.
12574 (main): Issue a couple writes to the new global.
12575 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
12576 procedures.
12577 (skip_over_handler): Use test_skip_handler.
12578 (top level): Call skip_over_handler for stepi and nexti too.
12579 (breakpoint_over_handler): Use test_skip_handler.
12580 (top level): Call breakpoint_over_handler for stepi and nexti too.
12581
12582 2014-10-27 Yao Qi <yao@codesourcery.com>
12583
12584 * gdb.trace/tfile.c (adjust_function_address)
12585 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
12586 function descriptor.
12587
12588 2014-10-24 Don Breazeal <donb@codesourcery.com>
12589
12590 * gdb.base/foll-fork.exp (test_follow_fork,
12591 catch_fork_child_follow): Check for updated fork messages emitted
12592 from infrun.c.
12593 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
12594 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
12595 vfork_and_exec_child_follow_through_step): Check for updated vfork
12596 messages emitted from infrun.c.
12597
12598 2014-10-24 Pedro Alves <palves@redhat.com>
12599
12600 * gdb.base/corefile.exp: Remove references to ultrix.
12601 * gdb.base/interrupt.exp: Likewise.
12602 * gdb.base/whatis.exp: Likewise.
12603 * gdb.gdb/selftest.exp: Likewise.
12604 * gdb.threads/manythreads.exp: Likewise.
12605 * gdb.threads/print-threads.exp: Likewise.
12606 * gdb.threads/pthreads.exp:: Likewise.
12607 * gdb.threads/schedlock.exp: Likewise.
12608
12609 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
12610
12611 * gdb.cp/non-trivial-retval.cc: Add a test case.
12612 * gdb.cp/non-trivial-retval.exp: Add a test.
12613
12614 2014-10-20 Yao Qi <yao@codesourcery.com>
12615
12616 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
12617 * gdb.python/py-objfile-script-gdb.py: New file.
12618 * gdb.python/py-objfile-script.exp: Update reference to
12619 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
12620 of remote_download. Remove the dest file.
12621
12622 2014-10-20 Yao Qi <yao@codesourcery.com>
12623
12624 * gdb.base/checkpoint.exp: Don't remove file copied on host.
12625 * gdb.base/step-line.exp: Likewise.
12626 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12627 * gdb.dwarf2/dw2-basic.exp: Likewise.
12628 * gdb.dwarf2/dw2-compressed.exp: Likewise.
12629 * gdb.dwarf2/dw2-filename.exp: Likewise.
12630 * gdb.dwarf2/dw2-intercu.exp: Likewise.
12631 * gdb.dwarf2/dw2-intermix.exp: Likewise.
12632 * gdb.dwarf2/dw2-producer.exp: Likewise.
12633 * gdb.dwarf2/mac-fileno.exp: Likewise.
12634 * gdb.python/py-frame-args.exp: Likewise.
12635 * gdb.python/py-framefilter.exp: Likewise.
12636 * gdb.python/py-mi.exp: Likewise.
12637 * gdb.python/py-objfile-script.exp: Likewise
12638 * gdb.python/py-pp-integral.exp: Likewise.
12639 * gdb.python/py-pp-re-notag.exp: Likewise.
12640 * gdb.python/py-prettyprint.exp: Likewise.
12641 * gdb.python/py-section-script.exp: Likewise.
12642 * gdb.python/py-typeprint.exp: Likewise.
12643 * gdb.python/py-xmethods.exp: Likewise.
12644 * gdb.stabs/weird.exp: Likewise.
12645 * gdb.xml/tdesc-regs.exp: Likewise.
12646
12647 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
12648
12649 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
12650 (out_cu): Use addr_len for the size of addresses.
12651 (out_line): Likewise. Size DW_LNE_set_address instruction
12652 according to addr_len.
12653 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
12654 (FUNC): Add START_INSNS to definition.
12655
12656 2014-10-18 Yao Qi <yao@codesourcery.com>
12657
12658 * gdb.base/argv0-symlink.exp: Check argv[0] value if
12659 gdb_has_argv0 return true.
12660 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
12661 check [target_info exists noargs], check [gdb_has_argv0]
12662 instead.
12663 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12664 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
12665 procedures.
12666
12667 2014-10-17 Doug Evans <dje@google.com>
12668
12669 * gdb.python/py-events.exp: Update expected output for clear_objfiles
12670 event.
12671 * gdb.python/py-events.py: Add clear_objfiles event.
12672
12673 2014-10-17 Doug Evans <dje@google.com>
12674
12675 * gdb.python/py-objfile.exp: Test progspace attribute.
12676
12677 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
12678
12679 * gdb.guile/scm-breakpoint.exp: Do not assume any
12680 directory separators when matching source file paths.
12681 * gdb.python/py-breakpoint.exp: Likewise.
12682 * gdb.reverse/break-precsave.exp: Likewise.
12683 * gdb.reverse/break-reverse.exp: Likewise.
12684 * gdb.reverse/consecutive-precsave.exp: Likewise.
12685 * gdb.reverse/finish-precsave.exp: Likewise.
12686 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
12687 * gdb.reverse/finish-reverse.exp: Likewise.
12688 * gdb.reverse/i386-precsave.exp: Likewise.
12689 * gdb.reverse/i387-env-reverse.exp: Likewise.
12690 * gdb.reverse/i387-stack-reverse.exp: Likewise.
12691 * gdb.reverse/machinestate-precsave.exp: Likewise.
12692 * gdb.reverse/machinestate.exp: Likewise.
12693 * gdb.reverse/sigall-precsave.exp: Likewise.
12694 * gdb.reverse/solib-precsave.exp: Likewise.
12695 * gdb.reverse/step-precsave.exp: Likewise.
12696 * gdb.reverse/until-precsave.exp: Likewise.
12697 * gdb.reverse/watch-precsave.exp: Likewise.
12698 * gdb.reverse/watch-reverse.exp: Likewise.
12699
12700 2014-10-17 Yao Qi <yao@codesourcery.com>
12701
12702 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
12703 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
12704
12705 2014-10-17 Pedro Alves <palves@redhat.com>
12706
12707 PR gdb/17471
12708 * gdb.base/bg-execution-repeat.c: New file.
12709 * gdb.base/bg-execution-repeat.exp: New file.
12710
12711 2014-10-17 Pedro Alves <palves@redhat.com>
12712
12713 PR gdb/17300
12714 * gdb.base/continue-all-already-running.c: New file.
12715 * gdb.base/continue-all-already-running.exp: New file.
12716
12717 2014-10-17 Pedro Alves <palves@redhat.com>
12718
12719 PR gdb/17472
12720 * gdb.base/annota-input-while-running.c: New file.
12721 * gdb.base/annota-input-while-running.exp: New file.
12722
12723 2014-10-17 Pedro Alves <palves@redhat.com>
12724
12725 * gdb.base/callfuncs.exp: emove references to osf.
12726 * gdb.base/sigall.exp: Likewise.
12727 * gdb.gdb/selftest.exp: Likewise.
12728 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
12729 * gdb.mi/non-stop.c: Likewise.
12730 * gdb.mi/pthreads.c: Likewise.
12731 * gdb.reverse/sigall-precsave.exp: Likewise.
12732 * gdb.reverse/sigall-reverse.exp: Likewise.
12733 * gdb.threads/pthreads.c: Likewise.
12734 * gdb.threads/pthreads.exp: Likewise.
12735
12736 2014-10-17 Yao Qi <yao@codesourcery.com>
12737
12738 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
12739 check 'target_info exists noargs'.
12740 (test_command_prompt_position): Likewise.
12741 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
12742 Remove "set args".
12743 (progvar_simple_while_test): Likewise.
12744 (progvar_complex_if_while_test): Likewise.
12745 (if_while_breakpoint_command_test): Likewise.
12746 (infrun_breakpoint_command_test): Likewise.
12747 (breakpoint_command_test): Likewise.
12748 (watchpoint_command_test): Likewise.
12749 (bp_deleted_in_command_test): Likewise.
12750 (temporary_breakpoint_commands): Likewise.
12751
12752 2014-10-16 Yao Qi <yao@codesourcery.com>
12753
12754 * gdb.base/remotetimeout.exp: Remove noargs checking.
12755
12756 2014-10-15 Pedro Alves <palves@redhat.com>
12757
12758 PR breakpoints/9649
12759 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
12760 * gdb.base/breakpoint-in-ro-region.exp
12761 (probe_target_hardware_step): New procedure.
12762 (top level): Probe hardware stepping and hardware breakpoint
12763 support. Test stepping through a read-only region, with both
12764 "breakpoint auto-hw" on and off and both "always-inserted" on and
12765 off.
12766
12767 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
12768
12769 * gdb.dlang/demangle.exp: Update for demangling changes.
12770
12771 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12772
12773 * gdb.cp/non-trivial-retval.cc: Add new test cases.
12774 * gdb.cp/non-trivial-retval.exp: Add new tests.
12775
12776 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12777
12778 PR c++/13403
12779 PR c++/15154
12780 * gdb.cp/non-trivial-retval.cc: New file.
12781 * gdb.cp/non-trivial-retval.exp: New file.
12782
12783 2014-10-15 Yao Qi <yao@codesourcery.com>
12784
12785 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
12786 remote host.
12787
12788 2014-10-15 Yao Qi <yao@codesourcery.com>
12789
12790 * gdb.python/py-symbol.exp: Match file base name if host is
12791 remote, otherwise match file name with dir name.
12792 * gdb.python/py-symtab.exp: Likewise.
12793 * gdb.python/python.exp: Likewise.
12794
12795 2014-10-15 Yao Qi <yao@codesourcery.com>
12796
12797 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
12798 pattern.
12799 * gdb.python/py-symtab.exp: Likewise.
12800 * gdb.python/python.exp: Remove trailing ".*". Fix typo
12801 locationn.
12802
12803 2014-10-14 Joel Brobecker <brobecker@adacore.com>
12804
12805 * gdb.ada/addr_arith: New testcase.
12806
12807 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
12808
12809 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
12810 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
12811 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
12812 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
12813
12814 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
12815
12816 * gdb.arch/stap-eval-lang-ada.S: Likewise.
12817 * gdb.arch/stap-eval-lang-ada.c: Likewise.
12818 * gdb.arch/stap-eval-lang-ada.exp: New file.
12819
12820 2014-10-14 Yao Qi <yao@codesourcery.com>
12821
12822 * gdb.mi/mi-var-child.c (nothing1): New function.
12823 (nothing2): New function.
12824 (do_children_tests): Set function pointers by nothing1 and
12825 nothing2.
12826 * gdb.mi/mi-var-child.exp: Step over new added statements.
12827 Update test to match the new output.
12828 * gdb.mi/var-cmd.c (nothing1): New function.
12829 (nothing2): New function.
12830 (do_children_tests): Set function pointers by nothing1 and
12831 nothing2.
12832 * gdb.mi/mi-var-display.exp: Update test to match output.
12833 Step to the line specified by $line_dct_nothing.
12834 Increase the number of lines to step.
12835
12836 2014-10-14 Yao Qi <yao@codesourcery.com>
12837
12838 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
12839 tests.
12840 * gdb.mi/mi2-var-child.exp: Likewise.
12841
12842 2014-10-13 Doug Evans <dje@google.com>
12843
12844 * gdb.python/py-objfile.exp: Change name of file name test.
12845
12846 2014-10-13 Doug Evans <dje@google.com>
12847
12848 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
12849 from the start of the CU.
12850
12851 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12852 Yao Qi <yao@codesourcery.com>
12853
12854 Fix "save breakpoints" for "catch" command.
12855 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
12856 Remove -nonewline. Match also the added "main" line.
12857
12858 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12859
12860 Fix "save breakpoints" for "disable $bpnum" command.
12861 * gdb.base/save-bp.c (main): Add label.
12862 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
12863
12864 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12865
12866 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
12867
12868 2014-10-11 Yao Qi <yao@codesourcery.com>
12869
12870 * gdb.server/server-kill.exp: Execute command
12871 "set remote trace-status-packet on" before "tstatus".
12872
12873 2014-10-11 Yao Qi <yao@codesourcery.com>
12874
12875 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
12876 (main): Call getppid.
12877 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
12878 and continue to it. Read variable "server_pid".
12879
12880 2014-10-11 Yao Qi <yao@codesourcery.com>
12881
12882 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
12883
12884 2014-10-11 Yao Qi <yao@codesourcery.com>
12885
12886 * gdb.threads/thread-find.exp: Don't execute command
12887 "info threads".
12888 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
12889 * gdb.threads/linux-dp.exp: Don't check the condition
12890 $threads_created equals to zero.
12891
12892 2014-10-10 Pedro Alves <palves@redhat.com>
12893
12894 * gdb.base/bigcore.exp: Remove references to IRIX.
12895 * gdb.base/funcargs.exp: Likewise.
12896 * gdb.base/interrupt.exp: Likewise.
12897 * gdb.base/mips_pro.exp: Likewise.
12898 * gdb.base/nodebug.exp: Likewise.
12899 * gdb.base/setvar.exp: Likewise.
12900 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
12901
12902 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12903 Pedro Alves <palves@redhat.com>
12904
12905 PR symtab/14466
12906 * gdb.base/vdso-warning.c: New file.
12907 * gdb.base/vdso-warning.exp: New file.
12908
12909 2014-10-02 Doug Evans <dje@google.com>
12910
12911 * gdb.base/structs.c (main): Don't run forever.
12912
12913 2014-10-02 Pedro Alves <palves@redhat.com>
12914
12915 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
12916 (top level) <stop threads 1, stop threads 2>: Use it.
12917
12918 2014-10-02 Pedro Alves <palves@redhat.com>
12919
12920 * gdb.threads/break-while-running.exp (test): Add new
12921 'update_thread_list' argument. Skip "info threads" if false.
12922 (top level): Add new 'update_thread_list' axis.
12923
12924 2014-10-02 Pedro Alves <palves@redhat.com>
12925
12926 PR breakpoints/17431
12927 * gdb.base/execl-update-breakpoints.c: New file.
12928 * gdb.base/execl-update-breakpoints.exp: New file.
12929
12930 2014-10-01 Pedro Alves <palves@redhat.com>
12931
12932 * gdb.base/breakpoint-in-ro-region.c: New file.
12933 * gdb.base/breakpoint-in-ro-region.exp: New file.
12934
12935 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
12936
12937 * gdb.mi/mi-exit-code.exp: New file.
12938 * gdb.mi/mi-exit-code.c: New file.
12939
12940 2014-09-30 Yao Qi <yao@codesourcery.com>
12941
12942 * lib/prelink-support.exp (build_executable_own_libs): Error if
12943 the target isn't native.
12944
12945 2014-09-30 Yao Qi <yao@codesourcery.com>
12946
12947 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
12948 false.
12949
12950 2014-09-22 Pedro Alves <palves@redhat.com>
12951
12952 * gdb.threads/break-while-running.exp: New file.
12953 * gdb.threads/break-while-running.c: New file.
12954
12955 2014-09-19 Yao Qi <yao@codesourcery.com>
12956
12957 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
12958 Invoke test. Restart GDB with --readnow and invoke test again.
12959
12960 2014-09-19 Yao Qi <yao@codesourcery.com>
12961
12962 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
12963 proc set_breakpoint_on_gcd_function. Invoke
12964 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
12965 invoke set_breakpoint_on_gcd_function again.
12966
12967 2014-09-18 Doug Evans <dje@google.com>
12968
12969 * gdb.dwarf2/symtab-producer.exp: New file.
12970
12971 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12972
12973 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
12974 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
12975 * gdb.base/global-var-nested-by-dso.c: Likewise.
12976 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12977
12978 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12979 Pedro Alves <palves@redhat.com>
12980
12981 * gdb.base/watch-bitfields.exp: Pass string other than test file
12982 name to prepare_for_testing.
12983 (watch): New procedure.
12984 (expect_watchpoint): Use with_test_prefix.
12985 (top level): Factor out tests to ...
12986 (test_watch_location, test_regular_watch): ... these new
12987 procedures, and use with_test_prefix and gdb_continue_to_end.
12988
12989 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
12990
12991 PR breakpoints/12526
12992 * gdb.base/watch-bitfields.exp: New file.
12993 * gdb.base/watch-bitfields.c: New file.
12994
12995 2014-09-16 Pedro Alves <palves@redhat.com>
12996
12997 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
12998 software and hardware addresses, not software address against
12999 itself.
13000
13001 2014-09-16 Pedro Alves <palves@redhat.com>
13002
13003 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
13004 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
13005
13006 2014-09-16 Pedro Alves <palves@redhat.com>
13007
13008 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
13009 files.
13010 * gdb.base/a2-run.exp: Remove all code guarded by istarget
13011 "*-*-vxworks*" throughout.
13012 * gdb.base/break.exp: Likewise.
13013 * gdb.base/default.exp: Likewise.
13014 * gdb.base/scope.exp: Likewise.
13015 * gdb.base/sepdebug.exp: Likewise.
13016 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
13017 throughout.
13018 * gdb.base/run.c: Likewise.
13019 * gdb.base/sepdebug.c: Likewise.
13020 * gdb.hp/gdb.aCC/run.c: Likewise.
13021 * gdb.reverse/until-reverse.c: Likewise.
13022 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
13023
13024 2014-09-16 Yao Qi <yao@codesourcery.com>
13025
13026 * boards/local-remote-host-native.exp: New file.
13027
13028 2014-09-14 Doug Evans <xdje42@gmail.com>
13029
13030 * gdb.threads/queue-signal.c (thread_count): New variable.
13031 (thread_count_mutex, thread_count_condvar): New variables.
13032 (incr_thread_count, wait_all_threads_running): New functions.
13033 (main): Wait for all threads to be in their thread functions.
13034
13035 2014-09-13 Doug Evans <xdje42@gmail.com>
13036
13037 * gdb.threads/queue-signal.c: New file.
13038 * gdb.threads/queue-signal.exp: New file.
13039
13040 2014-09-13 Doug Evans <xdje42@gmail.com>
13041
13042 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
13043 be consistent with what default_gdb_init uses.
13044 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
13045 the plain text of the prompt. Add some logging printfs.
13046 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
13047
13048 2014-09-12 Pedro Alves <palves@redhat.com>
13049
13050 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
13051 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
13052 * gdb.arch/i386-size-overlap.exp: Likewise.
13053 * gdb.arch/i386-size.exp: Likewise.
13054 * gdb.arch/i386-unwind.exp: Likewise.
13055 * gdb.base/a2-run.exp: Likewise.
13056 * gdb.base/break.exp: Likewise.
13057 * gdb.base/charset.exp: Likewise.
13058 * gdb.base/chng-syms.exp: Likewise.
13059 * gdb.base/commands.exp: Likewise.
13060 * gdb.base/dbx.exp: Likewise.
13061 * gdb.base/find.exp: Likewise.
13062 * gdb.base/funcargs.exp: Likewise.
13063 * gdb.base/jit-simple.exp: Likewise.
13064 * gdb.base/reread.exp: Likewise.
13065 * gdb.base/sepdebug.exp: Likewise.
13066 * gdb.base/step-bt.exp: Likewise.
13067 * gdb.cp/mb-inline.exp: Likewise.
13068 * gdb.cp/mb-templates.exp: Likewise.
13069 * gdb.objc/basicclass.exp: Likewise.
13070 * gdb.threads/killed.exp: Likewise.
13071
13072 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13073
13074 PR tdep/17379
13075 * gdb.arch/powerpc-stackless.S: New file.
13076 * gdb.arch/powerpc-stackless.exp: New file.
13077
13078 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13079
13080 * gdb.base/attach.c: Include unistd.h.
13081 (main): Call alarm. Add label postloop.
13082 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
13083 gdb_breakpoint, gdb_continue_to_breakpoint.
13084 (test_command_line_attach_run): Kill ${testpid} in one exit path.
13085
13086 2014-09-11 Pedro Alves <palves@redhat.com>
13087
13088 PR gdb/17347
13089 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
13090 * gdb.base/attach.exp (test_command_line_attach_run): New
13091 procedure.
13092 (top level): Call it.
13093
13094 2014-09-11 Pedro Alves <palves@redhat.com>
13095
13096 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
13097 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
13098 (do_command_attach_tests): Use spawn_wait_for_attach.
13099 * gdb.base/solib-overlap.exp: Likewise.
13100 * gdb.multi/multi-attach.exp: Likewise.
13101 * gdb.python/py-prompt.exp: Likewise.
13102 * gdb.python/py-sync-interp.exp: Likewise.
13103 * gdb.server/ext-attach.exp: Likewise.
13104
13105 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
13106
13107 * gdb.fortran/array-element.exp: Remove unexpected "continue"
13108 command in testcase. Simplify testcase.
13109
13110 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13111
13112 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
13113
13114 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13115
13116 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
13117
13118 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13119
13120 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
13121
13122 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13123
13124 * gdb.dwarf2/dynarr-ptr.c: New file.
13125 * gdb.dwarf2/dynarr-ptr.exp: New file.
13126
13127 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13128
13129 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
13130 of 30 rather than hardcoding 120 for a slow test case. Take the
13131 `gdb,timeout' target setting into account for this calculation.
13132 Don't extend the timeout for the test cases that don't need it.
13133
13134 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13135
13136 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
13137 a factor of 2 for a slow test case. Take the `gdb,timeout'
13138 target setting into account for this calculation.
13139 * gdb.reverse/until-precsave.exp: Increase the timeout by
13140 a factor of 15 and 3 respectively rather than adding 120
13141 for a pair of slow test cases. Take the `gdb,timeout'
13142 target setting into account for this calculation.
13143
13144 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13145
13146 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
13147 timeout, don't pass one down to gdb_expect.
13148 (gdb_expect): Rework timeout selection.
13149
13150 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13151
13152 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
13153 exception on timeout.
13154 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
13155 (gdbserver_start_extended): Catch any `gdbserver_start' error
13156 exceptions.
13157 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
13158 * lib/mi-support.exp (mi_gdb_target_load): Catch any
13159 `gdbserver_gdb_load' error exceptions.
13160
13161 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13162
13163 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
13164 120 on waiting for the TCP socket to open.
13165
13166 2014-09-09 Doug Evans <xdje42@gmail.com>
13167
13168 * gdb.base/default.exp (show_conv_list): Add _caller_is,
13169 _caller_matches, _any_caller_is, _any_caller_matches.
13170
13171 2014-09-09 Doug Evans <xdje42@gmail.com>
13172
13173 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
13174
13175 2014-09-09 Yao Qi <yao@codesourcery.com>
13176
13177 * gdb.mi/mi-var-display.exp: Set print symbol off.
13178
13179 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
13180
13181 PR gdb/17035
13182 * gdb.base/commands.exp: Add tests to verify user-defined
13183 commands with empty bodies.
13184 * gdb.python/py-cmd.exp: Test that we don't show user-defined
13185 python commands in `show user command`.
13186 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
13187 scheme commands in `show user command`.
13188
13189 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13190
13191 PR python/17355
13192 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
13193 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
13194 * gdb.python/py-framefilter-invalidarg.exp: New file.
13195 * gdb.python/py-framefilter-invalidarg.py: New file.
13196
13197 2014-09-06 Doug Evans <xdje42@gmail.com>
13198
13199 PR 15276
13200 * gdb.python/py-caller-is.c: New file.
13201 * gdb.python/py-caller-is.exp: New file.
13202
13203 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
13204
13205 PR gdb/17235
13206 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
13207 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
13208
13209 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
13210
13211 PR fortran/17237
13212 * gdb.fortran/print-formatted.exp: New file.
13213 * gdb.fortran/print-formatted.f90: Likewise.
13214
13215 2014-09-03 Sasha Smundak <asmundak@google.com>
13216
13217 * gdb.python/py-frame.exp: Test Frame.read_register.
13218
13219 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
13220
13221 PR python/16699
13222 * gdb.python/py-completion.exp: New file.
13223 * gdb.python/py-completion.py: Likewise.
13224
13225 2014-08-28 Doug Evans <dje@google.com>
13226
13227 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
13228 eax,etc. are live with values set by gdb and thus the compiler can't
13229 use them.
13230 * gdb.arch/i386-pseudo.c (main): Ditto.
13231
13232 2014-08-27 Doug Evans <dje@google.com>
13233
13234 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
13235
13236 2014-08-25 Doug Evans <dje@google.com>
13237
13238 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
13239 (main): Ditto.
13240
13241 2014-08-25 Doug Evans <dje@google.com>
13242
13243 * gdb.threads/thread-execl.exp: #include <stdio.h>.
13244
13245 2014-08-24 Yao Qi <yao@codesourcery.com>
13246
13247 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
13248 symbol off.
13249 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
13250
13251 2014-08-22 Doug Evans <dje@google.com>
13252
13253 PR 17276
13254 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
13255 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
13256 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
13257
13258 2014-08-22 Yao Qi <yao@codesourcery.com>
13259
13260 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
13261 * gdb.python/py-finish-breakpoint2.exp: Likewise.
13262 * gdb.python/python.exp: Likewise. Use .py file on the host
13263 instead of the build.
13264
13265 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13266
13267 * gdb.threads/gcore-stale-thread.c: New file.
13268 * gdb.threads/gcore-stale-thread.exp: New file.
13269
13270 2014-08-21 Pedro Alves <palves@redhat.com>
13271
13272 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
13273 * gdb.base/gcore-relro-pie.exp: Likewise.
13274 * gdb.base/gcore-relro.exp: Likewise.
13275 * gdb.base/gcore.exp: Likewise.
13276 * gdb.base/print-symbol-loading.exp: Likewise.
13277 * gdb.threads/gcore-thread.exp: Likewise.
13278 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
13279
13280 2014-08-20 Pedro Alves <palves@redhat.com>
13281 Jan Kratochvil <jan.kratochvil@redhat.com>
13282
13283 * Makefile.in (EXTRA_RULES, CC): New variables, get from
13284 configure.
13285 (EXPECT): Handle READ1 being set.
13286 (all): Depend on EXTRA_RULES.
13287 (check-read1, expect-read1, read1.so, read1): New rules.
13288 * README (Testsuite Parameters): Document the READ1 make variable.
13289 (Race detection): New section.
13290 * configure: Regenerate.
13291 * configure.ac: If build==host==target, and running under a
13292 GNU/glibc system, add read1 to the extra Makefile rules.
13293 (EXTRA_RULES): AC_SUBST it.
13294 * lib/read1.c: New file.
13295
13296 2014-08-20 Joel Brobecker <brobecker@adacore.com>
13297
13298 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
13299 the handling of variables declared as a typedef to an array
13300 which a DW_AT_data_location attribute.
13301
13302 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
13303 Pedro Alves <palves@redhat.com>
13304
13305 PR symtab/14604
13306 PR symtab/14605
13307 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
13308 gdb_test.
13309
13310 2014-08-19 Pedro Alves <palves@redhat.com>
13311
13312 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
13313
13314 2014-08-19 Yao Qi <yao@codesourcery.com>
13315
13316 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
13317 right line.
13318
13319 2014-08-18 David Blaikie <dblaikie@gmail.com>
13320
13321 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
13322
13323 2014-08-18 Joel Brobecker <brobecker@adacore.com>
13324
13325 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
13326 attribute in array range.
13327
13328 2014-08-18 Joel Brobecker <brobecker@adacore.com>
13329
13330 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
13331
13332 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13333
13334 PR c++/17132
13335 * gdb.cp/pr17132.cc: New file.
13336 * gdb.cp/pr17132.exp: New file.
13337
13338 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13339
13340 * gdb.python/py-xmethods.py (A_getarrayind)
13341 (E_method_char_worker.__call__, E_method_int_worker.__call__):
13342 Use 'print' with function call syntax.
13343 (E_method_matcher.match): Fix tab vs space indentation mixup.
13344
13345 2014-08-15 Yao Qi <yao@codesourcery.com>
13346
13347 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
13348 false.
13349
13350 2014-08-15 Yao Qi <yao@codesourcery.com>
13351
13352 * gdb.cp/casts.exp: Set print symbol off.
13353 * gdb.cp/class2.exp: Likewise.
13354 * gdb.cp/overload.exp: Likewise.
13355 * gdb.cp/templates.exp: Likewise.
13356
13357 2014-08-11 Doug Evans <dje@google.com>
13358
13359 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
13360 (test_load_shlib): Update.
13361
13362 2014-08-09 Yao Qi <yao@codesourcery.com>
13363
13364 * gdb.base/display.exp: Invoke is_address_zero_readable.
13365 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
13366 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13367 * gdb.base/hbreak-unmapped.exp: Return if
13368 is_address_zero_readable returns true.
13369 * gdb.base/signest.exp: Likewise.
13370 * gdb.base/signull.exp: Likewise.
13371 * gdb.base/sigbpt.exp: Likewise.
13372 * gdb.guile/scm-disasm.exp: Do the test if
13373 is_address_zero_readable returns false.
13374 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
13375 * gdb.python/py-arch.exp: Likewise.
13376 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
13377 * lib/gdb.exp (is_address_zero_readable): New proc.
13378
13379 2014-08-09 Yao Qi <yao@codesourcery.com>
13380
13381 PR testsuite/13443
13382 * gdb.mi/mi-var-display.exp: Make test messages unique.
13383
13384 2014-08-04 Tom Tromey <tromey@redhat.com>
13385
13386 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
13387 target 0".
13388
13389 2014-08-04 Tom Tromey <tromey@redhat.com>
13390
13391 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
13392 "target_resume".
13393
13394 2014-08-01 Joel Brobecker <brobecker@adacore.com>
13395
13396 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
13397 inner_vla_struct_object_size.
13398 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
13399 as xfail.
13400
13401 2014-07-30 Pedro Alves <palves@redhat.com>
13402
13403 * gdb.threads/signal-command-handle-nopass.exp (test): Add
13404 comment.
13405
13406 2014-07-29 Yao Qi <yao@codesourcery.com>
13407
13408 PR gdb/17206
13409 * gdb.base/until-nodebug.exp: New.
13410
13411 2014-07-28 Doug Evans <xdje42@gmail.com>
13412
13413 PR guile/17203
13414 * gdb.guile/scm-parameter.exp: Add tests for trying to create
13415 previously existing parameter, and previously ambiguously spelled
13416 parameter.
13417
13418 2014-07-28 Will Newton <will.newton@linaro.org>
13419
13420 * gdb.base/varargs.exp: Remove KFAILs for ARM.
13421
13422 2014-07-26 Ludovic Courtès <ludo@gnu.org>
13423 Doug Evans <xdje42@gmail.com>
13424
13425 PR guile/17146
13426 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
13427
13428 2014-07-25 Pedro Alves <palves@redhat.com>
13429
13430 * gdb.threads/signal-command-handle-nopass.c: New file.
13431 * gdb.threads/signal-command-handle-nopass.exp: New file.
13432 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
13433 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
13434 * gdb.threads/signal-delivered-right-thread.c: New file.
13435 * gdb.threads/signal-delivered-right-thread.exp: New file.
13436
13437 2014-07-25 Pedro Alves <palves@redhat.com>
13438
13439 * gdb.base/double-prompt-target-event-error.exp
13440 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
13441 match.
13442 (cancel_pagination_in_target_event): Rework double prompt
13443 detection.
13444 * gdb.base/paginate-after-ctrl-c-running.exp
13445 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
13446 <return>' match.
13447 * gdb.base/paginate-bg-execution.exp
13448 (test_bg_execution_pagination_return)
13449 (test_bg_execution_pagination_cancel): Remove '-notransfer
13450 <return>' matches.
13451 * gdb.base/paginate-execution-startup.exp
13452 (test_fg_execution_pagination_return)
13453 (test_fg_execution_pagination_cancel): Remove '-notransfer
13454 <return>' matches.
13455 * gdb.base/paginate-inferior-exit.exp
13456 (test_paginate_inferior_exited): Remove '-notransfer <return>'
13457 match.
13458 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
13459 * lib/gdb.exp (pagination_prompt): Run text through
13460 string_to_regexp.
13461 (gdb_test_multiple): Match $pagination_prompt instead of
13462 "<return>".
13463 (string_to_regexp): Move to lib/gdb-utils.exp.
13464
13465 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13466
13467 * gdb.arch/amd64-entry-value-paramref.S: New file.
13468 * gdb.arch/amd64-entry-value-paramref.cc: New file.
13469 * gdb.arch/amd64-entry-value-paramref.exp: New file.
13470 * gdb.arch/amd64-optimout-repeat.S: New file.
13471 * gdb.arch/amd64-optimout-repeat.c: New file.
13472 * gdb.arch/amd64-optimout-repeat.exp: New file.
13473
13474 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13475
13476 PR gdb/17170
13477 * gdb.base/statistics.exp: New file.
13478
13479 2014-07-17 Doug Evans <dje@google.com>
13480
13481 PR gdb/17170
13482 * gdb.base/maint.exp: Update testing of per-command stats.
13483
13484 2014-07-16 Pedro Alves <palves@redhat.com>
13485
13486 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
13487 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
13488 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
13489 (tfile_write_buf): New functions.
13490 (add_memory_block): Rewrite using the above.
13491 (adjust_function_address): New function.
13492 (FUNCTION_ADDRESS): New macro.
13493 (write_basic_trace_file): Remove short_x local, and use
13494 tfile_write_16. Change type of func_addr local to unsigned long
13495 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
13496 here. Cast argument of add_memory_block to char pointer.
13497 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
13498 (main): Remove parameters.
13499 * gdb.trace/tfile.exp: Remove nowarnings.
13500
13501 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
13502
13503 * gdb.base/debug-expr.exp: Test string evaluation with
13504 "debug expression" on.
13505
13506 2014-07-15 Pedro Alves <palves@redhat.com>
13507
13508 * gdb.base/reread.exp: Use clean_restart.
13509
13510 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
13511
13512 * gdb.arch/avr-flash-qualifer.c: New.
13513 * gdb.arch/avr-flash-qualifer.exp: New.
13514
13515 2014-07-14 Pedro Alves <palves@redhat.com>
13516
13517 * gdb.base/paginate-after-ctrl-c-running.c: New file.
13518 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
13519
13520 2014-07-14 Pedro Alves <palves@redhat.com>
13521
13522 * gdb.base/double-prompt-target-event-error.c: New file.
13523 * gdb.base/double-prompt-target-event-error.exp: New file.
13524
13525 2014-07-14 Pedro Alves <palves@redhat.com>
13526
13527 PR gdb/17072
13528 * gdb.base/paginate-inferior-exit.c: New file.
13529 * gdb.base/paginate-inferior-exit.exp: New file.
13530
13531 2014-07-14 Pedro Alves <palves@redhat.com>
13532
13533 PR gdb/17072
13534 * gdb.base/paginate-bg-execution.c: New file.
13535 * gdb.base/paginate-bg-execution.exp: New file.
13536
13537 2014-07-14 Pedro Alves <palves@redhat.com>
13538
13539 PR gdb/17072
13540 * gdb.base/paginate-execution-startup.c: New file.
13541 * gdb.base/paginate-execution-startup.exp: New file.
13542 * lib/gdb.exp (pagination_prompt): New global.
13543 (default_gdb_spawn): New procedure, factored out from
13544 default_gdb_spawn.
13545 (default_gdb_start): Adjust to call default_gdb_spawn.
13546 (gdb_spawn): New procedure.
13547
13548 2014-07-14 Pedro Alves <palves@redhat.com>
13549
13550 * lib/gdb.exp (gdb_assert): New procedure.
13551 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
13552
13553 2014-07-14 Pedro Alves <palves@redhat.com>
13554
13555 * gdb.base/execution-termios.c: New file.
13556 * gdb.base/execution-termios.exp: New file.
13557
13558 2014-07-14 Tom Tromey <tromey@redhat.com>
13559
13560 * gdb.cp/vla-cxx.cc: New file.
13561 * gdb.cp/vla-cxx.exp: New file.
13562
13563 2014-07-14 Tom Tromey <tromey@redhat.com>
13564
13565 * gdb.reverse/rerun-prec.c: New file.
13566 * gdb.reverse/rerun-prec.exp: New file.
13567
13568 2014-07-12 Maciej W. Rozycki <macro@mips.com>
13569 Maciej W. Rozycki <macro@codesourcery.com>
13570
13571 * lib/gdb-utils.exp: New file.
13572 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
13573 inline `gdb_init_command' processing.
13574 (gdb_start_cmd): Likewise.
13575 * lib/mi-support.exp (mi_run_cmd): Likewise.
13576 * README: Document `gdb_init_command' and `gdb_init_commands'.
13577
13578 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13579
13580 Fix false FAIL running under a very long directory name.
13581 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
13582 and "set print elements 10000". Twice.
13583
13584 2014-07-11 Yao Qi <yao@codesourcery.com>
13585
13586 * gdb.base/exprs.exp: "set print symbol off".
13587
13588 2014-07-11 Pedro Alves <palves@redhat.com>
13589
13590 * gdb.threads/kill.c: New file.
13591 * gdb.threads/kill.exp: New file.
13592
13593 2014-07-10 Yao Qi <yao@codesourcery.com>
13594
13595 * gdb.trace/tfile.c (write_basic_trace_file)
13596 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
13597 address written to trace file.
13598
13599 2014-07-09 Pedro Alves <palves@redhat.com>
13600
13601 * gdb.base/attach-wait-input.exp: New file.
13602 * gdb.base/attach-wait-input.c: New file.
13603
13604 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
13605
13606 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
13607 setting up test structures.
13608 (main): Call new test function.
13609 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
13610 test function, continue into test function and walk test
13611 structures.
13612
13613 2014-07-02 Yao Qi <yao@codesourcery.com>
13614
13615 * gdb.trace/entry-values.c: Define labels 'foo_start' and
13616 'bar_start' at the beginning of functions 'foo' and 'bar'
13617 respectively.
13618 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
13619 instead of 'foo' and 'bar'.
13620
13621 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
13622
13623 * gdb.btrace/segv.exp: New.
13624 * gdb.btrace/segv.c: New.
13625
13626 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
13627
13628 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
13629 instruction.
13630
13631 2014-06-30 Mark Wielaard <mjw@redhat.com>
13632
13633 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
13634 vulture, vilify, villar): New volatile array constants.
13635 (vindictive, vegetation): New const volatile array constants.
13636 * gdb.base/volatile.exp: Test volatile and const volatile array
13637 types.
13638
13639 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
13640
13641 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
13642 target lacks support for awatch, rwatch, or hbreak.
13643
13644 2014-06-27 Yao Qi <yao@codesourcery.com>
13645
13646 * gdb.multi/dummy-frame-restore.exp: New.
13647 * gdb.multi/dummy-frame-restore.c: New.
13648
13649 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
13650
13651 * gdb.btrace/gcore.exp: New.
13652
13653 2014-06-23 Pedro Alves <palves@redhat.com>
13654
13655 * gdb.base/watchpoint-reuse-slot.c: New file.
13656 * gdb.base/watchpoint-reuse-slot.exp: New file.
13657
13658 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
13659
13660 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
13661 progspace's filename in 'info', 'enable' and 'disable' command
13662 tests.
13663
13664 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13665
13666 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
13667 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13668 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
13669
13670 2014-06-20 Gary Benson <gbenson@redhat.com>
13671
13672 * gdb.arch/i386-avx.exp: Fix include file location.
13673 * gdb.arch/i386-sse.exp: Likewise.
13674
13675 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
13676
13677 * gdb.dlang/expression.exp: New file.
13678
13679 2014-06-19 Pedro Alves <palves@redhat.com>
13680
13681 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
13682 out from ...
13683 (top level): ... here. Iterate running tests under different
13684 scheduler-locking settings.
13685
13686 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
13687
13688 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
13689 to DW_FORM_addr and use non-zero addresses.
13690
13691 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
13692
13693 PR gdb/17017
13694 * gdb.python/py-xmethods.cc: Add global function call counters and
13695 increment them in their respective functions. Remove "cout"
13696 statements.
13697 * gdb.python/py-xmethods.exp: Make tests check the global function
13698 call counters instead of depending on inferior IO.
13699
13700 2014-06-18 Don Breazeal <donb@codesourcery.com>
13701
13702 * gdb.base/foll-fork.exp (default_fork_parent_follow):
13703 Deleted procedure.
13704 (explicit_fork_parent_follow): Deleted procedure.
13705 (explicit_fork_child_follow): Deleted procedure.
13706 (test_follow_fork): New procedure.
13707 (do_fork_tests): Replace calls to deleted procedures with
13708 calls to test_follow_fork and reset GDB for subsequent
13709 procedure calls.
13710
13711 2014-06-17 Yao Qi <yao@codesourcery.com>
13712
13713 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
13714 CP1252.
13715
13716 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
13717
13718 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
13719 Initialize ptr and S explicitly.
13720 (skip_type_update_when_not_use_rtti_test): Likewise.
13721
13722 2014-06-16 Keith Seitz <keiths@redhat.com>
13723
13724 PR mi/15863
13725 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
13726 the inferior is started.
13727
13728 2014-06-16 Pedro Alves <palves@redhat.com>
13729
13730 * gdb.base/break-main-file-remove-fail.c: New file.
13731 * gdb.base/break-main-file-remove-fail.exp: New file.
13732 * gdb.base/break-unload-file.exp: Use build_executable instead of
13733 prepare_for_testing.
13734 (test_break): New parameter "initial_load". Handle it.
13735 (top level): Add initial_load cmdline/file axis.
13736
13737 2014-06-12 Tom Tromey <tromey@redhat.com>
13738
13739 * gdb.base/completion.exp: Don't use directory name in test.
13740
13741 2014-06-09 Gary Benson <gbenson@redhat.com>
13742
13743 * gdb.base/sigall.c [Functions to send signals]: Reorder to
13744 separate the always-available ANSI-standard signals from the
13745 signals that require checking.
13746 (main): Likewise.
13747 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
13748 Likewise.
13749 (main): Likewise.
13750
13751 2014-06-07 Keith Seitz <keiths@redhat.com>
13752
13753 Revert:
13754 PR c++/16253
13755 * gdb.cp/var-tag.cc: New file.
13756 * gdb.cp/var-tag.exp: New file.
13757 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13758 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13759 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13760 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13761
13762 2014-06-06 Doug Evans <xdje42@gmail.com>
13763
13764 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
13765
13766 2014-06-06 Pedro Alves <palves@redhat.com>
13767
13768 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
13769 in target debug output instead of looking at RSP packets,
13770 disabling the test on any target that uses hardware stepping.
13771 Update comments.
13772
13773 2014-06-06 Pedro Alves <palves@redhat.com>
13774
13775 * gdb.base/break-unload-file.exp: Fix typo.
13776
13777 2014-06-06 Yao Qi <yao@codesourcery.com>
13778
13779 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
13780 from "jit_function" to "^jit_function".
13781
13782 2014-06-06 Yao Qi <yao@codesourcery.com>
13783
13784 * gdb.base/async.c (foo): Add one statement.
13785 * gdb.base/async.exp: Get the next instruction address and
13786 match the output of "nexti" by instruction address. Match
13787 the hex address in the output of "finish".
13788
13789 2014-06-06 Gary Benson <gbenson@redhat.com>
13790
13791 * gdb.base/call-signals.c: Remove preprocessor conditionals
13792 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
13793 SIGSEGV and SIGTERM.
13794 * gdb.base/sigall.c: Likewise.
13795 * gdb.base/unwindonsignal.c: Likewise.
13796 * gdb.reverse/sigall-reverse.c: Likewise.
13797
13798 2014-06-06 Yao Qi <yao@codesourcery.com>
13799
13800 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
13801 readable, skip the test.
13802
13803 2014-06-06 Yao Qi <yao@codesourcery.com>
13804
13805 * gdb.threads/staticthreads.c (thread_function): Move the line
13806 setting breakpoint on forward.
13807 * gdb.threads/staticthreads.exp: Update comments.
13808
13809 2014-06-05 Ludovic Courtès <ludo@gnu.org>
13810
13811 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
13812 "history-append! type error".
13813
13814 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
13815
13816 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
13817 erroneous dprintf expected input.
13818
13819 2014-06-04 Doug Evans <xdje42@gmail.com>
13820
13821 * gdb.guile/scm-generics.exp: Delete.
13822
13823 2014-06-04 Doug Evans <xdje42@gmail.com>
13824
13825 * gdb.guile/scm-breakpoint.exp: Update.
13826 Add tests for breakpoint registration.
13827
13828 2014-06-04 Tom Tromey <tromey@redhat.com>
13829
13830 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
13831 VLA-in-union.
13832 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
13833 inner_vla_struct, vla_union types. Initialize objects of those
13834 types and compute their sizes.
13835
13836 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
13837 Hui Zhu <hui@codesourcery.com>
13838
13839 * gdb.base/fileio.exp: Add test for shell not available as well as
13840 available.
13841 * gdb.base/fileio.c (test_system): Check for shell twice.
13842
13843 2014-06-04 Yao Qi <yao@codesourcery.com>
13844
13845 * gdb.base/auto-connect-native-target.exp: Remove redundant
13846 space from the regexp pattern.
13847
13848 2014-06-04 Yao Qi <yao@codesourcery.com>
13849
13850 * gdb.base/default.exp: Replace "child" with "native" in
13851 regexp pattern.
13852
13853 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
13854
13855 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
13856 * gdb.python/py-xmethods.exp: New tests to test xmethods.
13857 * gdb.python/py-xmethods.py: Python script supporting the
13858 new testcase and tests.
13859
13860 2014-06-03 Joel Brobecker <brobecker@adacore.com>
13861 Pedro Alves <palves@redhat.com>
13862
13863 PR breakpoints/17000
13864 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
13865 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
13866
13867 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
13868
13869 * gdb.base/subst.exp: Add tests to verify partial path matching
13870 output.
13871
13872 2014-06-03 Pedro Alves <palves@redhat.com>
13873
13874 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
13875 target that doesn't use software single-stepping.
13876
13877 2014-06-03 Pedro Alves <palves@redhat.com>
13878
13879 PR breakpoints/17000
13880 * gdb.base/sss-bp-on-user-bp-2.c: New file.
13881 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
13882
13883 2014-06-02 Doug Evans <xdje42@gmail.com>
13884
13885 * gdb.guile/scm-parameter.exp: New file.
13886
13887 2014-06-02 Doug Evans <xdje42@gmail.com>
13888
13889 * gdb.guile/scm-cmd.c: New file.
13890 * gdb.guile/scm-cmd.exp: New file.
13891
13892 2014-06-02 Doug Evans <xdje42@gmail.com>
13893
13894 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
13895 pretty-printer lookup.
13896 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
13897 (make-pp_s-printer): Call it.
13898 (make-pretty-printer-from-dict): New function.
13899 (lookup-pretty-printer-maker-from-dict): New function.
13900 (*pretty-printer*): Simplify.
13901 (make-objfile-pp_s-printer): New function.
13902 (install-objfile-pretty-printers!): New function.
13903 (make-progspace-pp_s-printer): New function.
13904 (install-progspace-pretty-printers!): New function.
13905 * gdb.guile/scm-progspace.c: New file.
13906 * gdb.guile/scm-progspace.exp: New file.
13907
13908 2014-06-02 Pedro Alves <palves@redhat.com>
13909
13910 * gdb.base/dprintf-bp-same-addr.c: New file.
13911 * gdb.base/dprintf-bp-same-addr.exp: New file.
13912
13913 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13914
13915 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
13916 * gdb.arch/powerpc-power.s: Likewise.
13917
13918 2014-06-02 Joel Brobecker <brobecker@adacore.com>
13919
13920 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
13921
13922 2014-06-01 Yao Qi <yao@codesourcery.com>
13923
13924 * gdb.base/watchpoint.exp (test_watch_location): Check null
13925 pointer can be dereferenced. If not, do the test, otherwise
13926 skip it.
13927
13928 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
13929
13930 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
13931 results.
13932 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
13933
13934 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
13935
13936 * gdb.arch/amd64-invalid-stack-middle.S: New file.
13937 * gdb.arch/amd64-invalid-stack-middle.c: New file.
13938 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
13939 * gdb.arch/amd64-invalid-stack-top.c: New file.
13940 * gdb.arch/amd64-invalid-stack-top.exp: New file.
13941
13942 2014-05-30 Pedro Alves <palves@redhat.com>
13943
13944 PR breakpoints/17000
13945 * gdb.base/sss-bp-on-user-bp.c: New file.
13946 * gdb.base/sss-bp-on-user-bp.exp: New file.
13947
13948 2014-05-30 David Blaikie <dblaikie@gmail.com>
13949
13950 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
13951 gnu_inline semantics via attribute.
13952 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
13953 source explicitly specifies the required semantics.
13954
13955 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
13956
13957 * gdb.reverse/sigall-reverse.exp: Fix a typo.
13958
13959 2014-05-29 Pedro Alves <palves@redhat.com>
13960 Tom Tromey <tromey@redhat.com>
13961
13962 * gdb.base/async-shell.exp: Don't enable target-async.
13963 * gdb.base/async.exp
13964 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
13965 parameter. Adjust.
13966 (top level): Don't test with "target-async".
13967 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
13968 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
13969 * gdb.base/inferior-died.exp: Don't enable target-async.
13970 * gdb.base/interrupt-noterm.exp: Likewise.
13971 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
13972 * gdb.mi/mi-nonstop-exit.exp: Likewise.
13973 * gdb.mi/mi-nonstop.exp: Likewise.
13974 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
13975 * gdb.mi/mi-nsintrall.exp: Likewise.
13976 * gdb.mi/mi-nsmoribund.exp: Likewise.
13977 * gdb.mi/mi-nsthrexec.exp: Likewise.
13978 * gdb.mi/mi-watch-nonstop.exp: Likewise.
13979 * gdb.multi/watchpoint-multi.exp: Adjust comment.
13980 * gdb.python/py-evsignal.exp: Don't enable target-async.
13981 * gdb.python/py-evthreads.exp: Likewise.
13982 * gdb.python/py-prompt.exp: Likewise.
13983 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
13984 * gdb.server/solib-list.exp: Don't enable target-async.
13985 * gdb.threads/thread-specific-bp.exp: Likewise.
13986 * lib/mi-support.exp: Adjust to use mi-async.
13987
13988 2014-05-29 Pedro Alves <palves@redhat.com>
13989
13990 PR gdb/13860
13991 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
13992 reason, even in sync mode.
13993
13994 2014-05-29 Pedro Alves <palves@redhat.com>
13995 Hui Zhu <hui@codesourcery.com>
13996
13997 PR PR15693
13998 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
13999 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
14000 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
14001 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
14002
14003 2014-05-28 Joel Brobecker <brobecker@adacore.com>
14004
14005 * config/monitor.exp (gdb_target_monitor): Replace use of
14006 "set remotebaud" by "set serial baud".
14007
14008 2014-05-26 Andy Wingo <wingo@igalia.com>
14009
14010 * gdb.guile/scm-breakpoint.exp:
14011 * gdb.guile/scm-gsmob.exp: Update to use plain old object
14012 properties instead of gdb-object-properties.
14013
14014 2014-05-26 Yao Qi <yao@codesourcery.com>
14015
14016 * gdb.server/no-thread-db.exp: Specify source file name
14017 explicitly when setting a breakpoint.
14018
14019 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14020
14021 * gdb.btrace/vdso.c: New.
14022 * gdb.btrace/vdso.exp: New.
14023
14024 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14025
14026 * gdb.base/gcore.exp (capture_command_output): Move ...
14027 * lib/gdb.exp (capture_command_output): ... here.
14028
14029 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14030
14031 * gdb.btrace/data.exp: Test memory access during btrace replay.
14032
14033 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
14034
14035 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
14036
14037 2014-05-21 Pedro Alves <palves@redhat.com>
14038
14039 PR gdb/13860
14040 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
14041 (top level): Test that output related to execution commands is
14042 sent to the console with CLI commands, but not with MI commands.
14043 Test that breakpoint events are always mirrored to the console.
14044 Also expect the new source line to be output after a "next" in
14045 async mode too. Make it a pass/fail test.
14046 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
14047 output.
14048 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
14049
14050 2014-05-21 Pedro Alves <palves@redhat.com>
14051
14052 * gdb.base/list.exp (build_pattern, test_list): New procedures.
14053 Use them to test variations of "list" after reaching a breakpoint.
14054 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
14055 Test "list" with listsize 10 after reaching a breakpoint.
14056 * gdb.python/python.exp (decode_line current location line
14057 number): Adjust expected line number.
14058
14059 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
14060
14061 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
14062 behavior for $args, pass it directly to "run".
14063
14064 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
14065
14066 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
14067 30000 to 65536.
14068
14069 2014-05-21 Pedro Alves <palves@redhat.com>
14070
14071 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
14072 auto-connect-native-target off".
14073 * gdb.base/auto-connect-native-target.c: New file.
14074 * gdb.base/auto-connect-native-target.exp: New file.
14075
14076 2014-05-21 Pedro Alves <palves@redhat.com>
14077
14078 * gdb.base/default.exp: Test "target native" instead of "target
14079 child".
14080
14081 2014-05-21 Mark Wielaard <mjw@redhat.com>
14082
14083 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14084
14085 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14086
14087 Fix TLS access for -static -pthread.
14088 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
14089 <HAVE_TLS> (thread_function, main): Initialize it.
14090 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
14091 Add clean_restart.
14092 <$have_tls != "">: Check TLSVAR.
14093
14094 2014-05-21 Pedro Alves <palves@redhat.com>
14095
14096 * gdb.base/dcache-line-read-error.c: New.
14097 * gdb.base/dcache-line-read-error.exp: New.
14098
14099 2014-05-20 Pedro Alves <palves@redhat.com>
14100
14101 * gdb.base/compare-sections.c: New file.
14102 * gdb.base/compare-sections.exp: New file.
14103
14104 2014-05-20 Pedro Alves <palves@redhat.com>
14105
14106 * gdb.base/break-idempotent.c: New file.
14107 * gdb.base/break-idempotent.exp: New file.
14108
14109 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
14110
14111 * gdb.btrace/nohist.exp: New.
14112
14113 2014-05-20 Yao Qi <yao@codesourcery.com>
14114
14115 * lib/gdb.exp (gdb_init): Set timeout if test file is under
14116 gdb.reverse directory and gdb_reverse_timeout exists in board
14117 setting.
14118 * README: Document gdb_reverse_timeout.
14119
14120 2014-05-20 Yao Qi <yao@codesourcery.com>
14121
14122 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
14123 'test_file_name'. Treat args as a string instead of a list.
14124 (gdb_init): Rename argument 'args' by 'test_file_name'.
14125
14126 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14127
14128 * gdb.arch/powerpc-power.exp: New file.
14129 * gdb.arch/powerpc-power.s: New file.
14130
14131 2014-05-16 Doug Evans <dje@google.com>
14132
14133 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
14134 * gdb.base/completion.exp: Check that all expected files exist
14135 before doing file completion.
14136
14137 2014-05-16 Doug Evans <dje@google.com>
14138
14139 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
14140 Update.
14141 (do_syscall_tests_without_xml): Update.
14142
14143 2014-05-16 Pedro Alves <palves@redhat.com>
14144
14145 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
14146 instead of "unknown output after running".
14147
14148 2014-05-16 Yao Qi <yao@codesourcery.com>
14149
14150 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
14151 file1.txt from host at the end.
14152 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14153
14154 2014-05-15 Doug Evans <dje@google.com>
14155
14156 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
14157 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
14158 loading file. Add test for TU lookup.
14159
14160 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14161
14162 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
14163 calling "-exec-arguments" or "set args" before running the
14164 inferior.
14165
14166 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14167
14168 * lib/mi-support.exp (mi_expect_stop): Expect message for
14169 inferiors that exit with non-zero exit code.
14170
14171 2014-05-14 Yao Qi <yao@codesourcery.com>
14172
14173 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
14174 match absolute path on remote host.
14175 (test_file_list_exec_source_files): Remove "/" from the
14176 pattern.
14177
14178 2014-05-14 Yao Qi <yao@codesourcery.com>
14179
14180 * boards/local-remote-host-notty.exp (${board}_file): New
14181 proc.
14182
14183 2014-05-07 Kyle McMartin <kyle@redhat.com>
14184
14185 Pushed by Joel Brobecker <brobecker@adacore.com>.
14186 * gdb.arch/aarch64-atomic-inst.c: New file.
14187 * gdb.arch/aarch64-atomic-inst.exp: New file.
14188
14189 2014-05-07 Yao Qi <yao@codesourcery.com>
14190
14191 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
14192 in current context" too.
14193
14194 2014-05-05 Keith Seitz <keiths@redhat.com>
14195
14196 * gdb.linespec/ls-dollar.exp: Add test for linespec
14197 file:convenience_variable.
14198
14199 2014-05-05 Yao Qi <yao@codesourcery.com>
14200
14201 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
14202 traceframes into tfile and ctf trace files. Read data from
14203 trace file and test collected data.
14204 (gdb_collect_locals_test): Likewise.
14205 (gdb_unavailable_registers_test): Likewise.
14206 (gdb_unavailable_floats): Likewise.
14207 (gdb_collect_globals_test): Likewise.
14208 (top-level): Append "ctf" to trace_file_targets if GDB
14209 supports.
14210
14211 2014-05-05 Yao Qi <yao@codesourcery.com>
14212
14213 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
14214 code to ...
14215 (gdb_collect_args_test_1): ... it. New proc.
14216 (gdb_collect_locals_test): Move some code to ...
14217 (gdb_collect_locals_test_1): ... it. New proc.
14218 (gdb_unavailable_registers_test): Move some code to ...
14219 (gdb_unavailable_registers_test_1): ... it. New proc.
14220 (gdb_unavailable_floats): Move some code to ...
14221 (gdb_unavailable_floats_1): ... it. New proc.
14222
14223 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14224
14225 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
14226 probes to test for bitness recognition.
14227 * gdb.arch/amd64-stap-optional-prefix.exp
14228 (test_probe_value_without_reg): New procedure.
14229 Add code to test for different kinds of bitness.
14230
14231 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14232
14233 PR breakpoints/16889
14234 * gdb.arch/amd64-stap-optional-prefix.S: New file.
14235 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14236
14237 2014-05-01 Pedro Alves <palves@redhat.com>
14238
14239 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
14240 gdb_file_cmd if no file is specified.
14241 * boards/native-extended-gdbserver.exp (gdb_load): Use the
14242 last_loaded_file to set the remote exec-file.
14243
14244 2014-05-01 Pedro Alves <palves@redhat.com>
14245
14246 * boards/local-remote-host.exp: New file.
14247
14248 2014-05-01 Pedro Alves <palves@redhat.com>
14249
14250 * boards/local-remote-host.exp: Rename to ...
14251 * boards/local-remote-host-notty.exp: ... this.
14252
14253 2014-04-28 Joel Brobecker <brobecker@adacore.com>
14254
14255 * gdb.ada/dyn_arrayidx: New testcase.
14256
14257 2014-04-26 Yao Qi <yao@codesourcery.com>
14258
14259 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
14260 and compute the length of function main. Save it in
14261 $main_length.
14262 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
14263 (top-level): Use gdb_compile to compile objects into
14264 executable and restart GDB. Remove invocation to
14265 prepare_for_testing.
14266
14267 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
14268 Pedro Alves <palves@redhat.com>
14269
14270 PR server/16255
14271 * gdb.multi/multi-attach.c: New file.
14272 * gdb.multi/multi-attach.exp: New file.
14273
14274 2014-04-25 Pedro Alves <palves@redhat.com>
14275
14276 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
14277 user.
14278 (top level): Test that "set remote conditional-breakpoints-packet
14279 off" works as intended.
14280 * gdb.base/dprintf.exp: Test that "set remote
14281 breakpoint-commands-packet off" works as intended.
14282 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
14283 New function.
14284 (top level): Call it.
14285 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
14286 remote fast-tracepoints-packet off" works as intended.
14287 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
14288 * lib/gdb.exp (gdb_is_target_remote): ... here.
14289
14290 2014-04-24 David Blaikie <dblaikie@gmail.com>
14291
14292 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
14293 ensure clang would not discard them.
14294 * gdb.base/gdbvars.c: Ditto.
14295 * gdb.base/memattr.c: Ditto.
14296 * gdb.base/whatis.c: Ditto.
14297 * gdb.python/py-prettyprint.c: Ditto.
14298 * gdb.trace/actions.c: Ditto.
14299 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
14300 ensure clang would not discard it.
14301
14302 2014-04-24 David Blaikie <dblaikie@gmail.com>
14303
14304 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
14305 clang to emit the full definition of type required by the test
14306 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
14307
14308 2014-04-24 David Blaikie <dblaikie@gmail.com>
14309
14310 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
14311 coax Clang into emitting the definition of the type.
14312 * gdb.cp/pr10728-x.h (y): Ditto.
14313 * gdb.cp/pr10728-y.cc (y): Ditto.
14314
14315 2014-04-24 David Blaikie <dblaikie@gmail.com>
14316
14317 * gdb.base/label.exp: XFAIL label related tests under Clang.
14318 * gdb.cp/cplabel.exp: Ditto.
14319 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
14320 under Clang those using labels.
14321
14322 2014-04-25 Yao Qi <yao@codesourcery.com>
14323
14324 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
14325 double_label.
14326 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
14327 partial_label and double_label.
14328
14329 2014-04-24 David Blaikie <dblaikie@gmail.com>
14330
14331 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
14332
14333 2014-04-24 David Blaikie <dblaikie@gmail.com>
14334
14335 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
14336 of the function to work across GCC and Clang.
14337 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
14338 pointer types (const void ** const V void **).
14339
14340 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
14341 Walfred Tedeschi <walfred.tedeschi@intel.com>
14342
14343 * Makefile.in (EXECUTABLES): Added i386-avx512.
14344 * gdb.arch/i386-avx512.c: New file.
14345 * gdb.arch/i386-avx512.exp: Likewise.
14346
14347 2014-04-23 Keith Seitz <keiths@redhat.com>
14348
14349 * lib/mi-support.exp (mi_list_breakpoints): Delete.
14350 (mi_make_breakpoint_table): New procedure.
14351 (mi_create_breakpoint): Use mi_make_breakpoint
14352 and return the result.
14353 (mi_make_breakpoint): New procedure.
14354 (mi_build_kv_pairs): New procedure.
14355
14356 * gdb.mi/mi-break.exp: Remove unused globals,
14357 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
14358 All callers updated.
14359 * gdb.mi/mi-dprintf.exp: Use variable to track command
14360 number.
14361 Update all callers of mi_create_breakpoint and use
14362 mi_make_breakpoint_table.
14363 Remove any unused global variables.
14364 * gdb.mi/mi-nonstop.exp: Likewise.
14365 * gdb.mi/mi-nsintrall.exp: Likewise.
14366 * gdb.mi/mi-nsmoribund.exp: Likewise.
14367 * gdb.mi/mi-nsthrexec.exp: Likewise.
14368 * gdb.mi/mi-reverse.exp: Likewise.
14369 * gdb.mi/mi-simplerun.exp: Likewise.
14370 * gdb.mi/mi-stepn.exp: Likewise.
14371 * gdb.mi/mi-syn-frame.exp: Likewise.
14372 * gdb.mi/mi-until.exp: Likewise.
14373 * gdb.mi/mi-var-cp.exp: Likewise.
14374 * gdb.mi/mi-var-display.exp: Likewise.
14375 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
14376 * gdb.mi/mi2-var-child.exp: Likewise.
14377 * gdb.mi/mi-vla-c99.exp: Likewise.
14378 * lib/mi-support.exp: Likewise.
14379
14380 From Ian Lance Taylor <iant@cygnus.com>:
14381 * lib/gdb.exp (parse_args): New procedure.
14382
14383 2014-04-23 Pedro Alves <palves@redhat.com>
14384
14385 * gdb.base/break-unload-file.c: New file.
14386 * gdb.base/break-unload-file.exp: New file.
14387 * gdb.base/sym-file-lib.c (baz): New function.
14388 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
14389 field.
14390 (load): Store the segment's mapped size.
14391 (unload): New function.
14392 (unload_shlib): New function.
14393 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
14394 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
14395 set a breakpoint at baz, and call it.
14396 * gdb.base/sym-file.exp: New tests for stale breakpoint
14397 instructions.
14398
14399 2014-04-23 Pedro Alves <palves@redhat.com>
14400
14401 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
14402 * gdb.base/hbreak-in-shr-unsupported.c: New file.
14403 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
14404 * gdb.base/hbreak-unmapped.c: New file.
14405 * gdb.base/hbreak-unmapped.exp: New file.
14406 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
14407 * lib/gdb.exp (gdb_is_target_remote): ... here.
14408
14409 2014-04-22 Pedro Alves <palves@redhat.com>
14410
14411 * gdb.base/consecutive-step-over.c: New file.
14412 * gdb.base/consecutive-step-over.exp: New file.
14413
14414 2014-04-22 Pedro Alves <palves@redhat.com>
14415
14416 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
14417 instead of send_gdb/gdb_expect.
14418
14419 2014-04-22 Yao Qi <yao@codesourcery.com>
14420
14421 * lib/trace-support.exp (generate_tracefile): New procedure.
14422 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
14423 return 0.
14424 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
14425 if generate_tracefile returns 1.
14426
14427 2014-04-18 Tom Tromey <palves@redhat.com>
14428 Pedro alves <tromey@redhat.com>
14429
14430 PR backtrace/15558
14431 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
14432 with a backtrace limit.
14433 * gdb.python/py-frame-inline.exp: Test running to an inline
14434 function with a backtrace limit, and printing the newest frame.
14435 * gdb.python/py-frame-inline.c (main): Call f.
14436
14437 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14438
14439 * gdb.java/jnpe.exp: Drop srcdir from untested path.
14440
14441 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14442
14443 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
14444 Drop prefix from unsupported source file path.
14445
14446 2014-04-17 Yao Qi <yao@codesourcery.com>
14447
14448 * lib/gdb.exp (with_target_charset): New proc.
14449 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
14450 with_target_charset.
14451 (test_print_strings): Likewise.
14452 (test_repeat_bytes): Likewise.
14453 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
14454 for some tests.
14455
14456 2014-04-16 Keith Seitz <keiths@redhat.com>
14457
14458 PR gdb/15827
14459 * gdb.dwarf2/corrupt.c: New file.
14460 * gdb.dwarf2/corrupt.exp: New file.
14461
14462 2014-04-16 Keith Seitz <keiths@redhat.com>
14463
14464 PR c++/16597
14465 * gdb.cp/namelessclass.cc: New file.
14466 * gdb.cp/namelessclass.exp: New file.
14467 * gdb.cp/namelessclass.S: New file.
14468
14469 2014-04-16 Doug Evans <dje@google.com>
14470
14471 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
14472 Add comment.
14473 (gdbserver_default_get_comm_port): New function.
14474 (gdbserver_start): Check if board file provided
14475 "gdbserver,get_comm_port" and use it if so.
14476 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
14477 (gdb,socketport): Set to "stdio".
14478 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
14479 (stdio_gdbserver_template): Delete.
14480 (${board}_get_remote_address): Update.
14481 (${board}_build_remote_cmd): Delete.
14482 (${board}_get_comm_port): New function.
14483 (${board}_spawn): Update.
14484 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
14485 Delete.
14486 (${board}_get_remote_address): Update.
14487 (${board}_get_comm_port): New function.
14488
14489 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
14490
14491 * gdb.base/memattr.exp: Improve regexps to handle memory regions
14492 appearing in any order.
14493
14494 2014-04-15 Doug Evans <dje@google.com>
14495
14496 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
14497 uninitialized value of "description".
14498
14499 2014-04-15 Keith Seitz <keiths@redhat.com>
14500
14501 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
14502 Remove unused globals.
14503 (test_running_the_program): Likewise.
14504 (test_controlled_execution): Likewise.
14505 (test_controlling_breakpoints): Likewise.
14506 (test_program_termination): Likewise.
14507
14508 2014-04-15 Keith Seitz <keiths@redhat.com>
14509
14510 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
14511 unused globals.
14512 (test_rbreak_creation_and_listing): Likewise.
14513 (test_ignore_count): Likewise.
14514 (test_error): Likewise.
14515
14516 2014-04-15 Pedro Alves <palves@redhat.com>
14517
14518 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
14519 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
14520 sym-file-loader.c.
14521 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14522 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14523 to sym-file-loader.c.
14524 (struct library): Forward declare.
14525 (load_shlib, lookup_function): Change prototypes.
14526 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14527 (translate_offset): Remove declarations.
14528 (get_text_addr): New declaration.
14529 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
14530 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
14531 sym-file-loader.h.
14532 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14533 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14534 here from sym-file-loader.h.
14535 (struct library): New structure.
14536 (load_shlib, lookup_function): Change prototypes and adjust to
14537 work with a struct library.
14538 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14539 (translate_offset): Make static.
14540 (get_text_addr): New function.
14541 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
14542
14543 2014-04-15 Pedro Alves <palves@redhat.com>
14544
14545 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
14546
14547 2014-04-15 Pedro Alves <palves@redhat.com>
14548
14549 * gdb.base/sym-file-loader.c: Include <limits.h>.
14550 (SELF_LINK): New define.
14551 (get_origin): New function.
14552 (load_shlib): Use it.
14553 * gdb.base/sym-file.exp: Don't early return if the target is
14554 remote. Use runto_main, and issue fail is that fails. Use
14555 gdb_load_shlibs.
14556 (shlib_name): Delete.
14557 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
14558
14559 2014-04-15 Pedro Alves <palves@redhat.com>
14560
14561 * gdb.base/sym-file.exp: Remove regex characters from test
14562 message. Don't refer to breakpoint numbers in test messages.
14563
14564 2014-04-14 Keith Seitz <keiths@redhat.com>
14565
14566 PR c++/16253
14567 * gdb.cp/var-tag.cc: New file.
14568 * gdb.cp/var-tag.exp: New file.
14569 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14570 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14571 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14572 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14573
14574 2014-04-14 Tom Tromey <tromey@redhat.com>
14575
14576 * gdb.cp/classes.exp (test_enums): Handle underlying type.
14577 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
14578 type.
14579 * gdb.cp/enum-class.exp: New file.
14580 * gdb.cp/enum-class.cc: New file.
14581
14582 2014-04-14 Tom Tromey <tromey@redhat.com>
14583
14584 * gdb.dwarf2/enum-type.exp: New file.
14585
14586 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14587
14588 * gdb.mi/mi-vla-c99.exp: New file.
14589 * gdb.mi/vla.c: New file.
14590
14591 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14592
14593 * gdb.base/vla-datatypes.c: New file.
14594 * gdb.base/vla-datatypes.exp: New file.
14595
14596 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14597
14598 * gdb.base/vla-ptr.c: New file.
14599 * gdb.base/vla-ptr.exp: New file.
14600
14601 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14602
14603 * gdb.dwarf2/count.exp: New file.
14604
14605 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14606
14607 * gdb.base/vla-sideeffect.c: New file.
14608 * gdb.base/vla-sideeffect.exp: New file.
14609
14610 2014-04-14 David Blaikie <dblaikie@gmail.com>
14611
14612 * gdb.mi/non-stop.c: Add return value for non-void function return
14613 statement.
14614 * gdb.threads/staticthreads.c: Ditto.
14615
14616 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
14617 Doug Evans <xdje42@gmail.com>
14618
14619 * gdb.guile/scm-value.c: Improve test case.
14620 * gdb.guile/scm-value.exp: Add new test.
14621
14622 2014-04-11 David Blaikie <dblaikie@gmail.com>
14623
14624 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
14625 override Clang's default.
14626
14627 2014-04-11 Joel Brobecker <brobecker@adacore.com>
14628
14629 Revert the following changes (regressions):
14630
14631 * gdb.base/vla-sideeffect.c: New file.
14632 * gdb.base/vla-sideeffect.exp: New file.
14633
14634 * gdb.dwarf2/count.exp: New file.
14635
14636 * gdb.base/vla-multi.c: New file.
14637 * gdb.base/vla-multi.exp: New file.
14638
14639 * gdb.base/vla-ptr.c: New file.
14640 * gdb.base/vla-ptr.exp: New file.
14641
14642 * gdb.base/vla-datatypes.c: New file.
14643 * gdb.base/vla-datatypes.exp: New file.
14644
14645 * gdb.mi/mi-vla-c99.exp: New file.
14646 * gdb.mi/vla.c: New file.
14647
14648 2014-04-11 Keith Seitz <keiths@redhat.com>
14649
14650 PR c++/16675
14651 * gdb.cp/cpsizeof.exp: New file.
14652 * gdb.cp/cpsizeof.cc: New file.
14653
14654 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14655
14656 * gdb.mi/mi-vla-c99.exp: New file.
14657 * gdb.mi/vla.c: New file.
14658
14659 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14660
14661 * gdb.base/vla-datatypes.c: New file.
14662 * gdb.base/vla-datatypes.exp: New file.
14663
14664 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14665
14666 * gdb.base/vla-ptr.c: New file.
14667 * gdb.base/vla-ptr.exp: New file.
14668
14669 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14670
14671 * gdb.base/vla-multi.c: New file.
14672 * gdb.base/vla-multi.exp: New file.
14673
14674 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14675
14676 * gdb.dwarf2/count.exp: New file.
14677
14678 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14679
14680 * gdb.base/vla-sideeffect.c: New file.
14681 * gdb.base/vla-sideeffect.exp: New file.
14682
14683 2014-04-11 Yao Qi <yao@codesourcery.com>
14684
14685 * gdb.base/completion.exp: Check file exists before running tests
14686 on file completion.
14687
14688 2014-04-10 Pedro Alves <palves@redhat.com>
14689
14690 * gdb.base/cond-eval-mode.c: New file.
14691 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
14692 prepare_for_testing to build the new file. Check result of
14693 runto_main.
14694 (test_break, test_watch): New procedures.
14695 (top level): Use them.
14696
14697 2014-04-08 Pierre Muller <muller@sourceware.org>
14698
14699 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
14700 Ctrl-V use for mingw hosts.
14701
14702 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
14703
14704 * gdb.python/py-value.c: Improve test case.
14705 * gdb.python/py-value.exp: Add new test.
14706
14707 2014-04-07 David Blaikie <dblaikie@gmail.com>
14708
14709 * lib/compiler.c: Identify the clang compiler.
14710 * lib/compiler.cc: Ditto.
14711
14712 2014-04-03 Yao Qi <yao@codesourcery.com>
14713
14714 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
14715
14716 2014-04-01 Anton Blanchard <anton@samba.org>
14717
14718 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
14719 messages unique.
14720
14721 2014-04-01 Anton Blanchard <anton@samba.org>
14722
14723 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
14724 prepare_for_testing.
14725
14726 2014-04-01 Anton Blanchard <anton@samba.org>
14727
14728 * gdb.arch/ppc64-atomic-inst.c: Remove.
14729 * gdb.arch/ppc64-atomic-inst.S: New file.
14730 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
14731
14732 2014-03-31 Doug Evans <dje@google.com>
14733
14734 * gdb.base/print-symbol-loading-lib.c: New file.
14735 * gdb.base/print-symbol-loading-main.c: New file.
14736 * gdb.base/print-symbol-loading.exp: New file.
14737
14738 2014-03-31 Yao Qi <yao@codesourcery.com>
14739
14740 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
14741
14742 2014-03-28 Joel Brobecker <brobecker@adacore.com>
14743
14744 * gdb.ada/mi_dyn_arr: New testcase.
14745
14746 2014-03-27 Doug Evans <dje@google.com>
14747
14748 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
14749
14750 2014-03-27 Yao Qi <yao@codesourcery.com>
14751
14752 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
14753 if target is nios2-*-*.
14754
14755 2014-03-26 Yao Qi <yao@codesourcery.com>
14756
14757 * lib/gdb.exp (readline_is_used): New proc.
14758 * gdb.base/completion.exp: Move tests on command complete up.
14759 Skip the rest of tests if readline is not used.
14760 * gdb.ada/complete.exp: Skp the test if readline is not
14761 used.
14762 * gdb.base/filesym.exp: Likewise.
14763 * gdb.base/macscp.exp: Likewise.
14764 * gdb.base/readline-ask.exp: Likewise.
14765 * gdb.base/readline.exp: Likewise.
14766 * gdb.python/py-cmd.exp: Likewise.
14767 * gdb.trace/tfile.exp: Likewise.
14768
14769 2014-03-26 Yao Qi <yao@codesourcery.com>
14770
14771 * gdb.base/macscp.exp: Fix code format issues.
14772
14773 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
14774
14775 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
14776 * gdb.asm/powerpc64le.inc: New file.
14777
14778 2014-03-25 Pedro Alves <palves@redhat.com>
14779 Doug Evans <dje@google.com>
14780
14781 * gdb.base/source-execution.c: New file.
14782 * gdb.base/source-execution.exp: New file.
14783 * gdb.base/source-execution.gdb: New file.
14784
14785 2014-03-24 Doug Evans <dje@google.com>
14786
14787 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
14788 using fission.
14789
14790 2014-03-24 Hui Zhu <hui@codesourcery.com>
14791 Pedro Alves <palves@redhat.com>
14792
14793 PR breakpoints/16101
14794 * gdb.base/dprintf.exp: Use unsupported rather than changing the
14795 test pass/fail messages. Detect missing support for dprintf when
14796 breakpoints are actually inserted.
14797 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
14798 breakpoints are actually inserted.
14799 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
14800 fails.
14801
14802 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14803
14804 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
14805
14806 2014-03-22 Doug Evans <xdje42@gmail.com>
14807
14808 * gdb.python/python.exp (python not supported): Verify multi-line
14809 python command issues an error.
14810 * gdb.guile/guile.exp (guile not supported): Verify multi-line
14811 guile command issues an error.
14812
14813 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
14814
14815 * gdb.threads/thread-specific.exp: Handle the lack of usable
14816 $this_breakpoint and $this_thread.
14817
14818 2014-03-21 Hui Zhu <hui@codesourcery.com>
14819
14820 * gdb.base/attach.exp (do_command_attach_tests): New.
14821
14822 2014-03-20 Tom Tromey <tromey@redhat.com>
14823 Pedro Alves <palves@redhat.com>
14824
14825 PR cli/15718
14826 * gdb.base/condbreak-call-false.c: New file.
14827 * gdb.base/condbreak-call-false.exp: New file.
14828
14829 2014-03-20 Pedro Alves <palves@redhat.com>
14830
14831 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
14832 Delete.
14833 (block_signals, unblock_signals): Delete.
14834 (child_function_2, main): Remove references to deleted variable
14835 and functions.
14836
14837 2014-03-20 Pedro Alves <palves@redhat.com>
14838
14839 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
14840 Use pthread_kill to signal thread 2.
14841 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14842 Adjust to make the test send itself a signal rather than using the
14843 host's "kill" command.
14844
14845 2014-03-20 Pedro Alves <palves@redhat.com>
14846
14847 * gdb.threads/multiple-step-overs.c: New file.
14848 * gdb.threads/multiple-step-overs.exp: New file.
14849 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14850 Adjust expected infrun debug output.
14851
14852 2014-03-20 Pedro Alves <palves@redhat.com>
14853
14854 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
14855 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
14856
14857 2014-03-20 Pedro Alves <palves@redhat.com>
14858
14859 PR breakpoints/7143
14860 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
14861 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
14862 of gdb_test_multiple.
14863 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
14864 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
14865
14866 2014-03-20 Pedro Alves <palves@redhat.com>
14867
14868 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
14869 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
14870
14871 2014-03-19 Pedro Alves <palves@redhat.com>
14872
14873 * gdb.base/async.exp: Remove early return.
14874
14875 2014-03-19 Pedro Alves <palves@redhat.com>
14876
14877 * gdb.base/async.exp (step& tests): Pass explicit test messages.
14878
14879 2014-03-19 Pedro Alves <palves@redhat.com>
14880
14881 * gdb.base/async.exp (test_background): Expect \r\n after
14882 "completed." in the fail pattern.
14883
14884 2014-03-19 Pedro Alves <palves@redhat.com>
14885
14886 * gdb.base/async.exp (test_background): New procedure.
14887 Use it for all background execution command tests.
14888
14889 2014-03-19 Pedro Alves <palves@redhat.com>
14890
14891 * gdb.base/async.exp: Use prepare_for_testing.
14892
14893 2014-03-19 Pedro Alves <palves@redhat.com>
14894
14895 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
14896 the same line.
14897
14898 2014-03-19 Pedro Alves <palves@redhat.com>
14899
14900 * gdb.base/async.c (main): Add "jump here" and "until here" line
14901 marker comments.
14902 * gdb.base/async.exp (jump_here): New global.
14903 (jump& test): Use it.
14904 (until_here): New global.
14905 (until& test): Use it.
14906
14907 2014-03-19 Pedro Alves <palves@redhat.com>
14908
14909 * gdb.base/async.exp: Don't frob gdb_protocol.
14910
14911 2014-03-18 Doug Evans <xdje42@gmail.com>
14912
14913 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
14914 Fix spelling of exec-done-display.
14915
14916 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
14917
14918 PR gdb/15358
14919 * gdb.base/gdb-sigterm.c: New file.
14920 * gdb.base/gdb-sigterm.exp: New file.
14921
14922 2014-03-18 Pedro Alves <palves@redhat.com>
14923
14924 PR gdb/13860
14925 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
14926 * lib/mi-support.exp (mi_expect_stop): Add special handling for
14927 solib-event.
14928
14929 2014-03-17 Joel Brobecker <brobecker@adacore.com>
14930
14931 * gdb.ada/pckd_arr_ren: New testcase.
14932
14933 2014-03-13 Doug Evans <xdje42@gmail.com>
14934
14935 PR guile/16612
14936 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
14937 collect after discarding symbols.
14938
14939 2014-03-13 Ludovic Courtès <ludo@gnu.org>
14940 Doug Evans <xdje42@gmail.com>
14941
14942 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
14943 to history survives a gc.
14944
14945 2014-03-13 Pedro Alves <palves@redhat.com>
14946
14947 * gdb.base/default.exp: Don't test "target procfs".
14948
14949 2014-03-13 Pedro Alves <palves@redhat.com>
14950
14951 * gdb.base/default.exp: Update "target child" and "target procfs"
14952 tests to not expect "Unix".
14953
14954 2014-03-12 Tom Tromey <tromey@redhat.com>
14955
14956 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
14957 New procs. Add target-async tests.
14958 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
14959 Add target-async tests.
14960
14961 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14962
14963 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
14964 'func_start' and 'func_end' for the beginning and end of the
14965 function code, respectively.
14966 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
14967 'func_end' instead of 'func' and 'main'.
14968
14969 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14970
14971 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
14972 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
14973 generate the debug info assembler source.
14974
14975 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14976
14977 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
14978 * gdb.dwarf2/arr-subrange.exp: Likewise.
14979 * gdb.dwarf2/dwz.exp: Likewise.
14980 * gdb.dwarf2/method-ptr.exp: Likewise.
14981 * gdb.dwarf2/missing-sig-type.exp: Likewise.
14982 * gdb.dwarf2/subrange.exp: Likewise.
14983 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
14984 * gdb.dwarf2/implptrpiece.exp: Likewise.
14985 * gdb.dwarf2/nostaticblock.exp: Likewise.
14986
14987 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14988
14989 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
14990 directory to absolute path name arguments.
14991
14992 2014-03-10 Joel Brobecker <brobecker@adacore.com>
14993
14994 * gdb.ada/tagged_access: New testcase.
14995
14996 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
14997
14998 * gdb.btrace/data.exp: Update expected output.
14999
15000 2014-03-06 Yao Qi <yao@codesourcery.com>
15001
15002 * gdb.trace/pr16508.exp: New file.
15003
15004 2014-03-05 Pedro Alves <palves@redhat.com>
15005
15006 PR gdb/16575
15007 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
15008 procedure.
15009 (top level): Adjust to use it. Add tests that exercise breakpoint
15010 interaction with the code-cache.
15011
15012 2014-02-26 Ludovic Courtès <ludo@gnu.org>
15013
15014 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
15015 test for 'history-append!'.
15016
15017 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15018
15019 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
15020 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
15021 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
15022 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
15023 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
15024 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
15025
15026 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15027
15028 * testsuite/gdb.python/py-pp-re-notag.c: New file.
15029 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
15030 * testsuite/gdb.python/py-pp-re-notag.p: New file.
15031
15032 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15033
15034 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
15035
15036 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15037
15038 * gdb.dwarf2/arr-stride.c: New file.
15039 * gdb.dwarf2/arr-stride.exp: New file.
15040
15041 2014-02-26 Pedro Alves <palves@redhat.com>
15042
15043 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
15044 that won't ever trigger. Make sure that GDB reports the correct
15045 breakpoint that caused the stop.
15046
15047 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15048
15049 PR gdb/16626
15050 * gdb.base/auto-load-script: New file.
15051 * gdb.base/auto-load.c: New file.
15052 * gdb.base/auto-load.exp: New file.
15053
15054 PR gdb/16626
15055 * gdb.base/auto-load.exp: Fix out-of-srctree run.
15056
15057 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15058
15059 Fix dw2-icycle.exp -fsanitize=address GDB crash.
15060 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
15061
15062 2014-02-24 Doug Evans <dje@google.com>
15063
15064 * lib/gdb.exp (run_on_host): Log error output if program fails.
15065
15066 2014-02-21 Pedro Alves <palves@redhat.com>
15067
15068 * gdb.threads/step-after-sr-lock.c: Rename to ...
15069 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
15070 * gdb.threads/step-after-sr-lock.exp: Rename to ...
15071 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15072 ... this.
15073
15074 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
15075
15076 PR tdep/16397
15077 * gdb.arch/amd64-stap-special-operands.exp: New file.
15078 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
15079 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
15080 * gdb.arch/amd64-stap-triplet.S: Likewise.
15081 * gdb.arch/amd64-stap-triplet.c: Likewise.
15082
15083 2014-02-20 Joel Brobecker <brobecker@adacore.com>
15084
15085 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
15086 in .section pseudo-op.
15087
15088 2014-02-20 lin zuojian <manjian2006@gmail.com>
15089 Joel Brobecker <brobecker@adacore.com>
15090 Doug Evans <xdje42@gmail.com>
15091
15092 PR symtab/16581
15093 * gdb.dwarf2/dw2-icycle.S: New file.
15094 * gdb.dwarf2/dw2-icycle.c: New file.
15095 * gdb.dwarf2/dw2-icycle.exp: New file.
15096
15097 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
15098
15099 * gdb.python/py-value-cc.cc: Improve test case to enable testing
15100 operations on gdb.Value objects.
15101 * gdb.python/py-value-cc.exp: Add new test to test operations on
15102 gdb.Value objects.
15103
15104 2014-02-18 Doug Evans <dje@google.com>
15105
15106 * Makefile.in (TESTS): New variable.
15107 (expanded_tests, expanded_tests_or_none): New variables
15108 (check-single): Pass $(expanded_tests_or_none) to runtest.
15109 (check-parallel): Only run tests in $(TESTS) if non-empty.
15110 (check/no-matching-tests-found): New rule.
15111 * README: Document TESTS makefile variable.
15112
15113 2014-02-18 Doug Evans <dje@google.com>
15114
15115 * Makefile.in (check-parallel): rm -rf outputs temp.
15116
15117 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15118
15119 Fix "ERROR: no fileid for" in the testsuite.
15120 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
15121
15122 2014-02-12 Doug Evans <dje@google.com>
15123
15124 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
15125 (MISCELLANEOUS): New variable.
15126 (clean): rm -rf $(MISCELLANEOUS).
15127 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
15128 dwp live in the same directory as symlinks, with each symlink pointed
15129 to a differently named file in a different directory.
15130
15131 2014-02-11 Doug Evans <dje@google.com>
15132
15133 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
15134 of Tcl file commands.
15135
15136 2014-02-10 Mark Kettenis <kettenis@gnu.org>
15137
15138 * gdb.threads/step-after-sr-lock.exp: Avoid executing
15139 "kill -SIGUSR1 -1".
15140
15141 2014-02-10 Joel Brobecker <brobecker@adacore.com>
15142
15143 * gdb.ada/tick_length_array_enum_idx: New testcase.
15144
15145 2014-02-10 Doug Evans <xdje42@gmail.com>
15146
15147 * configure.ac (AC_OUTPUT): Add gdb.guile.
15148 * configure: Regenerate.
15149 * lib/gdb-guile.exp: New file.
15150 * lib/gdb.exp (get_target_charset): New function.
15151 * gdb.base/help.exp: Update expected output from "apropos apropos".
15152 * gdb.guile/Makefile.in: New file.
15153 * gdb.guile/guile.exp: New file.
15154 * gdb.guile/scm-arch.c: New file.
15155 * gdb.guile/scm-arch.exp: New file.
15156 * gdb.guile/scm-block.c: New file.
15157 * gdb.guile/scm-block.exp: New file.
15158 * gdb.guile/scm-breakpoint.c: New file.
15159 * gdb.guile/scm-breakpoint.exp: New file.
15160 * gdb.guile/scm-disasm.c: New file.
15161 * gdb.guile/scm-disasm.exp: New file.
15162 * gdb.guile/scm-equal.c: New file.
15163 * gdb.guile/scm-equal.exp: New file.
15164 * gdb.guile/scm-error.exp: New file.
15165 * gdb.guile/scm-error.scm: New file.
15166 * gdb.guile/scm-frame-args.c: New file.
15167 * gdb.guile/scm-frame-args.exp: New file.
15168 * gdb.guile/scm-frame-args.scm: New file.
15169 * gdb.guile/scm-frame-inline.c: New file.
15170 * gdb.guile/scm-frame-inline.exp: New file.
15171 * gdb.guile/scm-frame.c: New file.
15172 * gdb.guile/scm-frame.exp: New file.
15173 * gdb.guile/scm-generics.exp: New file.
15174 * gdb.guile/scm-gsmob.exp: New file.
15175 * gdb.guile/scm-iterator.c: New file.
15176 * gdb.guile/scm-iterator.exp: New file.
15177 * gdb.guile/scm-math.c: New file.
15178 * gdb.guile/scm-math.exp: New file.
15179 * gdb.guile/scm-objfile-script-gdb.in: New file.
15180 * gdb.guile/scm-objfile-script.c: New file.
15181 * gdb.guile/scm-objfile-script.exp: New file.
15182 * gdb.guile/scm-objfile.c: New file.
15183 * gdb.guile/scm-objfile.exp: New file.
15184 * gdb.guile/scm-ports.exp: New file.
15185 * gdb.guile/scm-pretty-print.c: New file.
15186 * gdb.guile/scm-pretty-print.exp: New file.
15187 * gdb.guile/scm-pretty-print.scm: New file.
15188 * gdb.guile/scm-section-script.c: New file.
15189 * gdb.guile/scm-section-script.exp: New file.
15190 * gdb.guile/scm-section-script.scm: New file.
15191 * gdb.guile/scm-symbol.c: New file.
15192 * gdb.guile/scm-symbol.exp: New file.
15193 * gdb.guile/scm-symtab-2.c: New file.
15194 * gdb.guile/scm-symtab.c: New file.
15195 * gdb.guile/scm-symtab.exp: New file.
15196 * gdb.guile/scm-type.c: New file.
15197 * gdb.guile/scm-type.exp: New file.
15198 * gdb.guile/scm-value-cc.cc: New file.
15199 * gdb.guile/scm-value-cc.exp: New file.
15200 * gdb.guile/scm-value.c: New file.
15201 * gdb.guile/scm-value.exp: New file.
15202 * gdb.guile/source2.scm: New file.
15203 * gdb.guile/types-module.cc: New file.
15204 * gdb.guile/types-module.exp: New file.
15205
15206 2014-02-10 Yao Qi <yao@codesourcery.com>
15207
15208 PR testsuite/16543
15209 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
15210 * configure: Regenerated.
15211 * Makefile.in: New file.
15212
15213 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
15214
15215 * gdb.python/py-framefilter.exp: Fix typo.
15216
15217 2014-02-08 Yao Qi <yao@codesourcery.com>
15218
15219 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
15220 that no =breakpoint-modified is emitted when breakpoints are
15221 modified through MI commands.
15222
15223 2014-02-07 Pedro Alves <pedro@codesourcery.com>
15224 Pedro Alves <palves@redhat.com>
15225
15226 * gdb.threads/step-after-sr-lock.c: New file.
15227 * gdb.threads/step-after-sr-lock.exp: New file.
15228
15229 2014-02-07 Pedro Alves <palves@redhat.com>
15230
15231 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
15232
15233 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15234
15235 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
15236 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
15237
15238 2014-02-06 Doug Evans <xdje42@gmail.com>
15239
15240 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
15241 output.
15242
15243 * gdb.gdb/python-interrupts.exp: New file.
15244
15245 2014-02-05 Yao Qi <yao@codesourcery.com>
15246
15247 * gdb.trace/report.exp (use_collected_data): Test the output
15248 of "info threads" and "info inferiors".
15249
15250 2014-02-05 Yao Qi <yao@codesourcery.com>
15251
15252 Revert this patch:
15253
15254 2013-05-24 Yao Qi <yao@codesourcery.com>
15255
15256 * gdb.trace/tfile.exp: Test inferior and thread.
15257
15258 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15259
15260 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
15261 on a function.
15262 * gdb.base/step-bt.c: Call hello via function pointer to make
15263 sure its first instruction is executed on powerpc64le-linux.
15264
15265 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15266
15267 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
15268
15269 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15270
15271 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
15272 of the test patterns for use on little-endian systems.
15273
15274 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15275
15276 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
15277 (decimal_vector): Fix for little-endian.
15278
15279 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
15280
15281 * gdb.arch/sparc-sysstep.exp: New file.
15282 * gdb.arch/sparc-sysstep.c: Likewise.
15283
15284 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
15285
15286 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15287
15288 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
15289
15290 2014-01-23 Tom Tromey <tromey@redhat.com>
15291
15292 * gdb.ada/array_char_idx: New testcase.
15293
15294 2014-01-23 Tom Tromey <tromey@redhat.com>
15295
15296 PR python/16487:
15297 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
15298 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
15299 classes.
15300
15301 2014-01-23 Tom Tromey <tromey@redhat.com>
15302
15303 PR python/16491:
15304 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
15305 string from an inferior frame.
15306 * gdb.python/py-framefilter-mi.exp: Update.
15307
15308 2014-01-22 Doug Evans <dje@google.com>
15309
15310 * gdb.server/server-mon.exp: Add tests for "set debug-format".
15311
15312 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15313
15314 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
15315
15316 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15317
15318 * gdb.trace/entry-values.exp: Remove excess space character from
15319 regex patterns. Handle s390 call instruction.
15320
15321 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15322
15323 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
15324 define "*_start" label. Make "name" static.
15325 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
15326 ${name} by references to ${name}_start.
15327
15328 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15329
15330 * gdb.base/info-macros.exp: Remove "debug" from the compile
15331 options.
15332
15333 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15334
15335 * gdb.dlang/demangle.exp: New file.
15336
15337 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15338
15339 * gdb.dlang/primitive-types.exp: New file.
15340
15341 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15342
15343 * configure.ac: Create gdb.dlang/Makefile.
15344 * configure: Regenerate.
15345 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
15346 * gdb.dlang/Makefile.in: New file.
15347 * lib/d-support.exp: New file.
15348 * lib/gdb.exp (skip_d_tests): New proc.
15349
15350 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15351
15352 * gdb.btrace/delta.exp: Check reverse stepi.
15353 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
15354 * gdb.btrace/finish.exp: New.
15355 * gdb.btrace/next.exp: New.
15356 * gdb.btrace/nexti.exp: New.
15357 * gdb.btrace/record_goto.c: Add comments.
15358 * gdb.btrace/step.exp: New.
15359 * gdb.btrace/stepi.exp: New.
15360 * gdb.btrace/multi-thread-step.c: New.
15361 * gdb.btrace/multi-thread-step.exp: New.
15362 * gdb.btrace/rn-dl-bind.c: New.
15363 * gdb.btrace/rn-dl-bind.exp: New.
15364 * gdb.btrace/data.c: New.
15365 * gdb.btrace/data.exp: New.
15366 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15367
15368 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15369
15370 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
15371 * gdb.btrace/exception.exp: Update.
15372 * gdb.btrace/instruction_history.exp: Update.
15373 * gdb.btrace/record_goto.exp: Update.
15374 * gdb.btrace/tailcall.exp: Update.
15375 * gdb.btrace/unknown_functions.exp: Update.
15376 * gdb.btrace/delta.exp: New.
15377
15378 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15379
15380 * gdb.btrace/record_goto.exp: Add backtrace test.
15381 * gdb.btrace/tailcall.exp: Add backtrace test.
15382
15383 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15384
15385 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
15386 * gdb.btrace/record_goto.c: New.
15387 * gdb.btrace/record_goto.exp: New.
15388 * gdb.btrace/x86-record_goto.S: New.
15389
15390 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15391
15392 * gdb.btrace/function_call_history.exp: Update tests.
15393 * gdb.btrace/instruction_history.exp: Update tests.
15394
15395 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15396
15397 * gdb.btrace/function_call_history.exp: Fix expected field
15398 order for "record function-call-history".
15399 Add new tests for "record function-call-history /c".
15400 * gdb.btrace/exception.cc: New.
15401 * gdb.btrace/exception.exp: New.
15402 * gdb.btrace/tailcall.exp: New.
15403 * gdb.btrace/x86-tailcall.S: New.
15404 * gdb.btrace/x86-tailcall.c: New.
15405 * gdb.btrace/unknown_functions.c: New.
15406 * gdb.btrace/unknown_functions.exp: New.
15407 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15408
15409 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15410
15411 * gdb.btrace/instruction_history.exp: Update.
15412 * gdb.btrace/function_call_history.exp: Update.
15413
15414 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15415
15416 * gdb.btrace/function_call_history.exp: Fix expected function
15417 trace.
15418 * gdb.btrace/instruction_history.exp: Initialize traced.
15419 Remove traced_functions.
15420
15421 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15422
15423 * gdb.btrace/function_call_history.exp: Update
15424 * gdb.btrace/instruction_history.exp: Update.
15425
15426 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15427
15428 * gdb.btrace/enable.exp: Update expected text.
15429
15430 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
15431
15432 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
15433 bytes.
15434
15435 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
15436
15437 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
15438
15439 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
15440
15441 * lib/gdb.exp (supports_process_record): Return true for
15442 arm*-linux*. (supports_reverse): Likewise.
15443
15444 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
15445
15446 PR python/15464
15447 PR python/16113
15448 * gdb.python/py-type.c: Enhance test case.
15449 * gdb.python/py-value-cc.cc: Likewise
15450 * gdb.python/py-type.exp: Add new tests.
15451 * gdb.python/py-value-cc.exp: Likewise
15452
15453 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15454 Pedro Alves <palves@redhat.com>
15455
15456 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
15457 Make "name" extern.
15458 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
15459 references to ${name}_start by references to ${name}.
15460
15461 2014-01-10 Joel Brobecker <brobecker@adacore.com>
15462
15463 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
15464
15465 2014-01-10 Joel Brobecker <brobecker@adacore.com>
15466
15467 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
15468
15469 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
15470 Pedro Alves <palves@redhat.com>
15471
15472 * gdb.mi/mi-info-os.exp: Connect to the target with
15473 mi_gdb_target_load.
15474
15475 2014-01-08 Pedro Alves <palves@redhat.com>
15476
15477 * gdb.threads/reconnect-signal.c: New file.
15478 * gdb.threads/reconnect-signal.exp: New file.
15479
15480 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15481
15482 * gdb.base/source-dir.exp: New file.
15483
15484 2014-01-07 Joel Brobecker <brobecker@adacore.com>
15485
15486 * gdb.ada/mi_interface: New testcase.
15487
15488 2014-01-07 Joel Brobecker <brobecker@adacore.com>
15489
15490 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
15491 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
15492 gdb.ada/pp-rec-component/pck.ads: New files.
15493
15494 2014-01-07 Joel Brobecker <brobecker@adacore.com>
15495
15496 * gdb.python/py-pp-integral.c: New file.
15497 * gdb.python/py-pp-integral.py: New file.
15498 * gdb.python/py-pp-integral.exp: New file.
15499
15500 For older changes see ChangeLog-1993-2013.
15501 \f
15502 ;; Local Variables:
15503 ;; mode: change-log
15504 ;; left-margin: 8
15505 ;; fill-column: 74
15506 ;; version-control: never
15507 ;; End:
15508
15509 Copyright 2014-2019 Free Software Foundation, Inc.
15510 Copying and distribution of this file, with or without modification,
15511 are permitted provided the copyright notice and this notice are preserved.
This page took 0.462464 seconds and 4 git commands to generate.