gdb/fortran: Expand the set of types that support (kind=N)
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
3be47f7a
AB
12019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4 function.
5 (test_basic_parsing_of_type_kinds): Expand types tested.
6 (test_parsing_invalid_type_kinds): New function.
7
4d00f5d8
AB
82019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9
10 * gdb.fortran/intrinsics.exp: New file.
11 * gdb.fortran/intrinsics.f90: New file.
12 * gdb.fortran/type-kinds.exp: New file.
13
c8f91604
AB
142019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
15
16 * gdb.fortran/dot-ops.exp: New file.
17
dd9f2c76
AB
182019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
19
20 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
21 Check upper and lower case logical literals.
22
84ec9724
AB
232019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
24
25 * gdb.fortran/types.exp (test_float_literal_types_accepted):
26 Remove duplicate tests.
27
c3734e09
AH
282019-03-06 Alan Hayward <alan.hayward@arm.com>
29
30 * lib/gdb.exp (builtin_cd): rename of cd.
31 (cd): Override builtin.
32
aa3cfbda
RB
332019-03-06 Richard Bunt <richard.bunt@arm.com>
34
35 * gdb.fortran/function-calls.exp: New file.
36 * gdb.fortran/function-calls.f90: New test.
37
7b63ad86
RB
382019-03-04 Richard Bunt <richard.bunt@arm.com>
39
40 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
41 on user program standard output.
42 * gdb.fortran/short-circuit-argument-list.f90: Record function
43 calls.
44
01abb042
AH
452019-02-28 Alan Hayward <alan.hayward@arm.com>
46
c3734e09
AH
47 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
48 failure.
01abb042 49
92137da0
RO
502019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
51
52 PR gdb/8527
53 * gdb.base/interrupt-daemon-attach.c,
54 gdb.base/interrupt-daemon-attach.exp: New test.
55
5862844d
PA
562019-02-27 Pedro Alves <palves@redhat.com>
57
58 * gdb.base/page.exp: Add tests for "set width/height -1".
59
8ed25214
PA
602019-02-27 Pedro Alves <palves@redhat.com>
61
62 * gdb.base/page.exp: Add tests for "set/show width/height" with
63 "infinite" values.
64
6c28e44a
TT
652019-02-27 Tom Tromey <tromey@adacore.com>
66
67 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
68 2.4.
69 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
70 workaround.
71
bf9a735e
AB
722019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
73
74 * gdb.base/align.exp: Extend to compile in both C and C++, and add
75 tests for structs with static members.
76
8791793c
TT
772019-02-26 Tom Tromey <tromey@adacore.com>
78
79 * gdb.python/py-value.exp (test_value_from_buffer): Check for
80 ValueError, not TypeError.
81
bc2a507e
KB
822019-02-26 Kevin Buettner <kevinb@redhat.com>
83
84 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
85 call from main program.
86
e0e7d3bd
JB
872019-02-23 Joel Brobecker <brobecker@adacore.com>
88
89 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
90 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
91 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
92 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
93 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
94
9600246d
KS
952019-02-22 Keith Seitz <keiths@redhat.com>
96
97 PR symtab/23853
98 * gdb.base/symlink-sourcefile.c: New file.
99 * gdb.base/symlink-sourcefile.exp: New file.
100
0c95f9ed
TT
1012019-02-20 Tom Tromey <tom@tromey.com>
102
103 * gdb.base/info_qt.exp: Update.
104
6caa91b6
SM
1052019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
106
107 * gdb.base/source.exp: Move "error in sourced script" code to
108 the end.
109 * gdb.base/source-error.gdb: Move contents to
110 source-error-1.gdb. Add new code to source source-error-1.gdb.
111 * gdb.base/source-error-1.gdb: New file, from previous
112 source-error.gdb.
113
6506371f
TT
1142019-02-17 Tom Tromey <tom@tromey.com>
115
116 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
117 for macro styling.
118 * gdb.base/style.c (SOME_MACRO): New macro.
119
a0087920
TT
1202019-02-17 Tom Tromey <tom@tromey.com>
121
122 * gdb.base/style.exp: Add line-wrapping tests.
123 * gdb.base/page.exp: Add test for quitting during pagination.
124
a2cd4f14
JB
1252019-02-17 Joel Brobecker <brobecker@adacore.com>
126
127 * gdb.ada/big_packed_array: New testcase.
128 * gdb.ada/homonym.exp: Fix incorrect expected output for
129 "break <homonym__get_value>" test.
130
9d70ffbc
WP
1312019-02-13 Weimin Pan <weimin.pan@oracle.com>
132
133 PR breakpoints/21870
134 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
135 and prepare_for_testing. Add comment.
136 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
137 redundant cleanup call. Clean up comment.
138
01c7ae81
WP
1392019-02-12 Weimin Pan <weimin.pan@oracle.com>
140
141 PR breakpoints/21870
142 * gdb.arch/aarch64-dbreg-contents.exp: New file.
143 * gdb.arch/aarch64-dbreg-contents.c: New file.
144
aff29d1c
JB
1452019-02-10 Joel Brobecker <brobecker@adacore.com>
146
147 * gdb.ada/mi_ref_changeable: New testcase.
148
df0da8a2
AH
1492019-02-07 Alan Hayward <alan.hayward@arm.com>
150
151 * gdb.base/attach.exp: Add double attach test.
152
bd447abb
SM
1532019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
154
155 * lib/gdb.exp (default_gdb_start): Don't match pagination
156 prompt.
157 (gdb_init): Set stty_init.
158
1dbc40b9
TT
1592019-01-27 Tom Tromey <tom@tromey.com>
160
161 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
162 skip_python_tests.
163
353229bf
AH
1642019-01-24 Alan Hayward <alan.hayward@arm.com>
165
166 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
167 New structure.
168 (struct struct_static_02_02): Likewise.
169 (struct struct_static_02_03): Likewise.
170 (struct struct_static_02_04): Likewise.
171 (struct struct_static_04_01): Likewise.
172 (struct struct_static_04_02): Likewise.
173 (struct struct_static_04_03): Likewise.
174 (struct struct_static_04_04): Likewise.
175 (struct struct_static_06_01): Likewise.
176 (struct struct_static_06_02): Likewise.
177 (struct struct_static_06_03): Likewise.
178 (struct struct_static_06_04): Likewise.
179 (cmp_struct_static_02_01): Likewise.
180 (cmp_struct_static_02_02): Likewise.
181 (cmp_struct_static_02_03): Likewise.
182 (cmp_struct_static_02_04): Likewise.
183 (cmp_struct_static_04_01): Likewise.
184 (cmp_struct_static_04_02): Likewise.
185 (cmp_struct_static_04_03): Likewise.
186 (cmp_struct_static_04_04): Likewise.
187 (cmp_struct_static_06_01): Likewise.
188 (cmp_struct_static_06_02): Likewise.
189 (cmp_struct_static_06_03): Likewise.
190 (cmp_struct_static_06_04): Likewise.
191 (call_all): Test new structs.
192 * gdb.base/infcall-nested-structs.exp: Likewise.
193
73021deb
AH
1942019-01-21 Alan Hayward <alan.hayward@arm.com>
195 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
196
fc65c7db
AH
1972019-01-21 Alan Hayward <alan.hayward@arm.com>
198 * gdb.base/stack-protector.c: New test.
199 * gdb.base/stack-protector.exp: New file.
200 * gdb.cp/ovldbreak.exp: Only allow a single break line.
201 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
202 option.
203 (gdb_compile): Remove stack protector for GCC and prevent
204 recursion.
205
c24bdb02
KS
2062019-01-16 Keith Seitz <keiths@redhat.com>
207
208 PR gdb/23773
209 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
210
6f072a10
PFC
2112019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
212
213 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
214 aliases.
215 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
216 tests.
217 * gdb.arch/powerpc-vector-regs.c: New file.
218 * gdb.arch/powerpc-vector-regs.exp: New file.
219
a7b8d682
PFC
2202019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
221
222 * gdb.arch/altivec-regs.exp: Fix the list passed to
223 gdb_expect_list when testing "info vector".
224
6eb6fb67
AB
2252019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
226
227 * gdb.base/style.exp: Don't include path in testname.
228
b56f80d8
KS
2292019-01-10 Keith Seitz <keiths@redhat.com>
230
231 PR gdb/23712
232 PR symtab/23010
233 * gdb.dwarf2/multidictionary.exp: New file.
234
041be526
SM
2352019-01-09 Simon Marchi <simon.marchi@ericsson.com>
236
237 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
238 (test_gnuv3_style_demangling): ... this.
239 (test_lucid_style_demangling): Remove.
240 (test_arm_style_demangling): Remove.
241 (test_hp_style_demangling): Remove.
242 (do_tests): Remove calls to the above.
243
d820d0c3
AB
2442019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
245
246 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
247 case.
248
f097f5ad
TT
2492019-01-06 Tom Tromey <tom@tromey.com>
250
251 PR gdb/28155:
252 * gdb.dwarf2/typedef-void-finish.exp: New file.
253
2cd8cc0b
TT
2542018-12-28 Tom Tromey <tom@tromey.com>
255 Simon Marchi <simark@simark.ca>
256
257 * gdb.base/jit-exec.exp: New file.
258 * gdb.base/jit-exec.c: New file.
259 * gdb.base/jit-execd.c: New file.
260
35fb8261
TT
2612018-12-28 Tom Tromey <tom@tromey.com>
262
263 * gdb.base/style.exp: Update test to check for address styling.
264
47fd17cd
TT
2652018-12-28 Tom Tromey <tom@tromey.com>
266
267 * gdb.base/style.exp: Add test for styling of "Reading symbols"
268 message.
269
d47032b7
TT
2702018-12-28 Tom Tromey <tom@tromey.com>
271
272 * gdb.base/style.exp: Add test for version number styling.
273
af79b68d
TT
2742018-12-28 Tom Tromey <tom@tromey.com>
275
276 * gdb.base/style.exp: Add test for print_address_symbolic.
277
0bb296cb
TT
2782018-12-28 Tom Tromey <tom@tromey.com>
279
280 * gdb.base/style.exp: Add test for breakpoint setting.
281
80ae2043
TT
2822018-12-28 Tom Tromey <tom@tromey.com>
283
284 * gdb.base/style.exp: Add test for variable names.
285
cbe56571
TT
2862018-12-28 Tom Tromey <tom@tromey.com>
287
288 * gdb.base/style.exp: New file.
289 * gdb.base/style.c: New file.
290
9162a27c
TT
2912018-12-28 Tom Tromey <tom@tromey.com>
292
293 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
294 "dumb".
295 * gdb.base/readline.exp (operate_and_get_next): Save and restore
296 the TERM environment variable.
297
bc543c90
TT
2982018-12-27 Tom Tromey <tom@tromey.com>
299
300 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
301 pagination test.
302
6f0ffe50
AB
3032018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
304
305 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
306 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
307
b5a1e557
PW
3082018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
309
310 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
311 Filename a.adb changed to bp_fun_addr.adb.
312 gdb.ada/bp_fun_addr.exp: Update test accordingly.
313
6e8b1ab2
JV
3142018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
315
316 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
317 non-PIE executables.
318 * README: Mention the gdb,nopie_flag board setting.
319 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
320 non-PIE executable.
321 * gdb.arch/amd64-entry-value.exp: Likewise.
322 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
323 * gdb.arch/i386-float.exp: Likewise.
324 * gdb.arch/i386-signal.exp: Likewise.
325 * gdb.mi/mi-reg-undefined.exp: Likewise.
326
d00a27c5
PM
3272018-12-21 Paul Marechal <paul.marechal@ericsson.com>
328
329 PR gdb/23974
330 * gdb.base/info-os.exp: Check return for unknown "info os" type.
331
161d081c
PW
3322018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
333
334 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
335 Update order of results accordingly.
336
b001de23
AB
3372018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
338
339 * gdb.base/annota1.exp: Update a test regexp.
340
99e1a184
AB
3412018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
342
343 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
344
7a81c1e2
PW
3452018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
346
347 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
348 (reuse_time): Initialize to REUSE_TIME_CAP.
349 (check_rc): New function.
350 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
351 Check pthread_create rc.
352 (spawner_thread_func): Check pthread_create and pthread_join rc.
353
73e8dc90
PA
3542018-12-08 Pedro Alves <palves@redhat.com>
355
356 * gdb.base/list.exp (test_forward_search): Rename to ...
357 (test_forward_reverse_search): ... this. Also test reverse-search
358 and the forward-search alias.
359
13f2ed32
AB
3602018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
361
362 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
363 local timeout variable before return, and remove all local timeout
364 variable entirely.
365 (gdb_load): Likewise.
366
64d27cfc
TV
3672018-12-01 Tom de Vries <tdevries@suse.de>
368
369 * gdb.base/gdb-caching-proc.exp: New file.
370
f63c03b4
SDJ
3712018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
372
373 * Makefile.in (TIMESTAMP): New variable.
374 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
375 command.
376 (check-single-racy): Likewise.
377 (check/%.exp): Likewise.
378 (check-racy/%.exp): Likewise.
379 (workers/%.worker): Likewise.
380 (build-perf): Likewise.
381 (check-perf): Likewise.
382 * README: Describe new "TS" and "TS_FORMAT" variables.
383 * print-ts.py: New file.
384
1c97054b
BF
3852018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
386
387 PR python/23714
388 * gdb.python/python.exp: Test command repetition after
389 gdb.execute.
390
1871a62d
AB
3912018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
392
393 * gdb.opt/inline-break.exp: Add test that info breakpoint output
394 is correctly aligned.
395
fb5e1ed9
PW
3962018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
397
398 * gdb.ada/info_auto_lang.exp: New testcase.
399 * gdb.ada/info_auto_lang/global_pack.ads: New file.
400 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
401 * gdb.ada/info_auto_lang/some_c.c: New file.
402
43d397ca
PW
4032018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
404
405 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
406 FUNC_lang language syntax.
407
beddd671
PW
4082018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
409
410 * gdb.base/info_minsym.c: New file.
411 * gdb.base/info_minsym.exp: New file.
412
73fc52c4
TT
4132018-11-19 Tom Tromey <tom@tromey.com>
414
415 PR rust/23625:
416 * gdb.rust/simple.exp: Add ptype test. Update expected output.
417 * gdb.rust/expr.exp: Update expected output. Change one test.
418
994b876a
TT
4192018-11-19 Tom Tromey <tom@tromey.com>
420
421 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
422
6769f276
PA
4232018-11-19 Pedro Alves <palves@redhat.com>
424
425 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
426 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
427 see the expected warning.
428
38a72da0
AH
4292018-11-16 Alan Hayward <alan.hayward@arm.com>
430
431 PR gdb/22736:
432 * gdb.cp/infcall-nodebug-lib.c: New test.
433 * gdb.cp/infcall-nodebug-main.c: New test.
434 * gdb.cp/infcall-nodebug.exp: New file.
435
53a89d6e
SM
4362018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
437
438 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
439 completer tests.
440
9325300d
TV
4412018-11-09 Tom de Vries <tdevries@suse.de>
442
443 * gdb.base/msym-lang.c: New test.
444 * gdb.base/msym-lang.exp: New file.
445 * gdb.base/msym-lang-main.c: New test.
446
20f0d60d
TT
4472018-11-08 Tom Tromey <tom@tromey.com>
448
449 PR gdb/23555:
450 PR gdb/23838:
451 * gdb.base/warning.exp: New file.
452
b5420128
JB
4532018-11-08 Jan Beulich <jbeulich@suse.com>
454
455 * testsuite/gdb.arch/i386-avx512.c,
456 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
457
cd115d61
AB
4582018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
459
460 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
461 point hardware.
462
35ee2dc2
AB
4632018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
464
465 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
466 * gdb.dwarf2/missing-type-name.exp: New file.
467
31aceee8
TV
4682018-11-06 Tom de Vries <tdevries@suse.de>
469
470 * gdb.base/many-headers.c: New test.
471 * gdb.base/many-headers.exp: New file.
472
109be305
JW
4732018-11-06 Jim Wilson <jimw@sifive.com>
474
475 * gdb.base/code_elim.exp: For riscv, set additional_flags
476 to include -msmall-data-limit=0.
477
e2b7af72
JB
4782018-11-01 Joel Brobecker <brobecker@adacore.com>
479
480 * gdb.ada/watch_minus_l: New testcase.
481
cdcda965
SM
4822018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
483
484 * gdb.arch/aix-sighandle.c: New file.
485 * gdb.arch/aix-sighandle.exp: New file.
486
92dcebf3
AB
4872018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
488
489 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
490 registers being unions.
491
68b9ac18
TV
4922018-10-31 Tom de Vries <tdevries@suse.de>
493
494 * lib/valgrind.exp: New file.
495 (vgdb_start, vgdb_stop): New procs, factored out of ...
496 * gdb.base/valgrind-bt.exp: ... here, ...
497 * gdb.base/valgrind-disp-step.exp: ... here and ...
498 * gdb.base/valgrind-infcall.exp: ... here.
499
1443936e
TV
5002018-10-31 Tom de Vries <tdevries@suse.de>
501
502 * lib/gdb.exp (get_valueof): Don't output read value in test name.
503
eb77c9df
AB
5042018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
505
506 * gdb.dwarf2/void-type.c: New file.
507 * gdb.dwarf2/void-type.exp: New file.
508
82b5e646
PW
5092018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
510
511 * gdb.base/info_qt.c: New file.
512 * gdb.base/info_qt.exp: New file.
513
8d619c01
EBM
5142018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
515
516 * gdb.arch/powerpc-htm-regs.c: New file.
517 * gdb.arch/powerpc-htm-regs.exp: New file.
518
f2cf6173
EBM
5192018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
520
521 * gdb.arch/powerpc-tar.c: New file.
522 * gdb.arch/powerpc-tar.exp: New file.
523
7ca18ed6
EBM
5242018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
525
526 * gdb.arch/powerpc-ppr-dscr.c: New file.
527 * gdb.arch/powerpc-ppr-dscr.exp: New file.
528
bfcc0eba
TV
5292018-10-25 Tom de Vries <tdevries@suse.de>
530
531 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
532
fe1a5cad
TV
5332018-10-24 Tom de Vries <tdevries@suse.de>
534
535 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
536 longer exists error.
537
a76dc3b7
TV
5382018-10-24 Tom de Vries <tdevries@suse.de>
539
540 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
541
4df46df7
TV
5422018-10-24 Tom de Vries <tdevries@suse.de>
543
544 * gdb.base/valgrind-db-attach.exp: Handle removed support for
545 --db-attach in valgrind.
546
0dbfcfff
AB
5472018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
548
549 * gdb.arch/riscv-reg-aliases.c: New file.
550 * gdb.arch/riscv-reg-aliases.exp: New file.
551
b04480b1
AH
5522018-10-19 Alan Hayward <alan.hayward@arm.com>
553
554 * gdb.python/py-cmd.exp: Check for gdb_prompt.
555
2c6ac8d7
AH
5562018-10-19 Alan Hayward <alan.hayward@arm.com>
557
558 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
559
2bc69f25
AH
5602018-10-19 Alan Hayward <alan.hayward@arm.com>
561
562 * gdb.cp/ovldbreak.exp: Fix regexps.
563
1f1ae3a3
AH
5642018-10-19 Alan Hayward <alan.hayward@arm.com>
565
566 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
567
94c18618
SDJ
5682018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
569
570 PR cli/23785
571 * gdb.base/restore.exp: New test to check if "restore" with an
572 invalid file doesn't segfault.
573
812cd6eb
TV
5742018-10-18 Tom de Vries <tdevries@suse.de>
575
576 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
577 * gdb.ada/excep_handle.exp: Same.
578 * gdb.ada/mi_string_access.exp: Same.
579 * gdb.ada/mi_var_union.exp: Same.
580 * gdb.arch/arc-analyze-prologue.exp: Same.
581 * gdb.arch/arc-decode-insn.exp: Same.
582 * gdb.base/readnever.exp: Same.
583 * gdb.fortran/printing-types.exp: Same.
584 * gdb.guile/scm-lazy-string.exp: Same.
585
c4b90788
TV
5862018-10-16 Tom de Vries <tdevries@suse.de>
587
588 PR gdb/23730
589 * gdb.base/catch-follow-exec.c: Add copyright notice.
590 * gdb.base/catch-follow-exec.exp: Rewrite to use
591 gdb_spawn_with_cmdline_opts. Require gdb-native.
592
8bca2978
SL
5932018-10-12 Sandra Loosemore <sandra@codesourcery.com>
594
595 * gdb.trace/actions-changed.exp: Check for arch support.
596 * gdb.trace/actions.exp: Likewise.
597 * gdb.trace/ax.exp: Likewise.
598 * gdb.trace/backtrace.exp: Likewise.
599 * gdb.trace/change-loc.exp: Likewise.
600 * gdb.trace/deltrace.exp: Likewise.
601 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
602 * gdb.trace/ftrace.exp: Likewise.
603 * gdb.trace/infotrace.exp: Check for arch support.
604 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
605 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
606 * gdb.trace/mi-tsv-changed.exp: Likewise.
607 * gdb.trace/packetlen.exp: Likewise.
608 * gdb.trace/passc-dyn.exp: Likewise.
609 * gdb.trace/passcount.exp: Likewise.
610 * gdb.trace/pending.exp: Likewise.
611 * gdb.trace/range-stepping.exp: Check for shlib support.
612 * gdb.trace/report.exp: Check for arch support.
613 * gdb.trace/save-trace.exp: Likewise.
614 * gdb.trace/signal.exp: Check for signal support.
615 * gdb.trace/tfind.exp: Check for arch support.
616 * gdb.trace/trace-break.exp: Check for arch and shlib support.
617 * gdb.trace/trace-common.h: Add comment.
618 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
619 * gdb.trace/trace-enable-disable.exp: Likewise.
620 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
621 * gdb.trace/tracecmd.exp: Check for arch support.
622 * gdb.trace/tspeed.exp: Check for shlib and target support.
623 * gdb.trace/tstatus.exp: Check for arch support.
624 * gdb.trace/tsv.exp: Likewise.
625 * gdb.trace/while-dyn.exp: Likewise.
626 * gdb.trace/while-stepping.exp: Likewise.
627 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
628
f9c49bff
SM
6292018-10-12 Simon Marchi <simon.marchi@ericsson.com>
630
631 * gdb.trace/tspeed.exp: Remove nowarnings.
632 (prepare_for_trace_test): Declare "global ipalib".
633 * gdb.trace/tspeed.c: Include unistd.h.
634 (main): Remove superfluous printf argument.
635
d4330bde
SL
6362018-10-11 Sandra Loosemore <sandra@codesourcery.com>
637
638 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
639 directory prefix on the filename.
640
8ecfd7bd
SDJ
6412018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
642
643 * gdb.gdb/unittest.exp: Update expected message informing that
644 selftests have been disabled.
645 * gdb.server/unittest.exp: Likewise.
646
58bbcd02
TV
6472018-10-09 Tom de Vries <tdevries@suse.de>
648
649 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
650 with runto_main.
651
9f6b697b
WP
6522018-10-08 Weimin Pan <weimin.pan@oracle.com>
653
654 PR c++/16841
655 * gdb.cp/virtbase2.cc: New file.
656 * gdb.cp/virtbase2.exp: New file.
657
add5ded5
TT
6582018-10-06 Tom Tromey <tom@tromey.com>
659
660 PR python/19399:
661 * gdb.python/py-inferior.exp: Add architecture test.
662
f9e48344
TT
6632018-10-06 Tom Tromey <tom@tromey.com>
664
665 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
666 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
667
2a8be203
TT
6682018-10-06 Tom Tromey <tom@tromey.com>
669
670 * gdb.python/py-breakpoint.exp (check_last_event): Check location
671 of a "throw" catchpoint.
672
e04caa70
SDJ
6732018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
674
675 * gdb.base/info-proc.exp: Update string expected from "help info
676 proc".
677
5ca8c39f
TT
6782018-10-04 Tom Tromey <tom@tromey.com>
679
680 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
681 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
682 (test_initial_complaints, test_empty_complaints): Update.
683 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
684
3453e7e4
TT
6852018-10-04 Tom Tromey <tom@tromey.com>
686
687 PR cli/19551:
688 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
689 * lib/gdb.exp (gdb_file_cmd): Update.
690 * gdb.stabs/weird.exp (print_weird_var): Update.
691 * gdb.server/solib-list.exp: Update.
692 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
693 * gdb.mi/mi-cli.exp: Update.
694 * gdb.linespec/linespec.exp: Update.
695 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
696 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
697 * gdb.cp/cp-relocate.exp: Update.
698 * gdb.base/sym-file.exp: Update.
699 * gdb.base/relocate.exp: Update.
700 * gdb.base/readnever.exp: Update.
701 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
702 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
703 * gdb.base/dbx.exp (gdb_file_cmd): Update.
704 * gdb.base/code_elim.exp: Update.
705 * gdb.base/break-unload-file.exp (test_break): Update.
706 * gdb.base/break-interp.exp (test_attach_gdb): Update.
707 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
708 Update.
709 * gdb.base/attach.exp (do_attach_tests): Update.
710 * gdb.base/sepdebug.exp: Update.
711 * gdb.python/py-section-script.exp: Update.
712
6afcf761
TT
7132018-10-04 Tom Tromey <tom@tromey.com>
714
715 PR cli/22234:
716 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
717 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
718 output.
719
fef1b293
TT
7202018-10-04 Tom Tromey <tom@tromey.com>
721
722 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
723 set width and height to 0.
724 (test_command_line_attach_run): Use -quiet.
725
ca98345e
SL
7262018-10-03 Sandra Loosemore <sandra@codesourcery.com>
727
728 * lib/gdb.exp (skip_ifunc_tests): New.
729 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
730 other compile failures.
731 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
732
ff34e6ae
SM
7332018-10-01 Simon Marchi <simon.marchi@ericsson.com>
734
735 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
736 is_amd64_regs_target.
737
6bb8890e
AH
7382018-10-01 Alan Hayward <alan.hayward@arm.com>
739
740 * gdb.arch/aarch64-sighandler-regs.c: New test.
741 * gdb.arch/aarch64-sighandler-regs.exp: New file.
742 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
743
224d30d3
MM
7442018-10-01 Markus Metzger <markus.t.metzger@intel.com>
745
746 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
747 assembly.
748
f67ffa6a
AB
7492018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
750
751 * gdb.base/frame-selection.exp: New file.
752 * gdb.base/frame-selection.c: New file.
753
9fc3183f
AH
7542018-09-27 Alan Hayward <alan.hayward@arm.com>
755
756 * gdb.threads/check-libthread-db.c (thread_routine): Use a
757 pthread barrier.
758 (main): Likewise.
759
d354055e
AB
7602018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
761
762 * gdb.base/large-frame-1.c: New file.
763 * gdb.base/large-frame-2.c: New file.
764 * gdb.base/large-frame.exp: New file.
765 * gdb.base/large-frame.h: New file.
766
db727370
JL
7672018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
768
769 PR gdb/20948
770 * gdb.base/write_mem.exp: New test.
771 * gdb.base/write_mem.c: Likewise.
772
ae778caf
TT
7732018-09-23 Tom Tromey <tom@tromey.com>
774
775 PR python/18852:
776 * gdb.python/py-parameter.exp: Add test for parameter that throws
777 on "set".
778
fd3ba736
TT
7792018-09-23 Tom Tromey <tom@tromey.com>
780
781 PR python/17284:
782 * gdb.python/py-template.exp (test_template_arg): Add test for
783 negative template argument number.
784
39a24317
TT
7852018-09-23 Tom Tromey <tom@tromey.com>
786
787 PR python/14062:
788 * gdb.python/python.exp: Add test for post_event error.
789
f5769a2c
TT
7902018-09-23 Tom Tromey <tom@tromey.com>
791
792 PR python/18170:
793 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
794 convert pointers to int and long.
795
1c1e54f6
TT
7962018-09-23 Tom Tromey <tom@tromey.com>
797
798 PR python/20126:
799 * gdb.python/py-value.exp (test_value_numeric_ops): Add
800 signed-ness conversion tests.
801
fb4fa946
TT
8022018-09-23 Tom Tromey <tom@tromey.com>
803
804 PR python/18352;
805 * gdb.python/py-value.exp (test_float_conversion): New proc.
806 Use it.
807
a466edac
HAQ
8082018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
809
810 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
811
4ee9b0c5
SL
8122018-09-18 Sandra Loosemore <sandra@codesourcery.com>
813
814 * gdb.base/complete-empty.exp: Skip tab-completion tests if
815 no readline.
816 * gdb.base/utf8-identifiers.exp: Likewise.
817 * gdb.cp/cpcompletion.exp: Likewise.
818 * gdb.linespec/cpcompletion.exp: Likewise.
819 * gdb.linespec/cpls-abi-tag.exp: Likewise.
820 * gdb.linespec/cpls-ops.exp: Likewise.
821
23be8da7
RB
8222018-09-19 Richard Bunt <richard.bunt@arm.com>
823 Chris January <chris.january@arm.com>
824
825 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
826 * gdb.fortran/short-circuit-argument-list.exp: New file.
827 * gdb.fortran/short-circuit-argument-list.f90: New test.
828
5031d0ae
SDJ
8292018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
830
831 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
832 "arch=" keyword when executing "-stack-list-frames".
833
b4c0d1a4
SDJ
8342018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
835
836 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
837 "arch=" keyword when executing "-stack-list-frames".
838
7a6d2b45
SDJ
8392018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
840
841 * gdb.ada/complete.exp: Expect for "@" when doing "complete
842 break ada".
843
8588b356
SM
8442018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
845
846 PR python/23669
847 * gdb.python/python.exp: Test gdb.execute("show commands").
848
65e65158
TT
8492018-09-16 Tom Tromey <tom@tromey.com>
850
851 * gdb.base/new-ui.exp (do_execution_tests): Update.
852 * gdb.base/dbx.exp (test_breakpoints): Update.
853
bf326452
AH
8542018-09-14 Alan Hayward <alan.hayward@arm.com>
855
856 * lib/gdb.exp (gdb_simple_compile): Add proc.
857 (is_elf_target): Use gdb_simple_compile.
858 (skip_altivec_tests): Likewise.
859 (skip_vsx_tests): Likewise.
860 (skip_tsx_tests): Likewise.
861 (skip_btrace_tests): Likewise.
862 (skip_btrace_pt_tests): Likewise.
863 (gdb_can_simple_compile): Likewise.
864 (gdb_has_argv0): Likewise.
865 (gdb_target_symbol_prefix): Likewise.
866 (target_supports_scheduler_locking): Likewise.
867
2361b0fb
TT
8682018-09-13 Tom Tromey <tom@tromey.com>
869
870 * Makefile.in (TAGS): Recognize proc_with_prefix and
871 gdb_caching_proc.
872
0ae1a321
SM
8732018-09-13 Simon Marchi <simon.marchi@ericsson.com>
874
875 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
876 method.
877
a40bf0c2
SM
8782018-09-13 Simon Marchi <simon.marchi@ericsson.com>
879
880 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
881 and a few other Inferior properties when the Inferior is no
882 longer valid.
883
4a3fe98f
TT
8842018-09-13 Tom Tromey <tom@tromey.com>
885
886 PR rust/23650:
887 * gdb.rust/simple.exp: Add test for enum field access error.
888
098b2108
TT
8892018-09-13 Tom Tromey <tom@tromey.com>
890
891 PR rust/23626:
892 * gdb.rust/simple.rs (EmptyEnum): New type.
893 (main): Use it.
894 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
895
1256af7d
SM
8962018-09-13 Simon Marchi <simon.marchi@ericsson.com>
897
898 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
899 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
900 * gdb.python/py-symtab.exp: Update test printing an objfile.
901
4aa8e6c2
SM
9022018-09-12 Simon Marchi <simon.marchi@ericsson.com>
903
904 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
905 object.
906
c221b2f7
AH
9072018-09-12 Alan Hayward <alan.hayward@arm.com>
908
909 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
910 (support_complex_tests): Use gdb_can_simple_compile.
911 (is_ilp32_target): Likewise.
912 (is_lp64_target): Likewise.
913 (is_64_target): Likewise.
914 (is_amd64_regs_target): Likewise.
915 (is_aarch32_target): Likewise.
916 (gdb_int128_helper): Likewise.
917
6f1107b5
JK
9182018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
919
920 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
921
1f5d1570
JG
9222018-09-10 Jerome Guitton <guitton@adacore.com>
923
924 * gdb.ada/same_component_name: Add test for case of tagged record
925 with variable-length fields.
926
cc330e39
XR
9272018-09-10 Xavier Roirand <roirand@adacore.com>
928
929 * gdb.ada/access_to_unbounded_array.exp: New testcase.
930 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
931 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
932 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
933
b9c50e9a
XR
9342018-09-10 Xavier Roirand <roirand@adacore.com>
935
936 * gdb.ada/mi_string_access.exp: New testcase.
937 * gdb.ada/mi_string_access/bar.adb: New file.
938 * gdb.ada/mi_string_access/pck.adb: New file.
939 * gdb.ada/mi_string_access/pck.asd: New file.
940
2963898f
XR
9412018-09-10 Xavier Roirand <roirand@adacore.com>
942
943 * gdb.ada/mi_var_union.exp: New testcase.
944 * gdb.ada/mi_var_union/bar.adb: New file.
945 * gdb.ada/mi_var_union/pck.adb: New file.
946 * gdb.ada/mi_var_union/pck.asd: New file.
947
1aac008f
TT
9482018-09-08 Tom Tromey <tom@tromey.com>
949
950 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
951
332cf4c9
TT
9522018-09-08 Tom Tromey <tom@tromey.com>
953
954 PR python/16047:
955 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
956 (register_pretty_printers): Register new printer.
957 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
958 test.
959 * gdb.python/py-prettyprint.c (int_type3): New typedef.
960 (an_int_type3): New global.
961
424da6cf
JB
9622018-09-08 Joel Brobecker <brobecker@adacore.com>
963
964 * gdb.ada/expr_with_funcall: New testcase.
965
2a62dfa9
JB
9662018-09-08 Joel Brobecker <brobecker@adacore.com>
967
968 * gdb.ada/packed_array_assign: New testcase.
969
96b6697f
AB
9702018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
971
972 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
973 names, and add test prefixes to make test names unique.
974
e4a62c65
TV
9752018-09-05 Tom de Vries <tdevries@suse.de>
976
977 * gdb.dwarf2/varval.exp: Add test.
978
dd083ee2
GB
9792018-09-04 Gary Benson <gbenson@redhat.com>
980
981 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
982 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
983
aef9346c
TT
9842018-08-31 Tom Tromey <tom@tromey.com>
985
986 * gdb.rust/simple.rs: Rename second variable "v".
987
c67f2e15
AB
9882018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
989
990 * gdb.base/funcargs.c (use_a): New function.
991 (recurse): Call use_a.
992
078a0207
KS
9932018-08-29 Keith Seitz <keiths@redhat.com>
994
995 * gdb.compile/compile-cplus-anonymous.cc: New file.
996 * gdb.compile/compile-cplus-anonymous.exp: New file.
997 * gdb.compile/compile-cplus-array-decay.cc: New file.
998 * gdb.compile/compile-cplus-array-decay.exp: New file.
999 * gdb.compile/compile-cplus-inherit.cc: New file.
1000 * gdb.compile/compile-cplus-inherit.exp: New file.
1001 * gdb.compile/compile-cplus-member.cc: New file.
1002 * gdb.compile/compile-cplus-member.exp: New file.
1003 * gdb.compile/compile-cplus-method.cc: New file.
1004 * gdb.compile/compile-cplus-method.exp: New file.
1005 * gdb.compile/compile-cplus-mod.c: "New" file.
1006 * gdb.compile/compile-cplus-namespace.cc: New file.
1007 * gdb.compile/compile-cplus-namespace.exp: New file.
1008 * gdb.compile/compile-cplus-nested.cc: New file.
1009 * gdb.compile/compile-cplus-nested.exp: New file.
1010 * gdb.compile/compile-cplus-print.c: "New" file.
1011 * gdb.compile/compile-cplus-print.exp: "New" file.
1012 * gdb.compile/compile-cplus-virtual.cc: New file.
1013 * gdb.compile/compile-cplus-virtual.exp: New file.
1014 * gdb.compile/compile-cplus.c: "New" file.
1015 * gdb.compile/compile-cplus.exp: "New" file.
1016 * lib/compile-support.exp: New file.
1017
b0f492b9
GB
10182018-08-16 Gary Benson <gbenson@redhat.com>
1019
1020 PR gdb/13000:
1021 * gdb.base/batch-exit-status.exp: New file.
1022 * gdb.base/batch-exit-status.good-commands: Likewise.
1023 * gdb.base/batch-exit-status.bad-commands: Likewise.
1024
36eb4c5f
AH
10252018-08-29 Alan Hayward <alan.hayward@arm.com>
1026
1027 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
1028 (struct struct02): Likewise.
1029 (struct struct03): Likewise.
1030 (struct struct04): Likewise.
1031 (struct struct_01_01): New struct.
1032 (struct struct_01_02): Likewise.
1033 (struct struct_01_03): Likewise.
1034 (struct struct_01_04): Likewise.
1035 (struct struct_02_01): Likewise.
1036 (struct struct_02_02): Likewise.
1037 (struct struct_02_03): Likewise.
1038 (struct struct_02_04): Likewise.
1039 (struct struct_04_01): Likewise.
1040 (struct struct_04_02): Likewise.
1041 (struct struct_04_03): Likewise.
1042 (struct struct_04_04): Likewise.
1043 (struct struct_05_01): Likewise.
1044 (struct struct_05_02): Likewise.
1045 (struct struct_05_03): Likewise.
1046 (struct struct_05_04): Likewise.
1047 (cmp_struct01): Remove function.
1048 (cmp_struct02): Likewise.
1049 (cmp_struct03): Likewise.
1050 (cmp_struct04): Likewise.
1051 (cmp_struct_01_01): Add Function.
1052 (cmp_struct_01_02): Likewise.
1053 (cmp_struct_01_03): Likewise.
1054 (cmp_struct_01_04): Likewise.
1055 (cmp_struct_02_01): Likewise.
1056 (cmp_struct_02_02): Likewise.
1057 (cmp_struct_02_03): Likewise.
1058 (cmp_struct_02_04): Likewise.
1059 (cmp_struct_04_01): Likewise.
1060 (cmp_struct_04_02): Likewise.
1061 (cmp_struct_04_03): Likewise.
1062 (cmp_struct_04_04): Likewise.
1063 (cmp_struct_05_01): Likewise.
1064 (cmp_struct_05_02): Likewise.
1065 (cmp_struct_05_03): Likewise.
1066 (cmp_struct_05_04): Likewise.
1067 (call_all): Add new structs.
1068 * gdb.base/infcall-nested-structs.exp: Likewise.
1069
3bf9c013
JV
10702018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
1071
1072 * gdb.python/py-framefilter-mi.exp: Update regexp to
1073 check for "arch" field in frame output.
1074
450d1e88
KB
10752018-08-23 Kevin Buettner <kevinb@redhat.com>
1076
1077 * gdb.dwarf2/dw2-ranges-func.c: New file.
1078 * gdb.dwarf2/dw2-ranges-func.exp: New file.
1079
ae739fe7
SM
10802018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
1081
1082 * gdb.base/term.exp: Compare terminal settings with values from
1083 the inferior.
1084 * gdb.base/term.c: Get and set terminal settings.
1085
6d52907e
JV
10862018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
1087
1088 * lib/mi-support.exp (mi_expect_stop): Update regexp to
1089 accommodate new "arch" field in frame output.
1090 * gdb.mi/mi-return.exp: Likewise.
1091 * gdb.mi/mi-stack.exp: Likewise.
1092 * gdb.mi/mi-syn-frame.exp: Likewise.
1093 * gdb.mi/user-selected-context-sync.exp: Likewise.
1094
be2d111a
MS
10952018-08-19 Michael Spang <spang@google.com>
1096
1097 PR gdb/11786
1098 * gdb.base/gcore-tls-pie.c: New file.
1099 * gdb.base/gcore-tls-pie.exp: New file.
1100
ae3a7c47
KB
11012018-08-18 Kevin Buettner <kevinb@redhat.com>
1102
1103 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
1104 * gdb.dwarf2/varval.c: New file.
1105 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 1106
2ecae92e
AH
11072018-08-17 Alan Hayward <alan.hayward@arm.com>
1108
1109 PR gdb/18931
1110 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
1111
c1854f1d
KS
11122018-08-16 Keith Seitz <keiths@redhat.com>
1113
1114 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
1115 tests expected to pass.
1116
26fb3983
JV
11172018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
1118
1119 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
1120 -data-disassemble -a.
1121 (test_disassembly_bogus_args): Likewise.
1122
67943c00
AB
11232018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
1124
1125 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
1126
5ff2bbae
AB
11272018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1128
1129 * gdb.base/vla-optimized-out.exp: Add new test.
1130
e5bbcd0f
AB
11312018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1132
1133 * gdb.base/vla-optimized-out-o3.exp: Delete.
1134 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
1135 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
1136 deleted tests.
1137
9d4a934c
AB
11382018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
1139
1140 PR gdb/18050:
1141 * gdb.server/extended-remote-restart.c: New file.
1142 * gdb.server/extended-remote-restart.exp: New file.
1143
045cf012
SM
11442018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
1145
1146 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
1147 "set variable index = 42".
1148
87d6a7aa
SM
11492018-08-07 Simon Marchi <simon.marchi@ericsson.com>
1150
1151 * boards/index-cache-gdb.exp: New file.
1152 * gdb.dwarf2/index-cache.exp: New file.
1153 * gdb.dwarf2/index-cache.c: New file.
1154 * gdb.base/maint.exp: Check if we are using the index cache.
1155
96d68bd4
RO
11562018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1157
1158 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
1159 MAKEFLAGS.
1160
5a699617
RO
11612018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1162
1163 * dg-extract-results.sh: Move to toplevel contrib.
1164 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
1165 * Makefile.in (check-parallel-racy): Likewise.
1166
5bd18990
AB
11672018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
1168
1169 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
1170 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
1171 tests if the target supports scheduler locking.
1172
3fbbcf47
TV
11732018-08-04 Tom de Vries <tdevries@suse.de>
1174
1175 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
1176
3e1d3d8c
TT
11772018-08-02 Tom Tromey <tom@tromey.com>
1178
1179 PR symtab/16842.
1180 * gdb.cp/temargs.exp: Test "info address" of a template
1181 parameter.
1182
5abe0f0c
JV
11832018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
1184
1185 * gdb.python/py-mi-var-info-path-expression.c: New file.
1186 * gdb.python/py-mi-var-info-path-expression.py: New file.
1187 * gdb.python/py-mi-var-info-path-expression.exp: New file.
1188
fb66cde8
SDJ
11892018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
1190
1191 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
1192 error after "cannot resolve name" string.
1193
c708f4d2
AB
11942018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
1195
1196 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
1197 started.
1198 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
1199
37cc0cae
TV
12002018-07-28 Tom de Vries <tdevries@suse.de>
1201
1202 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
1203
63b4ecf7
TV
12042018-07-26 Tom de Vries <tdevries@suse.de>
1205
1206 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
1207
3c3bb058
AB
12082018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
1209
1210 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
1211 is visible.
1212
9e7f3bbb
TV
12132018-07-26 Tom de Vries <tdevries@suse.de>
1214
1215 PR breakpoints/23366
1216 * gdb.base/catch-follow-exec.c: New test.
1217 * gdb.base/catch-follow-exec.exp: New file.
1218
16f808ec
TV
12192018-07-25 Tom de Vries <tdevries@suse.de>
1220
1221 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
1222 vla-optimized-out.c.
1223
d7154a8d
JV
12242018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
1225
1226 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
1227 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
1228
232a0032
TV
12292018-07-20 Tom de Vries <tdevries@suse.de>
1230
1231 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
1232 NOCLONE macro.
1233 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
1234
fbb1d502
TV
12352018-07-19 Tom de Vries <tdevries@suse.de>
1236
1237 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
1238 regular expression.
1239
42dc7699
TV
12402018-07-18 Tom de Vries <tdevries@suse.de>
1241
1242 * gdb.base/vla-optimized-out.c: New test.
1243 * gdb.base/vla-optimized-out.exp: New file.
1244
7f1f7e23
SDJ
12452018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
1246
1247 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
1248 message "No address associated with hostname" when gdbserver
1249 cannot resolve the hostname.
1250
5759ebb3
PW
12512018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1252
1253 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
1254 Add some test prefixes to make tests unique.
1255
3606ccab
PW
12562018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1257
1258 * gdb.base/frameapply.c: New file.
1259 * gdb.base/frameapply.exp: New file.
1260
529c08b2
PW
12612018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1262
1263 * gdb.base/skip.exp: Update expected error message.
1264
c7ab0aef
SDJ
12652018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1266 Jan Kratochvil <jan.kratochvil@redhat.com>
1267 Paul Fertser <fercerpav@gmail.com>
1268 Tsutomu Seki <sekiriki@gmail.com>
1269
1270 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
1271 parameter.
1272 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
1273 by default.
1274 * boards/native-gdbserver.exp: Likewise.
1275 * gdb.server/run-without-local-binary.exp: Improve regexp used
1276 for detecting when a remote debugging connection succeeds.
1277 * gdb.server/server-connect.exp: New file.
1278 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
1279 Do not prefix the port number with ":".
1280 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
1281 support for detecting and using it. Add '$debughost_gdbserver'
1282 to the list of arguments used to start gdbserver. Handle case
1283 when gdbserver cannot resolve a network name.
1284
16ff70dd
SDJ
12852018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1286
1287 PR c++/23373
1288 * gdb.base/ptype-offsets.cc (struct static_member): New
1289 struct.
1290 (main) <stmember>: New variable.
1291 * gdb.base/ptype-offsets.exp: Add test for printing a struct
1292 with a static member in it.
1293
3541979f
AB
12942018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
1295
1296 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
1297 watchpoints enabled and disabled.
1298
c8ad9b9a
AB
12992018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1300
1301 * gdb.base/examine-backward.exp: Still run tests around address
1302 0x0, even if address 0x0 is not readable. Update the pattern for
1303 matching address 0x0 in expected output.
1304
e0e5e971
AB
13052018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1306
1307 * gdb.base/share-env-with-gdbserver.c (main): Add call to
1308 malloc/free.
1309
1ea5da02
TV
13102018-07-04 Tom de Vries <tdevries@suse.de>
1311
1312 * gdb.dwarf2/dw2-error.exp: Update expected error message.
1313
471b9d15
MR
13142018-07-02 Maciej W. Rozycki <macro@mips.com>
1315
1316 PR tdep/8282
1317 * gdb.arch/mips-disassembler-options.exp: New test.
1318 * gdb.arch/mips-disassembler-options.s: New test source.
1319
75acb486
PA
13202018-06-29 Pedro Alves <palves@redhat.com>
1321
1322 * gdb.threads/names.exp: Adjust expected "info threads" output.
1323
cd2bb709
PA
13242018-06-29 Pedro Alves <palves@redhat.com>
1325
1326 * gdb.opt/inline-break.exp (line number, address): Add "info
1327 break" tests.
1328
991ff292
PA
13292018-06-29 Pedro Alves <palves@redhat.com>
1330
1331 * gdb.opt/inline-break.c (func1): Add "break here" marker.
1332 * gdb.opt/inline-break.exp: Test setting breakpoints by line
1333 number and address and running to them.
1334
356819b6 13352018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
1336
1337 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
1338
2512d7ef
JK
13392018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1340
1341 * lib/compiler.c: Remove executable permission flag.
1342
be1b6474
RB
13432018-06-28 Richard Bunt <richard.bunt@arm.com>
1344
1345 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
1346 code.
1347 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
1348
291f9a96
PT
13492018-06-28 Petr Tesarik <ptesarik@suse.cz>
1350
1351 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
1352
ed6dfe51
PT
13532018-06-28 Petr Tesarik <ptesarik@suse.cz>
1354
1355 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
1356 address argument is omitted.
1357
d4d429d5
PT
13582018-06-28 Petr Tesarik <ptesarik@suse.cz>
1359
1360 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
1361
7ab6656f
OJ
13622018-06-27 Omair Javaid <omair.javaid@linaro.org>
1363
1364 PR gdb/21695
1365 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
1366 * gdb.base/infoline-reloc-main-from-zero.c: New file.
1367
a33ccfc7
TT
13682018-06-26 Tom Tromey <tom@tromey.com>
1369
1370 PR rust/22574:
1371 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
1372 * gdb.rust/simple.rs (struct SimpleLayout): New.
1373
6d72d289
SM
13742018-06-22 Simon Marchi <simon.marchi@ericsson.com>
1375
1376 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
1377 "info registers" output.
1378
8363f9d5
RB
13792018-06-21 Richard Bunt <richard.bunt@arm.com>
1380
1381 * gdb.base/watchpoint-hw-attach.c: New test.
1382 * gdb.base/watchpoint-hw-attach.exp: New file.
1383
f00674fe
SM
13842018-06-20 Simon Marchi <simon.marchi@ericsson.com>
1385
1386 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
1387 through /bin/sh.
1388 * boards/dwarf4-gdb-index.exp: Likewise.
1389 * boards/fission-dwp.exp: Likewise.
1390
1d554008
UW
13912018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
1392
1393 * gdb.base/float128.exp: Add comment and improved fail message
1394 to the failure case of "print large128" test.
1395
d0ac1c44
SM
13962018-06-19 Simon Marchi <simon.marchi@ericsson.com>
1397
1398 * configure.ac: Remove AC_PREREQ.
1399 * configure: Re-generate.
1400
61b04dd0
PA
14012018-06-19 Pedro Alves <palves@redhat.com>
1402
1403 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
1404 (func_extern_caller): New.
1405 (main): Call func_extern_caller.
1406 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
1407 logic change.
1408
f63b508a
SM
14092018-06-18 Weimin Pan <weimin.pan@oracle.com>
1410
1411 PR gdb/16841
1412 * gdb.cp/typedef-base.cc: New file.
1413 * gdb.cp/typedef-base.exp: New file.
1414
0fe3a558
TV
14152018-06-18 Tom de Vries <tdevries@suse.de>
1416
1417 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
1418
7010835a
AB
14192018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1420 Richard Bunt <Richard.Bunt@arm.com>
1421
1422 * gdb.threads/attach-slow-waitpid.c: New file.
1423 * gdb.threads/attach-slow-waitpid.exp: New file.
1424 * gdb.threads/slow-waitpid.c: New file.
1425
14897d65
PA
14262018-06-14 Pedro Alves <palves@redhat.com>
1427
1428 * gdb.base/fork-running-state.c: Include <errno.h>.
1429 (exit_if_relative_exits): New.
1430 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
1431 exits.
1432 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
1433 child exits.
1434
5d9a0608
TV
14352018-06-14 Tom de Vries <tdevries@suse.de>
1436
1437 PR cli/22573
1438 * gdb.base/finish-pretty.c: New test.
1439 * gdb.base/finish-pretty.exp: New file.
1440
11ae5818
PA
14412018-06-14 Pedro Alves <palves@redhat.com>
1442
1443 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
1444 gdb's expected startup output.
1445
1d39de44
PA
14462018-06-14 Pedro Alves <palves@redhat.com>
1447
1448 * lib/selftest-support.exp (selftest_setup): Remove inlined
1449 function handling.
1450
70ee0000
TV
14512018-06-14 Tom de Vries <tdevries@suse.de>
1452
1453 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
1454 matching of breakpoint printing.
1455
11f4b608
TV
14562018-06-13 Tom de Vries <tdevries@suse.de>
1457
1458 PR testsuite/23269
1459 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
1460 (fork_child): ... here, and ...
1461 (fork_parent): ... here.
1462
14632018-06-12 Tom de Vries <tdevries@suse.de>
1464
1465 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
1466
9516f85a
AB
14672018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1468 Stephen Roberts <stephen.roberts@arm.com>
1469
1470 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
1471 rewrite test to describe action performed, rather than possible
1472 failure.
1473
5045b3d7
GB
14742018-06-08 Gary Benson <gbenson@redhat.com>
1475
1476 * gdb.threads/check-libthread-db.exp: New file.
1477 * gdb.threads/check-libthread-db.c: Likewise.
1478
c61b06a1
TT
14792018-06-05 Tom Tromey <tom@tromey.com>
1480
1481 * gdb.base/default.exp: Update expected "show version" output.
1482
eb6af809
TT
14832018-06-05 Tom Tromey <tom@tromey.com>
1484
1485 PR cli/12326:
1486 * gdb.cp/static-print-quit.exp: Update.
1487 * lib/gdb.exp (pagination_prompt): Update.
1488 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
1489 * gdb.python/python.exp: Update.
1490
178d6a63
JB
14912018-06-04 Joel Brobecker <brobecker@adacore.com>
1492
1493 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
1494
8e817061
JB
14952018-06-01 Joel Brobecker <brobecker@adacore.com>
1496
1497 * gdb.ada/bp_fun_addr: New testcase.
1498
e86ca25f
TT
14992018-06-01 Tom Tromey <tom@tromey.com>
1500
1501 * gdb.xml/tdesc-regs.exp (load_description): Update expected
1502 results.
1503 * gdb.dwarf2/method-ptr.exp: Set language to C++.
1504 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
1505 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
1506 * gdb.base/maint.exp (maint_pass_if): Update.
1507
4b2dfa9d
MR
15082018-05-31 Maciej W. Rozycki <macro@mips.com>
1509
1510 * gdb.base/endian.exp: New test.
1511 * gdb.base/endian.c: New test source.
1512
45f25d6c
AB
15132018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
1514
1515 PR gdb/23203
1516 * gdb.base/bt-selected-frame.c: New file.
1517 * gdb.base/bt-selected-frame.exp: New file.
1518 * lib/gdb.exp (get_current_frame_number): New function.
1519
d9f6d7f8
MR
15202018-05-24 Maciej W. Rozycki <macro@mips.com>
1521 Pedro Alves <palves@redhat.com>
1522
1523 * gdb.threads/tls-core.c: Include <stdlib.h>
1524 (thread_proc): Call `abort'.
1525 * gdb.threads/tls-core.exp: Generate a core with core_find too.
1526 (tls_core_test): New procedure, bits factored out from ...
1527 (top level): ... here. Test both native cores and gcore cores.
1528
ff1cf532
TT
15292018-05-23 Tom Tromey <tom@tromey.com>
1530
1531 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
1532
b98664d3
TT
15332018-05-23 Tom Tromey <tom@tromey.com>
1534
1535 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
1536 symfile_complaints.
1537 (test_short_complaints): Likewise.
1538 (test_empty_complaints): Likewise.
1539 (test_initial_complaints): Update.
1540
4e9668d0
TT
15412018-05-23 Tom Tromey <tom@tromey.com>
1542
1543 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
1544
43ba33c7
TT
15452018-05-23 Tom Tromey <tom@tromey.com>
1546
1547 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
1548 (test_short_complaints): Update.
1549
035522c0
PA
15502018-05-22 Pedro Alves <palves@redhat.com>
1551
1552 * gdb.base/remote.exp: Only gdb_start after compiling the
1553 testcase. Issue "disconnect" before testing "set remote" command
1554 defaults. Issue clean_restart before running to main.
1555
cc0be08f
PA
15562018-05-22 Pedro Alves <palves@redhat.com>
1557
1558 * gdb.base/remote.exp: Adjust expected output of "show remote
1559 memory-write-packet-size". Add tests for "set remote
1560 memory-write-packet-size 0" and "set remote
1561 memory-write-packet-size fixed/limit".
1562
b1b60145
PA
15632018-05-22 Pedro Alves <palves@redhat.com>
1564
1565 PR gdb/22973
1566 * gdb.base/utf8-identifiers.c: New file.
1567 * gdb.base/utf8-identifiers.exp: New file.
1568
0ec848ad
PFC
15692018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1570
1571 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
1572
2c3305f6
PFC
15732018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1574
1575 * gdb.arch/powerpc-vsx-gcore.exp: New file.
1576
ce1e8424
TT
15772018-05-18 Tom Tromey <tom@tromey.com>
1578
1579 * gdb.base/ptype-offsets.exp: Update.
1580
ddfe970e
KS
15812018-05-17 Keith Seitz <keiths@redhat.com>
1582
1583 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
1584 in expected breakpoint stop locations.
1585 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
1586 move to proper scope to test variable values.
1587 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
1588 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
1589 New functions.
1590 (main): Call not_inline_func3.
1591 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
1592 inline_func1, inline_func2, and inline_func3. Test that when each
1593 breakpoint is hit, GDB properly reports both the stop location
1594 and the backtrace. Repeat tests for temporary breakpoints.
1595
0726fcc6
MR
15962018-05-15 Maciej W. Rozycki <macro@mips.com>
1597
1598 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
1599 rather then trying to access it in determining whether the PID
1600 of `gdbserver' could have been retrieved.
1601
8ee22052
AB
16022018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
1603
1604 * gdb.arch/amd64-init-x87-values.S: New file.
1605 * gdb.arch/amd64-init-x87-values.exp: New file.
1606
7785df48
JK
16072018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1608
1609 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
1610
56bcdbea
TT
16112018-05-04 Tom Tromey <tom@tromey.com>
1612
1613 PR python/22730:
1614 * gdb.python/python.exp: Test multi-line execute.
1615
a913fffb
TT
16162018-05-04 Tom Tromey <tom@tromey.com>
1617
1618 PR python/22731:
1619 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
1620
7a2c85f2
TT
16212018-05-04 Tom Tromey <tom@tromey.com>
1622
1623 PR gdb/11750:
1624 * gdb.base/define.exp: Test defining a user command inside a user
1625 command.
1626 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
1627
a3b60e45
JK
16282018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1629 Pedro Alves <palves@redhat.com>
1630
1631 PR breakpoints/19806 and support for PR external/20207.
1632 * gdb.base/watchpoint-unaligned.c: New file.
1633 * gdb.base/watchpoint-unaligned.exp: New file.
1634
45fe4a03
AB
16352018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1636
1637 * gdb.base/maint.exp: Make test names unique, use
1638 test_prefix_command_help to test 'help maint info', and remove
1639 repeated test of 'help maint'.
1640
9be2ae8f
TT
16412018-05-04 Tom Tromey <tom@tromey.com>
1642
1643 PR gdb/22619:
1644 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
1645 behavior.
1646
11859c31
AB
16472018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1648
1649 * gdb.base/maint.exp: Process output from 'maint print registers'
1650 line at a time.
1651
089a9490
AB
16522018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1653
1654 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
1655 timeout.
1656
9b0797e2
AB
16572018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
1658
1659 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
1660 filter pattern.
1661
f6ac5f3d
PA
16622018-05-02 Pedro Alves <palves@redhat.com>
1663
1664 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
1665 to_log_command renames.
1666 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1667
77d3c63b
TT
16682018-05-02 Tom Tromey <tom@tromey.com>
1669
1670 * gdb.python/py-parameter.exp: Set test message.
1671
0489430a
TT
16722018-05-02 Tom Tromey <tom@tromey.com>
1673
1674 PR python/20084:
1675 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
1676 PARAM_ZUINTEGER_UNLIMITED tests.
1677
1632f8ba
DR
16782018-04-28 Dan Robertson <danlrobertson89@gmail.com>
1679
1680 PR rust/23124
1681 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
1682 when casting.
1683
6d7bb824
TT
16842018-04-30 Tom Tromey <tom@tromey.com>
1685
1686 * gdb.python/py-type.exp: Check align attribute.
1687 * gdb.python/py-type.c: New "aligncheck" global.
1688
007e1530
TT
16892018-04-30 Tom Tromey <tom@tromey.com>
1690
1691 PR exp/17095:
1692 * gdb.dwarf2/dw2-align.exp: New file.
1693 * gdb.cp/align.exp: New file.
1694 * gdb.base/align.exp: New file.
1695 * lib/gdb.exp (gdb_int128_helper): New proc.
1696 (has_int128_c, has_int128_cxx): New caching procs.
1697
6873858b
TT
16982018-04-27 Tom Tromey <tom@tromey.com>
1699
1700 PR rust/22545:
1701 * gdb.rust/simple.exp: Add inclusive range tests.
1702
79188d8d
PA
17032018-04-26 Pedro Alves <palves@redhat.com>
1704
1705 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
1706 ifunc breakpoint locations correctly of ifunc breakpoints set
1707 while the program resolves the ifunc.
1708
c7075ad5
PA
17092018-04-26 Pedro Alves <palves@redhat.com>
1710
1711 * gdb.base/gnu-ifunc-final.c: New file.
1712 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
1713 * gdb.base/gnu-ifunc.exp (executable): Delete.
1714 (staticexecutable): Adjust.
1715 (lib_opts, exec_opts): Delete.
1716 (make_binsuffix, build, set-break): New procedures.
1717 (misc_tests): New, with tests factored out from the top level.
1718 (top level): Test different combinations of ifunc resolver name,
1719 resolver with and with debug info, and ifunc target with and
1720 without debug info. Wrap static tests with with_target_prefix.
1721
8388016d
PA
17222018-04-26 Pedro Alves <palves@redhat.com>
1723
1724 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
1725 return type" warnings.
1726
249b5733
PA
17272018-04-25 Pedro Alves <palves@redhat.com>
1728
1729 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
1730 killed".
1731 * gdb.base/kill-after-signal.exp: Likewise.
1732 * gdb.threads/kill.exp: Likewise.
1733
f67c0c91
SDJ
17342018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1735 Sergio Durigan Junior <sergiodj@redhat.com>
1736 Pedro Alves <palves@redhat.com>
1737
1738 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
1739 regexps to expect for '[Inferior ... detached]' as well.
1740 * gdb.base/attach.exp: Likewise.
1741 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
1742 "gdb_continue_to_end".
1743 (test_catch_syscall_with_wrong_args): Likewise.
1744 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
1745 ']'. Don't set 'verbose' on.
1746 * gdb.base/foll-vfork.exp: Likewise.
1747 * gdb.base/fork-print-inferior-events.c: New file.
1748 * gdb.base/fork-print-inferior-events.exp: New file.
1749 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
1750 '[Inferior ... has been killed]' message.
1751 * gdb.base/kill-after-signal.exp: Likewise.
1752 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
1753 detach message.
1754 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
1755 message.
1756 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
1757 regexps to expect for '[Inferior ... detached]' as well.
1758 * gdb.threads/process-dies-while-detaching.exp: Likewise.
1759
0a8ddac4
SM
17602018-04-24 Simon Marchi <simon.marchi@ericsson.com>
1761
1762 PR gdb/23104
1763 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
1764
d27d16bf
RB
17652018-04-19 Richard Bunt <richard.bunt@arm.com>
1766
1767 * gdb.threads/multiple-successive-infcall.c: New test.
1768 * gdb.threads/multiple-successive-infcall.exp: New file.
1769
a037790e
TT
17702018-04-17 Tom Tromey <tom@tromey.com>
1771
1772 * gdb.rust/simple.rs (Union): New type.
1773 (main): New local "u".
1774 * gdb.rust/simple.exp (test_one_slice): Add new test case.
1775
e3a91079
AA
17762018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1777
1778 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
1779 number information in output of "whereis" command.
1780 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
1781
b744723f
AA
17822018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1783
1784 * gdb.ada/info_types.exp: Adjust expected output to the line
1785 numbers now printed by "info var/func/type".
1786 * gdb.base/completion.exp: Likewise.
1787 * gdb.base/included.exp: Likewise.
1788 * gdb.cp/cp-relocate.exp: Likewise.
1789 * gdb.cp/cplusfuncs.exp: Likewise.
1790 * gdb.cp/namespace.exp: Likewise.
1791 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
1792
4a4495d6
MM
17932018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1794
1795 * gdb.btrace/cpu.exp: New.
1796
1d509aa6
MM
17972018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1798
1799 * gdb.base/step-indirect-call-thunk.exp: New.
1800 * gdb.base/step-indirect-call-thunk.c: New.
1801 * gdb.reverse/step-indirect-call-thunk.exp: New.
1802 * gdb.reverse/step-indirect-call-thunk.c: New.
1803
6295b6da
SM
18042018-04-11 Simon Marchi <simon.marchi@ericsson.com>
1805
1806 * gdb.base/pie-fork.c: New file.
1807 * gdb.base/pie-fork.exp: New file.
1808
50146e70
TT
18092018-04-11 Tom Tromey <tom@tromey.com>
1810
1811 * gdb.rust/simple.exp: Add test for ".." struct initializer.
1812
f50d8a2e
PA
18132018-04-10 Pedro Alves <palves@redhat.com>
1814
1815 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
1816 exits. Instead loop running forever.
1817 (fork_parent): Run forever too.
1818
a0be7a36
SM
18192018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1820
1821 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
1822 mi_continue_to_line.
1823 * gdb.mi/mi-stack.c (callee4): Add comment.
1824
9b73db36
SM
18252018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1826
1827 * gdb.mi/mi-stack.exp: Fix indentation.
1828
c912f608
SM
18292018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1830
1831 PR gdb/22979
1832 * gdb.arch/amd64-osabi.exp: New file.
1833
26540402
SM
18342018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1835
1836 PR gdb/22980
1837 * gdb.base/osabi.exp: New file.
1838
121ad66c 18392018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
1840
1841 * gdb.cp/static-typedef-print.exp: New file.
1842 * gdb.cp/static-typedef-print.cc: New file.
1843
3fcded8f
JB
18442018-03-27 Joel Brobecker <brobecker@adacore.com>
1845
1846 * gdb.ada/varsize_limit: New testcase.
1847
59cc4834
JB
18482018-03-27 Joel Brobecker <brobecker@adacore.com>
1849
1850 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
1851
1852 * gdb.ada/notcplusplus: New testcase.
1853
1854 * gdb.base/c-linkage-name.c: New file.
1855 * gdb.base/c-linkage-name.exp: New testcase.
1856
4ca59a9f
TT
18572018-03-26 Tom Tromey <tom@tromey.com>
1858
1859 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
1860 * gdb.python/py-framefilter.py (name_error): New global.
1861 (ErrorInName.function): Use name_error.
1862
978d6c75
TT
18632018-03-26 Tom Tromey <tom@tromey.com>
1864
1865 PR backtrace/15582:
1866 * gdb.python/py-framefilter.exp: Add "bt hide" test.
1867
b7fee5a3
KS
18682018-03-23 Keith Seitz <keiths@redhat.com>
1869
1870 PR c++/22968
1871 * gdb.cp/subtypes.exp: New file.
1872 * gdb.cp/subtypes.h: New file.
1873 * gdb.cp/subtypes.cc: New file.
1874 * gdb.cp/subtypes-2.cc: New file.
1875
376be529
AB
18762018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1877
1878 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
1879 (done): Call '_exit' not 'exit' to avoid atexit handlers.
1880 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
1881 -nostartfiles when compiling the test. Confirm that all registers
1882 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
1883
066cfa98
AB
18842018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1885
1886 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
1887 option, syntax was wrong anyway.
1888 * gdb.arch/arm-disp-step.exp: Likewise.
1889 * gdb.arch/sparc64-regs.exp: Likewise.
1890 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
1891 option, syntax was wrong anyway, switch to use
1892 prepare_for_testing.
1893 * gdb.arch/i386-disp-step.exp: Likewise.
1894
079670b9
AA
18952018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
1896
1897 * gdb.ada/exec_changed.exp: Replace "target_info exists
1898 use_gdb_stub" by "use_gdb_stub".
1899 * gdb.ada/start.exp: Likewise.
1900 * gdb.base/async-shell.exp: Likewise.
1901 * gdb.base/attach-pie-misread.exp: Likewise.
1902 * gdb.base/attach-wait-input.exp: Likewise.
1903 * gdb.base/break-entry.exp: Likewise.
1904 * gdb.base/break-interp.exp: Likewise.
1905 * gdb.base/dprintf-detach.exp: Likewise.
1906 * gdb.base/nostdlib.exp: Likewise.
1907 * gdb.base/solib-nodir.exp: Likewise.
1908 * gdb.base/statistics.exp: Likewise.
1909 * gdb.base/testenv.exp: Likewise.
1910 * gdb.mi/mi-exec-run.exp: Likewise.
1911 * gdb.mi/mi-start.exp: Likewise.
1912 * gdb.multi/dummy-frame-restore.exp: Likewise.
1913 * gdb.multi/multi-arch-exec.exp: Likewise.
1914 * gdb.multi/multi-arch.exp: Likewise.
1915 * gdb.multi/tids.exp: Likewise.
1916 * gdb.multi/watchpoint-multi.exp: Likewise.
1917 * gdb.python/py-events.exp: Likewise.
1918 * gdb.threads/attach-into-signal.exp: Likewise.
1919 * gdb.threads/attach-stopped.exp: Likewise.
1920 * gdb.threads/threadapply.exp: Likewise.
1921 * lib/selftest-support.exp: Likewise.
1922
26d6cec4
AA
19232018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
1924
1925 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
1926
4ee89e90
SR
19272018-03-20 Stephen Roberts <stephen.roberts@arm.com>
1928
1929 * gdb.perf/template-breakpoints.cc: New file.
1930 * gdb.perf/template-breakpoints.exp: New file.
1931 * gdb.perf/template-breakpoints.py: New file.
1932
92630041
TT
19332018-03-19 Tom Tromey <tom@tromey.com>
1934
1935 * gdb.rust/simple.rs (main): Add local variables field1, field2,
1936 y0.
1937 * gdb.rust/simple.exp: Test bare identifier form of struct
1938 initializer.
1939
76727919
TT
19402018-03-19 Tom Tromey <tom@tromey.com>
1941
1942 * gdb.gdb/observer.exp: Remove.
1943
194ed413
AA
19442018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1945
1946 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
1947 "qualified" option when setting breakpoints.
1948 * gdb.trace/backtrace.exp: Likewise.
1949 * gdb.trace/circ.exp: Likewise.
1950 * gdb.trace/collection.exp: Likewise.
1951 * gdb.trace/disconnected-tracing.exp: Likewise.
1952 * gdb.trace/ftrace-lock.exp: Likewise.
1953 * gdb.trace/ftrace.exp: Likewise.
1954 * gdb.trace/infotrace.exp: Likewise.
1955 * gdb.trace/packetlen.exp: Likewise.
1956 * gdb.trace/passc-dyn.exp: Likewise.
1957 * gdb.trace/qtro.exp: Likewise.
1958 * gdb.trace/read-memory.exp: Likewise.
1959 * gdb.trace/report.exp: Likewise.
1960 * gdb.trace/signal.exp: Likewise.
1961 * gdb.trace/status-stop.exp: Likewise.
1962 * gdb.trace/strace.exp: Likewise.
1963 * gdb.trace/tfind.exp: Likewise.
1964 * gdb.trace/trace-break.exp: Likewise.
1965 * gdb.trace/trace-condition.exp: Likewise.
1966 * gdb.trace/trace-mt.exp: Likewise.
1967 * gdb.trace/tstatus.exp: Likewise.
1968 * gdb.trace/tsv.exp: Likewise.
1969 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1970 * gdb.trace/unavailable.exp: Likewise.
1971 * gdb.trace/while-dyn.exp: Likewise.
1972
8b067d2c
AA
19732018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1974
1975 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
1976 that libinproctrace is copied to the target.
1977
3ae9ce5d
TT
19782018-03-14 Tom Tromey <tom@tromey.com>
1979
1980 PR cli/14977:
1981 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
1982 a null pointer.
1983 * gdb.base/wchar.exp: Likewise.
1984
b8c2339b
TT
19852018-03-14 Tom Tromey <tom@tromey.com>
1986
1987 PR cli/19918:
1988 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
1989 flag.
1990
4872dc46
SM
19912018-03-08 Simon Marchi <simon.marchi@ericsson.com>
1992
1993 PR gdb/22841
1994 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
1995 "target" to remote_exec.
1996
e4fe3756
SM
19972018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
1998
1999 PR gdb/22841
2000 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
2001 ${board}_upload): Remove.
2002
e95a97d4
AA
20032018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
2004
2005 * gdb.cp/watch-cp.cc: New test.
2006 * gdb.cp/watch-cp.exp: New file.
2007
dbbb1059
AB
20082018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2009
2010 * gdb.base/infcall-nested-structs.exp: New file.
2011 * gdb.base/infcall-nested-structs.c: New file.
2012 * gdb.base/float.exp: Add riscv support.
2013
ecc054c0
TP
20142018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
2015
2016 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
2017 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
2018
25e3c82c
SDJ
20192018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
2020
2021 * gdb.server/abspath.exp: New file.
2022 * lib/gdb.exp (with_cwd): New procedure.
2023
3083294d
SM
20242018-02-28 Simon Marchi <simon.marchi@ericsson.com>
2025
2026 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
2027 use it.
2028 (gdb_is_target_remote_prompt): New proc.
2029 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
2030 (gdb_is_target_native): Pass prompt parameter to
2031 gdb_is_target_1.
2032
3275ef47
SM
20332018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
2034
2035 * gdb.base/load-command.c: New file.
2036 * gdb.base/load-command.exp: New file.
2037 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
2038 (gdb_is_target_1): ...this, and generalize for other targets
2039 than just remote.
2040 (gdb_is_target_remote): Use gdb_is_target_1.
2041 (gdb_is_target_native): use gdb_is_target_1.
2042
6893c19a
TT
20432018-02-26 Tom Tromey <tom@tromey.com>
2044
2045 PR python/16497:
2046 * gdb.python/py-framefilter.exp: Update test.
2047
2ddeaf8a
TT
20482018-02-26 Tom Tromey <tom@tromey.com>
2049
2050 * gdb.dwarf2/variant.c: New file.
2051 * gdb.dwarf2/variant.exp: New file.
2052
c9317f21
TT
20532018-02-26 Tom Tromey <tom@tromey.com>
2054
2055 * gdb.rust/simple.exp: Accept more possible results in enum test.
2056
6f6d0c26
SM
20572018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
2058
2059 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
2060 parentheses.
2061
11b03145
MR
20622018-02-23 Maciej W. Rozycki <macro@mips.com>
2063
2064 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
2065 name of a variable: $actual_linejj -> $actual_line.
2066
54a27fe5
JB
20672018-02-21 John Baldwin <jhb@FreeBSD.org>
2068
2069 * gdb.arch/amd64-i386-address.exp: Fix a typo.
2070
de65820c
MM
20712018-02-20 Markus Metzger <markus.t.metzger@intel.com>
2072
2073 * gdb.btrace/buffer-size.exp: Do not force BTS.
2074
980548fd
PA
20752018-02-14 Pedro Alves <palves@redhat.com>
2076
2077 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
2078 getting a "Quit".
2079
c4e12631
MM
20802018-02-09 Markus Metzger <markus.t.metzger@intel.com>
2081
2082 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
2083 Fix test name.
2084
c2e0e465
SM
20852018-02-07 Simon Marchi <simon.marchi@ericsson.com>
2086
2087 * gdb.cp/m-static.exp: Check type of optimized out static
2088 member.
2089
f7216783
AB
20902018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
2091
2092 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
2093 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
2094
0625771b
LS
20952018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
2096 Leszek Swirski <leszeks@google.com>
2097
2098 * gdb.python/py-prettyprint.c
2099 (struct to_string_returns_value_inner,
2100 struct to_string_returns_value_wrapper): New.
2101 (main): Add tsrvw variable.
2102 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
2103 ToStringReturnsValueWrapper): New classes.
2104 (register_pretty_printers): Register new pretty-printers.
2105 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
2106 recursive pretty printer.
2107 * gdb.python/py-mi.exp: Likewise.
2108
59498c30
LS
21092018-02-01 Leszek Swirski <leszeks@google.com>
2110
2111 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
2112 functions with the same name as an include file are parsed
2113 correctly.
2114
d4d38844
YQ
21152018-02-01 Yao Qi <yao.qi@linaro.org>
2116
2117 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
2118 "\[^\r\n\]*".
2119
07e5f5cf
NP
21202018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
2121
2122 * gdb.arch/powerpc-prologue-frame.s: New file.
2123 * gdb.arch/powerpc-prologue-frame.c: Likewise.
2124 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
2125
929b5ad4
JB
21262018-01-31 Joel Brobecker <brobecker@adacore.com>
2127
2128 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
2129
e671cd59
PA
21302018-01-30 Pedro Alves <palves@redhat.com>
2131
2132 PR gdb/13211
2133 * gdb.base/interrupt-daemon.c: New.
2134 * gdb.base/interrupt-daemon.exp: New.
2135 * gdb.multi/multi-term-settings.c: New.
2136 * gdb.multi/multi-term-settings.exp: New.
2137
fc413dc4
JB
21382018-01-30 Joel Brobecker <brobecker@adacore.com>
2139
2140 * gdb.base/break.exp: Save the location where the breakpoint
2141 on break.c:47 was actually inserted when debugging the version
2142 compiled at -O2 and use it in the expected output of the "info
2143 break" test performed soon after.
2144
5c319bb2
PA
21452018-01-22 Pedro Alves <palves@redhat.com>
2146 Sergio Durigan Junior <sergiodj@redhat.com>
2147
2148 * gdb.base/whatis.exp: Add tests for 'set print object on' +
2149 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
2150
a9e40818
JB
21512018-01-22 Joel Brobecker <brobecker@adacore.com>
2152
2153 * gdb.base/break-include.c, gdb.base/break-include.inc,
2154 gdb.base/break-include.exp: New files.
2155 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
2156 line number now being the actual line number where the breakpoint
2157 was inserted.
2158 * gdb.mi/mi-break.exp: Likewise.
2159 * gdb.mi/mi-reverse.exp: Likewise.
2160 * gdb.mi/mi-simplerun.exp: Ditto.
2161
e707fc44
AB
21622018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2163
2164 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
2165 varobj.
2166 * gdb.mi/mi-var-create-rtti.exp: Likewise.
2167
ae451627
AB
21682018-01-21 Don Breazeal <donb@codesourcery.com>
2169 Andrew Burgess <andrew.burgess@embecosm.com>
2170
2171 * gdb.mi/basics.c: Add new global.
2172 * gdb.mi/mi-frame-regs.exp: New file.
2173 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
2174 case.
2175
b1b189e0
AB
21762018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2177
2178 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
2179 non-parameter, and on an unknown symbol.
2180
fcfcc376
TT
21812018-01-19 Tom Tromey <tom@tromey.com>
2182
2183 * gdb.rust/modules.rs (TWENTY_THREE): New global.
2184 * gdb.rust/modules.exp: Add ::-qualified lookup test.
2185
634c1c31
AA
21862018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2187
2188 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
2189 setrlimit and chdir to int.
2190
d6ad07fd
AA
21912018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2192
2193 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
2194 function.
2195 (my_tend): Likewise.
2196 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
2197 rationale of avoiding FP- and vector instructions.
2198
adf8243b
RK
21992018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
2200
2201 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
2202 "info reg" with "\[ \t\]*".
2203 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
2204 "\[ \t\]+".
2205 * gdb.arch/s390-multiarch.exp: Ditto.
2206 * gdb.base/pc-fp.exp: Ditto.
2207 * gdb.reverse/i386-precsave.exp: Ditto.
2208 * gdb.reverse/i386-reverse.exp: Ditto.
2209 * gdb.reverse/i387-env-reverse.exp: Ditto.
2210 * gdb.reverse/i387-stack-reverse.exp: Ditto.
2211
dcc06925
AA
22122018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2213
2214 * lib/gdb.exp (gdb_compile): Re-enable use of
2215 universal_compile_options for languages other than Rust.
2216
25d4fd80
AA
22172018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2218
2219 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
2220
ee7f689e 22212018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
2222
2223 PR gdb/16577
2224 * gdb.base/solib-vanish.exp: New.
2225 * gdb.base/solib-vanish-main.c: New.
2226 * gdb.base/solib-vanish-lib1.c: New.
2227 * gdb.base/solib-vanish-lib2.c: New.
2228
d8447b6b
YQ
22292018-01-17 Yao Qi <yao.qi@linaro.org>
2230
2231 * gdb.compile/compile.exp: Match the address printed for
2232 frame in the output of command "bt".
2233
86d6a90c
TT
22342018-01-15 Tom Tromey <tom@tromey.com>
2235
2236 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
2237 compute sp_reg.
2238
cbcdb1aa
AB
22392018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2240
2241 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
2242 to prepare.
2243 (prepare): Return 0 on error, 1 on success.
2244
eea61984
PA
22452018-01-12 Pedro Alves <palves@redhat.com>
2246
2247 * gdb.base/continue-after-aborted-step-over.c: New.
2248 * gdb.base/continue-after-aborted-step-over.exp: New.
2249
6181e9c2
SM
22502018-01-11 Simon Marchi <simon.marchi@ericsson.com>
2251
2252 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
2253 options when not creating an executable.
2254
3cada740
PA
22552018-01-11 Pedro Alves <palves@redhat.com>
2256
2257 PR remote/22597
2258 * gdb.server/stop-reply-no-thread.c: New file.
2259 * gdb.server/stop-reply-no-thread.exp: New file.
2260
c63d3e8d
PA
22612018-01-10 Pedro Alves <palves@redhat.com>
2262
2263 PR gdb/22670
2264 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
2265 functions too. Test setting breakpoints and printing C functions
2266 with no debug info too.
2267 * gdb.ada/bp_c_mixed_case/qux.c: New file.
2268
d4c2a405
PA
22692018-01-10 Pedro Alves <palves@redhat.com>
2270
2271 PR gdb/22670
2272 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
2273 a fail.
2274
8825213e
PA
22752018-01-10 Pedro Alves <palves@redhat.com>
2276
2277 PR gdb/22670
2278 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
2279
605fd3c6
YQ
22802018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2281
2282 * gdb.server/unittest.exp: Match the output in non-development
2283 mode.
2284
1e5ded6c
YQ
22852018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2286
2287 * gdb.gdb/unittest.exp: Match output in non-development mode.
2288
30066b0b
JB
22892018-01-08 Joel Brobecker <brobecker@adacore.com>
2290
2291 * gdb.ada/access_tagged_param.exp: Relax expected output
2292 for value of "ObjL" in "continue" to pck.inspect breakpoint
2293 test.
2294
04bafb1e
XR
22952018-01-08 Joel Brobecker <brobecker@adacore.com>
2296
9f86398b
JB
2297 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
2298 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 2299
e379cee6
PA
23002018-01-05 Pedro Alves <palves@redhat.com>
2301
2302 PR gdb/18653
2303 * gdb.base/libsegfault.exp: New.
2304
de63c46b
PA
23052018-01-05 Joel Brobecker <brobecker@adacore.com>
2306
2307 PR gdb/22670
2308 * gdb.ada/access_tagged_param.exp: New file.
2309 * gdb.ada/access_tagged_param/foo.adb: New file.
2310
f98fc17b
PA
23112018-01-05 Pedro Alves <palves@redhat.com>
2312
2313 PR gdb/22670
2314 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
2315 exercise lower case too, and to exercise both full matching and
2316 wild matching.
2317
342f8240
JB
23182018-01-05 Joel Brobecker <brobecker@adacore.com>
2319
2320 * gdb.ada/rename_subscript_param: New testcase.
2321
7150d33c
JG
23222018-01-05 Jerome Guitton <guitton@adacore.com>
2323
2324 * gdb.ada/arr_acc_idx_w_gap: New testcase.
2325
cc0e770c
JB
23262018-01-05 Joel Brobecker <brobecker@adacore.com>
2327
2328 * gdb.ada/convvar_comp: New testcase.
2329
672a41aa 23302018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
2331
2332 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
2333 (My_Table): New global variable.
2334 * testsuite/gdb.ada/array_char_idx.exp: Add test.
2335
7365ec2f
JB
23362018-01-04 Joel Brobecker <brobecker@adacore.com>
2337
2338 PR gdb/22670
2339 * gdb.ada/maint_with_ada: New testcase.
2340
289483b6
JB
23412018-01-04 Joel Brobecker <brobecker@adacore.com>
2342
2343 PR gdb/22670
2344 * gdb.ada/bp_c_mixed_case: New testcase.
2345
344420da
JB
23462018-01-04 Joel Brobecker <brobecker@adacore.com>
2347
2348 PR gdb/22670
2349 * gdb.ada/complete.exp: Add "complete break ada" test.
2350
66fc87a0
JB
23512018-01-04 Joel Brobecker <brobecker@adacore.com>
2352
2353 PR gdb/22670
2354 * gdb.ada/info_addr_mixed_case: New testcase.
2355
9f757bf7
XR
23562018-01-03 Xavier Roirand <roirand@adacore.com>
2357
2358 * gdb.ada/excep_handle.exp: New testcase.
2359 * gdb.ada/excep_handle/foo.adb: New file.
2360 * gdb.ada/excep_handle/pck.ads: New file.
2361
bd570f80
JB
23622018-01-03 Joel Brobecker <brobecker@adacore.com>
2363
2364 * gdb.base/step-line.c: Add extra empty line in copyright header.
2365 * gdb.base/step-line.inp: Likewise.
2366
9fe561ab
JB
23672018-01-02 Joel Brobecker <brobecker@adacore.com>
2368
2369 * gdb.ada/dyn_stride.exp: Add slice test.
2370
a405673c
JB
23712018-01-02 Joel Brobecker <brobecker@adacore.com>
2372
2373 * gdb.ada/dyn_stride: New testcase.
2374
cef0f868
SH
23752017-12-27 Stafford Horne <shorne@gmail.com>
2376
2377 * gdb.xml/extra-regs.xml: Add example foo reggroup.
2378 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
2379
b67d92b0
SH
23802017-12-27 Stafford Horne <shorne@gmail.com>
2381
2382 * gdb.base/reggroups.c: New file.
2383 * gdb.base/reggroups.exp: New file.
2384
eccab96d
JB
23852017-12-18 Joel Brobecker <brobecker@adacore.com>
2386
2387 * gdb.dwarf2/ada-valprint-error.c: New file.
2388 * gdb.dwarf2/ada-valprint-error.exp: New file.
2389
0e2da9f0
JB
23902017-12-18 Joel Brobecker <brobecker@adacore.com>
2391
2392 * gdb.ada/assign_arr: New testcase.
2393
cb923fcc
XR
23942017-12-18 Xavier Roirand <roirand@adacore.com>
2395
2396 * gdb.ada/funcall_ptr: New testcase.
2397
7c161838
SDJ
23982017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2399
2400 PR cli/16224
2401 * gdb.base/ptype-offsets.cc: New file.
2402 * gdb.base/ptype-offsets.exp: New file.
2403
1af17fd9
YQ
24042017-12-15 Yao Qi <yao.qi@linaro.org>
2405
2406 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
2407 if XML is disabled.
2408
828d5846
XR
24092017-12-15 Xavier Roirand <roirand@adacore.com>
2410
2411 * gdb.ada/same_component_name: New testcase.
2412
79e8fcaa
JB
24132017-12-14 Joel Brobecker <brobecker@adacore.com>
2414
2415 * gdb.ada/str_binop_equal: New testcase.
2416
e05fa6f9
JB
24172017-12-14 Joel Brobecker <brobecker@adacore.com>
2418
2419 * gdb.ada/task_switch_in_core: New testcase.
2420
b89641ba
SM
24212017-12-13 Simon Marchi <simon.marchi@ericsson.com>
2422
2423 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
2424 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
2425 call test_bkpt_qualified.
2426 (test_bkpt_qualified): New proc.
2427
6892d2e4
PA
24282017-12-13 Pedro Alves <palves@redhat.com>
2429
2430 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2431 Tighten regexp by matching with an anchor.
2432
a22ecf70
PA
24332017-12-13 Pedro Alves <palves@redhat.com>
2434
2435 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
2436 ("expression with namespace"): New set of tests.
2437 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
2438 (Nested::Test_NS::qux): New.
2439 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
2440 defaults to 'start_quote_char' and 'end_quote_char' parameters.
2441
9937536c
JB
24422017-12-13 Joel Brobecker <brobecker@adacore.com>
2443
2444 * gdb.base/server-del-break.c: New file.
2445 * gdb.base/server-del-break.exp: New file.
2446
fe49c6f5
SH
24472017-12-12 Stafford Horne <shorne@gmail.com>
2448
2449 * gdb.xml/tdesc-regs.exp: Add or1k support.
2450
c3d18620
SH
24512017-12-12 Stafford Horne <shorne@gmail.com>
2452
2453 * gdb.base/bp-permanent.c: Define nop of or1k.
2454
c5f9cfc8
JB
24552017-12-11 Joel Brobecker <brobecker@adacore.com>
2456
2457 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
2458 output with components being reordered.
2459
a9c135fc
JB
24602017-12-11 Joel Brobecker <brobecker@adacore.com>
2461
2462 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
2463 output with components being reordered.
2464
927aa2e7
JK
24652017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2466 Pedro Alves <palves@redhat.com>
2467
2468 * gdb.base/maint.exp (check for .gdb_index): Check also for
2469 .debug_names.
2470 * gdb.dlang/watch-loc.c (.debug_aranges): New.
2471 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
2472 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
2473 (.gdb_index used after symbol reloading): Support also .debug_names.
2474 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
2475
f17d9474
YQ
24762017-12-08 Yao Qi <yao.qi@linaro.org>
2477
2478 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2479 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
2480
a0de8c21
YQ
24812017-12-08 Yao Qi <yao.qi@linaro.org>
2482
2483 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2484 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
2485
a738ea1d
YQ
24862017-12-08 Yao Qi <yao.qi@linaro.org>
2487
2488 * gdb.arch/aarch64-tagged-pointer.c: New file.
2489 * gdb.arch/aarch64-tagged-pointer.exp: New file.
2490
1cd9a73b
SDJ
24912017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
2492
2493 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
2494 "int".
2495
fa6eb693
KS
24962017-12-07 Keith Seitz <keiths@redhat.com>
2497
2498 PR breakpoints/22569
2499 * gdb.linespec/ls-errs.exp: Change expected result of "break
2500 -source this file has spaces.c -line 3".
2501 Check that an explicit source file followed by whitespace is
2502 identified as an invalid explicit location.
2503
883fd55a
KS
25042017-12-07 Keith Seitz <keiths@redhat.com>
2505
2506 * gdb.cp/nested-types.cc: New file.
2507 * gdb.cp/nested-types.exp: New file.
2508 * lib/cp-support.exp: Load data-structures.exp library.
2509 (debug_cp_test_ptype_class): New global.
2510 (cp_ptype_class_verbose, next_line): New procedures.
2511 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
2512 Add and document new return value.
2513 Switch the list of lines to a queue.
2514 Add support for new `type' key for nested type definitions.
2515 Add debugging/troubleshooting messages.
2516 * lib/data-structures.exp: New file.
2517
ec72db3e
SM
25182017-12-07 Simon Marchi <simon.marchi@ericsson.com>
2519
2520 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
2521 with proc_with_prefix, don't use with_test_prefix.
2522
99598d71
TT
25232017-12-07 Tom Tromey <tom@tromey.com>
2524
2525 * gdb.base/break.exp: Add test for empty "commands".
2526
a8806230
YQ
25272017-12-07 Yao Qi <yao.qi@linaro.org>
2528
2529 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
2530 malloc and catch syscall.
2531
824cc835
PM
25322017-12-07 Phil Muldoon <pmuldoon@redhat.com>
2533
2534 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
2535 tests for explicit locations.
2536
7cc244de
PA
25372017-12-06 Pedro Alves <palves@redhat.com>
2538
2539 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
2540 force-disabling XML descriptions.
2541
50a1fdd5
PA
25422017-12-04 Pedro Alves <palves@redhat.com>
2543
2544 PR gdb/22499
2545 * gdb.arch/amd64-disp-step-avx.S: New file.
2546 * gdb.arch/amd64-disp-step-avx.exp: New file.
2547
f0fb2488
PA
25482017-12-03 Pedro Alves <palves@redhat.com>
2549
2550 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
2551 and <string.h>.
2552 (parent_function): Print distinct messages when waitpid fails, or
2553 the child exits with a signal, or the child exits for an unhandled
2554 reason.
2555 * gdb.threads/process-dies-while-detaching.exp
2556 (detach_and_expect_exit): New 'inf_output_re' parameter and use
2557 it. Wait for both inferior output and GDB's prompt. Use an
2558 indirect spawn id list.
2559 (do_detach): New parameter 'child_exit'. Use it to compute
2560 expected inferior output.
2561 (test_detach, test_detach_watch, test_detach_killed_outside):
2562 Adjust to pass down the expected child exit kind.
2563
97cbe998
SDJ
25642017-12-01 Joel Brobecker <brobecker@adacore.com>
2565 Sergio Durigan Junior <sergiodj@redhat.com>
2566 Pedro Alves <palves@redhat.com>
2567
2568 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
2569
40fc416f
SDJ
25702017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
2571
2572 * gdb.base/relocate.exp: Add tests to guarantee that arguments
2573 to 'symbol-file' and 'add-symbol-file' can be
2574 position-independent.
2575
1cc75e92
YQ
25762017-12-01 Yao Qi <yao.qi@linaro.org>
2577
2578 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
2579 the URL in copyright header.
2580 * gdb.arch/aarch64-fp.exp: Likewise.
2581 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
2582 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
2583 * gdb.base/expand-psymtabs.exp: Likewise.
2584 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
2585 * gdb.fortran/common-block.exp: Likewise.
2586 * gdb.fortran/common-block.f90: Likewise.
2587 * gdb.fortran/logical.exp: Likewise.
2588 * gdb.fortran/vla-datatypes.f90: Likewise.
2589 * gdb.fortran/vla-sub.f90: Likewise.
2590
875fb7a7
JB
25912017-11-30 Joel Brobecker <brobecker@adacore.com>
2592
2593 * gdb.ada/repeat_dyn: New testcase.
2594
6f14765f
UW
25952017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
2596
2597 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
2598 Update for changed thread numbering.
2599 * gdb.cell/bt.exp: Update for changed GDB output.
2600
f1af7b94
SM
26012017-11-30 Simon Marchi <simon.marchi@ericsson.com>
2602
2603 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
2604 setting isremote by hand.
2605 * boards/dwarf4-gdb-index.exp: Likewise.
2606 * boards/fission.exp: Likewise.
2607 * boards/stabs.exp: Likewise.
2608
e3919f3e
PA
26092017-11-30 Pedro Alves <palves@redhat.com>
2610
2611 * gdb.linespec/cpls-ops.exp
2612 (check_explicit_skips_function_argument): Extract the underlying
2613 type of size_t instead of hardcoding it.
2614
bd69330d
PA
26152017-11-29 Pedro Alves <palves@redhat.com>
2616
2617 PR c++/19436
2618 * gdb.linespec/cpls-abi-tag.cc: New file.
2619 * gdb.linespec/cpls-abi-tag.exp: New file.
2620
a20714ff
PA
26212017-11-29 Pedro Alves <palves@redhat.com>
2622
2623 * gdb.base/langs.exp: Use -qualified.
2624 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
2625 it.
2626 * gdb.cp/namespace.exp: Use -qualified.
2627 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
2628 (overload-3, template-overload, template-ret-type, const-overload)
2629 (const-overload-quoted, anon-ns, ambiguous-prefix): New
2630 procedures.
2631 (test_driver): Call them.
2632 * gdb.cp/save-bp-qualified.cc: New.
2633 * gdb.cp/save-bp-qualified.exp: New.
2634 * gdb.linespec/explicit.exp: Test -qualified.
2635 * lib/completion-support.exp (completion::explicit_opts_list): Add
2636 "-qualified".
2637 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
2638
f6f1d339
PM
26392017-11-29 Phil Muldoon <pmuldoon@redhat.com>
2640
2641 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
2642
02ca603a
TT
26432017-11-29 Tom Tromey <tom@tromey.com>
2644
2645 * gdb.base/relocate.exp: Update invalid argument test.
2646 Add new tests for invalid arguments.
2647
ed6c0bfb
TP
26482017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2649
2650 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
2651 Return 0 as a long.
2652 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
2653
f106e10e
TP
26542017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2655
2656 * gdb.cp/breakpoint.cc (bar): Set return type to void.
2657 * gdb.cp/psymtab-parameter.cc (func): Likewise.
2658 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
2659 func ().
2660 * gdb.cp/shadow.cc (B.func): Return 0.
2661
10329bb2
JB
26622017-11-27 Joel Brobecker <brobecker@adacore.com>
2663
2664 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
2665 expected output in gdb_expect call to allow the exception
2666 message to be present as well. Fix syntax confusion to avoid
2667 TCL thinking that exception_name is an array.
2668
617cd4bc
UW
26692017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
2670
2671 * gdb.arch/spu-info.c: Include <unistd.h>.
2672 (do_signal_test): Fix broken calls to write.
2673 * gdb.arch/spu-info.exp: Use prepare_for_testing.
2674 Fix checks for empty mailboxes. Update signal tests for corrected
2675 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
2676 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
2677 * gdb.cell/arch.exp: Use standard_output_file.
2678 * gdb.cell/break.exp: Likewise.
2679 * gdb.cell/bt.exp: Likewise.
2680 * gdb.cell/core.exp: Likewise.
2681 * gdb.cell/dwarfaddr.exp: Likewise.
2682 * gdb.cell/ea-cache.exp: Likewise.
2683 * gdb.cell/ea-standalone.exp: Likewise.
2684 * gdb.cell/f-regs.exp: Likewise.
2685 * gdb.cell/fork.exp: Likewise.
2686 * gdb.cell/gcore.exp: Likewise.
2687 * gdb.cell/mem-access.exp: Likewise.
2688 * gdb.cell/ptype.exp: Likewise.
2689 * gdb.cell/registers.exp: Likewise.
2690 * gdb.cell/sizeof.exp: Likewise.
2691 * gdb.cell/solib-symbol.exp: Likewise.
2692 * gdb.cell/solib.exp: Likewise.
617cd4bc 2693
a81aaca0
PA
26942017-11-25 Pedro Alves <palves@redhat.com>
2695
2696 * gdb.base/complete-empty.exp: New file.
2697 * gdb.base/completion.exp: Adjust.
2698
6a3c6ee4
PA
26992017-11-25 Pedro Alves <palves@redhat.com>
2700
2701 * gdb.linespec/cpls-ops.cc: New file.
2702 * gdb.linespec/cpls-ops.exp: New file.
2703 * lib/completion-support.exp (test_complete_prefix_range_re): New,
2704 factored out from ...
2705 (test_complete_prefix_range): ... this.
2706
8955eb2d
PA
27072017-11-24 Pedro Alves <palves@redhat.com>
2708
2709 * gdb.linespec/cpcompletion.exp: New file.
2710 * gdb.linespec/cpls-hyphen.cc: New file.
2711 * gdb.linespec/cpls.cc: New file.
2712 * gdb.linespec/cpls2.cc: New file.
2713 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
2714 test to use test_gdb_complete_unique. Add label completion,
2715 keyword completion and explicit location completion tests.
2716 * lib/completion-support.exp: New file.
2717
e547c119
JB
27182017-11-24 Joel Brobecker <brobecker@adacore.com>
2719
2720 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
2721 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
2722 when hitting an exception catchpoint.
2723
7c3c1aa8
YQ
27242017-11-22 Yao Qi <yao.qi@linaro.org>
2725
2726 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
2727
41bd68f5
SM
27282017-11-22 Simon Marchi <simon.marchi@ericsson.com>
2729
2730 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
2731 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
2732 * gdb.dwarf2/info-locals-optimized-out.c: New file.
2733
1daad298
YQ
27342017-11-22 Yao Qi <yao.qi@linaro.org>
2735
2736 * gdb.base/info-os.exp: Pass pthreads.
2737 * gdb.multi/multi-attach.exp: Likewise.
2738
88465e87
YQ
27392017-11-22 Yao Qi <yao.qi@linaro.org>
2740
2741 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
2742 compiler.
2743
dc196b23
YQ
27442017-11-22 Yao Qi <yao.qi@linaro.org>
2745
2746 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
2747 * gdb.base/break-interp.exp: Likewise.
2748 * gdb.base/jit-attach-pie.exp: Likewise.
2749
2400729e
UW
27502017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2751
2752 * gdb.base/float128.c (large128): New variable.
2753 * gdb.base/float128.exp: Add test to print largest __float128 value.
2754
7a26362d
UW
27552017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2756
2757 * gdb.arch/vsx-regs.exp: Update register content checks.
2758
ed0f4273
UW
27592017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
2760
2761 * gdb.arch/ppc-longdouble.exp: New file.
2762 * gdb.arch/ppc-longdouble.c: Likewise.
2763
a25d69c6
PA
27642017-11-21 Pedro Alves <palves@redhat.com>
2765
2766 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
2767
73fcf641
PA
27682017-11-20 Pedro Alves <palves@redhat.com>
2769
2770 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
2771 (long_double_typedef): New typedefs.
2772 Use DEF on double and long double.
2773 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
2774 cases.
2775 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
2776 and 'long_double_ptr_same_size' locals. Use them to decide
2777 whether cast from array/function to float is valid/invalid.
2778
71a3c369
TT
27792017-11-17 Tom Tromey <tom@tromey.com>
2780
2781 * gdb.rust/traits.rs: New file.
2782 * gdb.rust/traits.exp: New file.
2783
ced9779b
JB
27842017-11-17 Joel Brobecker <brobecker@adacore.com>
2785
2786 * gdb.ada/minsyms: New testcase.
2787
a0922d80
PA
27882017-11-16 Pedro Alves <palves@redhat.com>
2789
2790 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
2791 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
2792
ea04e54c
PA
27932017-11-16 Pedro Alves <palves@redhat.com>
2794
2795 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
2796 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
2797
e849ea89
PA
27982017-11-16 Pedro Alves <palves@redhat.com>
2799
2800 * gdb.server/reconnect-ctrl-c.c: New file.
2801 * gdb.server/reconnect-ctrl-c.exp: New file.
2802
d8ae99a7
PM
28032017-11-16 Phil Muldoon <pmuldoon@redhat.com>
2804
2805 * gdb.python/py-rbreak.exp: New file.
2806 * gdb.python/py-rbreak.c: New file.
2807 * gdb.python/py-rbreak-func2.c: New file.
2808
968a13f8
PA
28092017-11-16 Pedro Alves <palves@redhat.com>
2810
2811 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
2812 pattern.
2813 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
2814 GDB.
2815
71774bc9
SM
28162017-11-15 Simon Marchi <simon.marchi@ericsson.com>
2817
2818 * gdb.tui/completionn.exp (test_tab_completion): Add space in
2819 regex.
2820
ddbb44cf
SM
28212017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
2822
2823 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
2824 test names.
2825
584a564f
PA
28262017-11-09 Pedro Alves <palves@redhat.com>
2827
2828 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
2829 factored out from ...
2830 (top level): ... here, and adjusted to avoid expecting beyond the
2831 prompt in a single gdb_test_multiple.
2832
5ed7a928
PA
28332017-11-09 Pedro Alves <palves@redhat.com>
2834
2835 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
2836 output.
2837 * gdb.server/ext-attach.exp ("kill" test): Likewise.
2838 * gdb.server/ext-restart.exp ("kill" test): Likewise.
2839 * gdb.server/ext-run.exp ("kill" test): Likewise.
2840 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
2841
a60e0738
PA
28422017-11-09 Pedro Alves <palves@redhat.com>
2843
2844 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
2845 match till end of line.
2846
2c88253f
PA
28472017-11-09 Pedro Alves <palves@redhat.com>
2848
2849 * gdb.base/memattr.exp: Tighten regexes to match the end line.
2850
c7a38517
PA
28512017-11-09 Pedro Alves <palves@redhat.com>
2852
2853 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
2854 New procedures, factored out from ...
2855 (top level): ... here, and adjusted to avoid expecting beyond the
2856 prompt in one go.
2857
f29f4b6b
PA
28582017-11-09 Pedro Alves <palves@redhat.com>
2859
2860 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
2861 output. Fix '?' match.
2862
286acbb5
JB
28632017-11-08 Joel Brobecker <brobecker@adacore.com>
2864
2865 * gdb.ada/scoped_watch: New testcase.
2866 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
2867 which is actually correct.
2868 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
2869 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
2870
62d7ae92
PA
28712017-11-08 Pedro Alves <palves@redhat.com>
2872
2873 * gdb.gdb/complaints.exp (test_initial_complaints)
2874 (test_serial_complaints, test_short_complaints): Call
2875 complaint_internal instead of complaint.
2876
280ca31f
DT
28772017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
2878
2879 * gdb.threads/tls-core.c: New file.
2880 * gdb.threads/tls-core.exp: Likewise.
2881
b5ec771e
PA
28822017-11-08 Pedro Alves <palves@redhat.com>
2883
2884 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
2885 (p Exported_Capitalized): New test.
2886 (p exported_capitalized): New test.
2887
a02b41a7
PA
28882017-11-07 Pedro Alves <palves@redhat.com>
2889
2890 * gdb.cp/ena-dis-br-range.exp: Add more tests.
2891
95e95a6d
PA
28922017-11-07 Pedro Alves <palves@redhat.com>
2893
2894 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
2895 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
2896 (disable_invalid, disable_inverted, disable_negative): New
2897 procedures.
2898 ("bad numbers"): New set of tests.
2899
cee62dbd
PA
29002017-11-07 Pedro Alves <palves@redhat.com>
2901
2902 * gdb.cp/ena-dis-br-range.exp: Add tests.
2903
cc638e86
PA
29042017-11-07 Pedro Alves <palves@redhat.com>
2905
2906 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
2907
d0fe4701
XR
29082017-11-07 Xavier Roirand <roirand@adacore.com>
2909 Pedro Alves <palves@redhat.com>
2910
2911 * gdb.base/ena-dis-br.exp: Add reference to
2912 gdb.cp/ena-dis-br-range.exp.
2913 * gdb.cp/ena-dis-br-range.exp: New file.
2914 * gdb.cp/ena-dis-br-range.cc: New file.
2915
46f67f80
PA
29162017-11-06 Pedro Alves <palves@redhat.com>
2917
2918 * gdb.base/attach-non-pgrp-leader.c: New.
2919 * gdb.base/attach-non-pgrp-leader.exp: New.
2920
726e1356
PA
29212017-11-06 Pedro Alves <palves@redhat.com>
2922
2923 * configure.ac: No longer check for termio.h and sgtty.h.
2924 * configure: Regenerate.
2925 * remote-utils.c: Include termios.h instead of gdb_termios.h.
2926 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
2927 Remove termio and sgtty code.
2928
50ab6ace
YQ
29292017-11-03 Yao Qi <yao.qi@linaro.org>
2930
2931 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
2932 in GDB is disabled.
2933
8e68731c
YQ
29342017-11-03 Yao Qi <yao.qi@linaro.org>
2935
2936 * gdb.python/py-thrhandle.exp: Skip it if python is not
2937 enabled.
2938
3a87ae65
SM
29392017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2940
2941 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
2942 as a breakpoint command.
2943
484d8d36
MD
29442017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
2945
2946 PR python/21213
2947 * gdb.python/py-infthread.exp: Test calling
2948 InferiorThread.inferior () multiple times in a row.
2949
4a27f119
KS
29502017-10-27 Keith Seitz <keiths@redhat.com>
2951
2952 * gdb.opt/inline-break.exp (break_info_1): New procedure.
2953 Test "info break" for every inlined function breakpoint.
2954
bb11dd58
YQ
29552017-10-27 Yao Qi <yao.qi@linaro.org>
2956
2957 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
2958
a43f3893
PF
29592017-10-26 Patrick Frants <osscontribute@gmail.com>
2960
2961 * gdb.cp/classes.exp (test_static_members): Test printing
2962 Outer::instance.
2963 * gdb.cp/classes.c (struct Inner, struct Outer): New.
2964 (Inner::instance, Outer::instance): New.
2965
792ccf00
PA
29662017-10-24 Pedro Alves <palves@redhat.com>
2967
2968 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
2969 extra console" test in two stages.
2970
eb2bfbad
PA
29712017-10-24 Pedro Alves <palves@redhat.com>
2972
2973 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
2974
1f75a651
PA
29752017-10-24 Pedro Alves <palves@redhat.com>
2976
2977 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
2978 loop.
2979
779990d9
PA
29802017-10-24 Pedro Alves <palves@redhat.com>
2981
2982 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
2983 $attempt" and "stoppedtry $stoppedtry" test prefixes.
2984
ad9b8f5d
PA
29852017-10-24 Pedro Alves <palves@redhat.com>
2986
2987 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
2988 parameter and handle it. Don't output read value in test name.
2989
fee6da6e
PA
29902017-10-24 Pedro Alves <palves@redhat.com>
2991
2992 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
2993 custom test name.
2994
10389c2c
PA
29952017-10-24 Pedro Alves <palves@redhat.com>
2996
2997 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
2998 include the unstable output directory name in the test's name.
2999 (initial_setup_simple) <'set args'>: Use custom test name.
3000
a80e65a9
PA
30012017-10-24 Pedro Alves <palves@redhat.com>
3002
3003 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
3004 with explicit test name.
3005
15763a09
PA
30062017-10-20 Pedro Alves <palves@redhat.com>
3007
3008 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
3009 'wait -i'. Use gdb_assert and remote_close.
3010
49a4ce2e
AB
30112017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
3012
3013 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
3014 number from variable rather than hard-coded.
3015
a75868f5
PA
30162017-10-19 Pedro Alves <palves@redhat.com>
3017
3018 * gdb.base/long-inferior-output.c: New file.
3019 * gdb.base/long-inferior-output.exp: New file.
3020
c8ba13ad
KS
30212017-11-18 Keith Seitz <keiths@redhat.com>
3022
3023 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
3024 method.
3025 (main): Call it.
3026 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
3027 Add additional user-defined conversion operator tests.
3028
b27de576
PA
30292017-10-17 Pedro Alves <palves@redhat.com>
3030
3031 * boards/native-stdio-gdbserver.exp: Load "local-board".
3032
8484c955
PA
30332017-10-17 Pedro Alves <palves@redhat.com>
3034
3035 * gdb.base/quit-live.c: New file.
3036 * gdb.base/quit-live.exp: New file.
3037
83d5a34d
KS
30382017-10-16 Keith Seitz <keiths@redhat.com>
3039
3040 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
3041 (class_with_protected_typedef, class_with_private_typedef)
3042 (struct_with_public_typedef, struct_with_protected_typedef)
3043 (struct_with_private_typedef): New classes/structs.
3044 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
3045 typedefs and access specifiers.
3046
739b3f1d
PA
30472017-10-16 Pedro Alves <palves@redhat.com>
3048 Simon Marchi <simon.marchi@polymtl.ca>
3049
3050 * README (Local vs Remote vs Native): New section.
3051 * boards/local-board.exp: New file, with bits factored out from
3052 ...
3053 * boards/native-extended-gdbserver.exp: ... here. Load
3054 "local-board".
3055 * boards/native-gdbserver.exp: Load "local-board".
3056 (${board}_spawn, ${board}_exec): Delete.
3057 * boards/native-stdio-gdbserver.exp: Most contents factored out to
3058 ...
3059 * boards/stdio-gdbserver-base.exp: ... this new file.
3060 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
3061 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
3062 procedure.
3063 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
3064 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
3065 stdio_gdbserver_command.
3066 (${board}_get_remote_address, ${board}_get_comm_port)
3067 (${board}_download, ${board}_upload): Delete.
3068 (get_target_remote_pipe_cmd): New.
3069
fe68b953
SM
30702017-10-16 Simon Marchi <simon.marchi@ericsson.com>
3071
3072 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
3073 test_bkpt_deletion, test_bkpt_cond_and_cmds,
3074 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
3075 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
3076 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
3077 remove with_test_prefix.
3078
300b6685
PA
30792017-10-13 Pedro Alves <palves@redhat.com>
3080
3081 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
3082 * gdb.base/annota1.exp: Use it instead of is_remote.
3083 * gdb.base/annota3.exp: Use it instead of is_remote.
3084 * gdb.cp/annota2.exp: Use it instead of is_remote.
3085 * gdb.cp/annota3.exp: Use it instead of is_remote.
3086 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
3087
50500caf
PA
30882017-10-13 Pedro Alves <palves@redhat.com>
3089
3090 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
3091 (test_num_test_vars, run_and_count_vars, find_env)
3092 (test_set_unset_env, test_inherit_env_var): New procedures.
3093 (top level): Use them.
3094
dad0c6d2
PA
30952017-10-13 Pedro Alves <palves@redhat.com>
3096
3097 * lib/selftest-support.exp (selftest_setup): Extend comments, and
3098 also skip on stub-like targets.
3099
8b0553c1
PA
31002017-10-13 Pedro Alves <palves@redhat.com>
3101
3102 PR gdb/22293
3103 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
3104 (top level): Move some tests to ...
3105 (test_not_found): ... this new procedure.
3106 (top level): Call it.
3107
7594f623
PA
31082017-10-13 Pedro Alves <palves@redhat.com>
3109
3110 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
3111 expect different "info terminal" output if testing with a
3112 non-native target.
3113
ebe3b402
PA
31142017-10-13 Pedro Alves <palves@redhat.com>
3115 Simon Marchi <simon.marchi@polymtl.ca>
3116
3117 PR python/12966
3118 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
3119
42f1b161
PA
31202017-10-13 Pedro Alves <palves@redhat.com>
3121
3122 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
3123 already.
3124
8d6ef72b
PA
31252017-10-13 Pedro Alves <palves@redhat.com>
3126
3127 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
3128 is_remote.
3129
d7bcd5b8
PA
31302017-10-13 Pedro Alves <palves@redhat.com>
3131
3132 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
3133 is_remote.
3134
df479dc6
PA
31352017-10-13 Pedro Alves <palves@redhat.com>
3136
3137 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
3138 is set.
3139 (corefile_test_attach): Likewise. Check can_spawn_for_attach
3140 instead of is_remote.
3141
23fb630a
PA
31422017-10-13 Pedro Alves <palves@redhat.com>
3143
3144 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
3145 (top level): Add comment.
3146
cc77b1dc
PA
31472017-10-13 Pedro Alves <palves@redhat.com>
3148
3149 * gdb.base/remote.exp (top level): Fix comment typo and add
3150 missing return.
3151
27c9e813
PA
31522017-10-13 Pedro Alves <palves@redhat.com>
3153 Simon Marchi <simon.marchi@polymtl.ca>
3154
3155 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
3156 calls and add comments. Skip test if use_gdb_stub is set.
3157 (top level): Use "set cwd" command instead of "cd" command.
3158
5e830d98
PA
31592017-10-13 Pedro Alves <palves@redhat.com>
3160
3161 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
3162 is_remote target check.
3163
f5ca0032
PA
31642017-10-13 Pedro Alves <palves@redhat.com>
3165
3166 * gdb.base/scope.exp: Use build_executable + clean_restart +
3167 gdb_file_cmd instead of prepare_for_testing and no longer skip
3168 "before run" tests on is_remote target boards. Update comments.
3169 * boards/native-extended-gdbserver.exp
3170 (extended_gdbserver_load_last_file): New, factored out from ...
3171 (gdb_load): ... this. Move further below and add comment.
3172 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
3173
8aed1c0d
PA
31742017-10-12 Pedro Alves <palves@redhat.com>
3175
3176 * gdb.base/attach.exp: Remove references to gdb64.
3177 * gdb.base/dbx.exp: Remove references to gdb64.
3178
cfa34c87
SM
31792017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3180 Pedro Alves <palves@redhat.com>
3181
3182 * gdb.base/label.exp: Remove is_remote target check.
3183
9192b7de
PA
31842017-10-12 Pedro Alves <palves@redhat.com>
3185
3186 * gdb.base/auvx.exp (coredir): Update comment.
3187 (top level) <core_works>: Use "set cwd" command instead of "cd"
3188 command.
3189
6bf0052d
PA
31902017-10-12 Pedro Alves <palves@redhat.com>
3191 Simon Marchi <simon.marchi@polymtl.ca>
3192
3193 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
3194 target boards.
3195
e48ef82d
PA
31962017-10-12 Pedro Alves <palves@redhat.com>
3197 Simon Marchi <simon.marchi@polymtl.ca>
3198
3199 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
3200 Instead skip if there's any gdb_protocol set.
3201
8d7aea57
SM
32022017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3203 Pedro Alves <palves@redhat.com>
3204
3205 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
3206
30440677
PA
32072017-10-12 Pedro Alves <palves@redhat.com>
3208 Simon Marchi <simon.marchi@polymtl.ca>
3209
3210 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
3211 instead of on dejagnu remote boards.
3212
4e04f045 32132017-10-12 Pedro Alves <palves@redhat.com>
175654b9 3214 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
3215
3216 * gdb.base/inferior-died.exp: Remove is_remote and isnative
3217 checks. Use build_executable + clean_restart instead of
3218 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
3219 of enabling non-stop after starting gdb.
3220
871a186e
PA
32212017-10-12 Pedro Alves <palves@redhat.com>
3222
3223 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
3224 * gdb.threads/non-ldr-exc-2.exp: Ditto.
3225 * gdb.threads/non-ldr-exc-3.exp: Ditto.
3226 * gdb.threads/non-ldr-exc-4.exp: Ditto.
3227
56d704da
AK
32282017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
3229
3230 * gdb.arch/arc-tdesc-cpu.exp: New file.
3231 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
3232
2f20e312
SM
32332017-10-10 Simon Marchi <simon.marchi@ericsson.com>
3234
3235 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
3236
65630365
PA
32372017-10-10 Pedro Alves <palves@redhat.com>
3238
3239 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
3240 expect CLI output.
3241
bf469271
PA
32422017-10-10 Pedro Alves <palves@redhat.com>
3243
3244 * lib/selftest-support.exp (selftest_setup): Update for
3245 captured_command_loop's prototype change.
3246
777a42f1
PA
32472017-10-09 Pedro Alves <palves@redhat.com>
3248
3249 Test both arch1=>arch2 and arch2=>arch1.
3250
3251 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
3252 (srcfile2, binfile2, march1, march2): Remove globals. Largely
3253 factored out to...
3254 (append_arch1_options, append_arch2_options, append_arch_options)
3255 (build_executables): New procedures.
3256 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
3257 local.
3258 (top level): Add new 'first_arch' testing axis.
3259
cbd2b4e3
PA
32602017-10-09 Pedro Alves <palves@redhat.com>
3261
3262 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
3263 (barrier): New.
3264 (thread_start, all_started): New functions.
3265 (main): Spawn new thread and wait until it is scheduled.
3266 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
3267 option.
3268 (do_test): Add 'selected_thread' parameter. Run to all_started
3269 instead of main. Explicitly set the breakpoint at main. Switch
3270 to the SELECTED_THREAD thread.
3271 (top level): Test handling the exec event with either the main
3272 thread or the second thread selected.
3273
5c9e4427
PA
32742017-10-09 Pedro Alves <palves@redhat.com>
3275
3276 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
3277 logic. Move STOP marker after the value checks.
3278 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
3279 regexp.
3280
b3b7c423
SL
32812017-10-06 Sandra Loosemore <sandra@codesourcery.com>
3282
3283 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
3284
3b4b2f16
UW
32852017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
3286
3287 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
3288 integer-to-dfp conversion.
3289 * gdb.base/dfp-test.exp: Likewise.
3290
5cd63fda
PA
32912017-10-04 Pedro Alves <palves@redhat.com>
3292
3293 * gdb.multi/hangout.c: Include <unistd.h>.
3294 (hangout_loop): New function.
3295 (main): Call alarm. Call hangout_loop in a loop.
3296 * gdb.multi/hello.c: Include <unistd.h>.
3297 (hello_loop): New function.
3298 (main): Call alarm. Call hangout_loop in a loop.
3299 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
3300 inferior with the other selected.
3301
4c71c105
SM
33022017-10-04 Simon Marchi <simon.marchi@ericsson.com>
3303
3304 * gdb.mi/list-thread-groups-available.exp: New file.
3305 * gdb.mi/list-thread-groups-available.c: New file.
3306
bc3b087d
SDJ
33072017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3308
3309 * gdb.base/set-cwd.exp: Make it available on
3310 native-extended-gdbserver.
3311
d092c5a2
SDJ
33122017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3313
3314 * gdb.base/set-cwd.c: New file.
3315 * gdb.base/set-cwd.exp: Likewise.
3316
45320ffa
TT
33172017-10-02 Tom Tromey <tom@tromey.com>
3318
3319 PR rust/22236:
3320 * gdb.rust/simple.rs (main): New variable "fslice".
3321 * gdb.rust/simple.exp: Add slice tests. Update string tests.
3322
b3e3859b
TT
33232017-10-02 Tom Tromey <tom@tromey.com>
3324
3325 * gdb.rust/simple.exp: Test ptype of a slice.
3326
01af5e0d
TT
33272017-10-02 Tom Tromey <tom@tromey.com>
3328
3329 * gdb.rust/simple.exp: Test index of slice.
3330
a9bbfbd8
TT
33312017-09-27 Tom Tromey <tom@tromey.com>
3332
3333 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
3334
df8899e5
TP
33352017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
3336 Pedro Alves <palves@redhat.com>
3337
3338 * gdb.base/compare-sections.exp (get value of read-only section): Read
3339 as unsigned value.
3340 (corrupt read-only section): Likewise and don't set written if patching
3341 failed.
3342
757bf54b
KB
33432017-09-21 Kevin Buettner <kevinb@redhat.com>
3344
3345 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
3346 files.
3347
06871ae8
PA
33482017-09-20 Pedro Alves <palves@redhat.com>
3349
3350 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
3351 symbol names in gdb's output.
3352 * gdb.cp/overload.exp ("list all overloads"): Likewise.
3353
e5f25bc5
PA
33542017-09-20 Pedro Alves <palves@redhat.com>
3355
3356 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
3357 Rename to ...
3358 (test_list_ambiguous_symbol): ... this and add a symbol name
3359 parameter. Adjust.
3360 (test_list_ambiguous_function): Reimplement on top of
3361 test_list_ambiguous_symbol and also test listing ambiguous
3362 variables.
3363 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
3364 (ambiguous_fun): ... this.
3365 (ambiguous_var): New.
3366 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
3367 (ambiguous_fun): ... this.
3368 (ambiguous_var): New.
3369
4e5a4f58
JB
33702017-09-19 John Baldwin <jhb@FreeBSD.org>
3371
3372 * gdb.base/starti.c: New file.
3373 * gdb.base/starti.exp: New file.
3374 * lib/gdb.exp (gdb_starti_cmd): New procedure.
3375
26e53f3e
PA
33762017-09-14 Pedro Alves <palves@redhat.com>
3377
3378 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
3379 (top level): Use it instead of runto.
3380
cb791d59
TT
33812017-09-11 Tom Tromey <tom@tromey.com>
3382
3383 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
3384
7c96f8c1
TT
33852017-09-11 Tom Tromey <tom@tromey.com>
3386
3387 * gdb.python/py-infthread.exp: Add tests for new_thread event.
3388 * gdb.python/py-inferior.exp: Add tests for new inferior events.
3389
469412dd
CW
33902017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
3391
3392 * gdb.fortran/printing-types.exp: New file.
3393 * gdb.fortran/printing-types.exp: New file.
3394
e0f86435
BH
33952017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3396
3397 * gdb.fortran/vla-ptype.exp: Fix typos.
3398 * gdb.fortran/vla-value.exp: Same.
3399
9e9af4be
BH
34002017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3401
3402 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
3403 * gdb.mi/mi-var-child-f.exp: Likewise.
3404 * gdb.mi/mi-vla-fortran.exp: Likewise.
3405
a5ad232b
FP
34062017-09-08 Frank Penczek <frank.penczek@intel.com>
3407 Christoph Weinmann <christoph.t.weinmann@intel.com>
3408 Bernhard Heckel <bernhard.heckel@intel.com>
3409
3410 * gdb.fortran/ptr-indentation.f90: New file.
3411 * gdb.fortran/ptr-indentation.exp: New file.
3412
5aec60eb
TT
34132017-09-05 Tom Tromey <tom@tromey.com>
3414
3415 PR gdb/22010:
3416 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
3417
8f8f8152
TP
34182017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
3419
3420 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
3421
fbd1b771
JK
34222017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3423
3424 * gdb.threads/tls-nodebug-pie.c: New file.
3425 * gdb.threads/tls-nodebug-pie.exp: New file.
3426
5eb5f850
TT
34272017-09-05 Tom Tromey <tom@tromey.com>
3428
3429 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
3430 for rust.
3431
ae780a21
SM
34322017-09-05 Simon Marchi <simon.marchi@ericsson.com>
3433
3434 * gdb.multi/multi-arch-exec.exp: Test with different
3435 "follow-exec-mode" settings.
3436 (do_test): New procedure.
3437
3693fdb3
PA
34382017-09-04 Pedro Alves <palves@redhat.com>
3439
3440 * gdb.base/func-static.c (S::method const, S::method volatile)
3441 (S::method volatile const): New methods.
3442 (c_s, v_s, cv_s): New instances.
3443 (main): Call method() on them.
3444 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
3445 (cannot_resolve): New procedure.
3446 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
3447 print-quote-unquoted columns.
3448 (do_test): Test printing each scope too.
3449
e68cb8e0
PA
34502017-09-04 Pedro Alves <palves@redhat.com>
3451
3452 * gdb.base/local-static.exp: Also test with
3453 class::method::variable wholly quoted.
3454 * gdb.cp/m-static.exp (class::method::variable): Remove test.
3455
858be34c
PA
34562017-09-04 Pedro Alves <palves@redhat.com>
3457
3458 * gdb.base/local-static.c: New.
3459 * gdb.base/local-static.cc: New.
3460 * gdb.base/local-static.exp: New.
3461
46a4882b
PA
34622017-09-04 Pedro Alves <palves@redhat.com>
3463
3464 * gdb.asm/asm-source.exp: Add casts to int.
3465 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
3466 (dataglobal64_1, dataglobal64_2): New globals.
3467 * gdb.base/nodebug.exp: Test different expressions involving the
3468 new globals, with print, whatis and ptype. Add casts to int.
3469 * gdb.base/solib-display.exp: Add casts to int.
3470 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
3471 * gdb.cp/m-static.exp: Add cast to int.
3472 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
3473 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
3474 tls variable with no debug info without a cast. Test with a cast
3475 to int too.
3476 * gdb.trace/entry-values.exp: Add casts.
3477
2c5a2be1
PA
34782017-09-04 Pedro Alves <palves@redhat.com>
3479
3480 * gdb.base/nodebug.exp: Test that ptype's error about functions
3481 with unknown return type includes the function name too.
3482
7022349d
PA
34832017-09-04 Pedro Alves <palves@redhat.com>
3484
3485 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
3486 return type of munmap in infcall.
3487 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
3488 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
3489 type of ftell in infcall.
3490 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
3491 type of getpid in infcall.
3492 * gdb.base/infcall-exec.exp: Cast return type of execlp in
3493 infcall.
3494 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
3495 Bail on failure to extract the pid.
3496 * gdb.base/nodebug.c: #include <stdint.h>.
3497 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
3498 New functions.
3499 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
3500 Change expected output of print/whatis/ptype with functions with
3501 no debug info. Test all supported languages. Call
3502 test_call_promotion.
3503 * gdb.compile/compile.exp: Adjust expected output to expect
3504 warning.
3505 * gdb.threads/siginfo-threads.exp: Likewise.
3506
54990598
PA
35072017-09-04 Pedro Alves <palves@redhat.com>
3508
3509 * gdb.base/callfuncs.exp (do_function_calls): New parameter
3510 "prototypes". Test calling float functions via prototyped and
3511 unprototyped function pointers.
3512 (perform_all_tests): New parameter "prototypes". Pass it down.
3513 (top level): Pass down "prototypes" parameter to
3514 perform_all_tests.
3515
34d16ea2
SM
35162017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3517
3518 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
3519 Test with nested loops.
3520
9521ecda
SM
35212017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3522
3523 * gdb.base/commands.exp: Call the new procedures.
3524 (loop_break_test, loop_continue_test): New procedures.
3525
80a65e9b
SM
35262017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3527
3528 * gdb.base/commands.exp: Call new procedure.
3529 (define_if_without_arg_test): New procedure.
3530
e439fa14
PA
35312017-09-04 Pedro Alves <palves@redhat.com>
3532
3533 * gdb.base/list-ambiguous.exp: New file.
3534 * gdb.base/list-ambiguous0.c: New file.
3535 * gdb.base/list-ambiguous1.c: New file.
3536 * gdb.base/list.exp (test_list_range): Adjust expected output.
3537
0a2dde4a
SDJ
35382017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
3539
3540 * gdb.base/share-env-with-gdbserver.c: New file.
3541 * gdb.base/share-env-with-gdbserver.exp: Likewise.
3542
5e89eb3a
SM
35432017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3544
3545 * gdb.base/commands.exp (gdbvar_simple_if_test,
3546 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
3547 progvar_simple_if_test, progvar_simple_while_test,
3548 progvar_complex_if_while_test, user_defined_command_test,
3549 user_defined_command_args_eval,
3550 user_defined_command_args_stack_test,
3551 user_defined_command_manyargs_test, bp_deleted_in_command_test,
3552 temporary_breakpoint_commands,
3553 gdb_test_no_prompt, redefine_hook_test,
3554 redefine_backtrace_test): Remove "global gdb_prompt".
3555
fd437cbc
SM
35562017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3557
3558 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
3559 New proc, call it from toplevel.
3560
87215ad1
SDJ
35612017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
3562
3563 PR remote/21852
3564 * gdb.server/normal.c: New file, copied from gdb.base.
3565 * gdb.server/run-without-local-binary.exp: New file.
3566
58afddc6
WP
35672017-08-07 Weimin Pan <weimin.pan@oracle.com>
3568
3569 * gdb.arch/sparc64-adi.exp: New file.
3570 * gdb.arch/sparc64-adi.c: New file.
3571
5277199a
PA
35722017-08-22 Pedro Alves <palves@redhat.com>
3573
3574 * gdb.cp/overload.exp (line_range_pattern): New procedure.
3575 (top level): Add "list all overloads" tests.
3576
14278e1f
TT
35772017-08-22 Tom Tromey <tom@tromey.com>
3578
3579 * gdb.gdb/xfullpath.exp: Remove.
3580
bf223d3e
PA
35812017-08-21 Pedro Alves <palves@redhat.com>
3582
3583 PR gdb/19487
3584 * gdb.base/symbol-alias.c: New.
3585 * gdb.base/symbol-alias2.c: New.
3586 * gdb.base/symbol-alias.exp: New.
3587
c973d0aa
PA
35882017-08-21 Pedro Alves <palves@redhat.com>
3589
3590 * gdb.base/dfp-test.c
3591 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
3592 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
3593 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
3594 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
3595 * gdb.base/whatis-ptype-typedefs.c: New.
3596 * gdb.base/whatis-ptype-typedefs.exp: New.
3597 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
3598 (an_int, an_int_type, an_int_type2): New globals.
3599 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
3600 involving typedefs and cast expressions.
3601 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
3602 (lookup_typedefs_function): New.
3603 (typedefs_pretty_printers_dict): New.
3604 (top level): Register lookup_typedefs_function in
3605 gdb.pretty_printers.
3606
6d580b63
YQ
36072017-08-18 Yao Qi <yao.qi@linaro.org>
3608
3609 * gdb.server/unittest.exp: New.
3610
206726fb
SDJ
36112017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
3612
3613 PR gdb/21954
3614 * gdb.base/environ.exp: Add test to check if 'unset environment'
3615 works.
3616
bf0ec4c2
AA
36172017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3618
3619 * lib/gdb.exp (universal_compile_options): New caching proc.
3620 (gdb_compile): Suppress GCC's coloring of messages.
3621
d6382fff
TT
36222017-08-14 Tom Tromey <tom@tromey.com>
3623
3624 PR gdb/21675:
3625 * gdb.base/printcmds.exp (test_radices): New function.
3626 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
3627 * gdb.base/sizeof.exp (check_valueof): Use p/d.
3628 * lib/gdb.exp (get_integer_valueof): Use p/d.
3629
c2c2dd9f
SM
36302017-08-12 Simon Marchi <simon.marchi@ericsson.com>
3631
3632 * lib/gdb.exp (get_valueof): Don't capture end-of-line
3633 characters.
3634
fdffd6f4
TT
36352017-08-05 Tom Tromey <tom@tromey.com>
3636
3637 * gdb.rust/simple.exp: Allow String to appear in a different
3638 namespace.
3639
27d41eac
YQ
36402017-07-26 Yao Qi <yao.qi@linaro.org>
3641
3642 * gdb.gdb/unittest.exp: Invoke command
3643 "maintenance check xml-descriptions".
3644
031ed05d
AA
36452017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3646
3647 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
3648 calling context.
3649 (hex128): Drop erroneous calculation of parameters.
3650
dcd27ddf
SM
36512017-07-22 Simon Marchi <simon.marchi@ericsson.com>
3652
3653 * gdb.python/py-unwind.exp: Disable stack protection when
3654 building test file.
3655
47e77640
PA
36562017-07-20 Pedro Alves <palves@redhat.com>
3657
3658 * gdb.base/default.exp (set language): Adjust expected output.
3659
62d2a18a
PA
36602017-07-20 Pedro Alves <palves@redhat.com>
3661
3662 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
3663 (test_minsym): ... this, and make static.
3664 (get_pck__foo__bar__minsym): Rename to ...
3665 (get_test_minsym): ... this.
3666 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
3667 symbol names and comments.
3668 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
3669 (get_test_minsym): ... this.
3670 (pck__foo__bar__minsym__2): Rename to ...
3671 (test_minsym): ... this.
3672 (main): Adjust.
3673
c45ec17c
PA
36742017-07-17 Pedro Alves <palves@redhat.com>
3675
3676 * gdb.base/completion.exp: Adjust expected output.
3677 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
3678 the completer works.
3679
c6756f62
PA
36802017-07-17 Pedro Alves <palves@redhat.com>
3681
3682 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
3683
5bd68487
AB
36842017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3685
3686 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
3687
8880f2a9
TT
36882017-07-14 Tom Tromey <tom@tromey.com>
3689
3690 PR rust/21764:
3691 * gdb.rust/simple.exp: Add tests.
3692
65547233
TT
36932017-07-14 Tom Tromey <tom@tromey.com>
3694
3695 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
3696
8f14146e
PA
36972017-07-14 Pedro Alves <palves@redhat.com>
3698
3699 * gdb.linespec/base/one/thefile.cc (z1): New function.
3700 * gdb.linespec/base/two/thefile.cc (z2): New function.
3701 * gdb.linespec/linespec.exp: Add tests.
3702
b4365d02
AB
37032017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3704
3705 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
3706 to mi_create_breakpoint.
3707
5d2cbaa5
AB
37082017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3709
3710 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
3711 mi_create_breakpoint.
3712
11cb5716
IB
37132017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
3714
3715 * gdb.dlang/demangle.exp: Update for demangling changes.
3716
03278692
TT
37172017-07-09 Tom Tromey <tom@tromey.com>
3718
3719 * gdb.dwarf2/shortpiece.exp: New file.
3720
33c5cd75
DB
37212017-07-06 David Blaikie <dblaikie@gmail.com>
3722
3723 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
3724 built from fissiont-multi-cu{1,2}.c.
3725 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
3726 except putting 'main' and 'func' in separate CUs in the same DWO file.
3727 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
3728 test.
3729 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
3730 test.
3731
8455d262
PA
37322017-07-06 Pedro Alves <palves@redhat.com>
3733
3734 * gdb.python/py-unwind.exp: Test flushregs.
3735
dc4bde35
SDJ
37362017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3737
3738 PR cli/21688
3739 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
3740 tests for alias commands and trailing whitespace.
3741
51ed89aa
SDJ
37422017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3743
3744 PR cli/21688
3745 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
3746 procedure. Call it.
3747
eb17d413
PA
37482017-06-29 Pedro Alves <palves@redhat.com>
3749
3750 * gdb.base/printcmds.exp: Add tests.
3751
41664b45
DG
37522017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
3753
3754 PR gdb/21337
3755 * gdb.base/reread-readsym.exp: New file.
3756 * gdb.base/reread-readsym.c: New file.
3757
75312ae3
KB
37582017-06-21 Kevin Buettner <kevinb@redhat.com>
3759
3760 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
3761 subpattern.
3762
66953522
PB
37632017-06-19 Peter Bergner <bergner@vnet.ibm.com>
3764
3765 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
3766 extended mnemonic.
3767 * gdb.arch/powerpc-power9.s: Likewise.
3768
5524b525
AA
37692017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3770
3771 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
3772 on 32-bit x86 targets. Exploit is_*_target macros where
3773 appropriate.
3774
03c8af18
AA
37752017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3776
3777 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
3778 register pieces.
3779
3bf31011
AA
37802017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3781
3782 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
3783 located in one or more DWARF pieces.
3784
805acca0
AA
37852017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3786
3787 * lib/gdb.exp (get_endianness): New proc.
3788 * gdb.arch/aarch64-fp.exp: Use it.
3789 * gdb.arch/altivec-regs.exp: Likewise.
3790 * gdb.arch/e500-regs.exp: Likewise.
3791 * gdb.arch/vsx-regs.exp: Likewise.
3792 * gdb.base/dump.exp: Likewise.
3793 * gdb.base/funcargs.exp: Likewise.
3794 * gdb.base/gnu_vector.exp: Likewise.
3795 * gdb.dwarf2/formdata16.exp: Likewise.
3796 * gdb.dwarf2/implptrpiece.exp: Likewise.
3797 * gdb.dwarf2/nonvar-access.exp: Likewise.
3798 * gdb.python/py-inferior.exp: Likewise.
3799 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3800
e9352324
AA
38012017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3802
3803 PR gdb/21226
3804 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
3805 stack value pieces are taken from the LSB end.
3806
d5d1163e
AA
38072017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3808
3809 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
3810 variable at nonzero offset.
3811
0567c986
AA
38122017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3813
3814 * gdb.dwarf2/var-access.c: New file.
3815 * gdb.dwarf2/var-access.exp: New test.
3816 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
3817
973e9aab
TT
38182017-06-12 Tom Tromey <tom@tromey.com>
3819
3820 * gdb.dwarf2/formdata16.exp: Add tests.
3821
d9109c80
TT
38222017-06-12 Tom Tromey <tom@tromey.com>
3823
3824 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
3825
30a25466
TT
38262017-06-12 Tom Tromey <tom@tromey.com>
3827
3828 PR exp/16225:
3829 * gdb.reverse/i386-sse-reverse.exp: Update tests.
3830 * gdb.arch/vsx-regs.exp: Update tests.
3831 * gdb.arch/s390-vregs.exp (hex128): New proc.
3832 Update test.
3833 * gdb.arch/altivec-regs.exp: Update tests.
3834
aefd8b33
SDJ
38352017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3836
3837 * gdb.base/startup-with-shell.c: New file.
3838 * gdb.base/startup-with-shell.exp: Likewise.
3839
2090129c
SDJ
38402017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3841
3842 * gdb.server/non-existing-program.exp: Update regex in order to
3843 reflect the fact that gdbserver is now using fork_inferior (with a
3844 shell) to startup the inferior.
3845
8e86a419
SM
38462017-05-30 Simon Marchi <simon.marchi@ericsson.com>
3847
3848 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
3849 support function calls from GDB.
3850
e6cf65f2
TT
38512017-05-21 Tom Tromey <tom@tromey.com>
3852
3853 PR rust/21466:
3854 * gdb.rust/unsized.exp: New file.
3855 * gdb.rust/unsized.rs: New file.
3856
43cc5389
TT
38572017-05-19 Tom Tromey <tom@tromey.com>
3858
3859 PR rust/21484:
3860 * gdb.rust/watch.exp: New file.
3861 * gdb.rust/watch.rs: New file.
3862
ec8df234
TT
38632017-05-18 Tom Tromey <tom@tromey.com>
3864
3865 * gdb.rust/simple.exp: Allow Box to be qualified.
3866
3e3e7fae
TP
38672017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
3868
3869 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
3870
59cc050d
PA
38712017-05-18 Pedro Alves <palves@redhat.com>
3872
3873 * gdb.base/fileio.c (test_write, test_read, test_close)
3874 (test_fstat): Don't print 'ret' in the fail path.
3875
c8f6abd1
PA
38762017-05-18 Pedro Alves <palves@redhat.com>
3877
3878 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
3879 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
3880 (test_system, test_rename, test_unlink, test_time): Change
3881 prototypes.
3882 * gdb.base/fileio.exp (stop_msg): Adjust.
3883
d2a03b77
PA
38842017-05-18 Pedro Alves <palves@redhat.com>
3885
3886 * gdb.base/fileio.c (null_str): New global.
3887 (test_stat): Use it.
3888 * gdb.base/fileio.exp: Remove nowarnings.
3889
0d5c6999
YQ
38902017-05-17 Yao Qi <yao.qi@linaro.org>
3891
3892 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
3893
21873064
YQ
38942017-05-17 Simon Marchi <simon.marchi@ericsson.com>
3895
3896 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
3897 argument command.
3898 (top-level): Invoke test_set_inferior_tty.
3899
d512d31c
PA
39002017-05-04 Pedro Alves <palves@redhat.com>
3901
3902 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
3903 Add parens to print call for Python 3.
3904
90cef2ed
KS
39052017-05-03 Keith Seitz <keiths@redhat.com>
3906
3907 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
3908 (main): Call it.
3909
14f819c8
TW
39102017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3911
3912 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
3913 to prev and next.
3914
913aeadd
TW
39152017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3916
3917 * gdb.python/py-record-btrace.exp: Remove test for
3918 gdb.BtraceInstruction.error.
3919
a3be24ad
TW
39202017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3921
3922 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
3923
ae20e79a
TW
39242017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3925
3926 * gdb.python/py-record-btrace-threads.c: New file.
3927 * gdb.python/py-record-btrace-threads.exp: New file.
3928
45ce1b47
SDJ
39292017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
3930
3931 PR testsuite/8595
3932 * gdb.base/environ.exp: Make test available in all architectures.
3933 Move bits related to "info program" testing to
3934 gdb.base/info-program.exp. Rewrite tests to use the two new
3935 procedures mentione below.
3936 (test_set_show_env_var) New procedure.
3937 (test_set_show_env_var_equal): Likewise.
3938 * gdb.base/info-program.exp: New file.
3939
e15c3eb4
KS
39402017-04-27 Keith Seitz <keiths@redhat.com>
3941
3942 * gdb.cp/oranking.cc (test15): New function.
3943 (main): Call test15 and declare additional variables for testing.
3944 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
3945 "p foo101('abc')" tests.
3946 Add tests for cv qualifier overloads.
3947 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
3948 "lvalue reference overload" test.
3949 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
3950 "print value of f1 on Child&& in f2" test.
3951
3a3fd0fd
PA
39522017-04-19 Pedro Alves <palves@redhat.com>
3953
3954 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
3955 procedure.
3956 (top level): Call it.
3957 * lib/gdb.exp (gdb_define_cmd): New procedure.
3958
53375380
PA
39592017-04-12 Pedro Alves <palves@redhat.com>
3960
3961 PR gdb/21323
3962 * gdb.cp/wide_char_types.c: Include <wchar.h>.
3963 (wchar): New global.
3964 * gdb.cp/wide_char_types.exp (wide_char_types_program)
3965 (do_test_wide_char, wide_char_types_no_program, top level): Add
3966 wchar_t testing.
3967
53e710ac
PA
39682017-04-12 Pedro Alves <palves@redhat.com>
3969
3970 PR c++/21323
3971 * gdb.cp/wide_char_types.c: New file.
3972 * gdb.cp/wide_char_types.exp: New file.
3973
0ad9d8c7
SDJ
39742017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
3975
3976 PR gdb/21352
3977 * gdb.trace/tsv.exp: Add test for "tsave -r".
3978
b1b45502
IB
39792017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
3980
3981 * gdb.dlang/watch-loc.c: New file.
3982 * gdb.dlang/watch-loc.exp: New file.
3983
ec13808e
JK
39842017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3985
3986 * gdb.python/py-section-script.exp (sepdebug): New testcases.
3987
fe5f7374
AK
39882017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3989
3990 * gdb.arch/arc-analyze-prologue.S: New file.
3991 * gdb.arch/arc-analyze-prologue.exp: Likewise.
3992
eea78757
AK
39932017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3994
3995 * gdb.arch/arc-decode-insn.S: New file.
3996 * gdb.arch/arc-decode-insn.exp: Likewise.
3997
5badf10a
IR
39982017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
3999
4000 PR tdep/20928
4001 * gdb.arch/sparc64-regs.exp: New file.
4002 * gdb.arch/sparc64-regs.S: Likewise.
4003
cee59b3f
TW
40042017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
4005
4006 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
4007 and memory view on Python 3.
4008
c0f55cc6
AV
40092017-03-20 Artemiy Volkov <artemiyv@acm.org>
4010 Keith Seitz <keiths@redhat.com>
4011
4012 PR gdb/14441
4013 * gdb.cp/demangle.exp: Add rvalue reference tests.
4014 * gdb.cp/rvalue-ref-casts.cc: New file.
4015 * gdb.cp/rvalue-ref-casts.exp: New file.
4016 * gdb.cp/rvalue-ref-overload.cc: New file.
4017 * gdb.cp/rvalue-ref-overload.exp: New file.
4018 * gdb.cp/rvalue-ref-params.cc: New file.
4019 * gdb.cp/rvalue-ref-params.exp: New file.
4020 * gdb.cp/rvalue-ref-sizeof.cc: New file.
4021 * gdb.cp/rvalue-ref-sizeof.exp: New file.
4022 * gdb.cp/rvalue-ref-types.cc: New file.
4023 * gdb.cp/rvalue-ref-types.exp: New file.
4024 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
4025 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
4026
51457a05
MAL
40272017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4028
4029 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
4030 New procedure.
4031
5b291c04
MAL
40322017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4033
4034 * lib/mi-support.exp (mi_gdb_test): Add additional message
4035 for unexpected output.
4036
59a56148
AA
40372017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4038
4039 * gdb.base/examine-backward.c (Barrier): New character array
4040 constant, to ensure that TestStrings is preceded by a string
4041 terminator.
4042
7942e96e
AA
40432017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4044
4045 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
4046 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
4047 and implicit pointer into such a location.
4048
6ebac3fb
DE
40492017-03-16 Doug Evans <dje@google.com>
4050
4051 * gdb.python/py-lazy-string (pointer): Really add new typedef.
4052
ec3b243d
TP
40532017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
4054
4055 * gdb.cp/m-static.exp: Fix expectation for prototype of
4056 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
4057
40582017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
4059
4060 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
4061 * gdb.guile/scm-lazy-string.c: New file.
4062 * gdb.guile/scm-value.exp: Move lazy string tests to ...
4063 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
4064 for pointer, array, typedef lazy strings.
4065
2cc36e25 40662017-03-16 Doug Evans <dje@google.com>
34b43320
DE
4067
4068 PR python/17728, python/18439, python/18779
4069 * gdb.python/py-value.c (main) Delete locals sptr, sn.
4070 * gdb.python/py-lazy-string.c (pointer): New typedef.
4071 (main): New locals ptr, array, typedef_ptr.
4072 * gdb.python/py-value.exp: Move lazy string tests to ...
4073 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
4074 array, typedef lazy strings.
ec3b243d 4075
0efcde63
AK
40762017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
4077
4078 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
4079 Add optional 'test' parameter.
4080
7978d7c3
SM
40812017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4082
4083 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4084 Skip for versions of DejaGnu < 1.5.
4085
896c0c1e
SM
40862017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4087
4088 * lib/gdb.exp (dejagnu_version): New proc.
4089 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4090 Use dejagnu_version.
4091
5f4d1085
KS
40922017-03-10 Keith Seitz <keiths@redhat.com>
4093
4094 PR c++/8128
4095 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
4096 type from destructor regexps.
4097 Add a branch which actually passes the test.
4098 Adjust "ptype t5i" test names.
4099
1de05205
PA
41002017-03-08 Pedro Alves <palves@redhat.com>
4101
4102 * gdb.base/step-over-exit.exp: Add explicit test message.
4103
c65d6b55
PA
41042017-03-08 Pedro Alves <palves@redhat.com>
4105
4106 PR gdb/18360
4107 * gdb.threads/interrupt-while-step-over.c: New file.
4108 * gdb.threads/interrupt-while-step-over.exp: New file.
4109
2e86a283
PA
41102017-03-08 Pedro Alves <palves@redhat.com>
4111
4112 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
4113 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
4114
25dcbff6
PA
41152017-03-08 Pedro Alves <palves@redhat.com>
4116
4117 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
4118 PKRU as not supported as a PASS.
4119
dc9366eb
PA
41202017-03-08 Pedro Alves <palves@redhat.com>
4121
4122 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
4123 prefix instead of $binfile1/$binfile2.
4124 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
4125 in test message.
4126 * gdb.python/py-completion.exp: Use "load python file" as test
4127 messages instead of unstable path names.
4128
6e5d74e7
PA
41292017-03-08 Pedro Alves <palves@redhat.com>
4130 Jan Kratochvil <jan.kratochvil@redhat.com>
4131
4132 PR cli/21218
4133 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4134 New proc.
4135 (top level): Call it.
4136
9753a2f6
PA
41372017-03-08 Pedro Alves <palves@redhat.com>
4138
4139 PR tui/21216
4140 * gdb.tui/tui-nl-filtered-output.exp: New file.
4141
1a4dd9dd
PA
41422017-03-08 Pedro Alves <palves@redhat.com>
4143
4144 * gdb.base/completion.exp: Move TUI completion tests to ...
4145 * gdb.tui/completion.exp: ... this new file.
4146
7cbbff33
PA
41472017-03-08 Pedro Alves <palves@redhat.com>
4148
4149 * gdb.base/tui-disasm-long-lines.c,
4150 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
4151 gdb.base/tui-layout.exp: Move to ...
4152 * gdb.tui/: ... this new directory.
4153
5f6fd321
PA
41542017-03-07 Pedro Alves <palves@redhat.com>
4155
4156 * gdb.base/tui-layout.c: New file.
4157 * gdb.base/tui-layout.exp: New file.
4158
44959fa8
PA
41592017-03-07 Pedro Alves <palves@redhat.com>
4160
4161 * gdb.base/tui-layout.c: Rename to ...
4162 * gdb.base/tui-disasm-long-lines.c: ... this.
4163 * gdb.base/tui-layout.exp: Rename to ...
4164 * gdb.base/tui-disasm-long-lines.exp: ... this.
4165
f8c4e718
PA
41662017-03-07 Pedro Alves <palves@redhat.com>
4167
4168 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
4169
6dbb839a 41702017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
4171
4172 * i386-mpx-call.c: New file.
4173 * i386-mpx-call.exp: New file.
4174
65b48a81
PB
41752017-02-28 Peter Bergner <bergner@vnet.ibm.com>
4176
4177 * gdb.arch/powerpc-power.exp: Delete test.
4178 * gdb.arch/powerpc-power.s: Likewise.
4179 * gdb.disasm/disassembler-options.exp: New test.
4180 * gdb.arch/powerpc-altivec.exp: Likewise.
4181 * gdb.arch/powerpc-altivec.s: Likewise.
4182 * gdb.arch/powerpc-altivec2.exp: Likewise.
4183 * gdb.arch/powerpc-altivec2.s: Likewise.
4184 * gdb.arch/powerpc-altivec3.exp: Likewise.
4185 * gdb.arch/powerpc-altivec3.s: Likewise.
4186 * gdb.arch/powerpc-power7.exp: Likewise.
4187 * gdb.arch/powerpc-power7.s: Likewise.
4188 * gdb.arch/powerpc-power8.exp: Likewise.
4189 * gdb.arch/powerpc-power8.s: Likewise.
4190 * gdb.arch/powerpc-power9.exp: Likewise.
4191 * gdb.arch/powerpc-power9.s: Likewise.
4192 * gdb.arch/powerpc-vsx.exp: Likewise.
4193 * gdb.arch/powerpc-vsx.s: Likewise.
4194 * gdb.arch/powerpc-vsx2.exp: Likewise.
4195 * gdb.arch/powerpc-vsx2.s: Likewise.
4196 * gdb.arch/powerpc-vsx3.exp: Likewise.
4197 * gdb.arch/powerpc-vsx3.s: Likewise.
4198 * gdb.arch/arm-disassembler-options.exp: Likewise.
4199 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
4200 * gdb.arch/s390-disassembler-options.exp: Likewise.
4201
17cd4947
LM
42022017-02-23 Luis Machado <lgustavo@codesourcery.com>
4203
4204 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
4205 (check_supported_features): ... this. Changed return type to void.
4206 (supports_rdseed): New static global.
4207 (rdseed): Check supports_rdseed.
4208 (initialize): Call check_supported_features.
4209
2039d74e
EBM
42102017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4211
4212 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
4213 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
4214 and lqarx/stqcx.
4215 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
4216 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
4217
a51d7ecf
EBM
42182017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4219
4220 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
4221 uppercase.
4222
0224619f
JK
42232017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4224
4225 * gdb.dwarf2/formdata16.c: New file.
4226 * gdb.dwarf2/formdata16.exp: New file.
4227 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
4228
216f72a1
JK
42292017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4230
4231 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
4232 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
4233 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
4234 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
4235 DW_AT_GNU_*.
4236
43988095
JK
42372017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4238
4239 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
4240
99e8a4f9
SDJ
42412017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
4242
4243 PR gdb/21164
4244 * gdb.base/maint.exp: Add testcases for when the commands do
4245 not have arguments.
4246
b58a8c0c
TP
42472017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
4248
4249 * gdb.cp/chained-calls.exp: Use p instead of P.
4250
4e746bb6
TW
42512017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
4252
4253 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
4254 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
4255
3f77c769
TT
42562017-02-14 Tom Tromey <tom@tromey.com>
4257
4258 PR python/13598:
4259 * gdb.python/py-events.exp: Add before_prompt event tests.
4260
075beec0
AA
42612017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4262
4263 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
4264
bf5f525c
LM
42652017-02-13 Luis Machado <lgustavo@codesourcery.com>
4266
4267 * gdb.linespec/explicit.c (my_unique_function_name): New function.
4268 (main): Call my_unique_function_name.
4269 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
4270 completion of patterns with a single match.
4271 Add missing -re switches to gdb_test_multiple calls.
4272
13a66184
LM
42732017-02-13 Luis Machado <lgustavo@codesourcery.com>
4274
4275 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
4276 return if core file is not recognized.
4277
26a06916
SM
42782017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4279
4280 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
4281 and extra UIs.
4282
b761ca9e
SM
42832017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4284
4285 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
4286 proc_with_prefix.
4287
b964bee0
TT
42882017-02-10 Tom Tromey <tom@tromey.com>
4289
4290 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
4291
18da0c51
MG
42922017-02-10 Martin Galvan <martingalvan@sourceware.org>
4293
4294 PR gdb/21122
4295 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
4296
604c4576
JG
42972017-02-08 Jerome Guitton <guitton@adacore.com>
4298
4299 * gdb.base/define.exp: Add test for command abbreviations
4300 in define.
4301
20b477a7
LM
43022017-02-06 Luis Machado <lgustavo@codesourcery.com>
4303
4304 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
4305 * gdb.reverse/insn-reverse-x86.c: New file.
4306
3f7b46f2
IR
43072017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
4308
4309 PR tdep/20936
4310 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
4311
f0fd41c1
TT
43122017-02-03 Tom Tromey <tom@tromey.com>
4313
4314 PR rust/21097:
4315 * gdb.rust/simple.exp: Add new tests.
4316
5be5dbf0
PA
43172017-02-02 Pedro Alves <palves@redhat.com>
4318
4319 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
4320 tests.
4321
7346ef59
AA
43222017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4323
4324 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
4325 taking a 2-byte value out of a 4-byte DWARF implicit value on
4326 big-endian targets.
4327 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
4328 logic. Add test cases for DW_OP_implicit.
4329
787f0025
MM
43302017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4331
4332 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
4333
68777c29
MM
43342017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4335
4336 * gdb.btrace/enable.exp: Call gdb_exit before
4337 skip_gdbserver_tests.
4338
0a1c7e28
MM
43392017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4340
4341 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
4342 GDBFLAGS.
4343
b5ac99b0
MM
43442017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4345
4346 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
4347 the test is skipped.
4348 * gdb.btrace/data.exp: Likewise.
4349 * gdb.btrace/delta.exp: Likewise.
4350 * gdb.btrace/dlopen.exp: Likewise.
4351 * gdb.btrace/enable-running.exp: Likewise.
4352 * gdb.btrace/enable.exp: Likewise.
4353 * gdb.btrace/exception.exp: Likewise.
4354 * gdb.btrace/function_call_history.exp: Likewise.
4355 * gdb.btrace/gcore.exp: Likewise.
4356 * gdb.btrace/instruction_history.exp: Likewise.
4357 * gdb.btrace/multi-thread-step.exp: Likewise.
4358 * gdb.btrace/nohist.exp: Likewise.
4359 * gdb.btrace/non-stop.exp: Likewise.
4360 * gdb.btrace/reconnect.exp: Likewise.
4361 * gdb.btrace/record_goto-step.exp: Likewise.
4362 * gdb.btrace/record_goto.exp: Likewise.
4363 * gdb.btrace/rn-dl-bind.exp: Likewise.
4364 * gdb.btrace/segv.exp: Likewise.
4365 * gdb.btrace/step.exp: Likewise.
4366 * gdb.btrace/stepi.exp: Likewise.
4367 * gdb.btrace/tailcall-only.exp: Likewise.
4368 * gdb.btrace/tailcall.exp: Likewise.
4369 * gdb.btrace/tsx.exp: Likewise.
4370 * gdb.btrace/unknown_functions.exp: Likewise.
4371 * gdb.btrace/vdso.exp: Likewise.
4372
cd4007e4
MM
43732017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4374
4375 * gdb.btrace/enable-running.c: New.
4376 * gdb.btrace/enable-running.exp: New.
4377
2735833d
WT
43782017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
4379
4380 * gdb.arch/amd64-gs_base.c: New file.
4381 * gdb.arch/amd64-gs_base.exp: New file.
4382
b51e1e94
LM
43832017-01-26 Luis Machado <lgustavo@codesourcery.com>
4384
4385 * lib/memory.exp: Remove spurious empty newlines.
4386
72ca0410
SM
43872017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
4388
4389 * gdb.python/py-bad-printers.exp: Load python file using "source".
4390 * gdb.python/py-events.exp: Likewise.
4391 * gdb.python/py-evsignal.exp: Likewise.
4392 * gdb.python/py-evthreads.exp: Likewise.
4393 * gdb.python/py-frame-args.exp: Likewise.
4394 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
4395 * gdb.python/py-framefilter-mi.exp: Likewise.
4396 * gdb.python/py-framefilter.exp: Likewise.
4397 * gdb.python/py-mi.exp: Likewise.
4398 * gdb.python/py-pp-maint.exp: Likewise.
4399 * gdb.python/py-pp-registration.exp: Likewise.
4400 * gdb.python/py-prettyprint.exp: Likewise.
4401 (run_lang_tests): Likewise.
4402 * gdb.python/py-typeprint.exp: Likewise.
4403
e309aa65
LM
44042017-01-26 Luis Machado <lgustavo@codesourcery.com>
4405
4406 * lib/memory.exp: New file.
4407 * lib/gdb.exp: Load memory.exp.
4408 * gdb.base/memattr.exp (delete_memory): Move proc to
4409 lib/memory.exp and rename to delete_memory_regions.
4410 Replace delete_memory with delete_memory_regions.
4411 Cleanup memory regions before tests.
4412 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
4413 before tests.
4414
515aff23
LM
44152017-01-26 Luis Machado <lgustavo@codesourcery.com>
4416
4417 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
4418 files.
4419 (initialize): New function conditionally defined.
4420 (testcases): Move within conditional block.
4421 (main): Call initialize.
4422 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
4423 of gdb.reverse/insn-reverse.c.
4424 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
4425 gdb.reverse/insn-reverse.c.
4426
d8b49cf0
YQ
44272017-01-26 Yao Qi <yao.qi@linaro.org>
4428
4429 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
4430 disassemble on address 0.
4431
f13a9a0c
YQ
44322017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
4433 Yao Qi <yao.qi@linaro.org>
4434
4435 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
4436 * gdb.dwarf2/implptr-64bit.S: Remove.
4437 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
4438 variables in caller's context. Add DW_OP_implicit_value.
4439
5ac95241
YQ
44402017-01-25 Yao Qi <yao.qi@linaro.org>
4441
4442 * lib/dwarf.exp (Dwarf::_location): Handle
4443 DW_OP_GNU_implicit_pointer with proper size.
4444
23e82930
LM
44452017-01-20 Luis Machado <lgustavo@codesourcery.com>
4446
4447 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
4448 and add untested calls.
4449
d334ae25
LM
44502017-01-20 Luis Machado <lgustavo@codesourcery.com>
4451
4452 * gdb.python/python.exp: Check line number against what GDB thinks
4453 the line number is for func1.
4454
f5e6296e
IB
44552017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
4456
4457 * gdb.dlang/debug-expr.exp: New file.
4458
5b362f04
LM
44592016-12-23 Luis Machado <lgustavo@codesourcery.com>
4460
4461 Fix test names for the following files:
4462
4463 * gdb.ada/exec_changed.exp
4464 * gdb.ada/info_types.exp
4465 * gdb.arch/aarch64-atomic-inst.exp
4466 * gdb.arch/aarch64-fp.exp
4467 * gdb.arch/altivec-abi.exp
4468 * gdb.arch/altivec-regs.exp
4469 * gdb.arch/amd64-byte.exp
4470 * gdb.arch/amd64-disp-step.exp
4471 * gdb.arch/amd64-dword.exp
4472 * gdb.arch/amd64-entry-value-inline.exp
4473 * gdb.arch/amd64-entry-value-param.exp
4474 * gdb.arch/amd64-entry-value-paramref.exp
4475 * gdb.arch/amd64-entry-value.exp
4476 * gdb.arch/amd64-i386-address.exp
4477 * gdb.arch/amd64-invalid-stack-middle.exp
4478 * gdb.arch/amd64-invalid-stack-top.exp
4479 * gdb.arch/amd64-optimout-repeat.exp
4480 * gdb.arch/amd64-prologue-skip.exp
4481 * gdb.arch/amd64-prologue-xmm.exp
4482 * gdb.arch/amd64-stap-special-operands.exp
4483 * gdb.arch/amd64-stap-wrong-subexp.exp
4484 * gdb.arch/amd64-tailcall-cxx.exp
4485 * gdb.arch/amd64-tailcall-noret.exp
4486 * gdb.arch/amd64-tailcall-ret.exp
4487 * gdb.arch/amd64-tailcall-self.exp
4488 * gdb.arch/amd64-word.exp
4489 * gdb.arch/arm-bl-branch-dest.exp
4490 * gdb.arch/arm-disp-step.exp
4491 * gdb.arch/arm-neon.exp
4492 * gdb.arch/arm-single-step-kernel-helper.exp
4493 * gdb.arch/avr-flash-qualifier.exp
4494 * gdb.arch/disp-step-insn-reloc.exp
4495 * gdb.arch/e500-abi.exp
4496 * gdb.arch/e500-regs.exp
4497 * gdb.arch/ftrace-insn-reloc.exp
4498 * gdb.arch/i386-avx512.exp
4499 * gdb.arch/i386-bp_permanent.exp
4500 * gdb.arch/i386-byte.exp
4501 * gdb.arch/i386-cfi-notcurrent.exp
4502 * gdb.arch/i386-disp-step.exp
4503 * gdb.arch/i386-dr3-watch.exp
4504 * gdb.arch/i386-float.exp
4505 * gdb.arch/i386-gnu-cfi.exp
4506 * gdb.arch/i386-mpx-map.exp
4507 * gdb.arch/i386-mpx-sigsegv.exp
4508 * gdb.arch/i386-mpx-simple_segv.exp
4509 * gdb.arch/i386-mpx.exp
4510 * gdb.arch/i386-permbkpt.exp
4511 * gdb.arch/i386-prologue.exp
4512 * gdb.arch/i386-signal.exp
4513 * gdb.arch/i386-size-overlap.exp
4514 * gdb.arch/i386-unwind.exp
4515 * gdb.arch/i386-word.exp
4516 * gdb.arch/mips-fcr.exp
4517 * gdb.arch/powerpc-d128-regs.exp
4518 * gdb.arch/powerpc-stackless.exp
4519 * gdb.arch/ppc64-atomic-inst.exp
4520 * gdb.arch/s390-stackless.exp
4521 * gdb.arch/s390-tdbregs.exp
4522 * gdb.arch/s390-vregs.exp
4523 * gdb.arch/sparc-sysstep.exp
4524 * gdb.arch/thumb-bx-pc.exp
4525 * gdb.arch/thumb-singlestep.exp
4526 * gdb.arch/thumb2-it.exp
4527 * gdb.arch/vsx-regs.exp
4528 * gdb.asm/asm-source.exp
4529 * gdb.base/a2-run.exp
4530 * gdb.base/advance.exp
4531 * gdb.base/all-bin.exp
4532 * gdb.base/anon.exp
4533 * gdb.base/args.exp
4534 * gdb.base/arithmet.exp
4535 * gdb.base/async-shell.exp
4536 * gdb.base/async.exp
4537 * gdb.base/attach-pie-noexec.exp
4538 * gdb.base/attach-twice.exp
4539 * gdb.base/auto-load.exp
4540 * gdb.base/bang.exp
4541 * gdb.base/bitfields.exp
4542 * gdb.base/break-always.exp
4543 * gdb.base/break-caller-line.exp
4544 * gdb.base/break-entry.exp
4545 * gdb.base/break-inline.exp
4546 * gdb.base/break-on-linker-gcd-function.exp
4547 * gdb.base/break-probes.exp
4548 * gdb.base/break.exp
4549 * gdb.base/breakpoint-shadow.exp
4550 * gdb.base/call-ar-st.exp
4551 * gdb.base/call-sc.exp
4552 * gdb.base/call-signal-resume.exp
4553 * gdb.base/call-strs.exp
4554 * gdb.base/callfuncs.exp
4555 * gdb.base/catch-fork-static.exp
4556 * gdb.base/catch-gdb-caused-signals.exp
4557 * gdb.base/catch-load.exp
4558 * gdb.base/catch-signal-fork.exp
4559 * gdb.base/catch-signal.exp
4560 * gdb.base/catch-syscall.exp
4561 * gdb.base/charset.exp
4562 * gdb.base/checkpoint.exp
4563 * gdb.base/chng-syms.exp
4564 * gdb.base/code-expr.exp
4565 * gdb.base/code_elim.exp
4566 * gdb.base/commands.exp
4567 * gdb.base/completion.exp
4568 * gdb.base/complex.exp
4569 * gdb.base/cond-expr.exp
4570 * gdb.base/condbreak.exp
4571 * gdb.base/consecutive.exp
4572 * gdb.base/continue-all-already-running.exp
4573 * gdb.base/coredump-filter.exp
4574 * gdb.base/corefile.exp
4575 * gdb.base/dbx.exp
4576 * gdb.base/debug-expr.exp
4577 * gdb.base/define.exp
4578 * gdb.base/del.exp
4579 * gdb.base/disabled-location.exp
4580 * gdb.base/disasm-end-cu.exp
4581 * gdb.base/disasm-optim.exp
4582 * gdb.base/display.exp
4583 * gdb.base/duplicate-bp.exp
4584 * gdb.base/ena-dis-br.exp
4585 * gdb.base/ending-run.exp
4586 * gdb.base/enumval.exp
4587 * gdb.base/environ.exp
4588 * gdb.base/eu-strip-infcall.exp
4589 * gdb.base/eval-avoid-side-effects.exp
4590 * gdb.base/eval-skip.exp
4591 * gdb.base/exitsignal.exp
4592 * gdb.base/expand-psymtabs.exp
4593 * gdb.base/filesym.exp
4594 * gdb.base/find-unmapped.exp
4595 * gdb.base/finish.exp
4596 * gdb.base/float.exp
4597 * gdb.base/foll-exec-mode.exp
4598 * gdb.base/foll-exec.exp
4599 * gdb.base/foll-fork.exp
4600 * gdb.base/fortran-sym-case.exp
4601 * gdb.base/freebpcmd.exp
4602 * gdb.base/func-ptr.exp
4603 * gdb.base/func-ptrs.exp
4604 * gdb.base/funcargs.exp
4605 * gdb.base/gcore-buffer-overflow.exp
4606 * gdb.base/gcore-relro-pie.exp
4607 * gdb.base/gcore-relro.exp
4608 * gdb.base/gcore.exp
4609 * gdb.base/gdb1090.exp
4610 * gdb.base/gdb11530.exp
4611 * gdb.base/gdb11531.exp
4612 * gdb.base/gdb1821.exp
4613 * gdb.base/gdbindex-stabs.exp
4614 * gdb.base/gdbvars.exp
4615 * gdb.base/hbreak.exp
4616 * gdb.base/hbreak2.exp
4617 * gdb.base/included.exp
4618 * gdb.base/infcall-input.exp
4619 * gdb.base/inferior-died.exp
4620 * gdb.base/infnan.exp
4621 * gdb.base/info-macros.exp
4622 * gdb.base/info-os.exp
4623 * gdb.base/info-proc.exp
4624 * gdb.base/info-shared.exp
4625 * gdb.base/info-target.exp
4626 * gdb.base/infoline.exp
4627 * gdb.base/interp.exp
4628 * gdb.base/interrupt.exp
4629 * gdb.base/jit-reader.exp
4630 * gdb.base/jit-simple.exp
4631 * gdb.base/kill-after-signal.exp
4632 * gdb.base/kill-detach-inferiors-cmd.exp
4633 * gdb.base/label.exp
4634 * gdb.base/langs.exp
4635 * gdb.base/ldbl_e308.exp
4636 * gdb.base/line-symtabs.exp
4637 * gdb.base/linespecs.exp
4638 * gdb.base/list.exp
4639 * gdb.base/long_long.exp
4640 * gdb.base/longest-types.exp
4641 * gdb.base/maint.exp
4642 * gdb.base/max-value-size.exp
4643 * gdb.base/memattr.exp
4644 * gdb.base/mips_pro.exp
4645 * gdb.base/morestack.exp
4646 * gdb.base/moribund-step.exp
4647 * gdb.base/multi-forks.exp
4648 * gdb.base/nested-addr.exp
4649 * gdb.base/nextoverexit.exp
4650 * gdb.base/noreturn-finish.exp
4651 * gdb.base/noreturn-return.exp
4652 * gdb.base/nostdlib.exp
4653 * gdb.base/offsets.exp
4654 * gdb.base/opaque.exp
4655 * gdb.base/pc-fp.exp
4656 * gdb.base/permissions.exp
4657 * gdb.base/print-symbol-loading.exp
4658 * gdb.base/prologue-include.exp
4659 * gdb.base/psymtab.exp
4660 * gdb.base/ptype.exp
4661 * gdb.base/random-signal.exp
4662 * gdb.base/randomize.exp
4663 * gdb.base/range-stepping.exp
4664 * gdb.base/readline-ask.exp
4665 * gdb.base/recpar.exp
4666 * gdb.base/recurse.exp
4667 * gdb.base/relational.exp
4668 * gdb.base/restore.exp
4669 * gdb.base/return-nodebug.exp
4670 * gdb.base/return.exp
4671 * gdb.base/run-after-attach.exp
4672 * gdb.base/save-bp.exp
4673 * gdb.base/scope.exp
4674 * gdb.base/sect-cmd.exp
4675 * gdb.base/set-lang-auto.exp
4676 * gdb.base/set-noassign.exp
4677 * gdb.base/setvar.exp
4678 * gdb.base/sigall.exp
4679 * gdb.base/sigbpt.exp
4680 * gdb.base/siginfo-addr.exp
4681 * gdb.base/siginfo-infcall.exp
4682 * gdb.base/siginfo-obj.exp
4683 * gdb.base/siginfo.exp
4684 * gdb.base/signals-state-child.exp
4685 * gdb.base/signest.exp
4686 * gdb.base/sigstep.exp
4687 * gdb.base/sizeof.exp
4688 * gdb.base/skip.exp
4689 * gdb.base/solib-corrupted.exp
4690 * gdb.base/solib-nodir.exp
4691 * gdb.base/solib-search.exp
4692 * gdb.base/stack-checking.exp
4693 * gdb.base/stale-infcall.exp
4694 * gdb.base/stap-probe.exp
4695 * gdb.base/start.exp
4696 * gdb.base/step-break.exp
4697 * gdb.base/step-bt.exp
4698 * gdb.base/step-line.exp
4699 * gdb.base/step-over-exit.exp
4700 * gdb.base/step-over-syscall.exp
4701 * gdb.base/step-resume-infcall.exp
4702 * gdb.base/step-test.exp
4703 * gdb.base/store.exp
4704 * gdb.base/structs3.exp
4705 * gdb.base/sym-file.exp
4706 * gdb.base/symbol-without-target_section.exp
4707 * gdb.base/term.exp
4708 * gdb.base/testenv.exp
4709 * gdb.base/ui-redirect.exp
4710 * gdb.base/until.exp
4711 * gdb.base/unwindonsignal.exp
4712 * gdb.base/value-double-free.exp
4713 * gdb.base/vla-datatypes.exp
4714 * gdb.base/vla-ptr.exp
4715 * gdb.base/vla-sideeffect.exp
4716 * gdb.base/volatile.exp
4717 * gdb.base/watch-cond-infcall.exp
4718 * gdb.base/watch-cond.exp
4719 * gdb.base/watch-non-mem.exp
4720 * gdb.base/watch-read.exp
4721 * gdb.base/watch-vfork.exp
4722 * gdb.base/watchpoint-cond-gone.exp
4723 * gdb.base/watchpoint-delete.exp
4724 * gdb.base/watchpoint-hw-hit-once.exp
4725 * gdb.base/watchpoint-hw.exp
4726 * gdb.base/watchpoint-stops-at-right-insn.exp
4727 * gdb.base/watchpoints.exp
4728 * gdb.base/wchar.exp
4729 * gdb.base/whatis-exp.exp
4730 * gdb.btrace/buffer-size.exp
4731 * gdb.btrace/data.exp
4732 * gdb.btrace/delta.exp
4733 * gdb.btrace/dlopen.exp
4734 * gdb.btrace/enable.exp
4735 * gdb.btrace/exception.exp
4736 * gdb.btrace/function_call_history.exp
4737 * gdb.btrace/gcore.exp
4738 * gdb.btrace/instruction_history.exp
4739 * gdb.btrace/nohist.exp
4740 * gdb.btrace/reconnect.exp
4741 * gdb.btrace/record_goto-step.exp
4742 * gdb.btrace/record_goto.exp
4743 * gdb.btrace/rn-dl-bind.exp
4744 * gdb.btrace/segv.exp
4745 * gdb.btrace/step.exp
4746 * gdb.btrace/stepi.exp
4747 * gdb.btrace/tailcall-only.exp
4748 * gdb.btrace/tailcall.exp
4749 * gdb.btrace/tsx.exp
4750 * gdb.btrace/unknown_functions.exp
4751 * gdb.btrace/vdso.exp
4752 * gdb.compile/compile-ifunc.exp
4753 * gdb.compile/compile-ops.exp
4754 * gdb.compile/compile-print.exp
4755 * gdb.compile/compile-setjmp.exp
4756 * gdb.cp/abstract-origin.exp
4757 * gdb.cp/ambiguous.exp
4758 * gdb.cp/annota2.exp
4759 * gdb.cp/annota3.exp
4760 * gdb.cp/anon-ns.exp
4761 * gdb.cp/anon-struct.exp
4762 * gdb.cp/anon-union.exp
4763 * gdb.cp/arg-reference.exp
4764 * gdb.cp/baseenum.exp
4765 * gdb.cp/bool.exp
4766 * gdb.cp/breakpoint.exp
4767 * gdb.cp/bs15503.exp
4768 * gdb.cp/call-c.exp
4769 * gdb.cp/casts.exp
4770 * gdb.cp/chained-calls.exp
4771 * gdb.cp/class2.exp
4772 * gdb.cp/classes.exp
4773 * gdb.cp/cmpd-minsyms.exp
4774 * gdb.cp/converts.exp
4775 * gdb.cp/cp-relocate.exp
4776 * gdb.cp/cpcompletion.exp
4777 * gdb.cp/cpexprs.exp
4778 * gdb.cp/cplabel.exp
4779 * gdb.cp/cplusfuncs.exp
4780 * gdb.cp/cpsizeof.exp
4781 * gdb.cp/ctti.exp
4782 * gdb.cp/derivation.exp
4783 * gdb.cp/destrprint.exp
4784 * gdb.cp/dispcxx.exp
4785 * gdb.cp/enum-class.exp
4786 * gdb.cp/exception.exp
4787 * gdb.cp/exceptprint.exp
4788 * gdb.cp/expand-psymtabs-cxx.exp
4789 * gdb.cp/expand-sals.exp
4790 * gdb.cp/extern-c.exp
4791 * gdb.cp/filename.exp
4792 * gdb.cp/formatted-ref.exp
4793 * gdb.cp/fpointer.exp
4794 * gdb.cp/gdb1355.exp
4795 * gdb.cp/gdb2495.exp
4796 * gdb.cp/hang.exp
4797 * gdb.cp/impl-this.exp
4798 * gdb.cp/infcall-dlopen.exp
4799 * gdb.cp/inherit.exp
4800 * gdb.cp/iostream.exp
4801 * gdb.cp/koenig.exp
4802 * gdb.cp/local.exp
4803 * gdb.cp/m-data.exp
4804 * gdb.cp/m-static.exp
4805 * gdb.cp/mb-ctor.exp
4806 * gdb.cp/mb-inline.exp
4807 * gdb.cp/mb-templates.exp
4808 * gdb.cp/member-name.exp
4809 * gdb.cp/member-ptr.exp
4810 * gdb.cp/meth-typedefs.exp
4811 * gdb.cp/method.exp
4812 * gdb.cp/method2.exp
4813 * gdb.cp/minsym-fallback.exp
4814 * gdb.cp/misc.exp
4815 * gdb.cp/namelessclass.exp
4816 * gdb.cp/namespace-enum.exp
4817 * gdb.cp/namespace-nested-import.exp
4818 * gdb.cp/namespace.exp
4819 * gdb.cp/nextoverthrow.exp
4820 * gdb.cp/no-dmgl-verbose.exp
4821 * gdb.cp/non-trivial-retval.exp
4822 * gdb.cp/noparam.exp
4823 * gdb.cp/nsdecl.exp
4824 * gdb.cp/nsimport.exp
4825 * gdb.cp/nsnested.exp
4826 * gdb.cp/nsnoimports.exp
4827 * gdb.cp/nsrecurs.exp
4828 * gdb.cp/nsstress.exp
4829 * gdb.cp/nsusing.exp
4830 * gdb.cp/operator.exp
4831 * gdb.cp/oranking.exp
4832 * gdb.cp/overload-const.exp
4833 * gdb.cp/overload.exp
4834 * gdb.cp/ovldbreak.exp
4835 * gdb.cp/ovsrch.exp
4836 * gdb.cp/paren-type.exp
4837 * gdb.cp/parse-lang.exp
4838 * gdb.cp/pass-by-ref.exp
4839 * gdb.cp/pr-1023.exp
4840 * gdb.cp/pr-1210.exp
4841 * gdb.cp/pr-574.exp
4842 * gdb.cp/pr10687.exp
4843 * gdb.cp/pr12028.exp
4844 * gdb.cp/pr17132.exp
4845 * gdb.cp/pr17494.exp
4846 * gdb.cp/pr9067.exp
4847 * gdb.cp/pr9167.exp
4848 * gdb.cp/pr9631.exp
4849 * gdb.cp/printmethod.exp
4850 * gdb.cp/psmang.exp
4851 * gdb.cp/psymtab-parameter.exp
4852 * gdb.cp/ptype-cv-cp.exp
4853 * gdb.cp/ptype-flags.exp
4854 * gdb.cp/re-set-overloaded.exp
4855 * gdb.cp/ref-types.exp
4856 * gdb.cp/rtti.exp
4857 * gdb.cp/scope-err.exp
4858 * gdb.cp/shadow.exp
4859 * gdb.cp/smartp.exp
4860 * gdb.cp/static-method.exp
4861 * gdb.cp/static-print-quit.exp
4862 * gdb.cp/temargs.exp
4863 * gdb.cp/templates.exp
4864 * gdb.cp/try_catch.exp
4865 * gdb.cp/typedef-operator.exp
4866 * gdb.cp/typeid.exp
4867 * gdb.cp/userdef.exp
4868 * gdb.cp/using-crash.exp
4869 * gdb.cp/var-tag.exp
4870 * gdb.cp/virtbase.exp
4871 * gdb.cp/virtfunc.exp
4872 * gdb.cp/virtfunc2.exp
4873 * gdb.cp/vla-cxx.exp
4874 * gdb.disasm/t01_mov.exp
4875 * gdb.disasm/t02_mova.exp
4876 * gdb.disasm/t03_add.exp
4877 * gdb.disasm/t04_sub.exp
4878 * gdb.disasm/t05_cmp.exp
4879 * gdb.disasm/t06_ari2.exp
4880 * gdb.disasm/t07_ari3.exp
4881 * gdb.disasm/t08_or.exp
4882 * gdb.disasm/t09_xor.exp
4883 * gdb.disasm/t10_and.exp
4884 * gdb.disasm/t11_logs.exp
4885 * gdb.disasm/t12_bit.exp
4886 * gdb.disasm/t13_otr.exp
4887 * gdb.dlang/circular.exp
4888 * gdb.dwarf2/arr-stride.exp
4889 * gdb.dwarf2/arr-subrange.exp
4890 * gdb.dwarf2/atomic-type.exp
4891 * gdb.dwarf2/bad-regnum.exp
4892 * gdb.dwarf2/bitfield-parent-optimized-out.exp
4893 * gdb.dwarf2/callframecfa.exp
4894 * gdb.dwarf2/clztest.exp
4895 * gdb.dwarf2/corrupt.exp
4896 * gdb.dwarf2/data-loc.exp
4897 * gdb.dwarf2/dup-psym.exp
4898 * gdb.dwarf2/dw2-anon-mptr.exp
4899 * gdb.dwarf2/dw2-anonymous-func.exp
4900 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
4901 * gdb.dwarf2/dw2-bad-unresolved.exp
4902 * gdb.dwarf2/dw2-basic.exp
4903 * gdb.dwarf2/dw2-canonicalize-type.exp
4904 * gdb.dwarf2/dw2-case-insensitive.exp
4905 * gdb.dwarf2/dw2-common-block.exp
4906 * gdb.dwarf2/dw2-compdir-oldgcc.exp
4907 * gdb.dwarf2/dw2-compressed.exp
4908 * gdb.dwarf2/dw2-const.exp
4909 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
4910 * gdb.dwarf2/dw2-cu-size.exp
4911 * gdb.dwarf2/dw2-dup-frame.exp
4912 * gdb.dwarf2/dw2-entry-value.exp
4913 * gdb.dwarf2/dw2-icycle.exp
4914 * gdb.dwarf2/dw2-ifort-parameter.exp
4915 * gdb.dwarf2/dw2-inline-break.exp
4916 * gdb.dwarf2/dw2-inline-param.exp
4917 * gdb.dwarf2/dw2-intercu.exp
4918 * gdb.dwarf2/dw2-intermix.exp
4919 * gdb.dwarf2/dw2-lexical-block-bare.exp
4920 * gdb.dwarf2/dw2-linkage-name-trust.exp
4921 * gdb.dwarf2/dw2-minsym-in-cu.exp
4922 * gdb.dwarf2/dw2-noloc.exp
4923 * gdb.dwarf2/dw2-op-call.exp
4924 * gdb.dwarf2/dw2-op-out-param.exp
4925 * gdb.dwarf2/dw2-opt-structptr.exp
4926 * gdb.dwarf2/dw2-param-error.exp
4927 * gdb.dwarf2/dw2-producer.exp
4928 * gdb.dwarf2/dw2-ranges-base.exp
4929 * gdb.dwarf2/dw2-ref-missing-frame.exp
4930 * gdb.dwarf2/dw2-reg-undefined.exp
4931 * gdb.dwarf2/dw2-regno-invalid.exp
4932 * gdb.dwarf2/dw2-restore.exp
4933 * gdb.dwarf2/dw2-restrict.exp
4934 * gdb.dwarf2/dw2-single-line-discriminators.exp
4935 * gdb.dwarf2/dw2-strp.exp
4936 * gdb.dwarf2/dw2-undefined-ret-addr.exp
4937 * gdb.dwarf2/dw2-unresolved.exp
4938 * gdb.dwarf2/dw2-var-zero-addr.exp
4939 * gdb.dwarf2/dw4-sig-types.exp
4940 * gdb.dwarf2/dwz.exp
4941 * gdb.dwarf2/dynarr-ptr.exp
4942 * gdb.dwarf2/enum-type.exp
4943 * gdb.dwarf2/gdb-index.exp
4944 * gdb.dwarf2/implptr-64bit.exp
4945 * gdb.dwarf2/implptr-optimized-out.exp
4946 * gdb.dwarf2/implptr.exp
4947 * gdb.dwarf2/implref-array.exp
4948 * gdb.dwarf2/implref-const.exp
4949 * gdb.dwarf2/implref-global.exp
4950 * gdb.dwarf2/implref-struct.exp
4951 * gdb.dwarf2/mac-fileno.exp
4952 * gdb.dwarf2/main-subprogram.exp
4953 * gdb.dwarf2/member-ptr-forwardref.exp
4954 * gdb.dwarf2/method-ptr.exp
4955 * gdb.dwarf2/missing-sig-type.exp
4956 * gdb.dwarf2/nonvar-access.exp
4957 * gdb.dwarf2/opaque-type-lookup.exp
4958 * gdb.dwarf2/pieces-optimized-out.exp
4959 * gdb.dwarf2/pieces.exp
4960 * gdb.dwarf2/pr10770.exp
4961 * gdb.dwarf2/pr13961.exp
4962 * gdb.dwarf2/staticvirtual.exp
4963 * gdb.dwarf2/subrange.exp
4964 * gdb.dwarf2/symtab-producer.exp
4965 * gdb.dwarf2/trace-crash.exp
4966 * gdb.dwarf2/typeddwarf.exp
4967 * gdb.dwarf2/valop.exp
4968 * gdb.dwarf2/watch-notconst.exp
4969 * gdb.fortran/array-element.exp
4970 * gdb.fortran/charset.exp
4971 * gdb.fortran/common-block.exp
4972 * gdb.fortran/complex.exp
4973 * gdb.fortran/derived-type-function.exp
4974 * gdb.fortran/derived-type.exp
4975 * gdb.fortran/logical.exp
4976 * gdb.fortran/module.exp
4977 * gdb.fortran/multi-dim.exp
4978 * gdb.fortran/nested-funcs.exp
4979 * gdb.fortran/print-formatted.exp
4980 * gdb.fortran/subarray.exp
4981 * gdb.fortran/vla-alloc-assoc.exp
4982 * gdb.fortran/vla-datatypes.exp
4983 * gdb.fortran/vla-history.exp
4984 * gdb.fortran/vla-ptr-info.exp
4985 * gdb.fortran/vla-ptype-sub.exp
4986 * gdb.fortran/vla-ptype.exp
4987 * gdb.fortran/vla-sizeof.exp
4988 * gdb.fortran/vla-type.exp
4989 * gdb.fortran/vla-value-sub-arbitrary.exp
4990 * gdb.fortran/vla-value-sub-finish.exp
4991 * gdb.fortran/vla-value-sub.exp
4992 * gdb.fortran/vla-value.exp
4993 * gdb.fortran/whatis_type.exp
4994 * gdb.go/chan.exp
4995 * gdb.go/handcall.exp
4996 * gdb.go/hello.exp
4997 * gdb.go/integers.exp
4998 * gdb.go/methods.exp
4999 * gdb.go/package.exp
5000 * gdb.go/strings.exp
5001 * gdb.go/types.exp
5002 * gdb.go/unsafe.exp
5003 * gdb.guile/scm-arch.exp
5004 * gdb.guile/scm-block.exp
5005 * gdb.guile/scm-breakpoint.exp
5006 * gdb.guile/scm-cmd.exp
5007 * gdb.guile/scm-disasm.exp
5008 * gdb.guile/scm-equal.exp
5009 * gdb.guile/scm-frame-args.exp
5010 * gdb.guile/scm-frame-inline.exp
5011 * gdb.guile/scm-frame.exp
5012 * gdb.guile/scm-iterator.exp
5013 * gdb.guile/scm-math.exp
5014 * gdb.guile/scm-objfile.exp
5015 * gdb.guile/scm-ports.exp
5016 * gdb.guile/scm-symbol.exp
5017 * gdb.guile/scm-symtab.exp
5018 * gdb.guile/scm-value-cc.exp
5019 * gdb.guile/types-module.exp
5020 * gdb.linespec/break-ask.exp
5021 * gdb.linespec/cpexplicit.exp
5022 * gdb.linespec/explicit.exp
5023 * gdb.linespec/keywords.exp
5024 * gdb.linespec/linespec.exp
5025 * gdb.linespec/ls-dollar.exp
5026 * gdb.linespec/ls-errs.exp
5027 * gdb.linespec/skip-two.exp
5028 * gdb.linespec/thread.exp
5029 * gdb.mi/mi-async.exp
5030 * gdb.mi/mi-basics.exp
5031 * gdb.mi/mi-break.exp
5032 * gdb.mi/mi-catch-load.exp
5033 * gdb.mi/mi-cli.exp
5034 * gdb.mi/mi-cmd-param-changed.exp
5035 * gdb.mi/mi-console.exp
5036 * gdb.mi/mi-detach.exp
5037 * gdb.mi/mi-disassemble.exp
5038 * gdb.mi/mi-eval.exp
5039 * gdb.mi/mi-file-transfer.exp
5040 * gdb.mi/mi-file.exp
5041 * gdb.mi/mi-fill-memory.exp
5042 * gdb.mi/mi-inheritance-syntax-error.exp
5043 * gdb.mi/mi-linespec-err-cp.exp
5044 * gdb.mi/mi-logging.exp
5045 * gdb.mi/mi-memory-changed.exp
5046 * gdb.mi/mi-read-memory.exp
5047 * gdb.mi/mi-record-changed.exp
5048 * gdb.mi/mi-reg-undefined.exp
5049 * gdb.mi/mi-regs.exp
5050 * gdb.mi/mi-return.exp
5051 * gdb.mi/mi-reverse.exp
5052 * gdb.mi/mi-simplerun.exp
5053 * gdb.mi/mi-solib.exp
5054 * gdb.mi/mi-stack.exp
5055 * gdb.mi/mi-stepi.exp
5056 * gdb.mi/mi-syn-frame.exp
5057 * gdb.mi/mi-until.exp
5058 * gdb.mi/mi-var-block.exp
5059 * gdb.mi/mi-var-child.exp
5060 * gdb.mi/mi-var-cmd.exp
5061 * gdb.mi/mi-var-cp.exp
5062 * gdb.mi/mi-var-display.exp
5063 * gdb.mi/mi-var-invalidate.exp
5064 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
5065 * gdb.mi/mi-vla-fortran.exp
5066 * gdb.mi/mi-watch.exp
5067 * gdb.mi/mi2-var-child.exp
5068 * gdb.mi/user-selected-context-sync.exp
5069 * gdb.modula2/unbounded-array.exp
5070 * gdb.multi/dummy-frame-restore.exp
5071 * gdb.multi/multi-arch-exec.exp
5072 * gdb.multi/multi-arch.exp
5073 * gdb.multi/tids.exp
5074 * gdb.multi/watchpoint-multi.exp
5075 * gdb.opencl/callfuncs.exp
5076 * gdb.opencl/convs_casts.exp
5077 * gdb.opencl/datatypes.exp
5078 * gdb.opencl/operators.exp
5079 * gdb.opencl/vec_comps.exp
5080 * gdb.opt/clobbered-registers-O2.exp
5081 * gdb.opt/inline-break.exp
5082 * gdb.opt/inline-bt.exp
5083 * gdb.opt/inline-cmds.exp
5084 * gdb.opt/inline-locals.exp
5085 * gdb.pascal/case-insensitive-symbols.exp
5086 * gdb.pascal/floats.exp
5087 * gdb.pascal/gdb11492.exp
5088 * gdb.python/lib-types.exp
5089 * gdb.python/py-arch.exp
5090 * gdb.python/py-as-string.exp
5091 * gdb.python/py-bad-printers.exp
5092 * gdb.python/py-block.exp
5093 * gdb.python/py-breakpoint-create-fail.exp
5094 * gdb.python/py-breakpoint.exp
5095 * gdb.python/py-caller-is.exp
5096 * gdb.python/py-cmd.exp
5097 * gdb.python/py-explore-cc.exp
5098 * gdb.python/py-explore.exp
5099 * gdb.python/py-finish-breakpoint.exp
5100 * gdb.python/py-finish-breakpoint2.exp
5101 * gdb.python/py-frame-args.exp
5102 * gdb.python/py-frame-inline.exp
5103 * gdb.python/py-frame.exp
5104 * gdb.python/py-framefilter-mi.exp
5105 * gdb.python/py-infthread.exp
5106 * gdb.python/py-lazy-string.exp
5107 * gdb.python/py-linetable.exp
5108 * gdb.python/py-mi-events.exp
5109 * gdb.python/py-mi-objfile.exp
5110 * gdb.python/py-mi.exp
5111 * gdb.python/py-objfile.exp
5112 * gdb.python/py-pp-integral.exp
5113 * gdb.python/py-pp-maint.exp
5114 * gdb.python/py-pp-re-notag.exp
5115 * gdb.python/py-pp-registration.exp
5116 * gdb.python/py-recurse-unwind.exp
5117 * gdb.python/py-strfns.exp
5118 * gdb.python/py-symbol.exp
5119 * gdb.python/py-symtab.exp
5120 * gdb.python/py-sync-interp.exp
5121 * gdb.python/py-typeprint.exp
5122 * gdb.python/py-unwind-maint.exp
5123 * gdb.python/py-unwind.exp
5124 * gdb.python/py-value-cc.exp
5125 * gdb.python/py-xmethods.exp
5126 * gdb.reverse/amd64-tailcall-reverse.exp
5127 * gdb.reverse/break-precsave.exp
5128 * gdb.reverse/break-reverse.exp
5129 * gdb.reverse/consecutive-precsave.exp
5130 * gdb.reverse/consecutive-reverse.exp
5131 * gdb.reverse/finish-precsave.exp
5132 * gdb.reverse/finish-reverse-bkpt.exp
5133 * gdb.reverse/finish-reverse.exp
5134 * gdb.reverse/fstatat-reverse.exp
5135 * gdb.reverse/getresuid-reverse.exp
5136 * gdb.reverse/i386-precsave.exp
5137 * gdb.reverse/i386-reverse.exp
5138 * gdb.reverse/i386-sse-reverse.exp
5139 * gdb.reverse/i387-env-reverse.exp
5140 * gdb.reverse/i387-stack-reverse.exp
5141 * gdb.reverse/insn-reverse.exp
5142 * gdb.reverse/machinestate-precsave.exp
5143 * gdb.reverse/machinestate.exp
5144 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5145 * gdb.reverse/pipe-reverse.exp
5146 * gdb.reverse/readv-reverse.exp
5147 * gdb.reverse/recvmsg-reverse.exp
5148 * gdb.reverse/rerun-prec.exp
5149 * gdb.reverse/s390-mvcle.exp
5150 * gdb.reverse/step-precsave.exp
5151 * gdb.reverse/step-reverse.exp
5152 * gdb.reverse/time-reverse.exp
5153 * gdb.reverse/until-precsave.exp
5154 * gdb.reverse/until-reverse.exp
5155 * gdb.reverse/waitpid-reverse.exp
5156 * gdb.reverse/watch-precsave.exp
5157 * gdb.reverse/watch-reverse.exp
5158 * gdb.rust/generics.exp
5159 * gdb.rust/methods.exp
5160 * gdb.rust/modules.exp
5161 * gdb.rust/simple.exp
5162 * gdb.server/connect-with-no-symbol-file.exp
5163 * gdb.server/ext-attach.exp
5164 * gdb.server/ext-restart.exp
5165 * gdb.server/ext-wrapper.exp
5166 * gdb.server/file-transfer.exp
5167 * gdb.server/server-exec-info.exp
5168 * gdb.server/server-kill.exp
5169 * gdb.server/server-mon.exp
5170 * gdb.server/wrapper.exp
5171 * gdb.stabs/exclfwd.exp
5172 * gdb.stabs/gdb11479.exp
5173 * gdb.threads/clone-new-thread-event.exp
5174 * gdb.threads/corethreads.exp
5175 * gdb.threads/current-lwp-dead.exp
5176 * gdb.threads/dlopen-libpthread.exp
5177 * gdb.threads/gcore-thread.exp
5178 * gdb.threads/sigstep-threads.exp
5179 * gdb.threads/watchpoint-fork.exp
5180 * gdb.trace/actions-changed.exp
5181 * gdb.trace/backtrace.exp
5182 * gdb.trace/change-loc.exp
5183 * gdb.trace/circ.exp
5184 * gdb.trace/collection.exp
5185 * gdb.trace/disconnected-tracing.exp
5186 * gdb.trace/ftrace.exp
5187 * gdb.trace/mi-trace-frame-collected.exp
5188 * gdb.trace/mi-trace-unavailable.exp
5189 * gdb.trace/mi-traceframe-changed.exp
5190 * gdb.trace/mi-tsv-changed.exp
5191 * gdb.trace/no-attach-trace.exp
5192 * gdb.trace/passc-dyn.exp
5193 * gdb.trace/qtro.exp
5194 * gdb.trace/range-stepping.exp
5195 * gdb.trace/read-memory.exp
5196 * gdb.trace/save-trace.exp
5197 * gdb.trace/signal.exp
5198 * gdb.trace/status-stop.exp
5199 * gdb.trace/tfile.exp
5200 * gdb.trace/trace-break.exp
5201 * gdb.trace/trace-buffer-size.exp
5202 * gdb.trace/trace-condition.exp
5203 * gdb.trace/tracefile-pseudo-reg.exp
5204 * gdb.trace/tstatus.exp
5205 * gdb.trace/unavailable.exp
5206 * gdb.trace/while-dyn.exp
5207 * gdb.trace/while-stepping.exp
5208
34c41c68
DE
52092016-12-22 Doug Evans <xdje42@gmail.com>
5210
5211 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
5212 and msymbols.
5213
16e69324
YQ
52142016-12-19 Yao Qi <yao.qi@linaro.org>
5215
5216 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
5217 (test_with_self): Don't call do_steps_and_nexts, and remove
5218 code about stepping into xmalloc.
5219
f94f411b
YQ
52202016-12-09 Yao Qi <yao.qi@linaro.org>
5221
5222 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
5223
52242016-12-09 Yao Qi <yao.qi@linaro.org>
5225
5226 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
5227
f1b5deee
PA
52282016-12-09 Pedro Alves <palves@redhat.com>
5229
5230 * gdb.base/all-architectures-0.exp: New file.
5231 * gdb.base/all-architectures-1.exp: New file.
5232 * gdb.base/all-architectures-2.exp: New file.
5233 * gdb.base/all-architectures-3.exp: New file.
5234 * gdb.base/all-architectures-4.exp: New file.
5235 * gdb.base/all-architectures-5.exp: New file.
5236 * gdb.base/all-architectures-6.exp: New file.
5237 * gdb.base/all-architectures-7.exp: New file.
5238 * gdb.base/all-architectures.exp.in: New file.
5239
364ca42e
YQ
52402016-12-09 Yao Qi <yao.qi@linaro.org>
5241
5242 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
5243
107c2d62
LM
52442016-12-02 Luis Machado <lgustavo@codesourcery.com>
5245
5246 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
5247 possible.
5248 Remove useless pattern-matching code.
5249
df3ee9ca
PA
52502016-12-02 Pedro Alves <palves@redhat.com>
5251
5252 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
5253 procedure.
5254 (top level): Call it.
5255
ec835369
PA
52562016-12-02 Pedro Alves <palves@redhat.com>
5257
5258 * gdb.base/commands.exp (user_defined_command_args_stack_test):
5259 New procedure.
5260 (top level): Call it.
5261
01770bbd
PA
52622016-12-02 Pedro Alves <palves@redhat.com>
5263
5264 PR cli/20559
5265 * gdb.base/commands.exp (user_defined_command_args_eval): New
5266 procedure.
5267 (top level): Call it.
5268
008459ea
LM
52692016-12-02 Luis Machado <lgustavo@codesourcery.com>
5270
5271 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
5272 timeout handling.
5273
0c1b455e
TT
52742016-12-02 Tom Tromey <tom@tromey.com>
5275
5276 * gdb.dwarf2/main-subprogram.c: New file.
5277 * gdb.dwarf2/main-subprogram.exp: New file.
5278
018572b8
LM
52792016-12-01 Luis Machado <lgustavo@codesourcery.com>
5280
5281 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
5282 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
5283 gdb_test_no_output for a couple of cases.
5284 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
5285
84c93cd5
LM
52862016-12-01 Luis Machado <lgustavo@codesourcery.com>
5287
5288 Fix test names and standardize compilation error messages throughout
5289 the following files:
5290
5291 * gdb.ada/start.exp
5292 * gdb.arch/alpha-step.exp
5293 * gdb.arch/e500-prologue.exp
5294 * gdb.arch/ftrace-insn-reloc.exp
5295 * gdb.arch/gdb1291.exp
5296 * gdb.arch/gdb1431.exp
5297 * gdb.arch/gdb1558.exp
5298 * gdb.arch/i386-dr3-watch.exp
5299 * gdb.arch/i386-sse-stack-align.exp
5300 * gdb.arch/ia64-breakpoint-shadow.exp
5301 * gdb.arch/pa-nullify.exp
5302 * gdb.arch/powerpc-aix-prologue.exp
5303 * gdb.arch/thumb-bx-pc.exp
5304 * gdb.base/annota1.exp
5305 * gdb.base/annota3.exp
5306 * gdb.base/arrayidx.exp
5307 * gdb.base/assign.exp
5308 * gdb.base/attach.exp
5309 * gdb.base/auxv.exp
5310 * gdb.base/bang.exp
5311 * gdb.base/bfp-test.exp
5312 * gdb.base/bigcore.exp
5313 * gdb.base/bitfields2.exp
5314 * gdb.base/break-fun-addr.exp
5315 * gdb.base/break-probes.exp
5316 * gdb.base/call-rt-st.exp
5317 * gdb.base/callexit.exp
5318 * gdb.base/catch-fork-kill.exp
5319 * gdb.base/charset.exp
5320 * gdb.base/checkpoint.exp
5321 * gdb.base/comprdebug.exp
5322 * gdb.base/constvars.exp
5323 * gdb.base/coredump-filter.exp
5324 * gdb.base/cursal.exp
5325 * gdb.base/cvexpr.exp
5326 * gdb.base/detach.exp
5327 * gdb.base/display.exp
5328 * gdb.base/dmsym.exp
5329 * gdb.base/dprintf-pending.exp
5330 * gdb.base/dso2dso.exp
5331 * gdb.base/dtrace-probe.exp
5332 * gdb.base/dump.exp
5333 * gdb.base/enum_cond.exp
5334 * gdb.base/exe-lock.exp
5335 * gdb.base/exec-invalid-sysroot.exp
5336 * gdb.base/execl-update-breakpoints.exp
5337 * gdb.base/exprs.exp
5338 * gdb.base/fileio.exp
5339 * gdb.base/find.exp
5340 * gdb.base/finish.exp
5341 * gdb.base/fixsection.exp
5342 * gdb.base/foll-vfork.exp
5343 * gdb.base/frame-args.exp
5344 * gdb.base/gcore.exp
5345 * gdb.base/gdb1250.exp
5346 * gdb.base/global-var-nested-by-dso.exp
5347 * gdb.base/gnu-ifunc.exp
5348 * gdb.base/hashline1.exp
5349 * gdb.base/hashline2.exp
5350 * gdb.base/hashline3.exp
5351 * gdb.base/hbreak-in-shr-unsupported.exp
5352 * gdb.base/huge.exp
5353 * gdb.base/infcall-input.exp
5354 * gdb.base/info-fun.exp
5355 * gdb.base/info-shared.exp
5356 * gdb.base/jit-simple.exp
5357 * gdb.base/jit-so.exp
5358 * gdb.base/jit.exp
5359 * gdb.base/jump.exp
5360 * gdb.base/label.exp
5361 * gdb.base/lineinc.exp
5362 * gdb.base/logical.exp
5363 * gdb.base/longjmp.exp
5364 * gdb.base/macscp.exp
5365 * gdb.base/miscexprs.exp
5366 * gdb.base/new-ui-echo.exp
5367 * gdb.base/new-ui-pending-input.exp
5368 * gdb.base/new-ui.exp
5369 * gdb.base/nodebug.exp
5370 * gdb.base/nofield.exp
5371 * gdb.base/offsets.exp
5372 * gdb.base/overlays.exp
5373 * gdb.base/pending.exp
5374 * gdb.base/pointers.exp
5375 * gdb.base/pr11022.exp
5376 * gdb.base/printcmds.exp
5377 * gdb.base/prologue.exp
5378 * gdb.base/ptr-typedef.exp
5379 * gdb.base/realname-expand.exp
5380 * gdb.base/relativedebug.exp
5381 * gdb.base/relocate.exp
5382 * gdb.base/remote.exp
5383 * gdb.base/reread.exp
5384 * gdb.base/return2.exp
5385 * gdb.base/savedregs.exp
5386 * gdb.base/sep.exp
5387 * gdb.base/sepdebug.exp
5388 * gdb.base/sepsymtab.exp
5389 * gdb.base/set-inferior-tty.exp
5390 * gdb.base/setshow.exp
5391 * gdb.base/shlib-call.exp
5392 * gdb.base/sigaltstack.exp
5393 * gdb.base/siginfo-addr.exp
5394 * gdb.base/signals.exp
5395 * gdb.base/signull.exp
5396 * gdb.base/sigrepeat.exp
5397 * gdb.base/so-impl-ld.exp
5398 * gdb.base/solib-display.exp
5399 * gdb.base/solib-overlap.exp
5400 * gdb.base/solib-search.exp
5401 * gdb.base/solib-symbol.exp
5402 * gdb.base/structs.exp
5403 * gdb.base/structs2.exp
5404 * gdb.base/symtab-search-order.exp
5405 * gdb.base/twice.exp
5406 * gdb.base/unload.exp
5407 * gdb.base/varargs.exp
5408 * gdb.base/watchpoint-solib.exp
5409 * gdb.base/watchpoint.exp
5410 * gdb.base/whatis.exp
5411 * gdb.base/wrong_frame_bt_full.exp
5412 * gdb.btrace/dlopen.exp
5413 * gdb.cell/ea-standalone.exp
5414 * gdb.cell/ea-test.exp
5415 * gdb.cp/dispcxx.exp
5416 * gdb.cp/gdb2384.exp
5417 * gdb.cp/method2.exp
5418 * gdb.cp/nextoverthrow.exp
5419 * gdb.cp/pr10728.exp
5420 * gdb.disasm/am33.exp
5421 * gdb.disasm/h8300s.exp
5422 * gdb.disasm/mn10300.exp
5423 * gdb.disasm/sh3.exp
5424 * gdb.dwarf2/dw2-dir-file-name.exp
5425 * gdb.fortran/complex.exp
5426 * gdb.fortran/library-module.exp
5427 * gdb.guile/scm-pretty-print.exp
5428 * gdb.guile/scm-symbol.exp
5429 * gdb.guile/scm-type.exp
5430 * gdb.guile/scm-value.exp
5431 * gdb.linespec/linespec.exp
5432 * gdb.mi/gdb701.exp
5433 * gdb.mi/gdb792.exp
5434 * gdb.mi/mi-breakpoint-changed.exp
5435 * gdb.mi/mi-dprintf-pending.exp
5436 * gdb.mi/mi-dprintf.exp
5437 * gdb.mi/mi-exit-code.exp
5438 * gdb.mi/mi-pending.exp
5439 * gdb.mi/mi-solib.exp
5440 * gdb.mi/new-ui-mi-sync.exp
5441 * gdb.mi/pr11022.exp
5442 * gdb.mi/user-selected-context-sync.exp
5443 * gdb.opt/solib-intra-step.exp
5444 * gdb.python/py-events.exp
5445 * gdb.python/py-finish-breakpoint.exp
5446 * gdb.python/py-mi.exp
5447 * gdb.python/py-prettyprint.exp
5448 * gdb.python/py-shared.exp
5449 * gdb.python/py-symbol.exp
5450 * gdb.python/py-template.exp
5451 * gdb.python/py-type.exp
5452 * gdb.python/py-value.exp
5453 * gdb.reverse/solib-precsave.exp
5454 * gdb.reverse/solib-reverse.exp
5455 * gdb.server/solib-list.exp
5456 * gdb.stabs/weird.exp
5457 * gdb.threads/reconnect-signal.exp
5458 * gdb.threads/stepi-random-signal.exp
5459 * gdb.trace/actions.exp
5460 * gdb.trace/ax.exp
5461 * gdb.trace/backtrace.exp
5462 * gdb.trace/change-loc.exp
5463 * gdb.trace/deltrace.exp
5464 * gdb.trace/ftrace-lock.exp
5465 * gdb.trace/ftrace.exp
5466 * gdb.trace/infotrace.exp
5467 * gdb.trace/mi-tracepoint-changed.exp
5468 * gdb.trace/packetlen.exp
5469 * gdb.trace/passcount.exp
5470 * gdb.trace/pending.exp
5471 * gdb.trace/range-stepping.exp
5472 * gdb.trace/report.exp
5473 * gdb.trace/stap-trace.exp
5474 * gdb.trace/tfind.exp
5475 * gdb.trace/trace-break.exp
5476 * gdb.trace/trace-condition.exp
5477 * gdb.trace/trace-enable-disable.exp
5478 * gdb.trace/trace-mt.exp
5479 * gdb.trace/tracecmd.exp
5480 * gdb.trace/tspeed.exp
5481 * gdb.trace/tsv.exp
5482 * lib/perftest.exp
5483
fb9feb35
LM
54842016-12-01 Luis Machado <lgustavo@codesourcery.com>
5485
5486 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
5487 with gdb_test_no_output.
5488 Use command as test name.
5489
cd2ddb6c
LM
54902016-12-01 Luis Machado <lgustavo@codesourcery.com>
5491
5492 Fix test names starting with uppercase throughout the files.
5493
5494 * gdb.ada/assign_1.exp
5495 * gdb.ada/boolean_expr.exp
5496 * gdb.base/arrayidx.exp
5497 * gdb.base/del.exp
5498 * gdb.base/gcore-buffer-overflow.exp
5499 * gdb.base/testenv.exp
5500 * gdb.compile/compile.exp
5501 * gdb.python/py-framefilter-invalidarg.exp
5502 * gdb.python/py-framefilter.exp
5503
bb95117e
LM
55042016-12-01 Luis Machado <lgustavo@codesourcery.com>
5505
5506 Fix test names starting with uppercase throughout the files.
5507
5508 * gdb.ada/array_return.exp
5509 * gdb.ada/expr_delims.exp
5510 * gdb.ada/mi_dyn_arr.exp
5511 * gdb.ada/mi_interface.exp
5512 * gdb.ada/mi_var_array.exp
5513 * gdb.ada/watch_arg.exp
5514 * gdb.arch/alpha-step.exp
5515 * gdb.arch/altivec-regs.exp
5516 * gdb.arch/e500-regs.exp
5517 * gdb.arch/powerpc-d128-regs.exp
5518 * gdb.base/arrayidx.exp
5519 * gdb.base/break.exp
5520 * gdb.base/checkpoint.exp
5521 * gdb.base/debug-expr.exp
5522 * gdb.base/dmsym.exp
5523 * gdb.base/radix.exp
5524 * gdb.base/sepdebug.exp
5525 * gdb.base/testenv.exp
5526 * gdb.base/watch_thread_num.exp
5527 * gdb.base/watchpoint-cond-gone.exp
5528 * gdb.cell/break.exp
5529 * gdb.cell/ea-cache.exp
5530 * gdb.compile/compile.exp
5531 * gdb.cp/gdb2495.exp
5532 * gdb.gdb/selftest.exp
5533 * gdb.gdb/xfullpath.exp
5534 * gdb.go/hello.exp
5535 * gdb.go/integers.exp
5536 * gdb.objc/basicclass.exp
5537 * gdb.pascal/hello.exp
5538 * gdb.pascal/integers.exp
5539 * gdb.python/py-breakpoint.exp
5540 * gdb.python/py-cmd.exp
5541 * gdb.python/py-linetable.exp
5542 * gdb.python/py-xmethods.exp
5543 * gdb.python/python.exp
5544 * gdb.reverse/consecutive-precsave.exp
5545 * gdb.reverse/finish-precsave.exp
5546 * gdb.reverse/i386-precsave.exp
5547 * gdb.reverse/machinestate-precsave.exp
5548 * gdb.reverse/sigall-precsave.exp
5549 * gdb.reverse/solib-precsave.exp
5550 * gdb.reverse/step-precsave.exp
5551 * gdb.reverse/until-precsave.exp
5552 * gdb.reverse/watch-precsave.exp
5553 * gdb.threads/leader-exit.exp
5554 * gdb.threads/pthreads.exp
5555 * gdb.threads/wp-replication.exp
5556 * gdb.trace/actions.exp
5557 * gdb.trace/mi-tsv-changed.exp
5558 * gdb.trace/tsv.exp
5559
de97fdd4
LM
55602016-12-01 Luis Machado <lgustavo@codesourcery.com>
5561
5562 Fix test names starting with uppercase throughout the files.
5563
5564 * gdb.arch/i386-bp_permanent.exp
5565 * gdb.arch/i386-gnu-cfi.exp
5566 * gdb.base/disasm-end-cu.exp
5567 * gdb.base/macscp.exp
5568 * gdb.base/pending.exp
5569 * gdb.base/watch_thread_num.exp
5570 * gdb.cp/exception.exp
5571 * gdb.cp/gdb2495.exp
5572 * gdb.cp/local.exp
5573 * gdb.python/py-evsignal.exp
5574 * gdb.python/python.exp
5575 * gdb.trace/tracecmd.exp
5576
9f058c10
LM
55772016-12-01 Luis Machado <lgustavo@codesourcery.com>
5578
5579 Fix test names starting with uppercase throughout the files.
5580
5581 * gdb.base/charset.exp
5582 * gdb.base/eval.exp
5583 * gdb.base/multi-forks.exp
5584 * gdb.guile/scm-progspace.exp
5585 * gdb.opencl/datatypes.exp
5586 * gdb.python/py-block.exp
5587 * gdb.python/py-function.exp
5588 * gdb.python/py-symbol.exp
5589 * gdb.python/py-symtab.exp
5590 * gdb.python/py-xmethods.exp
5591 * gdb.reverse/break-precsave.exp
5592 * gdb.reverse/break-reverse.exp
5593 * gdb.reverse/consecutive-precsave.exp
5594 * gdb.reverse/consecutive-reverse.exp
5595 * gdb.reverse/finish-precsave.exp
5596 * gdb.reverse/finish-reverse-bkpt.exp
5597 * gdb.reverse/finish-reverse.exp
5598 * gdb.reverse/fstatat-reverse.exp
5599 * gdb.reverse/getresuid-reverse.exp
5600 * gdb.reverse/i386-precsave.exp
5601 * gdb.reverse/i386-reverse.exp
5602 * gdb.reverse/i386-sse-reverse.exp
5603 * gdb.reverse/i387-stack-reverse.exp
5604 * gdb.reverse/insn-reverse.exp
5605 * gdb.reverse/machinestate-precsave.exp
5606 * gdb.reverse/machinestate.exp
5607 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5608 * gdb.reverse/pipe-reverse.exp
5609 * gdb.reverse/readv-reverse.exp
5610 * gdb.reverse/recvmsg-reverse.exp
5611 * gdb.reverse/rerun-prec.exp
5612 * gdb.reverse/s390-mvcle.exp
5613 * gdb.reverse/sigall-precsave.exp
5614 * gdb.reverse/sigall-reverse.exp
5615 * gdb.reverse/solib-precsave.exp
5616 * gdb.reverse/solib-reverse.exp
5617 * gdb.reverse/step-precsave.exp
5618 * gdb.reverse/step-reverse.exp
5619 * gdb.reverse/time-reverse.exp
5620 * gdb.reverse/until-precsave.exp
5621 * gdb.reverse/until-reverse.exp
5622 * gdb.reverse/waitpid-reverse.exp
5623 * gdb.reverse/watch-precsave.exp
5624 * gdb.reverse/watch-reverse.exp
5625
cdc7edd7
LM
56262016-12-01 Luis Machado <lgustavo@codesourcery.com>
5627
5628 Fix test names starting with uppercase throughout the files.
5629
5630 * gdb.arch/i386-mpx-simple_segv.exp
5631 * gdb.arch/i386-mpx.exp
5632 * gdb.arch/i386-permbkpt.exp
5633 * gdb.arch/pa-nullify.exp
5634 * gdb.arch/powerpc-d128-regs.exp
5635 * gdb.arch/vsx-regs.exp
5636 * gdb.base/bfp-test.exp
5637 * gdb.base/break.exp
5638 * gdb.base/breakpoint-shadow.exp
5639 * gdb.base/callfuncs.exp
5640 * gdb.base/charset.exp
5641 * gdb.base/commands.exp
5642 * gdb.base/completion.exp
5643 * gdb.base/dfp-test.exp
5644 * gdb.base/echo.exp
5645 * gdb.base/ending-run.exp
5646 * gdb.base/eval.exp
5647 * gdb.base/expand-psymtabs.exp
5648 * gdb.base/float128.exp
5649 * gdb.base/floatn.exp
5650 * gdb.base/foll-exec-mode.exp
5651 * gdb.base/gdb1056.exp
5652 * gdb.base/gdb11531.exp
5653 * gdb.base/kill-after-signal.exp
5654 * gdb.base/multi-forks.exp
5655 * gdb.base/overlays.exp
5656 * gdb.base/pending.exp
5657 * gdb.base/sepdebug.exp
5658 * gdb.base/testenv.exp
5659 * gdb.base/valgrind-db-attach.exp
5660 * gdb.base/watch_thread_num.exp
5661 * gdb.base/watchpoint-cond-gone.exp
5662 * gdb.base/watchpoint.exp
5663 * gdb.base/watchpoints.exp
5664 * gdb.cp/arg-reference.exp
5665 * gdb.cp/baseenum.exp
5666 * gdb.cp/operator.exp
5667 * gdb.cp/shadow.exp
5668 * gdb.dwarf2/dw2-op-out-param.exp
5669 * gdb.dwarf2/dw2-reg-undefined.exp
5670 * gdb.go/chan.exp
5671 * gdb.go/hello.exp
5672 * gdb.go/integers.exp
5673 * gdb.go/methods.exp
5674 * gdb.go/package.exp
5675 * gdb.guile/scm-parameter.exp
5676 * gdb.guile/scm-progspace.exp
5677 * gdb.guile/scm-value.exp
5678 * gdb.mi/mi-pending.exp
5679 * gdb.mi/user-selected-context-sync.exp
5680 * gdb.multi/multi-attach.exp
5681 * gdb.multi/tids.exp
5682 * gdb.opt/clobbered-registers-O2.exp
5683 * gdb.pascal/floats.exp
5684 * gdb.pascal/integers.exp
5685 * gdb.python/py-block.exp
5686 * gdb.python/py-events.exp
5687 * gdb.python/py-parameter.exp
5688 * gdb.python/py-symbol.exp
5689 * gdb.python/py-symtab.exp
5690 * gdb.python/py-type.exp
5691 * gdb.python/py-value.exp
5692 * gdb.python/py-xmethods.exp
5693 * gdb.python/python.exp
5694 * gdb.reverse/break-precsave.exp
5695 * gdb.reverse/consecutive-precsave.exp
5696 * gdb.reverse/finish-precsave.exp
5697 * gdb.reverse/i386-precsave.exp
5698 * gdb.reverse/machinestate-precsave.exp
5699 * gdb.reverse/sigall-precsave.exp
5700 * gdb.reverse/solib-precsave.exp
5701 * gdb.reverse/step-precsave.exp
5702 * gdb.reverse/until-precsave.exp
5703 * gdb.reverse/watch-precsave.exp
5704 * gdb.server/ext-attach.exp
5705 * gdb.server/ext-restart.exp
5706 * gdb.server/ext-run.exp
5707 * gdb.server/ext-wrapper.exp
5708 * gdb.stabs/gdb11479.exp
5709 * gdb.stabs/weird.exp
5710 * gdb.threads/attach-many-short-lived-threads.exp
5711 * gdb.threads/kill.exp
5712 * gdb.threads/watchpoint-fork.exp
5713
bc6c7af4
LM
57142016-12-01 Luis Machado <lgustavo@codesourcery.com>
5715
5716 Fix test names starting with uppercase throughout all the files below.
5717
5718 * gdb.ada/array_return.exp
5719 * gdb.ada/catch_ex.exp
5720 * gdb.ada/info_exc.exp
5721 * gdb.ada/mi_catch_ex.exp
5722 * gdb.ada/mi_dyn_arr.exp
5723 * gdb.ada/mi_ex_cond.exp
5724 * gdb.ada/mi_exc_info.exp
5725 * gdb.ada/mi_interface.exp
5726 * gdb.ada/mi_task_arg.exp
5727 * gdb.ada/mi_task_info.exp
5728 * gdb.ada/mi_var_array.exp
5729 * gdb.arch/alpha-step.exp
5730 * gdb.arch/amd64-disp-step.exp
5731 * gdb.arch/arm-disp-step.exp
5732 * gdb.arch/disp-step-insn-reloc.exp
5733 * gdb.arch/e500-prologue.exp
5734 * gdb.arch/ftrace-insn-reloc.exp
5735 * gdb.arch/gdb1558.exp
5736 * gdb.arch/i386-bp_permanent.exp
5737 * gdb.arch/i386-disp-step.exp
5738 * gdb.arch/i386-float.exp
5739 * gdb.arch/i386-gnu-cfi.exp
5740 * gdb.arch/ia64-breakpoint-shadow.exp
5741 * gdb.arch/mips16-thunks.exp
5742 * gdb.arch/pa-nullify.exp
5743 * gdb.arch/powerpc-aix-prologue.exp
5744 * gdb.arch/powerpc-power.exp
5745 * gdb.arch/ppc-dfp.exp
5746 * gdb.arch/s390-tdbregs.exp
5747 * gdb.arch/spu-info.exp
5748 * gdb.arch/spu-ls.exp
5749 * gdb.arch/thumb-bx-pc.exp
5750 * gdb.base/advance.exp
5751 * gdb.base/annota-input-while-running.exp
5752 * gdb.base/arrayidx.exp
5753 * gdb.base/asmlabel.exp
5754 * gdb.base/async.exp
5755 * gdb.base/attach-wait-input.exp
5756 * gdb.base/auto-connect-native-target.exp
5757 * gdb.base/batch-preserve-term-settings.exp
5758 * gdb.base/bfp-test.exp
5759 * gdb.base/bigcore.exp
5760 * gdb.base/bp-permanent.exp
5761 * gdb.base/break-always.exp
5762 * gdb.base/break-fun-addr.exp
5763 * gdb.base/break-idempotent.exp
5764 * gdb.base/break-main-file-remove-fail.exp
5765 * gdb.base/break-probes.exp
5766 * gdb.base/break-unload-file.exp
5767 * gdb.base/break.exp
5768 * gdb.base/call-ar-st.exp
5769 * gdb.base/call-rt-st.exp
5770 * gdb.base/call-sc.exp
5771 * gdb.base/call-signal-resume.exp
5772 * gdb.base/call-strs.exp
5773 * gdb.base/callexit.exp
5774 * gdb.base/callfuncs.exp
5775 * gdb.base/catch-gdb-caused-signals.exp
5776 * gdb.base/catch-signal-siginfo-cond.exp
5777 * gdb.base/catch-syscall.exp
5778 * gdb.base/compare-sections.exp
5779 * gdb.base/cond-eval-mode.exp
5780 * gdb.base/condbreak-call-false.exp
5781 * gdb.base/consecutive-step-over.exp
5782 * gdb.base/cursal.exp
5783 * gdb.base/disabled-location.exp
5784 * gdb.base/disasm-end-cu.exp
5785 * gdb.base/display.exp
5786 * gdb.base/double-prompt-target-event-error.exp
5787 * gdb.base/dprintf-bp-same-addr.exp
5788 * gdb.base/dprintf-detach.exp
5789 * gdb.base/dprintf-next.exp
5790 * gdb.base/dprintf-non-stop.exp
5791 * gdb.base/dprintf-pending.exp
5792 * gdb.base/dso2dso.exp
5793 * gdb.base/ending-run.exp
5794 * gdb.base/enum_cond.exp
5795 * gdb.base/examine-backward.exp
5796 * gdb.base/exe-lock.exp
5797 * gdb.base/exec-invalid-sysroot.exp
5798 * gdb.base/execl-update-breakpoints.exp
5799 * gdb.base/execution-termios.exp
5800 * gdb.base/fileio.exp
5801 * gdb.base/fixsection.exp
5802 * gdb.base/foll-exec-mode.exp
5803 * gdb.base/foll-exec.exp
5804 * gdb.base/fork-running-state.exp
5805 * gdb.base/frame-args.exp
5806 * gdb.base/fullpath-expand.exp
5807 * gdb.base/func-ptr.exp
5808 * gdb.base/gcore-relro-pie.exp
5809 * gdb.base/gdb1090.exp
5810 * gdb.base/gdb1555.exp
5811 * gdb.base/global-var-nested-by-dso.exp
5812 * gdb.base/gnu-ifunc.exp
5813 * gdb.base/hbreak-in-shr-unsupported.exp
5814 * gdb.base/hbreak-unmapped.exp
5815 * gdb.base/hook-stop.exp
5816 * gdb.base/infcall-input.exp
5817 * gdb.base/info-fun.exp
5818 * gdb.base/info-shared.exp
5819 * gdb.base/interrupt-noterm.exp
5820 * gdb.base/jit-so.exp
5821 * gdb.base/jit.exp
5822 * gdb.base/line-symtabs.exp
5823 * gdb.base/list.exp
5824 * gdb.base/longjmp.exp
5825 * gdb.base/macscp.exp
5826 * gdb.base/max-value-size.exp
5827 * gdb.base/nodebug.exp
5828 * gdb.base/nofield.exp
5829 * gdb.base/overlays.exp
5830 * gdb.base/paginate-after-ctrl-c-running.exp
5831 * gdb.base/paginate-bg-execution.exp
5832 * gdb.base/paginate-inferior-exit.exp
5833 * gdb.base/pending.exp
5834 * gdb.base/pr11022.exp
5835 * gdb.base/printcmds.exp
5836 * gdb.base/ptr-typedef.exp
5837 * gdb.base/ptype.exp
5838 * gdb.base/randomize.exp
5839 * gdb.base/range-stepping.exp
5840 * gdb.base/realname-expand.exp
5841 * gdb.base/relativedebug.exp
5842 * gdb.base/remote.exp
5843 * gdb.base/savedregs.exp
5844 * gdb.base/sepdebug.exp
5845 * gdb.base/set-noassign.exp
5846 * gdb.base/shlib-call.exp
5847 * gdb.base/shreloc.exp
5848 * gdb.base/sigaltstack.exp
5849 * gdb.base/sigbpt.exp
5850 * gdb.base/siginfo-addr.exp
5851 * gdb.base/siginfo-obj.exp
5852 * gdb.base/siginfo-thread.exp
5853 * gdb.base/signest.exp
5854 * gdb.base/signull.exp
5855 * gdb.base/sigrepeat.exp
5856 * gdb.base/skip.exp
5857 * gdb.base/so-impl-ld.exp
5858 * gdb.base/solib-corrupted.exp
5859 * gdb.base/solib-disc.exp
5860 * gdb.base/solib-display.exp
5861 * gdb.base/solib-overlap.exp
5862 * gdb.base/solib-search.exp
5863 * gdb.base/solib-symbol.exp
5864 * gdb.base/source-execution.exp
5865 * gdb.base/sss-bp-on-user-bp-2.exp
5866 * gdb.base/sss-bp-on-user-bp.exp
5867 * gdb.base/stack-checking.exp
5868 * gdb.base/stale-infcall.exp
5869 * gdb.base/step-break.exp
5870 * gdb.base/step-line.exp
5871 * gdb.base/step-over-exit.exp
5872 * gdb.base/step-test.exp
5873 * gdb.base/structs.exp
5874 * gdb.base/sym-file.exp
5875 * gdb.base/symtab-search-order.exp
5876 * gdb.base/term.exp
5877 * gdb.base/type-opaque.exp
5878 * gdb.base/unload.exp
5879 * gdb.base/until-nodebug.exp
5880 * gdb.base/until.exp
5881 * gdb.base/unwindonsignal.exp
5882 * gdb.base/watch-cond.exp
5883 * gdb.base/watch-non-mem.exp
5884 * gdb.base/watch_thread_num.exp
5885 * gdb.base/watchpoint-reuse-slot.exp
5886 * gdb.base/watchpoint-solib.exp
5887 * gdb.base/watchpoint.exp
5888 * gdb.btrace/dlopen.exp
5889 * gdb.cell/arch.exp
5890 * gdb.cell/break.exp
5891 * gdb.cell/bt.exp
5892 * gdb.cell/core.exp
5893 * gdb.cell/data.exp
5894 * gdb.cell/dwarfaddr.exp
5895 * gdb.cell/ea-cache.exp
5896 * gdb.cell/ea-standalone.exp
5897 * gdb.cell/ea-test.exp
5898 * gdb.cell/f-regs.exp
5899 * gdb.cell/fork.exp
5900 * gdb.cell/gcore.exp
5901 * gdb.cell/mem-access.exp
5902 * gdb.cell/ptype.exp
5903 * gdb.cell/registers.exp
5904 * gdb.cell/sizeof.exp
5905 * gdb.cell/solib-symbol.exp
5906 * gdb.cell/solib.exp
5907 * gdb.compile/compile-tls.exp
5908 * gdb.cp/exception.exp
5909 * gdb.cp/gdb2495.exp
5910 * gdb.cp/local.exp
5911 * gdb.cp/mb-inline.exp
5912 * gdb.cp/mb-templates.exp
5913 * gdb.cp/pr10687.exp
5914 * gdb.cp/pr9167.exp
5915 * gdb.cp/scope-err.exp
5916 * gdb.cp/templates.exp
5917 * gdb.cp/virtfunc.exp
5918 * gdb.dwarf2/dw2-dir-file-name.exp
5919 * gdb.dwarf2/dw2-single-line-discriminators.exp
5920 * gdb.fortran/complex.exp
5921 * gdb.fortran/library-module.exp
5922 * gdb.guile/guile.exp
5923 * gdb.guile/scm-cmd.exp
5924 * gdb.guile/scm-frame-inline.exp
5925 * gdb.guile/scm-objfile.exp
5926 * gdb.guile/scm-pretty-print.exp
5927 * gdb.guile/scm-symbol.exp
5928 * gdb.guile/scm-type.exp
5929 * gdb.guile/scm-value.exp
5930 * gdb.linespec/keywords.exp
5931 * gdb.linespec/ls-errs.exp
5932 * gdb.linespec/macro-relative.exp
5933 * gdb.linespec/thread.exp
5934 * gdb.mi/mi-breakpoint-changed.exp
5935 * gdb.mi/mi-dprintf-pending.exp
5936 * gdb.mi/mi-fullname-deleted.exp
5937 * gdb.mi/mi-logging.exp
5938 * gdb.mi/mi-pending.exp
5939 * gdb.mi/mi-solib.exp
5940 * gdb.mi/new-ui-mi-sync.exp
5941 * gdb.mi/user-selected-context-sync.exp
5942 * gdb.multi/dummy-frame-restore.exp
5943 * gdb.multi/multi-arch-exec.exp
5944 * gdb.multi/remove-inferiors.exp
5945 * gdb.multi/watchpoint-multi-exit.exp
5946 * gdb.opt/solib-intra-step.exp
5947 * gdb.perf/backtrace.exp
5948 * gdb.perf/single-step.exp
5949 * gdb.perf/skip-command.exp
5950 * gdb.perf/skip-prologue.exp
5951 * gdb.perf/solib.exp
5952 * gdb.python/lib-types.exp
5953 * gdb.python/py-as-string.exp
5954 * gdb.python/py-bad-printers.exp
5955 * gdb.python/py-block.exp
5956 * gdb.python/py-breakpoint.exp
5957 * gdb.python/py-cmd.exp
5958 * gdb.python/py-events.exp
5959 * gdb.python/py-evthreads.exp
5960 * gdb.python/py-finish-breakpoint.exp
5961 * gdb.python/py-finish-breakpoint2.exp
5962 * gdb.python/py-frame-inline.exp
5963 * gdb.python/py-frame.exp
5964 * gdb.python/py-inferior.exp
5965 * gdb.python/py-infthread.exp
5966 * gdb.python/py-mi.exp
5967 * gdb.python/py-objfile.exp
5968 * gdb.python/py-pp-maint.exp
5969 * gdb.python/py-pp-registration.exp
5970 * gdb.python/py-prettyprint.exp
5971 * gdb.python/py-recurse-unwind.exp
5972 * gdb.python/py-shared.exp
5973 * gdb.python/py-symbol.exp
5974 * gdb.python/py-symtab.exp
5975 * gdb.python/py-template.exp
5976 * gdb.python/py-type.exp
5977 * gdb.python/py-unwind-maint.exp
5978 * gdb.python/py-unwind.exp
5979 * gdb.python/py-value.exp
5980 * gdb.python/python.exp
5981 * gdb.reverse/finish-reverse-bkpt.exp
5982 * gdb.reverse/insn-reverse.exp
5983 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5984 * gdb.reverse/solib-precsave.exp
5985 * gdb.reverse/solib-reverse.exp
5986 * gdb.stabs/gdb11479.exp
5987 * gdb.stabs/weird.exp
5988 * gdb.threads/fork-child-threads.exp
5989 * gdb.threads/fork-plus-threads.exp
5990 * gdb.threads/fork-thread-pending.exp
5991 * gdb.threads/forking-threads-plus-breakpoint.exp
5992 * gdb.threads/hand-call-in-threads.exp
5993 * gdb.threads/interrupted-hand-call.exp
5994 * gdb.threads/linux-dp.exp
5995 * gdb.threads/local-watch-wrong-thread.exp
5996 * gdb.threads/next-while-other-thread-longjmps.exp
5997 * gdb.threads/non-ldr-exit.exp
5998 * gdb.threads/pending-step.exp
5999 * gdb.threads/print-threads.exp
6000 * gdb.threads/process-dies-while-detaching.exp
6001 * gdb.threads/process-dies-while-handling-bp.exp
6002 * gdb.threads/pthreads.exp
6003 * gdb.threads/queue-signal.exp
6004 * gdb.threads/reconnect-signal.exp
6005 * gdb.threads/signal-command-handle-nopass.exp
6006 * gdb.threads/signal-command-multiple-signals-pending.exp
6007 * gdb.threads/signal-delivered-right-thread.exp
6008 * gdb.threads/signal-sigtrap.exp
6009 * gdb.threads/sigthread.exp
6010 * gdb.threads/staticthreads.exp
6011 * gdb.threads/stepi-random-signal.exp
6012 * gdb.threads/thread-unwindonsignal.exp
6013 * gdb.threads/thread_check.exp
6014 * gdb.threads/thread_events.exp
6015 * gdb.threads/tid-reuse.exp
6016 * gdb.threads/tls-nodebug.exp
6017 * gdb.threads/tls-shared.exp
6018 * gdb.threads/tls-so_extern.exp
6019 * gdb.threads/tls.exp
6020 * gdb.threads/wp-replication.exp
6021 * gdb.trace/actions-changed.exp
6022 * gdb.trace/actions.exp
6023 * gdb.trace/backtrace.exp
6024 * gdb.trace/change-loc.exp
6025 * gdb.trace/collection.exp
6026 * gdb.trace/deltrace.exp
6027 * gdb.trace/disconnected-tracing.exp
6028 * gdb.trace/entry-values.exp
6029 * gdb.trace/ftrace-lock.exp
6030 * gdb.trace/ftrace.exp
6031 * gdb.trace/infotrace.exp
6032 * gdb.trace/mi-trace-frame-collected.exp
6033 * gdb.trace/mi-trace-unavailable.exp
6034 * gdb.trace/mi-traceframe-changed.exp
6035 * gdb.trace/mi-tracepoint-changed.exp
6036 * gdb.trace/mi-tsv-changed.exp
6037 * gdb.trace/no-attach-trace.exp
6038 * gdb.trace/packetlen.exp
6039 * gdb.trace/passc-dyn.exp
6040 * gdb.trace/passcount.exp
6041 * gdb.trace/pending.exp
6042 * gdb.trace/pr16508.exp
6043 * gdb.trace/qtro.exp
6044 * gdb.trace/range-stepping.exp
6045 * gdb.trace/read-memory.exp
6046 * gdb.trace/report.exp
6047 * gdb.trace/save-trace.exp
6048 * gdb.trace/signal.exp
6049 * gdb.trace/stap-trace.exp
6050 * gdb.trace/status-stop.exp
6051 * gdb.trace/strace.exp
6052 * gdb.trace/tfile.exp
6053 * gdb.trace/tfind.exp
6054 * gdb.trace/trace-break.exp
6055 * gdb.trace/trace-condition.exp
6056 * gdb.trace/trace-enable-disable.exp
6057 * gdb.trace/trace-mt.exp
6058 * gdb.trace/tracecmd.exp
6059 * gdb.trace/tracefile-pseudo-reg.exp
6060 * gdb.trace/tspeed.exp
6061 * gdb.trace/tstatus.exp
6062 * gdb.trace/tsv.exp
6063 * gdb.trace/unavailable.exp
6064 * gdb.trace/while-dyn.exp
6065 * gdb.trace/while-stepping.exp
6066 * lib/gdb-guile.exp
6067 * lib/gdb.exp
6068 * lib/mi-support.exp
6069 * lib/pascal.exp
6070 * lib/perftest.exp
6071 * lib/prelink-support.exp
6072 * lib/selftest-support.exp
6073
ad02e4fe
SM
60742016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
6075
6076 * Makefile.in: Include disable-implicit-rules.mk.
6077
22347e55
AA
60782016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6079
6080 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
6081 non-byte-aligned bit fields.
6082
da5b30da
AA
60832016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6084
6085 PR gdb/12616
6086 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
6087 respects the DW_AT_data_bit_offset attribute.
6088
b593ecca
SM
60892016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
6090
6091 * gdb.base/default.exp: Fix output of "set language".
6092
3b165252
SM
60932016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
6094
6095 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
6096 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
6097 make.
6098 * configure.ac: Remove checks for the make program.
6099 * configure: Re-generate.
6100
1a2f3d7f
KB
61012016-11-16 Kevin Buettner <kevinb@redhat.com>
6102
6103 * gdb.python/py-recurse-unwind.c (main): Add loop.
6104 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
6105 to read_register() and gdb.parse_and_eval(). Make each code
6106 call a separate case that can be individually tested.
6107 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
6108 proc. Call cont_and_backtrace for each of the code paths that
6109 we want to test in the unwinder.
6110
b7f38fda
AA
61112016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
6112
6113 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
6114 the definition of struct S.
6115
1f8db343
CM
61162016-11-11 Catherine Moore <clm@codesourcery.com>
6117
6118 * gdb.base/dump.exp: Identify verilog format dump tests as such.
6119
fad0c9fb
PA
61202016-11-09 Pedro Alves <palves@redhat.com>
6121
6122 * gdb.base/commands.exp (runto_or_return): New procedure.
6123 (gdbvar_simple_if_test, gdbvar_simple_while_test)
6124 (gdbvar_complex_if_while_test, progvar_simple_if_test)
6125 (progvar_simple_while_test, progvar_complex_if_while_test)
6126 (if_while_breakpoint_command_test)
6127 (infrun_breakpoint_command_test, breakpoint_command_test)
6128 (user_defined_command_test, watchpoint_command_test)
6129 (test_command_prompt_position, redefine_hook_test)
6130 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
6131 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
6132 multi_line_input and multi_line. Remove gdb_expect and
6133 gdb_stop_suppressing_tests uses.
6134 * lib/gdb.exp (valnum_re): New global.
6135 (multi_line_input): New procedure.
6136
8354c62c
SM
61372016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
6138
6139 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
6140 Remove.
6141 (test_setup): Define with proc_with_prefix.
6142 (test_cli_inferior): Likewise.
6143 (test_cli_thread): Likewise.
6144 (test_cli_frame): Likewise.
6145 (test_cli_select_frame): Likewise.
6146 (test_cli_up_down): Likewise.
6147 (test_mi_thread_select): Likewise.
6148 (test_mi_stack_select_frame): Likewise.
6149 (test_cli_in_mi_inferior): Likewise.
6150 (test_cli_in_mi_thread): Likewise.
6151 (test_cli_in_mi_frame): Likewise.
6152 (top level): Do not use with_test_prefix_procname.
6153
64f367a2
PA
61542016-11-09 Pedro Alves <palves@redhat.com>
6155
6156 * gdb.base/commands.exp (gdbvar_simple_if_test)
6157 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
6158 (progvar_simple_if_test, progvar_simple_while_test)
6159 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
6160 (infrun_breakpoint_command_test, breakpoint_command_test)
6161 (user_defined_command_test, watchpoint_command_test)
6162 (test_command_prompt_position, deprecated_command_test)
6163 (bp_deleted_in_command, temporary_breakpoint_commands)
6164 (stray_arg0_test, source_file_with_indented_comment)
6165 (recursive_source_test, if_commands_test)
6166 (error_clears_commands_left, redefine_hook_test)
6167 (redefine_backtrace_test): Use proc_with_prefix.
6168 * lib/gdb.exp (proc_with_prefix): New proc.
6169
0bb65f1e
AA
61702016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6171
6172 * gdb.base/tui-layout.c: New file.
6173 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
6174 disassembly window contains very long lines.
6175
7353f247
TT
61762016-11-08 Tom Tromey <tom@tromey.com>
6177
6178 * gdb.python/py-value.exp (test_value_creation): Make "long" test
6179 depend on Python 2.
6180
30a7bb83
TT
61812016-11-08 Tom Tromey <tom@tromey.com>
6182
6183 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
6184 New method.
6185
cdf5a07c
MG
61862016-10-29 Manish Goregaokar <manish@mozilla.com>
6187
2806dc7e 6188 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 6189
51a789c3
MG
61902016-10-27 Manish Goregaokar <manish@mozilla.com>
6191
2806dc7e
PA
6192 * gdb.rust/simple.rs: Add test for univariant enums without
6193 discriminants and for encoded struct-like enums.
51a789c3 6194
f610ab6d
PA
61952016-10-28 Pedro Alves <palves@redhat.com>
6196
6197 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
6198 gdb_test_multiple, tighten regexps and match symtabs and line
6199 tables incrementally.
6200
b129b0ca
LM
62012016-10-28 Luis Machado <lgustavo@codesourcery.com>
6202
6203 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
6204 general.
6205
ecf45d2c
SL
62062016-10-25 Luis Machado <lgustavo@codesourcery.com>
6207
6208 * gdb.base/exec-invalid-sysroot.exp: New file.
6209
b8d38ee4
JK
62102016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6211
6212 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
6213
f90fd8c2
JK
62142016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6215
6216 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
6217
2d2476aa
MR
62182016-10-19 Maciej W. Rozycki <macro@imgtec.com>
6219
2806dc7e
PA
6220 * gdb.base/killed-outside.exp: Remove $options from a call to
6221 `prepare_for_testing'.
2d2476aa 6222
e42b25a0
SM
62232016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6224
6225 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6226 Change test message.
6227
3ccdb432
SM
62282016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6229
6230 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6231 Update comment.
6232
5bad3170
SM
62332016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6234
6235 * gdb.trace/mi-trace-save.exp: New file.
6236
5ad9dba7
YQ
62372016-10-13 Yao Qi <yao.qi@linaro.org>
6238
6239 * gdb.base/code_elim.exp (get_var_address): Remove.
6240 * gdb.base/relocate.exp: Likewise.
6241 * gdb.base/shreloc.exp: Likewise.
6242 * lib/gdb.exp (get_var_address): New.
6243
62df7e21
YQ
62442016-10-13 Yao Qi <yao.qi@linaro.org>
6245
6246 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
6247 floating point tests if $skip_float_test is false.
6248
4dac951e
LM
62492016-10-12 Luis Machado <lgustavo@codesourcery.com>
6250
6251 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
6252 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
6253 argc values.
6254 Add 1 to argc so we guarantee distinct initial/modified argc values.
6255
8f1a8fc4
JK
62562016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6257
6258 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
6259
16c85b5d
JK
62602016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6261
6262 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
6263 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
6264 * gdb.arch/vsx-regs.exp: Likewise.
6265
1d0e042a
YQ
62662016-10-07 Yao Qi <yao.qi@linaro.org>
6267
6268 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
6269
68dadef5
MM
62702016-10-07 Markus Metzger <markus.t.metzger@intel.com>
6271
6272 * gdb.python/python.exp: Test decode_line("*0").
6273
33fa2c6e
DE
62742016-10-06 Doug Evans <dje@google.com>
6275
6276 * gdb.python/py-value.exp (test_value_creation): Add test for large
6277 unsigned 64-bit value.
6278
9c37b5ae
TT
62792016-10-06 Tom Tromey <tom@tromey.com>
6280
6281 * gdb.compile/compile.exp: Change java tests to rust.
6282 * gdb.base/setshow.exp: Change java tests to rust.
6283 * gdb.base/default.exp: Remove java from language list.
6284 * README (Examples): Update language example.
6285 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
6286 test.
6287 * lib/gdb.exp (skip_java_tests): Remove.
6288 * lib/java.exp: Remove.
6289 * gdb.java: Remove.
6290
78b86327
MR
62912016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6292
6293 * gdb.arch/mips-fcr.exp: New test.
6294 * gdb.arch/mips-fcr.c: Source for the new test.
6295
7470adbb
MR
62962016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6297
6298 * gdb.base/solib-disc.exp: Use `standard_output_file'
6299 throughout.
6300
4a556533
PA
63012016-10-06 Pedro Alves <palves@redhat.com>
6302
6303 * gdb.base/jit-simple-dl.c: New file.
6304 * gdb.base/jit-simple-jit.c: New file, factored out from ...
6305 * gdb.base/jit-simple.c: ... this.
6306 * gdb.base/jit-simple.exp (jit_run): Delete.
6307 (build_jit): New proc.
6308 (jit_test_reread): Recompile either the main program or the shared
6309 library, depending on what is being tested. Skip changing address
6310 if caller wants to. Compare before/after addresses. If testing
6311 standalone, explicitly load the binary. Test "maint info
6312 breakpoints".
6313 (top level): Add "standalone vs shared lib" and "change address"
6314 vs "same address" axes.
6315
5a122fbc
PA
63162016-10-06 Pedro Alves <palves@redhat.com>
6317
6318 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
6319 call.
6320 (jit_run): Delete.
6321 (jit_test_reread): Use with_test_prefix. Reload the main binary
6322 explicitly. Compare the before/after addresses of the JIT
6323 descriptor.
6324
ee8da4b8
DE
63252016-08-15 Doug Evans <dje@google.com>
6326
6327 * gdb.xml/extra-regs.xml: Update, end field now required, default type
6328 for single bitfields is bool.
6329 * gdb.xml/tdesc-regs.exp: Ditto.
6330
f389f6fe
JK
63312016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6332
6333 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
6334
fdebf1a4
YQ
63352016-10-05 Yao Qi <yao.qi@linaro.org>
6336
6337 * lib/gdb.exp (support_complex_tests): Return zero if
6338 gdb_skip_float_test return true.
6339
9c36d954 63402016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 6341 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
6342
6343 PR gdb/20487
6344 * gdb.mi/user-selected-context-sync.exp: New file.
6345 * gdb.mi/user-selected-context-sync.c: New file.
6346
4034d0ff 63472016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 6348 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
6349
6350 PR gdb/20487
6351 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
6352 =thread-select-event check.
6353
a4297203
PB
63542016-09-29 Peter Bergner <bergner@vnet.ibm.com>
6355
6356 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
6357 the compulsory L operand changes.
6358 * gdb.arch/powerpc-power.s: Likewise.
6359
bb805577
JK
63602016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6361
6362 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
6363 * gdb.base/jit-attach-pie.c: New file.
6364 * gdb.base/jit-attach-pie.exp: New file.
6365
6d61dee5
PA
63662016-09-28 Pedro Alves <palves@redhat.com>
6367
6368 * gdb.base/infcall-input.c: New file.
6369 * gdb.base/infcall-input.exp: New file.
6370
f73842fc
YQ
63712016-09-22 Yao Qi <yao.qi@linaro.org>
6372
6373 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
6374 (gdb_exit): Rename it to ...
6375 (gdbserver_gdb_exit): ... Close GDBserver.
6376 (gdb_exit): New proc, call gdbserver_gdb_exit.
6377 (mi_gdb_exit): Likewise.
6378
90681dab
YQ
63792016-09-22 Yao Qi <yao.qi@linaro.org>
6380
6381 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
6382 path.
6383 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
6384 Remove duplication.
6385
9c211fd8
YQ
63862016-09-22 Yao Qi <yao.qi@linaro.org>
6387
6388 * lib/gdbserver-support.exp: Check the existence of
6389 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
6390
ad0a504f
AK
63912016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
6392
6393 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
6394
36cf1806
TT
63952016-09-21 Tom Tromey <tom@tromey.com>
6396
6397 PR gdb/20604:
6398 * gdb.base/quit.exp: New file.
6399
74172ecf
SM
64002016-09-21 Simon Marchi <simon.marchi@ericsson.com>
6401
6402 * .gitignore: New file.
6403
3d0ec882
MR
64042016-09-21 Maciej W. Rozycki <macro@imgtec.com>
6405
6406 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
6407 throughout.
6408
8193adea
AA
64092016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6410
6411 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
6412
d41a5c09
JK
64132016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6414
6415 * gdb.cp/casts.cc (decltype): Move it ...
6416 (main): ... with its call to ...
6417 * gdb.cp/casts03.cc: ... a new file.
6418 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
6419
d2dfe700
JK
64202016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6421
6422 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
6423
e2a92b16
PB
64242016-09-15 Peter Bergner <bergner@vnet.ibm.com>
6425
6426 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
6427 and sync up the test with tests in gas/testsuite/gas/ppc.
6428 * gdb.arch/powerpc-power.exp: Likewise.
6429
49b4de64
JK
64302016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6431
6432 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
6433
2c29df25
SDJ
64342016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
6435 Jan Kratochvil <jan.kratochvil@redhat.com>
6436
6437 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
6438 make m1's definition to be different from m2's. Use 'dummy' as an
6439 argument for probe 'two'.
6440
cc3c2846
JB
64412016-09-10 Jon Beniston <jon@beniston.com>
6442
6443 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
6444 for sim target.
6445
e1b2624a
AA
64462016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6447
6448 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
6449 variable declaration.
6450 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
6451 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
6452 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
6453 received HWCAP as its argument.
6454
4295e285
PA
64552016-09-06 Pedro Alves <palves@redhat.com>
6456
6457 * gdb.base/new-ui-pending-input.c: New file.
6458 * gdb.base/new-ui-pending-input.exp: New file.
6459 * gdb.exp (clear_gdb_spawn_id): New procedure.
6460 (with_spawn_id): Check whether gdb_spawn_id exists before
6461 referencing it. If gdb_spawn_id didn't exist on entry, clear it
6462 on exit.
6463
00d5215e
UW
64642016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6465
6466 * gdb.base/float128.c: New file.
6467 * gdb.base/float128.exp: Likewise.
6468 * gdb.base/floatn.c: Likewise.
6469 * gdb.base/floatn.exp: Likewise.
6470
a9ff5f12
UW
64712016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6472
6473 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
6474
f245535c
PA
64752016-09-05 Pedro Alves <palves@redhat.com>
6476
6477 PR backtrace/19927
6478 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
6479 unwinders are immediately called as side effect of "source" or
6480 "disable unwinder" commands.
6481 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
6482
ae9cf263
YQ
64832016-09-02 Yao Qi <yao.qi@linaro.org>
6484
6485 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
6486 is true and $type is "float" or "double".
6487
27aba047
YQ
64882016-09-02 Yao Qi <yao.qi@linaro.org>
6489
6490 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
6491 true.
6492 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
6493 * gdb.base/call-rt-st.exp: Likewise.
6494 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
6495 return value instead of gdb,skip_float_test.
6496 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
6497 (do_function_calls): Use its return value instead of
6498 gdb,skip_float_test.
6499 * gdb.base/finish.exp: Likewise.
6500 * gdb.base/funcargs.exp: Likewise.
6501 * gdb.base/return.exp: Likewise.
6502 * gdb.base/return2.exp: Likewise.
6503 * gdb.base/varargs.exp: Likewise.
6504 * lib/gdb.exp (gdb_skip_float_test): Change it to
6505 gdb_caching_proc. Detect the broken ptrace on arm-linux.
6506
5af962df
AA
65072016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6508
6509 * gdb.multi/tids.exp: Test "thread apply all".
6510
7fac6910
JK
65112016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6512
6513 * gdb.base/default.exp (tty): Remove.
6514
bb1fe4ac
KB
65152016-08-24 Kevin Buettner <kevinb@redhat.com>
6516
2806dc7e
PA
6517 * gdb.python/py-recurse-unwind.c: New file.
6518 * gdb.python/py-recurse-unwind.py: New file.
6519 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 6520
0a1ddfa6
SM
65212016-08-24 Simon Marchi <simon.marchi@ericsson.com>
6522
6523 * gdb.base/set-inferior-tty.exp: New file.
6524 * gdb.base/set-inferior-tty.c: New file.
6525
d9de1fe3
PA
65262016-08-23 Pedro Alves <palves@redhat.com>
6527
6528 PR gdb/20494
6529 * gdb.base/new-ui-echo.c: New file.
6530 * gdb.base/new-ui-echo.exp: New file.
6531
e9d9abd7
YQ
65322016-08-23 Yao Qi <yao.qi@linaro.org>
6533
6534 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
6535 gdbserver_spawn.
6536 * gdb.server/connect-without-multi-process.exp (do_test):
6537 Likewise.
6538
3589529e
YQ
65392016-08-23 Yao Qi <yao.qi@linaro.org>
6540
6541 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
6542 standalone_txt. Delete gdb_txt and standalone_txt on host
6543 and target. Spawn the binary on target. Copy files from
6544 target to host.
6545
6bb90213
PA
65462016-08-22 Pedro Alves <palves@redhat.com>
6547
6548 PR gdb/20505
6549 * gdb.base/vdso-warning.exp: Test core dumps too. Use
6550 with_test_prefix. Factor out bits to ...
6551 (test_no_vdso): ... this new procedure.
6552
20c2c024
CL
65532016-08-19 Carl Love <cel@us.ibm.com>
6554
6555 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
6556 maintaining separate logic for constructing the output path.
6557 * gdb.arch/powerpc-d128-regs.exp: Likewise.
6558 * gdb.arch/ppc-dfp.exp: Likewise.
6559 * gdb.arch/ppc-fp.exp: Likewise.
6560 * gdb.arch/vsx-regs.exp: Likewise.
6561 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
6562 binprefix for generating the additional binary files.
6563
0646e07d
PA
65642016-08-19 Pedro Alves <palves@redhat.com>
6565
6566 * gdb.trace/mi-trace-frame-collected.exp
6567 (test_trace_frame_collected): On x32, expect two registers.
6568
46da9242
CL
65692016-08-18 Carl Love <cel@us.ibm.com>
6570
6571 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
6572 and sync up the test with tests in gas/testsuite/gas/ppc.
6573 * gdb.arch/powerpc-power.exp: Likewise.
6574
eb2332d7
SM
65752016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6576
6577 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
6578 expected error message.
6579
63c61e04
SM
65802016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6581
6582 * gdb.multi/remove-inferiors.exp: New file.
6583 * gdb.multi/remove-inferiors.c: New file.
6584
7b17065f
YQ
65852016-08-12 Yao Qi <yao.qi@linaro.org>
6586
6587 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
6588 argument list.
6589
01d3dedf
PA
65902016-08-10 Pedro Alves <palves@redhat.com>
6591
6592 PR gdb/19187
6593 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
6594 setup_kfails.
6595
3eb7562a
PA
65962016-08-09 Pedro Alves <palves@redhat.com>
6597 Simon Marchi <simon.marchi@ericsson.com>
6598
6599 PR gdb/20418
6600 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
6601 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
6602
80614914
PA
66032016-08-09 Pedro Alves <palves@redhat.com>
6604
6605 PR mi/20431
6606 * gdb.mi/mi-cmd-error.exp: New file.
6607
f348d89a
PA
66082016-08-09 Pedro Alves <palves@redhat.com>
6609
6610 PR gdb/18653
6611 * gdb.base/signals-state-child.c: New file.
6612 * gdb.base/signals-state-child.exp: New file.
6613 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
6614
e5ca03b4
PA
66152016-08-09 Pedro Alves <palves@redhat.com>
6616
6617 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
6618
282a0691
TT
66192016-08-03 Tom Tromey <tom@tromey.com>
6620
6621 PR python/18565:
6622 * gdb.python/py-frame-inline.exp: Add Frame.function test.
6623
41bfcd63
YQ
66242016-08-01 Yao Qi <yao.qi@linaro.org>
6625
6626 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
6627 variable mode to "multi-process" if $multi_process is 1, otherwise
6628 set it to "single-process".
6629
e3465b24
YQ
66302016-08-01 Yao Qi <yao.qi@linaro.org>
6631
6632 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
6633 * gdb.cp/cpexprs.exp: Likewise.
6634 * gdb.cp/m-static.exp: Likewise.
6635
0b31a4bc
TT
66362016-07-26 Tom Tromey <tom@tromey.com>
6637
6638 PR python/20190:
6639 * gdb.threads/tls.exp (check_thread_local): Add python symbol
6640 test.
6641
e0461dbb
MM
66422016-07-26 Markus Metzger <markus.t.metzger@intel.com>
6643
6644 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
6645 selecting assembly source files.
6646 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
6647 assembly source files.
6648 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
6649 assembly source files.
6650 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
6651 selecting assembly source files.
6652
8194e927
SM
66532016-07-25 Simon Marchi <simon.marchi@ericsson.com>
6654
6655 * gdb.base/new-ui.exp (do_test_invalid_args): New
6656 procedure.
6657
c0272db5
TW
66582016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
6659
6660 * gdb.btrace/reconnect.c: New file.
6661 * gdb.btrace/reconnect.exp: New file.
6662
e3487908
GKB
66632016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
6664
6665 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
6666 to test_catch_syscall_group.
6667 (test_catch_syscall_group): New.
6668
12df5c00
TT
66692016-07-21 Tom Tromey <tom@tromey.com>
6670
6671 * gdb.rust/simple.rs (main): Use empty struct expression.
6672 * gdb.rust/simple.exp: Add tests for empty struct expression.
6673
bae62ee2
YQ
66742016-07-21 Yao Qi <yao.qi@linaro.org>
6675
6676 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
6677 if gdb_skip_xml_test is true on some targets.
6678
b1b53fb3
YQ
66792016-07-21 Yao Qi <yao.qi@linaro.org>
6680
6681 * gdb.server/solib-list.exp: Unset last_loaded_file.
6682
027d97f8
JK
66832016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6684
6685 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
6686 "step into captured_main (args)".
6687
7674d381
JK
66882016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6689
6690 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
6691
72b5d099
JK
66922016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6693
6694 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
6695
1f960ced
PA
66962016-07-19 Pedro Alves <palves@redhat.com>
6697
6698 * gdb.opt/inline-break.exp: Remove optimize=-O2.
6699 * gdb.opt/inline-bt.exp: Likewise.
6700 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
6701 additional_flags=-Winline.
6702 * gdb.opt/inline-locals.exp: Likewise.
6703 * gdb.opt/inline-markers.c (ATTR): Define.
6704 (inlined_fn): Use it.
6705
f25827c1
YQ
67062016-07-19 Yao Qi <yao.qi@linaro.org>
6707
6708 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
6709 (test_with_self): Remove some code. Remove argument executable.
6710 (top-level): Use do_self_tests.
6711
37539ebe
DB
67122016-07-15 Zachary Welch <zwelch@codesourcery.com>
6713 Don Breazeal <donb@codesourcery.com>
6714
6715 * gdb.base/maint.exp: Escape paths used in regular expressions.
6716 * gdb.stabs/weird.exp: Likewise.
6717
dac790e1
TT
67182016-07-13 Tom Tromey <tom@tromey.com>
6719
6720 PR python/15620, PR python/18620:
6721 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
6722 (test_bkpt_events): New procs.
6723
93daf339
TT
67242016-07-13 Tom Tromey <tom@tromey.com>
6725
6726 PR python/17698:
6727 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
6728 test.
6729 (test_watchpoints): Likewise.
6730 (test_bkpt_pending): New proc.
6731
6571a381
TT
67322016-07-13 Tom Tromey <tom@tromey.com>
6733
6734 PR cli/18053:
6735 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
6736 completion test.
6737
e8732474
JK
67382016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6739
6740 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
6741 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
6742 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
6743 f_label.
6744 (g): Rename g_end_lbl to g_label.
6745 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
6746 low_pc and high_pc.
6747 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
6748
e0f3fd7c
TT
67492016-07-12 Tom Tromey <tom@tromey.com>
6750
6751 PR python/19293:
6752 * gdb.python/py-unwind-maint.exp: Update tests.
6753
3cfe46b6
YQ
67542016-07-12 Yao Qi <yao.qi@linaro.org>
6755
6756 * lib/selftest-support.exp (selftest_setup): Match the output
6757 when captured_main is inlined.
6758
4f19a0e6
WT
67592016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6760
6761 * gdb.fortran/derived-types.exp (result_line, result_line_2):
6762 New variables.
6763 (print this%a, print this%b, print this): New tests.
6764 * gdb.fortran/derived-types.f90 (this): New object and
6765 initialization.
6766
986cf455
SM
67672016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6768
6769 * gdb.ada/arraydim.exp: Remove extra directory level in build
6770 directory.
6771
f0464b23
SM
67722016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6773
6774 * lib/ada.exp: Remove extra directory level in build directory.
6775 * gdb.ada/cond_lang.exp: Likewise.
6776 * gdb.ada/exec_changed.exp: Likewise.
6777 * gdb.ada/lang_switch.exp: Likewise.
6778
42d94011
MG
67792016-07-06 Manish Goregaokar <manish@mozilla.com>
6780
2806dc7e
PA
6781 * simple.rs: Add test for raw pointer subscripting.
6782 * simple.exp: Add test expectations.
42d94011 6783
647c264c
YQ
67842016-07-05 Yao Qi <yao.qi@linaro.org>
6785
6786 * gdb.mi/mi-reverse.exp: Match =record-started output.
6787
20aa2c60
PA
67882016-07-01 Pedro Alves <palves@redhat.com>
6789
6790 * gdb.base/jit-reader.exp (info_registers_current_frame): New
6791 procedure.
6792 (jit_reader_test): Test the jit reader's unwinder.
6793 * gdb.base/jithost.c (jit_function_00_code): New global.
6794 (main): Use memcpy to fill in the mmapped code, instead of poking
6795 bytes manually here.
6796 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
6797 value.
6798 (read_debug_info): Save the function's range.
6799 (read_sp): New function.
6800 (unwind_frame): Use it. Also unwind RBP.
6801 (get_frame_id): Use read_sp.
6802 (gdb_init_reader): Use calloc instead of malloc.
6803 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
6804 parameter. Use gdb_test_multiple.
6805
ced2dffb
PA
68062016-07-01 Pedro Alves <palves@redhat.com>
6807 Antoine Tremblay <antoine.tremblay@ericsson.com>
6808
6809 * gdb.threads/process-dies-while-detaching.c: New file.
6810 * gdb.threads/process-dies-while-detaching.exp: New file.
6811
63000888
PA
68122016-07-01 Pedro Alves <palves@redhat.com>
6813
6814 * gdb.multi/watchpoint-multi-exit.c: New file.
6815 * gdb.multi/watchpoint-multi-exit.exp: New file.
6816
038d4868
PA
68172016-06-30 Pedro Alves <palves@redhat.com>
6818
6819 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
6820 unset inferior_spawn_id.
6821
994e9c83
PA
68222016-06-30 Pedro Alves <palves@redhat.com>
6823
6824 * lib/mi-support.exp (default_mi_gdb_start): Declare global
6825 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
6826
e5653468
YQ
68272016-06-29 Yao Qi <yao.qi@linaro.org>
6828
6829 * gdb.base/return.c: Add copyright header.
6830
803b47e5
TT
68312016-06-29 Tom Tromey <tom@tromey.com>
6832
6833 PR python/20129:
6834 * gdb.python/py-framefilter.exp: Add tests for setting priority
6835 and disabling of non-existent frame filter.
6836
28244707
YQ
68372016-06-29 Yao Qi <yao.qi@linaro.org>
6838
6839 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
6840 0x0f07ff.
6841
a31d2f06
YQ
68422016-06-28 Yao Qi <yao.qi@linaro.org>
6843
6844 * gdb.base/catch-syscall.exp: Remove check on isnative and target
6845 triplets. Start gdb, execute catch syscall, and continue. Check
6846 gdb's output to determine catch syscall is supported.
6847
921d8f54
MG
68482016-06-27 Manish Goregaokar <manish@mozilla.com>
6849
25d49b86
PA
6850 * gdb.rust/simple.rs: Add test for returning unit in a function.
6851 * gdb.rust/simple.exp: Add expectation for functions returning
6852 unit.
921d8f54 6853
f4952523
PMR
68542016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
6855
6856 * gdb.python/py-breakpoint-create-fail.c,
6857 gdb.python/py-breakpoint-create-fail.exp,
6858 gdb.python/py-breakpoint-create-fail.py: New testcase.
6859
fccb08f8
MG
68602016-06-25 Manish Goregaokar <manish@mozilla.com>
6861
6862 PR gdb/20239
6863 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
6864 * gdb.rust/simple.exp: Add test expectations for new NonZero
6865 tests.
fccb08f8 6866
6b850546
DT
68672016-06-24 David Taylor <dtaylor@emc.com>
6868
6869 * gdb.base/offsets.exp: New file.
6870 * gdb.base/offsets.c: New file.
6871
17621150
TT
68722016-06-23 Tom Tromey <tom@tromey.com>
6873
6874 PR gdb/16483:
6875 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
6876 before any filters are loaded.
6877
04d59df6
WT
68782016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
6879
6880 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
6881 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
6882 structs.
6883 * gdb.fortran/derived-type-function.exp: New file.
6884 * gdb.fortran/derived-type-function.f90: New file.
6885
6886
ac69f786
PA
68872016-06-21 Pedro Alves <palves@redhat.com>
6888
6889 * gdb.base/new-ui.exp: New file.
6890 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
6891 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
6892 (with_spawn_id): New procedure.
6893
49940788
PA
68942016-06-21 Pedro Alves <palves@redhat.com>
6895
6896 * gdb.mi/mi-exec-run.exp: New file.
6897
ef274d26
PA
68982016-06-21 Pedro Alves <palves@redhat.com>
6899
6900 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
6901 breakpoint command's output on the main UI.
6902 (test_break): New procedure, factored out from calls in the top
6903 level.
6904 (top level): Use foreach_with_prefix to test MI as main UI and as
6905 separate UI.
6906
468afe6c
PA
69072016-06-21 Pedro Alves <palves@redhat.com>
6908
6909 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
6910 (test_awatch_creation_and_listing)
6911 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
6912 Remove 'type' parameter.
6913 (test_watchpoint_all): New parameter mi_mode. Remove
6914 with_test_prefix.
6915 (top level): Use foreach_with_prefix, and add main/separate UI MI
6916 testing axis.
6917
51f77c37
PA
69182016-06-21 Pedro Alves <palves@redhat.com>
6919
6920 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
6921 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
6922 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
6923 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
6924 (gdb_main_spawn_id, mi_spawn_id): Declare and
6925 comment.
6926 (mi_create_inferior_pty): New procedure,
6927 factored out from default_mi_gdb_start.
6928 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
6929 procedures.
6930 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
6931 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
6932 Use mi_create_inferior_pty.
6933 (mi_gdb_start): Use eval to pass down args list.
6934
8980e177
PA
69352016-06-21 Pedro Alves <palves@redhat.com>
6936
6937 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
6938 * gdb.opt/inline-cmds.exp: Add MI tests.
6939
f38d3ad1
PA
69402016-06-21 Pedro Alves <palves@redhat.com>
6941
6942 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
6943
45db7c09
PA
69442016-06-21 Pedro Alves <palves@redhat.com>
6945
6946 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
6947 (top level): Use it instead of mi_execute_to.
6948
5a069ab3
PA
69492016-06-21 Pedro Alves <palves@redhat.com>
6950
6951 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
6952 (cont_handler_str): New.
6953 (signal_stop_handler): Set stop_handler_str instead of printing to
6954 stdout.
6955 (continue_handler): Set cont_handler_str instead of printing to
6956 stdout.
6957 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
6958 mi_send_resuming_command. Print stop_handler_str and
6959 cont_handler_str instead of expecting the python events print
6960 directly.
6961
2838cc1d
SD
69622016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
6963
6964 * gdb.base/jit-reader.exp: New file.
6965 * gdb.base/jithost.c: New file.
6966 * gdb.base/jithost.h: New file.
6967 * gdb.base/jitreader.c : New file.
6968 * gdb.base/jit-protocol.h: New file.
6969
21a77091
YQ
69702016-06-17 Yao Qi <yao.qi@linaro.org>
6971
6972 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
6973 parameters follow_fork and detach_on_fork. Set follow-fork-mode
6974 and detach-on-fork. Adjust tests.
6975 (top level): Invoke break_cond_on_syscall with combinations of
6976 syscall, follow-fork-mode and detach-on-fork.
6977
f50bf8e5
YQ
69782016-06-17 Yao Qi <yao.qi@linaro.org>
6979
6980 * gdb.base/step-over-exit.c: New.
6981 * gdb.base/step-over-exit.exp: New.
6982
a28d8e50
YTL
69832016-06-17 Yan-Ting Lin <currygt52@gmail.com>
6984
6985 * gdb.base/float.exp: Add target check for nds32*-*-*.
6986 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
6987
cad8e26d
AB
69882016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
6989
6990 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
6991 for unsupported target features.
6992 * gdb.base/call-rt-st.exp: Likewise.
6993 * gdb.base/call-sc.exp: Likewise.
6994 * gdb.base/call-signal-resume.exp: Likewise.
6995 * gdb.base/call-strs.exp: Likewise.
6996 * gdb.base/callexit.exp: Likewise.
6997 * gdb.base/callfuncs.exp: Likewise.
6998 * gdb.base/nodebug.exp: Likewise.
6999 * gdb.base/printcmds.exp: Likewise.
7000 * gdb.base/ptype.exp: Likewise.
7001 * gdb.base/structs.exp: Likewise.
7002 * gdb.base/unwindonsignal.exp: Likewise.
7003 * gdb.cp/gdb2495.exp: Likewise.
7004 * gdb.cp/templates.exp: Likewise.
7005 * gdb.cp/virtfunc.exp: Likewise.
7006 * gdb.threads/hand-call-in-threads.exp: Likewise.
7007 * gdb.threads/interrupted-hand-call.exp: Likewise.
7008 * gdb.threads/thread-unwindonsignal.exp: Likewise.
7009
347dc102
TT
70102016-06-10 Tom Tromey <tom@tromey.com>
7011
7012 PR rust/20110:
7013 * gdb.rust/expr.exp: Add test for integer constant larger than
7014 i32.
7015
5e13cf25
BH
70162016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
7017
7018 * gdb.fortran/nested-funcs.exp: New.
7019 * gdb.fortran/nested-funcs.f90: New.
7020
bb556f1f
TK
70212016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
7022
7023 * gdb.base/examine-backward.c: New file.
7024 * gdb.base/examine-backward.exp: New file.
7025
38b022b4
SM
70262016-06-06 Simon Marchi <simon.marchi@ericsson.com>
7027
7028 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
7029 matching.
7030
1b40ec05
TT
70312016-06-02 Tom Tromey <tom@tromey.com>
7032
7033 PR python/18984:
7034 * gdb.python/py-shared.exp: Add solib_name test.
7035
193bd378
SM
70362016-06-02 Simon Marchi <simon.marchi@ericsson.com>
7037
7038 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
7039
3326303b
MG
70402016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
7041
7042 PR c++/19893
7043 * gdb.dwarf2/implref.exp: Rename to...
7044 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
7045 * gdb.dwarf2/implref-array.c: New file.
7046 * gdb.dwarf2/implref-array.exp: Likewise.
7047 * gdb.dwarf2/implref-global.c: Likewise.
7048 * gdb.dwarf2/implref-global.exp: Likewise.
7049 * gdb.dwarf2/implref-struct.c: Likewise.
7050 * gdb.dwarf2/implref-struct.exp: Likewise.
7051
825c8ef2
AT
70522016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7053
7054 * gdb.trace/trace-condition.exp: Add 64bit tests.
7055
2320162a
AT
70562016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7057
7058 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
7059 bits types.
7060 (main): Adapt to 8 to 64 bits types.
7061 * gdb.trace/trace-condition.exp: Add new tests.
7062
a7818233
AT
70632016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7064
7065 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
7066
0d336466
AT
70672016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7068
7069 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
7070 Move condition tests...
7071 * gdb.trace/trace-condition.exp: Here.
7072
7faeb45a
AT
70732016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7074
7075 * gdb.trace/trace-condition.exp: Add counter-case tests.
7076
e385593e
JK
70772016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7078
7079 PR c++/15231
7080 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
7081 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
7082
744608cc
PA
70832016-05-27 Pedro Alves <palves@redhat.com>
7084
7085 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7086 New procedure.
7087 (top level): Call it, and bail out of DejaGnu is known to be bad.
7088
ac775bf4
AB
70892016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
7090
7091 * gdb.base/whatis.c: Extend the test case.
7092 * gdb.base/whatis.exp: Add additional tests.
7093
2bbad2ea
BH
70942016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7095
7096* gdb.fortran/type.f90: Add pointer variable.
7097* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
7098
8b70175d
BH
70992016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7100
7101 * gdb.fortran/vla-type.exp: Fix testcase name.
7102
86d8a848
BH
71032016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7104
7105 * gdb.fortran/vla-type.exp: Access elements in nested structs.
7106
e188eb36
BH
71072016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7108
7109 * gdb.fortran/type.f90: Add nested structures.
7110 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
7111 * gdb.fortran/derived-type.exp: Adapt expected output.
7112 * gdb.fortran/vla-type.exp: Adapt expected output.
7113
9b2db1fd
BH
71142016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7115
7116 * gdb.fortran/whatis_type.exp: Adapt expected output.
7117
72b17055
BH
71182016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7119
7120 * gdb.fortran/print_type.exp: Fix expected output.
7121 * gdb.fortran/whatis_type.exp: Fix expected output.
7122
3cd81d8d
BH
71232016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7124
7125 * gdb.fortran/whatis_type.exp: Use multi_line.
7126
ddae9462
TT
71272016-05-24 Tom Tromey <tom@tromey.com>
7128
7129 PR python/17386:
7130 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
7131 use value as an index.
7132
1957f6b8
TT
71332016-05-23 Tom Tromey <tom@tromey.com>
7134
7135 PR python/17981:
7136 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
7137 no-breakpoint case.
7138
026a9174
PA
71392016-05-24 Pedro Alves <palves@redhat.com>
7140
7141 PR gdb/19828
7142 * gdb.threads/clone-attach-detach.c: New file.
7143 * gdb.threads/clone-attach-detach.exp: New file.
7144
e70a7231
FR
71452016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
7146
7147 * gdb.base/annota-input-while-running.exp: Fix syntax error.
7148
0f6ed0e0
TT
71492016-05-23 Tom Tromey <tom@tromey.com>
7150
7151 PR python/19438, PR python/18393:
7152 * gdb.python/py-progspace.exp: Add "dir" test.
7153 * gdb.python/py-objfile.exp: Add "dir" test.
7154
ffd19d61
YQ
71552016-05-23 Yao Qi <yao.qi@linaro.org>
7156
7157 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
7158 * gdb.arch/thumb2-it.exp: Likewise.
7159
9e8f9b05
SM
71602016-05-18 Simon Marchi <simon.marchi@ericsson.com>
7161
7162 * gdb.mi/mi-threads-interrupt.c: New file.
7163 * gdb.mi/mi-threads-interrupt.exp: New file.
7164
61c6156d
SM
71652016-05-17 Simon Marchi <simon.marchi@ericsson.com>
7166
7167 PR gdb/18077
7168 * gdb.mi/mi-async-run.exp: New file.
7169 * gdb.mi/mi-async-run.c: New file.
7170
67218854
TT
71712016-05-17 Tom Tromey <tom@tromey.com>
7172 Manish Goregaokar <manishsmail@gmail.com>
7173
7174 * lib/rust-support.exp: New file.
7175 * lib/gdb.exp (skip_rust_tests): New proc.
7176 (build_executable_from_specs): Handle rust.
7177 * lib/future.exp (gdb_find_rustc): New proc.
7178 (gdb_default_target_compile): Handle rust.
7179 * gdb.rust/expr.exp: New file.
7180 * gdb.rust/generics.exp: New file.
7181 * gdb.rust/generics.rs: New file.
7182 * gdb.rust/methods.exp: New file.
7183 * gdb.rust/methods.rs: New file.
7184 * gdb.rust/modules.exp: New file.
7185 * gdb.rust/modules.rs: New file.
7186 * gdb.rust/simple.exp: New file.
7187 * gdb.rust/simple.rs: New file.
7188
c44af4eb
TT
71892016-05-17 Tom Tromey <tom@tromey.com>
7190
7191 * gdb.base/default.exp (set language): Add rust.
7192
dcd1f979
TT
71932016-05-17 Tom Tromey <tom@tromey.com>
7194
7195 * gdb.gdb/unittest.exp: New file.
7196
155b7f57
YQ
71972016-05-16 Yao Qi <yao.qi@linaro.org>
7198
7199 * gdb.base/batch-preserve-term-settings.exp: Remove variable
7200 shell_prompt. Update shell_prompt_re.
7201
8ddd5a6c
DE
72022016-05-12 Doug Evans <dje@google.com>
7203
7204 PR symtab/19999
7205 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
7206 $options when building executable.
7207 * gdb.dwarf2/fission-loclists-pie.S: New file.
7208 * gdb.dwarf2/fission-loclists-pie.exp: New file.
7209
02e370d9
SM
72102016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7211
7212 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
7213 of [is_remote target],
7214
8929ad8b
SM
72152016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7216
7217 * lib/gdb.exp (use_gdb_stub): New procedure.
7218
6c447423
DE
72192016-05-03 Yunlian Jiang <yunlian@google.com>
7220 Doug Evans <dje@google.com>
7221
7222 PR symtab/19914
7223 * gdb.dwarf2/dwp-sepdebug.c: New file.
7224 * gdb.dwarf2/dwp-sepdebug.exp: New file.
7225
444e826c
SM
72262016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7227
7228 * gdb.base/detach.exp: Remove is_remote check.
7229
740feeaa
SM
72302016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7231
7232 * gdb.base/annota-input-while-running.exp: Don't check for
7233 [is_remote target]. Enable annotations after running to main.
7234 Remove unused "set test..." line.
7235
9080ac9d
SM
72362016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7237
7238 * gdb.trace/trace-enable-disable.exp: New file.
7239 * gdb.trace/trace-enable-disable.c: New file.
7240
952ebca5
SM
72412016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7242
7243 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
7244 use it in info sharedlibrary test.
7245 * gdb.trace/ftrace-lock.exp: Likewise.
7246 * gdb.trace/ftrace.exp: Likewise.
7247 * gdb.trace/range-stepping.exp: Likewise.
7248 * gdb.trace/trace-break.exp: Likewise.
7249 * gdb.trace/trace-condition.exp: Likewise.
7250 * gdb.trace/trace-mt.exp: Likewise.
7251
d9019901
SM
72522016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7253
7254 * lib/gdb.exp (gdb_load_shlibs): Rename to...
7255 (gdb_load_shlib): ... this.
7256 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
7257 gdb_load_shlib.
7258 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
7259 * gdb.base/ctxobj.exp: Likewise.
7260 * gdb.base/dprintf-pending.exp: Likewise.
7261 * gdb.base/dso2dso.exp: Likewise.
7262 * gdb.base/fixsection.exp: Likewise.
7263 * gdb.base/gcore-relro.exp: Likewise.
7264 * gdb.base/gdb1555.exp: Likewise.
7265 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7266 * gdb.base/gnu-ifunc.exp: Likewise.
7267 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
7268 * gdb.base/jit-so.exp (one_jit_test): Likewise.
7269 * gdb.base/pending.exp: Likewise.
7270 * gdb.base/print-file-var.exp: Likewise.
7271 * gdb.base/print-symbol-loading.exp: Likewise.
7272 * gdb.base/shlib-call.exp: Likewise.
7273 * gdb.base/shreloc.exp: Likewise.
7274 * gdb.base/so-impl-ld.exp: Likewise.
7275 * gdb.base/solib-disc.exp: Likewise.
7276 * gdb.base/solib-nodir.exp: Likewise.
7277 * gdb.base/solib-overlap.exp: Likewise.
7278 * gdb.base/solib-symbol.exp: Likewise.
7279 * gdb.base/solib-weak.exp (do_test): Likewise.
7280 * gdb.base/sym-file.exp: Likewise.
7281 * gdb.base/symtab-search-order.exp: Likewise.
7282 * gdb.base/type-opaque.exp: Likewise.
7283 * gdb.base/unload.exp: Likewise.
7284 * gdb.base/watchpoint-solib.exp: Likewise.
7285 * gdb.compile/compile.exp: Likewise.
7286 * gdb.cp/gdb2384.exp: Likewise.
7287 * gdb.cp/infcall-dlopen.exp: Likewise.
7288 * gdb.cp/re-set-overloaded.exp: Likewise.
7289 * gdb.fortran/library-module.exp: Likewise.
7290 * gdb.opt/solib-intra-step.exp: Likewise.
7291 * gdb.python/py-finish-breakpoint.exp: Likewise.
7292 * gdb.python/py-shared.exp: Likewise.
7293 * gdb.reverse/solib-precsave.exp: Likewise.
7294 * gdb.reverse/solib-reverse.exp: Likewise.
7295 * gdb.server/solib-list.exp: Likewise.
7296 * gdb.threads/dlopen-libpthread.exp: Likewise.
7297 * gdb.threads/tls-shared.exp: Likewise.
7298 * gdb.threads/tls-so_extern.exp: Likewise.
7299 * gdb.trace/change-loc.exp: Likewise.
7300 * gdb.trace/ftrace-lock.exp: Likewise.
7301 * gdb.trace/ftrace.exp: Likewise.
7302 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
7303 * gdb.trace/pending.exp: Likewise.
7304 * gdb.trace/range-stepping.exp: Likewise.
7305 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
7306 (strace_info_marker): Likewise.
7307 (strace_probe_marker): Likewise.
7308 (strace_trace_on_same_addr): Likewise.
7309 (strace_trace_on_diff_addr): Likewise.
7310 * gdb.trace/trace-break.exp: Likewise.
7311 * gdb.trace/trace-condition.exp: Likewise.
7312 * gdb.trace/trace-mt.exp: Likewise.
7313
fca4cfd9
SM
73142016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7315
7316 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
7317 result of gdb_remote_download.
7318 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
7319 * gdb.base/dso2dso.exp: Likewise.
7320 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7321 * gdb.base/print-file-var.exp: Likewise.
7322 * gdb.base/shlib-call.exp: Likewise.
7323 * gdb.base/shreloc.exp: Likewise.
7324 * gdb.base/solib-overlap.exp: Likewise.
7325 * gdb.base/solib-weak.exp (do_test): Likewise.
7326 * gdb.base/unload.exp: Likewise.
7327
11cf4ffb
YQ
73282016-04-27 Yao Qi <yao.qi@linaro.org>
7329
7330 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
7331 exists.
7332
3e2e34f8
KB
73332016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7334
7335 * vla-type.exp: Print structure from toplevel.
7336
8f07e298
BH
73372016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7338
7339 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
7340 of dynamic types.
7341 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
7342 of dynamic types.
7343
9920b434
BH
73442016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7345
7346 * gdb.fortran/vla-type.f90: New file.
7347 * gdb.fortran/vla-type.exp: New file.
7348
f3abeff5
YQ
73492016-04-25 Yao Qi <yao.qi@linaro.org>
7350
7351 * gdb.base/branch-to-self.c: New file.
7352 * gdb.base/branch-to-self.exp: New file.
7353
0a5d52f0
YQ
73542016-04-22 Yao Qi <yao.qi@linaro.org>
7355
7356 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
7357 more after $hex.
7358
495346f6
YQ
73592016-04-22 Yao Qi <yao.qi@linaro.org>
7360
7361 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
7362 * gdb.base/annota3.exp: Likewise.
7363
4a7e075c
YQ
73642016-04-22 Yao Qi <yao.qi@linaro.org>
7365
7366 * gdb.reverse/step-precsave.exp: Do one step and test program
7367 stops in "callee" and do multiple steps until program goes out
7368 of "callee".
7369 * gdb.reverse/step-reverse.exp: Likewise.
7370
5b061e98
YQ
73712016-04-22 Yao Qi <yao.qi@linaro.org>
7372
7373 * gdb.trace/signal.exp: Also pass if
7374 $tracepoint_hits($i) > $iterations.
7375
5c5dc57f
YQ
73762016-04-22 Yao Qi <yao.qi@linaro.org>
7377
7378 * gdb.trace/signal.c: New file.
7379 * gdb.trace/signal.exp: New file.
7380
a55411b9
DE
73812016-04-19 Doug Evans <xdje42@gmail.com>
7382
7383 * gdb.base/bad-file.exp: New file.
7384
a22df60a
MG
73852016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
7386
7387 * gdb.dwarf2/implref.exp: New file.
7388
0c13f7e5
BH
73892016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7390
7391 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
7392 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
7393 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
7394 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
7395 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
7396 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
7397 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
7398 * lib/fortran.exp (fortran_int4): New procedure.
7399 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
7400 (fortran_logical4): Likewise.
7401
9b9b09e9
BH
74022016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
7403
7404 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
7405
a14d1f4d
BH
74062016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7407
7408 * lib/compiler.c: Add Intel specific preprocessor macros.
7409 * lib/compiler.cc: Likewise.
25d49b86 7410
7d49b1d0
LM
74112016-04-13 Luis Machado <lgustavo@codesourcery.com>
7412
7413 * gdb.server/connect-with-no-symbol-file.c: New file.
7414 * gdb.server/connect-with-no-symbol-file.exp: New file.
7415
8392fa22
SM
74162016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7417
7418 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
7419
8c4c4aeb
SM
74202016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7421
7422 * boards/gdbserver-base.exp (${board}_download): Copy source file to
7423 standard output directory.
7424
45e3745e
AT
74252016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
7426
7427 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
7428
e26b7e41
MM
74292016-04-13 Markus Metzger <markus.t.metzger@intel.com>
7430
7431 * gdb.btrace/instruction_history.c (loop): Add declaration.
7432
8ce09462
AT
74332016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7434
7435 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
7436
2e88a1ea
SM
74372016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
7438
7439 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
7440 parentheses to print.
7441 (continue_handler): Likewise.
7442
f48e22e3
SM
74432016-04-08 Simon Marchi <simon.marchi@ericsson.com>
7444
7445 * gdb.server/solib-list.exp: Remove is_remote check.
7446 Pass shlib= to gdb_compile. Don't link shared library with
7447 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
7448 Run binary filename through "readlink -f" on the target.
7449
096be756
PA
74502016-04-08 Pedro Alves <palves@redhat.com>
7451
7452 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
7453 interpreter filename as argument to gdbserver_spawn.
7454 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7455 Return empty if $last_loaded_file does not exist.
7456
06500533
JK
74572016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7458
7459 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
7460 * gdb.base/jit-main.c: Use exit after usage.
7461
2d35e871
JK
74622016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7463
7464 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
7465 GDBHISTSIZE prior to the tests.
7466 * gdb.base/gdbinit-history.exp: Likewise.
7467
74682016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
7469
7470 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
7471 instead of build_executable. Use gdb_load_shlibs.
7472
c8064e7e
YQ
74732016-04-07 Yao Qi <yao.qi@linaro.org>
7474
7475 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
7476 Execute "si" command.
7477
bde47561
YQ
74782016-04-07 Yao Qi <yao.qi@linaro.org>
7479
7480 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
7481 number instead of the comments on some line.
7482
b16f8a3b
DB
74832016-04-06 Don Breazeal <donb@codesourcery.com>
7484
7485 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
7486 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
7487
c2f901df
SM
74882016-04-06 Simon Marchi <simon.marchi@ericsson.com>
7489
7490 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
7491 standard_output_file. Remove unused binfile variable.
7492
ac17fda0
CU
74932016-04-05 Catalin Udma <catalin.udma@freescale.com>
7494
7495 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
7496 * gdb.python/py-mi-objfile.exp: Match "list main" output
7497 in console format.
7498
03a8c4df
SM
74992016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
7500
7501 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
7502 absolute.
7503
6e774b13
SM
75042016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7505
7506 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
7507 absolute.
7508 * gdb.trace/ftrace.exp: Likewise.
7509 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
7510 targets as well.
7511 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
7512 (gdb_load_shlibs): Copy libraries to test directory when testing
7513 natively. Only set solib-search-path if testing remotely.
7514 * lib/mi-support.exp (mi_load_shlibs): Likewise.
7515
7817ea46
SM
75162016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7517
7518 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
7519 gdb_download. Use it even if the target is not remote.
7520 * gdb.base/jit.exp (compile_jit_test): Likewise.
7521 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
7522 output directory if the destination board is local, otherwise use
7523 the standard remote_download from DejaGnu.
7524 (gdb_download): Remove.
7525 (gdb_load_shlibs): Use gdb_remote_download instead of
7526 gdb_download.
7527 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7528 Use gdb_remote_download instead of gdb_download. Use it even if
7529 the target is not remote.
7530 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
7531 instead of gdb_download.
7532
7beb7f68
SM
75332016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
7534
7535 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
7536 (test_insert_delete_modify): Call mi_load_shlibs before trying to
7537 run.
7538
cc63428a
AV
75392016-04-01 Artemiy Volkov <artemiyv@acm.org>
7540
7541 PR gdb/19820
7542 * gdb.base/printcmds.exp: Add artificial arrays tests.
7543
64cdf930
PA
75442016-03-31 Pedro Alves <palves@redhat.com>
7545
7546 PR gdb/19858
7547 * gdb.base/jit-main.c: Include unistd.h.
7548 (ATTACH): Define to 0 if not already defined.
7549 (wait_for_gdb, mypid): New globals.
7550 (WAIT_FOR_GDB): New macro.
7551 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
7552 some breakpoint locations.
7553 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
7554 New procedures.
7555 (one_jit_test): Add REATTACH parameter, and handle it. Use
7556 continue_to_test_location.
7557 (top level): Test attach, and adjusts calls to one_jit_test.
7558
40dea8cb
PA
75592016-03-31 Pedro Alves <palves@redhat.com>
7560
7561 PR gdb/19858
7562 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
7563 BINSUFFIX parameter, and handle it.
7564 (top level): Adjust calls compile_jit_test.
7565
e7ea3ec7
CU
75662016-03-31 Catalin Udma <catalin.udma@freescale.com>
7567
7568 PR python/19743
7569 * gdb.python/py-mi-events-gdb.py: New file.
7570 * gdb.python/py-mi-events.c: New file.
7571 * gdb.python/py-mi-events.exp: New file.
7572
e6359af3
YQ
75732016-03-30 Yao Qi <yao.qi@linaro.org>
7574
7575 * gdb.reverse/until-precsave.exp: Match function name only.
7576 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
7577 Move malloc to a condition block.
7578 * gdb.reverse/until-reverse.exp: Match function name only.
7579
a4105d04
MK
75802016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
7581
7582 * gdb.trace/ftrace.exp: Set arg0exp for s390.
7583 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
7584 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
7585 variable for GPR 0 instead of assuming it is register 0.
7586 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
7587 * lib/trace-support.exp: Add s390 registers.
7588
bfa6adb9
YQ
75892016-03-29 Yao Qi <yao.qi@linaro.org>
7590
7591 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
7592
1e6697ea
YQ
75932016-03-24 Yao Qi <yao.qi@linaro.org>
7594
7595 * gdb.reverse/break-reverse.exp: Add quotation mark in the
7596 test message.
7597
64bcd522
AA
75982016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7599
7600 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
7601 maintaining separate logic for constructing the output path.
7602
7868401b
DB
76032016-03-16 Don Breazeal <donb@codesourcery.com>
7604
7605 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
7606 Retry fork and waitpid on interrupted system call errors.
7607 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7608 Use with_timeout_factor to increase timeout by factor of 10.
7609
1cafadb4
DB
76102016-03-15 Don Breazeal <donb@codesourcery.com>
7611
7612 * gdb.cp/scope-err.cc: New test program.
7613 * gdb.cp/scope-err.exp: New test script.
7614 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
7615 lines and "set breakpoint here" comment.
7616 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
7617 Fixed some whitespace and format issues.
7618 * gdb.mi/mi-linespec-err-cp.cc: New test program.
7619 * gdb.mi/mi-linespec-err-cp.exp: New test script.
7620
81516450
DE
76212016-03-15 Doug Evans <dje@google.com>
7622
7623 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
7624 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
7625 All callers updated. Add tests for enums, mixed flags register.
7626
aa52b601
DE
76272016-03-15 Doug Evans <dje@google.com>
7628
7629 * gdb.base/skip.c (main): Call test_skip_file_and_function.
7630 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
7631
fa4ff313
SM
76322016-03-14 Simon Marchi <simon.marchi@ericsson.com>
7633
7634 * gdb.base/default.exp: Add $_as_string to the list of expected
7635 convenience functions.
7636
f2403c39
AB
76372016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
7638
7639 * gdb.base/maint.exp: New tests for 'maint info line-table'.
7640
f2f3ccb9
SM
76412016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
7642
7643 * gdb.python/py-as-string.exp: New file.
7644 * gdb.python/py-as-string.c: New file.
7645
00dbd492
PA
76462016-03-09 Pedro Alves <palves@redhat.com>
7647
7648 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
7649 signal" -> "Thread NN received signal" output change.
7650 * gdb.threads/ia64-sigill.exp: Likewise.
7651 * gdb.threads/linux-dp.exp: Likewise.
7652 * gdb.threads/manythreads.exp: Likewise.
7653 * gdb.threads/pending-step.exp: Likewise.
7654 * gdb.threads/print-threads.exp: Likewise.
7655 * gdb.threads/sigstep-threads.exp: Likewise.
7656 * gdb.threads/staticthreads.exp: Likewise.
7657 * gdb.threads/tls.exp: Likewise.
7658
1e6697ea
YQ
76592016-03-09 Pedro Alves <palves@redhat.com>
7660
7661 * gdb.base/command-line-input.exp: New file.
7662
b04fd3be
MK
76632016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7664
7665 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
7666 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
7667 * gdb.trace/pending.exp: Accept leading dot before function name.
7668 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
7669 * lib/trace-support.exp: Set registers for ppc.
7670
98fa59e9
MK
76712016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7672
7673 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
7674 use it for disassembly; accept .main in addition to main in backtrace.
7675
f77198c8
MK
76762016-03-09 Wei-cheng Wang <cole945@gmail.com>
7677 Marcin Kościelnicki <koriakin@0x04.net>
7678
7679 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
7680 (gdb_recursion_test_ptr): New global variable.
7681 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
7682 gdb_recursion_test.
7683 (gdb_c_test): Ditto.
7684
ba84e0da
MK
76852016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7686
7687 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
7688 ordering.
7689
4366d36e
MK
76902016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7691
7692 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
7693 (bar): Add bar_start_lbl label.
7694 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
7695 of foo/bar for emitting DWARF and tracing.
7696
5eb264df
SDJ
76972016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
7698
7699 * analyze-racy-logs.py: Set executable bit.
7700
fb6a751f
SDJ
77012016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
7702
7703 * Makefile.in (DEFAULT_RACY_ITER): New variable.
7704 (CHECK_TARGET_TMP): Likewise.
7705 (check-single-racy): New rule.
7706 (check-parallel-racy): Likewise.
7707 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
7708 (do-check-parallel-racy): New rule.
7709 (check-racy/%.exp): Likewise.
7710 * README (Racy testcases): New section.
7711 * analyze-racy-logs.py: New file.
7712
bdf7e230
DE
77132016-03-03 Doug Evans <dje@google.com>
7714
7715 * gdb.base/skip.exp: Use with_test_prefix.
7716
4719d415
YQ
77172016-03-03 Yao Qi <yao.qi@linaro.org>
7718
7719 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
7720 Invoke step_over_syscall "clone" and break_cond_on_syscall
7721 "clone".
7722 * gdb.base/step-over-clone.c: New file.
7723
ea507862
YQ
77242016-03-03 Yao Qi <yao.qi@linaro.org>
7725
7726 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
7727 code format.
7728
8fc8cbda
YQ
77292016-03-03 Yao Qi <yao.qi@linaro.org>
7730
7731 * gdb.base/disp-step-fork.c: Rename to ...
7732 * gdb.base/step-over-fork.c: ... it. New file.
7733 * gdb.base/disp-step-vfork.c: Rename to ...
7734 * gdb.base/step-over-vfork.c: ... it. New file.
7735 * gdb.base/disp-step-syscall.exp: Rename to ...
7736 * gdb.base/step-over-syscall.exp: ... it. New file.
7737 (disp_step_cross_syscall): Rename to ...
7738 (step_over_syscall): ... it.
7739
92fa70b0
YQ
77402016-03-03 Yao Qi <yao.qi@linaro.org>
7741
7742 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
7743 If target supports condition evaluation on target, invoke
7744 break_cond_on_syscall for fork and vfork.
7745
e197ad3c
YQ
77462016-03-03 Yao Qi <yao.qi@linaro.org>
7747
7748 * gdb.base/disp-step-syscall.exp: Don't invoke
7749 support_displaced_stepping.
7750 (disp_step_cross_syscall): Test with displaced stepping off and
7751 on if supported.
7752
0b47da9f
YQ
77532016-03-03 Yao Qi <yao.qi@linaro.org>
7754
7755 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
7756 proc.
7757 (setup): New proc.
7758 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
7759 and setup.
7760
065ab6dc
BH
77612016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7762
7763 * gdb.fortran/vla-history.exp: Remove breakpoint.
7764
07e448ad 77652016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7766
25d49b86
PA
7767 * gdb.fortran/vla-history.exp: Lookup array elements and printing
7768 exceeds timeout.
07e448ad 7769
9ac2d526 77702016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7771
25d49b86
PA
7772 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
7773 breakpoint.
9ac2d526 7774
17807369
BH
77752016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7776
7777 * gdb.mi/vla.f90: Nullify pointer after declaration.
7778
86e501af
PA
77792016-03-01 Pedro Alves <palves@redhat.com>
7780
7781 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
7782
1e903e32
PA
77832016-03-01 Pedro Alves <palves@redhat.com>
7784
7785 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
7786 before anything else.
7787 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
7788 _GNU_SOURCE here.
7789 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
7790 before anything else.
7791 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
7792
6ccb54e2
PA
77932016-03-01 Pedro Alves <palves@redhat.com>
7794
7795 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
7796
30ca9da1
YQ
77972016-03-01 Yao Qi <yao.qi@linaro.org>
7798
7799 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
7800 prepare_for_testing.
7801
dc856b38
YQ
78022016-03-01 Yao Qi <yao.qi@linaro.org>
7803
7804 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
7805
4a932159
AA
78062016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7807
7808 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
7809 manually constructing the output path.
7810
f2489477
AA
78112016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7812
7813 * gdb.arch/s390-stackless.S: New.
7814 * gdb.arch/s390-stackless.exp: New.
7815
38899f16
IB
78162016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
7817
7818 * gdb.dlang/circular.c: New file.
7819 * gdb.dlang/circular.exp: New file.
7820
9fde51ed
YQ
78212016-02-26 Yao Qi <yao.qi@linaro.org>
7822
7823 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
7824 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
7825 (testcases): Update.
7826
ce90fefe
YQ
78272016-02-26 Yao Qi <yao.qi@linaro.org>
7828
7829 * gdb.reverse/aarch64.c: Rename to ...
7830 * gdb.reverse/insn-reverse.c: ... it.
7831 * gdb.reverse/aarch64.exp: Rename to ...
7832 * gdb.reverse/insn-reverse.exp: ... it.
7833
3263bceb
YQ
78342016-02-26 Yao Qi <yao.qi@linaro.org>
7835
7836 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
7837 (testcase_ftype): New.
7838 (testcases): New array.
7839 (n_testcases): New.
7840 (main): Call each element in testcases.
7841 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
7842 (read_testcase): New.
7843 Do the tests in a loop.
7844
6cb59ff1
YQ
78452016-02-25 Yao Qi <yao.qi@linaro.org>
7846
7847 * gdb.base/branches.c: Remove.
7848
ae91f625
MK
78492016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7850
7851 PR gdb/13808
7852 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
7853
678b48b7
MK
78542016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7855
7856 * gdb.trace/ftrace.exp: Remove unnecessary target check.
7857
7337a6f2
MK
78582016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7859
7860 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
7861 change x86_64 call_insn to 'callq'.
7862
861ca91f
AT
78632016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7864
7865 * gdb.trace/tfile-avx.c: Move to...
7866 * gdb.trace/tracefile-pseudo-reg.c: Here.
7867 * gdb.trace/tfile-avx.exp: Move to...
7868 * gdb.trace/tracefile-pseudo-reg.exp: Here.
7869
bf74e428
GB
78702016-02-24 Gary Benson <gbenson@redhat.com>
7871
7872 * gdb.base/attach-pie-noexec.exp: Do not expect an error
7873 message on attach.
7874
cce0e923
DE
78752016-02-23 Doug Evans <dje@google.com>
7876
7877 * gdb.base/skip.c (test_skip): New function.
7878 (end_test_skip_file_and_function): New function.
7879 (test_skip_file_and_function): New function.
7880 * gdb.base/skip1.c (test_skip): New function.
7881 (skip1_test_skip_file_and_function): New function.
7882 * gdb.base/skip.exp: Add tests for new skip options.
7883 * gdb.base/skip-solib.exp: Update expected output.
7884 * gdb.perf/skip-command.cc: New file.
7885 * gdb.perf/skip-command.exp: New file.
7886 * gdb.perf/skip-command.py: New file.
7887
4000e47e
MK
78882016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
7889
7890 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
7891 info registers pattern.
7892
24f75ead
IB
78932016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
7894
7895 * lib/future.exp: Add D support.
7896 (gdb_find_gdc): New proc.
7897 (gdb_default_target_compile): Add D support.
7898
fbb7bcbe
WW
78992016-02-18 Wei-cheng Wang <cole945@gmail.com>
7900
7901 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
7902 user+system time.
7903 (trace_speed_test): Determine the iteration count for a time
7904 between 15..30 seconds.
7905
012b3a21
WT
79062016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
7907
7908 * gdb.arch/i386-mpx-sigsegv.c: New file.
7909 * gdb.arch/i386-mpx-sigsegv.exp: New file.
7910 * gdb.arch/i386-mpx-simple_segv.c: New file.
7911 * gdb.arch/i386-mpx-simple_segv.exp: New file.
7912
2d5189bd
YQ
79132016-02-18 Yao Qi <yao.qi@linaro.org>
7914
7915 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7916 Don't call setup_kfail.
7917
40fb20d0
YQ
79182016-02-18 Yao Qi <yao.qi@linaro.org>
7919
7920 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7921 Set "set breakpoint condition-evaluation" per $cond_bp_target.
7922
21b1f8d2
DE
79232016-02-16 Doug Evans <dje@google.com>
7924
7925 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
7926 * gdb.base/skip1.c: Ditto.
7927 * gdb.base/skip.exp: Whitespace cleanup.
7928
4041ed77
DB
79292016-02-16 Don Breazeal <donb@codesourcery.com>
7930
7931 PR remote/19496
7932 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7933 Remove kfail for PR remote/19496.
7934
c4ef31bf
SM
79352016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7936
7937 * lib/gdb.exp (standard_temp_file): Return a path specific to
7938 the runtest invocation.
7939
266b65b3
SM
79402016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7941
7942 * gdb.trace/save-trace.exp: Change relative path to be in the
7943 standard output directory.
7944
a7a0a6a9
JK
79452016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7946
7947 * gdb.arch/i386-prologue.c: Add missing prototypes.
7948
c99dbb42
JK
79492016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7950
7951 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
7952 * gdb.arch/i386-prologue.exp: Likewise.
7953 * gdb.arch/i386-size.exp: Likewise.
7954
aa480355
SM
79552016-02-15 Simon Marchi <simon.marchi@ericsson.com>
7956
7957 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
7958 define object file path.
7959 * gdb.btrace/gcore.exp: Use standard_output_file to define core
7960 file path.
7961 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
7962 standard_output_file to define binfile.
7963
ba881f50
JK
79642016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7965
7966 Fix compatibility with recent gfortran-5.3.1.
7967 * gdb.fortran/vla-history.exp (print vla1 allocated)
7968 (print vla2 allocated, print $2, print $3): Remove
7969 (print $4): Rename to ...
7970 (print $2): ... here.
7971 (print $9): Rename to ...
7972 (print $5): ... here.
7973 (print $10): Rename to ...
7974 (print $6): ... here.
7975 * gdb.fortran/vla.f90: Add pvla initialization.
7976
e9fb005c
JK
79772016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7978
7979 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
7980 New test.
7981 * gdb.fortran/vla-value-sub.exp: Likewise.
7982
e44e00ff
MK
79832016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
7984
7985 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
7986
97e94151
SM
79872016-02-12 Simon Marchi <simon.marchi@ericsson.com>
7988
7989 * i386-biarch-core.exp: Define corefile using
7990 standard_output_file.
7991
01113bc1
YQ
79922016-02-12 Yao Qi <yao.qi@linaro.org>
7993
7994 * gdb.arch/arm-single-step-kernel-helper.c: New.
7995 * gdb.arch/arm-single-step-kernel-helper.exp: New.
7996
33b4777c
MM
79972016-02-12 Markus Metzger <markus.t.metzger@intel.com>
7998
7999 * gdb.btrace/tailcall-only.exp: New.
8000 * gdb.btrace/tailcall-only.c: New.
8001 * gdb.btrace/x86_64-tailcall-only.S: New.
8002 * gdb.btrace/i686-tailcall-only.S: New.
8003
acc23c11
PA
80042016-02-11 Pedro Alves <palves@redhat.com>
8005
8006 * README (Parallel testing): Add missing double quotes.
8007
e352bf0a
PA
80082016-02-11 Pedro Alves <palves@redhat.com>
8009
8010 * README (Parallel testing): New section.
8011 (GDB_PARALLEL): Rewrite.
8012 (FORCE_PARALLEL): Document.
8013
9f5fed78
MK
80142016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
8015
8016 * gdb.trace/tfile-avx.c: New test.
8017 * gdb.trace/tfile-avx.exp: New test.
8018
9ef9e6a6
KS
80192016-02-09 Keith Seitz <keiths@redhat.com>
8020
8021 PR breakpoints/19546
8022 * gdb.base/infcall-exec.c: New file.
8023 * gdb.base/infcall-exec2.c: New file.
8024 * gdb.base/infcall-exec.exp: New file.
8025
a96e36da
KS
80262016-02-09 Keith Seitz <keiths@redhat.com>
8027
8028 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
8029 (toplevel): Call test_bkpt_address.
8030
9f61929f
KS
80312016-02-09 Keith Seitz <keiths@redhat.com>
8032
8033 PR python/19506
8034 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
8035 (toplevel): Call test_bkpt_address.
8036
1e94266c
SM
80372016-02-09 Simon Marchi <simon.marchi@ericsson.com>
8038
8039 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
8040 to AC_OUTPUT.
8041 * configure: Regenerate.
8042
2a7f3dff
PA
80432016-02-09 Pedro Alves <palves@redhat.com>
8044
8045 PR breakpoints/19548
8046 * gdb.base/execl-update-breakpoints.c (some_function): New
8047 function.
8048 (main): Call it.
8049 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
8050 Tighten expected GDB output.
8051
2151ccc5
SM
80522016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8053
8054 * Makefile.in (ALL_SUBDIRS): Remove.
8055 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
8056 (distclean maintainer-clean realclean): Likewise.
8057 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
8058 * configure: Regenerate.
8059 * gdb.ada/Makefile.in: Delete.
8060 * gdb.arch/Makefile.in: Likewise.
8061 * gdb.asm/Makefile.in: Likewise.
8062 * gdb.base/Makefile.in: Likewise.
8063 * gdb.btrace/Makefile.in: Likewise.
8064 * gdb.cell/Makefile.in: Likewise.
8065 * gdb.compile/Makefile.in: Likewise.
8066 * gdb.cp/Makefile.in: Likewise.
8067 * gdb.disasm/Makefile.in: Likewise.
8068 * gdb.dlang/Makefile.in: Likewise.
8069 * gdb.dwarf2/Makefile.in: Likewise.
8070 * gdb.fortran/Makefile.in: Likewise.
8071 * gdb.gdb/Makefile.in: Likewise.
8072 * gdb.go/Makefile.in: Likewise.
8073 * gdb.guile/Makefile.in: Likewise.
8074 * gdb.java/Makefile.in: Likewise.
8075 * gdb.linespec/Makefile.in: Likewise.
8076 * gdb.mi/Makefile.in: Likewise.
8077 * gdb.modula2/Makefile.in: Likewise.
8078 * gdb.multi/Makefile.in: Likewise.
8079 * gdb.objc/Makefile.in: Likewise.
8080 * gdb.opencl/Makefile.in: Likewise.
8081 * gdb.opt/Makefile.in: Likewise.
8082 * gdb.pascal/Makefile.in: Likewise.
8083 * gdb.perf/Makefile.in: Likewise.
8084 * gdb.python/Makefile.in: Likewise.
8085 * gdb.reverse/Makefile.in: Likewise.
8086 * gdb.server/Makefile.in: Likewise.
8087 * gdb.stabs/Makefile.in: Likewise.
8088 * gdb.threads/Makefile.in: Likewise.
8089 * gdb.trace/Makefile.in: Likewise.
8090 * gdb.xml/Makefile.in: Likewise.
8091 * lib/gdb.exp (make_gdb_parallel_path): Add check for
8092 GDB_PARALLEL.
8093 (standard_output_file): Remove check for GDB_PARALLEL, always
8094 return path in outputs/$subdir/$testname.
8095
437277d4
SM
80962016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8097
8098 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
8099 (site.exp): Assign abs_srcdir to tcl's srcdir.
8100
31d913c7
YQ
81012016-02-04 Yao Qi <yao.qi@linaro.org>
8102
8103 * gdb.base/foll-exec-mode.c: Include limits.h.
8104 (main): Add parameters argc and argv. Get directory from
8105 argv[0].
8106 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
8107 compilation.
8108 * gdb.base/foll-exec.c: Include limits.h.
8109 (main): Add parameters argc and argv.
8110 Get directory from argv[0].
8111 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
8112 Adjust tests on the number of lines as source code changed.
8113 * gdb.base/foll-vfork-exit.c: Include limits.h.
8114 (main): Add one line of statement before vfork.
8115 * gdb.base/foll-vfork.c: Include limits.h and string.h.
8116 (main): Add parameters argc and argv. Get directory from
8117 argv[0].
8118 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
8119 (setup_gdb): Set tbreak to skip some source lines.
8120 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
8121 (main): Add parameters argc and argv. Get directory from
8122 argv[0].
8123 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
8124 compilation.
8125 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
8126 (main): Add parameters argc and argv. Get directory from
8127 argv[0].
8128 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
8129 compilation.
8130
9482b9fb
DE
81312016-02-01 Doug Evans <dje@google.com>
8132
8133 * gdb.base/skip.exp: Clean up multiple references to same test name.
8134
6b2e4f10
PA
81352016-02-01 Pedro Alves <palves@redhat.com>
8136
ccb6afd6 8137 PR remote/19496
6b2e4f10
PA
8138 * gdb.threads/forking-threads-plus-breakpoint.exp
8139 (displaced_stepping_supported): New global.
8140 (probe_displaced_stepping_support): New procedure.
8141 (do_test): Add 'displaced' parameter, and use it.
8142 (top level): Check for displaced stepping support. Add displaced
8143 stepping on/off testing axis.
8144
37a8db1a
AB
81452016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8146
8147 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
8148 pointer. Don't perform further tests on the unassociated pointer
8149 if the first test fails.
8150
5fdf6324
AB
81512016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8152
8153 * gdb.base/max-value-size.c: New file.
8154 * gdb.base/max-value-size.exp: New file.
8155 * gdb.base/huge.exp: Disable max-value-size for this test.
8156
935c6144
IB
81572016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
8158
8159 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8160
7fe8399d
YQ
81612016-01-28 Yao Qi <yao.qi@linaro.org>
8162
8163 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
8164
a2077e25
PA
81652016-01-25 Pedro Alves <palves@redhat.com>
8166
8167 PR threads/19461
8168 * gdb.base/fork-running-state.c: New file.
8169 * gdb.base/fork-running-state.exp: New file.
8170
1d2736d4
PA
81712016-01-25 Pedro Alves <palves@redhat.com>
8172
8173 PR gdb/19494
8174 * gdb.base/catch-fork-kill.c: New file.
8175 * gdb.base/catch-fork-kill.exp: New file.
8176
f1da4b11
PA
81772016-01-25 Pedro Alves <palves@redhat.com>
8178
8179 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
8180 Delete, moved to lib/gdb.exp.
8181 * gdb.threads/forking-threads-plus-breakpoint.exp
8182 (foreach_with_prefix): Likewise.
8183 * gdb.threads/process-dies-while-handling-bp.exp
8184 (foreach_with_prefix): Likewise.
8185 * lib/gdb.exp (foreach_with_prefix): New procedure.
8186
45f38546
MK
81872016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
8188
8189 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
8190 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
8191
dc29a1ce
MK
81922016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
8193
8194 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
8195 endian targets.
8196
092127d7
JK
81972016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8198 Pedro Alves <palves@redhat.com>
8199
8200 Fix testsuite compatibility with Guile.
8201 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
8202 number.
8203
31d765d3
JK
82042016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8205
8206 Fix testsuite compatibility with Guile.
8207 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
8208 (thread 1): New test for backtrace through signal handler.
8209
1ac78c04
YQ
82102016-01-22 Yao Qi <yao.qi@linaro.org>
8211
8212 PR testsuite/19491
8213 * gdb.base/multi-forks.c: Include
8214 ../lib/unbuffer_output.c
8215 (main): Call gdb_unbuffer_output.
8216
4f5946a8
DE
82172016-01-21 Doug Evans <dje@google.com>
8218
8219 * lib/ada.exp (gdb_compile_ada): Fix typo.
8220
305e13e6
JB
82212016-01-21 Joel Brobecker <brobecker@adacore.com>
8222
8223 * gdb.base/break-fun-addr.exp: New file.
8224 * gdb.base/break-fun-addr1.c: New file.
8225 * gdb.base/break-fun-addr2.c: New file.
8226
5f5dfff6
SM
82272016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
8228
8229 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
8230 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
8231 enum flag values.
8232
fd356fa2
AA
82332016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8234
8235 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
8236 when GDB can not set the vector return value. Add more comments
8237 for clarification.
8238
9df22175
AT
82392016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
8240
8241 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
8242 command.
8243
41d1845e
SM
82442016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8245
8246 * Makefile.in (DO_RUNTEST): Add --status and update usages.
8247
01ac6840
SM
82482016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8249
8250 * Makefile.in (check-single): Pass --status to runtest.
8251 (check/%.exp): Likewise.
8252
82532016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8254
8255 * Makefile.in (check-parallel): Propagate return code from make
8256 do-check-parallel.
8257
bd0a71fa
MK
82582016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
8259
8260 * gdb.trace/ftrace.exp: Fix expected message on continue.
8261 * gdb.trace/pending.exp: Fix expected message on continue.
8262 * gdb.trace/trace-break.exp: Fix expected message on continue.
8263
8bcbad33
SM
82642016-01-18 Simon Marchi <simon.marchi@ericsson.com>
8265
8266 * lib/gdb.exp (gdb_test): Remove unused global references.
8267
f303dbd6
PA
82682016-01-18 Pedro Alves <palves@redhat.com>
8269
8270 * gdb.base/async-shell.exp: Adjust expected output.
8271 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
8272 * gdb.base/siginfo-thread.exp: Adjust expected output.
8273 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
8274 * gdb.java/jnpe.exp: Adjust expected output.
8275 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
8276 * gdb.threads/continue-pending-status.exp: Adjust expected output.
8277 * gdb.threads/leader-exit.exp: Adjust expected output.
8278 * gdb.threads/manythreads.exp: Adjust expected output.
8279 * gdb.threads/pthreads.exp: Adjust expected output.
8280 * gdb.threads/schedlock.exp: Adjust expected output.
8281 * gdb.threads/siginfo-threads.exp: Adjust expected output.
8282 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
8283 expected output.
8284 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
8285 output.
8286 * gdb.threads/sigthread.exp: Adjust expected output.
8287 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
8288
b2789696
YQ
82892016-01-18 Yao Qi <yao.qi@linaro.org>
8290
8291 * gdb.guile/scm-section-script.c: Replace @progbits with
8292 %progbits.
8293 * gdb.python/py-section-script.c: Likewise.
8294
71ef29a8
PA
82952016-01-15 Pedro Alves <palves@redhat.com>
8296
8297 * gdb.multi/tids.exp: Test star wildcard ranges.
8298
3f5b7598
PA
82992016-01-15 Pedro Alves <palves@redhat.com>
8300
8301 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
8302 command from "thread apply" invocation.
8303 (thr_apply_info_thr_invalid): Default the expected output to the
8304 input tid list.
8305 (top level): Add tests that use convenience variables. Add tests
8306 for "thread apply" with a valid TID list, but missing the command.
8307
663f6d42
PA
83082016-01-13 Pedro Alves <palves@redhat.com>
8309
8310 * gdb.base/default.exp: Expect $_gthread as well.
8311 * gdb.multi/tids.exp: Test $_gthread.
8312 * gdb.threads/thread-specific.exp: Test $_gthread.
8313
c84f6bbf
PA
83142016-01-13 Pedro Alves <palves@redhat.com>
8315
8316 * gdb.multi/tids.exp: Test "info threads -gid".
8317
22a02324
PA
83182016-01-13 Pedro Alves <palves@redhat.com>
8319
8320 * gdb.multi/tids.exp: Test InferiorThread.global_num and
8321 Breakpoint.thread.
8322 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
8323
5d5658a1
PA
83242016-01-07 Pedro Alves <palves@redhat.com>
8325
8326 * gdb.base/break.exp: Adjust to output changes.
8327 * gdb.base/hbreak2.exp: Likewise.
8328 * gdb.base/sepdebug.exp: Likewise.
8329 * gdb.base/watch_thread_num.exp: Likewise.
8330 * gdb.linespec/keywords.exp: Likewise.
8331 * gdb.multi/info-threads.exp: Likewise.
8332 * gdb.threads/thread-find.exp: Likewise.
8333 * gdb.multi/tids.c: New file.
8334 * gdb.multi/tids.exp: New file.
8335
84654457
PA
83362016-01-13 Pedro Alves <palves@redhat.com>
8337
8338 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
8339
e3940304
PA
83402016-01-13 Pedro Alves <palves@redhat.com>
8341
8342 * gdb.base/default.exp: Expect $_inferior as well.
8343 * gdb.multi/base.exp: Test $_inferior.
8344
a911d87a
PA
83452016-01-13 Pedro Alves <palves@redhat.com>
8346
8347 PR breakpoints/19388
8348 * gdb.base/catch-signal-siginfo-cond.c: New file.
8349 * gdb.base/catch-signal-siginfo-cond.exp: New file.
8350
82075af2
JS
83512016-01-12 Josh Stone <jistone@redhat.com>
8352 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8353
8354 * gdb.base/catch-syscall.c (do_execve): New variable.
8355 (main): Conditionally trigger an execve.
8356 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
8357 (test_catch_syscall_execve): New, check entry/return across execve.
8358 (do_syscall_tests): Call test_catch_syscall_execve.
8359
e46eeedd
PA
83602016-01-12 Pedro Alves <palves@redhat.com>
8361
8362 * gdb.base/random-signal.exp (do_test): New procedure, with body
8363 of testcase moved in.
8364
01d8c27e
JK
83652016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8366 Pedro Alves <palves@redhat.com>
8367
8368 * gdb.base/funcargs.exp (finish from indirectly called function):
8369 Reintroduce the case for 'First'.
8370
9a706302
JK
83712016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8372 Pedro Alves <palves@redhat.com>
8373
8374 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8375 (tcatch_vfork_then_child_follow_exec)
8376 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
8377 identification.
8378
c0ecb95f
JK
83792016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8380
8381 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
8382 and repeats to unlimited.
8383 * gdb.python/py-value.exp: Likewise.
8384 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
8385 and repeats to unlimited.
8386
6cfc1fcb
JK
83872016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8388
8389 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
8390 and reordering the functions.
8391 * gdb.multi/hangout.c: Likewise.
8392 * gdb.multi/hello.c: Likewise.
8393
582a1b00
SM
83942016-01-08 Simon Marchi <simon.marchi@ericsson.com>
8395
8396 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
8397 absolute.
8398 (SingleStatisticTestResult.report): Use dict.keys instead of
8399 dict.iterkeys.
8400
79bc59cb
PA
84012016-01-06 Pedro Alves <palves@redhat.com>
8402
8403 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
8404
43368e1d
MM
84052016-01-04 Markus Metzger <markus.t.metzger@intel.com>
8406
8407 * gdb.btrace/dlopen.exp: New.
8408 * gdb.btrace/dlopen.c: New.
8409 * gdb.btrace/dlopen-dso.c: New.
8410
79fad5b8
SL
84112015-12-25 Sandra Loosemore <sandra@codesourcery.com>
8412
8413 * lib/gdb.exp (gdb_test): Update comments to clarify that the
8414 PATTERN argument is optional.
8415
ab8314b3
JB
84162015-12-24 Joel Brobecker <brobecker@adacore.com>
8417
8418 * lib/ada.exp (target_compile_ada_from_dir): New function.
8419 (gdb_compile_ada): Reimplement avoiding the use of project files.
8420 * gdb.ada/gnat_ada.gpr: Delete.
8421 * gdb.ada/cond_lang.exp: Adjust test to make path before
8422 filename optional.
8423 * gdb.ada/small_reg_param.exp: Likewise.
8424
fe33faff
SM
84252015-12-22 Simon Marchi <simon.marchi@ericsson.com>
8426
8427 * gdb.base/foll-vork.exp: Remove HP-UX special case.
8428
6d265cb4
TP
84292015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
8430
8431 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
8432 case.
8433
10125099
SM
84342015-12-21 Simon Marchi <simon.marchi@ericsson.com>
8435
8436 * gdb.base/break.exp: Remove dead code.
8437 * gdb.base/sepdebug.exp: Likewise.
8438
3ca22649
SM
84392015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8440
8441 * gdb.asm/asm-source.exp: Remove HP-UX references.
8442 * gdb.base/annota1.exp: Likewise.
8443 * gdb.base/annota3.exp: Likewise.
8444 * gdb.base/attach.exp: Likewise.
8445 * gdb.base/bigcore.exp: Likewise.
8446 * gdb.base/break.exp: Likewise.
8447 * gdb.base/call-ar-st.exp: Likewise.
8448 * gdb.base/callfuncs.exp: Likewise.
8449 * gdb.base/catch-fork-static.exp: Likewise.
8450 * gdb.base/display.exp: Likewise.
8451 * gdb.base/foll-exec-mode.exp: Likewise.
8452 * gdb.base/foll-exec.exp: Likewise.
8453 * gdb.base/foll-fork.exp: Likewise.
8454 * gdb.base/foll-vfork.exp: Likewise.
8455 * gdb.base/funcargs.exp: Likewise.
8456 * gdb.base/hbreak2.exp: Likewise.
8457 * gdb.base/inferior-died.exp: Likewise.
8458 * gdb.base/interrupt.exp: Likewise.
8459 * gdb.base/multi-forks.exp: Likewise.
8460 * gdb.base/nodebug.exp: Likewise.
8461 * gdb.base/sepdebug.exp: Likewise.
8462 * gdb.base/solib1.c: Likewise.
8463 * gdb.base/step-test.exp: Likewise.
8464 * gdb.mi/non-stop.c: Likewise.
8465 * gdb.mi/pthreads.c: Likewise.
8466 * gdb.multi/bkpt-multi-exec.ex: Likewise.
8467 * gdb.threads/pthreads.c: Likewise.
8468 * gdb.threads/staticthreads.exp: Likewise.
8469 * lib/future.exp: Likewise.
8470 * lib/gdb.exp: Likewise.
8471 * gdb.base/so-indr-cl.c: Remove.
8472 * gdb.base/so-indr-cl.exp: Likewise.
8473 * gdb.base/solib.c: Likewise.
8474 * gdb.base/solib.exp: Likewise.
8475 * gdb.base/solib2.c: Likewise.
8476
b6304613
SM
84772015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8478
8479 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
8480 * gdb.base/call-ar-st.exp: Likewise.
8481 * gdb.base/callfuncs.exp: Likewise.
8482 * gdb.base/condbreak.exp: Likewise.
8483 * gdb.base/constvars.exp: Likewise.
8484 * gdb.base/hbreak2.exp: Likewise.
8485 * gdb.base/langs.exp: Likewise.
8486 * gdb.base/list.exp: Likewise.
8487 * gdb.base/long_long.exp: Likewise.
8488 * gdb.base/ptype.exp: Likewise.
8489 * gdb.base/scope.exp: Likewise.
8490 * gdb.base/signals.exp: Likewise.
8491 * gdb.base/so-impl-ld.exp: Likewise.
8492 * gdb.base/varargs.exp: Likewise.
8493 * gdb.base/volatile.exp: Likewise.
8494 * gdb.base/whatis.exp: Likewise.
8495 * gdb.cp/cplusfuncs.exp: Likewise.
8496 * gdb.cp/inherit.exp: Likewise.
8497 * gdb.cp/local.exp: Likewise.
8498 * gdb.cp/member-ptr.exp: Likewise.
8499 * gdb.cp/method.exp: Likewise.
8500 * gdb.cp/overload.exp: Likewise.
8501 * gdb.cp/templates.exp: Likewise.
8502 * gdb.stabs/weird.exp: Likewise.
8503 * lib/compiler.c: Likewise.
8504 * lib/compiler.cc: Likewise.
8505 * lib/cp-support.exp: Likewise.
8506 * lib/gdb.exp: Likewise.
8507
bf401b07
SM
85082015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
8509
8510 * configure.ac: Remove HP-UX case.
8511 * configure: Regenerate.
8512
aff9c0f8
SM
85132015-12-18 Simon Marchi <simon.marchi@ericsson.com>
8514
8515 * lib/gdb.exp (gdb_compile): Add function doc.
8516
a6904d5a
PA
85172015-12-17 Pedro Alves <palves@redhat.com>
8518
8519 PR threads/19354
8520 * gdb.multi/info-threads.exp: New file.
8521
a22279dd
YQ
85222015-12-15 Yao Qi <yao.qi@linaro.org>
8523
8524 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
8525 is aarch64*-*-*.
8526
0588c796
SL
85272015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8528
8529 * gdb.base/history-duplicates.exp: Skip if no readline support.
8530
5d978e17
SL
85312015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8532
8533 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
8534
7e763b86
SL
85352015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8536
8537 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
8538
87a3a92c
SL
85392015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8540
8541 * gdb.base/completion.exp: Skip tests that interrupt GDB with
8542 ctrl-C if nointerrupts target property is set.
8543 * gdb.base/double-prompt-target-event-error.exp: Likewise.
8544 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
8545 * gdb.base/paginate-bg-execution.exp: Likewise.
8546 * gdb.base/paginate-execution-startup.exp: Likewise.
8547 * gdb.base/random-signal.exp: Likewise.
8548 * gdb.base/range-stepping.exp: Likewise.
8549 * gdb.cp/annota2.exp: Likewise.
8550 * gdb.cp/annota3.exp: Likewise.
8551 * gdb.gdb/selftest.exp: Likewise.
8552 * gdb.threads/continue-pending-status.exp: Likewise.
8553 * gdb.threads/leader-exit.exp: Likewise.
8554 * gdb.threads/manythreads.exp: Likewise.
8555 * gdb.threads/pthreads.exp: Likewise.
8556 * gdb.threads/schedlock.exp: Likewise.
8557 * gdb.threads/sigthread.exp: Likewise.
8558
a8f077dc
DB
85592015-12-11 Don Breazeal <donb@codesourcery.com>
8560
8561 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
8562 remote.
8563 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
8564 * gdb.base/foll-exec.exp (main): Enable for target remote.
8565 * gdb.base/foll-fork.exp (main): Likewise.
8566 * gdb.base/foll-vfork.exp (main): Likewise.
8567 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
8568 (proc continue_to_exit_bp_loc): Use clean_restart.
8569 * gdb.base/pie-execl.exp (main): Disable for target remote.
8570 * gdb.base/watch-vfork.exp (main): Enable for target remote.
8571 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
8572 * gdb.threads/execl.exp (main): Likewise.
8573 * gdb.threads/fork-child-threads.exp (main): Likewise.
8574 * gdb.threads/fork-plus-threads.exp (main): Disable for target
8575 remote.
8576 * gdb.threads/fork-thread-pending.exp (main): Enable for target
8577 remote.
8578 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
8579 pid.tid style ptids, instead of just tid.
8580 * gdb.threads/thread-execl.exp (main): Enable for target remote.
8581 * gdb.threads/watchpoint-fork.exp (main): Likewise.
8582 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
8583 ptids, instead of just tid.
8584
3b2464a8
AB
85852015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8586
8587 * gdb.base/list.exp (test_list_forward): Add end of file error
8588 test.
8589 (test_repeat_list_command): Add end of file error test.
8590 (test_list_backwards): Add beginning of file error test.
8591
a0def019
AB
85922015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8593
8594 * gdb.base/list.exp (test_list_invalid_args): New function,
8595 defined, and called.
8596
5c000dff
AB
85972015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8598
8599 * gdb.base/list.exp (test_list): Make test names unique.
8600
f1637ebe
YQ
86012015-12-11 Yao Qi <yao.qi@linaro.org>
8602
8603 * gdb.base/coremaker2.c: Remove.
8604
36d6fc0a
PA
86052015-12-10 Pedro Alves <palves@redhat.com>
8606
8607 * gdb.multi/base.exp: Remove stale "spaces" references.
8608
762f7747
PA
86092015-12-10 Pedro Alves <palves@redhat.com>
8610
8611 * gdb.multi/base.exp: Don't use nowarnings.
8612 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
8613 * gdb.multi/hangout.c: Include stdio.h.
8614 * gdb.multi/hello.c: Include stdlib.h.
8615 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
8616 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
8617 * gdb.multi/multi-arch.exp: Don't use nowarnings.
8618
28d2bfb9
AB
86192015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
8620
8621 * gdb.dwarf2/dw2-ranges-base.c: New file.
8622 * gdb.dwarf2/dw2-ranges-base.exp: New file.
8623 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
8624 support additional line table, and debug ranges generation.
8625 (Dwarf::ranges): New function, generate .debug_ranges.
8626 (Dwarf::lines): Support generating simple line table programs.
8627 (Dwarf::assemble): Initialise new namespace variables.
8628
5fc2beac
KB
86292015-12-09 Kevin Buettner <kevinb@redhat.com>
8630
8631 * gdb.base/async.exp (proc test_background): Add case for
8632 asynchronous execution not supported.
8633
1c35a88f
LM
86342015-12-09 Luis Machado <lgustavo@codesourcery.com>
8635
8636 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
8637 format and change test names to make them unique.
8638
b593e3d9
RK
86392015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
8640 Pedro Alves <pedro@redhat.com>
8641
8642 PR gdb/18702
8643 Add checking of floatformats setup on x86_64 hosts.
8644 * gdb.arch/i386-float.S (main): Load bigval and smallval.
8645 (smallval, bigval): New labels/constants.
8646 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
8647 float" after loading bigval and smallval.
8648
d72413e6
PMR
86492015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
8650
8651 * gdb.ada/fun_overload_menu.exp: New testcase.
8652 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
8653
ece66d65
JS
86542015-12-04 Josh Stone <jistone@redhat.com>
8655
8656 * gdb.base/catch-fork-static.exp: New.
8657
41d0efca
YQ
86582015-12-03 Yao Qi <yao.qi@linaro.org>
8659
8660 * gdb.base/sizeof.c: Don't include stdio.h and
8661 ../lib/unbuffer_output.c.
8662 (main): New variable 'size' and 'value'. Remove printf and
8663 gdb_unbuffer_output. Assign return value to size and value.
8664 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
8665 at the beginning.
8666 (check_sizeof): Check the result by printing variable 'size'.
8667 (check_valueof): Check the result by printing variable 'value'.
8668
99fd02d9
YQ
86692015-12-01 Yao Qi <yao.qi@linaro.org>
8670
8671 * gdb.base/disp-step-syscall.exp: Define syscall instruction
8672 for aarch64*-*-linux* target.
8673
f2faf941
PA
86742015-11-30 Pedro Alves <palves@redhat.com>
8675
8676 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
8677
04bf20c5
PA
86782015-11-30 Pedro Alves <palves@redhat.com>
8679
8680 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
8681 Handle non-stop mode vCont replies.
8682
09df4675
PA
86832015-11-30 Pedro Alves <palves@redhat.com>
8684
8685 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
8686 prepare_for_testing. Start gdb with "set non-stop on" appended to
8687 GDBFLAGS. Lax expected stop output.
8688
58b584af
YQ
86892015-11-27 Yao Qi <yao.qi@linaro.org>
8690
8691 * gdb.arch/arm-neon.exp: New.
8692 * gdb.arch/arm-neon.c: New.
8693
dfcb77a8
YQ
86942015-11-27 Yao Qi <yao.qi@linaro.org>
8695
8696 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
8697
88e8ec1b
YQ
86982015-11-27 Yao Qi <yao.qi@linaro.org>
8699
8700 * gdb.cp/annota2.exp: Allow multiple occurrences of the
8701 frames-invalid annotation.
8702
bfde72c2
YQ
87032015-11-27 Yao Qi <yao.qi@linaro.org>
8704
8705 * gdb.cp/annota2.exp: Use ${frames_invalid}.
8706
f6512a69
SM
87072015-11-26 Simon Marchi <simon.marchi@ericsson.com>
8708
8709 * gdb.threads/names.exp: New file.
8710 * gdb.threads/names.c: New file.
8711 * README: Mention gdb,no_thread_names.
8712
46a3515b
MM
87132015-11-26 Markus Metzger <markus.t.metzger@intel.com>
8714
8715 PR 19297
8716 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
8717 support" error.
8718
62147a22
PA
87192015-11-24 Pedro Alves <palves@redhat.com>
8720
8721 PR 17539
8722 * gdb.base/display.exp: Expect displays to be sorted in ascending
8723 order. Use multi_line.
8724 * gdb.base/solib-display.exp: Likewise.
8725
2f341b6e
PA
87262015-11-24 Pedro Alves <palves@redhat.com>
8727
8728 PR 17539
25d49b86
PA
8729 * gdb.base/display.exp: Expect displays to be sorted in ascending
8730 order. Use multi_line.
8731 * gdb.base/solib-display.exp: Likewise.
2f341b6e 8732
7e0aa6aa
PA
87332015-11-24 Pedro Alves <palves@redhat.com>
8734
8735 PR 17539
8736 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
8737 threads in ascending order.
8738 * gdb.base/foll-fork.exp: Likewise.
8739 * gdb.base/foll-vfork.exp: Likewise.
8740 * gdb.base/multi-forks.exp: Likewise.
8741 * gdb.mi/mi-nonstop.exp: Likewise.
8742 * gdb.mi/mi-nsintrall.exp: Likewise.
8743 * gdb.multi/base.exp: Likewise.
8744 * gdb.multi/multi-arch.exp: Likewise.
8745 * gdb.python/py-inferior.exp: Likewise.
8746 * gdb.threads/break-while-running.exp: Likewise.
8747 * gdb.threads/execl.exp: Likewise.
8748 * gdb.threads/gcore-thread.exp: Likewise.
8749 * gdb.threads/info-threads-cur-sal.exp: Likewise.
8750 * gdb.threads/kill.exp: Likewise.
8751 * gdb.threads/linux-dp.exp: Likewise.
8752 * gdb.threads/multiple-step-overs.exp: Likewise.
8753 * gdb.threads/next-bp-other-thread.exp: Likewise.
8754 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
8755 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
8756 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
8757 * gdb.threads/thread-find.exp: Likewise.
8758 * gdb.threads/tls.exp: Likewise.
8759 * lib/mi-support.exp (mi_reverse_list): Delete.
8760 (mi_check_thread_states): No longer reverse list.
8761
2cc57ad8
PA
87622015-11-24 Pedro Alves <palves@redhat.com>
8763
8764 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
8765 use lowercase.
8766
c93e8391
SM
87672015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8768
8769 * gdb.trace/actions.c: Include trace-common.h.
8770 (main): Add a location for a fast tracepoint.
8771 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
8772 the normal tracepoints.
8773 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
8774
045ccf91
SM
87752015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8776
8777 * save-trace.exp: Factor out code to these...
8778 (gdb_save_tracepoints): New.
8779 (gdb_load_tracepoints): New.
8780 (do_save_load_test): New.
8781
5506f9f6
KB
87822015-11-23 Kevin Buettner <kevinb@redhat.com>
8783
8784 * gdb.base/asmlabel.exp: New test.
8785 * gdb.base/asmlabel.c: New test case.
8786
16c3b12f
JB
87872015-11-23 Joel Brobecker <brobecker@adacore.com>
8788
8789 * gdb.base/wrong_frame_bt_full-main.c: New file.
8790 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
8791 * gdb.base/wrong_frame_bt_full.exp: New file.
8792
155bfbd3
JB
87932015-11-23 Joel Brobecker <brobecker@adacore.com>
8794
8795 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
8796
bb097445
JM
87972015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8798
206853a0 8799 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
8800 pstate register when comparing registers values in
8801 sparc64-*-linux-gnu targets to avoid spurious differences.
8802
9c88ed8f
JM
88032015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8804
206853a0 8805 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 8806
96161e25
SL
88072015-11-19 Sandra Loosemore <sandra@codesourcery.com>
8808
8809 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
8810 as type argument to gdb_compile.
8811 * gdb.base/nested-subp2.exp: Likewise.
8812 * gdb.base/nested-subp3.exp: Likewise.
8813
340c2830
DV
88142015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
8815
8816 * lib/dwarf.exp (_note): Fix left shift of negative value.
8817 * gdb.trace/trace-condition.exp: Likewise.
8818
c1862d0f
YQ
88192015-11-13 Yao Qi <yao.qi@linaro.org>
8820
8821 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
8822 comments about d10v.
8823 (test_scalar_returns): Likewise.
8824 * gdb.base/d10v.ld: Remove.
8825 * gdb.base/overlays.exp: Remove the target triplet checking for
8826 d10v-*-*.
8827 * gdb.base/structs.exp (test_struct_returns): Remove the
8828 comments about d10v.
8829 (test_struct_calls): Likewise.
8830
77ae9c19
YQ
88312015-11-13 Yao Qi <yao.qi@linaro.org>
8832
8833 * gdb.base/gnu_vector.exp: Check the return value by "p res".
8834 * gdb.base/gnu_vector.c: Don't include stdio.h.
8835 (main): Don't print res and call add_some_intvecs.
8836
430e004e
MK
88372015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
8838
8839 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
8840 macro.
8841 (func5): Removed.
8842 (func4): Use FAST_TRACEPOINT_LABEL.
8843 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
8844 macro.
8845 (func): Removed.
8846 (thread_function): Use FAST_TRACEPOINT_LABEL.
8847 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
8848 (func): Remove.
8849 (marker): Use FAST_TRACEPOINT_LABEL.
8850 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
8851 (pendfunc1): Remove.
8852 (pendfunc): Use FAST_TRACEPOINT_LABEL.
8853 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
8854 (foo): Remove.
8855 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
8856 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
8857 macro.
8858 (func): Remove.
8859 (marker): Use FAST_TRACEPOINT_LABEL.
8860 * gdb.trace/trace-common.h: New header.
8861 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
8862 macro.
8863 (func): Remove.
8864 (marker): Use FAST_TRACEPOINT_LABEL.
8865 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
8866 (func): Remove.
8867 (thread_function): Use FAST_TRACEPOINT_LABEL.
8868
6e7675a7
MK
88692015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
8870
8871 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
8872 in front.
8873 * gdb.trace/change-loc.exp: Use global pcreg definition.
8874 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
8875 * gdb.trace/entry-values.exp: Use global spreg definition, add $
8876 in front.
8877 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
8878 * gdb.trace/pending.exp: Likewise.
8879 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
8880 * gdb.trace/trace-break.exp: Likewise.
8881 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
8882 in front.
8883 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
8884 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
8885 in front.
8886 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
8887
dddc0e16
JB
88882015-11-09 Joel Brobecker <brobecker@adacore.com>
8889
8890 * gdb.ada/fin_fun_out: New testcase.
8891
c6f0b406
KB
88922015-11-07 Kevin Buettner <kevinb@redhat.com>
8893
8894 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
8895 value associated with DW_AT_byte_size.
8896 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
8897 constants for DW_AT_byte_size, DW_AT_lower_bound, and
8898 DW_AT_upper_bound.
8899
f01dcfd9
KB
89002015-11-07 Kevin Buettner <kevinb@redhat.com>
8901
8902 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
8903 (gdb_target_symbol_prefix_flags): Define in terms of _asm
8904 version.
8905 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
8906 gdb.dwarf2/dw2-canonicalize-type.exp,
8907 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
8908 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
8909 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
8910 provided by gdb_target_symbol_prefix_flags_asm.
8911 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
8912 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
8913 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
8914 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
8915 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
8916 macros where needed). Use this macro for symbols which require
8917 the prefix provided by SYMBOL_PREFIX.
8918
2223449a
KB
89192015-11-05 Kevin Buettner <kevinb@redhat.com>
8920
8921 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
8922 New procs.
8923 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
8924 representing expressions, of more than one list element.
8925 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
8926 to prepend linker symbol prefix to f.
8927 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
8928 table_1 and table_2.
8929 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
8930 Likewise, for f and g.
8931 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
8932 for ptr.
8933 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
8934 for main.
8935 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
8936 table_1_ptr and table_2_ptr.
8937
6f2f1a3a
JK
89382015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8939 Joel Brobecker <brobecker@adacore.com>
8940
8941 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
8942
566c56c9
MK
89432015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
8944
8945 * gdb.reverse/s390-mvcle.c: New test.
8946 * gdb.reverse/s390-mvcle.exp: New file.
8947 * lib/gdb.exp: Enable reverse tests on s390*-linux.
8948
d5f0636b
MK
89492015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8950
8951 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
8952
7ad8b86c
MK
89532015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8954
8955 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
8956 reaching marker2.
8957 * gdb.reverse/getresuid-reverse.exp: Likewise.
8958 * gdb.reverse/pipe-reverse.exp: Likewise.
8959 * gdb.reverse/readv-reverse.exp: Likewise.
8960 * gdb.reverse/recvmsg-reverse.exp: Likewise.
8961 * gdb.reverse/time-reverse.exp: Likewise.
8962 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
8963
4081c0f1
YQ
89642015-10-30 Yao Qi <yao.qi@linaro.org>
8965
8966 * gdb.threads/wp-replication.c (watch_count_done): Remove.
8967 (empty_cycle): Remove.
8968 (main): Don't call empty_cycle. Don't use watch_count_done.
8969 * gdb.threads/wp-replication.exp: Don't set breakpoint on
8970 empty_cycle. Rewrite the code counting HW watchpoints.
8971
452b4ba5
MK
89722015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
8973
8974 * gdb.reverse/fstatat-reverse.c: New test.
8975 * gdb.reverse/fstatat-reverse.exp: New file.
8976 * gdb.reverse/getresuid-reverse.c: New test.
8977 * gdb.reverse/getresuid-reverse.exp: New file.
8978 * gdb.reverse/pipe-reverse.c: New test.
8979 * gdb.reverse/pipe-reverse.exp: New file.
8980 * gdb.reverse/readv-reverse.c: New test.
8981 * gdb.reverse/readv-reverse.exp: New file.
8982 * gdb.reverse/recvmsg-reverse.c: New test.
8983 * gdb.reverse/recvmsg-reverse.exp: New file.
8984 * gdb.reverse/time-reverse.c: New test.
8985 * gdb.reverse/time-reverse.exp: New file.
8986 * gdb.reverse/waitpid-reverse.c: New test.
8987 * gdb.reverse/waitpid-reverse.exp: New file.
8988
5e2e7507
JK
89892015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8990
8991 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
8992
0fde2c53
DE
89932015-10-26 Doug Evans <dje@google.com>
8994
8995 PR symtab/17391
8996 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
8997 * gdb.dwarf2/bad-regnum.c: New file.
8998 * gdb.dwarf2/bad-regnum.exp: New file.
8999
1a70ae97
DE
90002015-10-26 Doug Evans <dje@google.com>
9001
9002 PR python/18938
9003 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
9004 file.
9005
27dc26ab
JK
90062015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9007
9008 * gdb.compile/compile.exp (compile code globalvar): Update expectation
9009 for a change by "Mention language in compile error message".
9010
bed91f4d
SM
90112015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
9012
9013 PR python/18073
9014 * gdb.python/py-type.c (C::a_method): New.
9015 (C::a_const_method): New.
9016 (C::a_static_method): New.
9017 (a_function): New.
9018 * gdb.python/py-type.exp (test_fields): Test getting fields
9019 from function and method.
9020
3f2f83dd
KB
90212015-10-21 Keven Boell <keven.boell@intel.com>
9022
9023 * gdb.fortran/vla-alloc-assoc.exp: New file.
9024 * gdb.fortran/vla-datatypes.exp: New file.
9025 * gdb.fortran/vla-datatypes.f90: New file.
9026 * gdb.fortran/vla-history.exp: New file.
9027 * gdb.fortran/vla-ptype-sub.exp: New file.
9028 * gdb.fortran/vla-ptype.exp: New file.
9029 * gdb.fortran/vla-sizeof.exp: New file.
9030 * gdb.fortran/vla-sub.f90: New file.
9031 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
9032 * gdb.fortran/vla-value-sub-finish.exp: New file.
9033 * gdb.fortran/vla-value-sub.exp: New file.
9034 * gdb.fortran/vla-value.exp: New file.
9035 * gdb.fortran/vla-ptr-info.exp: New file.
9036 * gdb.mi/mi-vla-fortran.exp: New file.
9037 * gdb.mi/vla.f90: New file.
9038
27145d50
SL
90392015-10-21 Sandra Loosemore <sandra@codesourcery.com>
9040
9041 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
9042 of hardwired timeout value.
9043
5f3ff4f8
JK
90442015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9045 Pedro Alves <palves@redhat.com>
9046
9047 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
9048 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
9049
bfd09d20
JS
90502015-10-19 Josh Stone <jistone@redhat.com>
9051
9052 * gdb.base/catch-syscall.c: Include <sched.h>.
9053 (unknown_syscall): New variable.
9054 (main): Trigger a vfork and an unknown syscall.
9055 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
9056 (unknown_syscall_number): Likewise.
9057 (check_call_to_syscall): Accept an optional syscall pattern.
9058 (check_return_from_syscall): Likewise.
9059 (check_continue): Likewise.
9060 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
9061 (test_catch_syscall_skipping_return): New test toggling off 'catch
9062 syscall' to step over the syscall return, then toggling back on.
9063 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
9064 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
9065 (do_syscall_tests): Call test_catch_syscall_without_args and
9066 test_catch_syscall_mid_vfork.
9067 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
9068 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
9069
b32b93c6
AS
90702015-10-19 Andrew Stubbs <ams@codesourcery.com>
9071
9072 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
9073 print g_vE): Add new pass patterns.
9074 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
9075 print various symbol names for vptr fields.
9076
9d622bda
AB
90772015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
9078
9079 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
9080 results.
9081
0fd8ac1c
YQ
90822015-10-12 Yao Qi <yao.qi@linaro.org>
9083
9084 * gdb.arch/disp-step-insn-reloc.exp: New test case.
9085
34240514
YQ
90862015-10-12 Yao Qi <yao.qi@linaro.org>
9087
9088 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
9089 is aarch64*-*-linux*.
9090
8240f442
YQ
90912015-10-12 Yao Qi <yao.qi@linaro.org>
9092
9093 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
9094 (can_relocate_bcond_true): ... it.
9095 (can_relocate_bcond_false): New function.
9096 (foo): Likewise.
9097 (can_relocate_bl): Likewise.
9098 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
9099 can_relocate_bl.
9100
2520f728
PMR
91012015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
9102
9103 * gdb.base/nested-addr.c: New file.
9104 * gdb.base/nested-addr.exp: New testcase.
9105
abcef95a
MM
91062015-10-09 Markus Metzger <markus.t.metzger@intel.com>
9107
9108 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
9109 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
9110 its output. Ignore the output of "record goto begin" and instead
9111 check that GDB is replaying.
9112
145e3ddb
PA
91132015-10-09 Pedro Alves <palves@redhat.com>
9114
9115 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
9116 (top level): Use it in the run with no args test.
9117
d5d8c4e1
IB
91182015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
9119
9120 * gdb.dlang/properties.exp: New file.
9121
06e635ef
SL
91222015-10-02 Sandra Loosemore <sandra@codesourcery.com>
9123
9124 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
9125 whether or not address 0x1000 is mapped on the target.
9126
e019fd1d
SM
91272015-09-30 Simon Marchi <simon.marchi@ericsson.com>
9128
9129 * gdb.python/py-type.exp: Do not run tests if binaries fail to
9130 build.
9131
77ba2a67
MM
91322015-09-30 Markus Metzger <markus.t.metzger@intel.com>
9133
9134 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
9135 instruction-history test.
9136
c60eb31f
DE
91372015-09-28 Doug Evans <dje@google.com>
9138
9139 * gdb.base/gcore.c (array_func): Add reference to static_array.
9140
9a3c8263
SM
91412015-09-25 Simon Marchi <simon.marchi@ericsson.com>
9142
9143 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
9144 source line.
9145
9720e656
SL
91462015-09-24 Sandra Loosemore <sandra@codesourcery.com>
9147
9148 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
9149 short or char as base type.
9150
938d3bf2
SL
91512015-09-23 Sandra Loosemore <sandra@codesourcery.com>
9152
9153 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
9154 to allow any size enum.
9155
e6c2c623
PMR
91562015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
9157
9158 * gdb.ada/array_ptr_renaming.exp: New testcase.
9159 * gdb.ada/array_ptr_renaming/foo.adb: New file.
9160 * gdb.ada/array_ptr_renaming/pack.ads: New file.
9161
06da0f77
PL
91622015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9163
9164 * gdb.trace/ftrace-lock.c: New file.
9165 * gdb.trace/ftrace-lock.exp: New file.
9166
4f51c22a
PL
91672015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9168
9169 * gdb.arch/insn-reloc.c: New file.
9170 * gdb.arch/ftrace-insn-reloc.exp: New file.
9171
7041adf4
PL
91722015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9173
9174 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
9175 instruction.
9176 * gdb.trace/pendshr1.c (pendfunc): Likewise.
9177 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
9178 * gdb.trace/range-stepping.c: Likewise.
9179 * gdb.trace/trace-break.c: Likewise.
9180 * gdb.trace/trace-mt.c (thread_function): Likewise.
9181 * gdb.trace/ftrace.c (marker): Likewise.
9182 * gdb.trace/trace-condition.c (marker): Likewise.
9183 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
9184 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
9185 is_aarch64_target.
9186
015d2e7e
DE
91872015-09-18 Doug Evans <xdje42@gmail.com>
9188
9189 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
9190 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
9191
26b188a2
SL
91922015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9193
9194 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
9195 the breakpoint.
9196
79dc332b
SL
91972015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9198
9199 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
9200 the pending breakpoint. Remove timeout override for "Run till
9201 MI pending breakpoint on pendfunc3 on thread 2" test.
9202
f57929f2
SL
92032015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9204
9205 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
9206 filename pattern.
9207
3f469b17
SL
92082015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9209
9210 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
9211 in breakpoint filename pattern.
9212
515b89b3
SL
92132015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9214
7800dbe4
SL
9215 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
9216
92172015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9218
515b89b3
SL
9219 * gdb.linespec/explicit.exp: Check for readline support for
9220 tab-completion tests. Fix obvious typo.
9221
d2939ba2
MM
92222015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9223
9224 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
9225 and replay.
9226
cbb55fa7
MM
92272015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9228
9229 * gdb.btrace/non-stop.c: New.
9230 * gdb.btrace/non-stop.exp: New.
9231
43691ca1
PL
92322015-09-17 Pierre Langlois <pierre.langlois@arm.com>
9233 Yao Qi <yao.qi@linaro.org>
9234
9235 * gdb.trace/trace-condition.c: New file.
9236 * gdb.trace/trace-condition.exp: New file.
9237
d78908cf
WW
92382015-09-16 Wei-cheng Wang <cole945@gmail.com>
9239
9240 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
9241 for testing bytecode compilation.
9242
1ed415e2
PA
92432015-09-16 Pedro Alves <palves@redhat.com>
9244 Sandra Loosemore <sandra@codesourcery.com>
9245
9246 * gdb.threads/non-stop-fair-events.c (timeout): New global.
9247 (SECONDS): Redefine.
9248 (main): Call pthread_kill and alarm early.
9249 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
9250 support.
9251 (test): If the target can't hardware step and doesn't support
9252 displaced stepping, increase the timeout.
9253
d136eff5
PA
92542015-09-16 Pedro Alves <palves@redhat.com>
9255
9256 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
9257 (enable_debug): New procedures.
9258 (test): Use them. Bail out if waiting for threads fails.
9259 (top level): Bail out if a test fails.
9260
991f019c
YQ
92612015-09-16 Yao Qi <yao.qi@linaro.org>
9262
9263 * gdb.asm/asm-source.exp: Set asm-arch for
9264 aarch64*-*-* target.
9265 * gdb.asm/aarch64.inc: New file.
9266
bfca584f
PMR
92672015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
9268
9269 * gdb.ada/array_of_variable_length.exp: New testcase.
9270 * gdb.ada/array_of_variable_length/foo.adb: New file.
9271 * gdb.ada/array_of_variable_length/pck.adb: New file.
9272 * gdb.ada/array_of_variable_length/pck.ads: New file.
9273
b326e587
DE
92742015-09-15 Doug Evans <dje@google.com>
9275
9276 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
9277 of function static local variable.
9278
5382cfab
PW
92792015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9280
9281 * gdb.threads/tls-so_extern.exp: New test file.
9282 * gdb.threads/tls-so_extern.c: New test file.
9283 * gdb.threads/tls-so_extern_main.c: New test file.
9284
141c5cc4
JK
92852015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9286
9287 * gdb.opt/solib-intra-step-lib.c: New file.
9288 * gdb.opt/solib-intra-step-main.c: New file.
9289 * gdb.opt/solib-intra-step.exp: New file.
9290
d15dcecd
PA
92912015-09-15 Pedro Alves <palves@redhat.com>
9292
9293 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
9294 gdb_continue_to_breakpoint instead of gdb_test_multiple.
9295
4c2f2a79
PA
92962015-09-14 Pedro Alves <palves@redhat.com>
9297
9298 * gdb.base/hook-stop-continue.c: Delete.
9299 * gdb.base/hook-stop-continue.exp: Delete.
9300 * gdb.base/hook-stop-frame.c: Delete.
9301 * gdb.base/hook-stop-frame.exp: Delete.
9302 * gdb.base/hook-stop.c: New file.
9303 * gdb.base/hook-stop.exp: New file.
9304
919e6dbe
PMR
93052015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
9306
9307 * gdb.ada/access_to_packed_array.exp: New testcase.
9308 * gdb.ada/access_to_packed_array/foo.adb: New file.
9309 * gdb.ada/access_to_packed_array/pack.adb: New file.
9310 * gdb.ada/access_to_packed_array/pack.ads: New file.
9311
157280a4
MM
93122015-09-14 Markus Metzger <markus.t.metzger@intel.com>
9313
9314 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
9315 buffer size test.
9316
2fd33e94
DB
93172015-09-11 Don Breazeal <donb@codesourcery.com>
9318
9319 * gdb.base/foll-exec.c: Add copyright header. Fix
9320 formatting issues.
9321 * gdb.base/foll-exec.exp (zap_session): Delete proc.
9322 (do_exec_tests): Use clean_restart in place of zap_session,
9323 and for test initialization. Fix formatting issues. Use
9324 fail in place of perror.
9325 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
9326 an expect statement to match an expression with output from
9327 the program under debug.
9328 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
9329 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
9330 * gdb.threads/non-ldr-exc-2.exp: Likewise.
9331 * gdb.threads/non-ldr-exc-3.exp: Likewise.
9332 * gdb.threads/non-ldr-exc-4.exp: Likewise.
9333
e70b6e8e
DE
93342015-09-09 Doug Evans <dje@google.com>
9335
9336 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
9337
7a551a51
DE
93382015-09-09 Doug Evans <dje@google.com>
9339
9340 * gdb.base/pie-execl.exp: Fix result test of build_executable.
9341
4c666f84
DE
93422015-09-09 Doug Evans <dje@google.com>
9343
9344 * gdb.base/savedregs.exp: Fix typo.
9345
243a9253
PA
93462015-09-09 Pedro Alves <palves@redhat.com>
9347
9348 * gdb.mi/mi-cli.exp: Add CLI finish tests.
9349
c0fa8fbd
SL
93502015-09-08 Sandra Loosemore <sandra@codesourcery.com>
9351
9352 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
9353 command actually switches threads. Give up on remaining
9354 tests if target fails to stop at breakpoint.
9355
cd7c1778
PMR
93562015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
9357
9358 * gdb.ada/funcall_char.exp: New testcase.
9359 * gdb.ada/funcall_char/foo.adb: New file.
9360
dc5c8746
PMR
93612015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
9362
9363 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
9364 expected outputs. Add two testcases for completing ambiguous
9365 functions.
9366 * gdb.ada/complete/aux_pck.adb: New file.
9367 * gdb.ada/complete/aux_pck.ads: New file.
9368 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
9369 Ambiguous_Func functions.
9370 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
9371 * gdb.ada/complete/pck.adb: Likewise.
9372
4e83a1e7
UW
93732015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
9374
9375 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
9376 failures to run the test program under GDB.
9377
8ce74153
LM
93782015-08-26 Luis Machado <lgustavo@codesourcery.com>
9379
9380 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
9381 to C.
9382
e9756d52
PP
93832015-08-26 Patrick Palka <patrick@parcs.ath.cx>
9384
9385 * gdb.base/run-after-attach.exp: New test file.
9386 * gdb.base/run-after-attach.c: New test file.
9387
8d37573b
DB
93882015-08-26 Don Breazeal <donb@codesourcery.com>
9389
9390 * gdb.base/foll-exec-2.c: New test program.
9391 * gdb.base/foll-exec-2.exp: New test.
9392
63e43d3a
PMR
93932015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
9394
9395 * gdb.base/nested-subp1.exp: New file.
9396 * gdb.base/nested-subp1.c: New file.
9397 * gdb.base/nested-subp2.exp: New file.
9398 * gdb.base/nested-subp2.c: New file.
9399 * gdb.base/nested-subp3.exp: New file.
9400 * gdb.base/nested-subp3.c: New file.
9401
3d40fbb5
PA
94022015-08-24 Pedro Alves <palves@redhat.com>
9403
9404 * gdb.server/connect-without-multi-process.c: New file.
9405 * gdb.server/connect-without-multi-process.exp: New file.
9406
4422ac93
LM
94072015-08-24 Luis Machado <lgustavo@codesourcery.com>
9408
9409 * gdb.opt/inline-markers.c: Make z int.
9410
91dddb86
LM
94112015-08-24 Luis Machado <lgustavo@codesourcery.com>
9412
9413 * gdb.opt/inline-markers.c: Make z volatile.
9414
a48847ee
LM
94152015-08-24 Luis Machado <lgustavo@codesourcery.com>
9416
9417 * gdb.opt/inline-bt.c: New volatile global z.
9418 * gdb.opt/inline-cmds.c: Likewise.
9419 * gdb.opt/inline-locals.c: Likewise.
9420 * gdb.opt/inline-markers.c: New extern global z.
9421 (marker): Use z.
9422 (inline_fn): Likewise.
9423
0ebbc52b
PA
94242015-08-24 Pedro Alves <palves@redhat.com>
9425
9426 * config/m32r-stub.exp: Remove file.
9427 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
9428 * gdb.base/call-rt-st.exp: Likewise.
9429 * gdb.base/call-strs.exp: Likewise.
9430 * gdb.base/default.exp: Remove references to h8300-*-hms and
9431 *-*-udi*.
9432 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
9433
77c365df
AA
94342015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9435
9436 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
9437 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
9438 and "return" use KFAIL when GDB can not read/write the vector
9439 return value.
9440
4313b8c0
GB
94412015-08-21 Gary Benson <gbenson@redhat.com>
9442
9443 * gdb.trace/pending.exp: Cope with remote transfer warnings.
9444
0e433b32
PA
94452015-08-20 Pedro Alves <palves@redhat.com>
9446
9447 * gdb.server/solib-list.exp: No longer expect an interior stop in
9448 non-stop mode.
9449
221e1a37
PA
94502015-08-20 Pedro Alves <palves@redhat.com>
9451
9452 * gdb.server/connect-stopped-target.c: New file.
9453 * gdb.server/connect-stopped-target.exp: New file.
9454
40e3ad0e
PA
94552015-08-20 Pedro Alves <palves@redhat.com>
9456
9457 * gdb.dwarf2/comp-unit-lang.exp: New file.
9458 * gdb.dwarf2/comp-unit-lang.c: New file.
9459
af39b327
PMR
94602015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
9461
9462 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
9463 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
9464
7d45c7c3 94652015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 9466
7d45c7c3
KB
9467 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
9468 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
9469
4d6cceb4
DE
94702015-08-18 Doug Evans <dje@google.com>
9471 Adrian Sendroiu <adrian.sendroiu@freescale.com>
9472
9473 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
9474 skip_python_tests. New arg prompt_regexp.
9475 (skip_python_tests): New function.
9476 * lib/mi-support.exp (mi_skip_python_tests): New function.
9477 * gdb.python/py-mi-objfile-gdb.py: New file.
9478 * gdb.python/py-mi-objfile.c: New file.
9479 * gdb.python/py-mi-objfile.exp: New file.
9480
ad89c2aa
KS
94812015-08-17 Keith Seitz <keiths@redhat.com>
9482
9483 * gdb.linespec/explicit.exp: Move strace test from here ...
9484 * gdb.trace/strace.exp: ... to here.
9485
e3ae3c43
PP
94862015-08-15 Patrick Palka <patrick@parcs.ath.cx>
9487
9488 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
9489 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
9490
604b2636
DE
94912015-08-14 Doug Evans <xdje42@gmail.com>
9492
9493 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
9494 inferior before selecting a new file.
9495
6ff0ba5f
DE
94962015-08-14 Doug Evans <xdje42@gmail.com>
9497
9498 * gdb.mi/mi-disassemble.exp: Update.
9499 * gdb.base/disasm-optim.S: New file.
9500 * gdb.base/disasm-optim.c: New file.
9501 * gdb.base/disasm-optim.h: New file.
9502 * gdb.base/disasm-optim.exp: New file.
9503
9ca98f92
KS
95042015-08-14 Keith Seitz <keiths@redhat.com>
9505
9506 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
9507 "evaluated-by".
9508
52bbc560
JB
95092015-08-13 Joel Brobecker <brobecker@adacore.com>
9510
9511 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
9512
5d8c3ed3
PMR
95132015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
9514
9515 * gdb.ada/fun_renaming.exp: New testcase.
9516 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
9517 * gdb.ada/fun_renaming/pack.adb: New file.
9518 * gdb.ada/fun_renaming/pack.ads: New file.
9519
ea8812bc
KS
95202015-08-12 Keith Seitz <keiths@redhat.com>
9521
9522 * gdb.base/dso2dso.exp: Pass basename of source file in call to
9523 gdb_get_line_number.
9524
4dafcdeb
JB
95252015-08-12 Joel Brobecker <brobecker@adacore.com>
9526
9527 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
9528 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
9529 gdb.base/dso2dso.exp: New files.
9530
5ba32597
SDJ
95312015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
9532 Pedro Alves <palves@redhat.com>
9533 Keith Seitz <keiths@redhat.com>
9534
9535 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
9536 GDBFLAGS.
9537
b6dafabf
PP
95382015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9539
9540 * gdb.base/gdbhistsize-history.exp
9541 (test_histsize_history_setting): Use save_vars.
9542 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9543 Use save_vars.
9544 (test_no_truncation_of_unlimited_history_file): Use save_vars.
9545 * gdb.base/readline.exp: Use save_vars.
9546
abe8e607
PP
95472015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9548
9549 * lib/gdb.exp (save_vars): New proc.
9550
629500fa
KS
95512015-08-11 Keith Seitz <keiths@redhat.com>
9552
9553 * gdb.base/help.exp: Update help_breakpoint_text.
9554
eb8c4e2e
KS
95552015-08-11 Keith Seitz <keiths@redhat.com>
9556
9557 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
9558 (at toplevel): Call test_explicit_breakpoints.
9559 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
9560 breakpoints.
9561 * lib/mi-support.exp (mi_make_breakpoint): Add support for
9562 breakpoint conditions, "-cond".
9563
87f0e720
KS
95642015-08-11 Keith Seitz <keiths@redhat.com>
9565
9566 * gdb.linespec/3explicit.c: New file.
9567 * gdb.linespec/cpexplicit.cc: New file.
9568 * gdb.linespec/cpexplicit.exp: New file.
9569 * gdb.linespec/explicit.c: New file.
9570 * gdb.linespec/explicit.exp: New file.
9571 * gdb.linespec/explicit2.c: New file.
9572 * gdb.linespec/ls-errs.exp: Add explicit location tests.
9573 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
9574 before using in the matching pattern.
9575 Clarify that `prefix' is a regular expression.
9576
f00aae0f
KS
95772015-08-11 Keith Seitz <keiths@redhat.com>
9578
9579 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
9580 test.
9581 Add tests for missing ",FMT" and ",".
9582
e27852be
DE
95832015-08-10 Doug Evans <dje@google.com>
9584 Keith Seitz <keiths@redhat.com>
9585
9586 PR gdb/17960
9587 * gdb.base/completion.exp: Add location completer tests.
9588
7f03bd92
PA
95892015-08-07 Pedro Alves <palves@redhat.com>
9590
9591 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
9592 tests here.
9593 (top level): Run do_test with and without displaced stepping.
9594
3fc8eb30
PA
95952015-08-07 Pedro Alves <palves@redhat.com>
9596
9597 * gdb.base/valgrind-disp-step.c: New file.
9598 * gdb.base/valgrind-disp-step.exp: New file.
9599
d4569d7b
PA
96002015-08-07 Pedro Alves <palves@redhat.com>
9601
9602 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
9603 Delete function.
9604 (main): Add alarm. Run an infinite loop instead of calling
9605 wait_threads.
9606 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
9607 comment.
9608 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
9609 Delete function.
9610 (main): Add alarm. Run an infinite loop instead of calling
9611 wait_threads.
9612 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
9613 comment.
9614
e1316e60
PA
96152015-08-07 Pedro Alves <palves@redhat.com>
9616
9617 * gdb.base/checkpoint-ns.exp: New file.
9618 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
9619 standard_testfile.
9620
da8c46d2
MM
96212015-08-07 Markus Metzger <markus.t.metzger@intel.com>
9622
9623 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
9624 * gdb.btrace/instruction_history.exp: Update.
9625 * gdb.btrace/tsx.exp: New.
9626 * gdb.btrace/tsx.c: New.
9627
de1c2c52
PA
96282015-08-06 Pedro Alves <palves@redhat.com>
9629
9630 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
9631 increase timeout.
9632 * gdb.reverse/until-precsave.exp: Bump timeouts.
9633
782e0bf4
PA
96342015-08-06 Pedro Alves <palves@redhat.com>
9635
9636 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
9637
83e97ed0
PA
96382015-08-06 Pedro Alves <palves@redhat.com>
9639
9640 PR gdb/18749
9641 * gdb.threads/process-dies-while-handling-bp.c: New file.
9642 * gdb.threads/process-dies-while-handling-bp.exp: New file.
9643
863d01bd
PA
96442015-08-06 Pedro Alves <palves@redhat.com>
9645
9646 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
9647 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
9648
0a39bb32
PA
96492015-08-05 Pedro Alves <palves@redhat.com>
9650
9651 * gdb.threads/next-while-other-thread-longjmps.c: New file.
9652 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
9653
ee2d2b10
SL
96542015-08-03 Sandra Loosemore <sandra@codesourcery.com>
9655
9656 * gdb.base/bp-permanent.exp: Report test as unsupported if
9657 the target cannot stop at the permanent breakpoint.
9658
4e1bdb00
DE
96592015-08-03 Doug Evans <dje@google.com>
9660
9661 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
9662 10000.
9663
3d338901
DE
96642015-08-03 Doug Evans <dje@google.com>
9665
9666 * Makefile.in (workers/%.worker, build-perf): New rule.
9667 (GDB_PERFTEST_MODE): New variable.
9668 (check-perf): Use it.
9669 (clean): Clean up gdb.perf parallel build subdirs.
9670 * lib/build-piece.exp: New file.
9671 * lib/gdb.exp (make_gdb_parallel_path): New function
9672 (standard_output_file, standard_temp_file): Call it.
9673 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9674 of $GDB_PARALLEL.
9675 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
9676
af061d3e
DE
96772015-08-03 Doug Evans <dje@google.com>
9678
8e1afc81 9679 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
9680 (LOG_FILE_NAME): New global.
9681 (TextReporter.__init__): Initialize self.txt_sum.
9682 (TextReporter.report): Add support for multiple data-points.
9683 Move report to perftest.sum, put raw data in perftest.log.
9684 (TextReporter.start): Open sum and log files.
9685 (TextReporter.end): Close sum and log files.
8e1afc81
DE
9686 * gdb.perf/lib/perftest/testresult.py
9687 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 9688
2c8c5d37
PA
96892015-07-31 Pedro Alves <palves@redhat.com>
9690
9691 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
9692 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9693 kill_wait_spawned_process instead of explicit "kill -9".
9694 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
9695 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9696 kill_wait_spawned_process.
9697 * gdb.base/attach-twice.exp: Likewise.
9698 * gdb.base/attach.exp: Likewise.
9699 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
9700 gdb_test_multiple.
9701 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
9702 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9703 kill_wait_spawned_process.
9704 * gdb.base/valgrind-infcall.exp: Likewise.
9705 * gdb.multi/multi-attach.exp: Likewise.
9706 * gdb.python/py-prompt.exp: Likewise.
9707 * gdb.python/py-sync-interp.exp: Likewise.
9708 * gdb.server/ext-attach.exp: Likewise.
9709 * gdb.threads/attach-into-signal.exp (corefunc): Use
9710 spawn_wait_for_attach, spawn_id_get_pid and
9711 kill_wait_spawned_process.
9712 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
9713 spawn_wait_for_attach returning a spawn id instead of a pid. Use
9714 spawn_id_get_pid and kill_wait_spawned_process.
9715 * gdb.threads/attach-stopped.exp (corefunc): Use
9716 spawn_wait_for_attach, spawn_id_get_pid and
9717 kill_wait_spawned_process.
9718 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
9719 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9720 kill_wait_spawned_process instead of explicit "kill -9".
9721 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
9722 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
9723 (spawn_wait_for_attach): Use spawn instead of exec to spawn
9724 processes. Don't map cygwin/windows pids here. Now returns a
9725 spawn id list.
9726
032a0fca
SL
97272015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9728
9729 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
9730 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
9731 correct patch.
9732
61a934ca
SL
97332015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9734
9735 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
9736
4bc4d428
SL
97372015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9738
9739 Reapply:
9740 2014-05-21 Mark Wielaard <mjw@redhat.com>
9741
9742 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9743
998d452a
PA
97442015-07-30 Pedro Alves <palves@redhat.com>
9745
9746 * linux-low.c (handle_extended_wait): Set the child's last
9747 reported status to TARGET_WAITKIND_STOPPED.
9748
69dde7dc
PA
97492015-07-30 Pedro Alves <palves@redhat.com>
9750
9751 PR threads/18600
9752 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
9753 only shows inferior 1.
9754
4dd63d48
PA
97552015-07-30 Simon Marchi <simon.marchi@ericsson.com>
9756 Pedro Alves <palves@redhat.com>
9757
9758 PR threads/18600
9759 * gdb.threads/fork-plus-threads.c: New file.
9760 * gdb.threads/fork-plus-threads.exp: New file.
9761
d618e4c5
PP
97622015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9763
9764 * gdb.base/batch-preserve-term-settings.exp
9765 (test_terminal_settings_preserved_after_cli_exit): Use
9766 send_quit_command.
9767
1eef6428
PA
97682015-07-29 Pedro Alves <palves@redhat.com>
9769 Don Breazeal <donb@codesourcery.com>
9770
9771 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
9772 output from both inferior_spawn_id and gdb_spawn_id.
9773
7da5b897
SDJ
97742015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9775
9776 * gdb.threads/attach-into-signal.exp (corefunc): Use
9777 with_test_prefix on nested loops, uniquefying the test messages.
9778
dac804df
SDJ
97792015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9780
9781 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
9782 commit.
9783
06265e53
PP
97842015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9785
9786 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
9787 New proc.
9788 (test_terminal_settings_preserved_after_sigterm): New test.
9789
18206ca3
PP
97902015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9791
9792 * gdb.base/batch-preserve-term-settings.exp
9793 (test_terminal_settings_preserved_after_cli_exit): New test.
9794
90074d11
PP
97952015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9796
9797 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
9798 manipulation of saved_gdbflags.
9799 (test_terminal_settings_preserved): Remove global declaration of
9800 the unused variable pagination_prompt. Remove manipulation of
9801 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
9802 GDBFLAGS.
9803
eb1a7902
PA
98042015-07-29 Pedro Alves <palves@redhat.com>
9805
9806 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
9807
8b75dd3b
PA
98082015-07-29 Pedro Alves <palves@redhat.com>
9809
9810 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
9811 at the top.
9812
dedad4e3
PA
98132015-07-29 Pedro Alves <palves@redhat.com>
9814
9815 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
9816 (main): Call gdb_unbuffer_output.
9817 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
9818 (main): Call gdb_unbuffer_output.
9819 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
9820 (main): Call gdb_unbuffer_output.
9821 * gdb.base/call-strs.exp: Adjust to step over the
9822 gdb_unbuffer_output call.
9823 * gdb.base/catch-gdb-caused-signals.c: Include
9824 "../lib/unbuffer_output.c".
9825 (main): Call gdb_unbuffer_output.
9826 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
9827 (main): Call gdb_unbuffer_output.
9828 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
9829 (main): Call gdb_unbuffer_output.
9830 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
9831 (main): Call gdb_unbuffer_output.
9832 * gdb.base/shlib-call.exp: Adjust to step over the
9833 gdb_unbuffer_output call.
9834 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
9835 (main): Call gdb_unbuffer_output.
9836 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
9837 (main): Call gdb_unbuffer_output.
9838 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
9839 (main): Rename to ...
9840 (test): ... this.
9841 (main): Reimplement.
9842 * gdb.base/varargs.exp: Run to test instead of to main.
9843 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9844 (main): Call gdb_unbuffer_output.
9845
58789a91
PA
98462015-07-29 Pedro Alves <palves@redhat.com>
9847
9848 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
9849 factore out from mi_continue_dprintf. For call-style dprintfs,
9850 expect dprintf output out of $inferior_spawn_id.
9851 (mi_continue_dprintf): Use mi_expect_dprintf.
9852 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9853 (main): Call gdb_unbuffer_output.
9854
e8376742
PA
98552015-07-29 Pedro Alves <palves@redhat.com>
9856
9857 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
9858 (default_mi_gdb_start): Set inferior_spawn_id instead of
9859 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
9860 gdb_spawn_id.
9861 (mi_gdb_test): Always expect inferior output from both
9862 $inferior_spawn_id and $gdb_spawn_id.
9863
08280010
PA
98642015-07-29 Pedro Alves <palves@redhat.com>
9865
9866 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
9867 send_inferior and $inferior_spawn_id.
9868
4d30e432
PA
98692015-07-29 Pedro Alves <palves@redhat.com>
9870
9871 * gdb.gdb/complaints.exp (test_initial_complaints)
9872 (test_serial_complaints, test_short_complaints): Use
9873 gdb_test_stdio.
9874 (test_empty_complaint): Handle $inferior_spawn_id !=
9875 $gdb_spawn_id.
9876
0d30a335
PA
98772015-07-29 Pedro Alves <palves@redhat.com>
9878
9879 * gdb.base/varargs.exp: Use gdb_test_stdio.
9880
39413b29
PA
98812015-07-29 Pedro Alves <palves@redhat.com>
9882
9883 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
9884
7cb000a9
PA
98852015-07-29 Pedro Alves <palves@redhat.com>
9886
9887 * gdb.base/ending-run.exp: Use gdb_test_stdio.
9888
d7b8ac82
PA
98892015-07-29 Pedro Alves <palves@redhat.com>
9890
9891 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
9892 parameter into two new parameters, "inf_result" and "gdb_result".
9893 Expect inferior output and gdb output from $inferior_spawn_id and
9894 $gdb_spawn_id, respectively. Adjust all callers.
9895
789c3a0c
PA
98962015-07-29 Pedro Alves <palves@redhat.com>
9897
9898 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
9899 of gdb_test_sequence.
9900
77e760c3
PA
99012015-07-29 Pedro Alves <palves@redhat.com>
9902
9903 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
9904 (saw_spurious_output): Expect inferior output from
9905 $inferior_spawn_id. Use gdb_test_stdio.
9906
8396d2cd
PA
99072015-07-29 Pedro Alves <palves@redhat.com>
9908
9909 * gdb.base/dprintf.exp: Use standard_testfile. Change
9910 prepare_for_testing call.
9911 (srcfile): Don't set.
9912 (restart): New procedure.
9913 (test_dprintf): New procecure, use to continue over dprintfs.
9914 (test_call, test_agent): New procedures, tests moved here.
9915 Restart gdb and recreate dprintfs. Adjust expected output.
9916
2051d61f
PA
99172015-07-29 Pedro Alves <palves@redhat.com>
9918
9919 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
9920
452397af
PA
99212015-07-29 Pedro Alves <palves@redhat.com>
9922
9923 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
9924
8aed9555
PA
99252015-07-29 Pedro Alves <palves@redhat.com>
9926
9927 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
9928 gdb_test_stdio.
9929
188a61b4
PA
99302015-07-29 Pedro Alves <palves@redhat.com>
9931
9932 * lib/gdb.exp (gdb_test_stdio): New procedure.
9933
12264a45
PA
99342015-07-29 Pedro Alves <palves@redhat.com>
9935
9936 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
9937
23ffc893
PA
99382015-07-29 Pedro Alves <palves@redhat.com>
9939
9940 * gdb.base/call-signal-resume.exp: Remove check for
9941 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
9942 * gdb.base/unwindonsignal.exp: Likewise.
9943 * gdb.base/call-signals.c (gen_signal): Remove printf call.
9944 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
9945
65566918
PA
99462015-07-29 Pedro Alves <palves@redhat.com>
9947
9948 * gdb.base/siginfo-addr.c (pass): New function.
9949 (handler): Call it iff si_addr is correct.
9950 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
9951 Set a breakpoint at "pass" and continue to it.
9952
d60a9221
SDJ
99532015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
9954
9955 * gdb.python/py-objfile.exp: Make some tests have unique names.
9956 * gdb.python/py-pp-registration.exp: Likewise.
9957
bde40b8f
PA
99582015-07-28 Pedro Alves <palves@redhat.com>
9959
9960 * gdb.server/server-exec-info.exp: Issue a "disconnect".
9961
13e1dec8
SM
99622015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9963
9964 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
9965
da33c9a7
SM
99662015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9967
9968 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
9969
077836f7
PP
99702015-07-27 Patrick Palka <patrick@parcs.ath.cx>
9971
9972 * gdb.base/gdb-sigterm-2.exp: New test.
9973
b8cc7b2e
DE
99742015-07-25 Doug Evans <xdje42@gmail.com>
9975
9976 Revert:
9977 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9978 (workers/%.worker, build-perf): New rule.
9979 (GDB_PERFTEST_MODE): New variable.
9980 (check-perf): Use it.
9981 (clean): Clean up gdb.perf parallel build subdirs.
9982 * lib/build-piece.exp: New file.
9983 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9984 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9985 name.
9986 (standard_temp_file): Ditto.
9987 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9988 of $GDB_PARALLEL.
9989
c8bd4544
DE
99902015-07-24 Doug Evans <dje@google.com>
9991
9992 * gdb.perf/lib/perftest/utils.py: New file.
9993 * gdb.perf/gm-hello.cc: New file.
9994 * gdb.perf/gm-pervasive-typedef.cc: New file.
9995 * gdb.perf/gm-pervasive-typedef.h: New file.
9996 * gdb.perf/gm-std.cc: New file.
9997 * gdb.perf/gm-std.h: New file.
9998 * gdb.perf/gm-use-cerr.cc: New file.
9999 * gdb.perf/gm-utils.h: New file.
10000 * gdb.perf/gmonster-null-lookup.py: New file.
10001 * gdb.perf/gmonster-pervasive-typedef.py: New file.
10002 * gdb.perf/gmonster-print-cerr.py: New file.
10003 * gdb.perf/gmonster-ptype-string.py: New file.
10004 * gdb.perf/gmonster-runto-main.py: New file.
10005 * gdb.perf/gmonster-select-file.py: New file.
10006 * gdb.perf/gmonster1-null-lookup.exp: New file.
10007 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
10008 * gdb.perf/gmonster1-print-cerr.exp: New file.
10009 * gdb.perf/gmonster1-ptype-string.exp: New file.
10010 * gdb.perf/gmonster1-runto-main.exp: New file.
10011 * gdb.perf/gmonster1-select-file.exp: New file.
10012 * gdb.perf/gmonster1.cc: New file.
10013 * gdb.perf/gmonster1.exp: New file.
10014 * gdb.perf/gmonster2-null-lookup.exp: New file.
10015 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
10016 * gdb.perf/gmonster2-print-cerr.exp: New file.
10017 * gdb.perf/gmonster2-ptype-string.exp: New file.
10018 * gdb.perf/gmonster2-runto-main.exp: New file.
10019 * gdb.perf/gmonster2-select-file.exp: New file.
10020 * gdb.perf/gmonster2.cc: New file.
10021 * gdb.perf/gmonster2.exp: New file.
10022
6eab34f3
DE
100232015-07-24 Doug Evans <dje@google.com>
10024
10025 * gdb.perf/README: New file.
10026 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
10027 * lib/gen-perf-test.exp: New file.
10028
63738bfd
DE
100292015-07-24 Doug Evans <dje@google.com>
10030
10031 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
10032 (PerfTest::startup): New function.
10033 (PerfTest::run): Return result of calling body.
10034 (PerfTest::assemble): Rewrite.
10035 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
10036 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
10037 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
10038 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
10039 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
10040
7b606f95
DE
100412015-07-24 Doug Evans <dje@google.com>
10042
10043 * lib/gdb.exp (clean_restart): Make executable optional.
10044
a97b16b8
DE
100452015-07-24 Doug Evans <dje@google.com>
10046
10047 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
10048 compiler_info references.
10049 * gdb.cp/temargs.exp: Ditto.
10050 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
10051 (get_compiler_info): Early exit if already computed. Set compiler_info
10052 to "unknown" if there was a problem.
10053 (test_compiler_info): Add function comment. Call get_compiler_info.
10054
35baa57f
DE
100552015-07-24 Doug Evans <dje@google.com>
10056
10057 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10058 (workers/%.worker, build-perf): New rule.
10059 (GDB_PERFTEST_MODE): New variable.
10060 (check-perf): Use it.
10061 (clean): Clean up gdb.perf parallel build subdirs.
10062 * lib/build-piece.exp: New file.
10063 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10064 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10065 name.
10066 (standard_temp_file): Ditto.
10067 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10068 of $GDB_PARALLEL.
10069
6ebea266
DE
100702015-07-24 Doug Evans <dje@google.com>
10071
10072 * lib/future.exp (gdb_default_target_compile): New option
10073 "early_flags".
10074 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
10075 --as-needed.
10076
1e76a7e9
SDJ
100772015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
10078
10079 * gdb.base/catch-syscall.exp: Call gdb_exit before
10080 gdb_skip_xml_test.
10081
5068630a
PA
100822015-07-24 Pedro Alves <palves@redhat.com>
10083
10084 * gdb.python/py-events.exp: Accept output between the stop event
10085 and the prompt.
10086 * gdb.python/py-evsignal.exp: Likewise.
10087 * gdb.python/py-evthreads.exp: Likewise.
10088
77598427
PA
100892015-07-24 Pedro Alves <palves@redhat.com>
10090
10091 PR gdb/18717
10092 * gdb.threads/non-ldr-exit.c: New file.
10093 * gdb.threads/non-ldr-exit.exp: New file.
10094
11e6c98f
YQ
100952015-07-24 Yao Qi <yao.qi@linaro.org>
10096
10097 * gdb.server/ext-wrapper.exp: Test --wrapper option when
10098 restarting process.
10099
51aee833
YQ
101002015-07-24 Yao Qi <yao.qi@linaro.org>
10101
10102 * gdb.server/ext-restart.exp: New file.
10103
8cfe207c
YQ
101042015-07-24 Yao Qi <yao.qi@linaro.org>
10105
10106 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
10107 argument options.
10108 * gdb.server/ext-wrapper.exp: New file.
10109
cc12ce38
DE
101102015-07-23 Doug Evans <dje@google.com>
10111
10112 * gdb.dwarf2/dw2-dummy-cu.S: New file.
10113 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
10114
d0d84780
PMR
101152015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
10116
10117 * gdb.ada/var_arr_typedef.exp: New testcase.
10118 * gdb.ada/var_arr_typedef/pack.adb: New file.
10119 * gdb.ada/var_arr_typedef/pack.ads: New file.
10120 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
10121
8b558f79
JB
101222015-07-20 Joel Brobecker <brobecker@adacore.com>
10123
10124 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
10125
775a3298
JK
101262015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10127
10128 * gdb.arch/i386-biarch-core.exp: Replace istarget
10129 by "complete set gnutarget". Remove expectation for the "core-file"
10130 command.
10131
db1ff28b
JK
101322015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10133
10134 Revert the previous commit:
10135 Tests for validate symbol file using build-id.
10136
0a94970d
JK
101372015-07-15 Aleksandar Ristovski <aristovski@qnx.com
10138
10139 Tests for validate symbol file using build-id.
10140 * gdb.base/solib-mismatch-lib.c: New file.
10141 * gdb.base/solib-mismatch-libmod.c: New file.
10142 * gdb.base/solib-mismatch.c: New file.
10143 * gdb.base/solib-mismatch.exp: New file.
10144
03346981
SL
101452015-07-15 Sandra Loosemore <sandra@codesourcery.com>
10146
10147 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
10148 nios2-*-linux*.
10149 * gdb.base/sigbpt.exp (stepi_out): Likewise.
10150 * gdb.base/siginfo.exp: Likewise.
10151 * gdb.base/sigstep.exp (advance, advancei): Likewise.
10152
42422cc7
PL
101532015-07-15 Pierre Langlois <pierre.langlois@arm.com>
10154
10155 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
10156 Move it to ...
10157 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
10158 ... here.
10159 * gdb.trace/range-stepping.exp: Check that the target supports
10160 range stepping.
10161
cfa68bae
JK
101622015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10163
10164 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
10165
8ffdba26
PA
101662015-07-14 Pedro Alves <palves@redhat.com>
10167
10168 * gdb.base/killed-outside.exp: New file.
10169 * gdb.base/killed-outside.c: New file.
10170
218a5a11
JK
101712015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10172
10173 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
10174 (n at main): New.
10175 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
10176
e03ed3c6
AA
101772015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
10178
10179 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
10180 infcall tests instead of setting up for KFAIL.
10181
485668e5
MM
101822015-07-10 Markus Metzger <markus.t.metzger@intel.com>
10183
10184 * gdb.btrace/record_goto-step.exp: New.
10185
08464196
JK
101862015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10187
10188 PR compile/18484
10189 * gdb.compile/compile.c (struct struct_type): Add volatile to
10190 selffield's type.
10191 * gdb.compile/compile.exp
10192 (compile code struct_object.selffield = &struct_object): Skip further
10193 struct_object tests if this one xfails.
10194
bcf5c1d9
RC
101952015-07-08 Robert O'Callahan <robert@ocallahan.org>
10196
10197 PR exp/18617
10198 * gdb.trace/ax.exp: Add test.
10199
4931af25
YQ
102002015-07-07 Yao Qi <yao.qi@linaro.org>
10201
10202 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
10203 instead of istarget "aarch64*-*-*".
10204 * gdb.arch/aarch64-fp.exp: Likewise.
10205 * gdb.base/float.exp: Likewise.
10206 * gdb.reverse/aarch64.exp: Likewise.
10207 * lib/gdb.exp (is_aarch64_target): New proc.
10208
9fcf688e
YQ
102092015-07-07 Yao Qi <yao.qi@linaro.org>
10210
10211 * lib/gdb.exp (is_aarch32_target): New proc.
10212 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
10213 instead of "istarget "arm*-*-*"".
10214 * gdb.arch/arm-disp-step.exp: Likewise.
10215 * gdb.arch/thumb-bx-pc.exp: Likewise.
10216 * gdb.arch/thumb-prologue.exp: Likewise.
10217 * gdb.arch/thumb-singlestep.exp: Likewise.
10218 * gdb.base/disp-step-syscall.exp: Likewise.
10219 * gdb.base/float.exp: Likewise.
10220
fbd8d50d
YQ
102212015-07-07 Yao Qi <yao.qi@linaro.org>
10222
10223 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
10224 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
10225
71be1fdc
YQ
102262015-07-07 Yao Qi <yao.qi@linaro.org>
10227
10228 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
10229 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
10230 if it exists.
10231 * gdb.multi/multi-arch.exp: Likewise.
10232
3e221d36
SM
102332015-07-07 Simon Marchi <simon.marchi@ericsson.com>
10234
10235 * gdb.python/py-lazy-string.exp: Add missing parentheses to
10236 print.
10237
d441430b
YQ
102382015-07-07 Yao Qi <yao.qi@linaro.org>
10239
10240 * gdb.arch/thumb-singlestep.exp: Do one more single step.
10241
06f810bd
MG
102422015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
10243
10244 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
10245 '[' and ']' characters.
10246
5e61e7c0
IB
102472015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
10248
10249 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10250
28bf096c
PA
102512015-06-29 Pedro Alves <palves@redhat.com>
10252
10253 PR threads/18127
10254 * gdb.threads/hand-call-new-thread.c: New file.
10255 * gdb.threads/hand-call-new-thread.c: New file.
10256
ee93cd5e
KS
102572015-06-26 Keith Seitz <keiths@redhat.com>
10258 Doug Evans <dje@google.com>
10259
10260 PR 16253
10261 * gdb.cp/var-tag-2.cc: New file.
10262 * gdb.cp/var-tag-3.cc: New file.
10263 * gdb.cp/var-tag-4.cc: New file.
10264 * gdb.cp/var-tag.cc: New file.
10265 * gdb.cp/var-tag.exp: New file.
10266
fc637f04
PP
102672015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10268
10269 * gdb.base/history-duplicates.exp: New test.
10270
2e52ae68
PP
102712015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10272
10273 * gdb.base/completion.exp: Test the completion of the "focus"
10274 command.
10275
6e22494e
JK
102762015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10277
10278 * gdb.arch/amd64-prologue-skip.S: New file.
10279 * gdb.arch/amd64-prologue-skip.exp: New file.
10280
bf7b9cd9
SM
102812015-06-25 Simon Marchi <simon.marchi@ericsson.com>
10282
10283 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
10284 is_address_zero_readable check.
10285
201e8dfd
PB
102862015-06-24 Peter Bergner <bergner@vnet.ibm.com>
10287
10288 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
10289 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
10290
5cd867b4
YQ
102912015-06-24 Yao Qi <yao.qi@linaro.org>
10292
10293 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
10294 linux targets.
10295
4d7be007
YQ
102962015-06-24 Yao Qi <yao.qi@linaro.org>
10297
10298 * lib/gdb.exp (supports_get_siginfo_type): New proc.
10299 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
10300 * gdb.base/siginfo-thread.exp: Likewise.
10301
07fcd301
YQ
103022015-06-22 Yao Qi <yao.qi@linaro.org>
10303
10304 * boards/remote-gdbserver-on-localhost.exp: Add comments.
10305
52042a00
YQ
103062015-06-22 Yao Qi <yao.qi@linaro.org>
10307
10308 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
10309 aarch64*-*-*.
10310 (skip_hw_watchpoint_tests): Likewise.
10311
74bd41ce
PP
103122015-06-18 Patrick Palka <patrick@parcs.ath.cx>
10313
10314 * gdb.base/gdbinit-history.exp: Test the interaction between
10315 setting GDBHISTSIZE and setting the history size via .gdbinit.
10316
bc460514
PP
103172015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10318
10319 PR gdb/16999
10320 * gdb.base/gdbhistsize-history.exp: New test.
10321
b58c513b
PP
103222015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10323
10324 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
10325 with GDBHISTSIZE.
10326 * gdb.base/readline.exp: Likewise.
10327
92046791
YQ
103282015-06-17 Yao Qi <yao.qi@linaro.org>
10329
10330 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
10331 line.
10332
2093d2d3
PP
103332015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10334
10335 * gdb.base/gdbinit-history.exp: Add test case to check that
10336 an unlimited history file does not get truncated on exit.
10337
e6c693af
AA
103382015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10339
10340 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
10341 (VECTOR): New macro. Use it...
10342 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
10343 ...for these typedefs.
10344 (int8, char1, int1, double1): New typedefs.
10345 (struct just_int2, struct two_int2): New structures.
10346 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
10347 (add_structvecs, add_singlevecs): New functions.
10348 (main): Call add_some_intvecs twice.
10349 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
10350 the compile and exit upon failure. Try compiling for the "native"
10351 architecture. Test inferior function calls with vector arguments
10352 and vector return value handling with "finish" and "return".
10353
c74f7d1c
JT
103542015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
10355
10356 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
10357 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
10358 PE file.
10359 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
10360
98aa42ee
AT
103612015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10362
10363 PR breakpoints/16465
10364 * gdb.mi/mi-dprintf-pending.c: New file.
10365 * gdb.mi/mi-dprintf-pending.exp: New test.
10366 * gdb.mi/mi-dprintf-pendshr.c: New file.
10367
7d73c23c 103682015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 10369 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
10370
10371 * gdb.arch/i386-mpx-map.c: New file.
10372 * gdb.arch/i386-mpx-map.exp: New File.
10373
103742015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10375
10376 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
10377 * gdb.arch/i386-mpx.exp: Indentation fixed.
10378
103792015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10380
10381 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
10382 function and improved indentation.
10383 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
10384 gdb_test_multiple. Added additional tests to skip the test.
10385
103862015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10387
10388 * gdb.arch/i386-avx512.c: Change path in include file.
10389 * gdb.arch/i386-avx512.exp: Change include dir path
10390 compilation flag.
10391 * gdb.arch/i386-mpx.c: Change path in include file.
10392 * gdb.arch/i386-mpx.exp: Change include dir path compilation
10393 flag.
10394
d5eba19a
JK
103952015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10396
10397 * gdb.compile/compile-print.exp (compile print *vararray@3)
10398 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
10399
7f361056
JK
104002015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10401
10402 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
10403 (do not keep jit in memory): ... this.
10404 (expect 5): Change it to ...
10405 (expect no 5): ... this.
10406
3b462ec2
SM
104072015-06-02 Simon Marchi <simon.marchi@ericsson.com>
10408
10409 PR gdb/15564
10410 * gdb.mi/mi-detach.exp: New file.
10411
e0619de6
JK
104122015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10413
10414 PR symtab/18392
10415 * gdb.arch/amd64-tailcall-self.S: New file.
10416 * gdb.arch/amd64-tailcall-self.c: New file.
10417 * gdb.arch/amd64-tailcall-self.exp: New file.
10418
e970cb34
DB
104192015-05-28 Don Breazeal <donb@codesourcery.com>
10420
10421 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
10422 tests for remote targets by checking is_target_gdbserver.
10423
b2e2f908
DE
104242015-05-27 Doug Evans <dje@google.com>
10425
10426 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
10427 * gdb.dwarf2/opaque-type-lookup.c: New file.
10428 * gdb.dwarf2/opaque-type-lookup.exp: New file.
10429
82c7be31
DE
104302015-05-26 Doug Evans <dje@google.com>
10431
10432 * gdb.cp/iostream.cc: New file.
10433 * gdb.cp/iostream.exp: New file.
10434
b4f54984
DE
104352015-05-26 Doug Evans <dje@google.com>
10436
10437 * gdb.dwarf2/dw2-op-call.exp: Update.
10438 * gdb.dwarf2/dw4-sig-types.exp: Update.
10439 * gdb.dwarf2/implptr.exp: Update.
10440 * gdb.mi/mi-cmd-param-changed.exp: Update.
10441
4ea6efe9
DE
104422015-05-26 Doug Evans <dje@google.com>
10443
10444 * gdb.python/py-lazy-string.c: New file.
10445 * gdb.python/py-lazy-string.exp: New file.
10446 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
10447 (main): Update. Add estring3.
10448 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
10449 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
10450
f6bb7db3
YQ
104512015-05-26 Omair Javaid <omair.javaid@linaro.org>
10452 Yao Qi <yao.qi@linaro.org>
10453
10454 * gdb.reverse/aarch64.c: New.
10455 * gdb.reverse/aarch64.exp: New.
10456
a81bfbd0
OJ
104572015-05-26 Omair Javaid <omair.javaid@linaro.org>
10458
25d49b86
PA
10459 * lib/gdb.exp (supports_process_record): Return true for
10460 aarch64*-linux*.
a81bfbd0
OJ
10461 (supports_reverse): Likewise.
10462
158bf1b4
PP
104632015-05-22 Patrick Palka <patrick@parcs.ath.cx>
10464
10465 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10466 Use with_test_prefix.
10467
a0145030
AB
104682015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
10469
10470 * gdb.base/completion.exp: Add test for completion of layout
10471 names.
10472
ebe3b578
AB
104732015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
10474
10475 * lib/gdb.exp (skip_tui_tests): New proc.
10476 * gdb.base/tui-layout.exp: Check skip_tui_tests.
10477
84204ed7
PA
104782015-05-19 Pedro Alves <palves@redhat.com>
10479
10480 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10481 Save the whole env array instead of just HOME. Unset HISTSIZE in
10482 the environment while testing. Restore whole environment
10483 afterwards.
10484
37442ce1
DE
104852015-05-16 Doug Evans <xdje42@gmail.com>
10486
10487 * gdb.guile/scm-ports.c: New file.
10488 * gdb.guile/scm-ports.exp: Add memory port tests.
10489
36de76f9
JK
104902015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10491
10492 * gdb.compile/compile-print.c: New file.
10493 * gdb.compile/compile-print.exp: New file.
10494
3a9558c4
JK
104952015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10496
10497 * gdb.compile/compile-ops.exp: Cast param to void.
10498 * gdb.compile/compile.exp: Complete type for _gdb_expr.
10499 (compile code struct_object.selffield = &struct_object): Add xfail.
10500
aa715135
JG
105012015-05-15 Joel Brobecker <brobecker@adacore.com>
10502
10503 * gdb.ada/arr_enum_with_gap: New testcase.
10504
931e5bc3
JG
105052015-05-15 Joel Brobecker <brobecker@adacore.com>
10506
10507 * gdb.ada/byte_packed_arr: New testcase.
10508
9cd4d857
JB
105092015-05-15 Joel Brobecker <brobecker@adacore.com>
10510
10511 * gdb.ada/pckd_neg: New testcase.
10512
ebfd00d2
PP
105132015-05-13 Patrick Palka <patrick@parcs.ath.cx>
10514
10515 PR gdb/17820
10516 * gdb.base/gdbinit-history.exp: New test.
10517 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
10518 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
10519
4c082a81
SC
105202015-05-09 Siva Chandra Reddy <sivachandra@google.com>
10521
10522 * gdb.python/py-xmethods.cc: Enhance test case.
10523 * gdb.python/py-xmethods.exp: New tests.
10524 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
10525 function.
10526 (B_indexoper): Likewise.
10527 (global_dm_list) : Add new xmethod worker functions.
10528
f7797074
SDJ
105292015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
10530
10531 * gdb.base/coredump-filter.exp: Correctly unset
10532 "coredump_var_addr" array.
10533
a4674e4e
PA
105342015-05-08 Pedro Alves <palves@redhat.com>
10535
10536 * gdb.server/non-existing-program.exp: Unset spawn_id.
10537
df2eb078
SC
105382015-05-08 Siva Chandra Reddy <sivachandra@google.com>
10539
10540 PR python/18291
10541 * gdb.python/py-xmethods.exp: Add tests.
10542
422349a3
YQ
105432015-05-08 Yao Qi <yao.qi@linaro.org>
10544
10545 PR gdb/18208
10546 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
10547 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
10548 function set_coredump_filter, and remove remote_exec call.
10549 Remove argument ipid. Callers update.
10550 (top level): Don't get inferior's PID.
10551
63fc80ce
AA
105522015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
10553
10554 * gdb.base/watch_thread_num.exp: Skip test on targets without
10555 access watchpoints.
10556
80ad801e
PA
105572015-05-06 Pedro Alves <palves@redhat.com>
10558
10559 PR server/18081
10560 * gdb.server/non-existing-program.exp: New file.
10561
0fa7fe50
JB
105622015-05-05 Joel Brobecker <brobecker@adacore.com>
10563
10564 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
10565
3ea89b92
PMR
105662015-05-05 Joel Brobecker <brobecker@adacore.com>
10567
10568 * gdb.ada/out_of_line_in_inlined: New testcase.
10569
87b8eff0
JB
105702015-05-05 Joel Brobecker <brobecker@adacore.com>
10571
10572 * gdb.ada/var_rec_arr: New testcase.
10573
5fccc635
YQ
105742015-04-30 Yao Qi <yao.qi@linaro.org>
10575
10576 * gdb.base/break-idempotent.exp: If
10577 skip_hw_watchpoint_multi_tests returns true, skip the tests
10578 on "rwatch" and "awatch".
10579
42d38f42
YQ
105802015-04-30 Yao Qi <yao.qi@linaro.org>
10581
10582 * gdb.base/relativedebug.exp: Invoke gdb command
10583 "info sharedlibrary", and if libc.so doesn't have debug info,
10584 skip the test.
10585
2ce1cdbf
DE
105862015-04-29 Doug Evans <dje@google.com>
10587
10588 * gdb.python/py-xmethods.exp: Add ptype tests.
10589 * gdb.python/py-xmethods.py (E_method_char_worker): Add
10590 get_result_type method.
10591
f24a38c5
LM
105922015-04-29 Luis Machado <lgustavo@codesourcery.com>
10593
10594 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
10595 the target does not support hardware watchpoints.
10596
ecbf2b3c
LM
105972015-04-29 Luis Machado <lgustavo@codesourcery.com>
10598
10599 * gdb.base/break-always.exp: Abort testing if writing to memory
10600 causes an error.
10601
34f5f757
DE
106022015-04-28 Doug Evans <dje@google.com>
10603
10604 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
10605 * gdb.python/py-pp-registration.exp: ... here. New file.
10606 * gdb.python/py-pp-registration.c: New file.
10607 * gdb.python/py-pp-registration.py: New file.
10608
69b4374a
DE
106092015-04-28 Doug Evans <dje@google.com>
10610
10611 * gdb.python/py-bad-printers.c: New file.
10612 * gdb.python/py-bad-printers.py: New file.
10613 * gdb.python/py-bad-printers.exp: New file.
10614
59fb7612
SS
106152015-04-28 Sasha Smundak <asmundak@google.com>
10616
10617 * gdb.python/py-type.exp: New test.
10618
2631b16a
AW
106192015-04-28 Andy Wingo <wingo@igalia.com>
10620
10621 * gdb.python/py-parameter.exp:
10622 * gdb.guile/scm-parameter.exp: Escape the path that we are
10623 matching against, as it might contain characters that are special
10624 to regular expressions.
10625
460efde1
JB
106262015-04-27 Joel Brobecker <brobecker@adacore.com>
10627
10628 * gdb.ada/rec_comp: New testcase.
10629
2d369d8e
SDJ
106302015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
10631
10632 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
10633 before using it.
10634
cf75d6c3
AB
106352015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
10636
10637 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
10638 new tests for verilog output.
10639
8dbe7ca5
YQ
106402015-04-24 Yao Qi <yao.qi@linaro.org>
10641
10642 * boards/remote-gdbserver-on-localhost.exp: New file.
10643
4ef9fb2f
PA
106442015-04-23 Pedro Alves <palves@redhat.com>
10645
10646 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
10647 $inferior_spawn_id instead of $inferior_spawn_id directly. On
10648 "end of file", remove $inferior_spawn_id from the indirect list.
10649
0a803169
PA
106502015-04-23 Pedro Alves <palves@redhat.com>
10651
10652 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
10653
749ef8f8
PA
106542015-04-23 Pedro Alves <palves@redhat.com>
10655
10656 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
10657 on $any_spawn_id instead of only on $gdb_spawn_id.
10658
8aae4344
PM
106592015-04-21 Pierre Muller <muller@sourceware.org>
10660
10661 PR pascal/17815
10662 * lib/pascal.exp (gpc_compile): Add new option "class".
10663 (fpc_compile): Likewise.
10664 * gdb.pascal/case-insensitive-symbols.pas: New file.
10665 * gdb.pascal/case-insensitive-symbols.exp: New file.
10666
1586c8fb
GB
106672015-04-20 Gary Benson <gbenson@redhat.com>
10668
10669 * gdb.base/attach.exp: Fix three extended remote failures.
10670
1b6e6f5c
GB
106712015-04-17 Gary Benson <gbenson@redhat.com>
10672
10673 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
10674 the main executable over the remote protocol.
10675
e797481d
PA
106762015-04-16 Pedro Alves <palves@redhat.com>
10677
10678 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
10679 a new gdbserver if gdbserver_reconnect_p is set.
10680
1ca99c42
PA
106812015-04-16 Pedro Alves <palves@redhat.com>
10682
10683 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
10684 is set, don't exit gdbserver.
10685
af9fd6f8
AA
106862015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10687
10688 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
10689 appropriate .insn, such that an older assembler can be used.
10690 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
10691 the z/Architecture instruction set on 31-bit targets as well.
10692
04ff1e61
AA
106932015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10694
10695 * gdb.go/handcall.exp: Remove all logic related to the first
10696 breakpoint and rely on go_runto_main instead.
10697 * gdb.go/strings.exp: Likewise.
10698 * gdb.go/unsafe.exp: Likewise.
10699 * gdb.go/hello.exp: Likewise. Also rename the remaining
10700 breakpoint marker to "breakpoint 1".
10701 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
10702 * gdb.go/strings.go: Likewise.
10703 * gdb.go/unsafe.go: Likewise.
10704 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
10705 "set breakpoint 2 here" and rename the remaining breakpoint marker
10706 to "breakpoint 1".
10707
40d2f8d6
SM
107082015-04-15 Simon Marchi <simon.marchi@ericsson.com>
10709
10710 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
10711 if itertools.imap is not present.
10712 * gdb.python/py-objfile.exp: Add parentheses.
10713 * gdb.python/py-type.exp: Same.
10714 * gdb.python/py-unwind-maint.py: Same.
10715
8cbc97c6
YQ
107162015-04-15 Yao Qi <yao.qi@linaro.org>
10717
10718 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
10719 of ":$ptr_size" and set its form explicitly.
10720
45fd756c
YQ
107212015-04-15 Pedro Alves <palves@redhat.com>
10722 Yao Qi <yao.qi@linaro.org>
10723
10724 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
10725 timeout by factor of 4.
10726 (test_regular_watch): Likewise.
10727 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
10728 * gdb.reverse/sigall-reverse.exp: Likewise.
10729 * gdb.reverse/until-precsave.exp: Likewise.
10730 * lib/gdb.exp (with_timeout_factor): New proc.
10731 (gdb_expect): Move some code to ...
10732 (get_largest_timeout): ... here. New procedure.
10733
9e811bc3
LM
107342015-04-14 Luis Machado <lgustavo@codesourcery.com>
10735
10736 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
10737
0ff6fcb2
LM
107382015-04-13 Luis Machado <lgustavo@codesourcery.com>
10739
10740 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
10741 to write to the .text section.
10742
7578d5f7
LM
107432015-04-13 Luis Machado <lgustavo@codesourcery.com>
10744
10745 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
10746 Handle the case of targets that do not provide PID information.
10747
2efe15c4
YQ
107482015-04-13 Yao Qi <yao.qi@linaro.org>
10749
10750 * lib/gdbserver-support.exp (gdb_exit): Catch exception
10751 and use expect instead of gdb_expect.
10752
8cd8f2f8
SDJ
107532015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
10754
10755 * gdb.base/coredump-filter.exp: Rename variable "addr" to
10756 "coredump_var_addr" to avoid naming conflict with other testcases.
10757
9ee41772
PA
107582015-04-10 Pedro Alves <palves@redhat.com>
10759
10760 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
10761 gdb_test_sequence and gdb_assert.
10762
07473109
PA
107632015-04-10 Pedro Alves <palves@redhat.com>
10764
10765 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
10766 test messages that don't include the breakpoint address.
10767
de3db44c
YQ
107682015-04-10 Yao Qi <yao.qi@linaro.org>
10769
10770 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
10771 false for some offset and width combinations which aren't
10772 supported by linux kernel.
10773
c79d856c
PA
107742015-04-10 Pedro Alves <palves@redhat.com>
10775
10776 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
10777 procedure, factored out from ...
10778 (top level): ... here. Add "set displaced-stepping" testing axis.
10779 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
10780 parameter "displaced". Use it.
10781 (top level): Use foreach and add "set displaced-stepping" testing
10782 axis.
10783
ebc90b50
PA
107842015-04-10 Pedro Alves <palves@redhat.com>
10785
10786 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
10787 Remove comment.
10788 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
10789 both the address of the instruction that triggers the watchpoint
10790 and the address of the instruction immediately after, and use
10791 those addresses for the test. Fix comment.
10792
8f572e5c
PA
107932015-04-10 Pedro Alves <palves@redhat.com>
10794
10795 * gdb.base/sigstep.exp (breakpoint_to_handler)
10796 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
10797 Test "backtrace" in handler.
10798 (breakpoint_over_handler): New parameter 'displaced'. Use it.
10799 (top level): Add new "displaced" test axis to
10800 breakpoint_to_handler, breakpoint_to_handler_entry and
10801 breakpoint_over_handler.
10802
8d707a12
PA
108032015-04-10 Pedro Alves <palves@redhat.com>
10804
10805 PR gdb/18216
10806 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
10807
ef713951
YQ
108082015-04-10 Yao Qi <yao.qi@linaro.org>
10809
10810 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
10811 (test_add_rn_pc): New function.
10812 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
10813 (top level): Invoke test_add_rn_pc.
10814
906d60cf
PA
108152015-04-10 Pedro Alves <palves@redhat.com>
10816
10817 PR gdb/13858
10818 * gdb.base/step-over-no-symbols.exp: New file.
10819
f2983cc3
AW
108202015-04-09 Andy Wingo <wingo@igalia.com>
10821
10822 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
10823 after the Python tests.
10824
6d62641c
SDJ
108252015-04-08 Keith Seitz <keiths@redhat.com>
10826
10827 PR python/16699
10828 * gdb.python/py-completion.exp: New tests for completion.
10829 * gdb.python/py-completion.py (CompleteLimit1): New class.
10830 (CompleteLimit2): Likewise.
10831 (CompleteLimit3): Likewise.
10832 (CompleteLimit4): Likewise.
10833 (CompleteLimit5): Likewise.
10834 (CompleteLimit6): Likewise.
10835 (CompleteLimit7): Likewise.
10836
f3770638
PA
108372015-04-08 Pedro Alves <palves@redhat.com>
10838
10839 PR gdb/18214
10840 PR gdb/18216
10841 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
10842 function.
10843 (main): Install it as SIGUSR1 handler.
10844 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
10845 parameter. Always use "setup" as prefix. Toggle "set
10846 displaced-stepping" off/on depending on global. Don't switch to
10847 thread 1 here.
10848 (top level): Add displaced stepping "off/on" test axis. Update
10849 "setup" calls. Wrap each subtest with with_test_prefix. Test
10850 continuing with a queued signal in each thread.
10851
4496bed7
PA
108522015-04-08 Pedro Alves <palves@redhat.com>
10853
10854 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
10855 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
10856 gdb_breakpoint instead of gdb_test that doesn't expect anything.
10857 Return early if running to main fails.
10858 * gdb.trace/while-stepping.exp: Likewise.
10859
b97fde92
PA
108602015-04-07 Pedro Alves <palves@redhat.com>
10861
10862 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
10863 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
10864 interact with inferior program.
10865
f71c18e7
PA
108662015-04-07 Pedro Alves <palves@redhat.com>
10867
10868 * lib/gdb.exp (inferior_spawn_id): New global.
10869 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
10870 spawn id after processing the user code.
10871 (default_gdb_start): Set inferior_spawn_id.
10872 (send_inferior): New procedure.
10873 * lib/gdbserver-support.exp (gdbserver_start): Set
10874 inferior_spawn_id.
10875 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
10876
6423214f
PA
108772015-04-07 Pedro Alves <palves@redhat.com>
10878
10879 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
10880 * lib/gdbserver-support.exp (gdbserver_start): Make
10881 $server_spawn_id global.
10882 (gdbserver_start): Don't wait for gdbserver's spawn id with
10883 expect_background.
10884 (close_gdbserver): New procedure.
10885 (gdb_exit): Rename the default version and reimplement.
10886
71c0ee8c
PA
108872015-04-07 Pedro Alves <palves@redhat.com>
10888
72f4393d 10889 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
10890 append the substituted item, not the original item.
10891
203bc29b
PA
108922015-04-07 Pedro Alves <palves@redhat.com>
10893
10894 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
10895 gdb_expect.
10896
508a3ddf
PA
108972015-04-07 Pedro Alves <palves@redhat.com>
10898
10899 * gdb.base/interrupt.exp: Don't handle the case of the inferior
10900 output appearing once only.
10901
9f6dbe2b
PA
109022015-04-07 Pedro Alves <palves@redhat.com>
10903
10904 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
10905 that doesn't expect anything. Return early if running to main
10906 fails.
10907
337532fa
YQ
109082015-04-07 Yao Qi <yao.qi@linaro.org>
10909
10910 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
10911 (child_function): Call alarm.
10912 (main): Move call to alarm into the loop.
10913 * gdb.threads/non-stop-fair-events.exp: Build program with
10914 -DTIMEOUT=$timeout.
10915
01b622d4
DE
109162015-04-06 Doug Evans <xdje42@gmail.com>
10917
10918 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
10919 Fix dest parameter to board_info.
10920 (fpc_compile): Ditto.
10921 (gdb_compile_pascal): Rename dest arg to destfile.
10922
961f4160
PMR
109232015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
10924
10925 * gdb.ada/funcall_ref.exp: New file.
10926 * gdb.ada/funcall_ref/foo.adb: New file.
10927
cafda597
YQ
109282015-04-02 Yao Qi <yao.qi@linaro.org>
10929
10930 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
10931 is remote.
10932
fed040c6
GB
109332015-04-02 Gary Benson <gbenson@redhat.com>
10934
10935 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
10936
d11916aa
SS
109372015-04-01 Sasha Smundak <asmundak@google.com>
10938
10939 * gdb.python/py-unwind-maint.c: New file.
10940 * gdb.python/py-unwind-maint.exp: New test.
10941 * gdb.python/py-unwind-maint.py: New file.
10942 * gdb.python/py-unwind.c: New file.
10943 * gdb.python/py-unwind.exp: New test.
10944 * gdb.python/py-unwind.py: New test.
10945
a1471180
PA
109462015-04-01 Pedro Alves <palves@redhat.com>
10947
10948 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
10949 to fail instead of non-existent $test.
10950
0bbeccb1
PA
109512015-04-01 Pedro Alves <palves@redhat.com>
10952
10953 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
10954 GDBFLAGS if not empty.
10955
3c724c8c
PMR
109562015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
10957
10958 * gdb.ada/complete.exp: Remove "multi_line".
10959 * gdb.ada/info_exc.exp: Remove "multi_line".
10960 * gdb.ada/packed_tagged.exp: Remove "multi_line".
10961 * gdb.ada/ptype_field.exp: Remove "multi_line".
10962 * gdb.ada/sym_print_name.exp: Remove "multi_line".
10963 * gdb.ada/tagged.exp: Remove "multi_line".
10964 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
10965 [multi_line ...]
10966 * gdb.btrace/delta.exp: Likewise.
10967 * gdb.btrace/exception.exp: Likewise.
10968 * gdb.btrace/function_call_history.exp: Likewise.
10969 * gdb.btrace/instruction_history.exp: Likewise.
10970 * gdb.btrace/nohist.exp: Likewise.
10971 * gdb.btrace/record_goto.exp: Likewise.
10972 * gdb.btrace/segv.exp: Likewise.
10973 * gdb.btrace/stepi.exp: Likewise.
10974 * gdb.btrace/tailcall.exp: Likewise.
10975 * gdb.btrace/unknown_functions.exp: Likewise.
10976 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
10977 * lib/gdb.exp: Add the "multi_line" helper.
10978
4eec2deb
PA
109792015-04-01 Pedro Alves <palves@redhat.com>
10980
10981 * gdb.threads/tid-reuse.c: New file.
10982 * gdb.threads/tid-reuse.exp: New file.
10983
df8411da
SDJ
109842015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
10985
10986 PR corefiles/16092
10987 * gdb.base/coredump-filter.c: New file.
10988 * gdb.base/coredump-filter.exp: Likewise.
10989
6ef37366
PM
109902015-03-27 Petr Machata <pmachata@redhat.com>
10991
10992 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
10993 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
10994 (Dwarf::assemble): Initialize them.
10995 (Dwarf::lines): New function.
10996
7ec911b0
JT
109972015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
10998
10999 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
11000 SYMBOL_PREFIX for x86_64-*-cygwin.
11001
ff908ebf
AW
110022015-03-26 Andy Wingo <wingo@igalia.com>
11003
11004 PR symtab/18148
11005 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
11006 const_value but not a location.
11007 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
11008 location defined in non-main CUs are visible.
11009
6d5f0679
YQ
110102015-03-26 Yao Qi <yao.qi@linaro.org>
11011
11012 PR testsuite/18139
11013 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
11014 Add a line number entry for the same line.
11015 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
11016 Add a line number entry for the same line.
11017
2898689b
YQ
110182015-03-26 Yao Qi <yao.qi@linaro.org>
11019
11020 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
11021 .int 0.
11022 (func): Likewise. Add .Lfunc_1 label.
11023 Use .Lfunc_1 label.
11024 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
11025 .int 0.
11026 (func): Likewise.
11027 Use .Lfunc_1 label.
11028
85180498
YQ
110292015-03-26 Yao Qi <yao.qi@linaro.org>
11030
11031 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
11032 Call gdb_compile instead to compile each .s files without debug
11033 information.
11034
8aa08a8d
YQ
110352015-03-26 Yao Qi <yao.qi@linaro.org>
11036
11037 * gdb.base/savedregs.exp (process_saved_regs): Make
11038 "Saved registers:" optional in the pattern.
11039
66849923
MM
110402015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11041
11042 * gdb.btrace/next.exp: Merged into step.exp.
11043 * gdb.btrace/finish.exp: Merged into step.exp.
11044 * gdb.btrace/nexti.exp: Merged into stepi.exp.
11045 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
11046 "record goto" and checking the exact replay position.
11047 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
11048 check for "Recording format" in "info record" output.
11049 * gdb.btrace/record_goto.exp: Choose test file based on target.
11050 * gdb.btrace/x86-record_goto.S: Renamed into ...
11051 * gdb.btrace/x86_64-record_goto.S: ... this.
11052 * gdb.btrace/i686-record_goto.S: New.
11053 * gdb.btrace/x86-tailcall.S: Renamed into ...
11054 * gdb.btrace/x86_64-tailcall.S: ... this.
11055 * gdb.btrace/i686-tailcall.S: New.
11056 * gdb.btrace/x86-tailcall.c: Renamed into ...
11057 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
11058 separate statements. Update test.
11059 * gdb.btrace/delta.exp: Use record_goto.c as test file.
11060 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
11061 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
11062 * gdb.btrace/tailcall.exp: Choose test file based on target.
11063 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
11064
11cc1b74
MM
110652015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11066
11067 * gdb.btrace/exception.exp: Increase BTS buffer size.
11068
a25d8bf9
PA
110692015-03-24 Pedro Alves <palves@redhat.com>
11070
11071 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
11072
856e7dd6
PA
110732015-03-24 Pedro Alves <palves@redhat.com>
11074
11075 * gdb.threads/schedlock.exp (test_step): No longer expect that
11076 "set scheduler-locking step" with "next" over a function call runs
11077 threads unlocked.
11078
ad235a41
AT
110792015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11080
11081 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
11082
15630549
AT
110832015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11084
11085 PR breakpoints/16466
11086 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
11087 * gdb.mi/mi-pending.c (thread_func): New function.
11088 (int main): Add threading support required.
11089 * gdb.mi/mi-pending.exp: Add tests for this issue.
11090 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
11091 (pendfunc2): Remove stdio dependency.
11092 * gdb.mi/mi-pendshr2.c: New file.
11093
693dca06
KS
110942015-03-23 Keith Seitz <keiths@redhat.com>
11095
11096 * gdb.linespec/keywords.c: New file.
11097 * gdb.linespec/keywords.exp: New file.
11098
7e993ebf
KS
110992015-03-23 Keith Seitz <keiths@redhat.com>
11100
11101 PR gdb/18021
11102 * gdb.dwarf2/staticvirtual.exp: New test.
11103
bc23328c
JK
111042015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11105
11106 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
11107 * README: Remove HP-UX and gdb.hp.
11108 (configuration):
11109 * configure: Regenerate.
11110 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
11111 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
11112 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
11113 gdb.hp/gdb.defects/Makefile.
11114 * gdb.hp/Makefile.in: File deleted.
11115 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
11116 * gdb.hp/gdb.aCC/optimize.c: File deleted.
11117 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
11118 * gdb.hp/gdb.aCC/run.c: File deleted.
11119 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
11120 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
11121 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
11122 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
11123 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
11124 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
11125 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
11126 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
11127 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
11128 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
11129 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
11130 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
11131 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
11132 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
11133 * gdb.hp/gdb.base-hp/reg.s: File deleted.
11134 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
11135 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
11136 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
11137 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
11138 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
11139 * gdb.hp/gdb.compat/Makefile.in: File deleted.
11140 * gdb.hp/gdb.compat/average.c: File deleted.
11141 * gdb.hp/gdb.compat/sum.c: File deleted.
11142 * gdb.hp/gdb.compat/xdb.c: File deleted.
11143 * gdb.hp/gdb.compat/xdb0.c: File deleted.
11144 * gdb.hp/gdb.compat/xdb0.h: File deleted.
11145 * gdb.hp/gdb.compat/xdb1.c: File deleted.
11146 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
11147 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
11148 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
11149 * gdb.hp/gdb.defects/Makefile.in: File deleted.
11150 * gdb.hp/gdb.defects/bs14602.c: File deleted.
11151 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
11152 * gdb.hp/gdb.defects/solib-d.c: File deleted.
11153 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
11154 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
11155 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
11156 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
11157 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
11158 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
11159 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
11160 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
11161 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
11162 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
11163 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
11164 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
11165 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
11166 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
11167 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
11168 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
11169 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
11170 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
11171 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
11172 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
11173 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
11174 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
11175 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
11176 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
11177 * gdb.hp/tools/odump: File deleted.
11178
8bf3b159
PA
111792015-03-19 Pedro Alves <palves@redhat.com>
11180
11181 * gdb.threads/continue-pending-status.exp (saw_thread_2)
11182 (saw_thread_3): New globals.
11183 (top level): Increment them when an event for the corresponding
11184 thread is seen.
11185 (no thread starvation): New test.
11186
eb54c8bf
PA
111872015-03-19 Pedro Alves <palves@redhat.com>
11188
11189 * gdb.threads/continue-pending-status.c: New file.
11190 * gdb.threads/continue-pending-status.exp: New file.
11191
32d2e5d6
PA
111922015-03-18 Pedro Alves <palves@redhat.com>
11193
11194 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11195 Use gdb_is_target_remote instead of is_remote. Use
11196 gdb_test_multiple instead of gdb_expect. Exit early if
11197 gdb_test_multiple hits its internal matches. Tighten stepi tests
11198 expected output. Fail on exit with any signal, instead of just
11199 SIGILL.
11200
f68f11b7
YQ
112012015-03-18 Yao Qi <yao.qi@linaro.org>
11202
11203 PR tdep/18107
11204 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
11205 variable.
11206 * gdb.base/catch-syscall.exp: Don't skip it on
11207 aarch64*-*-linux* target. Remove elements in all_syscalls.
11208 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
11209 target.
11210 (setup_all_syscalls): New proc.
11211
ca5fd19b
YQ
112122015-03-16 Yao Qi <yao.qi@linaro.org>
11213
11214 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
11215 (top level): Skip tests if valid_addr_p returns false for
11216 $cmd1 or $cmd2.
11217
85642ba0
AW
112182015-03-11 Andy Wingo <wingo@igalia.com>
11219
11220 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
11221
e03f9645
YQ
112222015-03-11 Yao Qi <yao.qi@linaro.org>
11223
11224 * gdb.base/catch-syscall.exp: Fix typo in comments.
11225
5d0962b2
YQ
112262015-03-11 Yao Qi <yao.qi@linaro.org>
11227
11228 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
11229
b2df3cef
PA
112302015-03-09 Pedro Alves <palves@redhat.com>
11231
11232 * dg-extract-results.py: Delete.
11233
ef878e53
PA
112342015-03-09 Pedro Alves <palves@redhat.com>
11235
11236 Merge dg-extract-results.sh from GCC upstream (r218843).
11237
11238 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
11239 * dg-extract-results.sh: Use --text with grep to avoid issues with
11240 binary files. Fall back to cat -v, if that doesn't work.
11241
9494d219
PA
112422015-03-05 Pedro Alves <palves@redhat.com>
11243
11244 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
11245
a8d9763a
SM
112462015-03-04 Simon Marchi <simon.marchi@ericsson.com>
11247
11248 * lib/mi-support.exp (mi_expect_interrupt): Accept
11249 alternative event for when in all-stop mode.
11250
be9957b8
PA
112512015-03-04 Pedro Alves <palves@redhat.com>
11252
11253 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
11254
d57be0f4 112552015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
11256
11257 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
11258
c214c7cf
AA
112592015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11260
11261 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
11262 regexps for GDB's current line display, accept a hex address
11263 preceding the line number.
11264
6d74a497
AA
112652015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11266
11267 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
11268 the 'arch1' variable for "s390*-linux*" targets.
11269
511aee7c
PA
112702015-03-04 Pedro Alves <palves@redhat.com>
11271
11272 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
11273 (main): Pass missing retval argument to pthread_join call.
11274
95e50b27
PA
112752015-03-02 Pedro Alves <palves@redhat.com>
11276
11277 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
11278 (top level): Call do_test with non-stop as well.
11279
28054d69
PA
112802015-03-02 Pedro Alves <palves@redhat.com>
11281
11282 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
11283 -1.
11284
4fa5d7b4
AA
112852015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11286
11287 * gdb.arch/s390-vregs.exp: New test.
11288 * gdb.arch/s390-vregs.S: New file.
11289
97c18565
PA
112902015-02-27 Pedro Alves <palves@redhat.com>
11291
11292 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
11293 call to catch_command_errors.
11294 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
11295 catch_command_errors.
11296
a37bfa30
PA
112972015-02-27 Pedro Alves <palves@redhat.com>
11298
11299 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
11300 "true" for boolean result.
11301 * gdb.gdb/selftest.exp (test_with_self): Also accept full
11302 prototype of main.
11303
6f98576f
PA
113042015-02-27 Pedro Alves <palves@redhat.com>
11305
11306 * lib/unbuffer_output.c: New file.
11307 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
11308 (main): Call gdb_unbuffer_output.
11309
eba5ab56
YQ
113102015-02-27 Yao Qi <yao.qi@linaro.org>
11311
11312 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
11313 target.
11314
0def5aaa
DE
113152015-02-26 Doug Evans <dje@google.com>
11316
11317 * gdb.cp/class2.cc (Dbase, D): New classes.
11318 (main): New local delta.
11319 * gdb.cp/class2.exp: Test printing delta.
11320 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
11321 (dynbar): New global.
11322 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
11323
081a1c2c
JK
113242015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11325
11326 * gdb.compile/compile-ifunc.c: New file.
11327 * gdb.compile/compile-ifunc.exp: New file.
11328
2f41223f
AT
113292015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
11330
11331 * gdb.base/structs.exp: Check for correct struct on finish.
11332
03eddd80
YQ
113332015-02-26 Yao Qi <yao.qi@linaro.org>
11334
11335 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
11336 is zero.
11337
80c57053
JK
113382015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11339
11340 * gdb.arch/cordic.ko.bz2: New file.
11341 * gdb.arch/cordic.ko.debug.bz2: New file.
11342 * gdb.arch/ppc64-symtab-cordic.exp: New file.
11343
21613c12
YQ
113442015-02-25 Yao Qi <yao.qi@linaro.org>
11345
11346 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
11347 aarch64*-*-* target.
11348
d8b901ed
PA
113492015-02-23 Pedro Alves <palves@redhat.com>
11350
11351 * lib/gdb.exp (delete_breakpoints): Rewrite using
11352 gdb_test_multiple.
11353
e5b85ead
PA
113542015-02-23 Pedro Alves <palves@redhat.com>
11355
11356 * gdb.base/info-os.c: Include stdlib.h.
11357
85c3a371
DE
113582015-02-22 Doug Evans <xdje42@gmail.com>
11359
11360 PR symtab/17855
11361 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
11362 is read after symbols have been re-read.
11363 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
11364 * gdb.ada/exec_changed/second.adb (Second): Ditto.
11365
96553a0c
DE
113662015-02-21 Doug Evans <dje@google.com>
11367
11368 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
11369
97a0c697
JK
113702015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11371
11372 PR corefiles/17808
11373 * gdb.arch/i386-biarch-core.core.bz2: New file.
11374 * gdb.arch/i386-biarch-core.exp: New file.
11375
a47cd6e9
PA
113762015-02-21 Pedro Alves <palves@redhat.com>
11377
11378 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
11379 runto_main fails.
11380
c5facdc4
PA
113812015-02-20 Pedro Alves <palves@redhat.com>
11382
11383 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
11384 info probes.
11385
2db9a427
PA
113862015-02-20 Pedro Alves <palves@redhat.com>
11387
11388 * gdb.threads/multi-create-ns-info-thr.exp: New file.
11389
60fb7e9e
PA
113902015-02-20 Pedro Alves <palves@redhat.com>
11391
11392 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
11393 clean_restart before gdb_target_supports_trace.
11394
5c5019c2
PA
113952015-02-20 Pedro Alves <palves@redhat.com>
11396
11397 PR threads/18006
11398 * gdb.threads/clone-thread_db.c: New file.
11399 * gdb.threads/clone-thread_db.exp: New file.
11400
c9587f88
AT
114012015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
11402
11403 PR breakpoints/16812
11404 * gdb.base/catch-gdb-caused-signals.c: New file.
11405 * gdb.base/catch-gdb-caused-signals.exp: New file.
11406
f6a88844
JM
114072015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
11408
11409 * configure: Regenerated.
11410 * configure.ac: Use GDB_AC_TRANSFORM.
11411 * aclocal.m4: sinclude ../transform.m4.
11412
497c491b
JM
114132015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11414
11415 * lib/dtrace.exp: New file.
11416 * gdb.base/dtrace-probe.exp: Likewise.
11417 * gdb.base/dtrace-probe.d: Likewise.
11418 * gdb.base/dtrace-probe.c: Likewise.
11419 * lib/pdtrace.in: Likewise.
11420 * configure.ac: Output variables with the transformed names of
11421 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
11422 * configure: Regenerated.
11423
03e98035
JM
114242015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11425
11426 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
11427 expected message when trying to access $_probe_* convenience
11428 variables while not on a probe.
11429
63cc30e9
JK
114302015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11431
11432 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
11433
0703599a
PA
114342015-02-11 Pedro Alves <pedro@codesourcery.com>
11435
11436 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
11437 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
11438
7e60a48e
DE
114392015-02-10 Doug Evans <xdje42@gmail.com>
11440
11441 * lib/gdb.exp (gdb_load): Always return a result.
11442
01b088bc
PA
114432015-02-10 Pedro Alves <palves@redhat.com>
11444
11445 * gdb.threads/signal-sigtrap.c: New file.
11446 * gdb.threads/signal-sigtrap.exp: New file.
11447
b05ec7a5
AT
114482015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
11449
11450 * gdb.trace/no-attach-trace.c: New file.
11451 * gdb.trace/no-attach-trace.exp: New file.
11452
a2c2acaf
MW
114532015-02-09 Mark Wielaard <mjw@redhat.com>
11454
11455 * gdb.dwarf2/atomic.c: New file.
11456 * gdb.dwarf2/atomic-type.exp: Likewise.
11457
31fd9caa
MM
114582015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11459
11460 * gdb.btrace/buffer-size.exp: Update "info record" output.
11461 * gdb.btrace/delta.exp: Update "info record" output.
11462 * gdb.btrace/enable.exp: Update "info record" output.
11463 * gdb.btrace/finish.exp: Update "info record" output.
11464 * gdb.btrace/instruction_history.exp: Update "info record" output.
11465 * gdb.btrace/next.exp: Update "info record" output.
11466 * gdb.btrace/nexti.exp: Update "info record" output.
11467 * gdb.btrace/step.exp: Update "info record" output.
11468 * gdb.btrace/stepi.exp: Update "info record" output.
11469 * gdb.btrace/nohist.exp: Update "info record" output.
11470
d33501a5
MM
114712015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11472
11473 * gdb.btrace/buffer-size: New.
11474
f4abbc16
MM
114752015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11476
11477 * gdb.btrace/delta.exp: Update "info record" output.
11478 * gdb.btrace/enable.exp: Update "info record" output.
11479 * gdb.btrace/finish.exp: Update "info record" output.
11480 * gdb.btrace/instruction_history.exp: Update "info record" output.
11481 * gdb.btrace/next.exp: Update "info record" output.
11482 * gdb.btrace/nexti.exp: Update "info record" output.
11483 * gdb.btrace/step.exp: Update "info record" output.
11484 * gdb.btrace/stepi.exp: Update "info record" output.
11485 * gdb.btrace/nohist.exp: Update "info record" output.
11486
b9d61307
SM
114872015-02-06 Simon Marchi <simon.marchi@ericsson.com>
11488
11489 PR gdb/15678
11490 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
11491
e584fdbc
PA
114922015-02-06 Pedro Alves <palves@redhat.com>
11493
11494 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
11495 macro.
11496 (seconds_left, again): New globals.
11497 (main): Wait seconds_left in a 1-second sleep loop instead of
11498 sleeping 180 seconds. If 'again' is set, reset the seconds
11499 counter.
11500 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
11501 'again' in the inferior before detaching. Print the seconds left.
11502 (options): New global.
11503 (top level): Build program with -DTIMEOUT=$timeout.
11504
77f41761
PA
115052015-02-06 Pedro Alves <palves@redhat.com>
11506
11507 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
11508 determine how many seconds to pass to 'alarm'.
11509 * gdb.base/gdb-sigterm.exp (top level): Build program with
11510 -DTIMEOUT=$timeout.
11511 (do_test): Return success/failure indication. Add more verbose
11512 logging. Don't fail if 200 single steps are seen. Instead, fail
11513 when the test times out.
11514 (passes): New global.
11515 (top level): Break the testing loop if testing fails on any
11516 iteration. Use gdb_assert.
11517
b9394193
DB
115182015-02-04 Don Breazeal <donb@codesourcery.com>
11519
11520 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
11521 and initialize them.
11522 (ipc_cleanup): New function.
11523 (main): Don't declare shmid, semid, and msqid. Add a call to
11524 atexit so that we call ipc_cleanup on exit.
11525
42d9e528
PA
115262015-02-04 Pedro Alves <palves@redhat.com>
11527
11528 * boards/native-extended-gdbserver.exp: Remove any target variant
11529 specifications from the board name before clearing the isremote
11530 flag from board_info.
11531
ae6ae975
DE
115322015-01-31 Doug Evans <xdje42@gmail.com>
11533
11534 * gdb.base/maint.exp <maint print type argc>: Update expected output.
11535
cfb069a8
GB
115362015-01-31 Gary Benson <gbenson@redhat.com>
11537
11538 * gdb.base/completion.exp: Disable completion limiting for
11539 existing tests. Add new tests to check completion limiting.
11540 * gdb.linespec/ls-errs.exp: Disable completion limiting.
11541
5dd31d79
DE
115422015-01-31 Doug Evans <xdje42@gmail.com>
11543
11544 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
11545
9f050062
DE
115462015-01-31 Doug Evans <xdje42@gmail.com>
11547
11548 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
11549 entries. Duplicate file section script entries.
11550 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
11551 inlined entries. Add test for safe-path rejection.
11552 * gdb.python/py-section-script.c: Add duplicate inlined section script
11553 entries. Duplicate file section script entries.
11554 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
11555 inlined entries. Add test for safe-path rejection.
11556
df25ebbd
JB
115572015-01-29 Joel Brobecker <brobecker@adacore.com>
11558
11559 * gdb.ada/disc_arr_bound: New testcase.
11560
4a0ca9ec
JB
115612015-01-29 Joel Brobecker <brobecker@adacore.com>
11562
11563 * gdb.ada/mi_var_array: New testcase.
11564
3a8b707a
DE
115652015-01-27 Doug Evans <dje@google.com>
11566
11567 * gdb.python/py-objfile.exp: Add tests for objfile.username.
11568 Add test for objfile.filename, objfile.username after objfile
11569 has been unloaded.
11570
f8313f6e
JB
115712015-01-26 Joel Brobecker <brobecker@adacore.com>
11572
11573 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
11574 the second test to print the name attribute of value
11575 returned by the call to gdb.lookup_type, and adjust
11576 the expected output accordingly.
11577
37bc665e
MW
115782015-01-25 Mark Wielaard <mjw@redhat.com>
11579
11580 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
11581 * gdb.base/disp-step-fork.c: Include unistd.h.
11582 * gdb.base/siginfo-obj.c: Include stdio.h.
11583 * gdb.base/siginfo-thread.c: Likewise.
11584 * gdb.mi/non-stop.c: Include unistd.h.
11585 * gdb.mi/nsthrexec.c: Include stdio.h.
11586 * gdb.mi/pthreads.c: Include unistd.h.
11587 * gdb.modula2/unbounded1.c (main): Declare returns int.
11588 * gdb.reverse/consecutive-reverse.c: Likewise.
11589 * gdb.threads/create-fail.c: Include unistd.h.
11590 * gdb.threads/killed.c: Likewise.
11591 * gdb.threads/linux-dp.c: Likewise.
11592 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
11593 * gdb.threads/non-ldr-exc-2.c: Likewise.
11594 * gdb.threads/non-ldr-exc-3.c: Likewise.
11595 * gdb.threads/non-ldr-exc-4.c: Likewise.
11596 * gdb.threads/pthreads.c: Include unistd.h.
11597 (main): Declare returns int.
11598 * gdb.threads/tls-main.c (foo): New declaration.
11599 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
11600
f7e5394d
SM
116012015-01-23 Simon Marchi <simon.marchi@ericsson.com>
11602
11603 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
11604 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
11605
743649fd
MW
116062015-01-15 Mark Wielaard <mjw@redhat.com>
11607
11608 * gdb.base/noreturn-return.c: New file.
11609 * gdb.base/noreturn-return.exp: New file.
11610 * gdb.base/noreturn-finish.c: New file.
11611 * gdb.base/noreturn-finish.exp: New file.
11612
198297aa
PA
116132015-01-23 Pedro Alves <palves@redhat.com>
11614
11615 * gdb.threads/continue-pending-after-query.c: New file.
11616 * gdb.threads/continue-pending-after-query.exp: New file.
11617
717cf30c
AG
116182015-01-22 Anders Granlund <anders.granlund@ericsson.com>
11619 Simon Marchi <simon.marchi@ericsson.com>
11620
11621 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
11622 * gdb.base/valgrind-db-attach.exp: Same.
11623 * gdb.base/valgrind-infcall.exp: Same.
11624 * lib/mi-support.exp (default_mi_gdb_start): Same.
11625 * lib/prompt.exp (default_prompt_gdb_start): Same.
11626 * lib/gdb.exp (default_gdb_spawn): Same.
11627 (gdb_interact): New.
11628
11629
4b62a76e
JK
116302015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11631
11632 * gdb.compile/compile.exp (pointer to jit function): New test.
11633
b4cdae6f
WW
116342015-01-17 Wei-cheng Wang <cole945@gmail.com>
11635
11636 * lib/gdb.exp (supports_process_record): Return true for
11637 powerpc*-*-linux*.
11638 (supports_reverse): Likewise.
11639
d221e7ef
DB
116402015-01-15 Don Breazeal <donb@codesourcery.com>
11641
11642 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
11643 instead of checking whether the target board is remote and
11644 use spawn_wait_for_attach instead of exec/sleep.
11645 * gdb.base/attach-twice.exp: Likewise.
11646
bafffb51
JB
116472015-01-15 Joel Brobecker <brobecker@adacore.com>
11648
11649 * gdb.ada/var_arr_attrs: New testcase.
11650
5589af0e
PA
116512015-01-14 Pedro Alves <palves@redhat.com>
11652 Joel Brobecker <brobecker@adacore.com>
11653
11654 PR gdb/17525
11655 * gdb.base/bp-cmds-execution-x-script.c: New file.
11656 * gdb.base/bp-cmds-execution-x-script.exp: New file.
11657 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
11658
6c400b59
PA
116592015-01-14 Pedro Alves <palves@redhat.com>
11660
11661 PR cli/17828
11662 * gdb.base/batch-preserve-term-settings.c: New file.
11663 * gdb.base/batch-preserve-term-settings.exp: New file.
11664
e02c96a7
DE
116652015-01-13 Doug Evans <dje@google.com>
11666
11667 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
11668 binary.
11669
576fd14c
JB
116702015-01-13 Joel Brobecker <brobecker@adacore.com>
11671
11672 * Makefile.in (clean mostlyclean): Do not delete *.py.
11673
04dccad0
JB
116742015-01-13 Joel Brobecker <brobecker@adacore.com>
11675
11676 * gdb.python/py-lookup-type.exp: New file.
11677
3d230f71
PA
116782015-01-12 Pedro Alves <palves@redhat.com>
11679
11680 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
11681 restore GDBFLAGS before returning.
11682
7e67715d
JK
116832015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11684
11685 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
11686 is_amd64_regs_target and is_x86_like_target.
11687
f2e0d4b4
DE
116882015-01-11 Doug Evans <xdje42@gmail.com>
11689
11690 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
11691 is given without an explicit form.
11692 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
11693 attributes.
11694 * gdb.dwarf/corrupt.exp: Ditto.
11695 * gdb.dwarf2/enum-type.exp: Ditto.
11696 * gdb.trace/entry-values.exp: Ditto.
11697 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
11698
439250fb
DE
116992015-01-11 Doug Evans <xdje42@gmail.com>
11700
11701 PR gdb/15830
11702 * gdb.base/maint.exp: Remove references to "maint demangle".
11703 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
11704 Add tests for explicitly specifying language to demangle.
11705 * gdb.dlang/demangle.exp: Ditto.
11706
ede9f622
PA
117072015-01-09 Pedro Alves <palves@redhat.com>
11708
11709 * gdb.threads/non-stop-fair-events.c: New file.
11710 * gdb.threads/non-stop-fair-events.exp: New file.
11711
a7b796db
PA
117122015-01-09 Pedro Alves <palves@redhat.com>
11713
11714 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
11715 the global scope. Set a breakpoint after all threads are started
11716 rather than stepping over two source lines. Expect the prompt.
11717 * gdb.base/watch_thread_num.c (threads_started_barrier): New
11718 global.
11719 (NUM): Now 15.
11720 (main): Use threads_started_barrier to wait for all threads to
11721 start. Main thread no longer calls thread_function. Exit after
11722 180 seconds.
11723 (loop): New function.
11724 (thread_function): Wait on threads_started_barrier barrier. Call
11725 'loop' at each iteration.
11726 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
11727 threads have started, instead of hardcoding number of "next"
11728 steps. Use an access watchpoint instead of a write watchpoint.
11729
9665ffdd
PA
117302015-01-09 Pedro Alves <palves@redhat.com>
11731
11732 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
11733 (thread_func): Wait on barrier.
11734 (main): Wait for all threads to start before stopping GDB.
11735 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
11736 global.
11737 (thread1_func, thread2_func): Wait on barrier.
11738 (main): Wait for all threads to start before stopping GDB.
11739 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
11740 New global.
11741 (thread1_func, thread2_func): Wait on barrier.
11742 (main): Wait for all threads to start before stopping GDB.
11743
c945a99f
PA
117442015-01-09 Pedro Alves <palves@redhat.com>
11745
11746 * gdb.threads/attach-many-short-lived-threads.c: New file.
11747 * gdb.threads/attach-many-short-lived-threads.exp: New file.
11748
c1a747c1
PA
117492014-01-09 Pedro Alves <palves@redhat.com>
11750
11751 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
11752 instead of to thread 2.
11753 * gdb.threads/signal-command-multiple-signals-pending.c (main):
11754 Add barrier around each pthread_create call instead of around all
11755 calls.
11756 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
11757 Set a break on thread_function and have the child threads hit it
11758 one at at a time.
11759
60b3033e
PA
117602015-01-09 Pedro Alves <palves@redhat.com>
11761
11762 * lib/gdb.exp (can_spawn_for_attach): New procedure.
11763 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
11764 false.
11765 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
11766 checking whether the target board is remote.
11767 * gdb.multi/multi-attach.exp: Likewise.
11768 * gdb.python/py-sync-interp.exp: Likewise.
11769 * gdb.server/ext-attach.exp: Likewise.
11770 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
11771 tests that need to attach, instead of checking whether the target
11772 board is remote at the top of the file.
11773
acc018ac
YQ
117742015-01-08 Yao Qi <yao@codesourcery.com>
11775
11776 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
11777
50a18af8
JK
117782015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11779
11780 Fix testcase compilation.
11781 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
11782
8503d6e1
JB
117832015-01-06 Joel Brobecker <brobecker@adacore.com>
11784
11785 * gdb.python/py-type.exp: Add a couple test about empty
11786 array creation, and negative-length array creation.
11787
cc73dbcc
DE
117882015-01-02 Doug Evans <xdje42@gmail.com>
11789
11790 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
11791
0300bbc7
DE
117922015-01-02 Doug Evans <dje@google.com>
11793
11794 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
11795
9d85a0ec
YQ
117962014-12-29 Yao Qi <yao@codesourcery.com>
11797
11798 * gdb.trace/entry-values.exp: Update comments. Rename variable
11799 bar_call_foo to returned_from_foo.
11800
87186c6a
MMN
118012014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
11802
11803 PR gdb/17394
11804 * gdb.linespec/break-asm-file.c: New file.
11805 * gdb.linespec/break-asm-file.exp: New file.
11806 * gdb.linespec/break-asm-file0.s: New file.
11807 * gdb.linespec/break-asm-file1.s: New file.
11808
1bab7383
YQ
118092014-12-18 Nigel Stephens <nigel@mips.com>
11810 Maciej W. Rozycki <macro@codesourcery.com>
11811
11812 * gdb.base/float.exp: Handle the new output from "info float" on
11813 MIPS targets.
11814
1bc1068a
JK
118152014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11816
11817 Fix MinGW compilation.
11818 * gdb.compile/compile-ops.exp: Update untested message if
11819 !skip_compile_feature_tests.
11820 * gdb.compile/compile-setjmp.exp: Likewise.
11821 * gdb.compile/compile-tls.exp: Likewise.
11822 * gdb.compile/compile.exp: Likewise.
11823 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
11824 supported on this host".
11825
b6615d10
DE
118262014-12-16 Doug Evans <xdje42@gmail.com>
11827
11828 * boards/stabs.exp: New file.
11829
25dda427
AA
118302014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
11831
11832 * gdb.base/completion.exp: Adjust to format changes of "maint
11833 print user-registers".
11834
bf330350
CU
118352014-12-16 Catalin Udma <catalin.udma@freescale.com>
11836
11837 PR server/17457
11838 * gdb.arch/aarch64-fp.c: New file.
11839 * gdb.arch/aarch64-fp.exp: New file.
11840
395cf596
SDJ
118412014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
11842
11843 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
11844 r210637, r210913, r211666, r215400, r215817).
11845
11846 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
11847 * dg-extract-results.py: New file.
11848 * dg-extract-results.sh: Use it if the environment seems
11849 suitable.
11850
11851 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
11852
11853 * dg-extract-results.py (parse_run): Handle warnings that
11854 are printed before a test harness is run.
11855
11856 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
11857
11858 * dg-extract-results.py (Named): Remove __cmp__ method.
11859 (output_variation): Use a key to sort variation.harnesses.
11860
11861 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
11862
11863 * dg-extract-results.py: For Python 3, force sys.stdout to
11864 handle surrogate escape sequences.
11865 (safe_open): New function.
11866 (output_segment, main): Use it.
11867
11868 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
11869
11870 * dg-extract-results.py (Prog.result_re): Include options
11871 in test name.
11872
11873 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
11874
11875 * dg-extract-results.py (output_variation): Always sort if
11876 do_sum.
11877
e882ef3c
SM
118782014-12-15 Simon Marchi <simon.marchi@ericsson.com>
11879
11880 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
11881 as long as we get pagination notifications.
11882
4992aa20
JM
118832014-12-15 Jason Merrill <jason@redhat.com>
11884
11885 * Makefile.in (check-gdb.%): Restore.
11886 * README: Mention it.
11887
c1b5a1a6
JB
118882014-12-13 Joel Brobecker <brobecker@adacore.com>
11889
11890 * gdb.ada/str_uninit: New testcase.
11891
5537b577
JK
118922014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11893
11894 PR symtab/17642
11895 * gdb.base/vla-stub-define.c: New file.
11896 * gdb.base/vla-stub.c: New file.
11897 * gdb.base/vla-stub.exp: New file.
11898
bb2ec1b3
TT
118992014-12-12 Phil Muldoon <pmuldoon@redhat.com>
11900 Jan Kratochvil <jan.kratochvil@redhat.com>
11901 Tom Tromey <tromey@redhat.com>
11902
11903 * configure.ac: Add gdb.compile/.
11904 * configure: Regenerate.
11905 * gdb.compile/Makefile.in: New file.
11906 * gdb.compile/compile-ops.exp: New file.
11907 * gdb.compile/compile-ops.c: New file.
11908 * gdb.compile/compile-tls.c: New file.
11909 * gdb.compile/compile-tls.exp: New file.
11910 * gdb.compile/compile-constvar.S: New file.
11911 * gdb.compile/compile-constvar.c: New file.
11912 * gdb.compile/compile-mod.c: New file.
11913 * gdb.compile/compile-nodebug.c: New file.
11914 * gdb.compile/compile-setjmp-mod.c: New file.
11915 * gdb.compile/compile-setjmp.c: New file.
11916 * gdb.compile/compile-setjmp.exp: New file.
11917 * gdb.compile/compile-shlib.c: New file.
11918 * gdb.compile/compile.c: New file.
11919 * gdb.compile/compile.exp: New file.
11920 * lib/gdb.exp (skip_compile_feature_tests): New proc.
11921
4ff709eb
TT
119222014-12-12 Tom Tromey <tromey@redhat.com>
11923
11924 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
11925 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
11926
6dddd6a5
DE
119272014-12-12 Doug Evans <dje@google.com>
11928
11929 * lib/gdb-python.exp (get_python_valueof): New function.
11930 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
11931
71c24708
AA
119322014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11933
11934 * gdb.base/completion.exp: Add test for completion of "info
11935 registers ".
11936
3e29f34a
MR
119372014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
11938
11939 * gdb.base/func-ptrs.c: New file.
11940 * gdb.base/func-ptrs.exp: New file.
11941
fc126975
SM
119422014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11943
11944 PR breakpoints/17012
11945 * gdb.base/dprintf-detach.c: New file.
11946 * gdb.base/dprintf-detach.exp: New file.
11947
0a46d518
SM
119482014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11949
11950 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
11951 * lib/gdb.exp (target_is_gdbserver): New procedure.
11952
a0be3e44
DE
119532014-12-08 Doug Evans <dje@google.com>
11954
11955 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
11956
df1b803a
YQ
119572014-12-05 Yao Qi <yao@codesourcery.com>
11958
11959 * gdb.guile/scm-error.exp: Remove the third argument to
11960 gdb_remote_download.
11961 * gdb.guile/scm-frame-args.exp: Likewise.
11962 * gdb.guile/scm-section-script.exp: Likewise.
11963
ddb9f679
YQ
119642014-12-05 Yao Qi <yao@codesourcery.com>
11965
11966 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
11967
86e4ed39
DE
119682014-12-04 Doug Evans <dje@google.com>
11969
11970 * gdb.python/py-objfile.exp: Add tests for
11971 objfile.add_separate_debug_file.
11972
7c50a931
DE
119732014-12-04 Doug Evans <dje@google.com>
11974
11975 * lib/gdb.exp (get_build_id): New function.
11976 (build_id_debug_filename_get): Rewrite to use it.
11977 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
11978
621661e3
MR
119792014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
11980
11981 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
11982 `method(long)', not just 0x0.
11983 * gdb.cp/nsalias.exp: Align code labels to 4.
11984 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
11985 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
11986 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
11987 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
11988 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
11989 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
11990
29f0c3b7
DE
119912014-12-02 Doug Evans <dje@google.com>
11992
e1e061e7 11993 PR symtab/17602
29f0c3b7 11994 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 11995 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
11996 * gdb.cp/anon-ns.exp: Update.
11997
162078c8
NB
119982014-12-02 Nick Bull <nicholaspbull@gmail.com>
11999
12000 * gdb.python/py-events.py (inferior_call_handler): New.
12001 (register_changed_handler, memory_changed_handler): New.
12002 (test_events.invoke): Register new handlers.
12003 * gdb.python/py-events.exp: Add tests for inferior call,
12004 memory_changed and register_changed events.
12005
fdb09caf
AA
120062014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12007
12008 * gdb.base/execl-update-breakpoints.exp: Specify the link address
12009 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
12010 if the linker doesn't understand this.
12011
55cfb2c4
SM
120122014-12-01 Simon Marchi <simon.marchi@ericsson.com>
12013
12014 * gdb.python/python.exp: Change expected reply to help().
12015
9e8cd6df
YQ
120162014-12-01 Yao Qi <yao@codesourcery.com>
12017
12018 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
12019 AC_CONFIG_SUBDIRS(gdb.gdbtk).
12020 * configure: Re-generated.
12021
6c659fc2
SC
120222014-11-28 Siva Chandra Reddy <sivachandra@google.com>
12023
12024 * gdb.cp/chained-calls.cc: New file.
12025 * gdb.cp/chained-calls.exp: New file.
12026 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
12027
d7fc3181
SM
120282014-11-28 Simon Marchi <simon.marchi@ericsson.com>
12029
12030 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
12031 * gdb.dwarf2/symtab-producer.exp: Same.
12032 * gdb.gdb/python-interrupts.exp: Same.
12033 * gdb.gdb/python-selftest.exp: Same.
12034 * gdb.python/py-linetable.exp: Same.
12035 * gdb.python/py-type.exp: Same.
12036 * gdb.python/py-value-cc.exp: Same.
12037 * gdb.python/py-value.exp: Same.
12038
10e79639
YQ
120392014-11-28 Yao Qi <yao@codesourcery.com>
12040
12041 * gdb.base/break-probes.exp: Match library name prefixed with
12042 sysroot.
12043
f28a0564
SM
120442014-11-27 Simon Marchi <simon.marchi@ericsson.com>
12045
12046 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
12047 test expected output. Add parentheses for the call to print.
12048 Remove L suffix from integers.
12049
3fe1ce1d
DE
120502014-11-26 Doug Evans <dje@google.com>
12051
12052 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
12053
84429e27
YQ
120542014-11-22 Yao Qi <yao@codesourcery.com>
12055
12056 * gdb.trace/entry-values.c: Remove asms.
12057 (foo): Add foo_label.
12058 (bar): Add bar_label.
12059 * gdb.trace/entry-values.exp: Remove code computing foo's
12060 length and bar's length.
12061 (Dwarf::assemble): Invoke function_range for bar and use
12062 MACRO_AT_func for foo.
12063
26741859
YQ
120642014-11-22 Yao Qi <yao@codesourcery.com>
12065
12066 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
12067 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
12068 Use .Lgcc43_procstart instead of gcc43.
12069
45e44d27
JB
120702014-11-21 Joel Brobecker <brobecker@adacore.com>
12071
12072 * gdb.ada/n_arr_bound: New testcase.
12073
458c8db8
SDJ
120742014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
12075
12076 PR breakpoints/10737
12077 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
12078 test_catch_syscall_multi_arch.
12079 (test_catch_syscall_multi_arch): New function.
12080
43f3e411
DE
120812014-11-20 Doug Evans <xdje42@gmail.com>
12082
12083 * gdb.base/maint.exp: Update expected output.
12084
0d7b2549
AA
120852014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
12086
12087 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
12088 4-byte instruction on S390.
12089
8908fca5
JB
120902014-11-19 Joel Brobecker <brobecker@adacore.com>
12091
12092 * gdb.ada/arr_arr: New testcase.
12093
4a46959e
JB
120942014-11-19 Joel Brobecker <brobecker@adacore.com>
12095
12096 * gdb.ada/pkd_arr_elem: New Testcase.
12097
470e2f4e
LM
120982014-11-18 Luis Machado <lgustavo@codesourcery.com>
12099
12100 * gdb.reverse/break-precsave: Expect completion message for
12101 core file reads.
12102 * gdb.reverse/consecutive-precsave.exp: Likewise.
12103 * gdb.reverse/finish-precsave.exp: Likewise.
12104 * gdb.reverse/i386-precsave.exp: Likewise.
12105 * gdb.reverse/machinestate-precsave.exp: Likewise.
12106 * gdb.reverse/sigall-precsave.exp: Likewise.
12107 * gdb.reverse/solib-precsave.exp: Likewise.
12108 * gdb.reverse/step-precsave.exp: Likewise.
12109 * gdb.reverse/until-precsave.exp: Likewise.
12110 * gdb.reverse/watch-precsave.exp: Likewise.
12111
a267f3ad
AA
121122014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12113
12114 * gdb.base/bp-permanent.c: Include unistd.h.
12115 * gdb.python/py-framefilter-mi.c (main): Add return type.
12116 * gdb.python/py-framefilter.c (main): Likewise.
12117 * gdb.trace/actions-changed.c (main): Likewise.
12118
12084a9a
AA
121192014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12120
12121 * gdb.mi/until.c: Add eye-catchers.
12122 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
12123 line numbers.
12124
dc7e1a77
AA
121252014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12126
12127 * gdb.base/condbreak.exp: Drop references to removed non-prototype
12128 function header variants in break1.c.
12129 * gdb.base/ena-dis-br.exp: Likewise.
12130 * gdb.base/hbreak2.exp: Likewise.
12131 * gdb.reverse/until-precsave.exp: Drop references to removed
12132 non-prototype function header variants in ur1.c.
12133 * gdb.reverse/until-reverse.exp: Likewise.
12134
41c77605
PM
121352014-11-17 Petr Machata <pmachata@redhat.com>
12136
12137 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
12138 ${_cu_offset_size} bytes abbrev offset.
12139
34248c3a
DE
121402014-11-15 Doug Evans <xdje42@gmail.com>
12141
12142 PR symtab/17559
12143 * gdb.base/line-symtabs.exp: New file.
12144 * gdb.base/line-symtabs.c: New file.
12145 * gdb.base/line-symtabs.h: New file.
12146
646da059
YQ
121472014-11-14 Yao Qi <yao@codesourcery.com>
12148
12149 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
12150 (func): Add label func_label.
12151 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
12152 Replace low_pc and high_pc with MACRO_AT_range.
12153 Replace name, low_pc and high_pc with MACRO_AT_func.
12154
9301ebe6
YQ
121552014-11-14 Yao Qi <yao@codesourcery.com>
12156
12157 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
12158 Replace name, low_pc and high_pc with MACRO_AT_func.
12159
f166b542
YQ
121602014-11-14 Yao Qi <yao@codesourcery.com>
12161
12162 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
12163 produce debug information.
12164 * gdb.dwarf2/implptr-optimized-out.S: Removed.
12165
0f6e71e3
YQ
121662014-11-14 Yao Qi <yao@codesourcery.com>
12167
12168 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
12169 object and get function length.
12170 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
12171 with MACRO_AT_func.
12172 (top-level): Replace gdb_compile and clean_restart with
12173 prepare_for_testing.
12174 * gdb.dwarf2/main.c (main): Add label main_label.
12175
876c4df9
YQ
121762014-11-14 Yao Qi <yao@codesourcery.com>
12177
12178 * lib/dwarf.exp (function_range): New procedure.
12179 (Dwarf::_handle_macro_at_func): New procedure.
12180 (Dwarf::_handle_macro_at_range): New procedure.
12181 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
12182
02ad9cf1
YQ
121832014-11-14 Yao Qi <yao@codesourcery.com>
12184
12185 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
12186 (_handle_attribute): New procedure.
12187
a59add0c
AA
121882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12189
12190 * gdb.ada/cond_lang/foo.c (callme): Add return type.
12191 * gdb.base/call-sc.c (zed): Likewise.
12192 * gdb.base/checkpoint.c (main): Likewise.
12193 * gdb.base/dump.c (main): Likewise.
12194 * gdb.base/gcore.c (main): Likewise.
12195 * gdb.base/huge.c (main): Likewise.
12196 * gdb.base/multi-forks.c (main): Likewise.
12197 * gdb.base/pr10179-a.c (main): Likewise.
12198 * gdb.base/savedregs.c (main): Likewise.
12199 * gdb.base/sigaltstack.c (main): Likewise.
12200 * gdb.base/siginfo.c (main): Likewise.
12201 * gdb.base/structs.c (zed): Likewise.
12202 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
12203 * gdb.mi/mi-syn-frame.c (main): Likewise.
12204 * gdb.mi/until.c (foo, main): Likewise.
12205 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
12206 * gdb.base/solib-weak.c (foo): Declare.
12207 * gdb.base/attach-twice.c: Include stdio.h.
12208 * gdb.base/weaklib1.c: Likewise.
12209 * gdb.base/weaklib2.c: Likewise.
12210 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
12211 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
12212 unistd.h.
12213 * gdb.base/attach-pie-misread.c: Include stdlib.h.
12214 * gdb.mi/mi-exit-code.c: Likewise.
12215 * gdb.base/break-interp-lib.c: Include string.h.
12216 * gdb.base/coremaker.c: Likewise.
12217 * gdb.base/testenv.c: Likewise.
12218 * gdb.python/py-finish-breakpoint.c: Likewise.
12219 * gdb.base/inferior-died.c: Include sys/wait.h.
12220 * gdb.base/fileio.c: Include time.h.
12221 * gdb.base/async-shell.c: Include unistd.h.
12222 * gdb.base/dprintf-non-stop.c: Likewise.
12223 * gdb.base/info-os.c: Likewise.
12224 * gdb.mi/mi-console.c: Likewise.
12225 * gdb.mi/watch-nonstop.c: Likewise.
12226 * gdb.python/py-events.c: Likewise.
12227 * gdb.base/async.c (baz): Move up before its invocation.
12228 * gdb.base/code_elim2.c (my_global_func): Likewise.
12229 * gdb.base/skip-solib-lib.c (multiply): Likewise.
12230 * gdb.base/advance.c (func2): Likewise.
12231
3b5d5997
AA
122322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12233
12234 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
12235 variant.
12236 * gdb.base/annota3.c: Likewise.
12237 * gdb.base/async.c: Likewise.
12238 * gdb.base/average.c: Likewise.
12239 * gdb.base/call-ar-st.c: Likewise.
12240 * gdb.base/call-rt-st.c: Likewise.
12241 * gdb.base/call-sc.c: Likewise.
12242 * gdb.base/call-strs.c: Likewise.
12243 * gdb.base/ending-run.c: Likewise.
12244 * gdb.base/execd-prog.c: Likewise.
12245 * gdb.base/exprs.c: Likewise.
12246 * gdb.base/foll-exec.c: Likewise.
12247 * gdb.base/foll-fork.c: Likewise.
12248 * gdb.base/foll-vfork.c: Likewise.
12249 * gdb.base/funcargs.c: Likewise.
12250 * gdb.base/gcore.c: Likewise.
12251 * gdb.base/jump.c: Likewise.
12252 * gdb.base/langs0.c: Likewise.
12253 * gdb.base/langs1.c: Likewise.
12254 * gdb.base/langs2.c: Likewise.
12255 * gdb.base/mips_pro.c: Likewise.
12256 * gdb.base/nodebug.c: Likewise.
12257 * gdb.base/opaque0.c: Likewise.
12258 * gdb.base/opaque1.c: Likewise.
12259 * gdb.base/recurse.c: Likewise.
12260 * gdb.base/run.c: Likewise.
12261 * gdb.base/scope0.c: Likewise.
12262 * gdb.base/scope1.c: Likewise.
12263 * gdb.base/setshow.c: Likewise.
12264 * gdb.base/setvar.c: Likewise.
12265 * gdb.base/shmain.c: Likewise.
12266 * gdb.base/shr1.c: Likewise.
12267 * gdb.base/shr2.c: Likewise.
12268 * gdb.base/sigall.c: Likewise.
12269 * gdb.base/signals.c: Likewise.
12270 * gdb.base/so-indr-cl.c: Likewise.
12271 * gdb.base/solib2.c: Likewise.
12272 * gdb.base/structs.c: Likewise.
12273 * gdb.base/sum.c: Likewise.
12274 * gdb.base/vforked-prog.c: Likewise.
12275 * gdb.base/watchpoint.c: Likewise.
12276 * gdb.reverse/shr2.c: Likewise.
12277 * gdb.reverse/until-reverse.c: Likewise.
12278 * gdb.reverse/ur1.c: Likewise.
12279 * gdb.reverse/watch-reverse.c: Likewise.
12280
066a77c5
AA
122812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12282
12283 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
12284 variant.
12285 * gdb.base/sepdebug.exp: Drop references to removed code.
12286
4f204ea5
AA
122872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12288
12289 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
12290 variant. Preserve original line numbering.
12291 * gdb.base/list1.c: Likewise.
12292
3b377a3a
AA
122932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12294
12295 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
12296 variant.
12297 * gdb.base/break1.c: Likewise.
12298 * gdb.base/break.exp: Drop references to removed code.
12299
e444df73
AA
123002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12301
12302 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
12303 variant.
12304
8008f2a7
AA
123052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12306
12307 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
12308
a5a06887
AA
123092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12310
12311 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
12312 logic into perform_all_tests() and invoke it with and without
12313 function header prototypes.
12314 (do_function_calls): Remove conditional XFAIL for PR 5318.
12315 (rerun_and_prepare): Remove duplicate code.
12316 (perform_all_tests): New. Main logic moved here.
12317
44dba9b9
AA
123182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12319
12320 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
12321 code guarded by #ifdef NO_PROTOTYPES.
12322 (t_double_many_args): Likewise.
12323 (DEF_FUNC_MANY_ARGS_1): Likewise.
12324 (DEF_FUNC_VALUES_1): Likewise.
12325 (t_structs_ldc): Renamed from t_structs_fc in conditional code
12326 guarded by #ifdef PROTOTYPES.
12327
d1fbcd56
AA
123282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12329
12330 * gdb.mi/mi-console.c: Add eye-catcher.
12331 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
12332 instead of literal line number.
12333
b0e59b8f
AA
123342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12335
12336 * gdb.base/shr2.c: Add eye-catcher.
12337 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
12338 line number.
12339
78f98cca
AA
123402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12341
12342 * gdb.base/jump.c: Add eye-catchers.
12343 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
12344 numbers.
12345
58fa2af0
AA
123462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12347
12348 * gdb.base/execd-prog.c: Add eye-catchers.
12349 * gdb.base/foll-exec.c: Likewise.
12350 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
12351 line numbers.
12352
04e5059b
AA
123532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12354
12355 * gdb.base/ending-run.c: Add eye-catchers.
12356 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
12357 literal line numbers.
12358
dbfdb174
AA
123592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12360
12361 * gdb.base/call-rt-st.c: Add eye-catchers.
12362 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
12363 literal line numbers.
12364
888a2ade
AA
123652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12366
12367 * gdb.base/call-ar-st.c: Add eye-catchers.
12368 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
12369 literal line numbers.
12370
6acc2dde
AA
123712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12372
12373 * gdb.base/average.c: Add eye-catchers.
12374 * gdb.base/sum.c: Likewise.
12375 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
12376 regexps dynamically.
12377
9ecfcd1d
AA
123782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12379
12380 * gdb.base/solib1.c: Add eye-catchers.
12381 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
12382 literal line numbers.
12383
78708b7c
PA
123842014-11-12 Pedro Alves <palves@redhat.com>
12385
12386 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
12387 leader has exited.
12388
af48d08f
PA
123892014-11-12 Pedro Alves <palves@redhat.com>
12390
12391 * gdb.arch/i386-bp_permanent.c: New file.
12392 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
12393 (srcfile): Set to i386-bp_permanent.c.
12394 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
12395 that stepi does not execute the 'leave' instruction, instead of
12396 testing it does execute.
12397 * gdb.base/bp-permanent.c: New file.
12398 * gdb.base/bp-permanent.exp: New file.
12399
af3768e9
DE
124002014-11-10 Doug Evans <xdje42@gmail.com>
12401
12402 PR symtab/17564
12403 * gdb.base/symtab-search-order.exp: New file.
12404 * gdb.base/symtab-search-order.c: New file.
12405 * gdb.base/symtab-search-order-1.c: New file.
12406 * gdb.base/symtab-search-order-shlib-1.c: New file.
12407
9de00a4a
PA
124082014-11-07 Pedro Alves <palves@redhat.com>
12409
12410 PR gdb/17511
12411 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
12412 i?86-*-linux*.
12413
e0f52461
SC
124142014-11-03 Siva Chandra Reddy <sivachandra@google.com>
12415
12416 PR c++/17494
12417 * gdb.cp/pr17494.cc: New file.
12418 * gdb.cp/pr17494.exp: New file.
12419
6ce8c980
YQ
124202014-11-02 Yao Qi <yao@codesourcery.com>
12421
12422 * gdb.python/python.exp: Get working directory and match the
12423 output of "set extended-prompt \\w " with it.
12424
02be9a71
DE
124252014-10-30 Doug Evans <dje@google.com>
12426
12427 * gdb.python/py-objfile.exp: Add tests for setting random attributes
12428 in objfiles.
12429 * gdb.python/py-progspace.exp: Add tests for setting random attributes
12430 in progspaces.
12431
3bdff46b
LM
124322014-10-30 Janis Johnson <janisjo@codesourcery.com>
12433
12434 * gdb.base/fullpath-expand.exp: Skip for a remote host.
12435 * gdb.base/realname-expand.exp: Likewise.
12436 * gdb.linespec/macro-relative.exp: Likewise.
12437
ab917dfb
PA
124382014-10-29 Pedro Alves <palves@redhat.com>
12439
12440 PR gdb/17408
12441 * gdb.threads/schedlock.c (some_function): New function.
12442 (call_function): New global.
12443 (MAYBE_CALL_SOME_FUNCTION): New macro.
12444 (thread_function): Call it.
12445 * gdb.threads/schedlock.exp (get_args): Add description parameter,
12446 and use it instead of a global counter. Adjust all callers.
12447 (get_current_thread): Use "find current thread" for test message
12448 here rather than having all callers pass down the same string.
12449 (goto_loop): New procedure, factored out from ...
12450 (my_continue): ... this.
12451 (step_ten_loops): Change parameter from test message to command to
12452 use. Adjust.
12453 (list_count): Delete global.
12454 (check_result): New procedure, factored out from duplicate top
12455 level code.
12456 (continue tests): Wrap in with_test_prefix.
12457 (test_step): New procedure, factored out from duplicate top level
12458 code.
12459 (top level): Test "step" in combination with all scheduler-locking
12460 modes. Test "next" in combination with all scheduler-locking
12461 modes, and in combination with stepping over a function call or
12462 not.
12463 * gdb.threads/next-bp-other-thread.c: New file.
12464 * gdb.threads/next-bp-other-thread.exp: New file.
12465
d3d4baed
PA
124662014-10-29 Pedro Alves <palves@redhat.com>
12467
12468 PR python/17372
12469 * gdb.python/python.exp: Test a multi-line command that spawns
12470 interactive Python.
12471 * gdb.base/multi-line-starts-subshell.exp: New file.
12472
563e8d85
YQ
124732014-10-29 Yao Qi <yao@codesourcery.com>
12474
12475 * gdb.base/fileio.exp: Make directories on host.
12476
0ea4d52e
YQ
124772014-10-29 Yao Qi <yao@codesourcery.com>
12478
12479 * gdb.base/fileio.c (test_write): Close the file.
12480
7f5ef605
PA
124812014-10-28 Pedro Alves <palves@redhat.com>
12482
12483 PR gdb/12623
12484 * gdb.base/sigstep.c (no_handler): New global.
12485 (main): If 'no_handler is true, set the signal handlers to
12486 SIG_IGN.
12487 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
12488 with_sw_watch and no_handler parameters. Handle them.
12489 (top level) <stepping over handler when stopped at a breakpoint
12490 test>: Add a test axis for testing with a software watchpoint, and
12491 another for testing with the signal handler set to SIG_IGN.
12492 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
12493 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
12494
abbdbd03
PA
124952014-10-28 Pedro Alves <palves@redhat.com>
12496
12497 PR gdb/17511
12498 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
12499 * gdb.base/sigstep.exp (other_handler_location): New global.
12500 (advance): Support stepping into the signal handler, and running
12501 commands while in the handler.
12502 (in_handler_map): New global.
12503 (top level): In the advance test, add combinations for getting
12504 into the handler with stepping commands, and for running commands
12505 in the handler. Add comment descripting the advancei tests.
12506
1df4399f
PA
125072014-10-28 Pedro Alves <palves@redhat.com>
12508
12509 * gdb.base/sigstep.exp: Use build_executable instead of
12510 prepare_for_testing.
12511 (top level): Move code that starts GDB, runs to main and creates a
12512 display to ...
12513 (restart): ... this new procedure.
12514 (top level): Move backtrace from signal handler test to ...
12515 (validate_backtrace): ... this new procedure.
12516 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
12517 with_test_prefix. Always restart GDB.
12518 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
12519 with_test_prefix. Always restart GDB. No need to delete
12520 breakpoints after the test.
12521 (test_skip_handler): Remove prefix parameter.
12522 (skip_over_handler, breakpoint_to_handler)
12523 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
12524 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
12525 restart GDB. No need to delete breakpoints after the test.
12526 (top level): Use foreach to call the test procedures with
12527 different commands.
12528
a5b6e449
PA
125292014-10-28 Pedro Alves <palves@redhat.com>
12530
12531 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
12532 instead of GNATS numbers.
12533 * gdb.base/sigbpt.exp: Likewise.
12534 * gdb.base/siginfo.exp: Likewise.
12535 * gdb.base/sigstep.exp: Likewise.
12536
e5f8a7cc
PA
125372014-10-27 Pedro Alves <palves@redhat.com>
12538
12539 * gdb.base/sigstep.c (dummy): New global.
12540 (main): Issue a couple writes to the new global.
12541 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
12542 procedures.
12543 (skip_over_handler): Use test_skip_handler.
12544 (top level): Call skip_over_handler for stepi and nexti too.
12545 (breakpoint_over_handler): Use test_skip_handler.
12546 (top level): Call breakpoint_over_handler for stepi and nexti too.
12547
763905a3
YQ
125482014-10-27 Yao Qi <yao@codesourcery.com>
12549
12550 * gdb.trace/tfile.c (adjust_function_address)
12551 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
12552 function descriptor.
12553
6f259a23
DB
125542014-10-24 Don Breazeal <donb@codesourcery.com>
12555
12556 * gdb.base/foll-fork.exp (test_follow_fork,
12557 catch_fork_child_follow): Check for updated fork messages emitted
12558 from infrun.c.
12559 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
12560 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
12561 vfork_and_exec_child_follow_through_step): Check for updated vfork
12562 messages emitted from infrun.c.
12563
09dd9a69
PA
125642014-10-24 Pedro Alves <palves@redhat.com>
12565
12566 * gdb.base/corefile.exp: Remove references to ultrix.
12567 * gdb.base/interrupt.exp: Likewise.
12568 * gdb.base/whatis.exp: Likewise.
12569 * gdb.gdb/selftest.exp: Likewise.
12570 * gdb.threads/manythreads.exp: Likewise.
12571 * gdb.threads/print-threads.exp: Likewise.
12572 * gdb.threads/pthreads.exp:: Likewise.
12573 * gdb.threads/schedlock.exp: Likewise.
12574
3433cfa5
SC
125752014-10-24 Siva Chandra Reddy <sivachandra@google.com>
12576
12577 * gdb.cp/non-trivial-retval.cc: Add a test case.
12578 * gdb.cp/non-trivial-retval.exp: Add a test.
12579
092f880b
YQ
125802014-10-20 Yao Qi <yao@codesourcery.com>
12581
12582 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
12583 * gdb.python/py-objfile-script-gdb.py: New file.
12584 * gdb.python/py-objfile-script.exp: Update reference to
12585 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
12586 of remote_download. Remove the dest file.
12587
acbdb7f3
YQ
125882014-10-20 Yao Qi <yao@codesourcery.com>
12589
12590 * gdb.base/checkpoint.exp: Don't remove file copied on host.
12591 * gdb.base/step-line.exp: Likewise.
12592 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12593 * gdb.dwarf2/dw2-basic.exp: Likewise.
12594 * gdb.dwarf2/dw2-compressed.exp: Likewise.
12595 * gdb.dwarf2/dw2-filename.exp: Likewise.
12596 * gdb.dwarf2/dw2-intercu.exp: Likewise.
12597 * gdb.dwarf2/dw2-intermix.exp: Likewise.
12598 * gdb.dwarf2/dw2-producer.exp: Likewise.
12599 * gdb.dwarf2/mac-fileno.exp: Likewise.
12600 * gdb.python/py-frame-args.exp: Likewise.
12601 * gdb.python/py-framefilter.exp: Likewise.
12602 * gdb.python/py-mi.exp: Likewise.
12603 * gdb.python/py-objfile-script.exp: Likewise
12604 * gdb.python/py-pp-integral.exp: Likewise.
12605 * gdb.python/py-pp-re-notag.exp: Likewise.
12606 * gdb.python/py-prettyprint.exp: Likewise.
12607 * gdb.python/py-section-script.exp: Likewise.
12608 * gdb.python/py-typeprint.exp: Likewise.
12609 * gdb.python/py-xmethods.exp: Likewise.
12610 * gdb.stabs/weird.exp: Likewise.
12611 * gdb.xml/tdesc-regs.exp: Likewise.
12612
bd286a29
KCY
126132014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
12614
12615 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
12616 (out_cu): Use addr_len for the size of addresses.
12617 (out_line): Likewise. Size DW_LNE_set_address instruction
12618 according to addr_len.
12619 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
12620 (FUNC): Add START_INSNS to definition.
12621
673dc4a0
YQ
126222014-10-18 Yao Qi <yao@codesourcery.com>
12623
12624 * gdb.base/argv0-symlink.exp: Check argv[0] value if
12625 gdb_has_argv0 return true.
12626 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
12627 check [target_info exists noargs], check [gdb_has_argv0]
12628 instead.
12629 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12630 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
12631 procedures.
12632
4ffbba72
DE
126332014-10-17 Doug Evans <dje@google.com>
12634
12635 * gdb.python/py-events.exp: Update expected output for clear_objfiles
12636 event.
12637 * gdb.python/py-events.py: Add clear_objfiles event.
12638
d096d8c1
DE
126392014-10-17 Doug Evans <dje@google.com>
12640
12641 * gdb.python/py-objfile.exp: Test progspace attribute.
12642
a80db015
LM
126432014-10-17 Luis Machado <lgustavo@codesourcery.com>
12644
12645 * gdb.guile/scm-breakpoint.exp: Do not assume any
12646 directory separators when matching source file paths.
12647 * gdb.python/py-breakpoint.exp: Likewise.
12648 * gdb.reverse/break-precsave.exp: Likewise.
12649 * gdb.reverse/break-reverse.exp: Likewise.
12650 * gdb.reverse/consecutive-precsave.exp: Likewise.
12651 * gdb.reverse/finish-precsave.exp: Likewise.
12652 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
12653 * gdb.reverse/finish-reverse.exp: Likewise.
12654 * gdb.reverse/i386-precsave.exp: Likewise.
12655 * gdb.reverse/i387-env-reverse.exp: Likewise.
12656 * gdb.reverse/i387-stack-reverse.exp: Likewise.
12657 * gdb.reverse/machinestate-precsave.exp: Likewise.
12658 * gdb.reverse/machinestate.exp: Likewise.
12659 * gdb.reverse/sigall-precsave.exp: Likewise.
12660 * gdb.reverse/solib-precsave.exp: Likewise.
12661 * gdb.reverse/step-precsave.exp: Likewise.
12662 * gdb.reverse/until-precsave.exp: Likewise.
12663 * gdb.reverse/watch-precsave.exp: Likewise.
12664 * gdb.reverse/watch-reverse.exp: Likewise.
12665
b22089ab
YQ
126662014-10-17 Yao Qi <yao@codesourcery.com>
12667
12668 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
12669 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
12670
6c4486e6
PA
126712014-10-17 Pedro Alves <palves@redhat.com>
12672
12673 PR gdb/17471
12674 * gdb.base/bg-execution-repeat.c: New file.
12675 * gdb.base/bg-execution-repeat.exp: New file.
12676
0ff33695
PA
126772014-10-17 Pedro Alves <palves@redhat.com>
12678
12679 PR gdb/17300
12680 * gdb.base/continue-all-already-running.c: New file.
12681 * gdb.base/continue-all-already-running.exp: New file.
12682
6fdebc3d
PA
126832014-10-17 Pedro Alves <palves@redhat.com>
12684
12685 PR gdb/17472
12686 * gdb.base/annota-input-while-running.c: New file.
12687 * gdb.base/annota-input-while-running.exp: New file.
12688
32a8097b
PA
126892014-10-17 Pedro Alves <palves@redhat.com>
12690
12691 * gdb.base/callfuncs.exp: emove references to osf.
12692 * gdb.base/sigall.exp: Likewise.
12693 * gdb.gdb/selftest.exp: Likewise.
12694 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
12695 * gdb.mi/non-stop.c: Likewise.
12696 * gdb.mi/pthreads.c: Likewise.
12697 * gdb.reverse/sigall-precsave.exp: Likewise.
12698 * gdb.reverse/sigall-reverse.exp: Likewise.
12699 * gdb.threads/pthreads.c: Likewise.
12700 * gdb.threads/pthreads.exp: Likewise.
12701
7a3517ff
YQ
127022014-10-17 Yao Qi <yao@codesourcery.com>
12703
12704 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
12705 check 'target_info exists noargs'.
12706 (test_command_prompt_position): Likewise.
12707 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
12708 Remove "set args".
12709 (progvar_simple_while_test): Likewise.
12710 (progvar_complex_if_while_test): Likewise.
12711 (if_while_breakpoint_command_test): Likewise.
12712 (infrun_breakpoint_command_test): Likewise.
12713 (breakpoint_command_test): Likewise.
12714 (watchpoint_command_test): Likewise.
12715 (bp_deleted_in_command_test): Likewise.
12716 (temporary_breakpoint_commands): Likewise.
12717
bb99c472
YQ
127182014-10-16 Yao Qi <yao@codesourcery.com>
12719
12720 * gdb.base/remotetimeout.exp: Remove noargs checking.
12721
7c16b83e
PA
127222014-10-15 Pedro Alves <palves@redhat.com>
12723
12724 PR breakpoints/9649
12725 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
12726 * gdb.base/breakpoint-in-ro-region.exp
12727 (probe_target_hardware_step): New procedure.
12728 (top level): Probe hardware stepping and hardware breakpoint
12729 support. Test stepping through a read-only region, with both
12730 "breakpoint auto-hw" on and off and both "always-inserted" on and
12731 off.
12732
35a49624
IB
127332014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
12734
12735 * gdb.dlang/demangle.exp: Update for demangling changes.
12736
2d1c107c
SC
127372014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12738
12739 * gdb.cp/non-trivial-retval.cc: Add new test cases.
12740 * gdb.cp/non-trivial-retval.exp: Add new tests.
12741
778811d5
SC
127422014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12743
12744 PR c++/13403
12745 PR c++/15154
12746 * gdb.cp/non-trivial-retval.cc: New file.
12747 * gdb.cp/non-trivial-retval.exp: New file.
12748
10c5f0a8
YQ
127492014-10-15 Yao Qi <yao@codesourcery.com>
12750
12751 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
12752 remote host.
12753
65d7b369
YQ
127542014-10-15 Yao Qi <yao@codesourcery.com>
12755
12756 * gdb.python/py-symbol.exp: Match file base name if host is
12757 remote, otherwise match file name with dir name.
12758 * gdb.python/py-symtab.exp: Likewise.
12759 * gdb.python/python.exp: Likewise.
12760
46dc1394
YQ
127612014-10-15 Yao Qi <yao@codesourcery.com>
12762
12763 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
12764 pattern.
12765 * gdb.python/py-symtab.exp: Likewise.
12766 * gdb.python/python.exp: Remove trailing ".*". Fix typo
12767 locationn.
12768
c40cc657
JB
127692014-10-14 Joel Brobecker <brobecker@adacore.com>
12770
12771 * gdb.ada/addr_arith: New testcase.
12772
2abf49e1
MR
127732014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
12774
12775 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
12776 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
12777 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
12778 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
12779
f7088df3
SDJ
127802014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
12781
12782 * gdb.arch/stap-eval-lang-ada.S: Likewise.
12783 * gdb.arch/stap-eval-lang-ada.c: Likewise.
12784 * gdb.arch/stap-eval-lang-ada.exp: New file.
12785
4dc06805
YQ
127862014-10-14 Yao Qi <yao@codesourcery.com>
12787
12788 * gdb.mi/mi-var-child.c (nothing1): New function.
12789 (nothing2): New function.
12790 (do_children_tests): Set function pointers by nothing1 and
12791 nothing2.
12792 * gdb.mi/mi-var-child.exp: Step over new added statements.
12793 Update test to match the new output.
12794 * gdb.mi/var-cmd.c (nothing1): New function.
12795 (nothing2): New function.
12796 (do_children_tests): Set function pointers by nothing1 and
12797 nothing2.
12798 * gdb.mi/mi-var-display.exp: Update test to match output.
12799 Step to the line specified by $line_dct_nothing.
12800 Increase the number of lines to step.
12801
46a93de2
YQ
128022014-10-14 Yao Qi <yao@codesourcery.com>
12803
12804 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
12805 tests.
12806 * gdb.mi/mi2-var-child.exp: Likewise.
12807
14ea52ee
DE
128082014-10-13 Doug Evans <dje@google.com>
12809
12810 * gdb.python/py-objfile.exp: Change name of file name test.
12811
e5c6e92b
DE
128122014-10-13 Doug Evans <dje@google.com>
12813
12814 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
12815 from the start of the CU.
12816
c780cc2f
JK
128172014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12818 Yao Qi <yao@codesourcery.com>
12819
12820 Fix "save breakpoints" for "catch" command.
12821 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
12822 Remove -nonewline. Match also the added "main" line.
12823
99894e11
JK
128242014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12825
12826 Fix "save breakpoints" for "disable $bpnum" command.
12827 * gdb.base/save-bp.c (main): Add label.
12828 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
12829
6e1ac5a3
JK
128302014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12831
12832 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
12833
754dd2b0
YQ
128342014-10-11 Yao Qi <yao@codesourcery.com>
12835
12836 * gdb.server/server-kill.exp: Execute command
12837 "set remote trace-status-packet on" before "tstatus".
12838
f90183d7
YQ
128392014-10-11 Yao Qi <yao@codesourcery.com>
12840
12841 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
12842 (main): Call getppid.
12843 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
12844 and continue to it. Read variable "server_pid".
12845
bf40a607
YQ
128462014-10-11 Yao Qi <yao@codesourcery.com>
12847
12848 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
12849
052ca370
YQ
128502014-10-11 Yao Qi <yao@codesourcery.com>
12851
12852 * gdb.threads/thread-find.exp: Don't execute command
12853 "info threads".
12854 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
12855 * gdb.threads/linux-dp.exp: Don't check the condition
12856 $threads_created equals to zero.
12857
3831839c
PA
128582014-10-10 Pedro Alves <palves@redhat.com>
12859
12860 * gdb.base/bigcore.exp: Remove references to IRIX.
12861 * gdb.base/funcargs.exp: Likewise.
12862 * gdb.base/interrupt.exp: Likewise.
12863 * gdb.base/mips_pro.exp: Likewise.
12864 * gdb.base/nodebug.exp: Likewise.
12865 * gdb.base/setvar.exp: Likewise.
12866 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
12867
8b9a549d
PA
128682014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12869 Pedro Alves <palves@redhat.com>
12870
12871 PR symtab/14466
12872 * gdb.base/vdso-warning.c: New file.
12873 * gdb.base/vdso-warning.exp: New file.
12874
d48ba5e8
DE
128752014-10-02 Doug Evans <dje@google.com>
12876
12877 * gdb.base/structs.c (main): Don't run forever.
12878
2278c276
PA
128792014-10-02 Pedro Alves <palves@redhat.com>
12880
12881 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
12882 (top level) <stop threads 1, stop threads 2>: Use it.
12883
b57bacec
PA
128842014-10-02 Pedro Alves <palves@redhat.com>
12885
12886 * gdb.threads/break-while-running.exp (test): Add new
12887 'update_thread_list' argument. Skip "info threads" if false.
12888 (top level): Add new 'update_thread_list' axis.
12889
13fd3ff3
PA
128902014-10-02 Pedro Alves <palves@redhat.com>
12891
12892 PR breakpoints/17431
12893 * gdb.base/execl-update-breakpoints.c: New file.
12894 * gdb.base/execl-update-breakpoints.exp: New file.
12895
0fec99e8
PA
128962014-10-01 Pedro Alves <palves@redhat.com>
12897
12898 * gdb.base/breakpoint-in-ro-region.c: New file.
12899 * gdb.base/breakpoint-in-ro-region.exp: New file.
12900
2ddf4301
SM
129012014-10-01 Simon Marchi <simon.marchi@ericsson.com>
12902
12903 * gdb.mi/mi-exit-code.exp: New file.
12904 * gdb.mi/mi-exit-code.c: New file.
12905
6a5f3f43
YQ
129062014-09-30 Yao Qi <yao@codesourcery.com>
12907
12908 * lib/prelink-support.exp (build_executable_own_libs): Error if
12909 the target isn't native.
12910
345bcc73
YQ
129112014-09-30 Yao Qi <yao@codesourcery.com>
12912
12913 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
12914 false.
12915
a25a5a45
PA
129162014-09-22 Pedro Alves <palves@redhat.com>
12917
12918 * gdb.threads/break-while-running.exp: New file.
12919 * gdb.threads/break-while-running.c: New file.
12920
00ba3162
YQ
129212014-09-19 Yao Qi <yao@codesourcery.com>
12922
12923 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
12924 Invoke test. Restart GDB with --readnow and invoke test again.
12925
c3b7b696
YQ
129262014-09-19 Yao Qi <yao@codesourcery.com>
12927
12928 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
12929 proc set_breakpoint_on_gcd_function. Invoke
12930 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
12931 invoke set_breakpoint_on_gcd_function again.
12932
2b4fd423
DE
129332014-09-18 Doug Evans <dje@google.com>
12934
12935 * gdb.dwarf2/symtab-producer.exp: New file.
12936
a5947601
SDJ
129372014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12938
12939 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
12940 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
12941 * gdb.base/global-var-nested-by-dso.c: Likewise.
12942 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12943
91c19059
SDJ
129442014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12945 Pedro Alves <palves@redhat.com>
12946
12947 * gdb.base/watch-bitfields.exp: Pass string other than test file
12948 name to prepare_for_testing.
12949 (watch): New procedure.
12950 (expect_watchpoint): Use with_test_prefix.
12951 (top level): Factor out tests to ...
12952 (test_watch_location, test_regular_watch): ... these new
12953 procedures, and use with_test_prefix and gdb_continue_to_end.
12954
bb9d5f81
PP
129552014-09-16 Patrick Palka <patrick@parcs.ath.cx>
12956
12957 PR breakpoints/12526
12958 * gdb.base/watch-bitfields.exp: New file.
12959 * gdb.base/watch-bitfields.c: New file.
12960
635856f5
PA
129612014-09-16 Pedro Alves <palves@redhat.com>
12962
12963 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
12964 software and hardware addresses, not software address against
12965 itself.
12966
7280ceea
PA
129672014-09-16 Pedro Alves <palves@redhat.com>
12968
12969 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
12970 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
12971
428b16bd
PA
129722014-09-16 Pedro Alves <palves@redhat.com>
12973
12974 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
12975 files.
12976 * gdb.base/a2-run.exp: Remove all code guarded by istarget
12977 "*-*-vxworks*" throughout.
12978 * gdb.base/break.exp: Likewise.
12979 * gdb.base/default.exp: Likewise.
12980 * gdb.base/scope.exp: Likewise.
12981 * gdb.base/sepdebug.exp: Likewise.
12982 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
12983 throughout.
12984 * gdb.base/run.c: Likewise.
12985 * gdb.base/sepdebug.c: Likewise.
12986 * gdb.hp/gdb.aCC/run.c: Likewise.
12987 * gdb.reverse/until-reverse.c: Likewise.
12988 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
12989
666d413c
YQ
129902014-09-16 Yao Qi <yao@codesourcery.com>
12991
12992 * boards/local-remote-host-native.exp: New file.
12993
57cbd724
DE
129942014-09-14 Doug Evans <xdje42@gmail.com>
12995
12996 * gdb.threads/queue-signal.c (thread_count): New variable.
12997 (thread_count_mutex, thread_count_condvar): New variables.
12998 (incr_thread_count, wait_all_threads_running): New functions.
12999 (main): Wait for all threads to be in their thread functions.
13000
81219e53
DE
130012014-09-13 Doug Evans <xdje42@gmail.com>
13002
13003 * gdb.threads/queue-signal.c: New file.
13004 * gdb.threads/queue-signal.exp: New file.
13005
3714cea7
DE
130062014-09-13 Doug Evans <xdje42@gmail.com>
13007
13008 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
13009 be consistent with what default_gdb_init uses.
13010 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
13011 the plain text of the prompt. Add some logging printfs.
13012 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
13013
fa43b1d7
PA
130142014-09-12 Pedro Alves <palves@redhat.com>
13015
13016 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
13017 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
13018 * gdb.arch/i386-size-overlap.exp: Likewise.
13019 * gdb.arch/i386-size.exp: Likewise.
13020 * gdb.arch/i386-unwind.exp: Likewise.
13021 * gdb.base/a2-run.exp: Likewise.
13022 * gdb.base/break.exp: Likewise.
13023 * gdb.base/charset.exp: Likewise.
13024 * gdb.base/chng-syms.exp: Likewise.
13025 * gdb.base/commands.exp: Likewise.
13026 * gdb.base/dbx.exp: Likewise.
13027 * gdb.base/find.exp: Likewise.
13028 * gdb.base/funcargs.exp: Likewise.
13029 * gdb.base/jit-simple.exp: Likewise.
13030 * gdb.base/reread.exp: Likewise.
13031 * gdb.base/sepdebug.exp: Likewise.
13032 * gdb.base/step-bt.exp: Likewise.
13033 * gdb.cp/mb-inline.exp: Likewise.
13034 * gdb.cp/mb-templates.exp: Likewise.
13035 * gdb.objc/basicclass.exp: Likewise.
13036 * gdb.threads/killed.exp: Likewise.
13037
9d9bf2df
EBM
130382014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13039
13040 PR tdep/17379
13041 * gdb.arch/powerpc-stackless.S: New file.
13042 * gdb.arch/powerpc-stackless.exp: New file.
13043
1cf2f1b0
JK
130442014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13045
13046 * gdb.base/attach.c: Include unistd.h.
13047 (main): Call alarm. Add label postloop.
13048 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
13049 gdb_breakpoint, gdb_continue_to_breakpoint.
13050 (test_command_line_attach_run): Kill ${testpid} in one exit path.
13051
98880d46
PA
130522014-09-11 Pedro Alves <palves@redhat.com>
13053
13054 PR gdb/17347
13055 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
13056 * gdb.base/attach.exp (test_command_line_attach_run): New
13057 procedure.
13058 (top level): Call it.
13059
4c92ff2c
PA
130602014-09-11 Pedro Alves <palves@redhat.com>
13061
13062 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
13063 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
13064 (do_command_attach_tests): Use spawn_wait_for_attach.
13065 * gdb.base/solib-overlap.exp: Likewise.
13066 * gdb.multi/multi-attach.exp: Likewise.
13067 * gdb.python/py-prompt.exp: Likewise.
13068 * gdb.python/py-sync-interp.exp: Likewise.
13069 * gdb.server/ext-attach.exp: Likewise.
13070
3adc1a7d
GKB
130712014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
13072
13073 * gdb.fortran/array-element.exp: Remove unexpected "continue"
13074 command in testcase. Simplify testcase.
13075
96334934
JB
130762014-09-10 Joel Brobecker <brobecker@adacore.com>
13077
13078 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
13079
eb479039
JB
130802014-09-10 Joel Brobecker <brobecker@adacore.com>
13081
13082 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
13083
deede10c
JB
130842014-09-10 Joel Brobecker <brobecker@adacore.com>
13085
13086 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
13087
7828a5f5
JB
130882014-09-10 Joel Brobecker <brobecker@adacore.com>
13089
13090 * gdb.dwarf2/dynarr-ptr.c: New file.
13091 * gdb.dwarf2/dynarr-ptr.exp: New file.
13092
33aeebcf
MR
130932014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13094
13095 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
13096 of 30 rather than hardcoding 120 for a slow test case. Take the
13097 `gdb,timeout' target setting into account for this calculation.
13098 Don't extend the timeout for the test cases that don't need it.
13099
7b415901
MR
131002014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13101
13102 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
13103 a factor of 2 for a slow test case. Take the `gdb,timeout'
13104 target setting into account for this calculation.
13105 * gdb.reverse/until-precsave.exp: Increase the timeout by
13106 a factor of 15 and 3 respectively rather than adding 120
13107 for a pair of slow test cases. Take the `gdb,timeout'
13108 target setting into account for this calculation.
13109
4a40f85a
MR
131102014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13111
13112 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
13113 timeout, don't pass one down to gdb_expect.
13114 (gdb_expect): Rework timeout selection.
13115
09635af7
MR
131162014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13117
13118 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
13119 exception on timeout.
13120 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
13121 (gdbserver_start_extended): Catch any `gdbserver_start' error
13122 exceptions.
13123 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
13124 * lib/mi-support.exp (mi_gdb_target_load): Catch any
13125 `gdbserver_gdb_load' error exceptions.
13126
2bdd10b7
MR
131272014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13128
13129 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
13130 120 on waiting for the TCP socket to open.
13131
316935f0
DE
131322014-09-09 Doug Evans <xdje42@gmail.com>
13133
13134 * gdb.base/default.exp (show_conv_list): Add _caller_is,
13135 _caller_matches, _any_caller_is, _any_caller_matches.
13136
83740597
DE
131372014-09-09 Doug Evans <xdje42@gmail.com>
13138
13139 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
13140
4c122fc3
YQ
131412014-09-09 Yao Qi <yao@codesourcery.com>
13142
13143 * gdb.mi/mi-var-display.exp: Set print symbol off.
13144
a9f116cb
GKB
131452014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
13146
13147 PR gdb/17035
13148 * gdb.base/commands.exp: Add tests to verify user-defined
13149 commands with empty bodies.
13150 * gdb.python/py-cmd.exp: Test that we don't show user-defined
13151 python commands in `show user command`.
13152 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
13153 scheme commands in `show user command`.
13154
c75bd3a2
JK
131552014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13156
13157 PR python/17355
13158 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
13159 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
13160 * gdb.python/py-framefilter-invalidarg.exp: New file.
13161 * gdb.python/py-framefilter-invalidarg.py: New file.
13162
faa42425
DE
131632014-09-06 Doug Evans <xdje42@gmail.com>
13164
13165 PR 15276
13166 * gdb.python/py-caller-is.c: New file.
13167 * gdb.python/py-caller-is.exp: New file.
13168
474ca4f6
SDJ
131692014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
13170
13171 PR gdb/17235
13172 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
13173 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
13174
eb0b0463
SDJ
131752014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
13176
13177 PR fortran/17237
13178 * gdb.fortran/print-formatted.exp: New file.
13179 * gdb.fortran/print-formatted.f90: Likewise.
13180
5f3b99cf
SS
131812014-09-03 Sasha Smundak <asmundak@google.com>
13182
13183 * gdb.python/py-frame.exp: Test Frame.read_register.
13184
7d793aa9
SDJ
131852014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
13186
13187 PR python/16699
13188 * gdb.python/py-completion.exp: New file.
13189 * gdb.python/py-completion.py: Likewise.
13190
fb0576e9
DE
131912014-08-28 Doug Evans <dje@google.com>
13192
13193 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
13194 eax,etc. are live with values set by gdb and thus the compiler can't
13195 use them.
13196 * gdb.arch/i386-pseudo.c (main): Ditto.
13197
ee92b0dd
DE
131982014-08-27 Doug Evans <dje@google.com>
13199
13200 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
13201
6649db35
DE
132022014-08-25 Doug Evans <dje@google.com>
13203
13204 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
13205 (main): Ditto.
13206
564b7600
DE
132072014-08-25 Doug Evans <dje@google.com>
13208
13209 * gdb.threads/thread-execl.exp: #include <stdio.h>.
13210
3881fb67
YQ
132112014-08-24 Yao Qi <yao@codesourcery.com>
13212
13213 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
13214 symbol off.
13215 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
13216
a05a36a5
DE
132172014-08-22 Doug Evans <dje@google.com>
13218
13219 PR 17276
13220 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
13221 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
13222 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
13223
7c343b48
YQ
132242014-08-22 Yao Qi <yao@codesourcery.com>
13225
13226 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
13227 * gdb.python/py-finish-breakpoint2.exp: Likewise.
13228 * gdb.python/python.exp: Likewise. Use .py file on the host
13229 instead of the build.
13230
22fd09ae
JK
132312014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13232
13233 * gdb.threads/gcore-stale-thread.c: New file.
13234 * gdb.threads/gcore-stale-thread.exp: New file.
13235
a8454a7c
PA
132362014-08-21 Pedro Alves <palves@redhat.com>
13237
13238 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
13239 * gdb.base/gcore-relro-pie.exp: Likewise.
13240 * gdb.base/gcore-relro.exp: Likewise.
13241 * gdb.base/gcore.exp: Likewise.
13242 * gdb.base/print-symbol-loading.exp: Likewise.
13243 * gdb.threads/gcore-thread.exp: Likewise.
13244 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
13245
2a31c623
PA
132462014-08-20 Pedro Alves <palves@redhat.com>
13247 Jan Kratochvil <jan.kratochvil@redhat.com>
13248
13249 * Makefile.in (EXTRA_RULES, CC): New variables, get from
13250 configure.
13251 (EXPECT): Handle READ1 being set.
13252 (all): Depend on EXTRA_RULES.
13253 (check-read1, expect-read1, read1.so, read1): New rules.
13254 * README (Testsuite Parameters): Document the READ1 make variable.
13255 (Race detection): New section.
13256 * configure: Regenerate.
13257 * configure.ac: If build==host==target, and running under a
13258 GNU/glibc system, add read1 to the extra Makefile rules.
13259 (EXTRA_RULES): AC_SUBST it.
13260 * lib/read1.c: New file.
13261
d36430db
JB
132622014-08-20 Joel Brobecker <brobecker@adacore.com>
13263
13264 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
13265 the handling of variables declared as a typedef to an array
13266 which a DW_AT_data_location attribute.
13267
9a0dc9e3
PA
132682014-08-19 Andrew Burgess <aburgess@broadcom.com>
13269 Pedro Alves <palves@redhat.com>
13270
13271 PR symtab/14604
13272 PR symtab/14605
13273 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
13274 gdb_test.
13275
0718a8da
PA
132762014-08-19 Pedro Alves <palves@redhat.com>
13277
13278 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
13279
13b448cd
YQ
132802014-08-19 Yao Qi <yao@codesourcery.com>
13281
13282 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
13283 right line.
13284
1cbf5077
DB
132852014-08-18 David Blaikie <dblaikie@gmail.com>
13286
13287 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
13288
bf0fae19
JB
132892014-08-18 Joel Brobecker <brobecker@adacore.com>
13290
13291 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
13292 attribute in array range.
13293
3c8c5dcc
JB
132942014-08-18 Joel Brobecker <brobecker@adacore.com>
13295
13296 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
13297
e66d4446
SC
132982014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13299
13300 PR c++/17132
13301 * gdb.cp/pr17132.cc: New file.
13302 * gdb.cp/pr17132.exp: New file.
13303
940df408
SC
133042014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13305
13306 * gdb.python/py-xmethods.py (A_getarrayind)
13307 (E_method_char_worker.__call__, E_method_int_worker.__call__):
13308 Use 'print' with function call syntax.
13309 (E_method_matcher.match): Fix tab vs space indentation mixup.
13310
ebcc6c3a
YQ
133112014-08-15 Yao Qi <yao@codesourcery.com>
13312
13313 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
13314 false.
13315
775e0f04
YQ
133162014-08-15 Yao Qi <yao@codesourcery.com>
13317
13318 * gdb.cp/casts.exp: Set print symbol off.
13319 * gdb.cp/class2.exp: Likewise.
13320 * gdb.cp/overload.exp: Likewise.
13321 * gdb.cp/templates.exp: Likewise.
13322
d769e349
DE
133232014-08-11 Doug Evans <dje@google.com>
13324
13325 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
13326 (test_load_shlib): Update.
13327
20c6f1e1
YQ
133282014-08-09 Yao Qi <yao@codesourcery.com>
13329
13330 * gdb.base/display.exp: Invoke is_address_zero_readable.
13331 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
13332 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13333 * gdb.base/hbreak-unmapped.exp: Return if
13334 is_address_zero_readable returns true.
13335 * gdb.base/signest.exp: Likewise.
13336 * gdb.base/signull.exp: Likewise.
13337 * gdb.base/sigbpt.exp: Likewise.
13338 * gdb.guile/scm-disasm.exp: Do the test if
13339 is_address_zero_readable returns false.
13340 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
13341 * gdb.python/py-arch.exp: Likewise.
13342 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
13343 * lib/gdb.exp (is_address_zero_readable): New proc.
13344
5792e8e3
YQ
133452014-08-09 Yao Qi <yao@codesourcery.com>
13346
13347 PR testsuite/13443
13348 * gdb.mi/mi-var-display.exp: Make test messages unique.
13349
3cecbbbe
TT
133502014-08-04 Tom Tromey <tromey@redhat.com>
13351
13352 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
13353 target 0".
13354
00b51ff5
TT
133552014-08-04 Tom Tromey <tromey@redhat.com>
13356
13357 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
13358 "target_resume".
13359
6908c509
JB
133602014-08-01 Joel Brobecker <brobecker@adacore.com>
13361
13362 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
13363 inner_vla_struct_object_size.
13364 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
13365 as xfail.
13366
cc6563d2
PA
133672014-07-30 Pedro Alves <palves@redhat.com>
13368
13369 * gdb.threads/signal-command-handle-nopass.exp (test): Add
13370 comment.
13371
7e09a223
YQ
133722014-07-29 Yao Qi <yao@codesourcery.com>
13373
13374 PR gdb/17206
13375 * gdb.base/until-nodebug.exp: New.
13376
7ebdbe92
DE
133772014-07-28 Doug Evans <xdje42@gmail.com>
13378
13379 PR guile/17203
13380 * gdb.guile/scm-parameter.exp: Add tests for trying to create
13381 previously existing parameter, and previously ambiguously spelled
13382 parameter.
13383
fdb1adc6
WN
133842014-07-28 Will Newton <will.newton@linaro.org>
13385
13386 * gdb.base/varargs.exp: Remove KFAILs for ARM.
13387
186fcde0
DE
133882014-07-26 Ludovic Courtès <ludo@gnu.org>
13389 Doug Evans <xdje42@gmail.com>
13390
13391 PR guile/17146
13392 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
13393
70509625
PA
133942014-07-25 Pedro Alves <palves@redhat.com>
13395
13396 * gdb.threads/signal-command-handle-nopass.c: New file.
13397 * gdb.threads/signal-command-handle-nopass.exp: New file.
13398 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
13399 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
13400 * gdb.threads/signal-delivered-right-thread.c: New file.
13401 * gdb.threads/signal-delivered-right-thread.exp: New file.
13402
c3f814a1
PA
134032014-07-25 Pedro Alves <palves@redhat.com>
13404
13405 * gdb.base/double-prompt-target-event-error.exp
13406 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
13407 match.
13408 (cancel_pagination_in_target_event): Rework double prompt
13409 detection.
13410 * gdb.base/paginate-after-ctrl-c-running.exp
13411 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
13412 <return>' match.
13413 * gdb.base/paginate-bg-execution.exp
13414 (test_bg_execution_pagination_return)
13415 (test_bg_execution_pagination_cancel): Remove '-notransfer
13416 <return>' matches.
13417 * gdb.base/paginate-execution-startup.exp
13418 (test_fg_execution_pagination_return)
13419 (test_fg_execution_pagination_cancel): Remove '-notransfer
13420 <return>' matches.
13421 * gdb.base/paginate-inferior-exit.exp
13422 (test_paginate_inferior_exited): Remove '-notransfer <return>'
13423 match.
13424 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
13425 * lib/gdb.exp (pagination_prompt): Run text through
13426 string_to_regexp.
13427 (gdb_test_multiple): Match $pagination_prompt instead of
13428 "<return>".
13429 (string_to_regexp): Move to lib/gdb-utils.exp.
13430
e214cf6c
JK
134312014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13432
13433 * gdb.arch/amd64-entry-value-paramref.S: New file.
13434 * gdb.arch/amd64-entry-value-paramref.cc: New file.
13435 * gdb.arch/amd64-entry-value-paramref.exp: New file.
13436 * gdb.arch/amd64-optimout-repeat.S: New file.
13437 * gdb.arch/amd64-optimout-repeat.c: New file.
13438 * gdb.arch/amd64-optimout-repeat.exp: New file.
13439
17d0c5c8
JK
134402014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13441
13442 PR gdb/17170
13443 * gdb.base/statistics.exp: New file.
13444
b8b8facf
DE
134452014-07-17 Doug Evans <dje@google.com>
13446
74b49205 13447 PR gdb/17170
b8b8facf
DE
13448 * gdb.base/maint.exp: Update testing of per-command stats.
13449
1b5d0ab3
PA
134502014-07-16 Pedro Alves <palves@redhat.com>
13451
13452 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
13453 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
13454 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
13455 (tfile_write_buf): New functions.
13456 (add_memory_block): Rewrite using the above.
13457 (adjust_function_address): New function.
13458 (FUNCTION_ADDRESS): New macro.
13459 (write_basic_trace_file): Remove short_x local, and use
13460 tfile_write_16. Change type of func_addr local to unsigned long
13461 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
13462 here. Cast argument of add_memory_block to char pointer.
13463 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
13464 (main): Remove parameters.
13465 * gdb.trace/tfile.exp: Remove nowarnings.
13466
4d974e88
SM
134672014-07-15 Simon Marchi <simon.marchi@ericsson.com>
13468
13469 * gdb.base/debug-expr.exp: Test string evaluation with
13470 "debug expression" on.
13471
41e99568
PA
134722014-07-15 Pedro Alves <palves@redhat.com>
13473
13474 * gdb.base/reread.exp: Use clean_restart.
13475
487d9753
PL
134762014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
13477
13478 * gdb.arch/avr-flash-qualifer.c: New.
13479 * gdb.arch/avr-flash-qualifer.exp: New.
13480
cc1c52ad
PA
134812014-07-14 Pedro Alves <palves@redhat.com>
13482
13483 * gdb.base/paginate-after-ctrl-c-running.c: New file.
13484 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
13485
1e973570
PA
134862014-07-14 Pedro Alves <palves@redhat.com>
13487
13488 * gdb.base/double-prompt-target-event-error.c: New file.
13489 * gdb.base/double-prompt-target-event-error.exp: New file.
13490
93d6eb10
PA
134912014-07-14 Pedro Alves <palves@redhat.com>
13492
13493 PR gdb/17072
13494 * gdb.base/paginate-inferior-exit.c: New file.
13495 * gdb.base/paginate-inferior-exit.exp: New file.
13496
0017922d
PA
134972014-07-14 Pedro Alves <palves@redhat.com>
13498
13499 PR gdb/17072
13500 * gdb.base/paginate-bg-execution.c: New file.
13501 * gdb.base/paginate-bg-execution.exp: New file.
13502
94696ad3
PA
135032014-07-14 Pedro Alves <palves@redhat.com>
13504
13505 PR gdb/17072
13506 * gdb.base/paginate-execution-startup.c: New file.
13507 * gdb.base/paginate-execution-startup.exp: New file.
13508 * lib/gdb.exp (pagination_prompt): New global.
13509 (default_gdb_spawn): New procedure, factored out from
13510 default_gdb_spawn.
13511 (default_gdb_start): Adjust to call default_gdb_spawn.
13512 (gdb_spawn): New procedure.
13513
bd293940
PA
135142014-07-14 Pedro Alves <palves@redhat.com>
13515
13516 * lib/gdb.exp (gdb_assert): New procedure.
13517 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
13518
c933f875
PA
135192014-07-14 Pedro Alves <palves@redhat.com>
13520
13521 * gdb.base/execution-termios.c: New file.
13522 * gdb.base/execution-termios.exp: New file.
13523
d98b7a16
TT
135242014-07-14 Tom Tromey <tromey@redhat.com>
13525
13526 * gdb.cp/vla-cxx.cc: New file.
13527 * gdb.cp/vla-cxx.exp: New file.
13528
548740d6
TT
135292014-07-14 Tom Tromey <tromey@redhat.com>
13530
13531 * gdb.reverse/rerun-prec.c: New file.
13532 * gdb.reverse/rerun-prec.exp: New file.
13533
a25eb028
MR
135342014-07-12 Maciej W. Rozycki <macro@mips.com>
13535 Maciej W. Rozycki <macro@codesourcery.com>
13536
13537 * lib/gdb-utils.exp: New file.
13538 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
13539 inline `gdb_init_command' processing.
13540 (gdb_start_cmd): Likewise.
13541 * lib/mi-support.exp (mi_run_cmd): Likewise.
13542 * README: Document `gdb_init_command' and `gdb_init_commands'.
13543
218c2655
JK
135442014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13545
13546 Fix false FAIL running under a very long directory name.
13547 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
13548 and "set print elements 10000". Twice.
13549
5401fde3
YQ
135502014-07-11 Yao Qi <yao@codesourcery.com>
13551
13552 * gdb.base/exprs.exp: "set print symbol off".
13553
e76126e8
PA
135542014-07-11 Pedro Alves <palves@redhat.com>
13555
13556 * gdb.threads/kill.c: New file.
13557 * gdb.threads/kill.exp: New file.
13558
2d6f0de6
YQ
135592014-07-10 Yao Qi <yao@codesourcery.com>
13560
13561 * gdb.trace/tfile.c (write_basic_trace_file)
13562 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
13563 address written to trace file.
13564
7180e04a
PA
135652014-07-09 Pedro Alves <palves@redhat.com>
13566
13567 * gdb.base/attach-wait-input.exp: New file.
13568 * gdb.base/attach-wait-input.c: New file.
13569
9a9a7608
AB
135702014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
13571
13572 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
13573 setting up test structures.
13574 (main): Call new test function.
13575 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
13576 test function, continue into test function and walk test
13577 structures.
13578
161ac41e
YQ
135792014-07-02 Yao Qi <yao@codesourcery.com>
13580
13581 * gdb.trace/entry-values.c: Define labels 'foo_start' and
13582 'bar_start' at the beginning of functions 'foo' and 'bar'
13583 respectively.
13584 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
13585 instead of 'foo' and 'bar'.
13586
1f267ae3
MM
135872014-07-08 Markus Metzger <markus.t.metzger@intel.com>
13588
13589 * gdb.btrace/segv.exp: New.
13590 * gdb.btrace/segv.c: New.
13591
2b239efb
LM
135922014-07-02 Luis Machado <lgustavo@codesourcery.com>
13593
13594 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
13595 instruction.
13596
cf363f18
MW
135972014-06-30 Mark Wielaard <mjw@redhat.com>
13598
13599 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
13600 vulture, vilify, villar): New volatile array constants.
13601 (vindictive, vegetation): New const volatile array constants.
13602 * gdb.base/volatile.exp: Test volatile and const volatile array
13603 types.
13604
aebf9d24
AA
136052014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
13606
13607 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
13608 target lacks support for awatch, rwatch, or hbreak.
13609
b67a2c6f
YQ
136102014-06-27 Yao Qi <yao@codesourcery.com>
13611
13612 * gdb.multi/dummy-frame-restore.exp: New.
13613 * gdb.multi/dummy-frame-restore.c: New.
13614
aef92902
MM
136152014-06-25 Markus Metzger <markus.t.metzger@intel.com>
13616
13617 * gdb.btrace/gcore.exp: New.
13618
8e9db26e
PA
136192014-06-23 Pedro Alves <palves@redhat.com>
13620
13621 * gdb.base/watchpoint-reuse-slot.c: New file.
13622 * gdb.base/watchpoint-reuse-slot.exp: New file.
13623
70afc5b7
SC
136242014-06-23 Siva Chandra Reddy <sivachandra@google.com>
13625
13626 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
13627 progspace's filename in 'info', 'enable' and 'disable' command
13628 tests.
13629
b972bd9c
JK
136302014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13631
13632 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
13633 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13634 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
13635
125f8a3d
GB
136362014-06-20 Gary Benson <gbenson@redhat.com>
13637
13638 * gdb.arch/i386-avx.exp: Fix include file location.
13639 * gdb.arch/i386-sse.exp: Likewise.
13640
3ed9baed
IB
136412014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
13642
13643 * gdb.dlang/expression.exp: New file.
13644
034f788c
PA
136452014-06-19 Pedro Alves <palves@redhat.com>
13646
13647 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
13648 out from ...
13649 (top level): ... here. Iterate running tests under different
13650 scheduler-locking settings.
13651
45371d0c
LM
136522014-06-18 Luis Machado <lgustavo@codesourcery.com>
13653
13654 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
13655 to DW_FORM_addr and use non-zero addresses.
13656
5d376983
SC
136572014-06-18 Siva Chandra Reddy <sivachandra@google.com>
13658
13659 PR gdb/17017
13660 * gdb.python/py-xmethods.cc: Add global function call counters and
13661 increment them in their respective functions. Remove "cout"
13662 statements.
13663 * gdb.python/py-xmethods.exp: Make tests check the global function
13664 call counters instead of depending on inferior IO.
13665
a1aa2221
LM
136662014-06-18 Don Breazeal <donb@codesourcery.com>
13667
13668 * gdb.base/foll-fork.exp (default_fork_parent_follow):
13669 Deleted procedure.
13670 (explicit_fork_parent_follow): Deleted procedure.
13671 (explicit_fork_child_follow): Deleted procedure.
13672 (test_follow_fork): New procedure.
13673 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 13674 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
13675 procedure calls.
13676
0fc05997
YQ
136772014-06-17 Yao Qi <yao@codesourcery.com>
13678
13679 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
13680 CP1252.
13681
70795c52
LM
136822014-06-17 Luis Machado <lgustavo@codesourcery.com>
13683
13684 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
13685 Initialize ptr and S explicitly.
13686 (skip_type_update_when_not_use_rtti_test): Likewise.
13687
6be47f0c
KS
136882014-06-16 Keith Seitz <keiths@redhat.com>
13689
13690 PR mi/15863
13691 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
13692 the inferior is started.
13693
d03de421
PA
136942014-06-16 Pedro Alves <palves@redhat.com>
13695
13696 * gdb.base/break-main-file-remove-fail.c: New file.
13697 * gdb.base/break-main-file-remove-fail.exp: New file.
13698 * gdb.base/break-unload-file.exp: Use build_executable instead of
13699 prepare_for_testing.
13700 (test_break): New parameter "initial_load". Handle it.
13701 (top level): Add initial_load cmdline/file axis.
13702
f9579b99
TT
137032014-06-12 Tom Tromey <tromey@redhat.com>
13704
13705 * gdb.base/completion.exp: Don't use directory name in test.
13706
3657956b
GB
137072014-06-09 Gary Benson <gbenson@redhat.com>
13708
13709 * gdb.base/sigall.c [Functions to send signals]: Reorder to
13710 separate the always-available ANSI-standard signals from the
13711 signals that require checking.
13712 (main): Likewise.
13713 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
13714 Likewise.
13715 (main): Likewise.
13716
4186eb54
KS
137172014-06-07 Keith Seitz <keiths@redhat.com>
13718
13719 Revert:
13720 PR c++/16253
13721 * gdb.cp/var-tag.cc: New file.
13722 * gdb.cp/var-tag.exp: New file.
13723 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13724 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13725 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13726 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13727
25326a28 137282014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
13729
13730 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
13731
829155c9
PA
137322014-06-06 Pedro Alves <palves@redhat.com>
13733
13734 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
13735 in target debug output instead of looking at RSP packets,
13736 disabling the test on any target that uses hardware stepping.
13737 Update comments.
13738
61c8d22e
PA
137392014-06-06 Pedro Alves <palves@redhat.com>
13740
13741 * gdb.base/break-unload-file.exp: Fix typo.
13742
d9a47287
YQ
137432014-06-06 Yao Qi <yao@codesourcery.com>
13744
13745 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
13746 from "jit_function" to "^jit_function".
13747
e5e01dbf
YQ
137482014-06-06 Yao Qi <yao@codesourcery.com>
13749
13750 * gdb.base/async.c (foo): Add one statement.
13751 * gdb.base/async.exp: Get the next instruction address and
13752 match the output of "nexti" by instruction address. Match
13753 the hex address in the output of "finish".
13754
73ba372c
GB
137552014-06-06 Gary Benson <gbenson@redhat.com>
13756
13757 * gdb.base/call-signals.c: Remove preprocessor conditionals
13758 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
13759 SIGSEGV and SIGTERM.
13760 * gdb.base/sigall.c: Likewise.
13761 * gdb.base/unwindonsignal.c: Likewise.
13762 * gdb.reverse/sigall-reverse.c: Likewise.
13763
831517df
YQ
137642014-06-06 Yao Qi <yao@codesourcery.com>
13765
13766 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
13767 readable, skip the test.
13768
b8b91e98
YQ
137692014-06-06 Yao Qi <yao@codesourcery.com>
13770
13771 * gdb.threads/staticthreads.c (thread_function): Move the line
13772 setting breakpoint on forward.
13773 * gdb.threads/staticthreads.exp: Update comments.
13774
fb934770
LC
137752014-06-05 Ludovic Courtès <ludo@gnu.org>
13776
13777 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
13778 "history-append! type error".
13779
6ef284bd
SM
137802014-06-05 Simon Marchi <simon.marchi@ericsson.com>
13781
13782 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
13783 erroneous dprintf expected input.
13784
a872e241
DE
137852014-06-04 Doug Evans <xdje42@gmail.com>
13786
13787 * gdb.guile/scm-generics.exp: Delete.
13788
16f691fb
DE
137892014-06-04 Doug Evans <xdje42@gmail.com>
13790
13791 * gdb.guile/scm-breakpoint.exp: Update.
13792 Add tests for breakpoint registration.
13793
012370f6
TT
137942014-06-04 Tom Tromey <tromey@redhat.com>
13795
13796 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
13797 VLA-in-union.
13798 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
13799 inner_vla_struct, vla_union types. Initialize objects of those
13800 types and compute their sizes.
13801
9f5a4cef
HZ
138022014-06-04 Nathan Sidwell <nathan@codesourcery.com>
13803 Hui Zhu <hui@codesourcery.com>
13804
13805 * gdb.base/fileio.exp: Add test for shell not available as well as
13806 available.
13807 * gdb.base/fileio.c (test_system): Check for shell twice.
13808
90a45c4d
YQ
138092014-06-04 Yao Qi <yao@codesourcery.com>
13810
13811 * gdb.base/auto-connect-native-target.exp: Remove redundant
13812 space from the regexp pattern.
13813
70017e41
YQ
138142014-06-04 Yao Qi <yao@codesourcery.com>
13815
13816 * gdb.base/default.exp: Replace "child" with "native" in
13817 regexp pattern.
13818
883964a7
SC
138192014-06-03 Siva Chandra Reddy <sivachandra@google.com>
13820
13821 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
13822 * gdb.python/py-xmethods.exp: New tests to test xmethods.
13823 * gdb.python/py-xmethods.py: Python script supporting the
13824 new testcase and tests.
13825
ef370185
JB
138262014-06-03 Joel Brobecker <brobecker@adacore.com>
13827 Pedro Alves <palves@redhat.com>
13828
13829 PR breakpoints/17000
13830 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
13831 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
13832
1e2ccb61
BM
138332014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
13834
13835 * gdb.base/subst.exp: Add tests to verify partial path matching
13836 output.
13837
c6ec5ab2
PA
138382014-06-03 Pedro Alves <palves@redhat.com>
13839
13840 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
13841 target that doesn't use software single-stepping.
13842
835c559f
PA
138432014-06-03 Pedro Alves <palves@redhat.com>
13844
13845 PR breakpoints/17000
13846 * gdb.base/sss-bp-on-user-bp-2.c: New file.
13847 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
13848
06eb1586
DE
138492014-06-02 Doug Evans <xdje42@gmail.com>
13850
13851 * gdb.guile/scm-parameter.exp: New file.
13852
e698b8c4
DE
138532014-06-02 Doug Evans <xdje42@gmail.com>
13854
13855 * gdb.guile/scm-cmd.c: New file.
13856 * gdb.guile/scm-cmd.exp: New file.
13857
ded03782
DE
138582014-06-02 Doug Evans <xdje42@gmail.com>
13859
13860 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
13861 pretty-printer lookup.
13862 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
13863 (make-pp_s-printer): Call it.
13864 (make-pretty-printer-from-dict): New function.
13865 (lookup-pretty-printer-maker-from-dict): New function.
13866 (*pretty-printer*): Simplify.
13867 (make-objfile-pp_s-printer): New function.
13868 (install-objfile-pretty-printers!): New function.
13869 (make-progspace-pp_s-printer): New function.
13870 (install-progspace-pretty-printers!): New function.
13871 * gdb.guile/scm-progspace.c: New file.
13872 * gdb.guile/scm-progspace.exp: New file.
13873
41fac0cf
PA
138742014-06-02 Pedro Alves <palves@redhat.com>
13875
13876 * gdb.base/dprintf-bp-same-addr.c: New file.
13877 * gdb.base/dprintf-bp-same-addr.exp: New file.
13878
96ae5695
EBM
138792014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13880
13881 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
13882 * gdb.arch/powerpc-power.s: Likewise.
13883
da02b3a8
JB
138842014-06-02 Joel Brobecker <brobecker@adacore.com>
13885
13886 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
13887
c72b2e7b
YQ
138882014-06-01 Yao Qi <yao@codesourcery.com>
13889
13890 * gdb.base/watchpoint.exp (test_watch_location): Check null
13891 pointer can be dereferenced. If not, do the test, otherwise
13892 skip it.
13893
53e8a631
AB
138942014-05-30 Andrew Burgess <aburgess@broadcom.com>
13895
13896 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
13897 results.
13898 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
13899
938f0e2f
AB
139002014-05-30 Andrew Burgess <aburgess@broadcom.com>
13901
13902 * gdb.arch/amd64-invalid-stack-middle.S: New file.
13903 * gdb.arch/amd64-invalid-stack-middle.c: New file.
13904 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
13905 * gdb.arch/amd64-invalid-stack-top.c: New file.
13906 * gdb.arch/amd64-invalid-stack-top.exp: New file.
13907
9ba6657a
PA
139082014-05-30 Pedro Alves <palves@redhat.com>
13909
13910 PR breakpoints/17000
13911 * gdb.base/sss-bp-on-user-bp.c: New file.
13912 * gdb.base/sss-bp-on-user-bp.exp: New file.
13913
522c09bf
DB
139142014-05-30 David Blaikie <dblaikie@gmail.com>
13915
13916 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
13917 gnu_inline semantics via attribute.
13918 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
13919 source explicitly specifies the required semantics.
13920
bf4ef81e
MR
139212014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
13922
13923 * gdb.reverse/sigall-reverse.exp: Fix a typo.
13924
329ea579
PA
139252014-05-29 Pedro Alves <palves@redhat.com>
13926 Tom Tromey <tromey@redhat.com>
13927
13928 * gdb.base/async-shell.exp: Don't enable target-async.
13929 * gdb.base/async.exp
13930 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
13931 parameter. Adjust.
13932 (top level): Don't test with "target-async".
13933 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
13934 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
13935 * gdb.base/inferior-died.exp: Don't enable target-async.
13936 * gdb.base/interrupt-noterm.exp: Likewise.
13937 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
13938 * gdb.mi/mi-nonstop-exit.exp: Likewise.
13939 * gdb.mi/mi-nonstop.exp: Likewise.
13940 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
13941 * gdb.mi/mi-nsintrall.exp: Likewise.
13942 * gdb.mi/mi-nsmoribund.exp: Likewise.
13943 * gdb.mi/mi-nsthrexec.exp: Likewise.
13944 * gdb.mi/mi-watch-nonstop.exp: Likewise.
13945 * gdb.multi/watchpoint-multi.exp: Adjust comment.
13946 * gdb.python/py-evsignal.exp: Don't enable target-async.
13947 * gdb.python/py-evthreads.exp: Likewise.
13948 * gdb.python/py-prompt.exp: Likewise.
13949 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
13950 * gdb.server/solib-list.exp: Don't enable target-async.
13951 * gdb.threads/thread-specific-bp.exp: Likewise.
13952 * lib/mi-support.exp: Adjust to use mi-async.
13953
fd664c91
PA
139542014-05-29 Pedro Alves <palves@redhat.com>
13955
13956 PR gdb/13860
13957 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
13958 reason, even in sync mode.
13959
251bde03
PA
139602014-05-29 Pedro Alves <palves@redhat.com>
13961 Hui Zhu <hui@codesourcery.com>
13962
13963 PR PR15693
13964 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
13965 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
13966 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
13967 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
13968
7f3c0343
JB
139692014-05-28 Joel Brobecker <brobecker@adacore.com>
13970
13971 * config/monitor.exp (gdb_target_monitor): Replace use of
13972 "set remotebaud" by "set serial baud".
13973
b2715b27
AW
139742014-05-26 Andy Wingo <wingo@igalia.com>
13975
13976 * gdb.guile/scm-breakpoint.exp:
13977 * gdb.guile/scm-gsmob.exp: Update to use plain old object
13978 properties instead of gdb-object-properties.
13979
498a4489
YQ
139802014-05-26 Yao Qi <yao@codesourcery.com>
13981
13982 * gdb.server/no-thread-db.exp: Specify source file name
13983 explicitly when setting a breakpoint.
13984
589fdceb
MM
139852014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13986
13987 * gdb.btrace/vdso.c: New.
13988 * gdb.btrace/vdso.exp: New.
13989
e9089e05
MM
139902014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13991
13992 * gdb.base/gcore.exp (capture_command_output): Move ...
13993 * lib/gdb.exp (capture_command_output): ... here.
13994
67b5c0c1
MM
139952014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13996
13997 * gdb.btrace/data.exp: Test memory access during btrace replay.
13998
a2199296
SM
139992014-05-22 Simon Marchi <simon.marchi@ericsson.com>
14000
14001 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
14002
17b2616c
PA
140032014-05-21 Pedro Alves <palves@redhat.com>
14004
14005 PR gdb/13860
14006 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
14007 (top level): Test that output related to execution commands is
14008 sent to the console with CLI commands, but not with MI commands.
14009 Test that breakpoint events are always mirrored to the console.
14010 Also expect the new source line to be output after a "next" in
14011 async mode too. Make it a pass/fail test.
14012 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
14013 output.
14014 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
14015
5166082f
PA
140162014-05-21 Pedro Alves <palves@redhat.com>
14017
14018 * gdb.base/list.exp (build_pattern, test_list): New procedures.
14019 Use them to test variations of "list" after reaching a breakpoint.
14020 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
14021 Test "list" with listsize 10 after reaching a breakpoint.
14022 * gdb.python/python.exp (decode_line current location line
14023 number): Adjust expected line number.
14024
2f25d70f
SM
140252014-05-21 Simon Marchi <simon.marchi@ericsson.com>
14026
14027 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
14028 behavior for $args, pass it directly to "run".
14029
ff604a67
MR
140302014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
14031
14032 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
14033 30000 to 65536.
14034
6a3cb8e8
PA
140352014-05-21 Pedro Alves <palves@redhat.com>
14036
14037 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
14038 auto-connect-native-target off".
14039 * gdb.base/auto-connect-native-target.c: New file.
14040 * gdb.base/auto-connect-native-target.exp: New file.
14041
4ebfc96e
PA
140422014-05-21 Pedro Alves <palves@redhat.com>
14043
14044 * gdb.base/default.exp: Test "target native" instead of "target
14045 child".
14046
36d46afb
MW
140472014-05-21 Mark Wielaard <mjw@redhat.com>
14048
14049 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14050
5876f503
JK
140512014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14052
14053 Fix TLS access for -static -pthread.
14054 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
14055 <HAVE_TLS> (thread_function, main): Initialize it.
14056 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
14057 Add clean_restart.
14058 <$have_tls != "">: Check TLSVAR.
14059
0256a6ac
PA
140602014-05-21 Pedro Alves <palves@redhat.com>
14061
14062 * gdb.base/dcache-line-read-error.c: New.
14063 * gdb.base/dcache-line-read-error.exp: New.
14064
936d2992
PA
140652014-05-20 Pedro Alves <palves@redhat.com>
14066
14067 * gdb.base/compare-sections.c: New file.
14068 * gdb.base/compare-sections.exp: New file.
14069
802e8e6d
PA
140702014-05-20 Pedro Alves <palves@redhat.com>
14071
14072 * gdb.base/break-idempotent.c: New file.
14073 * gdb.base/break-idempotent.exp: New file.
14074
e59fa00f
MM
140752014-05-20 Markus Metzger <markus.t.metzger@intel.com>
14076
14077 * gdb.btrace/nohist.exp: New.
14078
8b696e31
YQ
140792014-05-20 Yao Qi <yao@codesourcery.com>
14080
14081 * lib/gdb.exp (gdb_init): Set timeout if test file is under
14082 gdb.reverse directory and gdb_reverse_timeout exists in board
14083 setting.
14084 * README: Document gdb_reverse_timeout.
14085
73c9764f
YQ
140862014-05-20 Yao Qi <yao@codesourcery.com>
14087
14088 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
14089 'test_file_name'. Treat args as a string instead of a list.
14090 (gdb_init): Rename argument 'args' by 'test_file_name'.
14091
f1f4348a
JK
140922014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14093
14094 * gdb.arch/powerpc-power.exp: New file.
14095 * gdb.arch/powerpc-power.s: New file.
14096
0dbe70ce
DE
140972014-05-16 Doug Evans <dje@google.com>
14098
14099 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
14100 * gdb.base/completion.exp: Check that all expected files exist
14101 before doing file completion.
0dbe70ce 14102
8d551b02
DE
141032014-05-16 Doug Evans <dje@google.com>
14104
14105 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
14106 Update.
14107 (do_syscall_tests_without_xml): Update.
14108
73eb7709
PA
141092014-05-16 Pedro Alves <palves@redhat.com>
14110
14111 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
14112 instead of "unknown output after running".
14113
3fae92fc
YQ
141142014-05-16 Yao Qi <yao@codesourcery.com>
14115
14116 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
14117 file1.txt from host at the end.
14118 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14119
c2b2ccc5
DE
141202014-05-15 Doug Evans <dje@google.com>
14121
14122 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
14123 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
14124 loading file. Add test for TU lookup.
14125
8c217a4b
SM
141262014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14127
14128 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
14129 calling "-exec-arguments" or "set args" before running the
14130 inferior.
14131
3deb39c6
SM
141322014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14133
14134 * lib/mi-support.exp (mi_expect_stop): Expect message for
14135 inferiors that exit with non-zero exit code.
14136
71a79f8c
YQ
141372014-05-14 Yao Qi <yao@codesourcery.com>
14138
14139 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
14140 match absolute path on remote host.
14141 (test_file_list_exec_source_files): Remove "/" from the
14142 pattern.
14143
f23fcd46
YQ
141442014-05-14 Yao Qi <yao@codesourcery.com>
14145
14146 * boards/local-remote-host-notty.exp (${board}_file): New
14147 proc.
14148
9404b58f
KM
141492014-05-07 Kyle McMartin <kyle@redhat.com>
14150
14151 Pushed by Joel Brobecker <brobecker@adacore.com>.
14152 * gdb.arch/aarch64-atomic-inst.c: New file.
14153 * gdb.arch/aarch64-atomic-inst.exp: New file.
14154
5e45f04c
YQ
141552014-05-07 Yao Qi <yao@codesourcery.com>
14156
14157 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
14158 in current context" too.
14159
c888a17d
KS
141602014-05-05 Keith Seitz <keiths@redhat.com>
14161
14162 * gdb.linespec/ls-dollar.exp: Add test for linespec
14163 file:convenience_variable.
14164
290a839c
YQ
141652014-05-05 Yao Qi <yao@codesourcery.com>
14166
14167 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
14168 traceframes into tfile and ctf trace files. Read data from
14169 trace file and test collected data.
14170 (gdb_collect_locals_test): Likewise.
14171 (gdb_unavailable_registers_test): Likewise.
14172 (gdb_unavailable_floats): Likewise.
14173 (gdb_collect_globals_test): Likewise.
14174 (top-level): Append "ctf" to trace_file_targets if GDB
14175 supports.
14176
b5262cd0
YQ
141772014-05-05 Yao Qi <yao@codesourcery.com>
14178
14179 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
14180 code to ...
14181 (gdb_collect_args_test_1): ... it. New proc.
14182 (gdb_collect_locals_test): Move some code to ...
14183 (gdb_collect_locals_test_1): ... it. New proc.
14184 (gdb_unavailable_registers_test): Move some code to ...
14185 (gdb_unavailable_registers_test_1): ... it. New proc.
14186 (gdb_unavailable_floats): Move some code to ...
14187 (gdb_unavailable_floats_1): ... it. New proc.
14188
30a1e6cc
SDJ
141892014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14190
14191 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
14192 probes to test for bitness recognition.
14193 * gdb.arch/amd64-stap-optional-prefix.exp
14194 (test_probe_value_without_reg): New procedure.
14195 Add code to test for different kinds of bitness.
14196
f33da99a
SDJ
141972014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14198
14199 PR breakpoints/16889
14200 * gdb.arch/amd64-stap-optional-prefix.S: New file.
14201 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14202
5b80f00d
PA
142032014-05-01 Pedro Alves <palves@redhat.com>
14204
14205 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
14206 gdb_file_cmd if no file is specified.
14207 * boards/native-extended-gdbserver.exp (gdb_load): Use the
14208 last_loaded_file to set the remote exec-file.
14209
f8c2a73c
PA
142102014-05-01 Pedro Alves <palves@redhat.com>
14211
14212 * boards/local-remote-host.exp: New file.
14213
be6e8ac7
PA
142142014-05-01 Pedro Alves <palves@redhat.com>
14215
14216 * boards/local-remote-host.exp: Rename to ...
14217 * boards/local-remote-host-notty.exp: ... this.
14218
cac0dc8f
JB
142192014-04-28 Joel Brobecker <brobecker@adacore.com>
14220
14221 * gdb.ada/dyn_arrayidx: New testcase.
14222
9730e6cc
YQ
142232014-04-26 Yao Qi <yao@codesourcery.com>
14224
14225 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
14226 and compute the length of function main. Save it in
14227 $main_length.
14228 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
14229 (top-level): Use gdb_compile to compile objects into
14230 executable and restart GDB. Remove invocation to
14231 prepare_for_testing.
14232
7ae1a6a6
PA
142332014-04-25 Simon Marchi <simon.marchi@ericsson.com>
14234 Pedro Alves <palves@redhat.com>
14235
14236 PR server/16255
14237 * gdb.multi/multi-attach.c: New file.
14238 * gdb.multi/multi-attach.exp: New file.
14239
4082afcc
PA
142402014-04-25 Pedro Alves <palves@redhat.com>
14241
14242 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
14243 user.
14244 (top level): Test that "set remote conditional-breakpoints-packet
14245 off" works as intended.
14246 * gdb.base/dprintf.exp: Test that "set remote
14247 breakpoint-commands-packet off" works as intended.
14248 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
14249 New function.
14250 (top level): Call it.
14251 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
14252 remote fast-tracepoints-packet off" works as intended.
14253 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
14254 * lib/gdb.exp (gdb_is_target_remote): ... here.
14255
2abc3f8d
DB
142562014-04-24 David Blaikie <dblaikie@gmail.com>
14257
14258 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
14259 ensure clang would not discard them.
14260 * gdb.base/gdbvars.c: Ditto.
14261 * gdb.base/memattr.c: Ditto.
14262 * gdb.base/whatis.c: Ditto.
14263 * gdb.python/py-prettyprint.c: Ditto.
14264 * gdb.trace/actions.c: Ditto.
14265 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
14266 ensure clang would not discard it.
14267
bfd39632
DB
142682014-04-24 David Blaikie <dblaikie@gmail.com>
14269
14270 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
14271 clang to emit the full definition of type required by the test
14272 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
14273
22842ff6
DB
142742014-04-24 David Blaikie <dblaikie@gmail.com>
14275
14276 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
14277 coax Clang into emitting the definition of the type.
14278 * gdb.cp/pr10728-x.h (y): Ditto.
14279 * gdb.cp/pr10728-y.cc (y): Ditto.
14280
c2e827ad
DB
142812014-04-24 David Blaikie <dblaikie@gmail.com>
14282
14283 * gdb.base/label.exp: XFAIL label related tests under Clang.
14284 * gdb.cp/cplabel.exp: Ditto.
14285 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
14286 under Clang those using labels.
14287
4c2d33e7
YQ
142882014-04-25 Yao Qi <yao@codesourcery.com>
14289
14290 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
14291 double_label.
14292 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
14293 partial_label and double_label.
14294
56083b99
DB
142952014-04-24 David Blaikie <dblaikie@gmail.com>
14296
14297 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
14298
25d4e99d
DB
142992014-04-24 David Blaikie <dblaikie@gmail.com>
14300
14301 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
14302 of the function to work across GCC and Clang.
14303 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
14304 pointer types (const void ** const V void **).
14305
01f9f808
MS
143062014-04-24 Michael Sturm <michael.sturm@mintel.com>
14307 Walfred Tedeschi <walfred.tedeschi@intel.com>
14308
14309 * Makefile.in (EXECUTABLES): Added i386-avx512.
14310 * gdb.arch/i386-avx512.c: New file.
14311 * gdb.arch/i386-avx512.exp: Likewise.
14312
4b48d439
KS
143132014-04-23 Keith Seitz <keiths@redhat.com>
14314
14315 * lib/mi-support.exp (mi_list_breakpoints): Delete.
14316 (mi_make_breakpoint_table): New procedure.
14317 (mi_create_breakpoint): Use mi_make_breakpoint
14318 and return the result.
14319 (mi_make_breakpoint): New procedure.
14320 (mi_build_kv_pairs): New procedure.
14321
14322 * gdb.mi/mi-break.exp: Remove unused globals,
14323 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
14324 All callers updated.
14325 * gdb.mi/mi-dprintf.exp: Use variable to track command
14326 number.
14327 Update all callers of mi_create_breakpoint and use
14328 mi_make_breakpoint_table.
14329 Remove any unused global variables.
14330 * gdb.mi/mi-nonstop.exp: Likewise.
14331 * gdb.mi/mi-nsintrall.exp: Likewise.
14332 * gdb.mi/mi-nsmoribund.exp: Likewise.
14333 * gdb.mi/mi-nsthrexec.exp: Likewise.
14334 * gdb.mi/mi-reverse.exp: Likewise.
14335 * gdb.mi/mi-simplerun.exp: Likewise.
14336 * gdb.mi/mi-stepn.exp: Likewise.
14337 * gdb.mi/mi-syn-frame.exp: Likewise.
14338 * gdb.mi/mi-until.exp: Likewise.
14339 * gdb.mi/mi-var-cp.exp: Likewise.
14340 * gdb.mi/mi-var-display.exp: Likewise.
14341 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
14342 * gdb.mi/mi2-var-child.exp: Likewise.
14343 * gdb.mi/mi-vla-c99.exp: Likewise.
14344 * lib/mi-support.exp: Likewise.
14345
14346 From Ian Lance Taylor <iant@cygnus.com>:
14347 * lib/gdb.exp (parse_args): New procedure.
14348
08351840
PA
143492014-04-23 Pedro Alves <palves@redhat.com>
14350
14351 * gdb.base/break-unload-file.c: New file.
14352 * gdb.base/break-unload-file.exp: New file.
14353 * gdb.base/sym-file-lib.c (baz): New function.
14354 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
14355 field.
14356 (load): Store the segment's mapped size.
14357 (unload): New function.
14358 (unload_shlib): New function.
14359 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
14360 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
14361 set a breakpoint at baz, and call it.
14362 * gdb.base/sym-file.exp: New tests for stale breakpoint
14363 instructions.
14364
076855f9
PA
143652014-04-23 Pedro Alves <palves@redhat.com>
14366
14367 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
14368 * gdb.base/hbreak-in-shr-unsupported.c: New file.
14369 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
14370 * gdb.base/hbreak-unmapped.c: New file.
14371 * gdb.base/hbreak-unmapped.exp: New file.
14372 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
14373 * lib/gdb.exp (gdb_is_target_remote): ... here.
14374
483805cf
PA
143752014-04-22 Pedro Alves <palves@redhat.com>
14376
14377 * gdb.base/consecutive-step-over.c: New file.
14378 * gdb.base/consecutive-step-over.exp: New file.
14379
06d97543
PA
143802014-04-22 Pedro Alves <palves@redhat.com>
14381
14382 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
14383 instead of send_gdb/gdb_expect.
14384
b4429ea2
YQ
143852014-04-22 Yao Qi <yao@codesourcery.com>
14386
14387 * lib/trace-support.exp (generate_tracefile): New procedure.
14388 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
14389 return 0.
14390 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
14391 if generate_tracefile returns 1.
14392
51d48146
PA
143932014-04-18 Tom Tromey <palves@redhat.com>
14394 Pedro alves <tromey@redhat.com>
14395
14396 PR backtrace/15558
14397 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
14398 with a backtrace limit.
14399 * gdb.python/py-frame-inline.exp: Test running to an inline
14400 function with a backtrace limit, and printing the newest frame.
14401 * gdb.python/py-frame-inline.c (main): Call f.
14402
bd1dce5f
MS
144032014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14404
14405 * gdb.java/jnpe.exp: Drop srcdir from untested path.
14406
40d1a503
MS
144072014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14408
14409 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
14410 Drop prefix from unsupported source file path.
14411
389b98f7
YQ
144122014-04-17 Yao Qi <yao@codesourcery.com>
14413
14414 * lib/gdb.exp (with_target_charset): New proc.
14415 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
14416 with_target_charset.
14417 (test_print_strings): Likewise.
14418 (test_repeat_bytes): Likewise.
14419 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
14420 for some tests.
14421
22869d73
KS
144222014-04-16 Keith Seitz <keiths@redhat.com>
14423
14424 PR gdb/15827
14425 * gdb.dwarf2/corrupt.c: New file.
14426 * gdb.dwarf2/corrupt.exp: New file.
14427
c4f87ca6
KS
144282014-04-16 Keith Seitz <keiths@redhat.com>
14429
14430 PR c++/16597
14431 * gdb.cp/namelessclass.cc: New file.
14432 * gdb.cp/namelessclass.exp: New file.
14433 * gdb.cp/namelessclass.S: New file.
14434
ab19de87
DE
144352014-04-16 Doug Evans <dje@google.com>
14436
14437 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
14438 Add comment.
14439 (gdbserver_default_get_comm_port): New function.
14440 (gdbserver_start): Check if board file provided
14441 "gdbserver,get_comm_port" and use it if so.
14442 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
14443 (gdb,socketport): Set to "stdio".
14444 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
14445 (stdio_gdbserver_template): Delete.
14446 (${board}_get_remote_address): Update.
14447 (${board}_build_remote_cmd): Delete.
14448 (${board}_get_comm_port): New function.
14449 (${board}_spawn): Update.
14450 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
14451 Delete.
14452 (${board}_get_remote_address): Update.
14453 (${board}_get_comm_port): New function.
14454
fc98a809
AB
144552014-04-16 Andrew Burgess <aburgess@broadcom.com>
14456
14457 * gdb.base/memattr.exp: Improve regexps to handle memory regions
14458 appearing in any order.
14459
87fd9e6e
DE
144602014-04-15 Doug Evans <dje@google.com>
14461
14462 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
14463 uninitialized value of "description".
14464
099fc3ea
KS
144652014-04-15 Keith Seitz <keiths@redhat.com>
14466
14467 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
14468 Remove unused globals.
14469 (test_running_the_program): Likewise.
14470 (test_controlled_execution): Likewise.
14471 (test_controlling_breakpoints): Likewise.
14472 (test_program_termination): Likewise.
14473
5da151d4
KS
144742014-04-15 Keith Seitz <keiths@redhat.com>
14475
14476 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
14477 unused globals.
14478 (test_rbreak_creation_and_listing): Likewise.
14479 (test_ignore_count): Likewise.
14480 (test_error): Likewise.
14481
35e5d2f0
PA
144822014-04-15 Pedro Alves <palves@redhat.com>
14483
14484 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
14485 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
14486 sym-file-loader.c.
14487 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14488 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14489 to sym-file-loader.c.
14490 (struct library): Forward declare.
14491 (load_shlib, lookup_function): Change prototypes.
14492 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14493 (translate_offset): Remove declarations.
14494 (get_text_addr): New declaration.
14495 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
14496 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
14497 sym-file-loader.h.
14498 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14499 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14500 here from sym-file-loader.h.
14501 (struct library): New structure.
14502 (load_shlib, lookup_function): Change prototypes and adjust to
14503 work with a struct library.
14504 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14505 (translate_offset): Make static.
14506 (get_text_addr): New function.
14507 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
14508
eb4c1710
PA
145092014-04-15 Pedro Alves <palves@redhat.com>
14510
14511 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
14512
2d1baf52
PA
145132014-04-15 Pedro Alves <palves@redhat.com>
14514
14515 * gdb.base/sym-file-loader.c: Include <limits.h>.
14516 (SELF_LINK): New define.
14517 (get_origin): New function.
14518 (load_shlib): Use it.
14519 * gdb.base/sym-file.exp: Don't early return if the target is
14520 remote. Use runto_main, and issue fail is that fails. Use
14521 gdb_load_shlibs.
14522 (shlib_name): Delete.
14523 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
14524
7dd6df01
PA
145252014-04-15 Pedro Alves <palves@redhat.com>
14526
14527 * gdb.base/sym-file.exp: Remove regex characters from test
14528 message. Don't refer to breakpoint numbers in test messages.
14529
b50c8614
KS
145302014-04-14 Keith Seitz <keiths@redhat.com>
14531
14532 PR c++/16253
14533 * gdb.cp/var-tag.cc: New file.
14534 * gdb.cp/var-tag.exp: New file.
14535 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14536 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14537 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14538 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14539
3d567982
TT
145402014-04-14 Tom Tromey <tromey@redhat.com>
14541
14542 * gdb.cp/classes.exp (test_enums): Handle underlying type.
14543 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
14544 type.
14545 * gdb.cp/enum-class.exp: New file.
14546 * gdb.cp/enum-class.cc: New file.
14547
0626fc76
TT
145482014-04-14 Tom Tromey <tromey@redhat.com>
14549
14550 * gdb.dwarf2/enum-type.exp: New file.
14551
dca325b3
SA
145522014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14553
14554 * gdb.mi/mi-vla-c99.exp: New file.
14555 * gdb.mi/vla.c: New file.
14556
5854b38a
SA
145572014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14558
14559 * gdb.base/vla-datatypes.c: New file.
14560 * gdb.base/vla-datatypes.exp: New file.
14561
463bb957
SA
145622014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14563
14564 * gdb.base/vla-ptr.c: New file.
14565 * gdb.base/vla-ptr.exp: New file.
14566
3dd170be
SA
145672014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14568
14569 * gdb.dwarf2/count.exp: New file.
14570
5ecaaa66
SA
145712014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14572
14573 * gdb.base/vla-sideeffect.c: New file.
14574 * gdb.base/vla-sideeffect.exp: New file.
14575
41f1ada5
DB
145762014-04-14 David Blaikie <dblaikie@gmail.com>
14577
14578 * gdb.mi/non-stop.c: Add return value for non-void function return
14579 statement.
14580 * gdb.threads/staticthreads.c: Ditto.
14581
0be03e84
DE
145822014-04-12 Siva Chandra Reddy <sivachandra@google.com>
14583 Doug Evans <xdje42@gmail.com>
14584
14585 * gdb.guile/scm-value.c: Improve test case.
14586 * gdb.guile/scm-value.exp: Add new test.
14587
f180a1fb
DB
145882014-04-11 David Blaikie <dblaikie@gmail.com>
14589
14590 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
14591 override Clang's default.
14592
6b662e19
JB
145932014-04-11 Joel Brobecker <brobecker@adacore.com>
14594
14595 Revert the following changes (regressions):
14596
14597 * gdb.base/vla-sideeffect.c: New file.
14598 * gdb.base/vla-sideeffect.exp: New file.
14599
14600 * gdb.dwarf2/count.exp: New file.
14601
14602 * gdb.base/vla-multi.c: New file.
14603 * gdb.base/vla-multi.exp: New file.
14604
14605 * gdb.base/vla-ptr.c: New file.
14606 * gdb.base/vla-ptr.exp: New file.
14607
14608 * gdb.base/vla-datatypes.c: New file.
14609 * gdb.base/vla-datatypes.exp: New file.
14610
14611 * gdb.mi/mi-vla-c99.exp: New file.
14612 * gdb.mi/vla.c: New file.
14613
245a5f0b
KS
146142014-04-11 Keith Seitz <keiths@redhat.com>
14615
14616 PR c++/16675
14617 * gdb.cp/cpsizeof.exp: New file.
14618 * gdb.cp/cpsizeof.cc: New file.
14619
58a84dcf
SA
146202014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14621
191a8a90
JB
14622 * gdb.mi/mi-vla-c99.exp: New file.
14623 * gdb.mi/vla.c: New file.
58a84dcf 14624
c8655f75
SA
146252014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14626
14627 * gdb.base/vla-datatypes.c: New file.
14628 * gdb.base/vla-datatypes.exp: New file.
14629
024e13b4
SA
146302014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14631
14632 * gdb.base/vla-ptr.c: New file.
14633 * gdb.base/vla-ptr.exp: New file.
14634
1a237e0e
SA
146352014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14636
14637 * gdb.base/vla-multi.c: New file.
14638 * gdb.base/vla-multi.exp: New file.
14639
504f3432
SA
146402014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14641
14642 * gdb.dwarf2/count.exp: New file.
14643
3bce8237
SA
146442014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14645
191a8a90
JB
14646 * gdb.base/vla-sideeffect.c: New file.
14647 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 14648
322f9c21
YQ
146492014-04-11 Yao Qi <yao@codesourcery.com>
14650
14651 * gdb.base/completion.exp: Check file exists before running tests
14652 on file completion.
14653
d708bcd1
PA
146542014-04-10 Pedro Alves <palves@redhat.com>
14655
14656 * gdb.base/cond-eval-mode.c: New file.
14657 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
14658 prepare_for_testing to build the new file. Check result of
14659 runto_main.
14660 (test_break, test_watch): New procedures.
14661 (top level): Use them.
14662
ae1d2761
PM
146632014-04-08 Pierre Muller <muller@sourceware.org>
14664
14665 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
14666 Ctrl-V use for mingw hosts.
14667
7af389b8
SC
146682014-04-07 Siva Chandra Reddy <sivachandra@google.com>
14669
14670 * gdb.python/py-value.c: Improve test case.
14671 * gdb.python/py-value.exp: Add new test.
14672
5e703181
DE
146732014-04-07 David Blaikie <dblaikie@gmail.com>
14674
14675 * lib/compiler.c: Identify the clang compiler.
14676 * lib/compiler.cc: Ditto.
14677
9810b410
YQ
146782014-04-03 Yao Qi <yao@codesourcery.com>
14679
14680 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
14681
98d1b8dc
AB
146822014-04-01 Anton Blanchard <anton@samba.org>
14683
14684 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
14685 messages unique.
14686
3114cea1
AB
146872014-04-01 Anton Blanchard <anton@samba.org>
14688
14689 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
14690 prepare_for_testing.
14691
62f7182c
AB
146922014-04-01 Anton Blanchard <anton@samba.org>
14693
14694 * gdb.arch/ppc64-atomic-inst.c: Remove.
14695 * gdb.arch/ppc64-atomic-inst.S: New file.
14696 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
14697
770e7fc7
DE
146982014-03-31 Doug Evans <dje@google.com>
14699
14700 * gdb.base/print-symbol-loading-lib.c: New file.
14701 * gdb.base/print-symbol-loading-main.c: New file.
14702 * gdb.base/print-symbol-loading.exp: New file.
14703
46e2bafa
YQ
147042014-03-31 Yao Qi <yao@codesourcery.com>
14705
14706 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
14707
8776cfe9
JB
147082014-03-28 Joel Brobecker <brobecker@adacore.com>
14709
14710 * gdb.ada/mi_dyn_arr: New testcase.
14711
5d1ef361
DE
147122014-03-27 Doug Evans <dje@google.com>
14713
14714 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
14715
b5bee914
YQ
147162014-03-27 Yao Qi <yao@codesourcery.com>
14717
14718 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
14719 if target is nios2-*-*.
14720
0d4d0e77
YQ
147212014-03-26 Yao Qi <yao@codesourcery.com>
14722
14723 * lib/gdb.exp (readline_is_used): New proc.
14724 * gdb.base/completion.exp: Move tests on command complete up.
14725 Skip the rest of tests if readline is not used.
14726 * gdb.ada/complete.exp: Skp the test if readline is not
14727 used.
14728 * gdb.base/filesym.exp: Likewise.
14729 * gdb.base/macscp.exp: Likewise.
14730 * gdb.base/readline-ask.exp: Likewise.
14731 * gdb.base/readline.exp: Likewise.
14732 * gdb.python/py-cmd.exp: Likewise.
14733 * gdb.trace/tfile.exp: Likewise.
14734
29361eee
YQ
147352014-03-26 Yao Qi <yao@codesourcery.com>
14736
14737 * gdb.base/macscp.exp: Fix code format issues.
14738
bc9a5525
UW
147392014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
14740
14741 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
14742 * gdb.asm/powerpc64le.inc: New file.
14743
d3839ede
PA
147442014-03-25 Pedro Alves <palves@redhat.com>
14745 Doug Evans <dje@google.com>
14746
14747 * gdb.base/source-execution.c: New file.
14748 * gdb.base/source-execution.exp: New file.
14749 * gdb.base/source-execution.gdb: New file.
14750
01672a57
DE
147512014-03-24 Doug Evans <dje@google.com>
14752
14753 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
14754 using fission.
14755
88bbeca9
HZ
147562014-03-24 Hui Zhu <hui@codesourcery.com>
14757 Pedro Alves <palves@redhat.com>
14758
14759 PR breakpoints/16101
14760 * gdb.base/dprintf.exp: Use unsupported rather than changing the
14761 test pass/fail messages. Detect missing support for dprintf when
14762 breakpoints are actually inserted.
14763 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
14764 breakpoints are actually inserted.
14765 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
14766 fails.
14767
d2348791
JK
147682014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14769
14770 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
14771
feef67ab
DE
147722014-03-22 Doug Evans <xdje42@gmail.com>
14773
14774 * gdb.python/python.exp (python not supported): Verify multi-line
14775 python command issues an error.
25d743f9 14776 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 14777 guile command issues an error.
feef67ab 14778
ecebef6a
MR
147792014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
14780
14781 * gdb.threads/thread-specific.exp: Handle the lack of usable
14782 $this_breakpoint and $this_thread.
14783
ccdd1909
HZ
147842014-03-21 Hui Zhu <hui@codesourcery.com>
14785
14786 * gdb.base/attach.exp (do_command_attach_tests): New.
14787
beb460e8
PA
147882014-03-20 Tom Tromey <tromey@redhat.com>
14789 Pedro Alves <palves@redhat.com>
14790
14791 PR cli/15718
14792 * gdb.base/condbreak-call-false.c: New file.
14793 * gdb.base/condbreak-call-false.exp: New file.
14794
40acf43a
PA
147952014-03-20 Pedro Alves <palves@redhat.com>
14796
14797 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
14798 Delete.
14799 (block_signals, unblock_signals): Delete.
14800 (child_function_2, main): Remove references to deleted variable
14801 and functions.
14802
9f5e1e02
PA
148032014-03-20 Pedro Alves <palves@redhat.com>
14804
14805 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
14806 Use pthread_kill to signal thread 2.
14807 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14808 Adjust to make the test send itself a signal rather than using the
14809 host's "kill" command.
14810
99619bea
PA
148112014-03-20 Pedro Alves <palves@redhat.com>
14812
14813 * gdb.threads/multiple-step-overs.c: New file.
14814 * gdb.threads/multiple-step-overs.exp: New file.
14815 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14816 Adjust expected infrun debug output.
14817
2adfaa28
PA
148182014-03-20 Pedro Alves <palves@redhat.com>
14819
14820 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
14821 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
14822
31e77af2
PA
148232014-03-20 Pedro Alves <palves@redhat.com>
14824
14825 PR breakpoints/7143
14826 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
14827 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
14828 of gdb_test_multiple.
14829 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
14830 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
14831
b9f437de
PA
148322014-03-20 Pedro Alves <palves@redhat.com>
14833
14834 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
14835 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
14836
05adc73e
PA
148372014-03-19 Pedro Alves <palves@redhat.com>
14838
14839 * gdb.base/async.exp: Remove early return.
14840
6048b950
PA
148412014-03-19 Pedro Alves <palves@redhat.com>
14842
14843 * gdb.base/async.exp (step& tests): Pass explicit test messages.
14844
8bcfb00a
PA
148452014-03-19 Pedro Alves <palves@redhat.com>
14846
14847 * gdb.base/async.exp (test_background): Expect \r\n after
14848 "completed." in the fail pattern.
14849
884e37dc
PA
148502014-03-19 Pedro Alves <palves@redhat.com>
14851
14852 * gdb.base/async.exp (test_background): New procedure.
14853 Use it for all background execution command tests.
14854
148e57e2
PA
148552014-03-19 Pedro Alves <palves@redhat.com>
14856
14857 * gdb.base/async.exp: Use prepare_for_testing.
14858
f48088c7
PA
148592014-03-19 Pedro Alves <palves@redhat.com>
14860
14861 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
14862 the same line.
14863
e2f6c966
PA
148642014-03-19 Pedro Alves <palves@redhat.com>
14865
14866 * gdb.base/async.c (main): Add "jump here" and "until here" line
14867 marker comments.
14868 * gdb.base/async.exp (jump_here): New global.
14869 (jump& test): Use it.
14870 (until_here): New global.
14871 (until& test): Use it.
14872
c30568d4
PA
148732014-03-19 Pedro Alves <palves@redhat.com>
14874
14875 * gdb.base/async.exp: Don't frob gdb_protocol.
14876
0172b6a7
DE
148772014-03-18 Doug Evans <xdje42@gmail.com>
14878
14879 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
14880 Fix spelling of exec-done-display.
14881
06c868a8
JK
148822014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
14883
14884 PR gdb/15358
14885 * gdb.base/gdb-sigterm.c: New file.
14886 * gdb.base/gdb-sigterm.exp: New file.
14887
0c7e1a46
PA
148882014-03-18 Pedro Alves <palves@redhat.com>
14889
14890 PR gdb/13860
14891 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
14892 * lib/mi-support.exp (mi_expect_stop): Add special handling for
14893 solib-event.
14894
f7c77d93
JB
148952014-03-17 Joel Brobecker <brobecker@adacore.com>
14896
14897 * gdb.ada/pckd_arr_ren: New testcase.
14898
5a1e8c7a
DE
148992014-03-13 Doug Evans <xdje42@gmail.com>
14900
14901 PR guile/16612
14902 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
14903 collect after discarding symbols.
14904
350e1a76
DE
149052014-03-13 Ludovic Courtès <ludo@gnu.org>
14906 Doug Evans <xdje42@gmail.com>
14907
14908 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
14909 to history survives a gc.
14910
a69900ae
PA
149112014-03-13 Pedro Alves <palves@redhat.com>
14912
14913 * gdb.base/default.exp: Don't test "target procfs".
14914
5db9f0bd
PA
149152014-03-13 Pedro Alves <palves@redhat.com>
14916
14917 * gdb.base/default.exp: Update "target child" and "target procfs"
14918 tests to not expect "Unix".
14919
b3ccfe11
TT
149202014-03-12 Tom Tromey <tromey@redhat.com>
14921
14922 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
14923 New procs. Add target-async tests.
14924 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
14925 Add target-async tests.
14926
646f4417
AA
149272014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14928
14929 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
14930 'func_start' and 'func_end' for the beginning and end of the
14931 function code, respectively.
14932 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
14933 'func_end' instead of 'func' and 'main'.
14934
288c211f
AA
149352014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14936
14937 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
14938 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
14939 generate the debug info assembler source.
14940
e0c0f156
AA
149412014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14942
14943 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
14944 * gdb.dwarf2/arr-subrange.exp: Likewise.
14945 * gdb.dwarf2/dwz.exp: Likewise.
14946 * gdb.dwarf2/method-ptr.exp: Likewise.
14947 * gdb.dwarf2/missing-sig-type.exp: Likewise.
14948 * gdb.dwarf2/subrange.exp: Likewise.
14949 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
14950 * gdb.dwarf2/implptrpiece.exp: Likewise.
14951 * gdb.dwarf2/nostaticblock.exp: Likewise.
14952
0e5c4555
AA
149532014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14954
14955 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
14956 directory to absolute path name arguments.
14957
5ec18f2b
JG
149582014-03-10 Joel Brobecker <brobecker@adacore.com>
14959
14960 * gdb.ada/tagged_access: New testcase.
14961
847fc4f2
MM
149622014-03-07 Markus Metzger <markus.t.metzger@intel.com>
14963
14964 * gdb.btrace/data.exp: Update expected output.
14965
cc3da688
YQ
149662014-03-06 Yao Qi <yao@codesourcery.com>
14967
14968 * gdb.trace/pr16508.exp: New file.
14969
0f26cec1
PA
149702014-03-05 Pedro Alves <palves@redhat.com>
14971
14972 PR gdb/16575
14973 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
14974 procedure.
14975 (top level): Adjust to use it. Add tests that exercise breakpoint
14976 interaction with the code-cache.
14977
7a5a839f
LC
149782014-02-26 Ludovic Courtès <ludo@gnu.org>
14979
14980 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
14981 test for 'history-append!'.
14982
31aa7e4e
JB
149832014-02-26 Joel Brobecker <brobecker@adacore.com>
14984
14985 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
14986 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
14987 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
14988 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
14989 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
14990 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
14991
1b588015
JB
149922014-02-26 Joel Brobecker <brobecker@adacore.com>
14993
14994 * testsuite/gdb.python/py-pp-re-notag.c: New file.
14995 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
14996 * testsuite/gdb.python/py-pp-re-notag.p: New file.
14997
55426c9d
JB
149982014-02-26 Joel Brobecker <brobecker@adacore.com>
14999
15000 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
15001
dc53a7ad
JB
150022014-02-26 Joel Brobecker <brobecker@adacore.com>
15003
15004 * gdb.dwarf2/arr-stride.c: New file.
15005 * gdb.dwarf2/arr-stride.exp: New file.
15006
12ab52e9
PA
150072014-02-26 Pedro Alves <palves@redhat.com>
15008
15009 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
15010 that won't ever trigger. Make sure that GDB reports the correct
15011 breakpoint that caused the stop.
15012
849c862e
JK
150132014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15014
15015 PR gdb/16626
15016 * gdb.base/auto-load-script: New file.
15017 * gdb.base/auto-load.c: New file.
15018 * gdb.base/auto-load.exp: New file.
15019
71b7d793
JK
15020 PR gdb/16626
15021 * gdb.base/auto-load.exp: Fix out-of-srctree run.
15022
e2f0d509
JK
150232014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15024
15025 Fix dw2-icycle.exp -fsanitize=address GDB crash.
15026 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
15027
50cc37c8
DE
150282014-02-24 Doug Evans <dje@google.com>
15029
15030 * lib/gdb.exp (run_on_host): Log error output if program fails.
15031
ea4758f2
PA
150322014-02-21 Pedro Alves <palves@redhat.com>
15033
15034 * gdb.threads/step-after-sr-lock.c: Rename to ...
15035 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
15036 * gdb.threads/step-after-sr-lock.exp: Rename to ...
15037 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15038 ... this.
15039
d7b30f67
SDJ
150402014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
15041
15042 PR tdep/16397
15043 * gdb.arch/amd64-stap-special-operands.exp: New file.
15044 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
15045 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
15046 * gdb.arch/amd64-stap-triplet.S: Likewise.
15047 * gdb.arch/amd64-stap-triplet.c: Likewise.
15048
83deb43f
JB
150492014-02-20 Joel Brobecker <brobecker@adacore.com>
15050
15051 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
15052 in .section pseudo-op.
15053
adde2bff
DE
150542014-02-20 lin zuojian <manjian2006@gmail.com>
15055 Joel Brobecker <brobecker@adacore.com>
15056 Doug Evans <xdje42@gmail.com>
15057
15058 PR symtab/16581
15059 * gdb.dwarf2/dw2-icycle.S: New file.
15060 * gdb.dwarf2/dw2-icycle.c: New file.
15061 * gdb.dwarf2/dw2-icycle.exp: New file.
15062
f7bd0f78
SC
150632014-02-19 Siva Chandra Reddy <sivachandra@google.com>
15064
15065 * gdb.python/py-value-cc.cc: Improve test case to enable testing
15066 operations on gdb.Value objects.
15067 * gdb.python/py-value-cc.exp: Add new test to test operations on
15068 gdb.Value objects.
15069
c17ef0d5
DE
150702014-02-18 Doug Evans <dje@google.com>
15071
15072 * Makefile.in (TESTS): New variable.
15073 (expanded_tests, expanded_tests_or_none): New variables
15074 (check-single): Pass $(expanded_tests_or_none) to runtest.
15075 (check-parallel): Only run tests in $(TESTS) if non-empty.
15076 (check/no-matching-tests-found): New rule.
15077 * README: Document TESTS makefile variable.
15078
5dd3176f
DE
150792014-02-18 Doug Evans <dje@google.com>
15080
15081 * Makefile.in (check-parallel): rm -rf outputs temp.
15082
0b10be4f
JK
150832014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15084
15085 Fix "ERROR: no fileid for" in the testsuite.
15086 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
15087
85f224e7
DE
150882014-02-12 Doug Evans <dje@google.com>
15089
15090 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
15091 (MISCELLANEOUS): New variable.
15092 (clean): rm -rf $(MISCELLANEOUS).
15093 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
15094 dwp live in the same directory as symlinks, with each symlink pointed
15095 to a differently named file in a different directory.
15096
149b30ff
DE
150972014-02-11 Doug Evans <dje@google.com>
15098
15099 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
15100 of Tcl file commands.
15101
1dfdac32
MK
151022014-02-10 Mark Kettenis <kettenis@gnu.org>
15103
15104 * gdb.threads/step-after-sr-lock.exp: Avoid executing
15105 "kill -SIGUSR1 -1".
15106
aa4fb036
JB
151072014-02-10 Joel Brobecker <brobecker@adacore.com>
15108
15109 * gdb.ada/tick_length_array_enum_idx: New testcase.
15110
ed3ef339
DE
151112014-02-10 Doug Evans <xdje42@gmail.com>
15112
15113 * configure.ac (AC_OUTPUT): Add gdb.guile.
15114 * configure: Regenerate.
15115 * lib/gdb-guile.exp: New file.
15116 * lib/gdb.exp (get_target_charset): New function.
15117 * gdb.base/help.exp: Update expected output from "apropos apropos".
15118 * gdb.guile/Makefile.in: New file.
15119 * gdb.guile/guile.exp: New file.
15120 * gdb.guile/scm-arch.c: New file.
15121 * gdb.guile/scm-arch.exp: New file.
15122 * gdb.guile/scm-block.c: New file.
15123 * gdb.guile/scm-block.exp: New file.
15124 * gdb.guile/scm-breakpoint.c: New file.
15125 * gdb.guile/scm-breakpoint.exp: New file.
15126 * gdb.guile/scm-disasm.c: New file.
15127 * gdb.guile/scm-disasm.exp: New file.
15128 * gdb.guile/scm-equal.c: New file.
15129 * gdb.guile/scm-equal.exp: New file.
15130 * gdb.guile/scm-error.exp: New file.
15131 * gdb.guile/scm-error.scm: New file.
15132 * gdb.guile/scm-frame-args.c: New file.
15133 * gdb.guile/scm-frame-args.exp: New file.
15134 * gdb.guile/scm-frame-args.scm: New file.
15135 * gdb.guile/scm-frame-inline.c: New file.
15136 * gdb.guile/scm-frame-inline.exp: New file.
15137 * gdb.guile/scm-frame.c: New file.
15138 * gdb.guile/scm-frame.exp: New file.
15139 * gdb.guile/scm-generics.exp: New file.
15140 * gdb.guile/scm-gsmob.exp: New file.
15141 * gdb.guile/scm-iterator.c: New file.
15142 * gdb.guile/scm-iterator.exp: New file.
15143 * gdb.guile/scm-math.c: New file.
15144 * gdb.guile/scm-math.exp: New file.
15145 * gdb.guile/scm-objfile-script-gdb.in: New file.
15146 * gdb.guile/scm-objfile-script.c: New file.
15147 * gdb.guile/scm-objfile-script.exp: New file.
15148 * gdb.guile/scm-objfile.c: New file.
15149 * gdb.guile/scm-objfile.exp: New file.
15150 * gdb.guile/scm-ports.exp: New file.
15151 * gdb.guile/scm-pretty-print.c: New file.
15152 * gdb.guile/scm-pretty-print.exp: New file.
15153 * gdb.guile/scm-pretty-print.scm: New file.
15154 * gdb.guile/scm-section-script.c: New file.
15155 * gdb.guile/scm-section-script.exp: New file.
15156 * gdb.guile/scm-section-script.scm: New file.
15157 * gdb.guile/scm-symbol.c: New file.
15158 * gdb.guile/scm-symbol.exp: New file.
15159 * gdb.guile/scm-symtab-2.c: New file.
15160 * gdb.guile/scm-symtab.c: New file.
15161 * gdb.guile/scm-symtab.exp: New file.
15162 * gdb.guile/scm-type.c: New file.
15163 * gdb.guile/scm-type.exp: New file.
15164 * gdb.guile/scm-value-cc.cc: New file.
15165 * gdb.guile/scm-value-cc.exp: New file.
15166 * gdb.guile/scm-value.c: New file.
15167 * gdb.guile/scm-value.exp: New file.
15168 * gdb.guile/source2.scm: New file.
15169 * gdb.guile/types-module.cc: New file.
15170 * gdb.guile/types-module.exp: New file.
15171
7026a7c1
YQ
151722014-02-10 Yao Qi <yao@codesourcery.com>
15173
15174 PR testsuite/16543
15175 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
15176 * configure: Regenerated.
15177 * Makefile.in: New file.
15178
6c466447
AS
151792014-02-08 Andreas Schwab <schwab@linux-m68k.org>
15180
15181 * gdb.python/py-framefilter.exp: Fix typo.
15182
6e854735
YQ
151832014-02-08 Yao Qi <yao@codesourcery.com>
15184
15185 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
15186 that no =breakpoint-modified is emitted when breakpoints are
15187 modified through MI commands.
15188
d137e6dc
PA
151892014-02-07 Pedro Alves <pedro@codesourcery.com>
15190 Pedro Alves <palves@redhat.com>
15191
15192 * gdb.threads/step-after-sr-lock.c: New file.
15193 * gdb.threads/step-after-sr-lock.exp: New file.
15194
b5ee5a50
PA
151952014-02-07 Pedro Alves <palves@redhat.com>
15196
15197 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
15198
3c77faf3
JK
151992014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15200
15201 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
15202 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
15203
6dddc817
DE
152042014-02-06 Doug Evans <xdje42@gmail.com>
15205
15206 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
15207 output.
15208
15209 * gdb.gdb/python-interrupts.exp: New file.
15210
de7b2893
YQ
152112014-02-05 Yao Qi <yao@codesourcery.com>
15212
15213 * gdb.trace/report.exp (use_collected_data): Test the output
15214 of "info threads" and "info inferiors".
15215
66d032ac
YQ
152162014-02-05 Yao Qi <yao@codesourcery.com>
15217
15218 Revert this patch:
15219
15220 2013-05-24 Yao Qi <yao@codesourcery.com>
15221
15222 * gdb.trace/tfile.exp: Test inferior and thread.
15223
591a12a1
UW
152242014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15225
15226 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
15227 on a function.
15228 * gdb.base/step-bt.c: Call hello via function pointer to make
15229 sure its first instruction is executed on powerpc64le-linux.
15230
0ff3e01f
UW
152312014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15232
15233 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
15234
084ee545
UW
152352014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15236
15237 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
15238 of the test patterns for use on little-endian systems.
15239
6ed14ff3
UW
152402014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15241
15242 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
15243 (decimal_vector): Fix for little-endian.
15244
401e27fd
JM
152452014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
15246
15247 * gdb.arch/sparc-sysstep.exp: New file.
15248 * gdb.arch/sparc-sysstep.c: Likewise.
15249
15250 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
15251
8b924729
EBM
152522014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15253
15254 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
15255
fb151210
JB
152562014-01-23 Tom Tromey <tromey@redhat.com>
15257
15258 * gdb.ada/array_char_idx: New testcase.
15259
0740f8d8
TT
152602014-01-23 Tom Tromey <tromey@redhat.com>
15261
15262 PR python/16487:
15263 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
15264 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
15265 classes.
15266
21909fa1
TT
152672014-01-23 Tom Tromey <tromey@redhat.com>
15268
15269 PR python/16491:
15270 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
15271 string from an inferior frame.
15272 * gdb.python/py-framefilter-mi.exp: Update.
15273
87ce2a04
DE
152742014-01-22 Doug Evans <dje@google.com>
15275
15276 * gdb.server/server-mon.exp: Add tests for "set debug-format".
15277
237b092b
AA
152782014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15279
15280 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
15281
d674a709
AA
152822014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15283
15284 * gdb.trace/entry-values.exp: Remove excess space character from
15285 regex patterns. Handle s390 call instruction.
15286
20fa3390
AA
152872014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15288
15289 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
15290 define "*_start" label. Make "name" static.
15291 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
15292 ${name} by references to ${name}_start.
15293
78466714
AA
152942014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15295
15296 * gdb.base/info-macros.exp: Remove "debug" from the compile
15297 options.
15298
ec9f644a
IB
152992014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15300
15301 * gdb.dlang/demangle.exp: New file.
15302
94b1b47e
IB
153032014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15304
15305 * gdb.dlang/primitive-types.exp: New file.
15306
7f420862
IB
153072014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15308
15309 * configure.ac: Create gdb.dlang/Makefile.
15310 * configure: Regenerate.
15311 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
15312 * gdb.dlang/Makefile.in: New file.
15313 * lib/d-support.exp: New file.
15314 * lib/gdb.exp (skip_d_tests): New proc.
15315
52834460
MM
153162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15317
15318 * gdb.btrace/delta.exp: Check reverse stepi.
15319 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
15320 * gdb.btrace/finish.exp: New.
15321 * gdb.btrace/next.exp: New.
15322 * gdb.btrace/nexti.exp: New.
15323 * gdb.btrace/record_goto.c: Add comments.
15324 * gdb.btrace/step.exp: New.
15325 * gdb.btrace/stepi.exp: New.
15326 * gdb.btrace/multi-thread-step.c: New.
15327 * gdb.btrace/multi-thread-step.exp: New.
15328 * gdb.btrace/rn-dl-bind.c: New.
15329 * gdb.btrace/rn-dl-bind.exp: New.
15330 * gdb.btrace/data.c: New.
15331 * gdb.btrace/data.exp: New.
15332 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15333
6e07b1d2
MM
153342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15335
15336 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
15337 * gdb.btrace/exception.exp: Update.
15338 * gdb.btrace/instruction_history.exp: Update.
15339 * gdb.btrace/record_goto.exp: Update.
15340 * gdb.btrace/tailcall.exp: Update.
15341 * gdb.btrace/unknown_functions.exp: Update.
15342 * gdb.btrace/delta.exp: New.
15343
0b722aec
MM
153442014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15345
15346 * gdb.btrace/record_goto.exp: Add backtrace test.
15347 * gdb.btrace/tailcall.exp: Add backtrace test.
15348
066ce621
MM
153492014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15350
15351 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
15352 * gdb.btrace/record_goto.c: New.
15353 * gdb.btrace/record_goto.exp: New.
15354 * gdb.btrace/x86-record_goto.S: New.
15355
0688d04e
MM
153562014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15357
15358 * gdb.btrace/function_call_history.exp: Update tests.
15359 * gdb.btrace/instruction_history.exp: Update tests.
15360
8710b709
MM
153612014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15362
15363 * gdb.btrace/function_call_history.exp: Fix expected field
15364 order for "record function-call-history".
15365 Add new tests for "record function-call-history /c".
15366 * gdb.btrace/exception.cc: New.
15367 * gdb.btrace/exception.exp: New.
15368 * gdb.btrace/tailcall.exp: New.
15369 * gdb.btrace/x86-tailcall.S: New.
15370 * gdb.btrace/x86-tailcall.c: New.
15371 * gdb.btrace/unknown_functions.c: New.
15372 * gdb.btrace/unknown_functions.exp: New.
15373 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15374
5de9129b
MM
153752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15376
15377 * gdb.btrace/instruction_history.exp: Update.
15378 * gdb.btrace/function_call_history.exp: Update.
15379
23a7fe75
MM
153802014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15381
15382 * gdb.btrace/function_call_history.exp: Fix expected function
15383 trace.
15384 * gdb.btrace/instruction_history.exp: Initialize traced.
15385 Remove traced_functions.
15386
724c7dd8
MM
153872014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15388
15389 * gdb.btrace/function_call_history.exp: Update
15390 * gdb.btrace/instruction_history.exp: Update.
15391
6d78d93b
MM
153922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15393
15394 * gdb.btrace/enable.exp: Update expected text.
15395
93a360cc
OJ
153962014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
15397
15398 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
15399 bytes.
15400
3772b53f
MR
154012014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
15402
15403 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
15404
596662fa
OJ
154052014-01-15 Omair Javaid <omair.javaid@linaro.org>
15406
15407 * lib/gdb.exp (supports_process_record): Return true for
15408 arm*-linux*. (supports_reverse): Likewise.
15409
b5b08fb4
SC
154102014-01-13 Siva Chandra Reddy <sivachandra@google.com>
15411
15412 PR python/15464
15413 PR python/16113
15414 * gdb.python/py-type.c: Enhance test case.
15415 * gdb.python/py-value-cc.cc: Likewise
15416 * gdb.python/py-type.exp: Add new tests.
15417 * gdb.python/py-value-cc.exp: Likewise
15418
52d7fb13
AA
154192014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15420 Pedro Alves <palves@redhat.com>
15421
15422 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
15423 Make "name" extern.
15424 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
15425 references to ${name}_start by references to ${name}.
15426
a2cd8cfe
JB
154272014-01-10 Joel Brobecker <brobecker@adacore.com>
15428
15429 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
15430
4e23fced
JB
154312014-01-10 Joel Brobecker <brobecker@adacore.com>
15432
15433 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
15434
c6a9e42c
PA
154352014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
15436 Pedro Alves <palves@redhat.com>
15437
15438 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 15439 mi_gdb_target_load.
c6a9e42c 15440
b7ea362b
PA
154412014-01-08 Pedro Alves <palves@redhat.com>
15442
15443 * gdb.threads/reconnect-signal.c: New file.
15444 * gdb.threads/reconnect-signal.exp: New file.
15445
5e3f4fab
EBM
154462014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15447
15448 * gdb.base/source-dir.exp: New file.
15449
79301218
JB
154502014-01-07 Joel Brobecker <brobecker@adacore.com>
15451
15452 * gdb.ada/mi_interface: New testcase.
15453
8e355c5d
JB
154542014-01-07 Joel Brobecker <brobecker@adacore.com>
15455
15456 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
15457 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
15458 gdb.ada/pp-rec-component/pck.ads: New files.
15459
c0d48811
JB
154602014-01-07 Joel Brobecker <brobecker@adacore.com>
15461
15462 * gdb.python/py-pp-integral.c: New file.
15463 * gdb.python/py-pp-integral.py: New file.
15464 * gdb.python/py-pp-integral.exp: New file.
15465
17b609c3 15466For older changes see ChangeLog-1993-2013.
c906108c 15467\f
8d8cb839
EZ
15468;; Local Variables:
15469;; mode: change-log
15470;; left-margin: 8
15471;; fill-column: 74
15472;; version-control: never
15473;; End:
902f2ccb 15474
42a4f53d 15475 Copyright 2014-2019 Free Software Foundation, Inc.
902f2ccb
MC
15476 Copying and distribution of this file, with or without modification,
15477 are permitted provided the copyright notice and this notice are preserved.
This page took 3.355284 seconds and 4 git commands to generate.